/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*Social colors*/
/* Background, cor e peso da fonte dos numeros */
/* Cor, peso e background da paginação ativa */
/*Icone das setas*/
/*Borda e background das setas*/
/**/
@media only screen and (max-width: 380px) {
  .nav-toggle {
    left: 15px !important;
    top: 115px !important;
  }
}
@media (max-width: 1024px) {
  #headerStarter {
    gap: 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Default Variables */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Default slick icons */
.icon-glyph:before {
  content: '\e800';
}
/* '' */
.icon-glyph-1:before {
  content: '\e801';
}
/* '' */
.icon-glyph-2:before {
  content: '\e802';
}
/* '' */
.icon-glyph-3:before {
  content: '\e803';
}
/* '' */
.icon-left-circled-1:before {
  content: '\e804';
}
/* '' */
.icon-right-circled-1:before {
  content: '\e805';
}
/* '' */
.icon-right-open-big:before {
  content: '\e806';
}
/* '' */
.icon-left-open-big:before {
  content: '\e807';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e808';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e809';
}
/* '' */
.icon-right-open:before {
  content: '\e80a';
}
/* '' */
.icon-left-open:before {
  content: '\e80b';
}
/* '' */
.icon-right-small:before {
  content: '\e80c';
}
/* '' */
.icon-left-small:before {
  content: '\e80d';
}
/* '' */
.icon-left-circle:before {
  content: '\e80e';
}
/* '' */
.icon-right-circle:before {
  content: '\e80f';
}
/* '' */
.icon-setadir:before {
  content: '\e810';
}
/* '' */
.icon-setaesq:before {
  content: '\e811';
}
/* '' */
.icon-setadirteita:before {
  content: '\e812';
}
/* '' */
.icon-setaesquerda01:before {
  content: '\e813';
}
/* '' */
.icon-de-volta:before {
  content: '\e814';
}
/* '' */
.icon-proximo:before {
  content: '\e815';
}
/* '' */
.icon-seta-direita:before {
  content: '\e816';
}
/* '' */
.icon-seta-esquerda:before {
  content: '\e817';
}
/* '' */
.icon-right-arrow:before {
  content: '\e818';
}
/* '' */
.icon-left-arrow:before {
  content: '\e819';
}
/* '' */
.icon-left-arrow-1:before {
  content: '\e81a';
}
/* '' */
.icon-right-arrow-1:before {
  content: '\e81b';
}
/* '' */
.icon-viga-direita:before {
  content: '\e81e';
}
/* '' */
.icon-vara-esquerda:before {
  content: '\e81f';
}
/* '' */
.icon-left-circled:before {
  content: '\f0a8';
}
/* '' */
.icon-right-circled:before {
  content: '\f0a9';
}
/* '' */
.icon-circle-empty:before {
  content: '\f10c';
}
/* '' */
.icon-circle:before {
  content: '\f111';
}
/* '' */
.icon-dot-circled:before {
  content: '\f192';
}
/* '' */
.icon-circle-notch:before {
  content: '\f1ce';
}
/* '' */
.icon-circle-thin:before {
  content: '\f1db';
}
/* '' */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcompany-tree-line.-vertical {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dashed #cfcfcf;
  content: '';
}
.amcompany-tree-line.-horizontal {
  position: absolute;
  right: 0;
  left: -18px;
  width: 15px;
  border-top: 1px dashed #cfcfcf;
  content: '';
}
._am-slide-down {
  animation: slideDown .2s;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._am-check-ico {
  margin: 0 0 3px 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  transform: rotate(45deg);
}
._am-clear-btn,
._am-clear-btn:focus,
._am-clear-btn:hover,
._am-clear-btn:active,
._am-clear-btn:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
._order-5 {
  order: 5;
}
._order-4 {
  order: 4;
}
._order-3 {
  order: 3;
}
._order-2 {
  order: 2;
}
._order-1 {
  order: 1;
}
._order-0 {
  order: 0;
}
._amwrap-fill-btn {
  border-color: #1e79c2;
  background: #1e79c2;
  box-shadow: none;
  color: #fff;
}
._amwrap-fill-btn:hover {
  background: #1b6bac;
}
._amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  color: #4190c6;
}
._amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto;
}
._amwrap-btn.-hidden {
  display: none;
}
._amwrap-btn:disabled {
  opacity: .3;
  pointer-events: none;
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.category-widget-main,
.category-widget-search {
  color: #E3E3E3;
}
.category-widget-main .category .category-list a,
.category-widget-search .category .category-list a,
.category-widget-main .category-search .category-list a,
.category-widget-search .category-search .category-list a {
  font-size: 14px;
  text-decoration: none;
}
.category-widget-main .category .category-list.desactive,
.category-widget-search .category .category-list.desactive,
.category-widget-main .category-search .category-list.desactive,
.category-widget-search .category-search .category-list.desactive {
  display: none !important;
}
.category-widget-search .search-brands-area {
  position: relative;
}
.category-widget-search .search-brands-area .input-search-brands {
  padding: 0 35px 0 15px;
  border: 1px solid #c0c9de;
  border-radius: 4px;
  margin-bottom: 14px;
}
.category-widget-search .search-brands-area::after {
  position: absolute;
  right: 13px;
  bottom: 20px;
  content: '\E830';
  font-family: 'fontello';
  transform: scaleX(-1);
}
.category-widget-search .category-search {
  border: 1px solid #c0c9de;
  border-radius: 4px;
  padding: 20px;
  height: 340px;
  overflow: overlay;
}
.category-widget-search .category-search .category-list a span {
  line-height: 24px;
  font-size: 12px;
  color: #7d8597;
  letter-spacing: 0.5px;
}
.dompagamentos-container,
.dompagamentos-container {
  padding: 20px;
}
.dompagamentos-container *,
.dompagamentos-container * {
  vertical-align: middle;
}
.dompagamentos-container .inline,
.dompagamentos-container .inline {
  display: inline-block;
}
.dompagamentos-container .text-left,
.dompagamentos-container .text-left {
  text-align: left;
}
.dompagamentos-container .pix-code-container #pix-code,
.dompagamentos-container .pix-code-container #pix-code {
  width: 300px;
  cursor: not-allowed;
  padding: 7px;
}
.dompagamentos-container .boleto-code-container #boleto-code,
.dompagamentos-container .boleto-code-container #boleto-code {
  width: 300px;
  cursor: not-allowed;
  padding: 7px;
}
.dompagamentos-container .pix-qrcode-image-container,
.dompagamentos-container .pix-qrcode-image-container {
  padding: 15px;
  width: 200px;
}
.dompagamentos_creditcard-form .actions-toolbar {
  margin-top: 15px;
}
.dompagamentos_creditcard-form .field {
  margin-top: 5px;
}
.dompagamentos_creditcard-form .group-2 {
  width: 65%;
}
.dompagamentos_creditcard-form .fields.group:before,
.dompagamentos_creditcard-form .fields.group:after {
  content: '';
  display: table;
}
.dompagamentos_creditcard-form .fields.group:after {
  clear: both;
}
.dompagamentos_creditcard-form .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.dompagamentos_creditcard-form .fields.group.group-2 .field {
  width: 50% !important;
}
.dompagamentos_creditcard-form .fields.group.group-3 .field {
  width: 33.3% !important;
}
.dompagamentos_creditcard-form .fields.group.group-4 .field {
  width: 25% !important;
}
.dompagamentos_creditcard-form .fields.group.group-5 .field {
  width: 20% !important;
}
#dom-view-boleto {
  margin-right: 10px;
}
#dompagamentos_boleto-instructions,
#dompagamentos_pix-instructions {
  background: #f5f5f5;
  padding: 5px 15px;
  margin-top: 3rem;
  border: 1px solid #414141;
  width: fit-content;
  border-radius: 0px;
}
.payment-method-content .payment-method-title.mercadopago-header-twocc {
  box-sizing: border-box;
  padding-left: 16px;
  border-radius: 4px;
  background: #F5F5F5;
}
.mp-display-form {
  visibility: hidden;
  height: 0;
}
.mp-twocc-card-header {
  display: inline-flex;
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 4px;
  background: #F5F5F5;
}
.open {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.mp-twocc-legend {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFFFFF;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
}
.mp-twocc-legend .credit-card-types .item {
  display: inline-flex;
  list-style: none;
  margin: 0;
  text-align: right;
  vertical-align: top;
}
.mp-twocc-legend .credit-card-types .item img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 32px;
}
.mp-twocc-form {
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0px 0px 4px 4px;
}
.mp-twocc-badge-info {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  padding: 0px;
  height: 70px;
  padding: 15px 16px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  margin-bottom: 16px;
}
.payment-method-content .mp-twocc-badge-info .mp-twocc-badge-circle {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.payment-method-content .mp-twocc-badge-info .mp-twocc-badge-circle img {
  width: 23px;
  margin: 0 auto;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  padding-left: 16px;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments .mp-twocc-badge-card {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments .mp-twocc-badge-installments {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.55);
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment .mp-twocc-badge-edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment .mp-twocc-edit-img {
  margin: 4px;
}
.mp-twocc-form .fieldset:last-child {
  margin-bottom: 0;
}
.form-mercadopago .mp-twocc-form .fieldset.mp-twocc {
  padding-bottom: 0;
  border: 1px solid;
  border-color: #bbb;
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: 10px;
}
.payment-method-label-subtitle-amount {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.mp-twocc-amount-selector {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 0;
  width: 324px;
  box-sizing: border-box;
}
.mp-twocc-amount-selector > div {
  padding: 15px 0 15px 15px;
}
.mp-twocc-amount-selector input {
  border: none !important;
  padding: 15px !important;
  margin: 0 !important;
  height: auto !important;
  background: transparent;
}
.mp-twocc-amount-selector input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment-method .payment-method-label .payment-method-label-icon.mp-icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-left: 11px;
  margin-right: 6px;
}
.payment-method .payment-method-label .payment-method-label-icon.mp-icon-background .mp-icon-twocc {
  display: flex;
  margin: 4px;
}
.payment-method .payment-method-content .actions-toolbar .mp-flex-baseline {
  display: flex;
  align-items: baseline;
}
.payment-method .payment-method-content .actions-toolbar .mp-flex-baseline .mp-mr-20 {
  margin-right: 20px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.videoWrap .videoFrame {
  position: relative;
  width: 760px;
  padding-bottom: 56.24%;
}
.videoWrap .videoFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#consent_term_container {
  display: block;
  min-width: 330px;
  width: fit-content;
  background-color: #ededed;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto;
}
#consent_term_container small {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-align: justify;
  display: inline-block;
}
#consent_agreement_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 25px;
  max-width: 350px;
  margin: 0 auto;
}
#consent_term_container label {
  display: inline-block;
}
#consent_term_input {
  display: inline-block;
}
#customer-missing-fields-form .field {
  width: 60%;
  margin: auto;
}
#customer-missing-fields-form .taxvat-title {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (min-width: 1100px) {
  .catalog-product-view .banner_supertopo .slick-slider {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1322px) {
  .banner_supertopo .slick-track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .banner_supertopo .slick-slide {
    margin-right: auto;
    width: fit-content !important;
  }
  .banner_supertopo .slick-slide:last-child {
    margin: 0;
  }
  .banner_topo .slick-prev {
    left: calc((100% - 1322px) / 2);
  }
  .banner_topo .slick-next {
    right: calc((100% - 1322px) / 2);
  }
}
.minicart-wrapper .d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.custom-spinner {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}
.custom-spinner {
  transform: scale(0.2);
  position: absolute;
  top: -18px;
  left: 132px;
  z-index: 5;
}
.custom-spinner div {
  left: 85px;
  top: 25px;
  position: absolute;
  -webkit-animation: custom-spinner linear 1s infinite;
  animation: custom-spinner linear 1s infinite;
  background: #6c9;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transform-origin: 15px 75px;
  transform-origin: 15px 75px;
}
.custom-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.custom-spinner div:nth-child(2) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.custom-spinner div:nth-child(3) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.custom-spinner div:nth-child(4) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.custom-spinner div:nth-child(5) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.custom-spinner div:nth-child(6) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.custom-spinner div:nth-child(7) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.custom-spinner div:nth-child(8) {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.custom-spinner div:nth-child(9) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.custom-spinner div:nth-child(10) {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes custom-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes custom-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flag-together {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.flag-together .flag {
  margin: 0;
  padding: 5px 24px;
  box-sizing: border-box;
  height: 28px;
  font-size: 1.2rem;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
}
.flag-together .flag span {
  background-color: #ffffff;
  border-radius: 50%;
  color: #223dfe;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 4px;
  width: 13px;
  height: 13px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.ulSocialNetworkLinks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*.justify-content(center);*/
  margin: 0;
}
.ulSocialNetworkLinks > li {
  margin: 0 10px 0 0 !important;
}
.ulSocialNetworkLinks > li > a {
  display: block;
  color: #ffffff;
  transition: all 300ms eases all ease-in;
  -webkit-transition: all 300ms ease 0.5s ease;
  -moz-transition: all 300ms ease 0.5s ease;
  -o-transition: all 300ms ease 0.5s ease;
  -ms-transition: all 300ms ease 0.5s ease;
  transition: all 300ms ease 0.5s ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 38px;
}
.ulSocialNetworkLinks > li > a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  color: #cf1515;
}
.ulSocialNetworkLinks > li > a:hover:before {
  display: none !important;
}
.ulSocialNetworkLinks > li > a .icon-instagram {
  font-size: 44px;
}
#instagram-wrap {
  display: block;
  width: 100%;
  position: relative;
  margin: 30px auto 15px;
}
#instagram-wrap .iconTitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out 0.5s ease;
  -moz-transition: all 300ms ease-in-out 0.5s ease;
  -o-transition: all 300ms ease-in-out 0.5s ease;
  -ms-transition: all 300ms ease-in-out 0.5s ease;
  transition: all 300ms ease-in-out 0.5s ease;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#instagram-wrap .iconTitle i {
  font-size: 60px;
  font-style: normal;
  color: #282829;
}
#instagram-wrap .iconTitle:hover {
  margin-top: -5px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
}
#instagram-wrap .block-title {
  margin-bottom: 15px;
}
#instagram-wrap .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
}
#instagram-wrap .block-title strong span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: initial;
  color: #8c8c8c;
}
#instagram-wrap .titleInsta {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 21px;
  color: #000000;
}
#instagram-wrap .titleInsta a {
  font-weight: 600;
}
#instagram-wrap #instafeed a {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&:hover {
				&:before {
					.opacity(1);
				}
				.stats span {
					.opacity(1);
					transform: translateY(0);
				}
			}*/
}
#instagram-wrap #instafeed a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#instagram-wrap #instafeed a icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#instagram-wrap #instafeed a icon:before {
  font-family: 'fontello';
  font-size: 24px;
  font-style: normal;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
