/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*Social colors*/
/*@rating-icon__count: 5;
@rating-icon__font: 'fontello';
@rating-icon__content: @icon-star;
@rating-icon__letter-spacing: -10px;*/
/* Background, cor e peso da fonte dos numeros */
/* Cor, peso e background da paginação ativa */
/*Icone das setas*/
/*Borda e background das setas*/
/**/
/* 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';
}
/* '' */
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../css/source/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: #3c3c3b;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: #3c3c3b;
  border: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 1%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\e81f";
}
[dir="rtl"] .slick-prev:before {
  content: "\e81e";
}
.slick-next {
  right: 1%;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\e81e";
}
[dir="rtl"] .slick-next:before {
  content: "\e81f";
}
/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 30px;
}
.slick-dotted.slick-slider.slick-dotted-inside {
  padding-bottom: 0;
}
.slick-dotted.slick-slider.slick-dotted-inside .slick-dots {
  bottom: 10px;
}
.slick-dotted.slick-slider.slick-dotted-inside .slick-dots li button:before {
  background-color: #ffffff;
}
.slick-dotted.slick-slider.slick-dotted-inside .slick-dots li.slick-active button {
  border-color: #ffffff;
}
.slick-dotted.slick-slider.slick-dotted-inside .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  content: '';
  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%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
}
.slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
}
.slick-dots li.slick-active button:before {
  background-color: #000000;
}
/**
 * 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;
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: 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;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_OrderAmount
 * @author     Extension Team
 * @copyright  Copyright (c) 2015-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.messages {
  word-wrap: break-word;
}
.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;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-wrapper > :nth-child(2) {
  display: block;
}
.product-image-wrapper:hover > :nth-child(1) {
  display: block;
}
.product-image-wrapper:hover > :nth-child(2) {
  display: block;
  z-index: 2;
}
.product-item-minicart .product-item-info-minicart .product-image-wrapper:hover > :nth-child(1) {
  display: none;
}
.fgp-content {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  width: 20%;
}
.freegift-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.freegift-price {
  text-decoration: line-through;
}
.freegif-warning-modal {
  z-index: 9999999 !important;
}
.frgview-link {
  opacity: 0;
}
.freegift-with-purchase {
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.freegift-with-purchase:hover {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.freegift-with-purchase:hover .frgview-link {
  opacity: 1;
}
.freegift-with-purchase.selected {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: url('../Mageants_FreeGift/images/check-mark-verify.png');
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right 5px top 6px;
  background-size: 12px;
}
.freegift-with-purchase.selected .frgview-link {
  opacity: 1;
}
.config-product-option {
  width: 100px;
  margin-top: 10px;
  display: inline-block;
}
.catalog-product-view .product.media {
  position: relative;
}
.mgfree-label {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
}
/* Remove New Address button from checkout */
.checkout-shipping-address div#checkout-step-shipping div.new-address-popup {
  display: none;
}
/*
 * Copyright (c) 2025. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */
