p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
  font-family: 'Red Hat Display', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: 'Red Hat Display', sans-serif;
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  height: 46px;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
}
.page-title-wrapper .page-title {
  color: #101010;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.customer-account-edit input[type="text"],
.customer-account-edit input[type="password"],
.customer-account-edit input[type="url"],
.customer-account-edit input[type="tel"],
.customer-account-edit input[type="search"],
.customer-account-edit input[type="number"],
.customer-account-edit input[type*="date"],
.customer-account-edit input[type="email"] {
  font-family: 'Red Hat Display', sans-serif;
}
.customer-account-edit .show-password .field.choice:nth-child(2) {
  margin-left: 15px;
}
.customer-account-edit .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  background: #005AFF;
  border: 1px solid #005AFF;
  border-radius: 8px;
  width: 150px;
}
.customer-account-edit .actions-toolbar > .secondary .action.back {
  display: block;
  background: transparent !important;
  border: 1px solid #005AFF;
  color: #005AFF;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  width: 150px;
  border-radius: 8px;
  margin-top: 0;
}
.customer-account-create .page-title-wrapper {
  display: none;
}
.customer-account-create .page-title-wrapper.title-register {
  display: block !important;
  text-align: center;
  color: var(--system-color-black, #101010);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.customer-account-create .taxvat-block .page-title-wrapper {
  display: initial;
}
.customer-account-create .taxvat-block .page-title-wrapper .page-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 14px;
}
.customer-account-create .taxvat-block .register-message {
  width: 100%;
  max-width: 375px;
  margin: 0 auto 30px;
  text-align: center;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .taxvat-block .taxvat-fields {
  margin-bottom: 48px;
}
.customer-account-create .taxvat-block .taxvat-fields .fieldset {
  width: 50%;
  margin: 0 auto;
}
.customer-account-create .taxvat-block .taxvat-fields .fieldset .label {
  margin-bottom: 14px;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .taxvat-block .taxvat-fields .fieldset .input-text {
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  height: 46px;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
}
.customer-account-create .taxvat-block .taxvat-fields .fieldset .input-text:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.customer-account-create .taxvat-block .taxvat-fields .fieldset .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #D7D8DA;
  border-radius: 4px;
}
.customer-account-create .taxvat-block .taxvat-button {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .taxvat-block .taxvat-button .button {
  margin-bottom: 14px;
  width: 100%;
  max-width: 360px;
  height: 45px;
  background-color: #005AFF;
  border-radius: 8px;
}
.customer-account-create .taxvat-block .taxvat-button .button span {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.customer-account-create .taxvat-block .taxvat-button .taxvat-duvidas {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.customer-account-create .taxvat-block .taxvat-button .taxvat-duvidas a {
  color: #101010;
  text-decoration: underline;
}
.customer-account-create .form-customer-create {
  display: none;
}
.customer-account-create .form-customer-create .password-wrapper {
  max-width: 480px;
}
.customer-account-create .form-customer-create .primary {
  width: 100%;
}
.customer-account-create .form-customer-create button.action.submit.primary {
  margin-bottom: 14px;
  width: 100%;
  max-width: 300px;
  height: 45px;
  background-color: #005AFF;
  border-radius: 8px;
}
.customer-account-create .form-customer-create .form.create.account {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.customer-account-create .form-customer-create .form.create.account .input-text {
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  max-width: 480px;
  height: 46px;
  padding: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field > .label {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 14px;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field.field-name-firstname {
  width: 42%;
  float: left;
  margin-right: 14px;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field.field-name-lastname {
  width: 42%;
  float: left;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #contrato_social {
  color: transparent;
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  width: 100%;
  max-width: 480px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #contrato_social::-webkit-file-upload-button {
  visibility: hidden;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #contrato_social::before {
  content: 'Selecione o arquivo';
  background-color: #FAFAFA;
  border-right: 1px solid #D7D8DA;
  border-radius: 8px 0px 0px 8px;
  width: 190px;
  display: inline-block;
  padding: 11px 0 12px 25px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #contrato_social:hover::before {
  /*border-color: black;*/
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #contrato_social:active::before {
  /*background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);*/
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #contrato_social:focus {
  outline-style: none;
  box-shadow: none;
  border-color: 1px solid #D7D8DA;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #documento_foto {
  color: transparent;
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  width: 100%;
  max-width: 480px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #documento_foto::-webkit-file-upload-button {
  visibility: hidden;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #documento_foto::before {
  content: 'Selecione o arquivo';
  background-color: #FAFAFA;
  border-right: 1px solid #D7D8DA;
  border-radius: 8px 0px 0px 8px;
  width: 190px;
  display: inline-block;
  padding: 11px 0 12px 25px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #documento_foto:hover::before {
  /*border-color: black;*/
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #documento_foto:active::before {
  /*background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);*/
}
.customer-account-create .form-customer-create .form.create.account .fieldset > .field #documento_foto:focus {
  outline-style: none;
  box-shadow: none;
  border-color: 1px solid #D7D8DA;
}
.customer-account-create .form-customer-create .form.create.account .fieldset .como-conheceu-site {
  clear: both;
}
.customer-account-create .form-customer-create .form.create.account .fieldset .taxvat {
  display: none;
}
.customer-account-create .form-customer-create .form.create.account .fieldset.address {
  display: none;
}
.customer-account-create .form-customer-create .form.create.account .customer-info {
  width: 45%;
}
.customer-account-create .form-customer-create .form.create.account .customer-info .subtitle {
  margin-bottom: 20px;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.customer-account-create .form-customer-create .form.create.account .customer-info .info {
  max-width: 380px;
  background-color: #F6F7F8;
  border-radius: 8px;
  padding: 20px 40px;
  margin-bottom: 18px;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.customer-account-create .form-customer-create .form.create.account .customer-info .info .info-address {
  margin: 12px 0;
}
.customer-account-create .form-customer-create .form.create.account .customer-info .info .empresa-inscricao-cnae {
  display: flex;
}
.customer-account-create .form-customer-create .form.create.account .customer-info .info .empresa-inscricao-cnae .inscricao {
  margin-right: 30px;
}
.customer-account-create .form-customer-create .form.create.account .customer-form {
  width: 45%;
}
.customer-account-create .form-customer-create .form.create.account #password-strength-meter-container {
  max-width: 480px;
}
.customer-account-create .fieldset > .legend {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}
.customer-account-create .fieldset > .legend > span {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header .header.content {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media screen and (min-width: 1024px) {
  .page-header .header.content {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-header .header.content .logo {
  margin: 7px 64px 0 0;
}
.page-header .header.content .block-search {
  width: 100%;
  max-width: 48%;
  float: left;
  padding-left: 0;
  margin-right: 64px;
}
.page-header .header.content .block-search input {
  border: 1px solid #F6F7F8;
  background-color: #F6F7F8;
  border-radius: 8px;
  height: 42px;
  padding: 12px 35px 12px 16px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.page-header .header.content .block-search .action.search:before {
  color: #2A5EC1;
  font-weight: 600;
  line-height: 42px;
}
.page-header .header.content .customer-block {
  float: left;
  background: url(../images/icon-customer-block.png) left center no-repeat;
  min-width: 80px;
  min-height: 30px;
  padding-left: 32px;
  margin-right: 16px;
}
.page-header .header.content .customer-block p {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
}
.page-header .header.content .customer-block p a {
  color: #101010;
}
.page-header .header.content .minicart-wrapper {
  float: right;
  background-color: #E5EFFF;
  border-radius: 8px;
  margin-left: 0;
  min-width: 196px;
  padding: 8px 32px 7px;
}
.page-header .header.content .minicart-wrapper .action.showcart {
  display: block;
  width: 100%;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: '';
  background: url(../images/icon-cart-block.png) left center no-repeat;
  width: 21px;
  height: 21px;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  background: none;
  float: right;
  color: #005AFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty.empty {
  display: initial;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.main-toggle-menu.show-hover:hover .toggle-menu-wrap {
  display: block !important;
  animation: .9s linear menuFadeInDown;
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 1001;
  max-width: 280px;
  background-color: transparent;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}
.menu-principal {
  background-color: #0D1D52;
  height: 48px;
}
.menu-principal .header.content {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .menu-principal .header.content {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-principal .header.content .main-toggle-menu {
  max-width: 210px;
  cursor: pointer;
  float: left;
  margin-right: 50px;
}
.menu-principal .header.content .main-toggle-menu .menu-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 14px 0;
  max-width: 210px;
  cursor: pointer;
}
.menu-principal .header.content .main-toggle-menu .menu-title .toggle {
  margin-right: .875rem;
  font-size: 1.5em;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
}
.menu-principal .header.content .main-toggle-menu .menu-title .toggle:before {
  line-height: inherit;
  content: '';
  display: block;
  background: url(../images/menu-background.png) left center no-repeat;
  width: 18px;
  height: 18px;
  margin-top: -4px;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap {
  display: none;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections {
  margin-top: 1px;
  margin-bottom: 0;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation {
  padding-top: 19px;
  padding-left: 0;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul {
  padding: 0;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0 {
  width: 100%;
  padding: 0;
  position: static;
  padding-left: 0;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu {
  top: -19px !important;
  left: 100% !important;
  box-shadow: none;
  background-color: #FFF;
  border: 0;
  position: absolute !important;
  min-height: 100%;
  cursor: initial;
  min-width: 880px;
  padding: 50px;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li {
  display: inline-table;
  width: 33%;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li .ui-menu-icon {
  display: none;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li.parent {
  margin-bottom: 16px;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li.parent > a {
  color: #005AFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  display: block;
  margin-bottom: 12px;
  padding: 0;
  border: 0 !important;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li.parent > a:hover {
  background-color: transparent;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li.level2 {
  margin-bottom: 0 !important;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu li.level2 > a {
  margin-bottom: 0 !important;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu .submenu {
  position: initial !important;
  display: block !important;
  border: 0;
  box-shadow: none;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu .submenu li {
  width: 100%;
  display: block;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu .submenu li a {
  padding: 0 0 10px 0;
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu .submenu li a:hover {
  background-color: transparent;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0.submenu .submenu .veja-mais {
  cursor: pointer;
  display: block;
  color: var(--brand-color-blue-default, #005aff);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  background: transparent;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0 .level-top {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 19px;
  padding-top: 19px;
  padding-left: 56px;
  display: block;
  border-bottom: 0;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0 .level-top .ui-menu-icon {
  display: none;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0:hover .level-top {
  font-weight: 700;
}
.menu-principal .header.content .main-toggle-menu .toggle-menu-wrap.side-nav-wrap .nav-sections .navigation ul .level0:hover > .submenu {
  display: block;
}
.menu-principal .header.content .second-menu-block {
  float: left;
  /*max-width: 950px;*/
  max-height: 47px;
  overflow-y: hidden;
}
.menu-principal .header.content .second-menu-block ul {
  margin: 0;
  padding-left: 0;
}
.menu-principal .header.content .second-menu-block ul li {
  display: inline-block;
  position: relative;
  margin: 0 25px 0 0;
}
@media screen and (min-width: 1024px) {
  .menu-principal .header.content .second-menu-block ul li {
    margin: 0 25px 0 0;
  }
}
@media screen and (min-width: 1023px) {
  .menu-principal .header.content .second-menu-block ul li {
    margin: 0 20px 0 0;
  }
}
.menu-principal .header.content .second-menu-block ul li:last-child {
  margin-right: 0;
}
.menu-principal .header.content .second-menu-block ul li a {
  line-height: 47px;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.menu-principal .header.content .promo-menu {
  float: right;
}
.menu-principal .header.content .promo-menu li {
  margin: 0;
}
.menu-principal .header.content .promo-menu li a {
  line-height: 47px;
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.catalog-category-view .product-items .product-item:hover {
  -webkit-box-shadow: 0px 0px 10px -2px #dddddd;
  -moz-box-shadow: 0px 0px 10px -2px #dddddd;
  box-shadow: 0px 0px 10px -2px #dddddd;
}
@media screen and (min-width: 1024px) {
  .catalog-category-view .product-items .product-item {
    margin-left: 1% !important;
    width: calc(24%) !important;
  }
  .catalog-category-view .product-items .product-item:nth-child(4n + 1) {
    margin-left: 0 !important;
  }
}
.catalog-category-view .product-items .product-item .product-item-info.loggedin {
  min-height: 596px;
}
.catalog-category-view .product-items .product-item .product-item-info .brand-stock > div.brand {
  max-width: 142px;
}
.product-items .slick-track {
  padding: 4px 0;
}
.product-items .slick-track .slick-slide .product-item {
  padding: 25px;
}
.product-items .slick-track .slick-slide .product-item:hover {
  -webkit-box-shadow: 0px 0px 10px -2px #dddddd;
  -moz-box-shadow: 0px 0px 10px -2px #dddddd;
  box-shadow: 0px 0px 10px -2px #dddddd;
}
.product-items .slick-slide .product-item-info.loggedin {
  min-height: 540px;
}
.product-items .product-item-info {
  position: relative;
}
.product-items .product-item-info:hover {
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.product-items .product-item-info .product-labels {
  position: absolute;
  z-index: 2;
  display: flex;
}
.product-items .product-item-info .product-labels .product-label {
  width: fit-content;
  border-radius: 4px;
  padding: 3px 8px;
  color: #101010;
  font-size: 12px;
  line-height: 16px;
  max-height: 22px;
}
.product-items .product-item-info .product-labels .product-label.sale-label {
  background-color: #90E49E;
  margin-bottom: 4px;
  margin-right: 4px;
  font-weight: 700;
}
.product-items .product-item-info .product-labels .product-label.unit-label {
  background-color: #C4D6F7;
  font-weight: 400;
}
.product-items .product-item-info .product-labels .product-label.category-label {
  background-color: #C4D6F7;
  font-weight: 700;
}
.product-items .product-item-info .product-item-photo {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
.product-items .product-item-info .sku-filial {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 0.5px solid #D7D8DA;
  margin-bottom: 8px;
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.product-items .product-item-info .sku-filial .sku {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-items .product-item-info .product-item-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 8px 0;
}
.product-items .product-item-info .product-item-name .product-item-link {
  color: #101010;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /** número de linhas que você quer exibir */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
}
.product-items .product-item-info .product-item-name .product-item-link h3 {
  font: inherit;
  margin: inherit;
}
.product-items .product-item-info .brand-stock {
  display: flex;
  justify-content: space-between;
}
.product-items .product-item-info .brand-stock > div {
  background-color: #F6F7F8;
  padding: 3px 8px;
  color: #101010;
  font-size: 12px;
  font-weight: 500;
}
.product-items .product-item-info .brand-stock > div.brand {
  text-transform: uppercase;
  margin-right: 4px;
  width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-items .product-item-info .radio .options-list {
  margin: 10px 0 0;
  min-height: 90px;
}
.product-items .product-item-info .radio .field.choice {
  display: flex;
  align-items: center;
  min-height: 45px;
  margin: 0;
}
.product-items .product-item-info .radio .field.choice .price-box {
  margin: 0;
}
.product-items .product-item-info .radio .field.choice .price-box .block-price {
  min-height: 1px;
}
.product-items .product-item-info .radio .field.choice .price-box .block-price .normal-price .price {
  display: inline-block;
}
.product-items .product-item-info .block-tax-option {
  margin-top: 0 !important;
}
.product-items .product-item-info .price-box-option {
  margin: 0;
}
.product-items .product-item-info .price-box {
  margin: 18px 0;
}
.product-items .product-item-info .price-box.price-final_price {
  min-height: 106px;
  display: flex;
  align-items: center;
}
.product-items .product-item-info .price-box .block-price {
  display: grid;
  align-items: center;
  min-height: 50px;
}
.product-items .product-item-info .price-box .block-price .block-old-price {
  padding-left: 22px;
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.product-items .product-item-info .price-box .block-price .block-old-price .old-price .price-label {
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.product-items .product-item-info .price-box .block-price .block-old-price .old-price .price {
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.product-items .product-item-info .price-box .block-price .block-special-price .price {
  color: #101010;
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
}
.product-items .product-item-info .price-box .block-price .block-special-price .label-filial {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.product-items .product-item-info .price-box .block-price .block-normal-price .price {
  color: #101010;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-right: 8px;
}
.product-items .product-item-info .price-box .block-price .block-normal-price .label-filial {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.product-items .product-item-info .price-box .block-tax {
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px;
}
.product-items .product-item-info .qty-uom {
  display: flex;
  margin-bottom: 8px;
  align-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.product-items .product-item-info .qty-uom .uom {
  flex: 1;
}
.product-items .product-item-info .qty-uom .qty {
  background-color: #F6F7F8;
  border-radius: 8px;
  max-width: 80px;
  padding: 4px 7px;
  margin-right: 6px;
  flex: 1;
}
.product-items .product-item-info .qty-uom .qty .field-qty {
  max-width: 35px;
  border: 0;
  border-radius: 8px;
  color: #101010;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  float: left;
  margin-right: 8px;
  padding: 0;
  max-height: 32px;
}
.product-items .product-item-info .qty-uom .qty .field-qty:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.product-items .product-item-info .qty-uom .qty .plus-minus {
  float: right;
}
.product-items .product-item-info .qty-uom .qty .plus-minus span {
  display: block;
  cursor: pointer;
}
.product-items .product-item-info .qty-uom .qty .plus-minus span.fa-plus:before {
  content: '';
  background: url(../images/bkg-plus.png) center top no-repeat;
  display: block;
  width: 19px;
  height: 16px;
}
.product-items .product-item-info .qty-uom .qty .plus-minus span.fa-minus:before {
  content: '';
  background: url(../images/bkg-minus.png) center top no-repeat;
  display: block;
  width: 19px;
  height: 16px;
}
.product-items .product-item-info .qty-uom .uom .field-uom {
  border: 1px solid #D7D8DA;
  border-radius: 4px;
  padding: 9px 12px 11px;
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  height: 40px;
  min-width: 125px;
}
.product-items .product-item-info .qty-uom .uom .field-uom:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #D7D8DA;
}
.product-items .product-item-info .qty-uom .uom .field-uom option:disabled {
  color: #BBBBBB;
}
.product-items .product-item-info .product-item-inner {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  box-shadow: none;
  border: 0;
  position: initial !important;
  clip: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
.product-items .product-item-info .product-item-inner .product-item-actions {
  margin: 0;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary {
  display: inline-block;
  width: 100%;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .unavailable {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--grey-500, #a5a7a9);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .unavailable span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .unavailable svg {
  margin-right: 16px;
  margin-top: 2px;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .opcoes {
  min-height: 170px;
  margin-top: 10px;
  margin-bottom: 0;
  display: none;
  flex-direction: column;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options {
  margin-top: 10px;
  margin-bottom: 6px;
  /*display: flex;*/
  align-items: center;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .old-price {
  margin: 0 0 3px;
  padding-left: 22px;
  color: #747474;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .price-option {
  color: var(--System-color-Black, #101010);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin-right: 8px;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .label-option {
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding-top: 5px;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .esgotado {
  border-radius: 8px;
  background: var(--Grey-500, #a5a7a9);
  height: 24px;
  padding: 0 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 8px;
  display: inline-block;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .esgotado span {
  display: flex;
  align-items: center;
}
.product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .esgotado span svg {
  margin-right: 8px;
}
.product-items .product-item-info .addtocart-countdown .action.primary {
  width: 100%;
  background: url(../images/bkg-icon-cart.png) 12px center no-repeat #005aff;
  border-radius: 8px;
  border: 1px solid #005AFF;
}
.product-items .product-item-info .addtocart-countdown .action.primary span {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding-left: 18px;
}
.product-items .product-item-info .addtocart-countdown .action.hide-addtocart {
  /*display: none;*/
}
.product-items .product-item-info .addtocart-countdown .action.show-addtocart {
  display: block !important;
}
.product-items .product-item-info .addtocart-countdown .countdown {
  /*display: none;*/
  background: url(../images/bkg-countdown.png) left center no-repeat #ffffff;
  border: 1px solid #005AFF;
  border-radius: 8px;
  min-height: 43px;
  text-align: center;
}
.product-items .product-item-info .addtocart-countdown .countdown span {
  padding-left: 37px;
  padding-top: 10px;
  display: block;
  color: #005AFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.product-items .product-item-info .addtocart-countdown .countdown.show-countdown {
  /*display: none !important;*/
}
.product-items .product-item-info .addtocart-countdown .countdown.show-countdown.force-hide-countdown {
  display: none !important;
}
.product-items .product-item-info .addtocart-countdown .countdown.remove-countdown {
  display: none !important;
}
.product-items .product-item-info .addtocart-countdown.hide-addtocart .action.primary {
  display: none;
}
.product-items .product-item-info .addtocart-countdown.show-addtocart .action.primary {
  display: block;
}
.product-items .product-item-info .actions-primary-link {
  margin-top: 8px;
}
.product-items .product-item-info .actions-primary-link .addtocart-countdown-link .action-link {
  width: 100%;
  display: block;
  padding: 10px 0;
  background: url(../images/bkg-icon-cart.png) 12px center no-repeat #005aff;
  border-radius: 8px;
  border: 1px solid #005AFF;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.catalog-category-view #maincontent .sidebar-main {
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 24px 15px;
}
.catalog-category-view #maincontent .sidebar-main .filter .block-subtitle {
  padding: 0;
  margin-bottom: 16px;
  border: 0;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item {
  border-bottom: 0;
  padding-bottom: 25px;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-title {
  padding: 0;
  margin-bottom: 16px;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-transform: none;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-title:after {
  content: '';
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content {
  padding: 0;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .filter-options-content-inner::-webkit-scrollbar {
  width: 8px;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .filter-options-content-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .filter-options-content-inner::-webkit-scrollbar-thumb {
  background: #A5A7A9;
  border-radius: 10px;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .filter-options-content-inner::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .item {
  margin: 0 0 10px;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .item a {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  padding: 0;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .item a:hover {
  background-color: transparent;
}
.catalog-category-view #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .items label {
  color: var(--System-color-Black, #101010);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
}
.catalog-category-view #maincontent .sidebar-main .filter .price-slider-container .input-text {
  display: flex;
  width: 167px;
  height: 46px;
  padding: 14px;
  align-items: flex-start;
  gap: 14px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--grey-300, #d7d8da);
  background: #FFF;
  margin-bottom: 8px;
}
.catalog-category-view #maincontent .page-title-wrapper {
  float: left;
  width: 65%;
  margin-bottom: 0;
}
.catalog-category-view #maincontent .page-title-wrapper .page-title {
  width: auto;
  margin-bottom: 25px;
  color: #101010;
  font-size: 24px;
  font-weight: 700;
  line-height: 58px !important;
}
.catalog-category-view #maincontent .category-description {
  clear: both;
  margin-bottom: 50px;
}
.catalog-category-view #maincontent .category-description div {
  padding: 0 !important;
}
.catalog-category-view #maincontent .message.info {
  clear: both;
}
.catalog-category-view #maincontent .toolbar-products {
  float: right;
  width: 100%;
  margin-bottom: 30px;
  line-height: 58px;
  /*.limiter {
                display: none;
            }*/
}
.catalog-category-view #maincontent .toolbar-products .limiter {
  line-height: 0;
  float: left;
}
.catalog-category-view #maincontent .toolbar-products .modes {
  display: none;
}
.catalog-category-view #maincontent .toolbar-products .toolbar-amount {
  display: none;
}
.catalog-category-view #maincontent .toolbar-products .sorter .sorter-label {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-category-view #maincontent .toolbar-products .sorter select {
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  color: #A5A7A9;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 13px;
  height: 46px;
}
.catalog-category-view #maincontent .toolbar-products .sorter select:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #D7D8DA;
}
.catalog-category-view #maincontent .toolbar-products .pages {
  float: right;
  line-height: normal;
}
.catalog-category-view #maincontent .toolbar-products .pages .item {
  margin-right: 10px;
}
.catalog-category-view #maincontent .toolbar-products .pages .item strong.page {
  background-color: #005AFF;
  border-radius: 2px;
  padding: 1px 9px;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-category-view #maincontent .toolbar-products .pages .item a.page {
  border-radius: 2px;
  padding: 1px 9px;
  color: #A5A7A9;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-category-view #maincontent .toolbar-products .pages .item a.action.next {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border-radius: 2px;
  padding: 0;
  border: 0;
  line-height: 21px;
}
.catalog-category-view #maincontent .toolbar-products .pages .item a.action.next:before {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  /*vertical-align: baseline;*/
  display: initial;
  width: auto;
}
.catalog-category-view #maincontent .toolbar-products .pages .item a.action.previous {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border-radius: 2px;
  padding: 0;
  border: 0;
  line-height: 21px;
}
.catalog-category-view #maincontent .toolbar-products .pages .item a.action.previous:before {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  /*vertical-align: baseline;*/
  display: initial;
  width: auto;
}
.catalog-category-view #maincontent .products {
  clear: both;
}
.catalog-category-view #maincontent .products .product-items .product-item-info .price-box.price-final_price {
  align-items: center;
}
.catalog-category-view .brand-container .cover-section .brand-cover {
  border-radius: 8px;
}
.catalog-category-view .brand-container .cover-section .after-cover {
  border: 0;
}
.catalog-category-view .brand-container .cover-section .after-cover .thumb-section .brand-img-wrap {
  border-radius: 50%;
  border: 5px solid #D7D8DA;
  overflow: hidden;
  left: 30px;
  padding: 0;
}
.catalog-category-view .brand-container .cover-section .after-cover .thumb-section .brand-img-wrap .brand-image {
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-category-view .brand-container .brand-img-wrap {
  border-radius: 50%;
  border: 5px solid #D7D8DA;
  overflow: hidden;
  left: 30px;
  padding: 0;
}
.catalog-category-view .brand-container .brand-img-wrap .brand-image {
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-product-view .page-main .columns .column.main {
  padding-bottom: 100px;
}
.catalog-product-view .page-main .product.media {
  width: 50%;
  margin-bottom: 60px;
}
.catalog-product-view .page-main .product.media .fotorama__stage {
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  margin-bottom: 8px;
}
.catalog-product-view .page-main .product.media .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .page-main .product.media .fotorama__nav--thumbs {
  min-height: 130px;
}
.catalog-product-view .page-main .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #d7d8da);
  margin: 0 2px;
  padding: 4px;
}
.catalog-product-view .page-main .product.media .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__active {
  border-color: #CCCCCC;
}
.catalog-product-view .page-main .product.media .fotorama__shadows--right:after {
  display: none;
}
.catalog-product-view .page-main .product-info-main {
  width: 45%;
}
.catalog-product-view .page-main .product-info-main .countdown-content {
  margin-bottom: 24px;
}
.catalog-product-view .page-main .product-info-main .countdown-content .countdown {
  /*display: none;*/
  background: url(../images/bkg-countdown.png) left center no-repeat #ffffff;
  border: 1px solid #005AFF;
  border-radius: 8px;
  max-width: 218px;
  min-height: 43px;
  text-align: center;
}
.catalog-product-view .page-main .product-info-main .countdown-content .countdown span {
  padding-left: 37px;
  padding-top: 10px;
  display: block;
  color: #005AFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.catalog-product-view .page-main .product-info-main .countdown-content .countdown.show-countdown {
  /*display: none !important;*/
}
.catalog-product-view .page-main .product-info-main .countdown-content .countdown.show-countdown.force-hide-countdown {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .countdown-content .countdown.remove-countdown {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .page-title-wrapper .page-title {
  width: auto;
  margin-bottom: 4px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.catalog-product-view .page-main .product-info-main .product.attribute {
  color: #A5A7A9;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view .page-main .product-info-main .product.attribute a {
  color: #A5A7A9;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku {
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku .type {
  margin-right: 0;
  font-weight: 400;
}
.catalog-product-view .page-main .product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.catalog-product-view .page-main .product-info-main .product.attribute.brand {
  border-left: 1px solid #A5A7A9;
  margin-left: 3px;
  padding-left: 4px;
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .product.attribute.brand span {
  text-transform: uppercase;
}
.catalog-product-view .page-main .product-info-main .tags-oferta-politica {
  margin: 16px 0 40px;
  display: flex;
}
.catalog-product-view .page-main .product-info-main .tags-oferta-politica .tag-oferta {
  padding: 4px 20px;
  margin-right: 15px;
  width: auto;
  max-width: 175px;
  background-color: #C4D6F7;
  border-radius: 4px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view .page-main .product-info-main .tags-oferta-politica .tag-oferta strong {
  font-weight: 700;
}
.catalog-product-view .page-main .product-info-main .tags-oferta-politica .tag-politica {
  padding: 4px 20px;
  width: auto;
  max-width: 175px;
  background-color: #90E49E;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view .page-main .product-info-main .tags-oferta-politica .tag-politica a {
  color: #000;
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .tags-oferta-politica .tag-politica a strong {
  font-weight: 700;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-info-price {
  display: none;
  border-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box {
  display: flex;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .full-block-price {
  width: 75%;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .full-block-price .price-wrapper {
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .full-block-price .price-wrapper .price {
  color: var(--Brand-color-Blue-Default, #005aff);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 24px;
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box .full-block-price .label-filial {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box span.normal-price {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-box span.old-price {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .available {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .unavailable span {
  border-radius: 8px;
  background: var(--Grey-500, #a5a7a9);
  padding: 12px 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  max-width: fit-content;
  align-items: center;
  text-transform: initial;
}
.catalog-product-view .page-main .product-info-main .product-info-price .product-info-stock-sku .unavailable span svg {
  margin-right: 16px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .div-label .label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 6px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .div-label .label .tributos {
  color: var(--grey-500, #a5a7a9);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding-left: 6px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .block-old-price .old-price .price-label,
.catalog-product-view .page-main .product-info-main .product-info-price .block-old-price .old-price .price {
  color: var(--system-color-black, #101010);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-bottom: 6px;
}
.catalog-product-view .page-main .product-info-main .product-info-price .block-special-price .special-price .price-wrapper {
  display: initial !important;
}
.catalog-product-view .page-main .product-info-main .product-info-price .block-special-price .special-price .price {
  color: var(--brand-color-blue-default, #005aff);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.catalog-product-view .page-main .product-info-main .price-tier_price {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper {
  /*display: none;*/
}
.catalog-product-view .page-main .product-info-main .product-options-wrapper .field.configurable {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field .label.label-title {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.radio {
  float: left;
  width: 75%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.drop_down {
  float: left;
  width: min-content;
  padding-top: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.drop_down select {
  padding: 5px 10px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.drop_down select option:disabled {
  color: #BBBBBB;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control {
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  min-height: 140px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .input-field {
  margin-right: 20px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .div-input {
  padding-right: 15px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .div-label {
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .div-label .stock.unavailable {
  padding: 9px 24px;
  border-radius: 8px;
  background: var(--grey-500, #a5a7a9);
  max-width: fit-content;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .div-label .stock.unavailable span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .div-label .stock.unavailable svg {
  margin-right: 16px;
  margin-top: 2px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .input-label .label-option {
  margin-bottom: 8px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .input-label .label-option .label-filial {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .input-label .label-option .label-filial span {
  color: #A5A7A9;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .input-label .price-notice .price-wrapper {
  background-color: #FFF;
  margin-left: -13px;
  color: #005AFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 6px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .label .tributos {
  color: var(--grey-500, #a5a7a9);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding-left: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .old-price {
  color: var(--system-color-black, #101010);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  margin-bottom: 6px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .special-price {
  color: var(--brand-color-blue-default, #005aff);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .special-price .box-price {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .box-discount {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.choice .box-discount span {
  color: #FFA400;
  font-weight: 700;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom {
  clear: both;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .actions.add-wishilist {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .actions.add-wishilist .action.towishlist {
  display: block;
  border: 2px solid var(--brand-color-blue-default, #005aff);
  border-radius: 5px;
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .actions.add-wishilist .action.towishlist:hover {
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .actions.add-wishilist .action.towishlist span {
  color: #FFF;
  font-size: 14px;
  padding-top: 16px;
  display: block;
  text-align: center;
  color: var(--brand-color-blue-default, #005aff);
  font-weight: bold;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset {
  display: flex;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .field.qty {
  margin: 0 10px 0 0;
  padding: 5px 7px;
  border-radius: 8px;
  background: var(--grey-50, #f6f7f8);
  min-width: 90px;
  display: flex;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .field.qty .control {
  margin-right: 10px;
  margin-top: 4px;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .field.qty .control .input-text {
  border: 0;
  border-radius: 8px;
  background: #FFF;
  color: var(--system-color-black, #101010);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 35px;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .field.qty .buttons-input {
  margin-top: -3px;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .field.qty .buttons-input a {
  display: block;
  cursor: pointer;
  width: 22.5px;
  height: 25px;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .actions {
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .actions .action.primary.tocart {
  margin: 0 15px 0 0;
  padding: 0;
  width: 100%;
  max-width: 220px;
  height: 56px;
  border-radius: 8px;
  background: var(--brand-color-blue-default, #005aff);
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .actions .action.primary.tocart span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .actions .action.primary.tocart label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
}
.catalog-product-view .page-main .product-info-main .box-tocart .fieldset .actions .button-venda-direta {
  border-radius: 8px;
  border: 1px solid var(--brand-color-blue-default, #005aff);
  padding: 17px 24px 16px;
  color: var(--brand-color-blue-default, #005aff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
}
.catalog-product-view .page-main .product-info-main .box {
  margin-top: 8px;
}
.catalog-product-view .page-main .product-info-main .box .action-link {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 56px;
  margin-top: 30px;
  border-radius: 8px;
  background: var(--brand-color-blue-default, #005aff);
  line-height: 56px;
  text-align: center;
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .box .action-link span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
}
.catalog-product-view .page-main .product-info-main select {
  border-radius: 4px;
  border: 1px solid var(--grey-300, #d7d8da);
  /*background: #FFF;*/
  min-width: 130px;
  height: 38px;
}
.catalog-product-view .page-main .product-info-main .product.alert {
  margin-top: 36px;
}
.catalog-product-view .page-main .product-info-main .product.alert a {
  border-radius: 8px;
  border: 1px solid var(--Brand-color-Blue-Default, #005aff);
  padding: 12px 24px;
  color: var(--Brand-color-Blue-Default, #005aff);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: flex;
  max-width: fit-content;
  align-items: center;
}
.catalog-product-view .page-main .product-info-main .product.alert a svg {
  margin-right: 16px;
}
.catalog-product-view .page-main .block.related {
  clear: both;
  display: block;
  margin-top: 60px;
}
.catalog-product-view .page-main .block.related .title {
  margin-bottom: 24px;
}
.catalog-product-view .page-main .block.related .title strong {
  color: #101010;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.catalog-product-view .page-main .block.related .products {
  margin-bottom: 0;
}
.catalog-product-view .page-main .block.related .block-content .block-actions {
  display: none;
}
.catalog-product-view .page-main .block.related .block-content .product-item {
  min-width: 260px;
  margin-right: 32px;
}
.catalog-product-view .page-main .block.related .block-content .product-item .product-item-info {
  width: auto;
  padding: 25px;
}
.catalog-product-view .page-main .block.related .block-content .product-item .product-item-info .checkbox.related {
  display: none;
}
.catalog-product-view .page-main .block.related .block-content .product-item .product-item-info .product-item-name {
  margin-left: 0;
}
.catalog-product-view .page-main #additional-new {
  background-color: #FAFAFA;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 0;
  padding: 0 0 8px;
}
.catalog-product-view .page-main #additional-new .product-section-title {
  margin: 0;
  border-bottom: 0;
  padding: 32px 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper {
  margin: 0;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes {
  width: 100%;
  padding: 0;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes .col {
  float: left;
  width: 38%;
  border-bottom: 1px solid #D7D8DA;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes .col:nth-child(odd) {
  padding-left: 48px;
  width: 57%;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes .col.two:nth-last-child(-n+2) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes .col.one:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .page-main #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes .col span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .page-main .product.detailed #tab-label-description h1 {
  border: 0;
  padding-left: 48px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding: 32px 0 32px 48px;
  margin: 0;
}
.catalog-product-view .page-main .product.detailed #description {
  padding: 0 48px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .page-main .product.detailed #tab-label-additional-new {
  margin-top: 64px;
}
.catalog-product-view .page-main .product.detailed #tab-label-additional-new h1 {
  background: var(--System-color-White, #fafafa);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 0;
  padding-left: 48px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding: 32px 0 32px 48px;
  margin: 0;
}
.catalog-product-view .page-main .product.detailed .item.title {
  float: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.catalog-product-view .page-main .product.detailed .item.content {
  float: none;
  margin-left: initial;
  display: block !important;
  margin: 0 auto;
  max-width: 1080px;
}
.page-footer {
  background-color: transparent;
  padding-bottom: 0;
}
.page-footer .footer.content {
  padding-left: 0;
  padding-right: 0;
}
.page-footer .footer.content .block.newsletter {
  width: 100%;
  max-width: 100%;
  float: none;
  background-color: #FAFAFA;
  border-radius: 24px;
  margin-bottom: 135px;
}
.page-footer .footer.content .block.newsletter .newsletter-content {
  padding: 60px;
  display: flex;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info {
  width: 60%;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info h2 {
  color: #005AFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 60px;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info p {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios {
  display: flex;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios div {
  width: 33%;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios div .icon {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios div label {
  display: inline-block;
  width: 160px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios div label.spam {
  max-width: 100px;
}
.page-footer .footer.content .block.newsletter .newsletter-content .newsletter-form {
  width: 40%;
  padding-top: 10px;
}
.page-footer .footer.content .block.newsletter .field {
  float: none;
  max-width: 100%;
}
.page-footer .footer.content .block.newsletter .field .control:before {
  content: '';
}
.page-footer .footer.content .block.newsletter input {
  padding: 14px;
  margin-bottom: 16px;
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  min-height: 46px;
}
.page-footer .footer.content .block.newsletter input:active {
  color: #000;
}
.page-footer .footer.content .block.newsletter input::placeholder {
  color: #D7D8DA;
}
.page-footer .footer.content .block.newsletter input:focus {
  outline: none !important;
  /*border:1px solid red;*/
  box-shadow: none;
}
.page-footer .footer.content .block.newsletter .form.subscribe > .actions {
  float: none;
  display: block;
  width: 60%;
  margin-top: 8px;
}
.page-footer .footer.content .block.newsletter .form .action.subscribe {
  width: 100%;
  background-color: transparent;
  border: 1px solid #005AFF;
  border-radius: 8px;
  color: #005AFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding: 12px 0;
}
.page-footer .footer-info {
  border-top: 1px solid #F3F3F3;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
}
.page-footer .footer-info .footer.content {
  width: 100%;
  padding: 0;
}
.page-footer .footer-links {
  border-top: 1px solid #F3F3F3;
  padding: 48px 0 36px;
}
.page-footer .footer-links .footer.content {
  width: 100%;
  padding: 0;
}
.page-footer .footer-copyright {
  border-top: 1px solid #F3F3F3;
  padding: 25px 0;
}
.page-footer .footer-copyright .footer.content {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1201px) {
  #maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* DESKTOP */
@media screen and (min-width: 769px) {
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  .catalog-product-view .page-main-description {
    max-width: 1280px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .checkout-index-index .cart-tabs p {
    min-width: 50% !important;
  }
  .checkout-index-index .grid-content {
    padding: 30px 15px !important;
  }
  .checkout-index-index .grid-content .col-1-3 {
    width: 100% !important;
  }
  .checkout-index-index .grid-content .cart-summary {
    /*background-color: transparent !important;*/
  }
  .page-header {
    border-bottom: 0;
  }
  .page-header .header.content {
    padding: 40px 16px 0;
  }
  .page-header .header.content .logo {
    margin: 0;
  }
  .page-header .header.content .mobile-header #menu_mobile {
    right: 16px;
    top: 40px;
    left: initial;
  }
  .page-header .header.content .mobile-header #menu_mobile::before {
    color: #0D1D52;
    line-height: 28px;
  }
  .page-header .header.content .mobile-header .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 9;
    transition: opacity .5s ease,visibility .5s ease;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .header.content .mobile-header .backdrop.show {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  .page-header .header.content .mobile-header .mobile-content {
    display: flex !important;
    z-index: 99999999999;
    position: fixed;
    top: 0;
    right: -600px;
    width: 85%;
    height: 100vh;
    background-color: #FFF;
    padding: 0 12px;
    transition: right 0.7s ease;
    overflow-y: auto;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .page-header .header.content .mobile-header .mobile-content.show {
    right: 0;
  }
  .page-header .header.content .mobile-header .mobile-content .content {
    width: 100%;
  }
  .page-header .header.content .mobile-header .mobile-content .close-content {
    display: block;
    text-align: right;
    padding: 38px 0 0 0;
  }
  .page-header .header.content .mobile-header .mobile-content .customer-block {
    display: block;
    float: none;
    width: 100%;
    padding: 0 34px;
    margin: 0 0 24px;
    background: none;
    min-height: 1px;
  }
  .page-header .header.content .mobile-header .mobile-content .customer-block span {
    color: var(--System-color-Black, #101010);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .page-header .header.content .mobile-header .mobile-content .customer-block a {
    color: var(--System-color-Black, #101010);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .page-header .header.content .mobile-header .mobile-content .minicart-mobile {
    border-bottom: 1px solid #D7D8DA;
    padding: 0 34px 24px;
    margin-bottom: 24px;
  }
  .page-header .header.content .mobile-header .mobile-content .minicart-mobile .minicart-mobile-content {
    border-radius: 8px;
    background: var(--Brand-color-Blue-Light, #e5efff);
    max-width: 200px;
    padding: 10px 16px;
    display: flex;
  }
  .page-header .header.content .mobile-header .mobile-content .minicart-mobile .minicart-mobile-content::before {
    content: '';
    background: url(../images/icon-cart-block.png) left center no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 16px;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal {
    background: none;
    padding: 0;
    height: 100vh;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal strong {
    color: var(--Brand-color-Blue-Default, #005aff);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    display: block;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-destaque {
    border-bottom: 1px solid #D7D8DA;
    margin-bottom: 24px;
    padding: 0 24px 8px;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .sw-megamenu li {
    margin-bottom: 16px;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .sw-megamenu li a {
    color: var(--System-color-Black, #101010);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos {
    border-bottom: 1px solid #D7D8DA;
    margin-bottom: 24px;
    padding: 0 24px 8px;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections {
    position: static;
    width: 100%;
    background: none;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items::before {
    display: none;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-title.active {
    display: none;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-content {
    float: none;
    margin: 0;
    padding: 0;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-content .navigation {
    background: none;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 {
    border: 0;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 > .level-top {
    color: var(--System-color-Black, #101010);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    padding: 0;
    margin-bottom: 16px;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0 > .level-top::after {
    display: none;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-departamentos .nav-sections .nav-sections-items .nav-sections-item-content .navigation .level0.submenu {
    display: none;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-static {
    padding: 0 24px 8px;
  }
  .page-header .header.content .mobile-header .mobile-content .menu-principal .menu-mobile-static ul li a {
    color: var(--Grey-800, #4d5163);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .page-header .header.content .block-search {
    margin: 40px 0 32px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  .page-header .header.content .block-search .minisearch {
    display: flex;
    width: 100%;
    border: 1px solid #C4D6F7;
    background-color: #F6F7F8;
    border-radius: 8px;
    height: 42px;
  }
  .page-header .header.content .block-search .minisearch .label {
    display: none;
  }
  .page-header .header.content .block-search .minisearch .search {
    width: 100%;
  }
  .page-header .header.content .block-search .minisearch .search .control {
    border: 0;
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    width: 100%;
  }
  .page-header .header.content .block-search .minisearch .search .control #search {
    border: 0;
    background-color: transparent;
    margin: 0;
    position: initial;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 0;
  }
  .page-header .header.content .block-search .minisearch .actions .action.search {
    display: block;
    border: initial;
    background-color: initial;
    border-radius: initial;
    height: initial;
    padding: 0 20px 0 0;
  }
  .page-header .header.content .block-search .minisearch .actions .action.search::before {
    content: '\e615';
    color: #2A5EC1;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
  }
  .page-header .header.content .block-search .minisearch .actions .action.search span {
    display: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    min-width: initial !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-info {
    margin: 20px 10px 0 !important;
    border: 0 !important;
  }
  .product-items .product-item-info.loggedin {
    min-height: 1px !important;
  }
  .product-items .product-item-info.loggedin .actions-primary {
    min-height: 225px;
    display: flex !important;
    align-items: end;
  }
  .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .opcoes {
    min-height: auto;
  }
  .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options {
    margin-bottom: 0;
  }
  .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .price-option {
    font-size: 20px;
  }
  .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .block-options .label-option {
    float: right;
  }
  .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .price-box-option {
    display: none;
  }
  .product-items .product-item-info .product-item-inner .product-item-actions .actions-primary .unavailable {
    position: static;
  }
  .product-items .product-item-info .qty-uom {
    margin-top: 16px;
  }
  .product-items .product-item-info .qty-uom .qty .field-qty {
    height: 32px;
  }
  .product-items .product-item-info .qty-uom .qty .plus-minus {
    display: none;
  }
  .product-items .product-item-info .addtocart-countdown .action.primary span {
    font-size: 12px;
  }
  .page-footer .footer-info {
    padding-bottom: 6px;
  }
  .page-footer .footer.content {
    border: 0;
  }
  .page-footer .footer.content .block.newsletter {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .page-footer .footer.content .block.newsletter input {
    margin-right: 0;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content {
    padding: 40px 16px;
    display: block;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info {
    width: 100%;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios {
    display: block;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content .newsletter-info .newsletter-beneficios div {
    width: 100%;
    margin-bottom: 12px;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content .newsletter-form {
    width: 100%;
  }
  .page-footer .footer.content .block.newsletter .newsletter-content .newsletter-form .actions {
    width: 100% !important;
  }
  .page-footer .footer-links {
    padding-bottom: 22px;
  }
  .page-footer .footer-copyright {
    padding-bottom: 0;
  }
  .columns .column.main {
    padding-bottom: 30px;
  }
  .catalog-category-view #maincontent {
    padding-top: 0;
  }
  .catalog-category-view #maincontent .sidebar-main {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter {
    margin-top: 0;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter .ode-mobile-filters {
    display: none !important;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block {
    margin-bottom: 0 !important;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block.block .filter-content .filter-options {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: initial;
    left: initial;
    width: 85%;
    height: 100vh;
    background-color: #FFF;
    padding: 80px 30px 0;
    transition: right 0.7s ease;
    overflow-y: auto;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block.active.filter .filter-title {
    border-bottom: 0;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block.active.filter .filter-subtitle {
    color: #005AFF;
    height: initial;
    position: fixed;
    right: 0;
    top: 0;
    bottom: initial;
    left: initial;
    width: 85%;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 0;
    transition: right 0.7s ease;
    overflow-y: auto;
    z-index: 99;
    border-bottom: 0;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block.active.filter .filter-content .filter-options {
    right: 0;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block.active.filter .backdrop-filter {
    z-index: 9;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(204, 204, 204, 0.5);
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .catalog-category-view #maincontent .sidebar-main .ode-layered-filter #layered-filter-block.active.filter .backdrop-filter.show {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  .catalog-category-view #maincontent .category-description {
    display: none;
  }
  .catalog-category-view #maincontent .filter-title strong {
    top: 94px;
    right: 16px;
    left: initial;
    background-color: #005AFF;
    border-radius: 8px;
    min-height: 48px;
    min-width: 125px;
    display: flex;
    align-items: center;
    box-shadow: none;
  }
  .catalog-category-view #maincontent .filter-title strong::after {
    content: '';
    display: none;
  }
  .catalog-category-view #maincontent .filter-title strong::before {
    content: '';
    display: none;
  }
  .catalog-category-view #maincontent .filter-title strong svg {
    margin-right: 16px;
    margin-left: 6px;
  }
  .catalog-category-view #maincontent .filter-title strong span {
    color: #FFF;
    font-size: 14px;
  }
  .catalog-category-view #maincontent .toolbar-products .pages {
    float: none;
    margin: 0 auto;
  }
  .catalog-category-view #maincontent .toolbar-products .pages .pages-item-next {
    position: static;
  }
  .page-products .page-main .columns {
    padding: 0 16px !important;
    z-index: 99;
  }
  .page-products .page-main .columns .sorter {
    position: static;
    float: left;
    max-width: 55%;
    text-align: left;
    line-height: normal;
  }
  .page-products .page-main .columns .sorter .sorter-label {
    display: block;
    margin-bottom: 16px;
  }
  .page-products .page-main .columns .column.main .products-grid .product-item {
    margin-bottom: 16px;
    margin-left: 7%;
    width: calc(46.5%);
  }
  .page-products .page-main .columns .column.main .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
  .brands-index-view #maincontent .page-title-wrapper {
    display: none;
  }
  .brands-index-view #maincontent .filter-title strong {
    top: 264px;
  }
  .catalog-product-view .page-main .product.media .fotorama__stage {
    border: 0;
    border-radius: 0;
  }
  .catalog-product-view .page-main .product.media .fotorama__nav__frame {
    border: 0 !important;
    border-radius: 0 !important;
    max-width: 68px;
    margin: 0 5% !important;
  }
  .catalog-product-view .page-main .product.media .fotorama__nav--thumbs .fotorama__thumb .fotorama__nav__frame {
    border: 0;
    border-radius: 0;
  }
  .catalog-product-view .page-main .product.media .fotorama__nav--thumbs .fotorama__thumb .fotorama__nav__frame .fotorama__img {
    max-width: 68px;
  }
  .catalog-product-view .page-main .product.media .fotorama__nav-wrap .fotorama_vertical_ratio {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    max-width: 68px;
  }
  .catalog-product-view .page-main .product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    max-width: 68px;
  }
  .catalog-product-view .page-main .product.detailed #tab-label-description h1 {
    padding: 0 0 30px;
  }
  .catalog-product-view .page-main .product.detailed #description {
    padding: 0;
  }
  .catalog-product-view .page-main .product.detailed #tab-label-additional-new {
    margin-top: 32px;
  }
  .catalog-product-view .page-main .product.detailed #tab-label-additional-new h1 {
    padding: 16px;
  }
  .catalog-product-view .page-main .product.detailed #additional-new .additional-attributes-wrapper.table-wrapper .additional-attributes .col {
    float: none;
    padding-left: 16px;
    width: 96%;
    margin: 0 auto 10px;
  }
  .catalog-product-view .page-main .product-info-main .page-title-wrapper .page-title {
    text-transform: uppercase;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper {
    min-height: auto;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .choice {
    flex-wrap: wrap;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .choice:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px !important;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .choice .div-input {
    min-height: auto !important;
    padding-top: 6px;
    width: 7% !important;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .choice .div-label {
    margin-right: 0 !important;
    width: 85% !important;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .choice .div-label .label .tributos {
    display: block;
    padding-left: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .choice .special-price .box-price {
    display: none;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.drop_down {
    position: initial;
    padding: 16px 0;
  }
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .fieldset .field.drop_down .control {
    padding-left: 38px;
  }
  .customer-account-create .taxvat-block .register-message {
    max-width: none;
  }
  .customer-account-create .taxvat-block .taxvat-fields .fieldset {
    width: 100%;
  }
  .customer-account-create .taxvat-block .taxvat-button {
    width: 100%;
  }
  .customer-account-create .taxvat-block .taxvat-button .button {
    max-width: none;
  }
  .customer-account-create .taxvat-block .taxvat-button .taxvat-duvidas {
    max-width: none;
  }
  .customer-account-create .form-customer-create .form.create.account {
    display: block;
  }
  .customer-account-create .form-customer-create .form.create.account .customer-info {
    width: 100%;
  }
  .customer-account-create .form-customer-create .form.create.account .customer-info .info {
    max-width: none;
    padding: 20px;
  }
  .customer-account-create .form-customer-create .form.create.account .customer-form {
    width: 100%;
  }
  .customer-account-create .form-customer-create .form.create.account .customer-form .fieldset > .field.field-name-firstname {
    width: 100%;
    clear: both;
    float: none;
  }
  .customer-account-create .form-customer-create .form.create.account .customer-form .fieldset > .field.field-name-lastname {
    width: 100%;
    clear: both;
    float: none;
  }
  .customer-account-create .form-customer-create .remember-me-box {
    display: none;
  }
  .customer-account-login .page-main .block-customer-login {
    max-width: none !important;
    padding: 0 !important;
  }
  .block.block-new-customer {
    padding: 0 !important;
  }
  .block.block-new-customer .action.primary {
    background-image: none;
    background: #005AFF !important;
    border: 1px solid #005AFF !important;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 12px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: block;
  }
  .checkout-cart-index .tier-prices-list li.tier-price-item {
    margin: 0;
  }
  .checkout-cart-index .cart-tabs {
    padding: 0 16px;
    display: block !important;
    width: 100%;
  }
  .checkout-cart-index .cart-tabs p {
    float: left;
    width: 50%;
    min-width: auto !important;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 16px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper {
    border-top: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.item {
    min-height: auto;
    display: flex;
    padding: 16px 16px 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.item .product-item-photo {
    position: initial;
    padding: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.item .product-item-details {
    padding-left: 16px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.item .product-item-details .product-item-name span {
    display: block;
    margin-top: 8px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.qty {
    width: 100%;
    padding: 12px 0 0 96px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.qty .qty-uom {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.qty[data-th]:before {
    display: none;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .col.sub {
    padding: 12px 0 0 96px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .remove-button {
    padding-left: 96px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart > .item .item-info .remove-button .actions-toolbar {
    border-top: 1px solid #D7D8DA;
    padding: 12px 0 0;
  }
  .checkout-cart-index .cart-summary .block.shipping {
    padding: 30px 16px 15px !important;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .checkout-index-index .col-2-3 {
    width: 100% !important;
    padding: 0;
  }
  .checkout-index-index .col-2-3 .col-1-2 {
    width: 100%;
    padding: 0;
  }
  .checkout-index-index .grid-content .input-select {
    max-width: none !important;
  }
  .checkout-index-index .grid-content .col-1-3 {
    padding: 0;
  }
  .checkout-index-index .buttons-checkout {
    float: none !important;
  }
  .checkout-index-index .buttons-checkout .actions-toolbar > .primary {
    display: flex;
    justify-content: space-between;
  }
  .checkout-index-index .buttons-checkout .actions-toolbar > .primary .btn-voltar {
    max-width: 46%;
    margin-bottom: 0 !important;
  }
  .checkout-index-index .buttons-checkout .actions-toolbar > .primary .btn-finalizar {
    max-width: 46%;
  }
  .checkout-onepage-success .page-title-wrapper {
    display: none;
  }
  .checkout-onepage-success .checkout-success {
    padding: 0;
  }
  .checkout-onepage-success .checkout-success .buttons {
    display: flex;
    justify-content: space-between;
  }
  .checkout-onepage-success .checkout-success .buttons a.action.primary {
    min-width: 45%;
  }
  .checkout-onepage-success .checkout-success .content-wrap {
    padding: 30px;
  }
  .account #maincontent {
    padding-top: 20px;
  }
  .account .columns {
    flex-flow: column;
  }
  .account .columns .sidebar-main {
    order: 1;
  }
  .account .columns .sidebar-main .block-collapsible-nav {
    position: initial;
    margin: 0;
  }
  .account .columns .sidebar-main .block-collapsible-nav .title {
    width: 100%;
    padding: 0 0 10px;
  }
  .account .columns .sidebar-main .block-collapsible-nav .title strong {
    font-size: 16px;
    font-weight: 400;
  }
  .account .columns .sidebar-main .block-collapsible-nav .content.active {
    border: 0;
    border-radius: 0;
    border-top: 1px solid #D7D8DA;
    padding-top: 20px;
  }
  .account .columns .sidebar-main .block-collapsible-nav .content .item strong {
    font-size: 16px;
    font-weight: 700;
  }
  .account .columns .sidebar-main .block-collapsible-nav .content .item a {
    font-size: 16px;
  }
  .account .columns .column.main {
    order: 2;
  }
  .account.customer-account-index .dashboard-content .orders-credits .credits .credit strong {
    font-size: 160%;
  }
  .account.customer-account-index .dashboard-content .levels-billets {
    display: block;
  }
  .account.customer-account-index .dashboard-content .levels-billets .levels {
    width: 100%;
  }
  .account.customer-account-index .dashboard-content .levels-billets .billet-col-right {
    width: 100%;
  }
  .account.customer-account-index .dashboard-content .levels-billets .billet-col-right .billet {
    width: 47%;
  }
}
.mini-title {
  font-size: 16px;
  color: #818181;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.mini-title p {
  font-size: 16px;
  color: #818181;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.title {
  font-weight: 600;
  font-size: 32px;
  color: #151D29;
  line-height: 1;
}
.title p {
  font-weight: 600;
  font-size: 32px;
  color: #151D29;
  line-height: 1;
}
.sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #151D29;
  margin: 0;
}
.sub-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #151D29;
  margin: 0;
}
.text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #151D29;
}
.text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #151D29;
}
.page-title-wrapper .page-title {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
  .page-title-wrapper .page-title {
    width: 100%;
  }
}
body .text {
  font-size: 16px;
}
body .breadcrumbs {
  display: none;
}
body input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev span {
  background: url(../images/arrow-prev.png) center center no-repeat;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
}
.owl-carousel .owl-nav button.owl-next span {
  background: url(../images/arrow-next.png) center center no-repeat;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
}
#maincontent {
  padding-top: 60px;
}
.cms-index-index #maincontent {
  padding-top: 0;
}
.checkout-cart-index .page-title-wrapper,
.checkout-cart-index .cart-discount {
  display: none;
}
.checkout-cart-index .cart-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.checkout-cart-index .cart-tabs p {
  position: relative;
  min-width: 210px;
  text-align: center;
  color: #A5A7A9;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #A5A7A9;
}
.checkout-cart-index .cart-tabs p.active {
  color: #101010;
  border-bottom: 0;
}
.checkout-cart-index .cart-tabs p.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -3px;
  left: 0;
  background-color: #005AFF;
  border-radius: 5px;
}
.checkout-cart-index .cart-message {
  margin-bottom: 45px;
  font-size: 16px;
}
.checkout-cart-index .filial {
  max-width: 120px;
  padding: 6px 20px;
  background-color: #E5EFFF;
  border-radius: 2.7027px 2.7027px 0px 0px;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}
.checkout-cart-index .filial-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 6px;
}
.checkout-cart-index .cart.table-wrapper .filial:nth-child(3) {
  margin-top: 15px;
}
.checkout-cart-index .cart .items {
  border: 1px solid #D7D8DA;
  border-radius: 0px 8px 8px 8px;
}
.checkout-cart-index .cart .items thead {
  background-color: #FAFAFA;
  border-radius: 0px 7px 0px 0px;
}
.checkout-cart-index .cart .items thead tr {
  border-radius: 0px 8px 8px 8px;
}
.checkout-cart-index .cart .items thead tr th.col {
  padding: 14px 5px;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}
.checkout-cart-index .cart .items thead tr th.qty {
  min-width: 210px;
}
.checkout-cart-index .cart .items .item-info {
  border-bottom: 1px solid #cccccc;
}
.checkout-cart-index .cart .items .item .product-item-photo {
  padding-left: 8px;
  padding-right: 14px;
}
.checkout-cart-index .cart .items .item .product-item-details {
  margin-bottom: 0;
}
.checkout-cart-index .cart .items .item .product-item-details .product-item-name {
  color: #101010;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.checkout-cart-index .cart .items .item .product-item-details .product-item-name a {
  margin-bottom: 5px;
}
.checkout-cart-index .cart .items .item .product-item-details .price .price {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.checkout-cart-index .cart .items .item .qty {
  padding: 20px 5px 10px;
}
.checkout-cart-index .cart .items .item .qty .qty-uom {
  display: flex;
  margin-bottom: 8px;
  flex-direction: column;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty {
  background-color: #F6F7F8;
  border-radius: 8px;
  max-width: 80px;
  padding: 4px 7px;
  margin-right: 6px;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty .field-qty {
  max-width: 35px;
  border: 0;
  border-radius: 8px;
  color: #101010;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  float: left;
  margin-right: 8px;
  padding: 0;
  margin-top: 0;
  background-color: #FFF;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty .field-qty:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty .plus-minus {
  float: right;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty .plus-minus span {
  display: block;
  cursor: pointer;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty .plus-minus span.fa-plus:before {
  content: '';
  background: url(../images/bkg-plus.png) center top no-repeat;
  display: block;
  width: 19px;
  height: 16px;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .div-qty .plus-minus span.fa-minus:before {
  content: '';
  background: url(../images/bkg-minus.png) center top no-repeat;
  display: block;
  width: 19px;
  height: 16px;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .uom {
  max-width: 80px;
  text-align: left;
  color: #101010;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 4px;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .uom .field-uom {
  border: 1px solid #D7D8DA;
  border-radius: 4px;
  padding: 9px 12px 11px;
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  height: 40px;
  min-width: 108px;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .uom .field-uom:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #D7D8DA;
}
.checkout-cart-index .cart .items .item .qty .qty-uom .uom .field-uom option:disabled {
  color: #BBBBBB;
}
.checkout-cart-index .cart .items .item .sub td {
  padding: 0;
}
.checkout-cart-index .cart .items .item .sub td.valor-total .price {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.checkout-cart-index .cart .items .item .sub td.tributador span {
  color: #101010;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}
.checkout-cart-index .cart .items .item .remove-button {
  min-width: 60px;
  text-align: center;
}
.checkout-cart-index .cart .items .item .remove-button .actions-toolbar {
  text-align: center;
}
.checkout-cart-index .cart .items .item .remove-button .actions-toolbar .action-edit {
  display: none;
}
.checkout-cart-index .cart .items .item .remove-button .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index .cart .items .item .remove-button .actions-toolbar .action-delete {
  position: initial;
}
.checkout-cart-index .cart .items .item .remove-button .actions-toolbar .action-delete:before {
  content: '';
  background: url(../images/icon-remove.svg) center top no-repeat;
  width: 16px;
  height: 21px;
}
.checkout-cart-index .cart-summary {
  padding: 0;
  background-color: transparent;
}
.checkout-cart-index .cart-summary .btn-group,
.checkout-cart-index .cart-summary .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  vertical-align: middle;
  gap: 10px;
}
.checkout-cart-index .cart-summary .btn-group .action.primary,
.checkout-cart-index .cart-summary .btn-group-vertical .action.primary {
  background: #005AFF;
  border: 1px solid #005AFF;
  border-radius: 8px;
}
.checkout-cart-index .cart-summary .btn-group .action.primary.white,
.checkout-cart-index .cart-summary .btn-group-vertical .action.primary.white {
  background: transparent !important;
  border: 1px solid #005AFF;
  color: #005AFF;
}
.checkout-cart-index .cart-summary .title {
  background-color: #FAFAFA;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 44px 36px 0;
  margin: 0;
}
.checkout-cart-index .cart-summary .block.shipping {
  background-color: #FAFAFA;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0 36px 44px;
}
.checkout-cart-index .cart-summary .shipping .cart-totals {
  border: 0;
  padding: 0;
  display: block;
}
.checkout-cart-index .cart-summary .cart-totals {
  display: none;
}
.checkout-index-index .cart-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.checkout-index-index .cart-tabs p {
  position: relative;
  min-width: 210px;
  text-align: center;
  color: #A5A7A9;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #A5A7A9;
}
.checkout-index-index .cart-tabs p.active {
  color: #101010;
  border-bottom: 0;
}
.checkout-index-index .cart-tabs p.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -3px;
  left: 0;
  background-color: #005AFF;
  border-radius: 5px;
}
.checkout-index-index .filial-title {
  max-width: 46px;
  padding: 6px 0;
  margin: 0;
  background-color: #005AFF;
  border-radius: 2.7027px 2.7027px 0px 0px;
  color: #E5EFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.checkout-index-index .grid-content {
  border: 1px solid #D7D8DA;
  border-radius: 0px 8px 8px 8px;
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 56px;
}
.checkout-index-index .grid-content .bloco {
  margin-bottom: 18px;
}
.checkout-index-index .grid-content .title {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
  display: block;
}
.checkout-index-index .grid-content .subtitle {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 14px;
  display: block;
}
.checkout-index-index .grid-content .input-select {
  border-radius: 8px;
  border: 1px solid var(--grey-300, #d7d8da);
  background: #fafafa url('../images/select-bg.svg') no-repeat 100% 45%;
  padding: 14px;
  margin-bottom: 12px;
  max-width: 290px;
  height: 50px;
}
.checkout-index-index .grid-content .input-textarea {
  border-radius: 8px;
  border: 1px solid var(--grey-300, #d7d8da);
  background: var(--system-color-white, #fafafa);
  padding: 14px;
  margin-bottom: 12px;
  max-width: 650px;
  max-height: 90px;
}
.checkout-index-index .grid-content .frete-opcoes .opcao {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--grey-300, #d7d8da);
  background: var(--system-color-white, #fafafa);
  padding: 12px;
  margin-bottom: 20px;
}
.checkout-index-index .grid-content .frete-opcoes .opcao.selected {
  border: 1px solid var(--brand-color-blue-default, #005aff);
}
.checkout-index-index .grid-content .frete-opcoes .opcao .info {
  width: 70%;
}
.checkout-index-index .grid-content .frete-opcoes .opcao .info strong {
  display: block;
  color: #101010;
  font-size: 16px;
  line-height: 19px;
}
.checkout-index-index .grid-content .frete-opcoes .opcao .info span {
  color: #A5A7A9;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.checkout-index-index .grid-content .frete-opcoes .opcao .valor span {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-right: 10px;
}
.checkout-index-index .grid-content .checkout-credit {
  border-radius: 8px;
  background: var(--system-color-white, #fafafa);
  padding: 24px;
  width: 100% !important;
  margin-bottom: 16px;
}
.checkout-index-index .grid-content .checkout-credit .total-credits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout-index-index .grid-content .checkout-credit .total-credits strong {
  margin-bottom: 0;
}
.checkout-index-index .grid-content .checkout-credit .total-credits span {
  color: var(--Brand-color-Blue-Default, #005aff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.checkout-index-index .grid-content .checkout-credit .credit {
  color: #101010;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.checkout-index-index .grid-content .checkout-credit .credit strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.checkout-index-index .grid-content .checkout-credit .credit p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.checkout-index-index .grid-content .checkout-credit .credit .used {
  width: 50%;
  border-right: 1px solid #D7D8DA;
  text-align: center;
}
.checkout-index-index .grid-content .checkout-credit .credit .used strong {
  color: #FF6000;
}
.checkout-index-index .grid-content .checkout-credit .credit .available {
  width: 50%;
  border-left: 1px solid #D7D8DA;
  text-align: center;
}
.checkout-index-index .grid-content .checkout-credit .credit .available strong {
  color: #4CD964;
}
.checkout-index-index .grid-content .checkout-credit .credit-bar .available-bar {
  width: 100%;
  background-color: #4CD964;
  height: 6px;
  border-radius: 3px;
}
.checkout-index-index .grid-content .checkout-credit .credit-bar .available-bar .used-bar {
  background-color: #FF6000;
  height: 6px;
  border-radius: 3px;
}
.checkout-index-index .grid-content .cart-summary {
  border-radius: 8px;
  background: var(--system-color-white, #fafafa);
  padding: 50px 20px;
  width: 100% !important;
}
.checkout-index-index .grid-content .cart-summary span {
  float: right;
  font-weight: bold;
}
.checkout-index-index .grid-content .cart-summary .valor {
  margin-bottom: 8px;
  color: #101010;
  font-size: 14px;
  line-height: 19px;
}
.checkout-index-index .grid-content .cart-summary .valor.total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D7D8DA;
  color: #005AFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.checkout-index-index .grid-content .cart-summary .valor.minimo-warning {
  color: var(--system-color-red-red, #ff3b30);
}
.checkout-index-index .grid-content .cart-summary .warning-minimo {
  color: var(--system-color-red-red, #ff3b30);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: block;
  clear: both;
  width: 100%;
  text-align: left;
  margin-top: 12px;
}
.checkout-index-index .grid-content .installment-message {
  clear: both;
  display: none;
  color: var(--system-color-red-red, #000000);
  font-size: 16px;
  font-style: italic;
}
.checkout-index-index .grid-content .installment-message .icon {
  margin-right: 10px;
}
.checkout-index-index .actions-toolbar .btn-voltar {
  background-color: #FFF;
  border: 1px solid #005AFF;
  border-radius: 8px;
  width: 215px;
  padding: 12px;
  color: #005AFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.checkout-index-index .actions-toolbar .btn-finalizar {
  background-color: #005AFF;
  border-radius: 8px;
  width: 215px;
  padding: 12px;
  margin-right: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.checkout-index-index .menu-principal {
  display: none !important;
}
.list-page-message .popupContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.list-page-message .message.success {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 85%;
  width: 350px;
  z-index: 9999;
  left: 90%;
  margin-left: -175px;
}
.list-page-message .message.success svg {
  vertical-align: bottom;
  margin-right: 10px;
}
.list-page-message .message.success span {
  color: var(--system-color-black, #101010);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.list-page-message .message.success .message-bar {
  height: 10px;
  background-color: #ebebeb;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*transition: width 1s ease;*/
}
.list-page-message .message.error {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 85%;
  width: 350px;
  z-index: 9999;
  left: 90%;
  margin-left: -175px;
}
.list-page-message .message.error svg {
  vertical-align: bottom;
  margin-right: 10px;
}
.list-page-message .message.error span {
  color: var(--system-color-black, #101010);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.list-page-message .message.error .error-message-bar {
  height: 10px;
  background-color: #ebebeb;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*transition: width 1s ease;*/
}
.message {
  border-left: 6px solid;
  border-radius: 5px;
  margin-top: 10px !important;
  color: #09090b !important;
  background: #f6f7f9 !important;
}
.message.success {
  border-color: #4dda64;
}
.message.success > *:first-child:before {
  color: #4dda64;
}
.message.error {
  border-color: #ff3b2f;
}
.message.error > *:first-child:before {
  color: #ff3b2f;
}
.message > *:first-child:before {
  top: 50% !important;
}
.checkout-onepage-success .content-wrap {
  padding: 40px 30px;
  background-color: #efefef;
  border-radius: 16px;
}
.checkout-onepage-success .content-wrap .page-title {
  text-align: center;
}
.checkout-onepage-success .content-wrap .field input {
  margin: 5px 5px 0 20px;
}
.slick-slide {
  margin-left: 27px;
  min-height: 0 !important;
}
/* the parent */
.slick-list {
  margin-left: -27px;
}
.catalogsearch-result-index .page-title-wrapper {
  margin-bottom: 56px;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  color: var(--system-color-black, #101010);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.catalogsearch-result-index #maincontent .sidebar-main {
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 24px;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .block-subtitle {
  padding: 0;
  margin-bottom: 16px;
  border: 0;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item {
  border-bottom: 0;
  padding-bottom: 25px;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-title {
  padding: 0;
  margin-bottom: 16px;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-transform: none;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-title:after {
  content: '';
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-content {
  padding: 0;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .item {
  margin: 0 0 10px;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .item a {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  padding: 0;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .item a:hover {
  background-color: transparent;
}
.catalogsearch-result-index #maincontent .sidebar-main .filter .filter-options-item .filter-options-content .items label {
  color: var(--System-color-Black, #101010);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
}
.catalogsearch-result-index #maincontent .product-items .product-item .product-item-info.loggedin {
  min-height: 555px;
}
.catalogsearch-result-index .toolbar-products {
  margin-bottom: 30px;
  line-height: 58px;
  /*.limiter {
            display: none !important;
        }*/
}
.catalogsearch-result-index .toolbar-products .limiter {
  line-height: 0;
  float: left;
}
.catalogsearch-result-index .toolbar-products .limiter select {
  background-color: transparent;
}
.catalogsearch-result-index .toolbar-products .modes {
  display: none;
}
.catalogsearch-result-index .toolbar-products .toolbar-amount {
  padding: 0;
  line-height: 60px;
}
.catalogsearch-result-index .toolbar-products .sorter .sorter-label {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalogsearch-result-index .toolbar-products .sorter select {
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  border-radius: 8px;
  color: #A5A7A9;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 13px;
  height: 46px;
}
.catalogsearch-result-index .toolbar-products .sorter select:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #D7D8DA;
}
.catalogsearch-result-index .toolbar-products .pages {
  float: right;
  line-height: normal;
}
.catalogsearch-result-index .toolbar-products .pages .item {
  margin-right: 10px;
}
.catalogsearch-result-index .toolbar-products .pages .item strong.page {
  background-color: #005AFF;
  border-radius: 2px;
  padding: 1px 9px;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalogsearch-result-index .toolbar-products .pages .item a.page {
  border-radius: 2px;
  padding: 1px 9px;
  color: #A5A7A9;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.catalogsearch-result-index .toolbar-products .pages .item a.action.next {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border-radius: 2px;
  padding: 0;
  border: 0;
  line-height: 21px;
}
.catalogsearch-result-index .toolbar-products .pages .item a.action.next:before {
  color: #000;
  font-size: 15px;
  line-height: 21px;
  vertical-align: baseline;
  display: initial;
  width: auto;
}
.catalogsearch-result-index .toolbar-products:last-child {
  float: right;
  width: 35%;
  margin-bottom: 30px;
  line-height: 58px;
}
.catalogsearch-result-index .toolbar-products:last-child .pages {
  float: right;
  line-height: normal;
}
.catalogsearch-result-index .products {
  clear: both;
}
.catalogsearch-result-index .block .title {
  color: var(--system-color-black, #101010);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
button.slick-prev.slick-arrow {
  left: -35px;
}
button.slick-next.slick-arrow {
  right: -35px;
}
.brands-index-view .block-compare {
  display: none;
}
.brands-index-view .block-wishlist {
  display: none;
}
.modal-popup .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.modal-popup .modal-inner-wrap .action-close:before {
  color: #A5A7A9;
  font-weight: bold;
}
.modal-popup .modal-inner-wrap div {
  color: var(--System-color-Black, #101010);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.modal-popup .modal-footer .action-dismiss {
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid var(--Brand-color-Blue-Default, #005aff);
  padding: 8px 24px;
}
.modal-popup .modal-footer .action-dismiss span {
  color: var(--Brand-color-Blue-Default, #005aff);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.modal-popup .modal-footer .action-accept {
  border-radius: 8px;
  background: var(--Brand-color-Blue-Default, #005aff);
  padding: 8px 24px;
}
.modal-popup .modal-footer .action-accept span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.cart-container .form-cart .actions.main {
  text-align: left;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  text-align: left;
  background: transparent !important;
  border: 1px solid #ff0028;
  color: #ff0028;
  width: auto;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 8px;
  font-weight: 600;
}
.cart-container .form-cart .actions.main .clear:hover {
  border: 1px solid #ff0028;
  color: #ff0028;
  font-weight: 600;
  text-decoration: none;
}
.page-with-filter .page-main {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}
.radio-overlay {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.page-layout-1column .block.widget .products-grid ol.product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-1column .block.widget .products-grid .product-item {
  min-width: 244px;
  margin: 7px !important;
}
.page-layout-1column .block.widget .products-grid .product-item:first-child {
  margin-left: 0 !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(6n) {
  margin-left: 0 !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n) {
  margin-right: 0 !important;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid var(--Grey-50, #f6f7f8);
  background: #FFF;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-info.loggedin {
  min-height: 590px;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-info:hover {
  -webkit-box-shadow: 0px 0px 10px -2px #dddddd;
  -moz-box-shadow: 0px 0px 10px -2px #dddddd;
  box-shadow: 0px 0px 10px -2px #dddddd;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-info .product-item-inner {
  box-shadow: none;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .unavailable {
  max-width: 97%;
  bottom: 5px;
}
.sales-order-boletos .page-title-wrapper {
  display: none;
}
.sales-order-boletos input,
.sales-order-boletos select {
  border-radius: 10px !important;
  height: 45px !important;
}
.sales-order-boletos textarea {
  border-radius: 10px !important;
  height: 100px !important;
}
.sales-order-boletos .container {
  width: 100%;
}
.sales-order-boletos .container .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.sales-order-boletos .container .row .column {
  flex: 1 0 30%;
  padding: 10px;
}
.sales-order-boletos .container .row .column label {
  display: block;
  margin-bottom: 5px;
}
.sales-order-boletos .container .row .column input[type="text"] {
  width: 100%;
}
.sales-order-boletos .container .button-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.sales-order-boletos .container .button-row .filter-button,
.sales-order-boletos .container .button-row .clear-button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 8px;
}
.sales-order-boletos .container .button-row .filter-button {
  background-color: #007BFF;
  color: white;
}
.sales-order-boletos .container .button-row .clear-button {
  background-color: transparent;
  border: 1px solid #FF3B30;
  color: #FF3B30;
  text-decoration: none;
}
.sales-order-boletos .container .button-row .filter-button:hover,
.sales-order-boletos .container .button-row .clear-button:hover {
  opacity: 0.7;
}
.sales-order-boletos .container .payment-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sales-order-boletos .container .payment-column {
  flex: 1 0 30%;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
}
.sales-order-boletos .container .payment-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sales-order-boletos .container .label {
  font-weight: bold;
}
.sales-order-boletos .container .status {
  margin-top: 10px;
  font-weight: bold;
}
.sales-order-boletos .container .status-info {
  font-weight: normal;
}
.sales-order-boletos .container hr {
  border: none;
  border-top: 1px dashed #000;
  margin: 10px 0;
}
.sales-order-boletos .container .container-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sales-order-boletos .container .box-payment {
  width: 32%;
  max-width: 32%;
  border: 2px solid black;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
}
.sales-order-boletos .container .info-wrapper {
  display: flex;
  justify-content: space-between;
}
.sales-order-boletos .container .info-wrapper.pagamento-status {
  margin-top: 1rem;
}
.sales-order-boletos .container .info-wrapper.pagamento-status strong {
  font-size: 16px;
  font-weight: 700;
}
.sales-order-boletos .container .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}
.sales-order-boletos .container .info.status p {
  font-weight: bold;
}
.sales-order-boletos .container .border-venc {
  border-color: #ff544a;
}
.sales-order-boletos .container .border-venc .pagamento-status strong {
  color: #ff544a;
}
.sales-order-boletos .container .border-open {
  border-color: #ffaf1f;
}
.sales-order-boletos .container .border-open .pagamento-status strong {
  color: #ffaf1f;
}
.sales-order-boletos .container .border-paid {
  border-color: #8fe89e;
}
.sales-order-boletos .container .border-paid .pagamento-status strong {
  color: #8fe89e;
}
.sales-order-boletos .container .border-open .info.status p {
  color: #ffaf1f;
}
.sales-order-boletos .container .border-venc .info.status p {
  color: #ff544a;
}
.sales-order-boletos .container .border-paid .info.status p {
  color: #8fe89e;
}
.sales-order-boletos .container h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-swal-oderco-button {
  background-color: #005AFF !important;
}
.tooltip-cart {
  display: none;
  position: absolute;
  background-color: #FFF;
  color: #000;
  padding: 7px 15px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  z-index: 1000;
  font-size: 16px;
  -webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.5);
}
.pages-forms-faleconosco .perguntas .content {
  margin-bottom: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 20px 15px;
  color: #000;
  font-size: 24px;
}
.pages-forms-faleconosco .perguntas .content h3::after {
  content: '';
  background: url(../images/arrow-up.png) right center no-repeat;
  width: 19px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
}
.pages-forms-faleconosco .perguntas .content.active h3::after {
  background: url(../images/arrow-down.png) right center no-repeat;
  content: '';
  width: 21px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
}
.pages-forms-faleconosco .perguntas .content h3 {
  margin: 0;
  font-weight: 700;
  cursor: pointer;
  line-height: 24px;
}
.wishlist-index-index .product-items .product-item-info {
  border: 1px solid var(--Grey-50, #f6f7f8);
  border-radius: 8px;
  padding: 5px;
}
.wishlist-index-index .product-items .product-item-info .qty-uom .qty {
  min-width: 60px;
  padding: 4px;
}
.wishlist-index-index .product-items .product-item-info .qty-uom .qty .field-qty {
  max-width: 30px;
  margin-right: 2px;
}
.wishlist-index-index .product-items .product-item-info .addtocart-countdown .action.primary {
  background-size: 12px;
  background-position: 5px center;
  padding: 7px 4px;
}
.wishlist-index-index .product-items .product-item-info .addtocart-countdown .action.primary span {
  font-size: 12px;
}
.wishlist-index-index .product-items .product-item-info .remove-btn {
  margin-top: 20px;
}
.wishlist-index-index .product-items .product-item-info .remove-btn .btn-remove {
  background: url(../images/btn-remove-wishlist.png) no-repeat transparent;
  color: #5C5C5C;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  border: 0;
  margin: 0 auto;
  display: flex;
  padding-left: 20px;
}
.wishlist-index-index .product-items .product-item-info .remove-btn .btn-remove:hover {
  font-weight: 700;
}
.wishlist-index-index .product-items .product-item.not-saleable {
  min-height: 606px;
}
.wishlist-index-index .product-items .product-item.not-saleable .product-item-info {
  min-height: 606px;
}
.wishlist-index-index .product-items .product-item.not-saleable .product-item-info .unavailable {
  bottom: 50px;
}
.wishlist-index-index .product-items .product-item.not-saleable .product-item-info .remove-btn {
  display: flex;
  min-height: 235px;
  align-items: end;
}
.wishlist-index-index .products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: calc(0.748%);
}
.wishlist-index-index .products-grid.wishlist .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
.wishlist-index-index .actions-toolbar {
  display: none;
}
.wishlist-index-index .toolbar .toolbar-amount {
  display: none;
}
.wishlist-index-index .toolbar .limiter {
  float: left;
}
.wishlist-index-index .toolbar .pages {
  float: right;
  line-height: normal;
  position: initial;
  margin-bottom: 0;
  width: auto;
}
.wishlist-index-index .toolbar .pages .item {
  margin-right: 10px;
}
.wishlist-index-index .toolbar .pages .item strong.page {
  background-color: #005AFF;
  border-radius: 2px;
  padding: 1px 9px;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.wishlist-index-index .toolbar .pages .item a.page {
  border-radius: 2px;
  padding: 1px 9px;
  color: #A5A7A9;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.wishlist-index-index .toolbar .pages .action.next {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border-radius: 2px;
  padding: 0;
  border: 0;
  line-height: 21px;
}
.wishlist-index-index .toolbar .pages .action.next ::before {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  /* vertical-align: baseline; */
  display: initial;
  width: auto;
}
.wishlist-index-index .toolbar .pages .action.previous {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border-radius: 2px;
  padding: 0;
  border: 0;
  line-height: 21px;
}
.wishlist-index-index .toolbar .pages .action.previous::before {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  /* vertical-align: baseline; */
  display: initial;
  width: auto;
}
.trabalheconosco-index-index #maincontent {
  padding-top: 0;
}
.trabalheconosco-index-index #maincontent .page-title-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  background: var(--System-color-White, #fafafa);
}
.trabalheconosco-index-index #maincontent .page-title-wrapper h1.page-title {
  width: 100%;
  text-align: center;
  padding: 34px 20px !important;
  color: #000;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 34px !important;
}
.trabalheconosco-index-index #maincontent .columns {
  padding-top: 140px;
}
.trabalheconosco-index-index #maincontent .columns .subtitle {
  font-size: 18px;
}
.trabalheconosco-index-index #maincontent .columns .product.data {
  margin-top: 15px;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.title {
  float: none;
  margin: 0;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.title a {
  color: var(--System-color-Black, #101010) !important;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  background-color: transparent !important;
  padding: 0 !important;
  border: 0;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content {
  float: none;
  display: block !important;
  margin: 0 0 35px;
  padding: 0;
  border: 0;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile {
  margin: 15px 0 0 !important;
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 22px 32px;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile .row {
  margin: 0;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile .job-row .bold {
  color: #005AFF;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile .actions {
  margin-top: 10px;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile .actions .view-job {
  color: #005AFF;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile .actions .apply-job {
  color: #005AFF;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile.message.notice {
  padding-top: 10px;
  padding-bottom: 10px;
}
.trabalheconosco-index-index #maincontent .columns .product.data.items > .item.content .job-profile.message.notice strong {
  padding-left: 10px;
}
.job-form .select {
  font-family: 'Red Hat Display', sans-serif;
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #D7D8DA;
  height: 46px;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
}
.job-form .action {
  background-color: #005AFF;
  border: 1px solid #005AFF;
  border-radius: 8px;
  padding: 8px 24px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.job-form .action:hover {
  background-color: #005AFF;
  border: 1px solid #005AFF;
}
.trabalheconosco-index-index .subtitle h2 {
  margin: 30px 0;
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}
.trabalheconosco-index-index .blocos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.trabalheconosco-index-index .blocos .bloco {
  max-width: 30%;
  background-color: #F2F8FF;
  border-radius: 8px;
  padding: 20px;
}
.trabalheconosco-index-index .blocos .bloco .titulo {
  display: flex;
  margin-bottom: 20px;
}
.trabalheconosco-index-index .blocos .bloco .titulo span {
  color: #0D1D52;
  font-size: 24px;
  font-weight: 700;
  line-height: 47px;
  padding-left: 20px;
}
.trabalheconosco-index-index .blocos .bloco .texto {
  color: #4D5163;
  font-size: 16px;
  font-weight: 400;
}
.message-fob .message.warning {
  border-color: #ffa400;
  padding-left: 10px;
  padding-bottom: 20px;
  position: fixed;
  bottom: 5%;
  left: 90%;
  width: 500px;
  margin-left: -325px;
  display: none;
  align-items: center;
  gap: 10px;
  z-index: 9;
}
.message-fob .message.warning svg {
  min-width: 28px;
}
.message-fob .message.warning span {
  color: var(--system-color-black, #101010);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.message-fob .message.warning .message-bar {
  height: 10px;
  background-color: #ebebeb;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* transition: width 1s ease; */
}
.message-cr .message.warning {
  border-color: #ffa400;
  padding-left: 10px;
  padding-bottom: 20px;
  position: fixed;
  bottom: 5%;
  left: 90%;
  width: 500px;
  margin-left: -325px;
  display: none;
  align-items: center;
  gap: 10px;
  z-index: 9;
}
.message-cr .message.warning svg {
  min-width: 28px;
}
.message-cr .message.warning span {
  color: var(--system-color-black, #101010);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.message-cr .message.warning .message-bar {
  height: 10px;
  background-color: #ebebeb;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* transition: width 1s ease; */
}