#instagram-wrap #instafeed a icon.carousel:before {
  content: '\e821';
}
#instagram-wrap #instafeed a icon.video {
  top: 5px;
}
#instagram-wrap #instafeed a icon.video:before {
  content: '\e820';
  font-size: 32px;
}
#instagram-wrap #instafeed a icon.image {
  display: none;
}
#instagram-wrap #instafeed a .stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 90%;
}
#instagram-wrap #instafeed a .stats span {
  display: block;
  color: #ffffff;
  margin-right: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(15px);
  transition: transform 0.5s ease-in-outs all ease-in;
  -webkit-transition: transform 0.5s ease-in-out 0.5s ease;
  -moz-transition: transform 0.5s ease-in-out 0.5s ease;
  -o-transition: transform 0.5s ease-in-out 0.5s ease;
  -ms-transition: transform 0.5s ease-in-out 0.5s ease;
  transition: transform 0.5s ease-in-out 0.5s ease;
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#instagram-wrap #instafeed a .stats span i {
  margin-right: 5px;
}
#instagram-wrap #instafeed a .stats span.text {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#instagram-wrap #instafeed a:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000)';
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms eases all ease-in;
  -webkit-transition: all 300ms ease 0.5s ease;
  -moz-transition: all 300ms ease 0.5s ease;
  -o-transition: all 300ms ease 0.5s ease;
  -ms-transition: all 300ms ease 0.5s ease;
  transition: all 300ms ease 0.5s ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