[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'cart2quote-iconset' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
/* Icons */
.icon-c2q-plus:before {
  content: '\e909';
}
.icon-c2q-dustbin:before {
  content: '\e906';
}
.icon-c2q-edit:before {
  content: '\e907';
}
.icon-c2q-reload:before {
  content: '\e908';
}
.icon-c2q-quote:before {
  content: '\e904';
}
.icon-c2q-delete:before {
  content: '\e905';
}
.icon-c2q-arrow-bottom:before {
  content: '\e900';
}
.icon-c2q-arrow-left:before {
  content: '\e901';
}
.icon-c2q-arrow-right:before {
  content: '\e902';
}
.icon-c2q-arrow-top:before {
  content: '\e903';
}
.icon-c2q-dustbin-luma:before {
  content: '\e910';
}
.icon-c2q-edit-luma:before {
  content: '\e911';
}
.block-miniquote .items-total {
  float: none;
  margin: 0 10px;
}
.block-miniquote .items-total .count {
  font-weight: 700;
}
.block-miniquote .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-miniquote .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-miniquote .subtitle {
  display: none;
}
.block-miniquote .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-miniquote .text.empty {
  text-align: center;
}
.block-miniquote .block-content > .actions {
  margin-top: 15px;
}
.block-miniquote .block-content > .actions > .secondary {
  text-align: center;
}
.block-miniquote .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-miniquote .block-content > .actions > .primary .action.primary {
  display: block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  width: 100%;
}
.block-miniquote .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-miniquote .block-category-link {
  margin: 15px 0 0;
  text-align: center;
}
.block-miniquote .block-product-link {
  margin: 15px 0 0;
  text-align: center;
}
.block-miniquote .block-cms-link {
  margin: 15px 0 0;
  text-align: center;
}
.block-miniquote .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.miniquote-wrapper {
  display: inline-block;
  float: right;
}
.miniquote-wrapper:before {
  content: '';
  display: table;
}
.miniquote-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.miniquote-wrapper .action.showquote {
  cursor: pointer;
  display: inline-block;
  margin: 3px 0;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
.miniquote-wrapper .action.showquote:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 28px;
  color: #757575;
  content: '\e904';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-wrapper .action.showquote:hover:before {
  color: #333333;
}
.miniquote-wrapper .action.showquote .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  clip: auto;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: -2px 0 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-shadow: 0 0 7px #000000;
  white-space: normal;
}
.miniquote-wrapper .action.showquote .counter.qty.empty {
  display: none;
}
.miniquote-wrapper .action.showquote .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-wrapper .action.showquote .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-wrapper .action.showquote.active {
  display: inline-block;
  text-decoration: none;
}
.miniquote-wrapper .action.showquote.active:before {
  color: #333333;
}
.miniquote-wrapper .block-miniquote {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  list-style: none none;
  margin: -28px 0 0 0;
  min-width: 0;
  padding: 25px 20px;
  position: absolute;
  right: 5px;
  top: 100%;
  width: 390px;
  z-index: 100;
}
.miniquote-wrapper .block-miniquote li {
  margin: 0;
}
.miniquote-wrapper .block-miniquote li:hover {
  cursor: pointer;
}
.miniquote-wrapper .block-miniquote:before {
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: 83px;
  top: -12px;
  width: 0;
  z-index: 99;
}
.miniquote-wrapper .block-miniquote:after {
  border: solid 7px;
  border-color: transparent transparent #bbbbbb transparent;
  content: '';
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: 82px;
  top: -14px;
  width: 0;
  z-index: 98;
}
.miniquote-wrapper .block-miniquote .block-title {
  display: none;
}
.miniquote-wrapper .product .actions {
  float: right;
  margin: -24px -5px 0 0;
}
.miniquote-wrapper .product .actions > .primary {
  display: inline;
}
.miniquote-wrapper .product .actions > .primary:not(:last-child) {
  margin-right: 10px;
}
.miniquote-wrapper .product .actions > .secondary {
  display: inline;
}
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 10px;
}
.miniquote-wrapper .action.close {
  -moz-box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  font-weight: 400;
  height: 40px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 0;
  width: 40px;
  display: inline-block;
  text-decoration: none;
}
.miniquote-wrapper .action.close:focus {
  background: none;
  border: none;
}
.miniquote-wrapper .action.close:active {
  background: none;
  border: none;
}
.miniquote-wrapper .action.close:active:before {
  color: inherit;
}
.miniquote-wrapper .action.close:hover {
  background: none;
  border: none;
}
.miniquote-wrapper .action.close:hover:before {
  color: inherit;
}
.miniquote-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e905';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-wrapper .action.close:before {
  overflow: hidden;
  text-align: center;
}
.miniquote-wrapper .action.close.disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.miniquote-wrapper .action.close[disabled] {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.miniquote-wrapper .miniquote-widgets {
  margin-top: 15px;
}
.minicart-wrapper {
  position: inherit;
}
.minicart-wrapper .block-miniquote {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: none;
  list-style: none none;
  margin: 8px 0 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.miniquote-wrapper.active {
  overflow: visible;
}
.miniquote-wrapper.active .block-miniquote {
  display: block;
  margin-top: -24px;
}
.cart2quote-accept-checkout-btn {
  float: right;
}
.cart2quote-print-quote-btn {
  float: right;
  margin-bottom: 5px;
  margin-right: 168px;
}
fieldset[disabled] .miniquote-wrapper .action.close {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
.miniquote-items-wrapper {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  clear: both;
  margin: 0 -20px;
  max-height: 714px;
  overflow-x: auto;
  padding: 15px;
}
.miniquote-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.miniquote-items .product-item {
  padding: 20px 0;
}
.miniquote-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.miniquote-items .product-item:first-child {
  padding-top: 0;
}
.miniquote-items .product-item-pricing .label {
  display: inline-block;
  width: auto;
}
.miniquote-items .price-miniquote {
  margin-bottom: 5px;
}
.miniquote-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.miniquote-items .product-item-name a {
  color: #1979c3;
}
.miniquote-items .product-item-details {
  padding-left: 88px;
}
.miniquote-items .product-item-details .price {
  font-weight: 700;
}
.miniquote-items .product-item-details .price-including-tax {
  margin: 5px 0;
}
.miniquote-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.miniquote-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.miniquote-items .product-item-details .details-qty {
  margin-top: 10px;
}
.miniquote-items .product > .product-item-photo {
  float: left;
}
.miniquote-items .product > .product-image-container {
  float: left;
}
.miniquote-items .product .toggle {
  border: 0;
  display: block;
  padding: 0 40px 5px 0;
}
.miniquote-items .product .toggle:after {
  color: #8f8f8f;
  font-size: 18px;
  margin: -1px 0 0 2px;
  position: absolute;
}
.miniquote-items .product > .toggle {
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .product > .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .product .active > .toggle {
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .product .active > .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .product.pricing {
  margin-top: 3px;
}
.miniquote-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.miniquote-items .product.options .details {
  display: none;
}
.miniquote-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.miniquote-items .update-quote-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.miniquote-items .action.edit {
  left: 2px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .action.edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-items .action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 20px;
  color: #757575;
  content: '\e911';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .action.edit:before {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.miniquote-items .action.edit:hover:before {
  color: #333333;
}
.miniquote-items .action.edit:active:before {
  color: #757575;
}
.miniquote-items .action.delete {
  position: relative;
  top: 1px;
  display: inline-block;
  text-decoration: none;
}
.miniquote-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.miniquote-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 20px;
  color: #757575;
  content: '\e910';
  font-family: 'cart2quote-iconset';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.miniquote-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.miniquote-items .action.delete:hover:before {
  color: #333333;
}
.miniquote-items .action.delete:active:before {
  color: #757575;
}
.miniquote-items .subtitle {
  display: none;
}
.cart.table-wrapper .actions-toolbar {
  box-sizing: unset;
}
.cart.table-wrapper .cart.main.actions td {
  padding-left: 0;
  padding-right: 0;
}
.cart.table-wrapper .cart.main.actions .action.clear {
  display: initial;
}
.cart.table-wrapper .add-row-tier {
  padding-bottom: 0;
}
.cart.table-wrapper .tiers-block .actions-toolbar {
  padding-bottom: 0;
}
.cart.table-wrapper .field.qty.tier-qty input {
  width: 60px;
}
.cart.table-wrapper .action-addtier.field-tooltip {
  border: 1px solid #c2c2c2;
  bottom: auto;
  display: inline-block;
  height: 36px;
  margin: 0;
  opacity: .5;
  right: 0;
  text-align: center;
  top: 5px;
  width: 60px;
}
.cart.table-wrapper .action-addtier.field-tooltip:hover {
  opacity: 1;
}
.cart.table-wrapper .tier-qty .action-delete:before {
  font-size: 16px;
}
body .cart.table-wrapper .product-item-details {
  padding-bottom: 0;
}
body .cart.table-wrapper .tier-qty .action-delete {
  position: absolute;
  right: -25px;
  top: 12px;
}
body .order-details-items.file-uploads table thead th {
  display: table;
  width: 100%;
}
body .order-details-items.file-uploads table thead td {
  display: table;
  width: 100%;
}
body .order-details-items.file-uploads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .order-details-items.file-uploads ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .order-details-items.file-uploads ul li:nth-child(odd) {
  background: #f5f5f5;
}
body .order-details-items.file-uploads ul li a {
  display: block;
  padding: 10px 20px;
}
body .order-details-items.file-uploads .field-label {
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
}
.actions-toolbar .action-edit {
  float: right;
}
.actions-toolbar .action-delete {
  float: right;
}
.quotation-quote-index .opc-wrapper {
  margin-bottom: 10px;
  padding-right: 0;
  width: 100%;
}
.quotation-quote-index .opc-wrapper .step-content {
  margin-bottom: 20px;
}
.quotation-quote-index .opc-wrapper .title {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
}
.quotation-quote-index .opc-wrapper .opc > .title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px 0;
  padding: 0 0 7px 0;
}
.quotation-quote-index .opc-wrapper .shipping-address-item {
  width: 50% !important;
}
.quotation-quote-index .opc-wrapper .billing-address-details {
  border: 2px solid transparent;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 35px 0 20px;
  position: relative;
  transition: 0.3s border-color;
  vertical-align: top;
  width: 100% !important;
  word-wrap: break-word;
}
.quotation-quote-index .opc-wrapper .fieldset > .field > .label {
  font-weight: 600;
}
.quotation-quote-index .opc-wrapper .fieldset > .fields > .field > .label {
  font-weight: 600;
}
.quotation-quote-index .billing .step-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .billing .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .billing .step-title:after {
  font-weight: bold;
  position: absolute;
  right: 0 !important;
  top: 50%;
}
.quotation-quote-index .billing .billing-same-as-shipping {
  padding: 20px 0;
}
.quotation-quote-index .billing .billing-same-as-shipping label {
  font-weight: 600;
}
.quotation-quote-index .billing.active .step-title {
  border-bottom: 0;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .billing.active .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .shipping .step-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .shipping .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .shipping .step-title:after {
  font-weight: bold;
  position: absolute;
  right: 0 !important;
  top: 50%;
}
.quotation-quote-index .shipping.active .step-title {
  border-bottom: 0;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .shipping.active .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .shipping.active .step-title:after {
  text-align: center;
  overflow: hidden;
  speak: none;
}
.quotation-quote-index .opc-shipping-method .step-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-top: -1px;
  padding: 10px 0;
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .opc-shipping-method .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .opc-shipping-method .step-title:after {
  font-weight: bold;
  position: absolute;
  right: 0 !important;
  top: 50%;
}
.quotation-quote-index .opc-shipping-method.active .step-title {
  border-bottom: 0;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .opc-shipping-method.active .step-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1;
  color: #858585;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  margin: -10px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .cart-summary {
  padding: 15px;
  width: 100%;
}
.quotation-quote-index .hide-field {
  display: none !important;
}
.quotation-quote-index .control.comment {
  margin-top: 10px;
}
.quotation-quote-index .control.comment a {
  position: relative;
  display: block;
  text-decoration: none;
}
.quotation-quote-index .control.comment a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #757575;
  content: '\e900';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .control.comment a:after {
  font-weight: bold;
  position: absolute;
}
.quotation-quote-index .control.comment.active a {
  display: block;
  text-decoration: none;
}
.quotation-quote-index .control.comment.active a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #757575;
  content: '\e903';
  font-family: 'cart2quote-iconset';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quotation-quote-index .control.comment.active a:after {
  font-weight: bold;
  position: absolute;
}
.quotation-quote-index .cart.table-wrapper th.col.qty {
  text-align: center;
}
.quotation-quote-index .cart.table-wrapper td.col.qty {
  padding-bottom: 25px;
}
.quotation-quote-index .cart-container .form.form-cart {
  min-width: 60%;
  padding: 0;
  width: 60%;
}
.cart-summary {
  -webkit-order: 2;
  background: #f5f5f5;
  min-width: 0;
  order: 2;
  padding: 20px;
  width: 100%;
}
.cart-summary .block .title strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.cart-summary .block.active .title {
  border-bottom: 0;
}
.cart-summary .form.form-login {
  background: transparent;
  border-bottom: 0;
  margin: 0;
  max-width: 100%;
  padding-bottom: 0;
  width: 100%;
}
.cart-summary .form.form-login .fieldset .field {
  margin-bottom: 0;
}
.cart-summary .form.methods-shipping {
  background: transparent;
}
.cart-summary .authentication-wrapper button span {
  color: inherit;
}
.cart-summary .form-login {
  border-bottom: 0;
}
.cart-summary .fieldset {
  margin: 0;
}
.cart-summary .co-select-form {
  margin-bottom: 20px;
  margin-top: 0;
}
.cart-summary .co-select-form label {
  font-weight: 600;
}
.cart-summary .co-select-form div {
  padding: 2px 0;
}
.cart-summary .co-guest-form {
  margin-bottom: 15px;
}
.cart-summary .co-guest-form label {
  font-weight: 600;
}
.cart-summary .co-guest-form .co-guest-form-explainer {
  background: #e8e8e8;
  border-radius: 1px;
  display: none;
  font-weight: 400;
  margin: 10px 0 0 0;
  padding: 7px 12px;
}
.cart-summary .co-guest-form input[type='checkbox']:checked + label span.co-guest-form-explainer {
  display: block;
}
.cart-summary .field.choice {
  clear: both;
  display: block;
  float: none;
  margin: 13px 0;
}
.cart-summary .field.choice:first-child {
  margin-top: 0;
}
.cart-summary .field.choice:last-child {
  margin-bottom: 20px;
}
.quote-summary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  background: #f5f5f5;
  float: right;
  margin-bottom: 25px;
  order: 2;
  padding: 1px 20px 25px;
  position: relative;
  width: 48%;
}
div.date-zone {
  font-size: 16px;
  margin: 5px 0;
  text-align: right;
}
.quotation-product-comment {
  margin-top: 10px;
  max-width: 250px;
  min-height: 82px;
  min-width: auto;
}
.movetoquote-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
.movetoquote-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.movetoquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.movetocart-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
.movetocart-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.movetocart-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.directquote-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
.directquote-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.directquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.miniquote-movetocart-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: 100%;
}
.miniquote-movetocart-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.miniquote-movetocart-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.minicart-movetoquote-button {
  border: 2px solid #1979c3;
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: 100%;
}
.minicart-movetoquote-button:hover {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.minicart-movetoquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
div.products-grid .toquote {
  padding: 7px;
  padding-bottom: 10px;
  padding-top: 8px;
  width: auto;
}
div.products-grid .tocart {
  margin: 5px 0;
}
div.list .tocart {
  margin: 5px 0;
}
.product-addtoquote-button {
  background: transparent;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #1979c3;
  font-size: 1.8rem;
  height: 47px;
  width: 100%;
}
.product-addtoquote-button:hover {
  background: #1979c3;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #ffffff;
}
.product-addtoquote-button:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.quote-btn-list {
  background: transparent;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #1979c3;
  width: 100%;
}
.quote-btn-list:hover {
  background: #1979c3;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #ffffff;
}
.quote-btn-list:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #ffffff;
}
.action.upload.secondary {
  background: transparent;
  border: 2px solid #1979c3;
  box-shadow: none;
  color: #1979c3;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.action.upload.secondary:hover {
  background: #1979c3;
  border-color: #1979c3;
  color: #ffffff;
}
.action.upload.secondary:focus {
  background: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
}
.action.upload.secondary:active {
  background: #006bb4;
  border-color: #006bb4;
  color: #ffffff;
}
.product-info-main .product-addtoquote-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  width: 100%;
}
.product-add-form .product-addtoquote-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  width: 100%;
}
.c2q-price {
  font-size: 1.3rem;
  font-weight: 700;
}
.both-prices-excluding {
  margin-bottom: 3px;
  padding-bottom: 4px;
}
.both-prices-excluding span {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
.both-prices-excluding .tax-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.both-prices-excluding .tax-label span {
  display: inline-block;
  font-size: 1.1rem;
}
.both-prices-including {
  padding-bottom: 11px;
}
.both-prices-including span {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
.both-prices-including .tax-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.both-prices-including .tax-label span {
  display: inline-block;
  font-size: 1.1rem;
}
.col.qty .both-prices-including {
  padding-bottom: 45px;
}
.col.qty .both-prices-including:last-child {
  padding-bottom: 0;
}
.col.qty .item {
  font-weight: 700;
}
.col.qty .item .both-prices-including {
  padding-bottom: 45px;
}
.col.qty .item .title {
  display: inline-block;
}
.col.qty .item .content {
  display: inline-block;
}
.price-including span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4.5px 0;
}
.price-including .tax-label {
  padding: 0;
}
.price-excluding span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4.5px 0;
}
.price-excluding span.tax-label {
  padding: 0;
}
.col.tier input[type='radio'] {
  margin: 0;
}
.col.tier div:last-child {
  height: 0;
}
.col.del .action.action-delete {
  color: inherit;
}
.single-price-break {
  height: 3px;
}
.both-prices-break {
  height: 46px;
}
.input-text.tierqty {
  margin-top: 5px !important;
}
button.quoteawish.action.primary.quoteawish {
  display: inline-block !important;
}
button.notquotable.action.primary.notquotable {
  display: inline-block !important;
}
.modal-header {
  text-align: center;
}
.tiers-block {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.add-row-tier.actions-toolbar {
  padding-bottom: 0;
}
.field.qty.tier-qty {
  padding-right: 14px;
  position: relative;
}
.action.action-addtier {
  bottom: -4px;
  color: #757575;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  right: 55px;
  display: block;
  text-decoration: none;
}
.action.action-addtier:hover {
  color: #333333;
  text-decoration: none;
}
.action.action-addtier:hover:before {
  text-decoration: none;
}
.action.action-addtier span {
  display: none;
}
.action.action-addtier:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 36px;
  color: inherit;
  content: '\e909';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.action-addtier:before {
  font-weight: bold;
}
.action.action-addtier:active {
  text-decoration: none;
}
.tier-qty .field-tooltip {
  position: relative;
}
.tier-qty .field-tooltip-content {
  display: none;
  text-align: left;
  top: 0;
}
.action-addtier.field-tooltip:hover + .field-tooltip-content {
  display: block;
  left: auto;
  right: -288px;
}
.customer-email-fieldset {
  padding-bottom: 20px;
}
.quote-details-container {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  float: right;
  padding: 0 0 0 50px;
  width: 40%;
}
.quote-details-container .step-title {
  border-bottom: 1px solid #cccccc;
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.quote-details-container .file-upload-container {
  -webkit-order: 1;
  background: #f5f5f5;
  background: none;
  margin-bottom: 25px;
  order: 1;
  padding: 15px 15px 20px 15px;
  width: 100%;
}
.fieldset > .field:last-child {
  margin-bottom: 20px;
}
.fieldset > .fields > .field:last-child {
  margin-bottom: 20px;
}
.file-upload-container {
  float: right;
  width: 40%;
}
.file-upload-container ul:not(.uploaded-files) {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.file-upload-container ul:not(.uploaded-files) i {
  font-style: normal;
}
.file-upload-container ul.uploaded-files {
  list-style: none;
  margin: 13px 0 0 0;
  padding: 10px 0 0 0;
}
.file-upload-container ul.uploaded-files li {
  padding: 4px 10px 4px 0;
}
.file-upload-container ul.uploaded-files a.action-delete {
  padding-left: 20px;
  position: relative;
}
.file-upload-container ul.uploaded-files a.action-delete i {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0;
}
.file-upload-container ul.uploaded-files.empty {
  margin: 13px 0 5px 0;
  padding: 0;
}
.file-upload-container .upload-header p {
  margin-bottom: 7px;
}
.file-upload-container .upload-row {
  padding: 5px 0;
}
.file-upload-container input[type='text'] {
  padding: 3px 10px;
}
.file-upload-container input[type='file'] {
  width: 100%;
}
.file-upload-container div.upload-row-title {
  padding-right: 10px;
}
.file-upload-container div.upload-message {
  display: none;
}
.file-upload-container .uploaded-files {
  border-top: 1px solid #cccccc;
  list-style: inherit;
  padding: 11px 0 2px 20px;
}
.file-upload-container .uploaded-files:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.file-upload-container li {
  margin: 0;
  padding: 4px 0;
}
.file-upload-container button.action {
  margin-top: 15px;
  width: 100%;
}
.file-upload .upload-header p {
  float: left;
  font-weight: 600;
  width: 50%;
}
.file-upload .upload-row div {
  float: left;
  font-weight: 600;
  width: 50%;
}
.file-upload-container.upload-header p:nth-child(2) {
  padding-left: 10px;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.cart-container * {
  box-sizing: border-box;
}
div .action.secondary.cart2quote-reject-btn {
  float: right;
  margin-bottom: 5px;
  width: 159px;
}
div .action.primary.reject-proposal-button {
  margin-top: 10px;
}
div .return-to-quotation-view-btn {
  height: 33px;
  margin-top: 8px;
}
.rejected-success {
  margin-bottom: 39px;
}
.action.primary.cart2quote-accept-checkout-btn {
  margin-left: 5px;
  margin-top: -32px;
}
button.action.cart2quote-print-quote-btn {
  margin-left: 5px;
  margin-top: -32px;
}
.quote.main.actions.clearfix .action.cart2quote-print-quote-btn {
  margin-left: 5px;
  margin-top: -32px;
}
.quote.main.actions.clearfix .action.primary.cart2quote-accept-checkout-btn {
  margin-top: -4px;
}
.action.primary.checkout.movetoquote.movetoquote-button {
  padding: 14px 17px;
  width: 100%;
}
.action.primary.checkout.movetocart.movetocart-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  width: 100%;
}
.miniquote-movetocart-button {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px;
}
.minicart-movetoquote-button {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
  padding: 5px;
}
.quotation-success {
  text-align: center;
}
.quotation-quote-success-continue-shopping.actions-toolbar .primary {
  float: unset;
}
.quotation-quote-success-continue-shopping {
  text-align: center;
}
.quote-rejected-success-page {
  text-align: center;
}
body.quotation-quote-view .table-order-items .action.action-delete {
  display: inline-block;
  text-decoration: none;
}
body.quotation-quote-view .table-order-items .action.action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: inherit;
  color: #757575;
  content: '\e910';
  font-family: 'cart2quote-iconset';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.quotation-quote-view .table-order-items .action.action-delete:before {
  position: relative;
  right: -10px;
  top: -7px;
}
body.quotation-quote-view .table-order-items .action.action-delete:hover {
  color: #333333;
  text-decoration: none;
}
body.quotation-quote-view .table-order-items .action.action-delete:hover:before {
  color: #333333;
  text-decoration: none;
}
.quote-date.date-zone.created_by {
  float: left;
}
.quote-actions {
  margin-top: 37px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .miniquote-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .miniquote-wrapper {
    margin-top: 10px;
  }
  .cart-summary .checkout-methods-items {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .miniquote-wrapper.active .block-miniquote {
    margin-top: -14px;
  }
  .miniquote-wrapper .block-miniquote {
    right: 15px;
    width: 320px;
  }
  .miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 52px;
  }
  .miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 53px;
  }
  .quotation-quote-index .quote-details-container .authentication-wrapper {
    margin: 0;
  }
  .quotation-quote-index .cart.table-wrapper td.col.qty {
    text-align: right;
  }
  .quotation-quote-index .cart-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .quotation-quote-index .cart-container .form.form-cart {
    -webkit-order: 3;
    min-width: 100%;
    order: 3;
    width: 100%;
  }
  .field.qty.tier-qty {
    padding-right: 0;
    text-align: right;
  }
  .action-addtier.field-tooltip:hover + .field-tooltip-content {
    left: auto;
    right: -80px;
    top: 56px;
    white-space: normal;
  }
  .action-addtier.field-tooltip:hover + .field-tooltip-content:before {
    margin-right: -35px;
    right: 50%;
  }
  .action-addtier.field-tooltip:hover + .field-tooltip-content:after {
    margin-right: -35px;
    right: 50%;
  }
  .quote-details-container {
    padding-left: 0;
    width: 100%;
  }
  .quote-details-container .file-upload-container {
    -webkit-order: 1;
    order: 1;
  }
  body.quotation-quote-index .cart-summary {
    -webkit-order: 1;
    order: 1;
  }
  body.quotation-quote-index .quote-details-container .cart-summary {
    -webkit-order: 2;
    order: 2;
  }
  .cart-summary {
    margin-top: 0;
  }
  .cart-summary .form.form-login {
    padding: 0;
  }
  .cart-summary .form.methods-shipping {
    border: 0;
    padding: 0;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .miniquote-wrapper .block-miniquote {
    width: 290px;
  }
}
@media (min-width: 768px) {
  .miniquote-wrapper {
    margin-left: 13px;
  }
  .quotation-quote-index .cart-summary .block .fieldset .field > .label {
    display: block;
  }
  .product-addtoquote-button {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .quote-btn-list {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .table-comparison .tocart {
    margin-bottom: 5px;
  }
  .product-info-main .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  .product-add-form .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  div.products-grid .toquote {
    min-width: 103px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    width: 100%;
  }
  body.quotation-quote-index .cart-summary {
    float: right;
    max-width: 35%;
    width: 35%;
  }
  body.quotation-quote-index .quote-details-container .cart-summary {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
@media print {
  .miniquote-wrapper {
    margin-left: 13px;
  }
  .quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
  .quotation-quote-index .opc-wrapper .shipping-address-item::before {
    width: 0 !important;
  }
  .quotation-quote-index .opc-wrapper .billing-address-details::before {
    width: 0 !important;
  }
  .quotation-quote-index .authentication-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .quotation-quote-index .quote-details-container .authentication-wrapper {
    margin: 0 0 -21px 0;
  }
  .quotation-quote-index .table-checkout-shipping-method {
    min-width: 0 !important;
    width: 100%;
  }
  .quotation-quote-index .form-cart {
    max-width: 65% !important;
  }
  .quotation-quote-index .item {
    width: 100%;
  }
  .quotation-quote-index .product-item-name {
    width: auto;
  }
  .quotation-quote-index .product-image-container {
    width: 100px;
  }
  .product-addtoquote-button {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .quote-btn-list {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: auto;
  }
  .table-comparison .tocart {
    margin-bottom: 5px;
  }
  .product-info-main .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  .product-add-form .product-addtoquote-button {
    margin-bottom: 15px;
    margin-right: 1%;
    padding: inherit;
    width: 49%;
  }
  div.products-grid .toquote {
    min-width: 103px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    width: 100%;
  }
}
@media speech {
  .miniquote-wrapper .action.showquote:before {
    speak: none;
  }
  .miniquote-wrapper .action.showquote.active:before {
    speak: none;
  }
  .miniquote-wrapper .action.close:before {
    speak: none;
  }
  .miniquote-items .product.options .tooltip.toggle:after {
    speak: none;
  }
  .miniquote-items .action.edit:before {
    speak: none;
  }
  .miniquote-items .action.delete:before {
    speak: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1050px) {
  .quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
  .quotation-quote-index .item {
    width: 100%;
  }
  .quotation-quote-index .product-item-name {
    width: auto;
  }
  .quotation-quote-index .product-image-container {
    width: 100px;
  }
}
@media all and (min-width: 768px) {
  .quotation-quote-index .authentication-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .quotation-quote-index .quote-details-container .authentication-wrapper {
    margin: 0 0 -21px 0;
  }
  .quotation-quote-index .table-checkout-shipping-method {
    min-width: 0 !important;
    width: 100%;
  }
  .quotation-quote-index .opc-wrapper .shipping-address-item::before {
    width: 0 !important;
  }
  .quotation-quote-index .opc-wrapper .billing-address-details::before {
    width: 0 !important;
  }
  .quotation-quote-index .form-cart {
    max-width: 65% !important;
  }
}
@media (max-width: 640px) {
  .col.qty .both-prices-including {
    padding-bottom: 13px;
  }
  .col.qty .item .both-prices-including {
    padding-bottom: 13px;
  }
  .col.tier {
    text-align: right;
  }
  .col.tier input[type='radio'] {
    margin: 2px 5px 0 0;
  }
}
.flags-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none;
}
.flags-container .flag-container-into {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flags-container .flag-item {
  margin: 0;
  margin-bottom: 9px;
}
.flags-container .flag-item .flag {
  display: block !important;
  margin: 0;
  padding: 5px;
  width: 106px;
  background-color: #f0f0f0;
  color: #949494;
  text-align: center;
}
.product-image-wrapper .flag-item.top_left {
  position: absolute !important;
  top: 0;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.top_right {
  position: absolute !important;
  top: 0;
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.center_right {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.center_left {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.lower_left {
  position: absolute !important;
  bottom: 0;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.lower_right {
  position: absolute !important;
  bottom: 0;
  right: 0;
  max-width: 25%;
}
.product.media {
  position: relative !important;
}
.product.media .flag-item.top_left {
  position: absolute !important;
  top: 0;
  left: 0;
  max-width: 10%;
}
.product.media .flag-item.top_right {
  position: absolute !important;
  top: 0;
  right: 0;
  max-width: 10%;
}
.product.media .flag-item.center_right {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 25%;
}
.product.media .flag-item.center_left {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 25%;
}
.product.media .flag-item.lower_left {
  position: absolute !important;
  bottom: 110px;
  left: 0;
  max-width: 10%;
}
.product.media .flag-item.lower_right {
  position: absolute !important;
  bottom: 110px;
  right: 0;
  max-width: 10%;
}
body {
  margin: 0;
  padding: 0;
}
.main-usage-block {
  margin-bottom: 20px;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.main-usage-block .fieldset {
  margin-bottom: 0;
}
.main-usage-block .actions-toolbar {
  margin-top: 10px;
}
.main-usage-block .actions-toolbar .primary {
  display: flex;
  align-items: center;
}
.main-usage-block .actions-toolbar .primary .loading-indicator {
  margin-left: 10px;
}
.main-usage-block .select.success {
  border-color: #006400;
  box-shadow: 0 0 5px rgba(0, 100, 0, 0.3);
  transition: all 2s ease;
}
.videoWrap .videoFrame {
  position: relative;
  width: 760px;
  padding-bottom: 56.24%;
}
.videoWrap .videoFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterTierPrice
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-btp-reset {
  display: inline-block;
  text-decoration: none;
  display: none;
}
.mp-btp-reset:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mp-btp-reset:before {
  font-size: inherit;
  line-height: inherit;
}
.mp-btp-reset:before {
  cursor: pointer;
}
.mp-tabular thead tr {
  height: 43px;
  line-height: 20px;
}
.mageprince-faq-collection {
  margin-bottom: 20px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.mageprince-faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.mageprince-faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content a {
  color: #333333;
}
.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.mageprince-faq-collection .ui-state-hover a,
.mageprince-faq-collection .ui-state-hover a:hover,
.mageprince-faq-collection .ui-state-hover a:link,
.mageprince-faq-collection .ui-state-hover a:visited,
.mageprince-faq-collection .ui-state-focus a,
.mageprince-faq-collection .ui-state-focus a:hover,
.mageprince-faq-collection .ui-state-focus a:link,
.mageprince-faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.mageprince-faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.mageprince-faq-collection .ui-state-active,
.mageprince-faq-collection .ui-widget-content .ui-state-active,
.mageprince-faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.mageprince-faq-collection .ui-state-active a,
.mageprince-faq-collection .ui-state-active a:link,
.mageprince-faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.mageprince-faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #198dd3;
  font-weight: bold;
}
.mageprince-faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.mageprince-faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.mageprince-faq-collection .faq-group {
  display: inline-block;
}
.mageprince-faq-collection .faq-group-image {
  border: 1px solid #1979C3;
  padding: 20px;
  margin-right: 25px;
}
.mageprince-faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.mageprince-faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
}
.mageprince-faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.mageprince-faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #ffffff;
}
.mageprince-faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.mageprince-faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.mageprince-faq-collection .ui-accordion .ui-state-default:after {
  content: '\f054';
  font-family: 'FontAwesome';
  float: right;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\f078';
  font-family: 'FontAwesome';
}
.mageprince-faq-collection .collspan-expand-block {
  float: right;
}
.mageprince-faq-loader {
  left: 50%;
  top: 50%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.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;
}
.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;
}
#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%;
  }
}
.banner_topo {
  display: block;
  margin-bottom: 30px;
}
.banner_topo #banner-slider-carousel .slick-prev:before,
.banner_topo #banner-slider-carousel .slick-next:before {
  color: #ffffff;
}
.banner_vantagens #banner-slider-carousel,
.banner_mini_home #banner-slider-carousel,
.banner_footer #banner-slider-carousel,
.banner_supertopo #banner-slider-carousel {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1316px;
  width: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 770px) {
  .banner_vantagens #banner-slider-carousel,
  .banner_mini_home #banner-slider-carousel,
  .banner_footer #banner-slider-carousel,
  .banner_supertopo #banner-slider-carousel {
    width: 98% !important;
  }
}
.banner_vantagens,
.banner_supertopo {
  background-color: #3c3c3b;
  padding: 5px 0;
  color: #ffffff;
}
.banner_vantagens .item-content,
.banner_supertopo .item-content {
  margin: 0;
}
.banner_vantagens p,
.banner_supertopo p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.banner_vantagens i,
.banner_supertopo i {
  font-size: 20px;
  margin-right: 10px;
}
.banner_vantagens strong,
.banner_supertopo strong {
  margin: 0 5px;
}
.banner_vantagens .item-image,
.banner_supertopo .item-image,
.banner_vantagens .item-image a,
.banner_supertopo .item-image a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 22px;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  white-space: nowrap;
}
.banner_vantagens .item-image img,
.banner_supertopo .item-image img,
.banner_vantagens .item-image a img,
.banner_supertopo .item-image a img {
  max-width: 20px;
  margin-right: 10px;
}
.banner_mini_home {
  position: relative;
  z-index: 3;
}
.banner_mini_home 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_mini_home ul li {
  margin: 0;
}
.banner_mini_home ul li a {
  display: block;
  position: relative;
  text-align: center;
}
.banner_mini_home ul li a:after {
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms eases all ease-in;
  -webkit-transition: all 300ms ease 0.5s ease;
  -moz-transition: all 300ms ease 0.5s ease;
  -o-transition: all 300ms ease 0.5s ease;
  -ms-transition: all 300ms ease 0.5s ease;
  transition: all 300ms ease 0.5s ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.banner_mini_home ul li a img {
  display: block;
  margin: 0;
}
.banner_mini_home ul li a .banner-title {
  opacity: 0;
  filter: alpha(opacity=0);
  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%);
  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;
  z-index: 3;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.banner_mini_home ul li a .banner-title b,
.banner_mini_home ul li a .banner-title strong {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
}
.banner_mini_home ul li a:hover:after,
.banner_mini_home ul li a:hover .banner-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1316px) {
  .banner_topo .slick-prev {
    left: calc((100% - 1316px) / 2);
  }
  .banner_topo .slick-next {
    right: calc((100% - 1316px) / 2);
  }
}
#product-shipping-form {
  display: block;
  background-color: #f5f5f5;
  margin-top: 30px;
  padding: 20px;
}
#product-shipping-form .fieldset {
  margin: 0;
}
#product-shipping-form .fieldset.fieldsAlign {
  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;
}
#product-shipping-form .fieldset.fieldsAlign .field {
  margin: 0;
  position: relative;
}
#product-shipping-form .fieldset.fieldsAlign .field input {
  width: 100%;
  height: 42px;
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  padding-right: 62px;
}
#product-shipping-form .fieldset.fieldsAlign .field button {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
}
#product-shipping-form .fieldset.fieldsAlign .field a {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  color: #666666;
}
#product-shipping-form .fieldset.fieldsAlign .field a:hover {
  color: #2188c9;
}
#product-shipping-form .fieldset.fieldsAlign .label-form {
  line-height: 1;
  font-size: 12px;
  white-space: nowrap;
  margin-right: 16px;
}
#product-shipping-form .fieldset.fieldsAlign .label-form strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
#product-shipping-form .fieldset .product-shipping-table {
  margin-top: 16px;
}
.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;
  }
}
.ulSocialNetworkLinks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*.justify-content(center);*/
  margin: 0;
}
.ulSocialNetworkLinks > li {
  margin: 0 10px 0 0 !important;
}
.ulSocialNetworkLinks > li > a {
  display: block;
  color: #ffffff;
  transition: all 300ms eases all ease-in;
  -webkit-transition: all 300ms ease 0.5s ease;
  -moz-transition: all 300ms ease 0.5s ease;
  -o-transition: all 300ms ease 0.5s ease;
  -ms-transition: all 300ms ease 0.5s ease;
  transition: all 300ms ease 0.5s ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 38px;
}
.ulSocialNetworkLinks > li > a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  color: #fc3a49;
}
.ulSocialNetworkLinks > li > a:hover:before {
  display: none !important;
}
.ulSocialNetworkLinks > li > a .icon-instagram {
  font-size: 44px;
}
#instagram-wrap {
  display: block;
  width: 100%;
  position: relative;
  margin: 30px auto 15px;
}
#instagram-wrap .iconTitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out 0.5s ease;
  -moz-transition: all 300ms ease-in-out 0.5s ease;
  -o-transition: all 300ms ease-in-out 0.5s ease;
  -ms-transition: all 300ms ease-in-out 0.5s ease;
  transition: all 300ms ease-in-out 0.5s ease;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#instagram-wrap .iconTitle i {
  font-size: 60px;
  font-style: normal;
  color: #3c3c3b;
}
#instagram-wrap .iconTitle:hover {
  margin-top: -5px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
}
#instagram-wrap .block-title {
  margin-bottom: 15px;
}
#instagram-wrap .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
}
#instagram-wrap .block-title strong span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: initial;
  color: #8c8c8c;
}
#instagram-wrap .titleInsta {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 21px;
  color: #000000;
}
#instagram-wrap .titleInsta a {
  font-weight: 600;
}
#instagram-wrap #instafeed a {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&:hover {
				&:before {
					.opacity(1);
				}
				.stats span {
					.opacity(1);
					transform: translateY(0);
				}
			}*/
}
#instagram-wrap #instafeed a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#instagram-wrap #instafeed a icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#instagram-wrap #instafeed a icon:before {
  font-family: 'fontello';
  font-size: 24px;
  font-style: normal;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
