/**
 * 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';
}
/* '' */
@media screen and (min-width: 1440px) {
  .slick-prev {
    left: calc((100% - 1440px) / 2);
  }
  .slick-next {
    right: calc((100% - 1440px) / 2);
  }
}
/**
 * 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;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.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;
}
.checkout-index-index .additional-label {
  color: #009922;
  font-size: 15px;
}
.videoWrap .videoFrame {
  position: relative;
  width: 760px;
  padding-bottom: 56.24%;
}
.videoWrap .videoFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.itau-pix-info .inline {
  display: inline-block;
  vertical-align: middle;
}
.itau-pix-info .pix-code-container #pix-code {
  width: 300px;
  cursor: not-allowed;
  padding: 7px;
}
.itau-pix-info .pix-code-container {
  padding-top: 10px;
}
.itau-pix-info .pix-code-container #btn-copy-pix {
  width: 18%;
}
.itau-pix-info .pix-code-container #pix-code {
  width: 80%;
  cursor: not-allowed;
  padding: 7px;
}
.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;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.sparsh-free-shipping-bar-goal-message-type-1 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sparsh-free-shipping-bar-goal-message-type-1 a {
  text-decoration: none;
}
.sparsh-free-shipping-bar-goal-message-type-1 p {
  margin: 0;
}
.sparsh-free-shipping-bar-goal-message-type-1 #goal {
  font-weight: bold;
}
.sparsh-free-shipping-bar-goal-message-type-2 {
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0;
}
.sparsh-free-shipping-bar-goal-message-type-2 a {
  text-decoration: none;
}
.sparsh-free-shipping-bar-goal-message-type-2 #goal {
  font-weight: bold;
}
.sparsh-free-shipping-bar-goal-message-type-2 .goal {
  font-weight: bold;
}
.sparsh-free-shipping-bar-goal-message-type-2 #additional-html {
  margin-bottom: 5px;
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper {
  position: relative;
  border: 0.5px solid #EDEDED;
  border-radius: 15px;
  width: 60%;
  margin: 0 auto;
  height: 9px;
}
@media (max-width: 800px) {
  .sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper {
    width: 45%;
  }
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper .loading-bar-currency {
  position: absolute;
  top: -8px;
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-initial {
  left: -45px;
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-goal {
  right: calc(-12%);
}
@media (max-width: 1400px) {
  .sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-goal {
    right: -14%;
  }
}
@media (max-width: 800px) {
  .sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-goal {
    right: -30%;
  }
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar {
  width: 0;
  height: inherit;
  border-radius: 15px;
}
#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%;
  }
}
.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;
  }
}
.catalog-category-view section.footer-top-wrapper {
  display: none !important;
}
@media screen and (max-width: 370px) {
  .icon-search-solid.active {
    top: 8.5rem;
  }
}
.headercheckout {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 0;
  -webkit-box-shadow: 0 1px 0 0 #cccccc;
  box-shadow: 0 1px 0 0 #cccccc;
}
.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;
}
.checkout-index-index .modal-popup .form-shipping-address [name="shippingAddress.telephone"] label.label span {
  font-size: 0;
}
.checkout-index-index .modal-popup .form-shipping-address [name="shippingAddress.telephone"] label.label span::before {
  content: 'Celular';
  font-size: 14px;
}
.checkout-index-index #shipping-new-address-form [name="shippingAddress.telephone"] label.label span {
  font-size: 0;
}
.checkout-index-index #shipping-new-address-form [name="shippingAddress.telephone"] label.label span::before {
  content: 'Celular';
  font-size: 14px;
}
@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;
}
@media screen and (min-width: 1584px) {
  .block.newsletter {
    box-sizing: border-box;
    padding: 48px 72px;
    max-width: calc(1440px + (72px * 2));
    width: 100%;
  }
}
.videoWrapGallery {
  display: block;
  width: 100%;
  padding: 40px 0 30px;
  background-color: #cf1515;
  background-image: radial-gradient(#0070bb 0, #0070bb 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: 1440px;
    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: #091d44;
    -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: #091d44;
    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;
    margin: 0 auto;
  }
  .navigation .level0:last-child {
    margin-right: 0 !important;
    padding-right: 0;
  }
  .navigation .level0:first-child {
    margin-left: 0 !important;
  }
  .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: #ffffff;
    border: 1px solid #d1d1d1;
    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: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    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: #0070bb;
    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: #f0f0f0;
    border: 1px solid #d1d1d1;
    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: #fcfcfc;
  }
  .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 #d1d1d1;
  }
  .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: 114px;
  }
  #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: #0070bb;
  }
  #headerStarter .atendimento > li {
    display: inline-block;
    text-decoration: none;
  }
  #headerStarter .atendimento > li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 36px;
    color: inherit;
    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 {
    font-size: 1.4rem;
    transition: color 300ms ease;
  }
  #headerStarter .logo {
    max-width: 202px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #headerStarter .logo img {
    width: 100%;
  }
  #headerStarter .divisa {
    display: block;
    width: 1px;
    height: 90px;
    background-color: #aeaeae;
  }
  #headerStarter .initial-circle-quick-access {
    width: 225px !important;
  }
  #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;
    gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin: 0;
    line-height: 1;
  }
  #headerStarter .linksCustomer > li .d-flex-column,
  #headerStarter .atendimento > li .d-flex-column {
    gap: 4px;
  }
  #headerStarter .linksCustomer > li .d-flex-column > *,
  #headerStarter .atendimento > li .d-flex-column > * {
    font-size: 1.4rem;
    transition: color 300ms ease;
    white-space: nowrap;
  }
  #headerStarter .linksCustomer > li > a strong,
  #headerStarter .atendimento > li > a strong {
    display: block;
  }
  #headerStarter .linksCustomer > li > a:hover,
  #headerStarter .atendimento > li > a:hover {
    color: #8f8f8f;
  }
  #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: #8f8f8f;
  }
  #headerStarter .linksCustomer:hover > li .d-flex-column > *,
  #headerStarter .atendimento:hover > li .d-flex-column > * {
    color: #8f8f8f;
  }
  #headerStarter .linksCustomer ul.quick-access,
  #headerStarter .atendimento ul.quick-access {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    border: 1px solid #E4E4E7;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    top: 48px;
    width: 264px;
    background-color: #fff;
    padding: 15px;
    z-index: 10;
  }
  #headerStarter .linksCustomer ul.quick-access .blocoalerta,
  #headerStarter .atendimento ul.quick-access .blocoalerta {
    display: block;
    margin-top: 7px;
    background-color: #fde8e8;
    color: #c81e1e;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid #c81e1e;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #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: block;
    line-height: 1;
    font-size: 12px;
    color: #000000;
    text-align: left;
    margin: 0;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form,
  #headerStarter .atendimento ul.quick-access li.header form {
    width: 100%;
  }
  #headerStarter .linksCustomer ul.quick-access li.header strong,
  #headerStarter .atendimento ul.quick-access li.header strong {
    color: #000000;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header p,
  #headerStarter .atendimento ul.quick-access li.header p {
    color: #71717a;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form label,
  #headerStarter .atendimento ul.quick-access li.header form label {
    color: #000000;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 8px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form input,
  #headerStarter .atendimento ul.quick-access li.header form input {
    border: 1px solid #E4E4E7;
    background: #FFF;
    color: #71717a;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form input + label,
  #headerStarter .atendimento ul.quick-access li.header form input + label {
    margin-top: 18px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form .action.remind,
  #headerStarter .atendimento ul.quick-access li.header form .action.remind {
    color: #71717a;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
    margin: 12px 0 16px;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form .action.remind:hover,
  #headerStarter .atendimento ul.quick-access li.header form .action.remind:hover {
    text-decoration: underline;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form button#send2,
  #headerStarter .atendimento ul.quick-access li.header form button#send2 {
    background-color: #0070bb;
    border-radius: 0;
    color: #FAFAFA;
    -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;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    margin-bottom: 16px;
    transition: background-color 300ms ease;
    width: 100%;
  }
  #headerStarter .linksCustomer ul.quick-access li.header form button#send2:hover,
  #headerStarter .atendimento ul.quick-access li.header form button#send2:hover {
    background-color: #005188;
  }
  #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.exit,
  #headerStarter .atendimento ul.quick-access li.header a.exit {
    display: block;
    margin: 16px 0 0;
    text-align: center;
  }
  #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: #6d6d6d;
  }
  #headerStarter .linksCustomer ul.quick-access li.header strong,
  #headerStarter .atendimento ul.quick-access li.header strong {
    display: block;
    margin-bottom: 12px;
  }
  #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 .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: #0070bb;
    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: #005188;
  }
  #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: 35%;
    transform: translateX(-50%);
  }
  #headerStarter .atendimento .quick-access {
    left: 50%;
    transform: translateX(-50%);
  }
  #headerStarter .atendimento ul.quick-access {
    padding: 0;
  }
  #headerStarter .atendimento .contact {
    box-sizing: border-box;
    padding: 16px;
  }
  #headerStarter .atendimento .contact__title {
    color: #000000;
    -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;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    height: 32px;
    line-height: 1;
    margin-bottom: 16px;
  }
  #headerStarter .atendimento .contact__content {
    padding: 0;
  }
  #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.border {
    border: 1px solid #EDEDED;
    flex-direction: row;
    gap: 8px;
    padding: 12px;
  }
  #headerStarter .atendimento .contact__content .d-flex.border picture {
    width: fit-content;
  }
  #headerStarter .atendimento .contact__content .d-flex + .d-flex {
    margin-top: 16px;
  }
  #headerStarter .atendimento .contact__content .d-flex .footer {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
    margin-left: 24px;
  }
  #headerStarter .atendimento .contact__content .d-flex .footer strong {
    color: #71717a;
    font-size: 1.2rem;
    font-weight: 600;
  }
  #headerStarter .atendimento .contact__content .d-flex p {
    color: #71717a;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
    gap: 6px;
  }
  #headerStarter .atendimento .contact__content .d-flex p strong {
    color: #09090B;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 24px;
  }
  #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 {
    background-color: #0070bb;
    border: 1px solid #0070bb;
    color: #ffffff;
    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;
  }
  #headerStarter .atendimento .contact__content .d-flex a.contact__button:hover {
    background-color: #005188;
  }
  #headerStarter .atendimento .contact__content .d-flex a.contact__button + a.contact__button {
    background-color: #ffffff;
    color: #0070bb;
  }
  #headerStarter .atendimento .contact__content .d-flex a.contact__button + a.contact__button:hover {
    background-color: #e6e6e6;
  }
  #headerStarter .atendimento .contact__content img {
    vertical-align: middle;
  }
  #headerStarter .user-initials-circle-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    flex-direction: column;
  }
  #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: #0070bb;
    position: absolute;
    border-radius: 50%;
    top: 18px;
    right: -4px;
  }
  #headerStarter li.cadastre {
    display: block;
    color: #71717a;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;
  }
  #headerStarter li.cadastre a.cadastrar-btn {
    color: #71717a;
  }
  #headerStarter li.cadastre a.cadastrar-btn:hover {
    text-decoration: underline;
  }
  #headerStarter .header.active {
    justify-content: flex-start !important;
    text-align: left !important;
    align-items: baseline !important;
  }
  #headerStarter .header.active .user-initials-circle {
    font-size: 22px;
    font-weight: 600;
    padding: 22px 25px;
    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);
    width: 56px;
    height: 56px;
    padding: 0;
    -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 auto;
  }
  #headerStarter .header.active strong {
    font-size: 20px !important;
    font-weight: 500;
    color: #1c1b1f !important;
  }
  #headerStarter .header.active p {
    width: 100%;
    height: 1px;
    background: #EBEBEB;
  }
  #headerStarter .header.active .links-user {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 10px 0;
  }
  #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 {
    display: flex;
    justify-content: center;
    color: #5A585F !important;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    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: #0070bb;
  }
  #headerStarter .wishbuttom li a {
    position: relative;
    color: #0070bb;
    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: #6d6d6d;
  }
  .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 .social-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 0 16px;
  }
  .linksCustomer .social-separator span {
    color: #71717a;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 8px;
  }
  .linksCustomer .social-separator::before,
  .linksCustomer .social-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #E4E4E7;
  }
  .linksCustomer .login .sociallogin-wrapper.block-customer-login.login-container {
    margin-bottom: 16px;
  }
  .linksCustomer .login .block.sociallogin-block .sociallogin-padding {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    gap: 8px;
  }
  .linksCustomer .login .block.sociallogin-block .sociallogin-padding .sociallogin-box {
    margin: 0 !important;
    width: calc(50% - 4px);
  }
  .linksCustomer .btn-entrar {
    gap: 10px;
    color: #1d1d1d;
    font-size: 1.4rem;
    line-height: 110%;
    -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;
  }
  .linksCustomer .btn-entrar .d-flex-column > * {
    transition: color 300ms ease;
    white-space: nowrap;
  }
  .linksCustomer .btn-entrar:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: 36px;
    color: #1d1d1d;
    content: '\E901';
    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;
  }
  .footer.content > .links .widget.block.block-static-block {
    min-width: max-content;
    margin: 0;
    width: fit-content;
    margin-right: 60px;
  }
  .footer.content > .links .widget.block.block-static-block:last-child {
    margin-right: 0;
  }
  .footer.content > .links .widget.block.block-static-block.hide-mobile {
    margin-right: auto;
  }
  .footer.content > .links .widget.block.block-static-block .widget.block.block-static-block {
    margin: 16px 0 0;
  }
  .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%);
  }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    -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;
  }
  .form-pagbank .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 #d1d1d1;
  }
  .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_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;
  }
  .banner_supertopo #banner-slider-carousel::before {
    background: url('../images/supertopo-bg.png') no-repeat center bottom;
    background-size: contain;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 12.916666667%;
  }
  .banner_supertopo .banner-item .item-content {
    position: relative;
  }
  .banner_supertopo .banner-item .item-content::before {
    background-color: #2c2c2c;
    content: '';
    height: 54%;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  [class*=banner_alicates] {
    margin: 92px 0;
  }
  .grid_banner .title-linha {
    color: #1c1b1f;
    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: 90px 0 172px;
  }
  .flashSale .container-wrapper {
    padding: 0;
  }
  .flashSale .item .product-item-photo {
    aspect-ratio: 1;
    margin: -48px 0;
    width: 33.0733333%;
  }
  .flashSale .item .product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .flashSale .item .product-item-photo .product-image-wrapper .product-image-photo {
    object-fit: contain;
  }
  .flashSale .item .priceRating .product-reviews-summary {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .flashSale .flags-container {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .flashSale::after {
    background: url('../images/bg-flash-sale.jpg') center center no-repeat;
    background-size: cover;
  }
  #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% / 3) - 0.3333px);
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .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 #d1d1d1;
    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 #d1d1d1;
  }
  .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: 32px;
  }
  .catalog-category-view .columns .column.main {
    padding-left: 16px;
    width: 79.791666667%;
  }
  .catalog-category-view .sidebar-main {
    padding: 0;
    width: 20.208333333% !important;
  }
  .catalog-category-view .sidebar-main .controls-category .filter-options {
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    box-sizing: border-box;
    background: #FFF;
    padding: 12px 16px;
  }
  .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-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;
    justify-content: space-between;
  }
  .product-main-column .product-info-main {
    border: 1px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    width: 32.526475038%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-main-column .product.media {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 66.263237519%;
  }
  .field.search {
    display: flex;
  }
  .field.search img {
    object-fit: contain;
    margin-right: 1rem;
  }
  #custom-search {
    display: block !important;
  }
  .block-search {
    width: 50.972222222%;
    z-index: 4;
    margin-right: 0;
  }
  .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .block-search input {
    border: none;
    position: static;
    margin: 0;
    padding: 13px 40px 13px 15px;
    height: 50px;
    background: #f1f1f1;
    color: #1d1d1d;
  }
  .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: #1d1d1d !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: #1d1d1d;
    content: '\e8df';
    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;
    vertical-align: middle;
    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%;
    margin-bottom: 25px;
    display: inline-block;
  }
  .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: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter.active .filter-options-content,
  .filter-options-content {
    /* 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: #0070bb;
    line-height: 1;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .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 #d1d1d1;
    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;
  }
  .customer-account-forgotpassword .page-wrapper .page-main,
  .customer-account-login .page-wrapper .page-main {
    padding-bottom: 30px;
  }
  .customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper,
  .customer-account-login .page-wrapper .page-main .page-title-wrapper {
    padding-top: 20px;
  }
  .customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title,
  .customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title {
    margin-top: 15px;
    font-size: 24px;
  }
  .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 .products-grid .itemgrid-6 .product-item,
  .block.widget .products-grid .product-item {
    margin: 0;
    width: calc(100% / 4);
  }
  .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.alternative .products-grid .itemgrid-4 .product-item {
    width: calc(100% / 3);
  }
  .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.am-brand-slider .swiper-wrapper .slick-list {
    margin-left: 32px;
  }
  .swiper-wrapper:not(.slick-slider) {
    box-sizing: border-box;
    padding-right: 24px;
  }
  .swiper-wrapper:not(.slick-slider) .swiper-slide {
    width: calc((100% / 4) - 8px);
  }
  .category-widget-main .category-list a:hover span::after {
    background-color: #0070bb;
    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(1440px - 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: 0 !important;
  }
  .navigation .level0 {
    padding: 8px 0;
  }
  .navigation .level0.icon-promocao a {
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.icon-promocao a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\E908';
    font-family: 'fontello';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.icon-promocao a::before {
    line-height: 20px;
  }
  .navigation .all-categories {
    padding: 8px 0;
    box-sizing: border-box;
    height: 56px;
  }
  .navigation .all-categories > a {
    height: 40px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .all-categories > a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\E907';
    font-family: 'fontello';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .all-categories > a::after {
    color: #091d44;
  }
  .navigation .all-categories .handle-icon-hover:hover > a .item-icon::before,
  .navigation .all-categories .handle-icon-hover.item-hovered > a .item-icon::before {
    transition: color 300ms ease;
  }
  .navigation .all-categories .handle-icon-hover:hover > a .item-icon::before,
  .navigation .all-categories .handle-icon-hover.item-hovered > a .item-icon::before {
    color: #ffffff;
  }
  .navigation .submenu-wrapper .nav-item a:hover {
    color: #1E2229;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ninjamenus-desktop.ninjamenus-top .level0 {
    margin: 0 auto;
  }
  .magezon-builder > .nav-item > a {
    height: 50px;
  }
  .navigation .all-categories > a {
    height: 45px;
  }
  .ninjamenus a {
    text-align: initial;
  }
  .testimonials-slider {
    padding: 32px 0 64px;
  }
  .testimonials-slider figure.testimonial blockquote .text-content {
    font-size: 1.6rem;
  }
  .btn-testimonials a span {
    font-size: 2rem;
  }
  .btn-testimonials.alternative {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .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.buytogether .products-grid .product-items .product-item {
    width: calc((100% / 4) - 25.5px);
  }
  .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% / 4) - 0.25px);
  }
  .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;
  }
  .alternative .product-item .price-box > .price-container .price {
    font-size: 2rem;
  }
  .product-item .price-box > .price-container .price {
    font-size: 2.4rem;
  }
  .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;
  }
  .block.newsletter > .content .label * {
    font-size: 2.8rem;
  }
  .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 1.4rem;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 4rem;
  }
  .banners-grid__label {
    font-size: 1.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;
    gap: 0;
  }
  .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.alternative .products-grid .itemgrid-4 .product-item {
    width: calc(100% / 4);
  }
  .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 {
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    width: calc(100% / 6);
  }
  .block.widget .products-grid .itemgrid-6 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .product-item {
    margin-bottom: 0;
  }
  .swiper-wrapper:not(.slick-slider) {
    box-sizing: border-box;
    padding-right: 24px;
  }
  .swiper-wrapper:not(.slick-slider) .swiper-slide {
    width: calc((100% / 6) - 6.666666667px);
  }
  .product-reviews .review-items .review-item .review-content {
    margin: 0 0 0 14%;
  }
  .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;
  }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper .products-wrapper ul li .meta .title {
    font-size: 1.6rem;
    line-height: 120%;
    height: 38px;
  }
  .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: 2.4rem;
  }
  .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;
  }
  .block.newsletter > .content .label * {
    font-size: 3.6rem;
  }
  .block-products-list:not(.alternative) .product-item-actions .actions-primary button.action.tocart.primary::before {
    width: 20px;
    height: 20px;
  }
  .block-products-list:not(.alternative) .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 1.5rem;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 4rem;
  }
  .catalog-product-view .banner_supertopo .slick-slider {
    padding: 0 !important;
  }
  .banners-grid__banner:not(.banners-grid__banner--bigger) .banners-grid__title {
    font-size: 2.8rem;
  }
  .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;
}
.container-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  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;
}
.catalog-product-view section.footer-top-wrapper {
  display: none;
}
.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;
}
.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;
}
.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-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}
.d-flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.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: #0070bb;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar:hover {
  background-color: #005188;
}
.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;
}