#instagram-wrap #instafeed.mosaic.grid3,
#instagram-wrap #instafeed.mosaic.grid6,
#instagram-wrap #instafeed.mosaic.grid9,
#instagram-wrap #instafeed.mosaic.grid12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#instagram-wrap #instafeed.mosaic.grid3 a {
  width: calc(100% / 3);
  height: calc(99vw / 3);
}
#instagram-wrap #instafeed.mosaic.grid6 a {
  width: calc(100% / 4);
  height: calc(99vw / 4);
}
#instagram-wrap #instafeed.mosaic.grid9 a {
  width: calc(100% / 4);
  height: calc(99vw / 5);
}
#instagram-wrap #instafeed.mosaic.grid12 a {
  width: calc(100% / 6);
  height: calc(99vw / 6);
}
#instagram-wrap #instafeed.mosaic.grid1 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 25% 25%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid1 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid2 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 25% [main-start] 1fr [main-end] 25%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid2 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid4 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 20% 20% 20%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid4 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid5 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 20% 20% 20% [main-start] 1fr [main-end];
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid5 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid7 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 16.666666667% 16.666666667% 16.666666667% 16.666666667%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid7 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid8 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 16.666666667% 16.666666667% [main-start] 1fr [main-end] 16.666666667% 16.666666667%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid8 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid10 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid10 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid11 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% [main-start] 1fr [main-end];
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid11 a:first-child {
  grid-area: main;
}
@media (min-width: 800px) and (max-width: 1040px) {
  .product-main-column,
  .product.info.detailed.is-desktop,
  .product-reviews,
  .block.related {
    padding: 0 15px 0 10px !important;
  }
  div#product-review-container {
    flex-direction: column;
    gap: 40px;
  }
  div#product-review-container div#customer-reviews,
  div#product-review-container .block.review-statistic.grid-3.no-right-gutter {
    width: 100% !important;
  }
  .block.related .block-title.title strong,
  .block.upsell .block-title.title strong {
    font-size: 2.2rem !important;
    font-weight: 700;
  }
  .product-main-column {
    width: 100%;
    flex-direction: column;
  }
  .product-main-column .product-info-main {
    width: 95% !important;
  }
  .product-main-column .product-info-main button#product-shipping-button {
    width: 175px !important;
  }
  .product-main-column .product-info-main button#product-shipping-button span {
    justify-content: center;
  }
  .product-main-column .product-info-main .action.towishlist {
    margin-top: 4rem;
  }
  .product-main-column .product-info-main #product-shipping-form .fieldset.fieldsAlign .field a {
    right: 10px !important;
  }
  .product-main-column .product.media {
    width: 100% !important;
  }
  .product-main-column .product.media .fotorama__stage {
    width: 80% !important;
    object-fit: cover;
  }
  .product-main-column .product.media .fotorama__stage .fotorama__grab {
    width: 100% !important;
    max-width: -webkit-fill-available !important;
  }
}
@media (min-width: 750px) and (max-width: 820px) {
  .product-main-column,
  .product.info.detailed.is-desktop,
  .product-reviews,
  .block.related {
    padding: 0 15px 0 10px !important;
  }
  div#product-review-container {
    flex-direction: column;
    gap: 40px;
  }
  div#product-review-container div#customer-reviews,
  div#product-review-container .block.review-statistic.grid-3.no-right-gutter {
    width: 100% !important;
  }
  .block.related .block-title.title strong,
  .block.upsell .block-title.title strong {
    font-size: 2.2rem !important;
    font-weight: 700;
  }
  .product-main-column {
    width: 100%;
    flex-direction: column;
  }
  .product-main-column .product-info-main {
    width: 95% !important;
  }
  .product-main-column .product-info-main button#product-shipping-button {
    width: 125px !important;
  }
  .product-main-column .product-info-main button#product-shipping-button span {
    justify-content: center;
  }
  .product-main-column .product-info-main .action.towishlist {
    margin-top: 4rem;
  }
  .product-main-column .product-info-main #product-shipping-form .fieldset.fieldsAlign .field a {
    right: 10px !important;
  }
  .product-main-column .product.media {
    width: 100% !important;
  }
  .product-main-column .product.media .fotorama__stage {
    width: 80% !important;
    object-fit: cover;
  }
  .product-main-column .product.media .fotorama__stage .fotorama__grab {
    width: 100% !important;
    max-width: -webkit-fill-available !important;
  }
}
@media screen and (max-width: 370px) {
  .icon-search-solid.active {
    top: 8.5rem;
  }
}
.checkout-index-index .headercheckout {
  margin-bottom: 16px;
  background-color: #223dfe;
  padding: 20px 0;
}
.checkout-index-index .headercheckout .logo img {
  width: 100% !important;
  height: auto;
  max-width: 220px;
}
.opc-progress-bar {
  margin-top: 25px;
}
.footercheckout {
  position: relative;
  padding-top: 15px;
  background-color: #f2f2f2;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
}
.footercheckout:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: -webkit-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
}
.footercheckout .rodapeItens {
  display: none;
  position: relative;
  z-index: 3;
}
.footercheckout .copyright {
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}
.opc-block-summary .product-item:hover .product-item-inner {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.authentication-wrapper {
  /*margin-top: -96px;*/
}
.authentication-wrapper > button {
  color: #ffffff;
}
.authentication-wrapper > button:hover {
  color: #cccccc;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.customer-account-index .columns a,
.customer-account-index .columns .alink {
  color: #666 !important;
}
.customer-account-index .columns a:hover,
.customer-account-index .columns .alink:hover {
  color: #333 !important;
}
.customer-account-index .columns button.action.primary.add {
  border-color: #fb0 !important;
  background-color: #fb0 !important;
  color: #000 !important;
}
.customer-account-index .columns button.action.primary.add:hover {
  border-color: #fb0 !important;
  background-color: #fb0 !important;
  color: #000 !important;
  font-weight: 600;
}
.product-items.widget-product-grid.itemgrid-3 .product-reviews-summary.short.empty {
  right: revert !important;
  left: 3% !important;
}
.product-items.widget-product-grid.itemgrid-3 .actions-secondary {
  top: 1rem !important;
}
@media only screen and (max-width: 400px) {
  .icon-search-solid.active {
    top: 5rem !important;
  }
  .product-items.widget-product-grid.itemgrid-3 .product-item-details .product-reviews-summary.short.empty {
    top: 32.7rem !important;
  }
  .product-items.widget-product-grid.itemgrid-4 .product-item:nth-child(3) .product-reviews-summary.short.empty,
  .product-items.widget-product-grid.itemgrid-4 .product-item:nth-child(4) .product-reviews-summary.short.empty {
    left: 7%;
    top: 13.2rem !important;
  }
}
.videoWrapGallery {
  display: block;
  width: 100%;
  padding: 40px 0 30px;
  background-color: #cf1515;
  background-image: radial-gradient(#223dfe 0, #223dfe 5px, transparent 6px 0), radial-gradient(#cf1515 0, #cf1515 15px, transparent 16px 0), radial-gradient(#cf1515 0, #cf1515 20px, transparent 21px 0);
  background-size: 10px 100vh, 50px 70vh, 50px 10px;
  background-position: 50% 150%, 50% 25%, 50% 25%;
  color: #ffffff;
}
.videoWrapGallery .content-heading {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.videoWrapGallery .content-heading .title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.videoWrapGallery .videoMaster {
  display: table;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 651px;
}
.videoWrapGallery .videoMaster .videoframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.videoWrapGallery .videoMaster .videoframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapGallery .video-gallery-list:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
.videoWrapGallery .video-gallery-list:not(.slick-slider) .video-gallery-container {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-right: 16px;
}
.videoWrapGallery .video-gallery-list .video-gallery-container a {
  display: block;
  position: relative;
}
.videoWrapGallery .video-gallery-list .video-gallery-container a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.videoWrapGallery .video-gallery-list .video-gallery-container a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\E81F';
  font-family: 'fontello';
  font-size: 32px;
  color: #ffffff;
  z-index: 5;
}
.videoWrapGallery .video-gallery-list .slick-slide {
  margin: 0 8px;
}
.videoWrapGallery .video-gallery-list .slick-list {
  margin: 0 -8px;
}
.videoWrapGallery .video-gallery-list .slick-dots li button {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.videoWrapGallery .video-gallery-list .slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.videoWrapGallery .video-gallery-list .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
.sparsh-video-gallery-list {
  border: 0;
}
.sparsh-video-gallery-main .inline {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 17px;
}
.sparsh-video-gallery-main .view_more {
  width: 297px;
}
.sparsh-video-gallery-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  width: 100%;
  /* You can set this width to whatever suits your needs */
  margin: 0 auto;
}
.sparsh-video-gallery-container video,
.sparsh-video-gallery-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .sparsh-video-gallery-main {
    text-align: center;
  }
}
.block.block-customer-login fieldset.fieldset.login label.label {
  text-align: left !important;
}
.block.block-customer-login .actions-toolbar {
  margin-left: 0 !important;
}
.block.block-customer-login .control {
  width: 100% !important;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .header.content:after,
  .page-header .header.panel:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .block.crosssell {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1322px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    background: #f3f3f3;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
    box-shadow: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f3f3f3;
    font-weight: 500;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #000000;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: underline;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #f5f5f5;
    border: 1px solid #c7c7c7;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #f5f5f5;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #f5f5f5;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #c7c7c7;
    color: #c7c7c7;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #223dfe;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #e6e6e6;
    border: 1px solid #c7c7c7;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #f2f2f2;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #c7c7c7;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  #headerStarter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    height: 120px;
    gap: 32px;
  }
  #headerStarter .order-list {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #f1f1f1;
    height: 54px;
    padding: 0 22px;
    position: relative;
    transition: all 300ms ease;
  }
  #headerStarter .order-list:hover {
    background-color: #d8d8d8;
  }
  #headerStarter .order-list a {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #282829;
    font-size: 1.6rem;
    transition: color 300ms ease;
    gap: 0 9px;
  }
  #headerStarter .order-list a::after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  #headerStarter .atendimento:hover > li span {
    color: #FECE32;
  }
  #headerStarter .atendimento > li {
    display: inline-block;
    text-decoration: none;
  }
  #headerStarter .atendimento > li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 32px;
    color: #fdd035;
    content: '\e8fa';
    font-family: 'fontello';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  #headerStarter .atendimento > li::before {
    transition: color 300ms ease;
  }
  #headerStarter .atendimento > li span,
  #headerStarter .atendimento > li strong,
  #headerStarter .atendimento > li p {
    font-size: 1.4rem;
    transition: color 300ms ease;
    color: #FECE32;
  }
  #headerStarter .logo img {
    width: 100%;
  }
  #headerStarter .divisa {
    display: block;
    width: 1px;
    height: 90px;
    background-color: #aeaeae;
  }
  #headerStarter .linksCustomer > li,
  #headerStarter .atendimento > li {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin: 0;
    line-height: 1;
    gap: 8px;
  }
  #headerStarter .linksCustomer > li > a strong,
  #headerStarter .atendimento > li > a strong {
    display: block;
  }
  #headerStarter .linksCustomer > li > a:hover,
  #headerStarter .atendimento > li > a:hover {
    color: #0055ff;
  }
  #headerStarter .linksCustomer > li [class^='icon-']:before,
  #headerStarter .atendimento > li [class^='icon-']:before {
    font-size: 24px;
    margin-right: 10px;
    color: #000;
  }
  #headerStarter .linksCustomer:hover > li::before,
  #headerStarter .atendimento:hover > li::before,
  #headerStarter .linksCustomer:hover > li a::before,
  #headerStarter .atendimento:hover > li a::before,
  #headerStarter .linksCustomer:hover > li a,
  #headerStarter .atendimento:hover > li a {
    color: #FECE32;
  }
  #headerStarter .linksCustomer.logged-in .quick-access,
  #headerStarter .atendimento.logged-in .quick-access {
    top: 65px !important;
  }
  #headerStarter .linksCustomer ul.quick-access,
  #headerStarter .atendimento ul.quick-access {
    display: none;
    position: absolute;
    border: 1px solid #B3B3B3;
    top: 40px;
    width: 264px;
    background-color: #fff;
    padding: 15px;
    z-index: 10;
    border-radius: 8px;
  }
  #headerStarter .linksCustomer ul.quick-access li,
  #headerStarter .atendimento ul.quick-access li {
    text-align: center;
  }
  #headerStarter .linksCustomer ul.quick-access li.header,
  #headerStarter .atendimento ul.quick-access li.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    font-size: 12px;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header strong,
  #headerStarter .atendimento ul.quick-access li.header strong {
    color: #223DFE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form input,
  #headerStarter .atendimento ul.quick-access li.header form input {
    border: 2px solid #F0F0F0;
    color: #666;
    height: 42px;
    border-radius: 12px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form input#pass,
  #headerStarter .atendimento ul.quick-access li.header form input#pass {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form .action.remind,
  #headerStarter .atendimento ul.quick-access li.header form .action.remind {
    font-size: 12px;
    color: #666 !important;
    text-decoration: underline;
    margin-top: 10px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form .action.remind:hover,
  #headerStarter .atendimento ul.quick-access li.header form .action.remind:hover {
    color: #282829;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form button#send2,
  #headerStarter .atendimento ul.quick-access li.header form button#send2 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 0;
    display: flex;
    height: 40px;
    padding: 12px 0px;
    flex-direction: column;
    border: 1px solid #223dfe;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: all 300ms ease;
    border-radius: 12px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form button#send2:hover,
  #headerStarter .atendimento ul.quick-access li.header form button#send2:hover {
    background-color: #011eec;
    border-color: #011eec;
  }
  #headerStarter .linksCustomer ul.quick-access li.header a,
  #headerStarter .atendimento ul.quick-access li.header a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  #headerStarter .linksCustomer ul.quick-access li.header a.strong,
  #headerStarter .atendimento ul.quick-access li.header a.strong {
    display: block;
    font-weight: 600;
  }
  #headerStarter .linksCustomer ul.quick-access li.header a:hover,
  #headerStarter .atendimento ul.quick-access li.header a:hover {
    color: #0055ff;
  }
  #headerStarter .linksCustomer ul.quick-access li.header strong,
  #headerStarter .atendimento ul.quick-access li.header strong {
    display: block;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre p,
  #headerStarter .atendimento ul.quick-access li.cadastre p,
  #headerStarter .linksCustomer ul.quick-access li.login p,
  #headerStarter .atendimento ul.quick-access li.login p {
    position: relative;
    margin-top: 1rem;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre p span,
  #headerStarter .atendimento ul.quick-access li.cadastre p span,
  #headerStarter .linksCustomer ul.quick-access li.login p span,
  #headerStarter .atendimento ul.quick-access li.login p span {
    position: relative;
    background-color: #ffffff;
    padding: 0 5px;
    z-index: 2;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre p:before,
  #headerStarter .atendimento ul.quick-access li.cadastre p:before,
  #headerStarter .linksCustomer ul.quick-access li.login p:before,
  #headerStarter .atendimento ul.quick-access li.login p:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre a,
  #headerStarter .atendimento ul.quick-access li.cadastre a,
  #headerStarter .linksCustomer ul.quick-access li.login a,
  #headerStarter .atendimento ul.quick-access li.login a {
    font-weight: 700;
  }
  #headerStarter .linksCustomer ul.quick-access li .cadastre,
  #headerStarter .atendimento ul.quick-access li .cadastre {
    border-top: 1px solid;
    padding-top: 10px;
  }
  #headerStarter .linksCustomer ul.quick-access li .btnentrar,
  #headerStarter .atendimento ul.quick-access li .btnentrar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin: 23px 0 0;
    background-color: #223dfe;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
  }
  #headerStarter .linksCustomer ul.quick-access li .btnentrar:hover,
  #headerStarter .atendimento ul.quick-access li .btnentrar:hover {
    background-color: #011eec;
  }
  #headerStarter .linksCustomer:hover ul,
  #headerStarter .atendimento:hover ul {
    display: block;
  }
  #headerStarter .linksCustomer:hover ul::before,
  #headerStarter .atendimento:hover ul::before {
    content: '';
    top: 0;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    height: 32px;
    width: 100%;
  }
  #headerStarter .linksCustomer .quick-access {
    left: 0;
    transform: translateX(-80%);
  }
  #headerStarter .atendimento .quick-access {
    left: 50%;
    transform: translateX(-50%);
  }
  #headerStarter .atendimento ul.quick-access {
    padding: 0;
  }
  #headerStarter .atendimento .contact__title {
    border-bottom: 1px solid #B3B3B3;
    box-sizing: border-box;
    color: #223dfe;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 16px 15px;
    text-align: center;
  }
  #headerStarter .atendimento .contact__content {
    padding: 0 15px 15px;
  }
  #headerStarter .atendimento .contact__content .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px 0;
  }
  #headerStarter .atendimento .contact__content .d-flex + .d-flex {
    margin-top: 16px;
  }
  #headerStarter .atendimento .contact__content .d-flex span,
  #headerStarter .atendimento .contact__content .d-flex strong,
  #headerStarter .atendimento .contact__content .d-flex p {
    color: #545454;
  }
  #headerStarter .atendimento .contact__content .d-flex p {
    gap: 6px;
  }
  #headerStarter .atendimento .contact__content .d-flex p a {
    color: inherit !important;
  }
  #headerStarter .atendimento .contact__content .d-flex p a:hover {
    text-decoration: underline;
  }
  #headerStarter .atendimento .contact__content .d-flex a.contact__button,
  #headerStarter .atendimento .contact__content .d-flex a.frequent__questions {
    border: 1px solid #223DFE;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-content: center;
    display: block;
    height: 40px;
    text-align: center;
    width: 100%;
    transition: all 300ms ease;
    border-radius: 8px;
  }
  #headerStarter .atendimento .contact__content .d-flex a.frequent__questions {
    background-color: #223DFE;
    color: #fff;
  }
  #headerStarter .atendimento .contact__content .d-flex a.frequent__questions:hover {
    background-color: #fff;
    color: #223DFE;
  }
  #headerStarter .atendimento .contact__content .d-flex a.contact__button {
    background-color: #fff;
    color: #223DFE;
  }
  #headerStarter .atendimento .contact__content .d-flex a.contact__button:hover {
    background-color: #223DFE;
    color: #fff;
  }
  #headerStarter .atendimento .contact__content img {
    vertical-align: middle;
  }
  #headerStarter .user-initials-circle.header {
    font-size: 20px;
    font-weight: 600;
    padding: 11px 15px;
    background: linear-gradient(to top left, #fba019, rgba(251, 160, 25, 0.5));
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #headerStarter .user-initials-circle.header::after {
    content: '';
    height: 12px;
    width: 12px;
    background: #223dfe;
    position: absolute;
    border-radius: 50%;
    top: 18px;
    right: -4px;
  }
  #headerStarter li.cadastre {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #EBEBEB;
    padding-top: 10px;
  }
  #headerStarter li.cadastre p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 5px !important;
  }
  #headerStarter li.cadastre span {
    color: #404040;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #headerStarter li.cadastre a.cadastrar-btn {
    color: #223DFE;
    font-size: 1.3rem;
    font-weight: 700;
    border: 1px solid #223DFE;
    height: 40px;
    border-radius: 12px;
    margin-top: 5px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    transition: all 300ms ease;
  }
  #headerStarter li.cadastre a.cadastrar-btn:hover {
    background-color: #223DFE;
    color: #fff;
  }
  #headerStarter .header.active .user-initials-circle {
    font-size: 30px;
    font-weight: 600;
    padding: 22px 28px;
    background: linear-gradient(to top left, #fba019, rgba(251, 160, 25, 0.5));
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #headerStarter .header.active strong {
    font-size: 20px !important;
    font-weight: 500;
    color: #2d2d2d !important;
  }
  #headerStarter .header.active p {
    width: 100%;
    height: 1px;
    background: #EBEBEB;
  }
  #headerStarter .header.active .links-user {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
  }
  #headerStarter .header.active .links-user a {
    color: #5A585F !important;
  }
  #headerStarter .header.active .links-user a:hover {
    color: #47464b !important;
  }
  #headerStarter .header.active .links-user a.header_account_link.benefit {
    display: flex;
    align-items: center;
    color: #5A585F !important;
    margin-right: 7px;
  }
  #headerStarter .header.active .links-user a.header_account_link.benefit img {
    max-width: 25px;
    object-fit: contain;
  }
  #headerStarter .header.active .links-user a.header_account_link.benefit:hover {
    color: #47464b !important;
  }
  #headerStarter .header.active .links-user a.header_account_link.benefit::after {
    content: '\e83d';
    font-family: 'fontello';
    font-size: 15px;
    margin-left: 1rem;
  }
  #headerStarter .header.active .links-user .compras {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  #headerStarter .header.active .links-user .compras::before {
    content: '';
    background-image: url('../images/box.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
  }
  #headerStarter .header.active .links-user .favoritos {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  #headerStarter .header.active .links-user .favoritos::before {
    content: '';
    background-image: url('../images/bookmark.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
  }
  #headerStarter .header.active .links-user .conta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  #headerStarter .header.active .links-user .conta::before {
    content: '';
    background-image: url('../images/person.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
  }
  #headerStarter .header.active a.exit {
    color: #36343A !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    width: 100%;
    text-align: center;
    margin-bottom: -12px;
  }
  #headerStarter .header.active a.exit:hover {
    color: #000 !important;
  }
  #headerStarter .wishbuttom {
    margin: 0;
  }
  #headerStarter .wishbuttom li {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 1;
  }
  #headerStarter .wishbuttom li:before {
    font-family: 'fontello';
    content: '\E843';
    font-size: 24px;
    margin-right: 10px;
    color: #223dfe;
  }
  #headerStarter .wishbuttom li a {
    position: relative;
    color: #223dfe;
    transition: all 300ms eases all ease-in;
    -webkit-transition: all 300ms ease 0.5s ease;
    -moz-transition: all 300ms ease 0.5s ease;
    -o-transition: all 300ms ease 0.5s ease;
    -ms-transition: all 300ms ease 0.5s ease;
    transition: all 300ms ease 0.5s ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #headerStarter .wishbuttom li a strong {
    display: block;
  }
  #headerStarter .wishbuttom li a:hover {
    color: #0055ff;
  }
  .headerlinks {
    display: none;
  }
  .navigation > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .linksCustomer li {
    gap: 10px;
  }
  .linksCustomer .btn-entrar {
    color: #FDD035;
    font-size: 1.4rem;
    line-height: 110%;
    transition: color 300ms ease;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: inline-block;
    text-decoration: none;
    gap: 8px;
  }
  .linksCustomer .btn-entrar:hover {
    color: #FECE32 !important;
  }
  .linksCustomer .btn-entrar:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 32px;
    color: #fdd035;
    content: '\e8fb';
    font-family: 'fontello';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .linksCustomer .btn-entrar::before {
    transition: color 300ms ease;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .footer-top .footer-top-wrapper {
    padding: 74px 0;
  }
  .widget.block.block-static-block.sobre p.blockfootertitle.sobre {
    margin-top: 1rem;
  }
  .footer.content > .links .widget.block.block-static-block {
    min-width: max-content;
    margin: 0;
    width: 19%;
  }
  .footer.content > .links .widget.block.block-static-block .widget.block.block-static-block {
    margin-top: 16px;
  }
  .footer.content > .faceplugin {
    width: 320px;
  }
  .footer.content .footercontacts {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .footer div#social {
    width: 8%;
  }
  .footer div#social ul.footer.links {
    display: flex;
    justify-content: space-between;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amcompany-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-paycard-block {
    min-height: 230px;
    max-width: 370px;
  }
  .amwrap-popup-block .amwrap-popup {
    min-height: 44%;
  }
  .amwrap-popup-block .amwrap-existing-section > .amwrap-btn {
    max-width: calc(100% / 3 - 10px);
  }
  .ie11 .amwrap-popup-block .amwrap-existing-section > .amwrap-btn {
    max-width: calc(100% / 3 - (10px + 1px));
  }
  .amwrap-btn.-primary:hover {
    border-color: #1e79c2;
    background: #1e79c2;
    box-shadow: none;
    color: #fff;
  }
  .amwrap-btn.-primary:hover:hover {
    background: #1b6bac;
  }
  .amwrap-btn.-primary:hover .amwrap-chevron {
    transform: translateX(5px);
  }
  .amwrap-btn.-primary:hover .amwrap-chevron:after,
  .amwrap-btn.-primary:hover .amwrap-chevron:before {
    background-color: #fff;
  }
  .amwrap-slider-block .amwrap-slide:hover {
    border-color: #1e79c2;
  }
  .cart-container .amwrap-gift-button {
    float: left;
    margin: 0;
    padding: 0 4% 0 0;
    width: 75%;
  }
  .amwrap-added-block {
    float: left;
    box-sizing: border-box;
    padding: 0 4% 0 0;
    width: 75%;
  }
  .amwrap-wrap-list .amwrap-product-list {
    flex-basis: 20%;
    margin: 0 40px 0 0;
  }
  .amwrap-wrap-list > .amwrap-item-block {
    display: flex;
    justify-content: space-between;
  }
  .amwrap-wrap-list .amwrap-actions-block {
    width: inherit;
  }
  .amwrap-info-list {
    flex-basis: 48%;
    margin: 0 20px 0 0;
  }
  .brand-images .brands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .brand-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .form-mercadopago .legend .credit-card-types .item img {
    width: 32px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #000000;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #c7c7c7;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .banner_topo {
    display: none !important;
  }
  .cms-home .banner_topo {
    display: block !important;
  }
  .banner_topo .slick-arrow::before {
    background-image: url('../images/arrow_topo.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    opacity: 1;
    position: absolute;
    right: -18px;
    top: 18px;
  }
  .banner_topo .slick-arrow:hover {
    opacity: 0.8;
  }
  .banner_topo .slick-prev:before {
    transform: scaleX(-1);
  }
  .banner_topo .item-image img {
    min-height: 510px;
    object-fit: cover;
  }
  .banner_vantagens ul,
  .banner_supertopo ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  [class*=banner_alicates] {
    margin: 92px 0;
  }
  .grid_banner .title-linha {
    color: #2d2d2d;
    font-weight: 700;
    font-size: 35px;
  }
  .grid_banner .linha-produtos {
    display: flex;
    gap: 15px;
  }
  .grid_banner .linha-produtos .banners-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .grid_banner .banner-title {
    position: absolute;
    margin-top: -7rem;
    z-index: 2;
    margin-left: 3rem;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
  }
  .grid_banner .item-image {
    overflow: hidden;
  }
  .grid_banner .item-image img {
    transition: transform .3s ease;
  }
  .grid_banner .item-image img:hover {
    transform: scale(1.1);
  }
  .grid_banner .item-image .banner-title::before {
    transition: all .3s ease;
    content: '';
    width: 0;
    border-radius: 4px;
    height: 4px;
    background: #FBA019;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .grid_banner .item-image:hover .banner-title::before {
    width: 120px;
  }
  .flashSale {
    margin: 100px 0;
    padding: 40px;
  }
  .flashSale .flash-sale-header .title-section .main-title {
    font-size: 36px;
  }
  .flashSale .flash-sale-header .global-countdown .countdown-item {
    padding: 15px 20px;
    min-width: 70px;
  }
  .flashSale .flash-sale-header .global-countdown .countdown-item .countdown-number {
    font-size: 28px;
  }
  .flashSale .flash-sale-header .global-countdown .countdown-item .countdown-label {
    font-size: 12px;
  }
  .flashSale .contentFlash {
    background: #ffffff;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 115px;
  }
  .flashSale .contentFlash .products-grid-container {
    padding: 40px;
  }
  .flashSale .contentFlash .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
  }
  .flashSale .contentFlash .product-items {
    padding: 100px 0px;
    justify-content: center;
  }
  .flashSale .contentFlash .product-items .product-item-details {
    margin-bottom: 10px;
  }
  .flashSale .contentFlash .product-items .product-item-details .product-item-name {
    order: unset;
  }
  .flashSale .contentFlash .product-items .product-item-details button.action.tocart.primary {
    display: flex !important;
    justify-content: center;
    gap: 4px;
    border: 2px solid #aaaaaa;
    align-items: center;
    height: 48px;
  }
  .flashSale .contentFlash .product-items .product-item-details button.action.tocart.primary::before {
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    content: '\e8dc';
    font-family: 'fontello';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .flashSale .contentFlash .product-items .item:hover {
    border: none;
  }
  .flashSale .contentFlash .product-items .item:hover button.action.tocart.primary {
    background-color: #223dfe;
    color: #fff !important;
    border: 1px solid #223dfe !important;
  }
  .flashSale .contentFlash .product-items .item .explicative-text {
    margin-bottom: 10px;
  }
  .flashSale .contentFlash .product-items .product-item-details {
    height: 185px;
  }
  .flashSale .contentFlash .product-item:hover {
    border: none !important;
  }
  .flashSale .contentFlash .product-item-info {
    width: 98%;
    padding: 6px 1px 1px 7px;
  }
  .flashSale .contentFlash .product-item-info:hover {
    border: 1px solid #223dfe;
  }
  .flashSale .contentFlash .explicative-text {
    margin-bottom: 10px;
  }
  .flashSale .contentFlash .slick-arrow::before {
    background-image: url('../images/slick-flash.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 45px;
    display: block;
    opacity: 1;
    position: absolute;
    right: -18px;
    top: 18px;
  }
  .flashSale .contentFlash .slick-arrow:hover {
    opacity: 0.8;
  }
  .flashSale .contentFlash .slick-prev:before {
    left: -55px;
    transform: scaleX(-1);
  }
  .flashSale .contentFlash .slick-next::before {
    right: -70px;
  }
  .flashSale .product-card {
    padding: 30px;
  }
  .flashSale .product-card .product-image {
    width: 180px;
    height: 180px;
  }
  .flashSale .product-card .product-info .product-name {
    font-size: 18px;
  }
  .flashSale .product-card .product-info .price-section .price-box .special-price .price,
  .flashSale .product-card .product-info .price-section .price-box .regular-price .price {
    font-size: 20px;
  }
  #instagram-wrap #instafeed.padrao {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
  }
  #instagram-wrap #instafeed.padrao a {
    margin-right: 10px;
  }
  #instagram-wrap #instafeed.padrao a:first-child {
    margin-left: -100px;
  }
  #instagram-wrap #instafeed.padrao a:last-child {
    margin-right: -100px;
  }
  #instagram-wrap #instafeed.mosaic.grid1,
  #instagram-wrap #instafeed.mosaic.grid2 {
    height: 49.2vw;
  }
  #instagram-wrap #instafeed.mosaic.grid4,
  #instagram-wrap #instafeed.mosaic.grid5 {
    height: 37.5vw;
  }
  #instagram-wrap #instafeed.mosaic.grid7,
  #instagram-wrap #instafeed.mosaic.grid8 {
    height: 31.2vw;
  }
  #instagram-wrap #instafeed.mosaic.grid10,
  #instagram-wrap #instafeed.mosaic.grid11 {
    height: 26.55vw;
  }
  .page-products .products-grid .product-item {
    display: inline-block;
    margin-left: 0;
    width: calc((100% / 2) - 8px);
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 1.6rem !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .limiter {
    margin-right: 30px;
  }
  .modes {
    display: none;
    /*float: left;
        margin-right: @indent__base;
        .products.wrapper ~ .toolbar & {
            display: none;
        }*/
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #c7c7c7;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #c7c7c7;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
  }
  .product.info.detailed.is-desktop {
    display: block;
  }
  .product.info.detailed.is-desktop .item.content {
    margin-top: 60px !important;
  }
  .product.info.detailed.is-mobile {
    display: none;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-product-view .product-add-form .product-options-bottom {
    box-sizing: border-box;
  }
  .product-info-description-new {
    margin-bottom: 72px;
  }
  .catalog-category-view .breadcrumbs {
    margin-top: 32px;
  }
  .catalog-category-view .page-title {
    margin-top: 70px;
  }
  .catalog-category-view .columns .column.main {
    padding-left: 24px;
    width: 77.522%;
  }
  .catalog-category-view .sidebar-main {
    padding: 0;
    width: 22.478% !important;
  }
  .catalog-category-view .product-items {
    justify-content: space-between;
  }
  .catalog-category-view .product-items .product-item {
    width: calc((100% / 3) - 4.666666667px) !important;
  }
  .catalog-category-view .categorytop {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    top: -8px;
  }
  .catalog-product-view .block.related,
  .catalog-product-view .widget.block.block-static-block {
    margin-bottom: 72px;
  }
  .catalog-product-view .columns .column.main {
    padding-bottom: 60px;
  }
  .product-info-description-new .description .content {
    max-width: 548px;
  }
  .catalog-category-view .fixsafe-footer__content,
  .catalog-product-view .fixsafe-footer__content {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .catalog-category-view .fixsafe-footer__logo,
  .catalog-product-view .fixsafe-footer__logo {
    margin: 184px 0 158px;
    max-width: 462px;
    width: 80%;
  }
  .catalog-product-view .product-faq__title * {
    font-size: 3.6rem;
    margin-bottom: 24px;
  }
  .catalog-product-view .product-faq__content details {
    font-size: 1.4rem;
  }
  .catalog-product-view .product-faq__content details summary {
    font-size: 1.6rem;
    height: 44px;
    padding-top: 12px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 0;
  }
  .page-layout-1column .product-info-main {
    width: 41.6666667%;
  }
  .page-layout-1column .product.media {
    width: 58.3333333%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-main-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 56px;
  }
  .product-main-column .product-info-main {
    width: 33.74%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);*/
    padding: 0 0 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-main-column .product.media {
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    width: 66.26%;
  }
  .field.search {
    display: flex;
  }
  .field.search img {
    object-fit: contain;
    margin-right: 1rem;
  }
  #custom-search {
    display: block !important;
  }
  .block-search {
    position: relative;
    max-width: 583px;
    width: 100%;
    z-index: 4;
    margin-right: 0;
  }
  .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .block-search input {
    position: static;
    margin: 0;
    height: 44px;
    background: white;
    color: #717171;
    border: 1px solid #303E4E;
    background: #FCFCFC;
    border-radius: 12px;
    padding: 0 42px 0 15;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input#search::placeholder {
    opacity: 1 !important;
    color: #838383 !important;
    font-weight: 500;
  }
  .block-search .action.search {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1 !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: #0720d4;
    content: '\e8fd';
    font-family: 'fontello';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  #checkout-step-shipping .form {
    max-width: 660px;
  }
  #checkout-step-shipping .form .fieldset > .field:not(.choice) > .label {
    width: 28%;
  }
  #checkout-step-shipping .form .fieldset > .field:not(.choice) > .control {
    width: 72%;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .login-container .block {
    margin: 0;
    padding: 20px;
  }
  .login-container .block-customer-login {
    margin-right: 15px;
  }
  .login-container .block-new-customer {
    margin-left: 15px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
    padding-right: 17px;
  }
  .filter-actions {
    margin-bottom: 0;
  }
  .filter.active .filter-options,
  .filter-options {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    padding-top: 0;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter.active .filter-options-content,
  .filter-options-content {
    max-height: 306px;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .filter.active .filter-options-content::-webkit-scrollbar,
  .filter-options-content::-webkit-scrollbar {
    width: 5px;
  }
  .filter.active .filter-options-content::-webkit-scrollbar-track,
  .filter-options-content::-webkit-scrollbar-track {
    background: transparent;
  }
  .filter.active .filter-options-content::-webkit-scrollbar-thumb,
  .filter-options-content::-webkit-scrollbar-thumb {
    background: #888;
  }
  .filter.active .filter-options-content::-webkit-scrollbar-thumb:hover,
  .filter-options-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .filter .filter-current-subtitle {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .filter .filter-current-subtitle span {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 7px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #223dfe;
    line-height: 1;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .filter.block {
    background: #fff;
    border-radius: 8px;
  }
  .page-layout-1column .toolbar-products {
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 5px;
    top: 4px;
    z-index: 3;
    font-size: 8px;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #c7c7c7;
    padding: 5px;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .hide-desktop {
    display: none !important;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 4rem;
  }
  .slide-categories .slide-categories__header h2 {
    margin-top: -6rem;
  }
  .product-items.widget-product-grid.itemgrid-4 .product-item-details strong.product-item-name {
    margin-top: 8px;
  }
  /* Máxima largura do conteúdo */
  .content-sub {
    max-width: 95% !important;
  }
  .toolbar.wishlist-toolbar .limiter {
    float: right;
  }
  .toolbar.wishlist-toolbar .main .pages {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .toolbar.wishlist-toolbar .toolbar-amount,
  .toolbar.wishlist-toolbar .limiter {
    display: inline-block;
    z-index: 1;
  }
  .products-grid.wishlist .product-item-info {
    padding: 5px;
    text-align: center;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .action.tocart,
  .products-grid.wishlist .product-item .fieldset .product-item-actions .action.tocart {
    padding: 0 10px !important;
    height: 44px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding: 0 10px 0 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    margin: 0 !important;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .qty {
    height: 44px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .control {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .products-grid.wishlist .product-item:hover .product-item-inner {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 10px 20px;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border-top: none;
    left: 0;
    right: 0;
    margin: -1px 0 0 0;
    padding: 0 9px 9px;
    position: absolute;
    z-index: 2;
  }
  body.wp-sl .login-container .fieldset > .field > .control {
    width: 80%;
  }
  body.wp-sl .slide-popup {
    left: unset;
    right: -10px;
    width: 420px;
    height: auto;
  }
  body.wp-sl .slide-popup .modal-inner-wrap {
    min-width: unset;
    display: block;
    width: 100%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-y: auto;
    height: 90%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
    display: block;
    border-top: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
    width: 100%;
    border-left: 0 none;
    padding: 0;
    margin-top: 15px;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
    content: '';
    border: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
    padding: 0;
  }
  body.wp-sl .authentication-wrapper .block-authentication {
    text-align: left;
  }
  body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
    margin-top: 15px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .block.widget .products-grid .itemgrid-3 .product-item,
  .block.widget .products-grid .product-item {
    margin: 0;
    width: calc((100% / 3) - 10.666666667px);
  }
  .block.widget .block-content.block-content-alternative .itemgrid-3 .product-item,
  .block.widget .block-content.block-content-alternative .product-item {
    width: calc((100% / 2) - 9px);
  }
  .block.widget .products-grid .itemgrid-4 .product-item {
    margin-left: 0;
    width: calc((100% / 3) - 10.666666667px);
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .product-items.widget-product-grid.itemgrid-3 .product-item-actions {
    gap: 0 16px;
  }
  .product-items.widget-product-grid.itemgrid-3 .product-item-actions .actions-primary button.action.tocart.primary {
    max-width: unset;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .amslider-header-container {
    font-size: 3rem;
    margin: 0 0 90px;
  }
  .category-widget-main .category-list a:hover span::after {
    background-color: #223dfe;
    color: #000000;
    margin-left: 8px;
  }
  .reviewaverage .block-title {
    font-size: 3.2rem;
  }
  #open-review.review-button {
    font-size: 1.8rem;
  }
  .product.data.items .product-reviews .review-items .review-item .review-details .review-date {
    font-size: 1.4rem;
  }
  .product-reviews #product-review-container .no-rating {
    margin-top: 74px;
  }
  .navigation .not-margin {
    margin: 0 !important;
  }
  .navigation .nav-item > a span.title {
    line-height: 1;
  }
  .navigation .subcategories-left-block {
    max-height: 498px;
  }
  .navigation .subcategories-left-block::before {
    background-color: #e2e2e2;
    content: '';
    height: calc(100% - 5px);
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
  }
  .navigation .subcategories-left-block > .mgz-element-row {
    position: static;
  }
  .navigation .subcategories-left-block > .mgz-element-row > .mgz-element-inner {
    position: static;
  }
  .navigation .subcategories-left-block > .mgz-element-row > .mgz-element-inner .mgz-container > .mgz-element-column {
    position: relative;
  }
  .navigation .subcategories-left-block > .mgz-element-row > .mgz-element-inner .mgz-container > .mgz-element-column > .mgz-element-inner {
    position: static;
  }
  .navigation .subcategories-left-block > .mgz-element-row > .mgz-element-inner .mgz-container > .mgz-element-column > .mgz-element-inner > .nav-item {
    position: static;
  }
  .navigation .subcategories-center-block,
  .navigation #subcategories-center-block > .subcategories-center-block {
    max-height: 498px;
    max-width: calc(1322px - 249px - 223px);
    padding: 0;
    width: calc(100vw - 249px - 223px) !important;
  }
  .navigation .subcategories-center-block::before {
    background-color: #e2e2e2;
    content: '';
    height: calc(100% - 5px);
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
  }
  .navigation .brand-list-image__scroll {
    max-width: 334px;
  }
  .navigation .submenus-list {
    max-height: 498px;
  }
  .navigation .submenus-list .nav-item.mgz-element > a,
  .navigation .navigation .am-widget-brandlist .content .nav-item.mgz-element > a,
  .navigation .brand-list__scroll .nav-item.mgz-element > a,
  .navigation .brand-list-image__scroll .nav-item.mgz-element > a,
  .navigation .submenus-list .nav-item.mgz-element > a span,
  .navigation .navigation .am-widget-brandlist .content .nav-item.mgz-element > a span,
  .navigation .brand-list__scroll .nav-item.mgz-element > a span,
  .navigation .brand-list-image__scroll .nav-item.mgz-element > a span {
    line-height: 1;
  }
  .navigation .simplebar-content {
    padding: 8px 0 !important;
  }
  .navigation .all-categories {
    padding: 8px 0;
    box-sizing: border-box;
    height: 56px;
  }
  .navigation .all-categories > a {
    height: 40px;
    border: 1px solid #fb0;
  }
  .magezon-builder > .nav-item > a {
    height: 50px;
  }
  .navigation .all-categories > a {
    height: 45px;
  }
  .ninjamenus a {
    text-align: initial;
  }
  .testimonials-slider {
    margin-top: 164px;
  }
  .testimonials-slider figure.testimonial blockquote .text-content {
    font-size: 1.6rem;
  }
  .btn-testimonials a span {
    font-size: 1.6rem;
  }
  .testimonials-index-new .review-field-rating .control {
    float: none;
    margin-left: 25.3%;
    height: 22px;
    width: 112px;
  }
  .testimonials-index-new .review-control-vote::before,
  .testimonials-index-new .review-control-vote label::before {
    letter-spacing: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amcompany-tree-block .jstree-checkbox:hover {
    border-color: #4776f0;
    background: #4776f0;
  }
  .ambrands-search-wrapper {
    float: right;
    width: 20%;
  }
  .brand-images .brands-letter {
    padding-right: 35px;
    width: inherit;
  }
  .brand-images .brands-letter .brand-item {
    margin: 0 10px 20px;
  }
  .amslider .slide {
    margin: 0 20px 20px 0;
    max-width: 32%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 450px;
    background: #fff;
    box-shadow: 0 0 1px 1px #ccc;
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    height: 100%;
    font-size: 0;
  }
  .ambrands-popup-filter {
    display: inline-block;
    box-sizing: border-box;
    width: 27%;
    height: 100%;
    padding: 20px;
    font-size: 0;
    vertical-align: top;
    text-align: center;
    background: #f0f0f0;
  }
  .ambrands-popup-filter .ambrands-letter {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #333333;
  }
  .ambrands-popup-filter .ambrands-letter:hover {
    color: #333333;
    text-decoration: none;
    background: #ccc;
  }
  .ambrands-popup-filter .ambrands-letter.-disabled {
    background-color: #f1f1f1;
    opacity: .6;
    pointer-events: none;
  }
  .ambrands-popup-filter .ambrands-letter.-active {
    color: #fff;
    background: #f58d0f;
  }
  .ambrands-popup-filter .ambrands-letter.-letter-all {
    width: 100%;
    margin-bottom: 15px;
  }
  .ambrands-popup-items {
    display: inline-block;
    box-sizing: border-box;
    width: 73%;
    height: 100%;
    padding: 20px;
    overflow: auto;
    font-size: 14px;
  }
  .ambrands-popup-items .brand-images .brands-letter {
    width: 100%;
    padding: 0;
  }
  .ambrands-popup-items .brand-item {
    text-align: center;
  }
  .ambrands-popup-items .brand-item .label:before {
    content: none;
  }
  .ambrands-popup-items .brand-item .count {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .ambrands-popup-items .brand-images .brands-letter .brand-item {
    margin: 0 20px 20px 0;
  }
  .ambrands-popup-items .letter {
    margin-bottom: 15px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .container-wrapper.boughttogether {
    margin-bottom: 72px;
  }
  .container-wrapper.boughttogether .products-grid .product-items .product-item {
    margin-bottom: 0;
    width: calc((100% / 4) - 31.5px) !important;
    justify-content: space-between;
  }
  .container-wrapper.boughttogether .products-grid .product-items .last-product.hide-mobile {
    display: flex !important;
  }
  .boughttogether .products-grid > form .last-product {
    display: none;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    display: inline-block;
    margin-left: 0;
    width: calc((100% / 3) - 4.666666667px);
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .product-item .price-box > .price-container .price {
    font-size: 1.6rem;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 1.4rem;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 4rem;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 10px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333% !important;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.widget .block-content.block-content-alternative .itemgrid-3 .product-item,
  .block.widget .block-content.block-content-alternative .product-item {
    width: calc((100% / 3) - 12px);
  }
  .block.widget .products-grid .itemgrid-1 .product-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block.widget .products-grid .itemgrid-1 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-2 .product-item {
    width: calc(50% - 8px);
    margin-left: 0;
    margin-right: 16px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block.widget .products-grid .itemgrid-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-2 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-4 .product-item {
    width: calc((100% / 4) - 12px);
    margin: 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block.widget .products-grid .itemgrid-4 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-5 .product-item {
    width: calc(20% - 12.8px);
    margin-left: 0;
    margin-right: 16px;
    background-color: #ffffff;
  }
  .block.widget .products-grid .itemgrid-5 .product-item:nth-child(5n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-5 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-6 .product-item {
    width: calc(16.6666666667% - 5px);
    margin-left: 0;
    margin-right: 6px;
    background-color: #ffffff;
  }
  .block.widget .products-grid .itemgrid-6 .product-item:nth-child(6n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-6 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .product-item {
    margin-bottom: 0;
  }
  .reviewaverage .block-title {
    line-height: unset;
    margin: 0 0 30px;
  }
  .reviewaverage .block-title br {
    display: none;
  }
  .ninjamenus .level0 > a > span.title,
  .nav-item > a span.title {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1440px), print {
  #headerStarter .linksCustomer .quick-access {
    left: 50%;
    transform: translateX(-50%);
  }
  .brands-filters .letter {
    margin: 0;
    border-radius: 0;
    border-right: none;
  }
  .brands-filters .letter-all {
    margin-right: 20px;
  }
  .brands-filters .letter:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .brands-filters .letter:last-child {
    border-right: 1px solid #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .amslider .wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flags-container .flag-item .flag {
    font-size: 1.4rem;
  }
  #instagram-wrap #instafeed.mosaic.grid1,
  #instagram-wrap #instafeed.mosaic.grid2 {
    height: 49.2vw;
  }
  #instagram-wrap #instafeed.mosaic.grid4,
  #instagram-wrap #instafeed.mosaic.grid5 {
    height: 37.5vw;
  }
  #instagram-wrap #instafeed.mosaic.grid7,
  #instagram-wrap #instafeed.mosaic.grid8 {
    height: 22.14vw;
  }
  #instagram-wrap #instafeed.mosaic.grid10,
  #instagram-wrap #instafeed.mosaic.grid11 {
    height: 26.55vw;
  }
  .product-item .price-box > .price-container .price {
    font-size: 2rem;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .catalog-category-view .fixsafe-footer__content,
  .catalog-product-view .fixsafe-footer__content {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .catalog-category-view .fixsafe-footer__logo,
  .catalog-product-view .fixsafe-footer__logo {
    margin: 184px 0 158px;
    max-width: 462px;
    width: 80%;
  }
  .product-item-actions .actions-primary button.action.tocart.primary::before {
    width: 20px;
    height: 20px;
  }
  .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 1.5rem;
  }
  .product-item-actions .actions-primary button.action.tocart.primary {
    padding: 0 16px;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 4rem;
  }
  .catalog-product-view .banner_supertopo .slick-slider {
    padding: 0 !important;
  }
  .category-widget-main .category-list a span {
    font-size: 2rem;
  }
  .ninjamenus .level0 > a > span.title {
    font-size: 1.6rem !important;
  }
  .nav-item > a span.title {
    font-size: 1.4rem !important;
  }
}
/* ==================================================
RESET
================================================== */
/** {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}*/
body,
html {
  overflow-x: hidden;
}
button:focus,
input:focus,
img,
select:focus,
textarea:focus {
  outline: 0;
}
ul,
ol,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
tel {
  white-space: nowrap;
}
.before-slick {
  display: flex;
  align-items: center;
}
.container-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1322px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* Custom Page Layout */
.page-layout-fullcolumn #maincontent {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.block.block-customer-login fieldset.fieldset.login label.label {
  text-align: left !important;
}
.block.block-customer-login .actions-toolbar {
  margin-left: 0 !important;
}
.block.block-customer-login .control {
  width: 100% !important;
}
.block.block-customer-login .field.captcha.required label.label {
  width: 100% !important;
}
.block.block-customer-login a.action.remind {
  color: #666;
}
.block.block-customer-login a.action.remind:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) and (min-width: 770px) {
  .container-wrapper {
    width: 98% !important;
  }
}
.grid_banner li {
  list-style-type: none !important;
}
.message.success a,
.message.success a:hover {
  color: #097709 !important;
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
.customer-account-index .columns a,
.amcompany-customer-account .columns a,
.customer-account-index .columns .alink,
.amcompany-customer-account .columns .alink {
  color: #666 !important;
}
.customer-account-index .columns a:hover,
.amcompany-customer-account .columns a:hover,
.customer-account-index .columns .alink:hover,
.amcompany-customer-account .columns .alink:hover {
  color: #333 !important;
}
.customer-account-index .columns button.action.primary.add,
.amcompany-customer-account .columns button.action.primary.add {
  border-color: #fb0 !important;
  background-color: #fb0 !important;
  color: #000 !important;
}
.customer-account-index .columns button.action.primary.add:hover,
.amcompany-customer-account .columns button.action.primary.add:hover {
  border-color: #fb0 !important;
  background-color: #fb0 !important;
  color: #000 !important;
  font-weight: 600;
}
@media (max-width: 991px) {
  .no-margin-mobile {
    margin: 0 !important;
  }
}
.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.d-flex-align-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.unit-type-label {
  font-size: 12px;
  font-weight: 400;
}
#product-shipping-form .label {
  padding-top: 1px;
  padding-right: 100px;
  padding-bottom: 1px;
  padding-left: 10px;
  text-align: -webkit-match-parent;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
#product-shipping-form .input {
  width: 100px;
  padding-top: 10px;
  padding-right: 140px;
  padding-bottom: 10px;
  padding-left: 60px;
}
.field.street .field .label {
  clip: inherit;
  width: inherit;
  height: inherit;
  position: inherit !important;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-title {
  flex-direction: column;
  text-align: center;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-title strong {
  font-size: 25px;
  line-height: 41px;
  color: #3e3e3e;
  font-weight: 700;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-title p {
  font-size: 14px;
  line-height: 23px;
  color: #888888;
  font-weight: normal;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .field .control {
  float: left;
  width: 100%;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .field .control input:focus ~ label,
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .field .control input:valid ~ label {
  color: #5cb92e;
  transform: translateY(-24px);
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .field .control .label {
  font-size: 12px;
  line-height: 19px;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .actions-toolbar .secondary {
  font-size: 12px;
  line-height: 19px;
  color: #0055ff;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .actions-toolbar .secondary a {
  text-decoration: none;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .actions-toolbar .primary {
  padding: 0;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .form-login .actions-toolbar .primary .action-login {
  line-height: 16px;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin: 23px 0 16px;
  background-color: #223dfe;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar:hover {
  background-color: #011eec;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar.btnfacebook {
  background: #3b5998 0% 0% no-repeat padding-box;
  border: 1px #C7C7C7 solid;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar.btnfacebook:before {
  content: '\f09a';
  font-family: 'fontello';
  font-size: 24px;
  margin: 3px 16px 0px 0px;
  color: #ffffff;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar.btngoogle {
  color: #494948;
  background: #fefefe 0% 0% no-repeat padding-box;
  border: 1px #C7C7C7 solid;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar.btngoogle:before {
  content: '\f1a0';
  font-family: 'fontello';
  font-size: 24px;
  margin: 0px 10px 0px 8px;
  color: #000000;
}
.popup-authentication-custom .modal-content .block-authentication .block-new-customer {
  text-align: center;
}
.popup-authentication-custom .modal-content .block-authentication .block-new-customer .block-content {
  display: inline-flex;
}
.popup-authentication-custom .modal-content .block-authentication .block-new-customer .block-content p {
  line-height: 19px;
}
.popup-authentication-custom .modal-content .block-authentication .block-new-customer .block-content a {
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  text-decoration: none;
  color: #0055ff;
}
.login-register-popup .cancelbtn {
  background: #fff;
  border: none;
  display: inline-block;
  text-decoration: none;
}
.login-register-popup .cancelbtn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 1;
  color: #3d5274;
  content: '\e8dd';
  font-family: 'fontello';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.login-register-popup .cancelbtn span {
  font-size: 0;
}
.login-register-popup .popup-register-form .container {
  max-height: calc(100vh - 168px);
  overflow-x: hidden;
  padding: 10px;
}
.login-register-popup .popup-register-form .container button {
  border-radius: 12px;
  background-color: #223DFE;
  color: #fff;
}
.login-register-popup .popup-register-form .container button:hover {
  background-color: #fff;
  color: #223DFE;
}
.login-register-popup .popup-register-form .container .grid-register-fields input:not([disabled]):focus,
.login-register-popup .popup-register-form .container .grid-register-fields select:focus {
  box-shadow: 0 2px 0 0 #ccc;
}
.login-register-popup .popup-login-form .container .pwa-textfield input:not([disabled]):focus {
  box-shadow: 0 2px 0 0 #ccc;
}