#instagram-wrap #instafeed a icon.carousel:before {
  content: '\e821';
}
#instagram-wrap #instafeed a icon.video {
  top: 5px;
}
#instagram-wrap #instafeed a icon.video:before {
  content: '\e820';
  font-size: 32px;
}
#instagram-wrap #instafeed a icon.image {
  display: none;
}
#instagram-wrap #instafeed a .stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 90%;
}
#instagram-wrap #instafeed a .stats span {
  display: block;
  color: #ffffff;
  margin-right: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(15px);
  transition: transform 0.5s ease-in-outs all ease-in;
  -webkit-transition: transform 0.5s ease-in-out 0.5s ease;
  -moz-transition: transform 0.5s ease-in-out 0.5s ease;
  -o-transition: transform 0.5s ease-in-out 0.5s ease;
  -ms-transition: transform 0.5s ease-in-out 0.5s ease;
  transition: transform 0.5s ease-in-out 0.5s ease;
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#instagram-wrap #instafeed a .stats span i {
  margin-right: 5px;
}
#instagram-wrap #instafeed a .stats span.text {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#instagram-wrap #instafeed a:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000, endColorstr=#b3000000);
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms eases all ease-in;
  -webkit-transition: all 300ms ease 0.5s ease;
  -moz-transition: all 300ms ease 0.5s ease;
  -o-transition: all 300ms ease 0.5s ease;
  -ms-transition: all 300ms ease 0.5s ease;
  transition: all 300ms ease 0.5s ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
#instagram-wrap #instafeed.mosaic.grid3,
#instagram-wrap #instafeed.mosaic.grid6,
#instagram-wrap #instafeed.mosaic.grid9,
#instagram-wrap #instafeed.mosaic.grid12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#instagram-wrap #instafeed.mosaic.grid3 a {
  width: calc(100% / 3);
  height: calc(99vw / 3);
}
#instagram-wrap #instafeed.mosaic.grid6 a {
  width: calc(100% / 4);
  height: calc(99vw / 4);
}
#instagram-wrap #instafeed.mosaic.grid9 a {
  width: calc(100% / 4);
  height: calc(99vw / 5);
}
#instagram-wrap #instafeed.mosaic.grid12 a {
  width: calc(100% / 6);
  height: calc(99vw / 6);
}
#instagram-wrap #instafeed.mosaic.grid1 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 25% 25%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid1 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid2 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 25% [main-start] 1fr [main-end] 25%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid2 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid4 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 20% 20% 20%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid4 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid5 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 20% 20% 20% [main-start] 1fr [main-end];
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid5 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid7 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 16.666666667% 16.666666667% 16.666666667% 16.666666667%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid7 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid8 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 16.666666667% 16.666666667% [main-start] 1fr [main-end] 16.666666667% 16.666666667%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid8 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid10 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [main-start] 1fr [main-end] 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857%;
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid10 a:first-child {
  grid-area: main;
}
#instagram-wrap #instafeed.mosaic.grid11 {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% [main-start] 1fr [main-end];
  grid-template-rows: [main-start] 50% 50% [main-end];
  overflow: hidden;
  position: relative;
}
#instagram-wrap #instafeed.mosaic.grid11 a:first-child {
  grid-area: main;
}
.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;
}
@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.
*/
.videoWrapGallery {
  display: block;
  width: 100%;
  padding: 40px 0 30px;
  background-color: #fc3a49;
  background-image: radial-gradient(#3c3c3b 0, #3c3c3b 5px, transparent 6px 0), radial-gradient(#fc3a49 0, #fc3a49 15px, transparent 16px 0), radial-gradient(#fc3a49 0, #fc3a49 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;
  }
}
@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: 1316px;
    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: #f5f5f5;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 0;
  }
  .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: #f5f5f5;
    font-weight: 500;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #000000;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: underline;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #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: #3c3c3b;
    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;
  }
  #headerStarter .logo {
    max-width: 317px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #headerStarter .divisa {
    display: block;
    width: 1px;
    height: 90px;
    background-color: #aeaeae;
  }
  #headerStarter .linksCustomer > li,
  #headerStarter .atendimento > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin: 0;
    line-height: 1;
  }
  #headerStarter .linksCustomer > li > a,
  #headerStarter .atendimento > li > a {
    color: #3c3c3b;
  }
  #headerStarter .linksCustomer > li > a strong,
  #headerStarter .atendimento > li > a strong {
    display: block;
  }
  #headerStarter .linksCustomer > li > a:hover,
  #headerStarter .atendimento > li > a:hover {
    color: #0055ff;
  }
  #headerStarter .linksCustomer > li [class^="icon-"]:before,
  #headerStarter .atendimento > li [class^="icon-"]:before {
    font-size: 24px;
    margin-right: 10px;
    color: #000;
  }
  #headerStarter .linksCustomer ul.quick-access,
  #headerStarter .atendimento ul.quick-access {
    display: none;
    position: absolute;
    top: -24px;
    left: 50%;
    width: 256px;
    background-color: #fff;
    padding: 24px;
    z-index: 10;
    box-shadow: 0 2px 10px 0 #9C9C9C;
    transform: translateX(-50%);
    border-radius: 5px;
  }
  #headerStarter .linksCustomer ul.quick-access li,
  #headerStarter .atendimento ul.quick-access li {
    text-align: center;
  }
  #headerStarter .linksCustomer ul.quick-access li.header,
  #headerStarter .atendimento ul.quick-access li.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    color: #000000;
    text-align: left;
  }
  #headerStarter .linksCustomer ul.quick-access li.header a,
  #headerStarter .atendimento ul.quick-access li.header a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  #headerStarter .linksCustomer ul.quick-access li.header a.strong,
  #headerStarter .atendimento ul.quick-access li.header a.strong {
    display: block;
    font-weight: 600;
  }
  #headerStarter .linksCustomer ul.quick-access li.header a:hover,
  #headerStarter .atendimento ul.quick-access li.header a:hover {
    color: #0055ff;
  }
  #headerStarter .linksCustomer ul.quick-access li.header strong,
  #headerStarter .atendimento ul.quick-access li.header strong {
    display: block;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre p,
  #headerStarter .atendimento ul.quick-access li.cadastre p,
  #headerStarter .linksCustomer ul.quick-access li.login p,
  #headerStarter .atendimento ul.quick-access li.login p {
    position: relative;
    margin-top: 1rem;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre p span,
  #headerStarter .atendimento ul.quick-access li.cadastre p span,
  #headerStarter .linksCustomer ul.quick-access li.login p span,
  #headerStarter .atendimento ul.quick-access li.login p span {
    position: relative;
    background-color: #ffffff;
    padding: 0 5px;
    z-index: 2;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre p:before,
  #headerStarter .atendimento ul.quick-access li.cadastre p:before,
  #headerStarter .linksCustomer ul.quick-access li.login p:before,
  #headerStarter .atendimento ul.quick-access li.login p:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 100%;
    height: 1px;
    background-color: #666;
  }
  #headerStarter .linksCustomer ul.quick-access li.cadastre a,
  #headerStarter .atendimento ul.quick-access li.cadastre a,
  #headerStarter .linksCustomer ul.quick-access li.login a,
  #headerStarter .atendimento ul.quick-access li.login a {
    font-weight: 600;
  }
  #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: #39b54a;
    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: #2d8e3a;
  }
  #headerStarter .linksCustomer ul.quick-access li .btnentrar.btnfacebook,
  #headerStarter .atendimento ul.quick-access li .btnentrar.btnfacebook {
    background: #3b5998 0% 0% no-repeat padding-box;
    border: 1px #C7C7C7 solid;
    font-weight: normal;
    height: 56px;
  }
  #headerStarter .linksCustomer ul.quick-access li .btnentrar.btnfacebook [class^="icon-"]:before,
  #headerStarter .atendimento ul.quick-access li .btnentrar.btnfacebook [class^="icon-"]:before {
    color: white;
  }
  #headerStarter .linksCustomer ul.quick-access li .btnentrar.btngoogle,
  #headerStarter .atendimento ul.quick-access li .btnentrar.btngoogle {
    color: #494948;
    background: #fefefe 0% 0% no-repeat padding-box;
    border: 1px #C7C7C7 solid;
    font-weight: normal;
    margin-top: 5px;
    height: 56px;
  }
  #headerStarter .linksCustomer ul.quick-access li .btnentrar.btngoogle [class^="icon-"]:before,
  #headerStarter .atendimento ul.quick-access li .btnentrar.btngoogle [class^="icon-"]:before {
    margin: 0  10px;
  }
  #headerStarter .linksCustomer:hover ul,
  #headerStarter .atendimento:hover ul {
    display: block;
  }
  #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: #3c3c3b;
  }
  #headerStarter .wishbuttom li a {
    position: relative;
    color: #3c3c3b;
    transition: all 300ms eases all ease-in;
    -webkit-transition: all 300ms ease 0.5s ease;
    -moz-transition: all 300ms ease 0.5s ease;
    -o-transition: all 300ms ease 0.5s ease;
    -ms-transition: all 300ms ease 0.5s ease;
    transition: all 300ms ease 0.5s ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #headerStarter .wishbuttom li a strong {
    display: block;
  }
  #headerStarter .wishbuttom li a:hover {
    color: #0055ff;
  }
  .headerlinks {
    display: none;
  }
  .navigation > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .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.content > .links .widget.block.block-static-block {
    margin: 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;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    position: initial;
    z-index: initial;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    box-shadow: none;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    padding: 20px 30px;
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    padding: 0 0 20px;
  }
  .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col.amrma-details {
    position: static;
  }
  .amrma-status-container {
    margin: 0 35px 50px;
  }
  .amrma-status-container .amrma-percent {
    width: 68%;
  }
  .amrma-status-container .amrma-percent.-status-1 {
    width: 34%;
  }
  .amrma-status-container .amrma-percent.-status-2 {
    width: 68%;
  }
  .amrma-status-container .amrma-step.-complete:before {
    top: -1px;
    width: 20px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
  }
  .amrma-status-container .amrma-step.-checked .amrma-name {
    display: none;
  }
  .amrma-status-container .amrma-steps .amrma-step.-checked {
    margin: 0;
  }
  .amrma-status-container .amrma-step.-pending.-checked {
    text-align: center;
  }
  .amrma-status-container .amrma-step.-pending.-checked:before {
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-step.-checked {
    flex-basis: auto;
    text-align: center;
  }
  .amrma-status-container .amrma-step.-checked:before {
    top: -1px;
    content: attr(data-number);
    background: #1e79c2;
    line-height: 30px;
    color: #fff;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked {
    justify-content: inherit;
    text-align: center;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked:before {
    right: auto;
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-steps > .amrma-step.-checked:after,
  .amrma-status-container .amrma-steps > .amrma-step:after {
    position: absolute;
    left: -38px;
    top: 30px;
    min-width: 100px;
    content: attr(data-label);
    text-align: center;
  }
  .amasty-rma-pager .limiter {
    float: right;
  }
  .amrma-return-select .amrma-select {
    font-size: 14px;
  }
  .amreturns-order-select {
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  .amreturns-order-select .amreturn-select {
    font-size: 14px;
  }
  .amreturns-orders-container {
    flex: 1 1 73%;
    margin: 0;
  }
  .amreturns-orders-container .amreturn-btn {
    margin: 0 20px 0 10px;
  }
  .amreturns-title-container {
    flex: 0 0 20%;
    margin: 0 15px 0 20px;
  }
  .amrma-customer-information {
    flex-direction: row;
  }
  .amrma-customer-information .amrma-customer-name {
    margin: 0;
  }
  .amrma-chat-send .amrma-textarea,
  .amrma-comment-block .amrma-comment,
  .amrma-input-block .amrma-field,
  .amrma-return-qty .amrma-select {
    font-size: 14px;
  }
  .amstorecredit-pager .limiter {
    float: right;
  }
  .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%);
  }
  .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;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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_vantagens ul,
  .banner_supertopo ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .flashSale .container-wrapper {
    padding: 0;
  }
  #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 .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .limiter {
    margin-right: 30px;
  }
  .sorter {
    margin: auto;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .product-main-column .product-info-main {
    width: 33.74%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    /*box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);*/
    padding: 0 0 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-main-column .product.media {
    -webkit-order: 0;
    -ms-order: 0;
    order: 0;
    width: 66.26%;
  }
  .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 16px;
  }
  .product.media .fotorama__nav--thumbs {
    height: 96px !important;
  }
  .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product.media .fotorama__thumb {
    box-shadow: 0 0 0 1px #eee;
  }
  .product.media .fotorama__thumb__arr {
    box-shadow: inset 0 0 0 1px #eee;
    background-color: #fff;
  }
  .product.media .fotorama__stage__frame.fotorama__active {
    box-shadow: inset 0 0 0 1px #eee;
    padding: 1px;
  }
  .product.media .video-thumb-icon:after {
    right: 16px;
    top: 16px;
  }
  .product.media .fotorama__wrap {
    padding-left: 111px;
    padding-right: 111px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product.media .fotorama__wrap .fotorama__stage {
    overflow: inherit;
  }
  .product.media .fotorama__arr.fotorama__arr--prev,
  .product.media .fotorama__arr.fotorama__arr--next {
    box-shadow: inset 0 0 0 1px #eee;
    display: block !important;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    width: 90px;
  }
  .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr,
  .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    background-image: none;
    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;
  }
  .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before,
  .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
    font-family: 'fontello';
    font-size: 40px;
    color: #000000;
  }
  .product.media .fotorama__arr.fotorama__arr--prev {
    left: -111px !important;
  }
  .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
    content: '\E834';
  }
  .product.media .fotorama__arr.fotorama__arr--next {
    right: -111px !important;
  }
  .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
    content: '\E835';
  }
  .block-search {
    position: relative;
    width: 40%;
    z-index: 4;
    margin-right: 0;
  }
  .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    position: static;
    margin: 0;
    padding-right: 36px;
    height: 46px;
    border: 2px solid #3c3c3b;
    border-radius: 4px;
    background: white;
    color: #3c3c3b;
  }
  .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 .action.search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 1;
    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;
    /*&:focus {
                &:before {
                    .lib-css(color, @color-gray20);
                }
            }*/
  }
  .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: 20px;
    line-height: 22px;
    color: #3c3c3b;
    content: '\E875';
    font-family: 'fontello';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  #checkout-step-shipping .form {
    max-width: 660px;
  }
  #checkout-step-shipping .form .fieldset > .field:not(.choice) > .label {
    width: 28%;
  }
  #checkout-step-shipping .form .fieldset > .field:not(.choice) > .control {
    width: 72%;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .login-container .block {
    margin: 0;
    padding: 20px;
  }
  .login-container .block-customer-login {
    margin-right: 15px;
  }
  .login-container .block-new-customer {
    margin-left: 15px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
    width: calc(100% / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 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;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    padding: 0 15px 15px;
    background: #f4f5fa;
    opacity: 0;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #fff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    position: relative;
    z-index: 3;
    background: #f4f5fa;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    z-index: 4;
    visibility: visible;
    opacity: 1;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    top: 0;
    bottom: auto;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    margin: 4px;
    width: calc(50% - 4px * 2);
    height: 84px;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    margin: 0 5px 0 0;
    height: 34px;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    position: absolute;
    display: none;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    border-color: #4776f0;
    background: #4776f0;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    padding: 15px;
    max-width: 175px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    width: 150px;
    height: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .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;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
    width: calc(100% / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.widget .products-grid .itemgrid-1 .product-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block.widget .products-grid .itemgrid-1 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-2 .product-item {
    width: calc(50% - 8px);
    margin-left: 0;
    margin-right: 16px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block.widget .products-grid .itemgrid-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-2 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-3 .product-item {
    width: calc(33.33% - 10.7px);
    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-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-3 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-4 .product-item {
    width: 25%;
    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-4 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-5 .product-item {
    width: calc(20% - 12.8px);
    margin-left: 0;
    margin-right: 16px;
    background-color: #ffffff;
  }
  .block.widget .products-grid .itemgrid-5 .product-item:nth-child(5n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-5 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .itemgrid-6 .product-item {
    width: calc(16.6666666667% - 5px);
    margin-left: 0;
    margin-right: 6px;
    background-color: #ffffff;
  }
  .block.widget .products-grid .itemgrid-6 .product-item:nth-child(6n) {
    margin-right: 0;
  }
  .block.widget .products-grid .itemgrid-6 .product-item .product-item-photo {
    display: block;
  }
  .block.widget .products-grid .product-item {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
  #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;
  }
  .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;
  }
}
/* ==================================================
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 {
  overflow-x: hidden;
}
button:focus,
input:focus,
img,
select:focus,
textarea:focus {
  outline: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
tel {
  white-space: nowrap;
}
.container-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1316px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* Custom Page Layout */
.page-layout-fullcolumn #maincontent {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1440px) and (min-width: 770px) {
  .container-wrapper {
    width: 98% !important;
  }
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
@media (max-width: 991px) {
  .no-margin-mobile {
    margin: 0 !important;
  }
}
/*
 * Copyright (c) 2025. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Extend Parent Theme */
/* Theme Styling */
.page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
.page-title-wrapper .action.cart2quote-print-quote-btn {
  margin-top: -85px;
}
div.page-title-wrapper > form > div > button.action.primary.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.action.cart2quote-print-quote-btn {
  margin-top: -37px;
}
@media (max-width: 1250px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn {
    margin-top: -95px;
  }
}
@media (max-width: 900px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn {
    display: table;
    float: none;
    margin: 20px 0;
    width: auto;
  }
}
@media (max-width: 550px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn {
    display: block;
    float: none;
    margin: 20px 0;
    width: 100%;
  }
}
.block-order-details-view .block-content .box.box-quote-remarks {
  margin: 0;
}
.page-title-wrapper .block.block-order-details-view:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .quotation-quote-view .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .quotation-quote-view .order-status {
    display: table;
  }
}
@media (max-width: 767px) {
  body.account.quotation-quote-view .page-title-wrapper .order-status {
    margin-top: 0;
  }
}
#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;
}
.product-image-wrapper {
  overflow: inherit;
  /*Retirado overflow da imagem para flag de desconto*/
}
.flags-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none;
}
.flags-container .flag-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.flags-container .flag-item {
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin: 0;
  margin-bottom: 0;
}
.flags-container .flag-item.sale {
  position: absolute;
  top: 0;
  left: 0;
}
.flags-container .flag-item.custom-flag {
  font-weight: 600;
}
.flags-container .flag-item .flag {
  display: block;
  width: 100%;
  margin: 0;
  padding: 2px 5px;
  width: auto;
  background-color: #f0f0f0;
  font-size: 11px;
  text-align: center;
  color: #949494;
}
.product-image-wrapper .flag-item.top_left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.top_right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.center_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.center_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.lower_left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .flag-item.lower_right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 25%;
}
.product.media {
  position: relative;
}
.product.media .flag-item.top_left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 10%;
}
.product.media .flag-item.top_right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 10%;
}
.product.media .flag-item.center_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 25%;
}
.product.media .flag-item.center_left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 25%;
}
.product.media .flag-item.lower_left {
  position: absolute;
  bottom: 110px;
  left: 0;
  max-width: 10%;
}
.product.media .flag-item.lower_right {
  position: absolute;
  bottom: 110px;
  right: 0;
  max-width: 10%;
}
.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: #39b54a;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.popup-authentication-custom .modal-content .block-authentication .block-customer-login .block-content .btnentrar:hover {
  background-color: #2d8e3a;
}
.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;
}
.product-items.products-grid .reviews-actions,
.product-items-slider.products-grid .reviews-actions,
.product-items.list .reviews-actions,
.product-items-slider.list .reviews-actions,
.product-items.widget-product-grid .reviews-actions,
.product-items-slider.widget-product-grid .reviews-actions,
.product-items.widget-new-grid .reviews-actions,
.product-items-slider.widget-new-grid .reviews-actions {
  display: none;
}
.product-item .product-reviews-summary {
  margin: 0 0 10px;
}
.product-item .product-reviews-summary .rating-summary {
  display: table-cell;
  left: -2px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.reviewmodal .review-form {
  max-width: inherit;
}
.reviewmodal .modal-title .modal-subtitle {
  font-weight: 700;
}
.reviewmodal .review-field-ratings .review-field-rating .label {
  display: none;
}
.reviewaverage {
  margin-bottom: 20px;
}
.reviewaverage .block-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.reviewaverage .rating-summary.average {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.reviewaverage .rating-summary.average:not(:last-child) {
  margin-bottom: 10px;
}
.reviewaverage .rating-summary.average .n-estrela {
  margin-left: auto;
}
#open-review {
  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;
}
#open-review:focus,
#open-review:active {
  background: none;
  border: none;
}
#open-review:hover {
  background: none;
  border: none;
}
#open-review.disabled,
#open-review[disabled],
fieldset[disabled] #open-review {
  pointer-events: none;
  opacity: 0.5;
}
#open-review.review-button {
  background-image: none;
  background: #3c3c3b;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  font-size: 1.4rem;
  line-height: 5rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: 0 2px 0 0 #222222;
}
#open-review.review-button:focus,
#open-review.review-button:active {
  background: #222222;
  border: none;
  color: #ffffff;
}
#open-review.review-button:hover {
  background: #222222;
  border: none;
  color: #ffffff;
}
#open-review.review-button.disabled,
#open-review.review-button[disabled],
fieldset[disabled] #open-review.review-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items #reviews {
  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;
}
.product.data.items #reviews #product-review-container {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.product.data.items #reviews .review-items .review-item {
  padding: 15px 0;
  border: none;
}
.product.data.items #reviews .review-items .review-item .review-ratings {
  float: none;
  margin-bottom: 10px;
}
.product.data.items #reviews .review-items .review-item .review-title {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.product.data.items #reviews .review-items .review-item .review-ratings ~ .review-content,
.product.data.items #reviews .review-items .review-item .review-ratings ~ .review-details {
  margin-left: 0;
}
.product.data.items #reviews .review-items .review-item .review-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product.data.items #reviews .review-items .review-item .review-details .review-date {
  font-weight: 700;
  margin-left: 5px;
}
.product.data.items #reviews .review-toolbar {
  border: none;
}
.product.data.items #reviews .block.review-add {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}
.product.data.items #reviews .block.review-add .review-form {
  max-width: 100%;
}
.product.data.items #reviews .block.review-add .review-form .fieldset {
  margin-bottom: 25px;
}
.product.data.items #reviews .block.review-add .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.product.data.items #reviews .block.review-add .fieldset > .field:not(.choice) > .control.aligncenter {
  position: relative;
  width: 225px;
  margin: 0 auto;
}
.product.data.items #reviews .block.review-add .fieldset > .field:not(.choice) > .control input[type="text"] {
  height: 42px;
  border-radius: 4px;
}
.product.data.items #reviews .block.review-add .fieldset > .field:not(.choice) > .control textarea {
  border-radius: 4px;
}
.product.data.items #reviews .block.review-add .fieldset > .field .field.choice,
.product.data.items #reviews .block.review-add .fieldset > .fields > .field .field.choice {
  height: 30px;
}
.product.data.items #reviews .block.review-add .block-title {
  display: block;
  text-align: center;
  font-size: 20px;
}
.product.data.items #reviews .review-field-ratings {
  margin-bottom: 25px;
}
.product.data.items #reviews .review-field-ratings .field-error,
.product.data.items #reviews .review-field-ratings div.mage-error[generated] {
  margin-top: 0;
  position: absolute;
  top: 80%;
  text-align: center;
}
.product.data.items #reviews .review-control-vote label:before,
.product.data.items #reviews .review-control-vote:before {
  font-size: 50px;
  height: 50px;
  letter-spacing: -5px;
  line-height: 50px;
}
.product.data.items #reviews .actions-toolbar.review-form-actions {
  margin: 0;
  text-align: center;
}
.product.data.items #reviews .actions-toolbar.review-form-actions .primary.actions-primary {
  width: 100%;
}
.product.data.items #reviews .actions-toolbar.review-form-actions .submitreviewbutton {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
}
.product.data.items #reviews .actions-toolbar.review-form-actions .submitreviewbutton:hover {
  background-color: #333333;
}
.navigation,
.ninjamenus.ninjamenus-desktop,
.magezon-builder,
.left_edge_menu_bar {
  position: initial !important;
}
.left_edge_menu_bar .item-submenu {
  position: absolute !important;
}
.navigation > .ninjamenus.ninjamenus-desktop {
  margin: 0;
  background: #f5f5f5;
}
.navigation > .ninjamenus.ninjamenus-desktop p,
.navigation > .ninjamenus.ninjamenus-desktop a,
.navigation > .ninjamenus.ninjamenus-desktop li {
  color: #4b4f58;
  text-decoration: none;
}
.navigation > .ninjamenus.ninjamenus-desktop .nav-item.ninjamenus-hover > .item-submenu {
  position: fixed !important;
}
.navigation > .ninjamenus.ninjamenus-desktop .magezon-builder {
  display: flex;
}
.navigation > .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item {
  width: 100%;
}
.navigation > .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item .title {
  white-space: nowrap;
  line-height: 65px;
}
.navigation > .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item-button a {
  text-align: center;
}
.navigation > .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item-button a span.title {
  border: 2px solid rgba(111, 97, 128, 0.5);
  border-radius: 4px;
  margin: 11px 0px;
  padding: 0 45px;
  line-height: 39px;
  transition: 0.4s;
}
.navigation > .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item-button a span.title:hover {
  border: 2px solid #6f6180;
}
