body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #2d2d2d;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #2d2d2d;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #ffffff;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #cccccc;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ffffff;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #2d2d2d;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #2d2d2d;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * 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*/
/**/
.abs-reset-list,
.footer.content ul,
.prices-tier,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.footer.content ul > li,
.prices-tier > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .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 {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: none;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.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: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.mgz__actions-switch-checkbox,
.form-pagbank .credit-card-types .item._hidden,
.form-pagbank .field-to-pay._hidden,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
#custom-sliding-cart .minicart-wrapper .action.showcart .counter-label,
.cart.table-wrapper .col.qty .label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.filter-options-content .filter-count-label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.form-pagbank .checkout-payment-method .payments .legend,
.form-pagbank .fieldset.payment-pagbank .legend,
.form-pagbank .fieldset.pagbank-payer-data .legend,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.header.content:before,
.header.content:after,
.form-pagbank .checkout-payment-method .payments .legend:before,
.form-pagbank .checkout-payment-method .payments .legend:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list:before,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item > .product:before,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item > .product:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.header.content:after,
.form-pagbank .checkout-payment-method .payments .legend:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item > .product:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  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;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #ffffff;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #cccccc;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ffffff;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #ffffff;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .details-qty .label:after,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .price-minicart .label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .weee[data-label] .label,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 5px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: none;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #2d2d2d;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.paypal-review-discount .block > .title,
.cart-discount > .title {
  border-top: 1px solid #2d2d2d;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  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;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.paypal-review-discount .block > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.paypal-review-discount .block.active > .content,
.cart-discount.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #2d2d2d;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #2d2d2d;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #ffffff;
}
.message.info a:hover {
  color: #cccccc;
}
.message.info a:active {
  color: #cccccc;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #ffffff;
}
.message.error a:hover {
  color: #cccccc;
}
.message.error a:active {
  color: #cccccc;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #ffffff;
}
.message.warning a:hover {
  color: #cccccc;
}
.message.warning a:active {
  color: #cccccc;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #ffffff;
}
.message.notice a:hover {
  color: #cccccc;
}
.message.notice a:active {
  color: #cccccc;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #ffffff;
}
.message.success a:hover {
  color: #cccccc;
}
.message.success a:active {
  color: #cccccc;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.navigation li.level0 > a {
  text-transform: uppercase;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 20px;
  position: absolute;
  top: 13px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #ffffff;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #ffffff;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/bistwobis/tabacaria/pt_BR/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 5px;
}
button:active {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #25a222;
  border: #25a222;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #35db4e;
  border: #35db4e;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #35db4e;
  border: #35db4e;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  border-top: 1px solid #2d2d2d;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.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;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #2d2d2d;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #8f8f8f;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #ffffff;
}
.pages a.page:hover {
  color: #cccccc;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  background: #ffffff;
  border: none;
  color: #000000;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #000000;
}
.pages .action:hover {
  color: #000000;
  text-decoration: none;
}
.pages .action:active {
  color: #000000;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #000000;
}
.pages .action.next:active:before {
  color: #000000;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  content: '\f006';
  font-family: 'fontello';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #000000;
}
.pages .action.next:active:before {
  color: #000000;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #000000;
}
.pages .action.previous:active:before {
  color: #000000;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  content: '\f007';
  font-family: 'fontello';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #000000;
}
.pages .action.previous:active:before {
  color: #000000;
}
.pages ul.pages-items {
  display: flex;
  align-items: center;
  gap: 2px;
}
.pages ul.pages-items li.item {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
.pages ul.pages-items li.item .page,
.pages ul.pages-items li.item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.pages ul.pages-items li.item:hover {
  background: #0c0c0c;
}
.pages ul.pages-items li.item:hover .page,
.pages ul.pages-items li.item:hover a {
  color: #fff;
}
.pages ul.pages-items li.item.current {
  background: #fff;
}
.pages ul.pages-items li.item.current .page,
.pages ul.pages-items li.item.current a {
  color: #0f0f0f;
}
.pages ul.pages-items .action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #1C1C1C;
  box-shadow: inset 0 0 0 1px #2d2d2d;
  color: #fff;
}
.pages ul.pages-items .action::before {
  color: #fff;
}
.pages ul.pages-items .action:hover {
  background: #0c0c0c;
  color: #fff;
}
.pages ul.pages-items .action:hover::before {
  color: #fff;
}
.pages ul.pages-items .action.previous {
  margin-right: 0;
}
.pages ul.pages-items .action.next {
  margin-left: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 20px 0;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 700;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 18px;
  content: '\F006';
  font-family: 'fontello';
  margin: 0 0 0 3px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  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;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #c02102;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #1f1f1f;
}
body::-webkit-scrollbar-thumb {
  background-color: #dc130594;
  border-radius: 20px;
  border: 3px solid #1f1f1f;
}
.gridrow {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.gridrow.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.gridcolumn {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gridcolumn.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.gridrow,
.gridcolumn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
}
.gridrow.no-wrap,
.gridcolumn.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.gridrow.no-margin,
.gridcolumn.no-margin {
  margin: 0;
}
.gridrow [class^="grid-"],
.gridcolumn [class^="grid-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.gridrow .grid-12,
.gridcolumn .grid-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.gridrow .col-offset-12,
.gridcolumn .col-offset-12 {
  margin-left: 100%;
}
.gridrow .grid-11,
.gridcolumn .grid-11 {
  -webkit-flex-basis: 91.66666667%;
  -ms-flex-basis: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.gridrow .col-offset-11,
.gridcolumn .col-offset-11 {
  margin-left: 91.66666667%;
}
.gridrow .grid-10,
.gridcolumn .grid-10 {
  -webkit-flex-basis: 83.33333333%;
  -ms-flex-basis: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.gridrow .col-offset-10,
.gridcolumn .col-offset-10 {
  margin-left: 83.33333333%;
}
.gridrow .grid-9,
.gridcolumn .grid-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.gridrow .col-offset-9,
.gridcolumn .col-offset-9 {
  margin-left: 75%;
}
.gridrow .grid-8,
.gridcolumn .grid-8 {
  -webkit-flex-basis: 66.66666667%;
  -ms-flex-basis: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.gridrow .col-offset-8,
.gridcolumn .col-offset-8 {
  margin-left: 66.66666667%;
}
.gridrow .grid-7,
.gridcolumn .grid-7 {
  -webkit-flex-basis: 58.33333333%;
  -ms-flex-basis: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.gridrow .col-offset-7,
.gridcolumn .col-offset-7 {
  margin-left: 58.33333333%;
}
.gridrow .grid-6,
.gridcolumn .grid-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.gridrow .col-offset-6,
.gridcolumn .col-offset-6 {
  margin-left: 50%;
}
.gridrow .grid-5,
.gridcolumn .grid-5 {
  -webkit-flex-basis: 41.66666667%;
  -ms-flex-basis: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.gridrow .col-offset-5,
.gridcolumn .col-offset-5 {
  margin-left: 41.66666667%;
}
.gridrow .grid-4,
.gridcolumn .grid-4 {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-basis: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.gridrow .col-offset-4,
.gridcolumn .col-offset-4 {
  margin-left: 33.33333333%;
}
.gridrow .grid-3,
.gridcolumn .grid-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.gridrow .col-offset-3,
.gridcolumn .col-offset-3 {
  margin-left: 25%;
}
.gridrow .grid-2,
.gridcolumn .grid-2 {
  -webkit-flex-basis: 16.66666667%;
  -ms-flex-basis: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.gridrow .col-offset-2,
.gridcolumn .col-offset-2 {
  margin-left: 16.66666667%;
}
.gridrow .grid-1,
.gridcolumn .grid-1 {
  -webkit-flex-basis: 8.33333333%;
  -ms-flex-basis: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.gridrow .col-offset-1,
.gridcolumn .col-offset-1 {
  margin-left: 8.33333333%;
}
.gridrow .no-gutter,
.gridcolumn .no-gutter {
  padding: 0 !important;
}
.gridrow .no-left-gutter,
.gridcolumn .no-left-gutter {
  padding-left: 0 !important;
}
.gridrow .no-right-gutter,
.gridcolumn .no-right-gutter {
  padding-right: 0 !important;
}
.page-header {
  background-color: #0f0f0f;
  margin-bottom: 20px;
  width: 100%;
  z-index: 109;
}
.page-header.off-canvas {
  top: -100%;
  position: fixed;
  transition: 0s all ease-in;
  -webkit-transition: 0 0.5s ease;
  -moz-transition: 0 0.5s ease;
  -o-transition: 0 0.5s ease;
  -ms-transition: 0 0.5s ease;
  transition: 0 0.5s ease;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}
.page-header.off-canvas.fixed {
  position: fixed;
  top: 0;
  transition: all 100ms eases all ease-in;
  -webkit-transition: all 100ms ease 0.5s ease;
  -moz-transition: all 100ms ease 0.5s ease;
  -o-transition: all 100ms ease 0.5s ease;
  -ms-transition: all 100ms ease 0.5s ease;
  transition: all 100ms ease 0.5s ease;
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.header .headerlinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.logo {
  float: none;
  margin: 0;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.atendimentoMobile a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #3c3c3b;
}
.atendimentoMobile a:hover {
  color: #ffffff;
}
.atendimentoMobile a[href^='tel:'],
.atendimentoMobile a[href*="whatsapp"] {
  white-space: nowrap;
}
.atendimentoMobile a[href^='tel:']:before,
.atendimentoMobile a[href*="whatsapp"]:before {
  display: inline-block;
  font-family: 'fontello';
  font-weight: 400;
  width: 18px;
  margin-right: 0;
}
.atendimentoMobile a[href^='tel:']:before {
  content: '\E806';
}
.atendimentoMobile a[href*="whatsapp"]:before {
  content: '\f232';
}
.loginMobile,
.atendimentoMobile {
  display: none;
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  ul.quick-access.atendimentoWrapper {
    transform: translateX(-70%) !important;
  }
}
.footer-top {
  margin-top: 25px;
}
.footer-top .footer-lorem-ipsum {
  display: block;
  background-color: #fff;
  padding: 28px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
}
.footer-top .footer-lorem-ipsum h1,
.footer-top .footer-lorem-ipsum h2,
.footer-top .footer-lorem-ipsum h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 0;
}
.footer-top .footer-lorem-ipsum p {
  margin: 0;
  font-size: 20px;
  color: #898686;
}
.footer-top .footer-lorem-ipsum a {
  color: #DC1305;
}
.footer-top .footer-lorem-ipsum a:hover {
  text-decoration: underline;
}
.footer-top .footer-top-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  background: #DC1305;
  background: linear-gradient(92.45deg, #dc1305 -0.39%, #620a04 76.44%, #dc1305 153.26%);
}
.footer-top .newsletter {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (max-width: 1440px) and (min-width: 770px) {
  .footer-top .newsletter {
    width: 98% !important;
  }
}
.page-footer {
  background-color: #0F0F0F;
}
.footer.content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer.content .blockfootertitle {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer.content .switcher.store {
  display: inline-block;
  padding-right: 50px;
  vertical-align: top;
}
.footer.content > .links {
  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-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
.footer.content > .links .footer-about {
  width: 100%;
  max-width: 28.61%;
}
.footer.content > .links .footer-about img {
  margin-bottom: 12px;
}
.footer.content > .links .footer-about p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
}
.footer.content > .links .footer-about a {
  color: #dc1305;
  font-size: 16px;
  font-weight: 400;
}
.footer.content > .links .footer-about a:hover {
  text-decoration: underline;
  font-weight: 600;
}
.footer.content > .links .footer-contacts {
  width: 100%;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper {
  gap: 60px;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper .footer-block.minha-conta {
  min-width: 260px;
  margin-bottom: 24px;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper .footer-block .footer-links {
  padding-left: 6px;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper a {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  height: 1px;
  width: 100%;
  transform: scaleX(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;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper a:hover {
  color: #fff;
}
.footer.content > .links .footer-contacts .footer-custom-wrapper a:hover:after {
  transform: scaleX(1);
}
.footer.content > .links .footer-contacts-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-self: flex-end;
  -ms-justify-self: flex-end;
  justify-self: flex-end;
  min-width: 260px;
}
.footer.content > .links .footer-contacts-content a {
  color: #fff;
}
.footer.content > .links .footer-contacts-content a.wpp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.footer.content > .links .footer-contacts-content a.wpp span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
}
.footer.content > .links .footer-contacts-content a.wpp tel {
  font-size: 18px;
  font-weight: 700;
}
.footer.content > .links .footer-contacts-content a.wpp::before {
  content: '\F232';
  font-family: 'fontello';
  font-size: 30px;
  line-height: 1;
}
.footer.content > .links .footer-contacts-content a.email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
}
.footer.content > .links .footer-contacts-content a.email span {
  position: relative;
}
.footer.content > .links .footer-contacts-content a.email span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  height: 1px;
  width: 100%;
}
.footer.content > .links .footer-contacts-content a.email::before {
  content: '\E976';
  font-family: 'fontello';
  font-size: 25px;
  margin-right: 4px;
}
.footer.content > .links .social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  margin-top: 46px;
}
.footer.content > .links .social-links a {
  color: #fff;
  font-size: 18px;
  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;
}
.footer.content > .links .social-links a:hover {
  color: #dc1305;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.rodapeItens {
  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;
  margin: 0 -10px 0;
}
.rodapeItens .rodapeItem {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px;
}
.rodapeItens .rodapeItem dt {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.rodapeItens .rodapeItem dt span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  color: #fff;
}
.rodapeItens .rodapeItem dt:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.rodapeItens .rodapeItem dd {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.rodapeItens .rodapeItem dd p {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.rodapeItens .rodapeItem dd.seloList {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.rodapeItens .rodapeItem dd.seloList img {
  max-height: 42px;
}
.customcopyright {
  display: block;
  background-color: #0F0F0F;
  padding: 64px 0 32px;
  color: #fff;
  border-top: 1px solid #515151;
}
.customcopyright a {
  color: #fff;
}
.customcopyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.customcopyright .copyright {
  margin-top: 20px;
  font-size: 12px;
}
.customcopyright .copyright .copyrightText {
  display: block;
  margin-bottom: 7px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.customcopyright .copyright .boxBis {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customcopyright .copyright .boxBis li img {
  display: block;
  width: 94px;
  margin-top: 5px;
}
/* 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;
  width: 100%;
}
.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: unset;
  margin-right: unset;
}
.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('../../frontend/bistwobis/tabacaria/pt_BR/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/bistwobis/tabacaria/pt_BR/css/fonts/slick.woff') format('woff'), url('../../frontend/bistwobis/tabacaria/pt_BR/css/fonts/slick.ttf') format('truetype'), url('../../frontend/bistwobis/tabacaria/pt_BR/css/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('../../frontend/bistwobis/tabacaria/pt_BR/css/source/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  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: 48px;
  height: 48px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff !important;
  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;
  border-radius: 10px;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  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: 32px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  padding: 0;
  -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: "\E809";
}
[dir="rtl"] .slick-prev:before {
  content: "\E808";
}
.slick-next {
  right: 1%;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\E808";
}
[dir="rtl"] .slick-next:before {
  content: "\E809";
}
/* 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.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/bistwobis/tabacaria/pt_BR/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1440px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
._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-gift-wrap:not(.-active) {
  display: none;
}
.amwrap-list {
  padding: 0;
  list-style: none;
}
.-amwrap-disabled,
.-loading {
  opacity: .3;
  pointer-events: none;
}
.amwrap-gift_message {
  word-break: break-word;
}
.amwrap-price-container .price-including-tax + .price-excluding-tax:before {
  font-weight: 400;
}
.am-checkout.-modern .amwrap-gift-button {
  margin: 0 0 20px 0;
}
.am-checkout.-modern .amwrap-item-details > .amwrap-header {
  padding: 0 15px 0 0;
}
.am-checkout.-modern .amwrap-checkout-product > .amwrap-image {
  margin: 0 15px 0 0;
}
.ie11 .amwrap-items-list {
  display: block;
}
.amwrap-popup-block {
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 10px;
  background: rgba(49, 49, 49, 0.6);
}
.amwrap-popup-block ::-webkit-scrollbar {
  width: 5px;
}
.amwrap-popup-block ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c5c5c5;
}
.amwrap-popup-block ::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
.amwrap-popup-block.-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amwrap-popup-block .amwrap-close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.amwrap-popup-block .amwrap-popup {
  animation: slideDown .2s;
  display: flex;
  position: relative;
  z-index: 9;
  flex-direction: column;
  overflow: auto;
  box-sizing: border-box;
  margin: auto;
  padding: 15px;
  min-height: 100%;
  max-width: 520px;
  max-height: 100%;
  width: 100%;
  height: initial;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 56, 89, 0.4);
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.amwrap-popup-block .amwrap-existing-section {
  margin: 0 -5px;
}
.amwrap-popup-block .amwrap-existing-section > .amwrap-btn {
  margin: 0 5px 10px;
  max-width: calc(50% - 10px);
}
.amwrap-popup-title {
  margin: 10px 0 25px 0;
  padding: 0 0 15px 0;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.amwrap-popup-title .amwrap-description {
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  font-size: 12px;
}
.ie11 .amwrap-popup-title .amwrap-description {
  word-break: break-all;
}
.ie11 .amwrap-popup-title .amwrap-description {
  word-break: break-all;
}
.amwrap-popup-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 100%;
}
.-edit-wrap .amwrap-popup-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.-edit-wrap .amwrap-popup-title > .amwrap-title {
  margin: 0;
}
.-edit-wrap .amwrap-popup-title > .amwrap-description {
  margin: 0;
  padding: 0 0 0 5px;
  font-weight: 600;
  font-size: inherit;
}
.ie11 .amwrap-popup-block .amwrap-popup {
  display: block;
  margin: 0;
  min-height: inherit;
}
.amwrap-pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.5s ease;
  -moz-transition: 0.1 0.5s ease;
  -o-transition: 0.1 0.5s ease;
  -ms-transition: 0.1 0.5s ease;
  transition: 0.1 0.5s ease;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 155px;
  height: 1px;
  background: #c2c2c2;
  list-style: none;
  counter-reset: page-number;
}
.amwrap-pagination-block:after {
  transition: 0.5s all ease-in;
  -webkit-transition: 0.5 0.5s ease;
  -moz-transition: 0.5 0.5s ease;
  -o-transition: 0.5 0.5s ease;
  -ms-transition: 0.5 0.5s ease;
  transition: 0.5 0.5s ease;
  -webkit-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: #1e79c2;
  content: '';
}
.amwrap-pagination-block.-step-1:after {
  width: 50%;
}
.amwrap-pagination-block.-step-2:after {
  width: 100%;
}
.amwrap-pagination-block .amwrap-page {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in;
  -webkit-transition: 0.3 0.5s ease;
  -moz-transition: 0.3 0.5s ease;
  -o-transition: 0.3 0.5s ease;
  -ms-transition: 0.3 0.5s ease;
  transition: 0.3 0.5s ease;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
  position: relative;
  z-index: 1;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c2c2c2;
  color: #fff;
}
.amwrap-pagination-block .amwrap-page:before {
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: counter(page-number);
  counter-increment: page-number;
  font-size: 0;
}
.amwrap-pagination-block .amwrap-page:after {
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 49%;
  left: 100%;
  width: 0;
  height: 1px;
  background: #1e79c2;
  content: '';
}
.amwrap-pagination-block .amwrap-page:not(:last-child) {
  margin-right: 50px;
}
.amwrap-pagination-block .amwrap-page.-active {
  width: 25px;
  height: 25px;
  background: #1e79c2;
}
.amwrap-pagination-block .amwrap-page.-active:before {
  font-size: inherit;
}
.amwrap-pagination-block .amwrap-page.-checked {
  position: relative;
  background: #1e79c2;
}
.amwrap-pagination-block .amwrap-page.-checked:after {
  width: 60px;
}
.amwrap-pagination-block .amwrap-page.-checked:before {
  margin: 0 0 3px 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  transform: rotate(45deg);
  width: 2px;
  height: 4px;
}
.amwrap-toolbar-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amwrap-toolbar-block .amwrap-title {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  max-width: 55%;
  white-space: normal;
  font-weight: 600;
  font-size: 16px;
}
.ie11 .amwrap-toolbar-block .amwrap-title {
  word-break: break-all;
}
.ie11 .amwrap-toolbar-block .amwrap-title {
  word-break: break-all;
}
.-edit-wrap .amwrap-toolbar-block {
  justify-content: flex-end;
}
.-edit-wrap .amwrap-toolbar-block .amwrap-title {
  display: none;
}
.amwrap-popup-block .amwrap-steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
  width: 100%;
}
.amwrap-popup-block .amwrap-btn-toolbar {
  align-items: flex-end;
  flex-grow: 1;
}
.amwrap-popup-block .amwrap-items-list .amwrap-btn-toolbar {
  margin: 0;
}
.amwrap-gift-wrap .slick-slide {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
}
.amwrap-gift-wrap .slick-slider {
  padding: 0 18px;
}
.amwrap-gift-wrap .slick-track {
  display: flex;
}
.amwrap-gift-wrap .slick-arrow {
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.amwrap-gift-wrap .slick-arrow:hover {
  filter: brightness(0.5);
}
.amwrap-popup-block .amwrap-gift-wrap.-active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}
._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;
}
.amwrap-close-btn {
  padding: 15px;
}
.amwrap-close-btn,
.amwrap-close-btn:focus,
.amwrap-close-btn:hover,
.amwrap-close-btn:active,
.amwrap-close-btn:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amwrap-close-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%);
}
.amwrap-close-btn:after {
  display: block;
  width: 10px;
  content: url('../../frontend/bistwobis/tabacaria/pt_BR/Amasty_GiftWrap/icons/close.svg');
}
.amwrap-edit-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%);
}
.amwrap-edit-btn:after {
  width: 15px;
  height: 15px;
  content: url('../../frontend/bistwobis/tabacaria/pt_BR/Amasty_GiftWrap/icons/edit.svg');
}
.amwrap-trash-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%);
}
.amwrap-trash-btn:after {
  width: 14px;
  content: url('../../frontend/bistwobis/tabacaria/pt_BR/Amasty_GiftWrap/icons/trash.svg');
}
.amwrap-trash-btn,
.amwrap-edit-btn {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.5s ease;
  -moz-transition: 0.1 0.5s ease;
  -o-transition: 0.1 0.5s ease;
  -ms-transition: 0.1 0.5s ease;
  transition: 0.1 0.5s ease;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
}
.amwrap-trash-btn,
.amwrap-edit-btn,
.amwrap-trash-btn:focus,
.amwrap-edit-btn:focus,
.amwrap-trash-btn:hover,
.amwrap-edit-btn:hover,
.amwrap-trash-btn:active,
.amwrap-edit-btn:active,
.amwrap-trash-btn:not(.primary),
.amwrap-edit-btn:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amwrap-trash-btn:hover:after,
.amwrap-edit-btn:hover:after {
  color: #1e79c2;
}
.amwrap-trash-btn:after,
.amwrap-edit-btn:after {
  display: block;
  color: #9b9b9c;
}
.amwrap-chevron {
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.amwrap-chevron:after,
.amwrap-chevron:before {
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 6px;
  height: 1px;
  background: #026bb3;
  content: '';
}
.amwrap-chevron:after {
  transform: rotate(-45deg) translate(-2px, 1px);
}
.amwrap-chevron:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.amwrap-chevron.-right {
  margin: 0 0 0 10px;
}
.amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.5s ease;
  -moz-transition: 0.1 0.5s ease;
  -o-transition: 0.1 0.5s ease;
  -ms-transition: 0.1 0.5s ease;
  transition: 0.1 0.5s ease;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  min-width: 85px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #4190c6;
  font-weight: normal;
  font-style: normal;
  opacity: .3;
  cursor: pointer;
  pointer-events: none;
}
.amwrap-btn:hover,
.amwrap-btn:active,
.amwrap-btn:focus {
  border: none;
  background: none;
  box-shadow: none;
}
.amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto;
}
.amwrap-btn.-empty {
  box-shadow: none;
  color: #98afc1;
  opacity: 1;
  pointer-events: auto;
}
.amwrap-btn.-empty:hover {
  color: #026bb3;
}
.amwrap-btn.-empty.-hidden {
  display: none;
}
.amwrap-btn.-primary {
  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.-primary.-active {
  opacity: 1;
  pointer-events: auto;
}
.amwrap-btn.-primary.-hidden {
  display: none;
}
.amwrap-btn.-primary:disabled {
  opacity: .3;
  pointer-events: none;
}
.amwrap-btn.-primary:active {
  border-color: #1e79c2;
  background: #1e79c2;
  box-shadow: none;
  color: #fff;
}
.amwrap-btn.-primary:active:hover {
  background: #1b6bac;
}
.amwrap-btn.-primary:active .amwrap-chevron {
  transform: translateX(5px);
}
.amwrap-btn.-primary:active .amwrap-chevron:after,
.amwrap-btn.-primary:active .amwrap-chevron:before {
  background-color: #fff;
}
.amwrap-btn.-primary.-active {
  border: 1px solid #4190c6;
}
.amwrap-btn.-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  color: #4190c6;
  border-color: #1e79c2;
  background: #1e79c2;
  box-shadow: none;
  color: #fff;
}
.amwrap-btn.-fill.-active {
  opacity: 1;
  pointer-events: auto;
}
.amwrap-btn.-fill.-hidden {
  display: none;
}
.amwrap-btn.-fill:disabled {
  opacity: .3;
  pointer-events: none;
}
.amwrap-btn.-fill:hover {
  background: #1b6bac;
}
.amwrap-gift-button > .amwrap-btn {
  height: 35px;
}
.amwrap-checkbox-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.amwrap-checkbox-block .amwrap-text {
  padding: 1px 0 0 10px;
  color: #333;
  word-wrap: break-word;
  font-style: normal;
  overflow-wrap: break-word;
}
.amwrap-checkbox-block .amwrap-input {
  display: none;
}
.amwrap-checkbox-block .amwrap-input:checked ~ .amwrap-mark {
  border-color: #1979c3;
  background-color: #1979c3;
}
.amwrap-checkbox-block .amwrap-input:checked ~ .amwrap-mark:after {
  display: block;
}
.amwrap-checkbox-block .amwrap-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.5s ease;
  -moz-transition: 0.1 0.5s ease;
  -o-transition: 0.1 0.5s ease;
  -ms-transition: 0.1 0.5s ease;
  transition: 0.1 0.5s ease;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  background-color: #fff;
  cursor: pointer;
}
.amwrap-checkbox-block .amwrap-mark:hover {
  border-color: #1979c3;
}
.amwrap-checkbox-block .amwrap-mark:after {
  margin: 0 0 3px 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  transform: rotate(45deg);
  display: none;
  width: 4px;
  height: 6px;
}
.amwrap-checkbox-block:focus .amwrap-mark {
  border-color: #1979c3;
  background-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amwrap-message.-error-message {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  margin: 0 0 25px 0;
}
.amwrap-message.-error-message a {
  color: #ffffff;
}
.amwrap-message.-error-message a:hover {
  color: #cccccc;
}
.amwrap-message.-error-message a:active {
  color: #cccccc;
}
.amwrap-message.-success-message {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  margin: 0 0 25px 0;
}
.amwrap-message.-success-message a {
  color: #ffffff;
}
.amwrap-message.-success-message a:hover {
  color: #cccccc;
}
.amwrap-message.-success-message a:active {
  color: #cccccc;
}
.amwrap-message.-warning-message {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  margin: 0 0 25px 0;
}
.amwrap-message.-warning-message a {
  color: #ffffff;
}
.amwrap-message.-warning-message a:hover {
  color: #cccccc;
}
.amwrap-message.-warning-message a:active {
  color: #cccccc;
}
.amwrap-message.-top {
  margin: 30px 0 10px;
}
.amwrap-popup .mage-error[generated] {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  margin: 7px 0 0;
  padding: 5px;
  min-width: 200px;
  border: 1px solid #ffbdbc;
  box-shadow: 0 3px 5px #d7e0ea;
  white-space: normal;
}
.amwrap-popup .mage-error[generated] a {
  color: #ffffff;
}
.amwrap-popup .mage-error[generated] a:hover {
  color: #cccccc;
}
.amwrap-popup .mage-error[generated] a:active {
  color: #cccccc;
}
.amwrap-popup .mage-error[generated]:before {
  position: absolute;
  right: 5px;
  bottom: 100%;
  display: block;
  border: 5px solid;
  border-color: transparent #ff9b9a transparent transparent;
  content: '';
  transform: rotate(90deg);
}
.amwrap-popup .amwrap-items-list input.mage-error,
.amwrap-popup .amwrap-items-list select.mage-error,
.amwrap-popup .amwrap-items-list textarea.mage-error {
  border-color: #e02b27;
}
.amwrap-items-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amwrap-items-list:not(.-active) {
  display: none;
}
.amwrap-items-list .amwrap-btn {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.5s ease;
  -moz-transition: 0.1 0.5s ease;
  -o-transition: 0.1 0.5s ease;
  -ms-transition: 0.1 0.5s ease;
  transition: 0.1 0.5s ease;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  align-self: flex-end;
}
.amwrap-items-list .amwrap-btn-toolbar {
  flex-grow: 1;
  margin: 0 0 10px 0;
}
.amwrap-items-list .amwrap-btn-toolbar:not(.-active) {
  display: none;
}
.amwrap-items-content {
  overflow-y: auto;
  margin: 0 -15px;
  padding: 0 15px;
  max-height: 430px;
}
.amwrap-list-item {
  display: flex;
  margin: 0 0 20px 0;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 3px 5px #d7e0ea;
  list-style-type: none;
}
.amwrap-list-item .amwrap-checkbox-block {
  align-self: center;
}
.amwrap-list-item .amwrap-checkbox-block.-trash-btn {
  align-self: flex-end;
}
.amwrap-list-item .amwrap-label {
  margin: 0 5px 0 0;
  font-weight: bold;
  font-size: 12px;
}
.amwrap-list-item .amwrap-label:after {
  content: ':';
}
.amwrap-list-item .amwrap-img {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 15px;
  width: 90px;
  height: 90px;
  border: 1px solid #f2f2f2;
}
.amwrap-list-item .amwrap-qty {
  display: flex;
  align-items: center;
  position: relative;
  align-self: flex-start;
  margin: 10px 25px 10px 10px;
}
.amwrap-list-item .amwrap-qty .amwrap-input {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
}
.amwrap-list-item .amwrap-qty .amwrap-input:not(.-active) {
  opacity: .3;
  pointer-events: none;
}
.amwrap-list-item .amwrap-qty .amwrap-label {
  font-size: 14px;
}
.amwrap-list-item .amwrap-content {
  flex-grow: 1;
  text-align: left;
}
.amwrap-list-item .amwrap-name {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 14px;
}
.amwrap-steps-wrapper {
  animation: slideDown .2s;
  z-index: 1;
  margin: 0 0 15px 0;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.amwrap-steps-wrapper:not(.-active) {
  display: none;
}
.amwrap-btn-toolbar {
  display: flex;
  justify-content: flex-end;
}
.amwrap-steps-block {
  display: flex;
  margin: 0;
  padding: 0;
}
.amwrap-steps-block,
.amwrap-steps-block .amwrap-step {
  width: 100%;
  list-style: none;
}
.amwrap-steps-block .amwrap-step {
  margin: 0;
  max-width: 100%;
}
.amwrap-steps-block .amwrap-step:not(.-active) {
  display: none;
}
.amwrap-slider-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  list-style: none;
}
.amwrap-slider-block .amwrap-check {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.amwrap-slider-block .amwrap-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  max-width: 110px;
  width: 110px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
}
.amwrap-slider-block .amwrap-slide.-active {
  border-color: #1e79c2;
}
.amwrap-slider-block .amwrap-price,
.amwrap-slider-block .amwrap-name,
.amwrap-slider-block .amwrap-description {
  flex-basis: 100%;
  margin: 0;
}
.amwrap-slider-block .amwrap-img {
  width: 100px;
}
.amwrap-slider-block .amwrap-name {
  margin: 0 0 2px 0;
  white-space: normal;
  word-wrap: break-word;
}
.amwrap-slider-block .amwrap-price {
  word-break: break-word;
  word-break: break-all;
  font-weight: bold;
}
.amwrap-slider-block .amwrap-description {
  display: none;
}
.amwrap-step.amwrap-gift {
  padding: 0 0 20px;
}
.amwrap-step.amwrap-gift .amwrap-slider-block {
  margin: 40px 0 0;
}
.amwrap-step.amwrap-gift .amwrap-img {
  height: 100px;
  object-fit: contain;
}
.amwrap-step.amwrap-gift .amwrap-checkbox-block {
  margin-top: 30px;
}
.amwrap-step.amwrap-card {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px;
}
.amwrap-step.amwrap-card .amwrap-slider-block {
  margin: 20px 0 0;
}
.amwrap-step.amwrap-card .amwrap-card-title {
  margin: 35px 0 0 0;
  font-weight: normal;
  font-size: 14px;
}
.amwrap-step.amwrap-card .amwrap-checkbox-block {
  align-self: flex-start;
  margin-top: 30px;
}
.amwrap-step.amwrap-card .amwrap-step.amwrap-card .amwrap-img {
  height: 66px;
  object-fit: cover;
}
.amwrap-finish-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 15px;
  padding: 8px;
  background-color: #e8f6ff;
}
.amwrap-finish-message .amwrap-message {
  display: flex;
  justify-content: center;
}
.amwrap-finish-message .amwrap-message:before {
  display: block;
  margin: 2px 5px 0 0;
  width: 15px;
  min-width: 15px;
  height: 15px;
  content: url('../../frontend/bistwobis/tabacaria/pt_BR/Amasty_GiftWrap/icons/gift.svg');
}
.amwrap-choose-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
  list-style: none;
}
.amwrap-choose-list .amwrap-choose {
  display: flex;
  flex-basis: 100%;
  margin: 0;
  padding: 20px 0;
}
.amwrap-choose-list .amwrap-choose:not(.-active) {
  display: none;
}
.amwrap-choose-list .amwrap-choose:not(:first-child) {
  border-top: 1px solid #c1c1c1;
}
.amwrap-choose-list .amwrap-img-block {
  order: 1;
  margin-right: 10px;
  min-width: 50px;
  width: 50px;
  height: 50px;
}
.amwrap-choose-list .amwrap-img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.amwrap-choose-list .amwrap-name-block {
  flex-basis: 100%;
  order: 2;
  margin: 0;
  word-break: break-all;
  word-break: break-word;
}
.amwrap-choose-list .amwrap-name {
  display: block;
  flex-basis: 100%;
  margin: 0 0 5px;
  font-weight: 600;
}
.amwrap-choose-list .amwrap-description {
  color: #777;
  white-space: pre-wrap;
  word-break: break-all;
  word-break: break-word;
  font-size: 11px;
}
.amwrap-choose-list .amwrap-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 180px;
  order: 3;
  margin: 0;
  font-weight: 600;
}
.amwrap-choose-list .amwrap-edit-btn {
  flex-basis: 50px;
  order: 4;
}
.amwrap-choose-list .amwrap-edit-btn:after {
  margin: auto;
}
.amwrap-item-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 15px 0 0 0;
  padding: 4px 10px;
  width: 190px;
  border-radius: 2px;
  background: #e8f6ff;
}
.amwrap-item-option .amwrap-add {
  padding: 8px;
  color: #1e79c2;
  font-weight: 600;
  opacity: .3;
  pointer-events: none;
}
.amwrap-item-option .amwrap-add,
.amwrap-item-option .amwrap-add:focus,
.amwrap-item-option .amwrap-add:hover,
.amwrap-item-option .amwrap-add:active,
.amwrap-item-option .amwrap-add:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amwrap-item-option .amwrap-add:not(:disabled):not(.-loading).-active {
  opacity: 1;
  pointer-events: auto;
}
.amwrap-option-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 50% 0;
}
.amwrap-option-list:not(.-active) {
  display: none;
}
.amwrap-option-list .amwrap-popup-title {
  margin: 0 0 70px 0;
  border-bottom: 0;
}
.amwrap-option-list .amwrap-option {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.5s ease;
  -moz-transition: 0.1 0.5s ease;
  -o-transition: 0.1 0.5s ease;
  -ms-transition: 0.1 0.5s ease;
  transition: 0.1 0.5s ease;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  flex-basis: 205px;
  box-sizing: border-box;
  margin: 10px;
  padding: 20px 10px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 3px 5px #d7e0ea;
  color: #026bb3;
  font-weight: normal;
}
.amwrap-option-list .amwrap-option:hover {
  background: #026bb3;
  color: #fff;
}
.amwrap-cart-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: left;
  width: 70%;
}
.cart-container .amwrap-gift-button {
  box-sizing: border-box;
  margin: 0 15px;
}
.amwrap-added-block {
  margin: 0 0 20px 0;
  padding: 10px 15px;
}
.amwrap-added-block .amwrap-info-block {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #e8f6ff;
  font-weight: bold;
}
.amwrap-added-block .amwrap-qty {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px;
  min-width: 40px;
  background: #e8f6ff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}
.amwrap-added-block .amwrap-qty:before {
  content: 'x';
}
.amwrap-product:not(:first-child) {
  margin: 25px 0 0 0;
}
.amwrap-product .amwrap-name {
  display: block;
  margin: 0 0 10px 0;
  font-size: 15px;
}
.amwrap-wrap-list > .amwrap-item-block {
  display: block;
  margin: 0;
  padding: 20px 0 15px;
  border-bottom: 1px solid #ccc;
}
.amwrap-wrap-list .amwrap-price-block {
  flex-basis: 15%;
  font-weight: bold;
  font-size: 17px;
}
.amwrap-wrap-list .amwrap-actions-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.amwrap-wrap-list .amwrap-edit-btn {
  padding: 0 15px;
}
.amwrap-wrap-list .amwrap-trash-btn {
  padding: 0 0 0 15px;
}
.amwrap-wrap-list .amwrap-edit-btn,
.amwrap-wrap-list .amwrap-trash-btn {
  min-height: 22px;
}
.amwrap-info-list {
  margin: 15px 0;
}
.amwrap-info-list .amwrap-item .amwrap-name,
.amwrap-info-list .amwrap-item .amwrap-title {
  padding: 0 0 20px 0;
  word-break: break-all;
  word-break: break-word;
}
.amwrap-info-list .amwrap-item .amwrap-name {
  margin: 0;
  width: 100%;
}
.amwrap-info-list .amwrap-item .amwrap-title {
  padding-right: 10px;
  white-space: nowrap;
  font-weight: bold;
}
.amwrap.gift-wrap {
  padding: 15px 0 40px;
}
.amwrap-make-gift {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin: 0 0 30px 0;
  background: #fff;
  color: #333;
}
.amwrap-make-gift > .amwrap-text {
  animation: slideDown .2s;
  display: none;
  margin: 0;
  padding: 15px 0 15px 25px;
  width: 100%;
  word-break: break-word;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.amwrap-make-gift > .amwrap-text.-active {
  display: block;
  border-bottom: 1px solid #c1c1c1;
}
.amwrap-textarea-block {
  padding: 35px 0 0;
}
.amwrap-textarea-block .amwrap-label {
  display: block;
  padding: 0 0 10px;
}
.amwrap-textarea-block .amwrap-textarea {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
}
.amwrap-textarea-block .amwrap-textarea:focus {
  border: 1px solid #1e79c2;
  box-shadow: none;
}
.amwrap-textarea-block .amwrap-textarea::placeholder {
  color: #adadad;
  font-style: italic;
}
.amwrap-textarea-block.-hidden {
  display: none;
}
.amwrap-selected-items {
  display: flex;
  align-items: center;
  margin: 0 0 35px 0;
  padding: 5px 10px;
  max-width: 360px;
  background: #e8f6ff;
  white-space: normal;
  word-wrap: break-word;
}
.amwrap-selected-items .amwrap-title {
  margin: 0;
  max-width: 75%;
}
.amwrap-selected-items .amwrap-edit-btn {
  margin: 0 0 0 auto;
}
.amwrap-selected-items .amwrap-edit-btn:hover:after {
  filter: invert(19%) sepia(98%) saturate(2559%) hue-rotate(190deg) brightness(101%) contrast(98%);
}
.amwrap-selected-items:not(.-active) {
  display: none;
}
.amwrap-existing-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px 0;
}
.amwrap-existing-section:not(.-active) {
  display: none;
}
.amwrap-existing-section .amwrap-btn {
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 15px 10px;
  max-width: 155px;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 3px 5px #d7e0ea;
  color: #333;
}
.amwrap-existing-section .amwrap-btn:hover {
  box-shadow: 0 3px 5px #a3acb7;
}
.amwrap-existing-section .amwrap-text {
  text-align: center;
  word-break: break-all;
  word-break: break-word;
}
.amwrap-existing-section .amwrap-input {
  position: absolute;
  opacity: 0;
}
.amwrap-existing-section .amwrap-btn.-new:before {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #1e79c2;
  color: #fff;
  content: '+';
  line-height: normal;
}
.amwrap-checkout-product {
  display: flex;
}
.amwrap-checkout-product > .amwrap-image {
  display: block;
  margin: 0 15px;
  min-width: 75px;
}
.amwrap-checkout-product > .amwrap-item-details {
  flex-grow: 1;
  width: 100%;
}
.amwrap-item-details > .amwrap-header {
  display: flex;
  justify-content: space-between;
}
.amwrap-item-details .amwrap-name {
  word-wrap: break-word;
  word-break: break-word;
  padding: 0 5px 0 0;
}
.ie11 .amwrap-item-details .amwrap-name {
  word-break: break-all;
}
.ie11 .amwrap-item-details .amwrap-name {
  word-break: break-all;
}
.amwrap-item-details > .amwrap-item-options {
  margin: 10px 0 0;
}
.amwrap-item-options > .amwrap-toggle {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 15px 0 0;
  cursor: pointer;
  user-select: none;
}
.amwrap-item-options > .amwrap-toggle:before {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  content: '';
  transform: rotate(45deg);
}
.amwrap-item-options.-active > .amwrap-toggle:before {
  top: 10px;
  border-color: #000 transparent transparent #000;
}
.amwrap-options-content {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ie11 .amwrap-options-content {
  word-break: break-all;
}
.ie11 .amwrap-options-content {
  word-break: break-all;
}
.amwrap-options-content > .amwrap-option {
  margin: 0 0 5px;
}
.amwrap-options-content .amwrap-label,
.amwrap-options-content .amwrap-value {
  display: block;
  width: 100%;
  font-size: 12px;
}
.amwrap-options-content .amwrap-label {
  font-weight: 600;
}
.amgroupcat-cms-content-wrapper {
  display: table-row;
}
.columns .column.main {
  max-width: 100%;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul li {
  margin: 2rem 0;
}
.mst-search__index ul li:before,
.mst-search__index ul li:after {
  content: '';
  display: table;
}
.mst-search__index ul li:after {
  clear: both;
}
.mst-search__index ul li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.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;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
}
.cart-drawer.is-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
[data-block="minicart"].cartdrawer-minicart-suppressed [data-role="dropdownDialog"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
body.cartdrawer-force-hide-minicart [data-block="minicart"] [data-role="dropdownDialog"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}
body.cart-drawer-open [data-block="minicart"] [data-role="dropdownDialog"] {
  display: none !important;
}
@media (max-width: 767px) {
  .cart-drawer {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #custom-sliding-cart .overlayMinicartClose,
  #custom-sliding-cart .minicart-wrapper.active .overlayMinicartClose {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: -1;
  }
  body.cartdrawer-force-hide-minicart #custom-sliding-cart .block-minicart-minicart,
  body.cart-drawer-open #custom-sliding-cart .block-minicart-minicart {
    right: -100%;
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  body.cartdrawer-force-hide-minicart #custom-sliding-cart .minicart-wrapper .overlayMinicartClose,
  body.cart-drawer-open #custom-sliding-cart .minicart-wrapper .overlayMinicartClose {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  body:has(#cart-drawer.is-open) #custom-sliding-cart .overlayMinicartClose,
  body:has(#cart-drawer.is-open) #custom-sliding-cart .minicart-wrapper.active .overlayMinicartClose {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  cursor: pointer;
}
.cart-drawer__overlay:hover {
  background: rgba(0, 0, 0, 0.7);
  border: none;
}
.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 92vw;
  max-width: 225px;
  background: #1C1C1C;
  box-shadow: -10px 0 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.cart-drawer__body--scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #000000;
}
.cart-drawer__title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.cart-drawer__title::before {
  content: '\E97E';
  font-family: 'fontello';
  margin-right: 8px;
}
.cart-drawer__close {
  display: none;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.cart-drawer__body {
  padding: 12px 16px;
  overflow: auto;
  flex: 1 1 auto;
}
.cart-drawer__free-shipping {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.cart-drawer [data-role="items"] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  background: #1c1c1c;
}
.cart-drawer [data-role="items"] .cart-drawer__list {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.cart-drawer__items-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 120px;
  padding: 24px 12px;
  text-align: center;
}
.cart-drawer__spinner {
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cart-drawer-spin 0.75s linear infinite;
}
.cart-drawer__loading-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}
@keyframes cart-drawer-spin {
  to {
    transform: rotate(360deg);
  }
}
.cart-drawer__item {
  display: flex;
  flex-direction: column;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 12px 8px;
  border-radius: 12px;
  border: 1px solid #2D2D2D;
  background: #1C1C1C;
}
.cart-drawer__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  flex: 1;
  min-width: 0;
  width: auto;
}
.cart-drawer__thumb img {
  display: block;
  width: 100%;
  height: 134px;
  object-fit: contain;
}
.cart-drawer__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  align-self: stretch;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 6px;
  width: 100%;
  text-overflow: ellipsis;
  color: #fff;
}
.cart-drawer__name a {
  color: inherit;
  text-decoration: none;
}
.cart-drawer__price {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}
.cart-drawer [data-role="items"] .qtywrap {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2px 6px;
  background-color: #2a2a2a;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  align-self: flex-start;
  max-width: 100%;
}
.cart-drawer__actions.actions a span::before {
  content: '\e97a';
  font-family: 'fontello';
  font-size: 17px;
  margin-right: 5px;
}
.cart-drawer .meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-drawer .footer {
  padding: 12px 16px 16px;
  display: grid;
  gap: 10px;
}
.cart-drawer .footer .action {
  width: 100%;
}
.cart-drawer__actions.actions {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.actions .primary {
  width: 85%;
  margin: 0 4px;
}
.cart-drawer__footer.block-content {
  padding-top: 10px;
}
.cart-drawer__actions.actions a {
  text-align: center;
  padding: 9px;
  border-radius: 10px !important;
  width: 100%;
}
.cart-drawer__actions.actions a span {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cart-drawer__actions.actions a span::before {
  content: '\e97a';
  font-family: 'fontello';
  font-size: 17px;
  margin-right: 5px;
}
.cart-drawer .subtotal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0 8px;
  color: #fff;
  gap: 4px;
}
.cart-drawer .subtotal .amount.price-container .price {
  font-size: 18px;
}
.cart-drawer .subtotal span.label {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.cart-drawer .subtotal strong {
  font-size: 18px;
}
.cart-drawer .subtotal strong.amount.price-container {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.cart-drawer .subtotal-label {
  font-size: 14px;
}
.cart-drawer .subtotal-value {
  font-size: 14px;
}
.cart-drawer__qty {
  width: 54px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: 34px;
  padding: 0;
  font-size: 14px;
}
.cart-drawer__qty-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.cart-drawer__qty-btn--danger {
  color: #c00;
  border-color: rgba(204, 0, 0, 0.25);
}
.cart-drawer__qty-btn[data-role="inc"] .cart-drawer__qty-icon::before,
.cart-drawer__qty-btn[data-role="inc"] .cart-drawer__qty-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
}
.cart-drawer__qty-btn[data-role="inc"] .cart-drawer__qty-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cart-drawer__qty-btn[data-role="dec"] .cart-drawer__qty-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #111;
  transform: translate(-50%, -50%);
}
.cart-drawer__qty-btn[data-role="remove"] .cart-drawer__qty-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 10px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  transform: translate(-50%, -50%);
  border-radius: 0 0 2px 2px;
}
.cart-drawer__qty-btn[data-role="remove"] .cart-drawer__qty-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.cart-drawer__qty-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}
.cart-drawer__remove {
  border: 0;
  background: transparent;
  color: #c00;
  cursor: pointer;
  padding: 0;
}
.cart-drawer .qtywrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #282828;
}
.cart-drawer .qtywrap .minus,
.cart-drawer .qtywrap .plus {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.cart-drawer .qtywrap .minus {
  margin-left: 24px;
}
.cart-drawer .qtywrap .plus {
  margin-right: 24px;
}
.cart-drawer .qtywrap input.qty {
  width: 52px;
  height: 30px;
  text-align: center;
  background: #282828;
  color: #fff;
  border: none;
}
.cart-drawer__body.minicart-items-wrapper::-webkit-scrollbar {
  width: 3px;
  border-radius: 4px;
}
.cart-drawer__body.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #515151;
  border-radius: 4px;
}
.cart-drawer__body.minicart-items-wrapper::-webkit-scrollbar-thumb {
  color: #3c3c3b;
}
@media (max-width: 768px) {
  #cart-drawer.cart-drawer {
    display: none !important;
  }
}
#compare-component {
  background-color: white;
  position: fixed;
  bottom: 0;
  transform: translate(0, calc(120%));
  width: 100%;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ddd;
  z-index: 100;
  padding-bottom: 10px;
  transition: 0.5s;
}
#compare-component.show {
  transform: translate(0, 0);
}
#compare-component > div {
  align-self: center;
  justify-self: center;
}
#compare-component .compare-component-header h3 {
  font-size: 15px;
  font-weight: 600;
  color: black;
}
#compare-component .compare-component-header span {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
#compare-component .compare-component-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
#compare-component .compare-component-list .product-item {
  width: 90px;
  height: 90px;
}
#compare-component .compare-component-list .product-item .details {
  display: none;
}
#compare-component .compare-component-list .product-item .compare-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #7d8497;
  padding: 10px;
  background: none;
  border: none;
}
#compare-component .compare-component-list .product-item .compare-remove-btn .remove-icon {
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  padding: 0;
  color: black;
  font-style: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
#compare-component .compare-component-list .product-item .compare-remove-btn .remove-icon:before {
  content: '𐄂';
}
#compare-component .compare-component-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#compare-component .compare-component-action a {
  width: 185px;
  height: 45px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
}
#compare-component .compare-component-action a:hover {
  filter: brightness(120%);
  height: 48px;
  width: 188px;
}
#compare-component .compare-component-action .close-btn {
  position: absolute;
  top: 0;
  right: 30px;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  outline: none;
  font-size: 25px;
  text-align: center;
  padding: 0;
  border: 1px solid darkgray;
  background: white;
  transition: 0.3s;
}
#compare-component .compare-component-action .close-btn:hover {
  background-color: black;
  color: white;
}
#toast {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast #toast-icon {
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}
#toast #toast-message {
  color: #fff;
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
}
#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s,
			shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s,
			fadeout 0.5s 4.5s;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}
@keyframes expand {
  from {
    min-width: 50px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}
@keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}
@keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}
#toast.success {
  background-color: #73b573;
  color: #fff;
}
#toast.success #toast-icon:before {
  content: '✔';
}
#toast.error {
  background-color: #ca5e58;
  color: #fff;
}
#toast.error #toast-icon:before {
  content: '𐄂';
}
.footer-custom-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-block .blockfootertitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-block .footer.links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-block .footer.links .nav.item {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .footer-custom-wrapper {
    flex-direction: column;
  }
  .footer-block {
    border-bottom: 1px solid #474747;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-block .blockfootertitle {
    cursor: pointer;
    position: relative;
  }
  .footer-block .blockfootertitle::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 20px;
    transition: transform 0.3s;
    width: 15px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.781 0L7.923 0.858L11.969 4.904H0V6.097H11.969L7.923 10.143L8.781 11.001L13.852 5.93L14.262 5.501L13.852 5.072L8.781 0Z' fill='white'/%3E%3C/svg%3E");
  }
  .footer-block .footer.links {
    display: none;
    margin-top: 16px;
  }
  .footer-block.active .footer.links {
    display: block;
  }
  .footer-block.active .blockfootertitle::after {
    transform: rotate(-45deg);
  }
}
.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;
}
.catalog-category-view .category-image.mobile {
  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('../../frontend/bistwobis/tabacaria/pt_BR/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;
}
/*.ulSocialNetworkLinks {
	.flex-display();
	.align-items(center);
	.justify-content(center);
	margin: 0;
	li {
		margin: 0 10px;
		a {
			display: block;
			color: @store-primary__color;
			.transition(all 300ms ease);
			&:hover {
				.scale(1.15);
				text-shadow: -1px -1px 0 @color-white;
			}
			i:before {
				font-size: 34px;
			}
		}
	}
}
//
//  Mobile
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
	.ulSocialNetworkLinks {
		margin-top: 10px;
		.flex-wrap(wrap);
		li {
			margin: 10px;
		}
	}
}

#instagram-wrap {
	display: block;
	width: 100%;
	position: relative;
	margin: 30px auto 15px;
	.block-title {
		margin-bottom: 15px;
		strong {
			font-family: 'Roboto Slab', serif;
			font-size: 20px;
			text-transform: uppercase;
			span {
				display: block;
				font-family: "montserrat",sans-serif;
				font-size: 14px;
				font-weight: 500;
				text-transform: initial;
				color: @color-gray55;
			}
		}
	}
	.titleInsta {
		display: block;
		margin-bottom: 30px;
		text-align: center;
		font-size: @font-size__xl;
		color: @primary__color__dark;
		a {
			font-weight: 600;
		}
	}
	#instafeed {
		a {
			position: relative;
			display: block;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			video {
				position: absolute;
				top: 0;
				left: 0;
				.square(100%);
				z-index: 1;
			}
			icon {
				position: absolute;
				top: 10px;
				right: 10px;
				z-index: 1;
				&:before {
					font-family: 'fontello';
					font-size: 24px;
					font-style: normal;
					color: @color-white;
					text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
				}
				&.carousel {
					&:before {
						content: '\e821';
					}
				}
				&.video {
					top: 5px;
					&:before {
						content: '\e820';
						font-size: 32px;
					}
				}
				&.image {
					display: none;
				}
			}
			.stats {
				.flex-display();
				.flex-wrap(wrap);
				.justify-content(center);
				position: absolute;
				top: 50%;
				left: 50%;
				.translate(-50%; -50%);
				z-index: 3;
				max-width: 90%;
				span {
					display: block;
					color: @color-white;
					margin-right: 10px;
					.opacity(0);
					transform: translateY(15px);
					.transition(transform 0.5s ease-in-out);
					i {
						margin-right: 5px;
					}
					&.text{
						.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;
					}
				}
			}
			&:before {
				.rgba(@primary__color__dark, 0.7);
				.square(100%);
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				.transition(all 300ms ease);
				.opacity(0);
				z-index: 2;
			}
			&:hover {
				&:before {
					.opacity(1);
				}
				.stats span {
					.opacity(1);
					transform: translateY(0);
				}
			}
		}
		&.mosaico {
			&.grid3, &.grid6, &.grid9, &.grid12 {
				.flex-display();
				.justify-content(space-between);
				.flex-wrap(wrap);
			}
			&.grid3 {
				a {
					width: ~"calc(100% / 3)";
					height: ~"calc(99vw / 3)";
				}
			}
			&.grid6 {
				a {
					width: ~"calc(100% / 4)";
					height: ~"calc(99vw / 4)";
				}
			}
			&.grid9 {
				a {
					width: ~"calc(100% / 5)";
					height: ~"calc(99vw / 5)";
				}
			}
			&.grid12 {
				a {
					width: ~"calc(100% / 6)";
					height: ~"calc(99vw / 6)";
				}
			}
			@gridRows: '[main-start] 50% 50% [main-end]';
			&.grid1 {
				@gridcolumns: '[main-start] 1fr [main-end] 25% 25%';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@gridcolumns);
				grid-template-rows: e(@gridRows);
				// height: 49.2vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid2 {
				@gridaltcolumns: '25% [main-start] 1fr [main-end] 25%';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@gridaltcolumns);
				grid-template-rows: e(@gridRows);
				// height: 49.2vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid4 {
				@grid5Cols: '[main-start] 1fr [main-end] 20% 20% 20%';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@grid5Cols);
				grid-template-rows: e(@gridRows);
				// height: 37.5vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid5 {
				@grid5altCols: '20% 20% 20% [main-start] 1fr [main-end]';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@grid5altCols);
				grid-template-rows: e(@gridRows);
				// height: 37.5vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid7 {
				@grid7Cols: '[main-start] 1fr [main-end] 16.666666667% 16.666666667% 16.666666667% 16.666666667%';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@grid7Cols);
				grid-template-rows: e(@gridRows);
				// height: 31.2vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid8 {
				@grid7altCols: '16.666666667% 16.666666667% [main-start] 1fr [main-end] 16.666666667% 16.666666667%';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@grid7altCols);
				grid-template-rows: e(@gridRows);
				// height: 31.2vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid10 {
				@grid9Cols: '[main-start] 1fr [main-end] 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857%';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@grid9Cols);
				grid-template-rows: e(@gridRows);
				// height: 26.55vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
			&.grid11 {
				@grid9altCols: '14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% 14.2857142857% [main-start] 1fr [main-end]';
				display: grid;
				grid-gap: 0;
				grid-template-columns: e(@grid9altCols);
				grid-template-rows: e(@gridRows);
				// height: 26.55vw;
				overflow: hidden;
				position: relative;
				a:first-child {
					grid-area: main;
				}
			}
		}
	}
}
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
	#instagram-wrap {
		#instafeed {
			display: block !important;
			visibility: hidden;
			&.slick-initialized {
				visibility: visible;
			}
			a {
				width: ~"calc(100% / 2)";
				height: ~"calc(99vw / 2)";
				icon, .stats {
					display: none !important;
				}
			}
		}
	}
}
//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
	#instagram-wrap {
		#instafeed {
			&.padrao {
				.flex-display();
				.justify-content(space-between);
				a {
					margin-right: 15px;
					&:last-child {
						margin-right: 0;
					}
				}
			}
			&.mosaico {
				&.grid1, &.grid2 {
					height: 49.2vw;
				}
				&.grid4, &.grid5 {
					height: 37.5vw;
				}
				&.grid7, &.grid8 {
					height: 31.2vw;
				}
				&.grid10, &.grid11 {
					height: 26.55vw;
				}
			}
		}
	}
}
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__xl) {
	#instagram-wrap {
		#instafeed {
			&.mosaico {
				&.grid1, &.grid2 {
					height: 49.2vw;
				}
				&.grid4, &.grid5 {
					height: 37.5vw;
				}
				&.grid7, &.grid8 {
					height: 22.14vw;
				}
				&.grid10, &.grid11 {
					height: 26.55vw;
				}
			}
		}
	}
}*/
.videoWrap .videoFrame {
  position: relative;
  width: 760px;
  padding-bottom: 56.24%;
}
.videoWrap .videoFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.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;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  border-color: #399ae6;
  background: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  border-color: #135d96;
  background: #135d96;
}
.am-filter-go {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  border-color: #399ae6;
  background: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  border-color: #135d96;
  background: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px !important;
  line-height: initial;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 12px;
  min-width: 100px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  position: relative;
  display: block;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after,
.am-show-more:before {
  position: absolute;
  right: 0;
  width: 12px;
  height: 20px;
  background: url("../../frontend/bistwobis/tabacaria/pt_BR/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
}
.am-collapse-icon._active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.am-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  visibility: hidden;
  opacity: 0;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  content: '';
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container.-default .am-slider {
  margin: 0 10px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  width: 20px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -10px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -10px;
}
.amshopby-slider-container.-default .ui-slider-range {
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
  transform: translate(-10px, -5px);
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  position: relative;
  max-width: 50%;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  width: 100%;
  height: 40px;
  border: 1px solid #dfdedd;
  background-clip: padding-box;
  color: #494949;
  text-align: center;
  letter-spacing: .03em;
  font-size: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  margin: 0;
  width: 14px;
  line-height: 40px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 4px;
  padding: 2px;
  background: #fff;
  color: #494949;
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 16px;
}
.amshopby-slider-tooltip {
  transition: all 0.2s ease-in-out;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -3px);
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  margin: 0 8px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  width: 16px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
  background: #ff5502;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff5502;
  transform: translateX(-8px);
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle:hover,
.amshopby-slider-container.-improved .am-slider .ui-slider-handle:active {
  background: #ff7735;
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff5502;
  border-radius: 2px;
  background: #ff5502;
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip:before,
.amshopby-slider-container.-improved .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff5502;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ff5502;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  margin: 0 4px;
  height: 4px;
  border-radius: 20px;
  background: #dfdedd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(270deg, #ff5502 0%, #f8ac87 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  width: 8px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(159.86deg, #f58b57 41.01%, #ff5502 93.75%);
  box-shadow: 0 3px 4px rgba(255, 85, 2, 0.2), 0 1px 2px rgba(255, 85, 2, 0.3);
  transform: translate(-4px, 10px);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  position: absolute;
  bottom: calc(100% - 4px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #f58b57;
  content: '';
  transform: rotate(-135deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff7e3f;
  border-radius: 2px;
  background: linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  bottom: calc(100% + 17px);
  left: 4px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:before,
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff7e3f;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  margin: 0 8px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  width: 16px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
  background: #ff5502;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  top: -8px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #dfdedd;
  border-radius: 2px;
  background: #ffffff;
  color: #ff5502;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  bottom: calc(100% + 8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:before,
.amshopby-slider-container.-light .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #dfdedd;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ffffff;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  margin: 0 5px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  width: 9px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -4px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -4px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
  background: #ff5502;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  top: -6px;
  width: 9px;
  height: 15px;
  border-radius: 2px;
  background: #ff5502;
  box-shadow: 0 2px 4px rgba(255, 85, 2, 0.2), 0 1px 2px rgba(255, 85, 2, 0.3);
  transform: translateX(-4.5px);
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff5502;
  border-radius: 2px;
  background: #ff5502;
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  left: 4.5px;
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip:before,
.amshopby-slider-container.-dark .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff5502;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ff5502;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: -15px;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  padding-left: 20px;
  width: 100%;
  list-style: none;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  right: inherit;
  left: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect a.am_shopby_link_selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect a.am_shopby_link_selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  color: #070605;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  display: inline-flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.am_shopby_link_selected {
  color: #1979c3;
}
.items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/bistwobis/tabacaria/pt_BR/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/bistwobis/tabacaria/pt_BR/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  margin: 0 10px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 1rem;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .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-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__indexList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_category,
.mstInPage__item.magento_cms_page {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.magento_catalog_category .title i,
.mstInPage__item.magento_cms_page .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 30%;
  max-width: 400px;
  min-width: 300px;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: scroll;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px 0px 30px;
  letter-spacing: .5px;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 10px 28px;
  flex-wrap: wrap;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: .1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: -18px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
  margin-top: 30px;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 1440px) {
  .mstInPage__wrapper {
    margin: 1% auto;
    max-width: 1420px;
    max-height: 95vh;
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    flex-direction: column;
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar .mstInPage__bucketItemList {
    padding: 10px;
    overflow-x: scroll;
  }
}
aside.modal-sm.pagbank-add-new-card {
  max-width: 450px;
  margin: 0 auto;
}
aside.modal-sm.pagbank-add-new-card .field.month {
  padding-left: 0;
}
aside.modal-sm.pagbank-add-new-card .field.year {
  padding-right: 0;
}
.action-add-new-vault {
  margin-top: 20px;
}
.form-pagbank .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  text-align: right;
  vertical-align: top;
}
.form-pagbank .credit-card-types .item img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  width: 20px;
}
.form-pagbank .field-to-pay {
  margin: 0 10px;
}
.form-pagbank .pagbank-payer-data {
  margin-bottom: 20px;
}
.form-pagbank .form-persona-information {
  margin: 20px 10px 0 10px;
}
.form-pagbank .fieldset.payment-pagbank,
.form-pagbank .fieldset.pagbank-payer-data {
  border: 1px solid;
  border-color: #bbbbbb;
  display: grid;
  background-color: #ffffff;
  border-radius: 3px;
  padding-bottom: 10px;
}
.form-pagbank .fieldset.payment-pagbank .legend,
.form-pagbank .fieldset.pagbank-payer-data .legend {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid;
  border-color: #bbbbbb;
  padding: 10px 20px;
  background-color: #f4f4f4;
  width: 100%;
}
.form-pagbank .fieldset.payment-pagbank .legend-icon,
.form-pagbank .fieldset.pagbank-payer-data .legend-icon {
  margin-right: 0;
  text-align: right;
}
.form-pagbank .fieldset.payment-pagbank .form-waiting,
.form-pagbank .fieldset.pagbank-payer-data .form-waiting {
  padding: 20px;
  text-align: center;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.form-pagbank .fieldset.payment-pagbank.vault .installments,
.form-pagbank .fieldset.pagbank-payer-data.vault .installments {
  margin-top: 20px;
}
.form-pagbank .fieldset .field {
  margin: 0 0 20px;
}
.form-pagbank .fieldset .field.choice {
  margin-bottom: 20px;
}
.form-pagbank .fieldset .field .control {
  position: relative;
}
.form-pagbank .fieldset .field .control.pagbank-input-group {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='text'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='password'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='url'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='tel'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='search'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='number'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='datetime'],
.form-pagbank .fieldset .field .control.pagbank-input-group input[type='email'],
.form-pagbank .fieldset .field .control.pagbank-input-group select {
  height: unset;
  padding: 1.3rem 1.5rem;
  width: 100%;
}
.form-pagbank .fieldset .field .control.pagbank-input-group input::placeholder {
  color: transparent;
}
.form-pagbank .fieldset .field .control.pagbank-input-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-pagbank .fieldset .field .control.pagbank-input-group input::-ms-input-placeholder {
  color: transparent;
}
.form-pagbank .fieldset .field .control.pagbank-input-group input::-moz-placeholder {
  color: transparent;
}
.form-pagbank .fieldset .field .control.pagbank-input-group .label {
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  overflow: hidden;
  padding: 1.3rem 1.5rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
  width: 80%;
}
.form-pagbank .fieldset .field .control.pagbank-input-group._with-tooltip {
  position: relative;
}
.form-pagbank .fieldset .field .control.pagbank-input-group._with-tooltip input {
  padding-right: 32px;
  width: 100%;
}
.form-pagbank .fieldset .field .control.pagbank-input-group._with-tooltip .label {
  padding-right: 32px;
  width: 80%;
}
.form-pagbank .fieldset .field .control.pagbank-input-group._with-tooltip .field-tooltip {
  padding: 10px 0;
  right: 5px;
  text-align: right;
  width: 32px;
}
.form-pagbank .fieldset .field .control.pagbank-input-group._with-tooltip .field-tooltip .credit-card-types {
  padding: 10px 0;
}
.form-pagbank .fieldset .field .control.pagbank-input-group select:not(:checked),
.form-pagbank .fieldset .field .control.pagbank-input-group input:not(:placeholder-shown) {
  padding-bottom: calc(0.43333333rem) !important;
  padding-top: calc(2.16666667rem) !important;
}
.form-pagbank .fieldset .field .control.pagbank-input-group select:not(:checked) ~ .label,
.form-pagbank .fieldset .field .control.pagbank-input-group input:not(:placeholder-shown) ~ .label {
  font-size: 10px;
  padding-bottom: calc(0.43333333rem) !important;
  padding-top: calc(0.43333333rem) !important;
}
.form-pagbank .fieldset .fields .group-2 {
  display: inline-flex;
  width: 100%;
}
.form-pagbank .fieldset .fields .group-2 .month,
.form-pagbank .fieldset .fields .group-2 .number {
  padding-right: 5px;
  width: 70%;
}
.form-pagbank .fieldset .fields .group-2 .cvv,
.form-pagbank .fieldset .fields .group-2 .year {
  padding-left: 5px;
  width: 30%;
}
.pagbank-instruction .instruction-information {
  margin-bottom: 10px;
}
.pagbank-payment-success-details {
  margin-bottom: 10px;
}
.pagbank-payment-success-details .pagbank-payment-boleto-copy,
.pagbank-payment-success-details .pagbank-payment-deep-link-copy,
.pagbank-payment-success-details .pagbank-payment-pix-copy {
  margin-bottom: 10px;
  max-width: 500px;
}
.pagbank-payment-success-details .pagbank-payment-boleto-copy .field .control._with-tooltip input,
.pagbank-payment-success-details .pagbank-payment-deep-link-copy .field .control._with-tooltip input,
.pagbank-payment-success-details .pagbank-payment-pix-copy .field .control._with-tooltip input {
  height: 34px;
  width: 100%;
}
.pagbank-payment-success-details .pagbank-payment-pix-image,
.pagbank-payment-success-details .pagbank-payment-deep-link-image {
  margin-bottom: 10px;
  max-width: 500px;
}
.pagbank-payment-success-details .pagbank-payment-pix-image .pix-qrcode,
.pagbank-payment-success-details .pagbank-payment-deep-link-image .pix-qrcode {
  max-width: 250px;
}
.pagbank-payment-success-details .pagbank-payment-deep-link-image {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pagbank-payment-success-details .pagbank-items {
  text-align: left;
}
.full-checkout .checkout-payment-method .payment-method-content .fieldset.pagbank-payer-data:not(:last-child) {
  margin-bottom: 20px;
}
.sparsh-free-shipping-bar-goal-message-type-1 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sparsh-free-shipping-bar-goal-message-type-1 a {
  text-decoration: none;
}
.sparsh-free-shipping-bar-goal-message-type-1 p {
  margin: 0;
}
.sparsh-free-shipping-bar-goal-message-type-1 #goal {
  font-weight: bold;
}
.sparsh-free-shipping-bar-goal-message-type-2 {
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0;
}
.sparsh-free-shipping-bar-goal-message-type-2 a {
  text-decoration: none;
}
.sparsh-free-shipping-bar-goal-message-type-2 #goal {
  font-weight: bold;
}
.sparsh-free-shipping-bar-goal-message-type-2 .goal {
  font-weight: bold;
}
.sparsh-free-shipping-bar-goal-message-type-2 #additional-html {
  margin-bottom: 5px;
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper {
  position: relative;
  border: 0.5px solid #EDEDED;
  border-radius: 15px;
  width: 60%;
  margin: 0 auto;
  height: 9px;
}
@media (max-width: 800px) {
  .sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper {
    width: 45%;
  }
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper .loading-bar-currency {
  position: absolute;
  top: -8px;
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-initial {
  left: -45px;
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-goal {
  right: calc(-12%);
}
@media (max-width: 1400px) {
  .sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-goal {
    right: -14%;
  }
}
@media (max-width: 800px) {
  .sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar-currency-goal {
    right: -30%;
  }
}
.sparsh-free-shipping-bar-goal-message-type-2 #loading-bar-wrapper #loading-bar {
  width: 0;
  height: inherit;
  border-radius: 15px;
}
.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;
  }
}
/** Social Icons css */
@font-face {
  font-family: 'font-icons-sl';
  src: url("../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/css/fonts/font-icons.eot");
  src: url('../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/css/fonts/font-icons.eot') format('embedded-opentype'), url('../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/css/fonts/font-icons.woff2') format('woff2'), url('../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/css/fonts/font-icons.woff') format('woff'), url('../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/css/fonts/font-icons.ttf') format('truetype'), url('../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/css/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div.reset-pass-msg {
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: #fdf0d5;
  margin-top: -20px;
}
div.reset-pass-msg a {
  font-weight: bold;
  text-decoration: underline;
}
body.wp-sl .popup-authentication .block-authentication.sl-popup .block-customer-login:before {
  height: 0;
}
body.wp-sl div.sociallogin-wrapper {
  display: block;
  padding: 0;
  width: 400px;
  margin-bottom: 24px;
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 500;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 7px;
  cursor: pointer;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button {
  width: 100%;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 5px #999;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button.sociallogin-button:hover {
  z-index: 10;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon {
  height: 34px;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0 auto;
  padding: 0 5px;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  font-size: inherit;
  text-align: left;
  line-height: 34px;
  color: #fff;
  vertical-align: middle;
  font-family: inherit;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  display: inline-block;
  height: 100%;
  width: 40px;
  border-radius: 2px;
  font-size: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  font-family: font-icons;
  content: "";
  border-right: 1px solid #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:after {
  font-family: inherit;
  font-size: inherit;
  margin-left: 42px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb {
  background-color: #3b5998;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:before {
  content: "\e86f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-fb:after {
  content: 'Login com Facebook';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram {
  background-color: #e72252;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:before {
  content: "\e889";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon.sl-instagram:after {
  content: 'Login with Instagram';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google {
  background-color: #fff;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:before {
  background-image: url("../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/images/icons/google.svg");
  border-right: 1px solid #e7e7e7;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-google:after {
  content: 'Login com Google';
  color: #212121;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon {
  background-color: #fd7a1f;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:before {
  content: "\e86a";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-amazon:after {
  content: 'Login with Amazon';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter {
  background-color: #00acee;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:before {
  content: "\e85f";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-twitter:after {
  content: 'Login with Twitter';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal {
  background-color: #00588b;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:before {
  content: "\e833";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-paypal:after {
  content: 'Login with PayPal';
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin {
  background-color: #0e76a8;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:before {
  content: "\e858";
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sl-linkedin:after {
  content: 'Login with Linkedin';
}
body.wp-sl .sl-link-line .social-icons {
  font-size: 20px;
  line-height: 53px;
  text-shadow: none;
  width: 35px;
  display: inline-block;
}
body.wp-sl .sl-link-line .social-icons i {
  display: block;
  position: relative;
  display: inline-block;
  font-family: font-icons;
}
body.wp-sl .sl-link-line .social-icons i:last-child {
  display: none;
}
body.wp-sl .sl-ajaxlogin-title {
  cursor: pointer;
}
body.wp-sl .sl-ajaxlogin-title.active {
  color: #333333;
  text-decoration: underline;
}
body.wp-sl .sl-ajaxlogin-title-space {
  padding: 0 4px;
  font-weight: 100;
  font-size: smaller;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar {
  text-align: center;
  padding-top: 20px;
}
body.wp-sl .sl-login-section .block-content .sl-actions-toolbar .proceed button {
  width: 222px;
}
body.wp-sl div.sociallogin-wrapper {
  width: 100%;
  float: none;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-show-action {
  text-align: center;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .block-heading {
  padding-top: 10px;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back {
  cursor: pointer;
  padding-bottom: 8px;
  text-align: left;
}
body.wp-sl div.sociallogin-wrapper .sociallogin-block .sl-buttons-wrapper .sl-login-back:before {
  content: '\e617';
  font-family: 'luma-icons';
}
body:not(.theme-pearl).wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button span.sociallogin-icon:before {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .social-icons i {
  font-family: font-icons-sl;
}
body:not(.theme-pearl).wp-sl .popup-authentication .block-customer-login {
  padding-top: 0;
}
div.sl-loader:after {
  content: "";
  background-image: url('../../frontend/bistwobis/tabacaria/pt_BR/WeltPixel_SocialLogin/images/ias-spinner.gif');
  background-size: 27px 26px;
  background-position: right center;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
}
.sociallogin-container {
  border: 1px solid #ccc;
  max-width: 245px;
}
.sociallogin-container ul.sociallogin-buttons-list {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
.sociallogin-container ul.sociallogin-buttons-list li {
  padding: 0;
  margin: 0;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons {
  border: 0 none;
}
body:not(.theme-pearl).wp-sl .sl-link-line .social-icons:hover {
  background: transparent !important;
  border: 0 none;
}
body.theme-pearl.account.sociallogin-account-socialaccounts .social-icons i:last-child {
  display: block;
  color: #FFF !important;
}
ul.sl-unlinks {
  list-style-type: none;
  max-width: 45%;
}
ul.sl-unlinks li.sl-link-line {
  padding-top: 5px;
  border-bottom: 1px solid #d1d1d1;
  width: auto;
}
ul.sl-unlinks li.sl-link-line span {
  display: inline-block;
  height: 50px;
  text-align: center;
  vertical-align: top;
}
ul.sl-unlinks li.sl-link-line div.sl-icon {
  display: inline-block;
  height: 50px;
  width: 50px;
}
ul.sl-unlinks li.sl-link-line .sl-link-name {
  width: calc(100% - 106px);
  font-size: 1.4rem;
  color: #575757;
  padding-top: 16px;
}
ul.sl-unlinks li.sl-link-line a.sl-link-unlink {
  max-width: 50px;
  vertical-align: top;
  padding-top: 0px;
  display: inline-block;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  color: #006bb4;
}
[class^="icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.theme-pearl.sociallogin-account-socialaccounts a.social-icons:hover {
  text-decoration: none;
}
body.theme-pearl.sociallogin-account-socialaccounts .si-unlink:hover {
  background-color: #ccc !important;
}
a.social-icons:hover {
  text-decoration: none;
}
.si-unlink:hover {
  background-color: #ccc !important;
}
body.sociallogin-account-socialaccounts .icon-facebook:before {
  content: "\e86f";
}
body.sociallogin-account-socialaccounts .icon-amazon:before {
  content: "\e86a";
}
body.sociallogin-account-socialaccounts .icon-google:before {
  content: "\e853";
}
body.sociallogin-account-socialaccounts .icon-instagram:before {
  content: "\e889";
}
body.sociallogin-account-socialaccounts .icon-twitter:before {
  content: "\e85f";
}
body.sociallogin-account-socialaccounts .icon-linkedin:before {
  content: "\e858";
}
body.sociallogin-account-socialaccounts .icon-paypal:before {
  content: "\e833";
}
body.sociallogin-account-socialaccounts .icon-unlink:before {
  content: "\e7c5";
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
  float: left;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 63%;
  float: left;
  padding: 1.2%;
}
body.wp-sl.theme-pearl div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.wp-sl.theme-pearl .sl-ajaxlogin-title-space {
  font-size: 0.5em;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 75%;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  font-size: 2.2rem;
  line-height: 1.1;
  border-bottom: 1px solid #c6c6c6;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 0 0 25px;
  width: 33%;
  float: right;
}
body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong,
body.wp-sl.theme-pearl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-size: inherit;
  font-family: inherit;
}
body.wp-sl.theme-pearl.customer-account-login div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 10px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  border-bottom: unset;
  margin-bottom: unset;
  font-size: inherit;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 600;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title:after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title.open:after {
  content: '\e621';
  font-family: 'luma-icons';
  font-size: 12px;
  color: #858585;
  position: absolute;
  right: 20px;
}
body.checkout-cart-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  display: none;
  max-width: unset;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper {
  width: 100% !important;
  margin-bottom: unset;
  margin-top: 45px;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
  cursor: pointer;
  font-size: 2.6rem;
}
body.checkout-index-index div.cart-summary div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title strong {
  font-weight: 300;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper {
  width: 32%;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 62%;
  padding: 10px;
}
body._has-auth-shown .authentication-wrapper {
  z-index: 9000;
}
.popup-authentication .modal-inner-wrap {
  max-width: 400px;
}
#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;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.products.wrapper.grid.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.products.wrapper.grid.products-grid .product-items .product-item {
  width: calc(33.33% - 12px);
  background-color: #1C1C1C;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: inset 0 0 0 1px #515151;
  transition: box-shadow 0.3s eases all ease-in;
  -webkit-transition: box-shadow 0.3s ease 0.5s ease;
  -moz-transition: box-shadow 0.3s ease 0.5s ease;
  -o-transition: box-shadow 0.3s ease 0.5s ease;
  -ms-transition: box-shadow 0.3s ease 0.5s ease;
  transition: box-shadow 0.3s ease 0.5s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.products.wrapper.grid.products-grid .product-items .product-item:hover {
  box-shadow: inset 0 0 0 1px #BABABA;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-image-container {
  display: block;
  width: 100% !important;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-image-wrapper {
  background-color: #F9F9F9;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-photo {
  display: block;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details {
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .rating-summary {
  margin-bottom: 0;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .rating-summary .rating-result {
  width: 89px;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .rating-summary .rating-result > span:before,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .rating-summary .rating-result::before {
  letter-spacing: -7px;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .rating-summary .rating-result > span:before {
  color: #FBA019;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-name {
  display: block;
  margin-bottom: 8px;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-name a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  height: 48px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-name a:visited {
  color: #fff;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #9C9C9C;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description h1,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description h2,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description h3,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description h4,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description h5,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description h6,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .short-description p {
  font-size: 14px;
  margin: 0;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy {
  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;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #515151;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box {
  margin: 0;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .custom-old-price {
  margin: 0 !important;
  line-height: 1.5;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .old-price {
  text-decoration: none;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 12px;
  color: #9C9C9C;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .old-price .price::before {
  content: 'De: ';
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .price-billet {
  line-height: 1;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price {
  font-size: 20px;
  font-weight: 600 !important;
  white-space: nowrap;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price::after {
  content: ' no pix';
  font-size: 12px;
  font-weight: 400;
  color: #9C9C9C;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .explicative-text {
  margin: 0;
  font-size: 12px;
  color: #9C9C9C;
  white-space: nowrap;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .price-box .explicative-text b {
  font-weight: 400;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .product-item-actions {
  margin: 0;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .actions-primary .form-align,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .actions-primary form {
  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: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .qtywrap {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 6px;
  background-color: #2A2A2A;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .qtywrap .qty {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  vertical-align: middle;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .qtywrap .minus,
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .qtywrap .plus {
  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;
  font-weight: 400;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .tocart {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  padding: 12px;
  background-color: #25a222;
  border-radius: 10px;
  transition: background-color 0.3s eases all ease-in;
  -webkit-transition: background-color 0.3s ease 0.5s ease;
  -moz-transition: background-color 0.3s ease 0.5s ease;
  -o-transition: background-color 0.3s ease 0.5s ease;
  -ms-transition: background-color 0.3s ease 0.5s ease;
  transition: background-color 0.3s ease 0.5s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details .product-item-price-buy .tocart:hover {
  background-color: #086d06;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details form.action-loading {
  position: relative;
  pointer-events: none;
  opacity: .5;
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details form.action-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.products.wrapper.grid.products-grid .product-items .product-item .product-item-details form.action-loading::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid #aaa;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.products.wrapper.grid.products-grid .product-items .discount-flag {
  display: none;
}
.category-cms {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.category-cms .featured-block-home {
  position: relative;
  padding-block: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.category-cms .featured-block-home figure {
  flex: 0 0 52%;
  order: 2;
}
.category-cms .featured-block-home figure img {
  display: block;
}
.category-cms .featured-block-home .featured-block-text {
  flex: 0 0 48%;
  order: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-inline: 100px;
  padding-bottom: 56px;
}
.category-cms .featured-block-home .featured-block-text h1,
.category-cms .featured-block-home .featured-block-text h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.category-cms .featured-block-home .featured-block-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #BEC3CB;
  margin-block: 16px;
}
.category-cms .featured-block-home .featured-block-text a {
  float: right;
  clear: both;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #15A912;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  line-height: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-cms .featured-block-home .featured-block-text a:hover {
  background-color: #086d06;
  color: #fff;
}
.category-cms .featured-block-home .featured-block-text a::after {
  content: '\F006';
  font-family: 'fontello';
  font-size: 14px;
  font-weight: 400;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 0;
  text-align: left;
}
.toolbar-products.bottom {
  margin-block: 32px;
}
.toolbar-products::before,
.toolbar-products::after {
  display: none;
}
.toolbar-sorter.sorter {
  position: relative;
  box-shadow: 0 0 0 1px #2d2d2d;
  box-sizing: border-box;
  border-radius: 8px;
}
.hidden-select {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.custom-dropdown-wrapper {
  position: relative;
}
.custom-dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  gap: 8px;
}
.custom-dropdown-trigger .label {
  margin-right: 0;
}
.custom-dropdown-trigger .icon::after {
  display: block;
  content: '\F006';
  font-family: 'fontello';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transform: rotate(90deg);
}
.custom-dropdown-trigger.active .icon {
  transform: rotate(180deg);
}
.custom-dropdown-options {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  right: 0;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
.custom-dropdown-options .option-item {
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.custom-dropdown-options .option-item:hover {
  background: #121212;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #3c3c3b;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #cccccc;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ffffff;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #ffffff;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #2d2d2d;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #2d2d2d;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #3c3c3b;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ffffff;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ffffff;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: none;
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  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;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #2d2d2d;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #2d2d2d;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #2d2d2d;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #2d2d2d;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #ffffff;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #cccccc;
  text-decoration: none;
}
button.map-show-info:active {
  color: #ffffff;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #ffffff;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\E843';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #2d2d2d;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/bistwobis/tabacaria/pt_BR/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/bistwobis/tabacaria/pt_BR/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 70px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #e8e8e8;
  font-family: 'icons-blank-theme';
  font-size: 22px;
  height: 22px;
  letter-spacing: -10px;
  line-height: 22px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffd600;
  font-family: 'icons-blank-theme';
  font-size: 22px;
  height: 22px;
  letter-spacing: -10px;
  line-height: 22px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #e8e8e8;
  font-family: 'icons-blank-theme';
  font-size: 22px;
  height: 22px;
  letter-spacing: -10px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffd600;
  font-family: 'icons-blank-theme';
  font-size: 22px;
  height: 22px;
  letter-spacing: -10px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 22px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #2d2d2d;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #2d2d2d;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: none;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ffffff;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #e0e0e0;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/bistwobis/tabacaria/pt_BR/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #ffffff;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #cccccc;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ffffff;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #ffffff;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #ffffff;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #cccccc;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ffffff;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #ffffff;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  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;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\E843';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #2d2d2d;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #2d2d2d;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #2d2d2d;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.slick-slider .slick-slide {
  padding: 0 !important;
}
.banner_super_topo {
  background-color: #1F1F1F;
  font-family: 'Inter', sans-serif;
}
.banner_super_topo #banner-slider-carousel {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.banner_super_topo ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding-block: 10px;
  box-sizing: border-box;
}
.banner_super_topo ul li {
  text-align: center;
  margin: 0;
}
.banner_super_topo ul li.separator {
  font-size: 8px;
  font-weight: 700;
  color: #fff;
}
.banner_super_topo ul li p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.banner_super_topo ul li p span {
  background-color: #fff;
  color: #1F1F1F;
  margin-right: 6px;
  padding: 0 6px;
  border-radius: 4px;
}
.banner_topo_desk ul {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.banner_topo_desk ul .item-image:not(:first-child) {
  display: none;
}
.banner_topo_desk ul.slick-initialized .slick-slide {
  display: block;
}
.banner_topo_desk .slick-dotted.slick-slider {
  padding: 0;
}
.banner_topo_desk .slick-dotted.slick-slider .slick-prev {
  left: 2.60%;
}
.banner_topo_desk .slick-dotted.slick-slider .slick-next {
  right: 2.60%;
}
.banner_topo_desk .slick-dotted.slick-slider .slick-dotted-inside {
  position: absolute;
  bottom: 8.33%;
  right: 3.65%;
  display: flex;
  gap: 40px;
}
.banner_topo_desk .slick-dotted.slick-slider .slick-dotted-inside li button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}
.banner_topo_desk .slick-dotted.slick-slider .slick-dotted-inside li.slick-active button {
  background-color: #fff;
}
.ofertas-container {
  position: relative;
  padding-block: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ofertas-container .container-wrapper {
  max-width: 1076px;
}
.ofertas-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url("../../frontend/bistwobis/tabacaria/pt_BR/images/midSection.jpg") center / cover no-repeat;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
.flashSale {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flashSale .block-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
  background-color: #000000BF;
  border-radius: 32px;
  margin-bottom: 24px;
  padding-block: 32px;
  padding-inline: 64px;
  box-sizing: border-box;
}
.flashSale .block-title .title-wrapper {
  width: 100%;
  max-width: 508px;
  text-align: center;
  color: #fff;
}
.flashSale .block-title .title-wrapper span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.flashSale .block-title .title-wrapper strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  padding-inline: 50px;
  line-height: 120%;
}
.flashSale .block-title .titleClock {
  width: 100%;
  max-width: 386px;
}
.flashSale ul.ulFlashSale {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.flashSale ul.ulFlashSale > li.product-item {
  flex: 0 0 calc(33% - 16px);
  width: 100%;
  margin: 0;
  background-color: #1C1C1C;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: inset 0 0 0 1px #515151;
  transition: box-shadow 0.3s eases all ease-in;
  -webkit-transition: box-shadow 0.3s ease 0.5s ease;
  -moz-transition: box-shadow 0.3s ease 0.5s ease;
  -o-transition: box-shadow 0.3s ease 0.5s ease;
  -ms-transition: box-shadow 0.3s ease 0.5s ease;
  transition: box-shadow 0.3s ease 0.5s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.flashSale ul.ulFlashSale > li.product-item:hover {
  box-shadow: inset 0 0 0 1px #BABABA;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-info {
  width: 100%;
}
.flashSale ul.ulFlashSale > li.product-item .product-image-container {
  display: block;
}
.flashSale ul.ulFlashSale > li.product-item .product-image-wrapper {
  background-color: #F9F9F9;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-photo {
  display: block;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details {
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .rating-summary {
  margin-bottom: 0;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .rating-summary .rating-result {
  width: 89px;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .rating-summary .rating-result > span:before,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .rating-summary .rating-result::before {
  letter-spacing: -7px;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .rating-summary .rating-result > span:before {
  color: #FBA019;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-name a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  height: 48px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-name a:visited {
  color: #fff;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #9C9C9C;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description h1,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description h2,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description h3,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description h4,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description h5,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description h6,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .short-description p {
  font-size: 14px;
  margin: 0;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy {
  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;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #515151;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box {
  margin: 0;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .custom-old-price {
  margin: 0 !important;
  line-height: 1.5;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .old-price {
  text-decoration: none;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 12px;
  color: #9C9C9C;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .old-price .price::before {
  content: 'De: ';
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .price-billet {
  line-height: 1;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .price-billet .price {
  font-size: 20px;
  font-weight: 600 !important;
  white-space: nowrap;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .price-billet .price::after {
  content: ' no pix';
  font-size: 12px;
  font-weight: 400;
  color: #9C9C9C;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .explicative-text {
  margin: 0;
  font-size: 12px;
  color: #9C9C9C;
  white-space: nowrap;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .explicative-text b {
  font-weight: 400;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .price-box .discount-flag {
  display: none !important;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .product-item-actions {
  margin: 0;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .actions-primary .form-align,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .actions-primary form {
  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: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .qtywrap {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 6px;
  background-color: #2A2A2A;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .qtywrap .qty {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  vertical-align: middle;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .qtywrap .minus,
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .qtywrap .plus {
  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;
  font-weight: 400;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .tocart {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  padding: 12px;
  background-color: #25a222;
  border-radius: 10px;
  transition: background-color 0.3s eases all ease-in;
  -webkit-transition: background-color 0.3s ease 0.5s ease;
  -moz-transition: background-color 0.3s ease 0.5s ease;
  -o-transition: background-color 0.3s ease 0.5s ease;
  -ms-transition: background-color 0.3s ease 0.5s ease;
  transition: background-color 0.3s ease 0.5s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .tocart:hover {
  background-color: #086d06;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details .product-item-price-buy .tocart:visited {
  background-color: #25a222;
  color: #fff;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details form.action-loading {
  position: relative;
  pointer-events: none;
  opacity: .5;
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details form.action-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.flashSale ul.ulFlashSale > li.product-item .product-item-details form.action-loading::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid #aaa;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.flashSale .countDownStyle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  position: relative;
}
.flashSale .countDownStyle > span {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.flashSale .countDownStyle > span.separador {
  font-size: 20px;
  color: #fff;
}
.flashSale .countDownStyle > span:not(.separador) {
  background-color: #F9F7FD;
  border-radius: 16px;
  color: #1a1a1a;
  width: 80px;
  height: 66px;
  padding-block: 10px;
  box-sizing: border-box;
}
.flashSale .countDownStyle > span:after {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.flashSale .countDownStyle > span.dias:after {
  content: 'dias';
}
.flashSale .countDownStyle > span.horas:after {
  content: 'horas';
}
.flashSale .countDownStyle > span.minutos:after {
  content: 'min';
}
.flashSale .countDownStyle > span.segundos:after {
  content: 'seg';
}
.flashSale .countDownStyle > span span {
  width: 20px;
  line-height: 1;
}
.flashSale a.vermais {
  display: table;
  margin: 42px auto;
  background-color: #25a222;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  transition: background-color 0.3s ease;
  padding: 14px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.flashSale a.vermais:hover {
  background-color: #086d06;
}
.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;
}
.categories-view-all-grid ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
  grid-gap: 1rem;
}
.categories-view-all-grid ul li {
  width: 312px;
  height: 312px;
}
.categories-view-all-grid ul li a {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
  transition: transform 0.3s ease;
}
.categories-view-all-grid ul li a .category-image {
  width: 100%;
  height: 222px;
  overflow: hidden;
  object-fit: cover;
}
.categories-view-all-grid ul li a .category-image img {
  width: 100%;
}
.categories-view-all-grid ul li a .category-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #312780;
  color: #fff;
  padding: 20px;
  height: 89px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.categories-view-all-grid ul li a .category-name p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.categories-view-all-grid ul li a .category-name .category-subtitle {
  font-size: 16px;
  font-weight: 400;
}
.categories-view-all-grid ul li a .category-name i {
  font-size: 36px;
}
.categories-view-all-grid ul li a .category-name i.icon-setadir:before {
  content: '\e97d';
}
.categories-view-all-grid ul li a:hover {
  box-shadow: 0 0 0 1px #312780;
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}
.category-widget-main {
  margin-block: 32px;
}
.category-widget-main .title-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px 0;
}
.category-widget-main .title-arrow .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.category-widget-main .title-arrow .arrows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 12px;
}
.category-widget-main .title-arrow .arrows .arrow-left,
.category-widget-main .title-arrow .arrows .arrow-right {
  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: 38px;
  height: 38px;
  border: 1px solid #515151;
  background: #3E3E3E;
  border-radius: 10px;
  cursor: pointer;
}
.category-widget-main .title-arrow .arrows .arrow-left i,
.category-widget-main .title-arrow .arrows .arrow-right i {
  font-size: 20px;
}
.category-widget-main .title-arrow .arrows .arrow-left.slick-disabled,
.category-widget-main .title-arrow .arrows .arrow-right.slick-disabled {
  opacity: 40%;
}
.category-widget-main .category {
  margin: 0 -6px;
}
.category-widget-main .category.slick-initialized .slick-slide {
  display: block;
}
.category-widget-main .category .category-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
}
.category-widget-main .category .category-list:not(:first-child) {
  display: none;
}
.category-widget-main .category .category-list a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 347.66px;
  aspect-ratio: 0.77300723;
  border-radius: 26px;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  transition: all 0.4s ease;
}
.category-widget-main .category .category-list a .category-title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
  padding: 12px;
  background: #00000059;
  backdrop-filter: blur(12px);
  color: #fff;
}
.category-widget-main .category .category-list a .category-title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 16px 0;
}
.category-widget-main .category .category-list a .category-title .category-subtitle {
  height: 38px;
  font-size: 15px;
  line-height: 19px;
  display: block;
  overflow: hidden;
}
.category-widget-main .category .category-list a:hover {
  background-size: 110%;
  transition: all 0.4s ease;
}
.category-widget-main .category .category-list a:hover .category-title {
  background: #000000BF;
}
@media screen and (max-width: 768px) {
  .categories-view-all-grid {
    padding-block: 4px;
    overflow-x: auto;
    width: 100%;
  }
  .categories-view-all-grid ul {
    display: flex;
    gap: 1rem;
  }
  .categories-view-all-grid ul li {
    flex: none;
    width: 312px;
  }
  .category-widget-main .title-arrow {
    align-items: flex-end;
  }
  .category-widget-main .category .category-list a .category-title {
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #000000BF;
  }
  .category-widget-main .category .category-list a .category-title p {
    font-size: 20px;
    margin: 0 0 4px 0;
  }
  .category-widget-main .category .category-list a .category-title .category-subtitle {
    height: 24px;
    line-height: 12px;
    font-size: 10px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
body {
  position: relative;
}
.account-nav .content {
  background-color: #fff !important;
}
.login-overlay,
.reset-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  padding: 0;
  display: none;
  box-sizing: border-box;
}
.login-overlay.open,
.reset-overlay.open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-overlay.open.context-checkout,
.reset-overlay.open.context-checkout {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex !important;
}
.cancelbtn {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  border: none;
  z-index: 2;
}
.cancelbtn::before,
.cancelbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: #fff;
  transform-origin: center center;
}
.cancelbtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cancelbtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cancelbtn:hover {
  cursor: pointer;
  background-color: transparent;
}
.popup-login-form,
.popup-register-form,
.popup-reset-form,
.popup-success-reset-form {
  position: relative;
  display: none;
}
.popup-success-reset-form .container .title:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiI+CiAgPGRlZnM+CiAgICA8ZmlsdGVyIGlkPSJQYXRoXzkiPgogICAgICA8ZmVPZmZzZXQgZHk9Ii0yIiBpbnB1dD0iU291cmNlQWxwaGEiLz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iYmx1ciIvPgogICAgICA8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwLjE2MSIgcmVzdWx0PSJjb2xvciIvPgogICAgICA8ZmVDb21wb3NpdGUgb3BlcmF0b3I9Im91dCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iYmx1ciIvPgogICAgICA8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbj0iY29sb3IiLz4KICAgICAgPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJTb3VyY2VHcmFwaGljIi8+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CiAgPGcgaWQ9InRpY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgPGcgZGF0YS10eXBlPSJpbm5lclNoYWRvd0dyb3VwIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfOS0yIiBkYXRhLW5hbWU9IlBhdGggOSIgZD0iTTE4LDBBMTgsMTgsMCwxLDEsMCwxOEgwQTE3Ljk0OSwxNy45NDksMCwwLDEsMTcuOSwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGZpbGw9IiMwMDdiNmEiLz4KICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgMCwgMCkiIGZpbHRlcj0idXJsKCNQYXRoXzkpIj4KICAgICAgICA8cGF0aCBpZD0iUGF0aF85LTMiIGRhdGEtbmFtZT0iUGF0aCA5IiBkPSJNMTgsMEExOCwxOCwwLDEsMSwwLDE4SDBBMTcuOTQ5LDE3Ljk0OSwwLDAsMSwxNy45LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZmZmIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxwYXRoIGlkPSJQYXRoXzEwIiBkYXRhLW5hbWU9IlBhdGggMTAiIGQ9Ik0xMDEuOTY4LDEwNi44MzIsODkuMTg0LDExOS42MTZsLTcuMTU5LTcuMTA4LDIuOTE1LTIuODY0LDQuMjQ0LDQuMTkzLDkuODY5LTkuODY5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczLjk5NiAtOTMuNzkyKSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==");
  content: '';
  width: 50px;
  height: 50px;
  font-size: 15px;
  display: block;
  background-repeat: no-repeat;
  margin: auto;
}
.popup-success-reset-form .container .explanation {
  color: #888888;
}
.opening_date_wrapper .opening-date-icon {
  position: absolute;
  bottom: 10px;
  left: 2px;
}
.opening_date_wrapper input.pwa-textfield__input.datemask {
  padding-left: 32px;
}
.opening_date_wrapper label.pwa-textfield__label {
  margin-left: 32px;
}
.login-register-popup,
.reset-popup,
.success-reset-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-register-popup .popup-login-form,
.reset-popup .popup-login-form,
.success-reset-popup .popup-login-form,
.login-register-popup .popup-register-form,
.reset-popup .popup-register-form,
.success-reset-popup .popup-register-form,
.login-register-popup .popup-reset-form,
.reset-popup .popup-reset-form,
.success-reset-popup .popup-reset-form,
.login-register-popup .popup-success-reset-form,
.reset-popup .popup-success-reset-form,
.success-reset-popup .popup-success-reset-form {
  width: 100%;
  background-color: #1F1F1F;
  padding: 16px;
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.login-register-popup .popup-login-form,
.reset-popup .popup-login-form,
.success-reset-popup .popup-login-form,
.login-register-popup .popup-reset-form,
.reset-popup .popup-reset-form,
.success-reset-popup .popup-reset-form,
.login-register-popup .popup-success-reset-form,
.reset-popup .popup-success-reset-form,
.success-reset-popup .popup-success-reset-form {
  text-align: center;
  max-width: 100%;
  width: 360px;
}
.login-register-popup .popup-login-form .title,
.reset-popup .popup-login-form .title,
.success-reset-popup .popup-login-form .title,
.login-register-popup .popup-reset-form .title,
.reset-popup .popup-reset-form .title,
.success-reset-popup .popup-reset-form .title,
.login-register-popup .popup-success-reset-form .title,
.reset-popup .popup-success-reset-form .title,
.success-reset-popup .popup-success-reset-form .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 400;
  text-align: left;
}
.login-register-popup .popup-register-form,
.reset-popup .popup-register-form,
.success-reset-popup .popup-register-form {
  max-width: 752px;
  max-height: 75vh;
}
.login-register-popup .popup-register-form .popup-register-title,
.reset-popup .popup-register-form .popup-register-title,
.success-reset-popup .popup-register-form .popup-register-title {
  text-align: center;
  color: #ececec;
}
.login-register-popup .popup-register-form .popup-register-title .title,
.reset-popup .popup-register-form .popup-register-title .title,
.success-reset-popup .popup-register-form .popup-register-title .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 4px;
}
.login-register-popup .popup-register-form .grid-register-fields,
.reset-popup .popup-register-form .grid-register-fields,
.success-reset-popup .popup-register-form .grid-register-fields {
  max-height: calc(75vh - 200px);
  overflow: auto;
  box-sizing: border-box;
  padding: 10px;
}
.login-register-popup .popup-register-form .grid-register-fields::-webkit-scrollbar,
.reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar,
.success-reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar {
  width: 5px;
}
.login-register-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-track,
.reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-track,
.success-reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-track {
  background: transparent;
}
.login-register-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-thumb,
.reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-thumb,
.success-reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-thumb {
  background: #DC1305;
}
.login-register-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-thumb:hover,
.reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-thumb:hover,
.success-reset-popup .popup-register-form .grid-register-fields::-webkit-scrollbar-thumb:hover {
  background: #DC1305;
}
.login-register-popup .password-none .password-strength-meter::before,
.reset-popup .password-none .password-strength-meter::before,
.success-reset-popup .password-none .password-strength-meter::before {
  background-color: #000;
}
.login-register-popup .password-strength-meter,
.reset-popup .password-strength-meter,
.success-reset-popup .password-strength-meter {
  background-color: #000;
}
.login-register-popup .response-msg div,
.reset-popup .response-msg div,
.success-reset-popup .response-msg div {
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
}
.login-register-popup .response-msg div.success,
.reset-popup .response-msg div.success,
.success-reset-popup .response-msg div.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.login-register-popup .response-msg div.error,
.reset-popup .response-msg div.error,
.success-reset-popup .response-msg div.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.login-register-popup .response-msg div.warning,
.reset-popup .response-msg div.warning,
.success-reset-popup .response-msg div.warning {
  color: #f2a825;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.login-register-popup .login-link,
.reset-popup .login-link,
.success-reset-popup .login-link {
  margin-top: 10px;
}
.login-register-popup .login-link a,
.reset-popup .login-link a,
.success-reset-popup .login-link a {
  color: #fff;
}
.login-register-popup .login-link a:hover,
.reset-popup .login-link a:hover,
.success-reset-popup .login-link a:hover {
  text-decoration: underline;
}
.login-register-popup div.sociallogin-wrapper,
.reset-popup div.sociallogin-wrapper,
.success-reset-popup div.sociallogin-wrapper,
.login-register-popup .block.sociallogin-block,
.reset-popup .block.sociallogin-block,
.success-reset-popup .block.sociallogin-block {
  margin: 0;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box,
.reset-popup div.sociallogin-wrapper .sociallogin-box,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box,
.login-register-popup .block.sociallogin-block .sociallogin-box,
.reset-popup .block.sociallogin-block .sociallogin-box,
.success-reset-popup .block.sociallogin-block .sociallogin-box {
  width: 100%;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button {
  box-sizing: border-box;
  margin: 4px 0;
  padding: 0;
  width: 100%;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s;
  background: transparent !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #DFE7EE !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button span,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button span,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button span,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button span,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button span,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button span {
  background-color: transparent !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button span::after,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button span::after,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button span::after,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button span::after,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button span::after,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button span::after {
  color: #000 !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon {
  margin: 0;
  padding: 0;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon::before,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon::before,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon::before,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon::before,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon::before,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon::before {
  border-right: none !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon::after,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon::after,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button .sociallogin-icon::after,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon::after,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon::after,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button .sociallogin-icon::after {
  font-size: 14px !important;
  font-weight: 400;
  margin-left: 35px;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='google'],
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='google'],
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='google'],
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='google'],
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='google'],
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='google'] {
  color: #fff !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon {
  color: #1877F2 !important;
  background-color: transparent !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon::before,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon::before,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon::before,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon::before,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon::before,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon::before {
  font-size: 18px !important;
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button:hover,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button:hover,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button:hover,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button:hover,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button:hover,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button:hover {
  transform: scale(1);
}
.login-register-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button:hover .sociallogin-icon::after,
.reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button:hover .sociallogin-icon::after,
.success-reset-popup div.sociallogin-wrapper .sociallogin-box a.sociallogin-button:hover .sociallogin-icon::after,
.login-register-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button:hover .sociallogin-icon::after,
.reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button:hover .sociallogin-icon::after,
.success-reset-popup .block.sociallogin-block .sociallogin-box a.sociallogin-button:hover .sociallogin-icon::after {
  font-size: 13px !important;
}
.login-register-popup .btn-cadastrar,
.reset-popup .btn-cadastrar,
.success-reset-popup .btn-cadastrar {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #515151;
}
.login-register-popup .btn-cadastrar span,
.reset-popup .btn-cadastrar span,
.success-reset-popup .btn-cadastrar span {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.login-register-popup .btn-cadastrar a,
.reset-popup .btn-cadastrar a,
.success-reset-popup .btn-cadastrar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  transition: all ease 0.3s;
  background-color: #1a1a1a;
  box-shadow: inset 0 0 0 1px #373737;
  color: #fff;
}
.login-register-popup .btn-cadastrar a:hover,
.reset-popup .btn-cadastrar a:hover,
.success-reset-popup .btn-cadastrar a:hover {
  background-color: #2e2e2e;
}
.login-register-popup .register-link,
.reset-popup .register-link,
.success-reset-popup .register-link {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #515151;
}
.login-register-popup .register-link span,
.reset-popup .register-link span,
.success-reset-popup .register-link span {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.login-register-popup .register-link a,
.reset-popup .register-link a,
.success-reset-popup .register-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  transition: all ease 0.3s;
  background-color: #1a1a1a;
  box-shadow: inset 0 0 0 1px #373737;
  color: #fff;
}
.login-register-popup .register-link a:hover,
.reset-popup .register-link a:hover,
.success-reset-popup .register-link a:hover {
  background-color: #2e2e2e;
}
.login-register-popup button.login,
.reset-popup button.login,
.success-reset-popup button.login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  background-color: #dc1305;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.4s;
}
.login-register-popup button.login:hover,
.reset-popup button.login:hover,
.success-reset-popup button.login:hover {
  background-color: #aa0f04;
  font-size: 13px;
}
.login-register-popup .forgetPass,
.reset-popup .forgetPass,
.success-reset-popup .forgetPass {
  float: left;
  clear: both;
  margin-bottom: 12px;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.login-register-popup .imgcontainer,
.reset-popup .imgcontainer,
.success-reset-popup .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}
.login-register-popup img.avatar,
.reset-popup img.avatar,
.success-reset-popup img.avatar {
  width: 40%;
  border-radius: 50%;
}
.login-register-popup span.psw,
.reset-popup span.psw,
.success-reset-popup span.psw {
  float: right;
  padding-top: 16px;
}
.login-register-popup .outext,
.reset-popup .outext,
.success-reset-popup .outext {
  position: relative;
}
.login-register-popup .outext span,
.reset-popup .outext span,
.success-reset-popup .outext span {
  display: none;
}
.login-register-popup .grid-register-fields,
.reset-popup .grid-register-fields,
.success-reset-popup .grid-register-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.login-register-popup .grid-register-fields .pwa-textfield,
.reset-popup .grid-register-fields .pwa-textfield,
.success-reset-popup .grid-register-fields .pwa-textfield {
  width: calc(50% - 8px);
}
.login-register-popup .grid-register-fields .pwa-textfield .change-taxvat,
.reset-popup .grid-register-fields .pwa-textfield .change-taxvat,
.success-reset-popup .grid-register-fields .pwa-textfield .change-taxvat {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}
.login-register-popup .grid-register-fields.d-flex-row,
.reset-popup .grid-register-fields.d-flex-row,
.success-reset-popup .grid-register-fields.d-flex-row {
  flex-direction: row;
}
.login-register-popup .grid-register-fields.d-flex-row > *,
.reset-popup .grid-register-fields.d-flex-row > *,
.success-reset-popup .grid-register-fields.d-flex-row > * {
  width: calc(50% - 8px);
}
.login-register-popup .field-dob ._has-datepicker,
.reset-popup .field-dob ._has-datepicker,
.success-reset-popup .field-dob ._has-datepicker {
  padding-left: 32px !important;
  padding-top: 12px !important;
}
.login-register-popup .field-dob .pwa-textfield__label.inactive,
.reset-popup .field-dob .pwa-textfield__label.inactive,
.success-reset-popup .field-dob .pwa-textfield__label.inactive {
  margin-left: 32px;
}
.login-register-popup .field-dob .ui-datepicker-trigger,
.reset-popup .field-dob .ui-datepicker-trigger,
.success-reset-popup .field-dob .ui-datepicker-trigger {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 24px;
  height: 24px;
}
.login-register-popup .field-dob .ui-datepicker-trigger img,
.reset-popup .field-dob .ui-datepicker-trigger img,
.success-reset-popup .field-dob .ui-datepicker-trigger img {
  display: none;
}
.pwa-textfield {
  position: relative;
  margin-bottom: 8px;
}
.pwa-textfield:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  width: 0;
  top: 46px;
  background: #fff;
  height: 2px;
  transition: all 300ms ease;
}
.pwa-textfield.active:before {
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.pwa-textfield.active .pwa-textfield__input::-moz-placeholder,
.pwa-textfield.active .customer-dob ._has-datepicker::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.pwa-textfield.active .pwa-textfield__input:-ms-input-placeholder,
.pwa-textfield.active .customer-dob ._has-datepicker:-ms-input-placeholder {
  color: #555;
}
.pwa-textfield.active .pwa-textfield__input::-webkit-input-placeholder,
.pwa-textfield.active .customer-dob ._has-datepicker::-webkit-input-placeholder {
  color: #555;
}
.pwa-textfield .pwa-textfield__input,
.pwa-textfield .customer-dob ._has-datepicker {
  width: 100%;
  height: 48px;
  margin-bottom: 2px;
  padding: 20px 10px 10px;
  border: none;
  font-size: 14px;
  color: #fff;
  background-color: #1F1F1F;
  box-shadow: inset 0 0 0 2px #ccc;
  border-radius: 10px;
}
.pwa-textfield .pwa-textfield__input::-moz-placeholder,
.pwa-textfield .customer-dob ._has-datepicker::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.pwa-textfield .pwa-textfield__input:-ms-input-placeholder,
.pwa-textfield .customer-dob ._has-datepicker:-ms-input-placeholder {
  color: #fff;
}
.pwa-textfield .pwa-textfield__input::-webkit-input-placeholder,
.pwa-textfield .customer-dob ._has-datepicker::-webkit-input-placeholder {
  color: #fff;
}
.pwa-textfield textarea.pwa-textfield__input,
.pwa-textfield textarea .customer-dob ._has-datepicker {
  padding: 0 10px 10px;
  margin: 20px 0 -3px 0;
  resize: vertical;
  overflow: auto;
}
.pwa-textfield .pwa-textfield__label {
  position: absolute;
  top: 0;
  left: 4px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  user-select: none;
  z-index: 5;
}
.pwa-textfield .pwa-textfield__label.active {
  font-size: 13px;
  margin: 0;
  color: #39b54a;
}
.pwa-textfield .pwa-textfield__label.inactive {
  margin-top: 15px;
  color: #999;
}
.pwa-textfield .pwa-textfield__label.transition {
  transition: all 0.2s linear;
}
.pwa-checkbox {
  position: relative;
}
.pwa-checkbox .pwa-checkbox__input {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0;
  width: 18px;
  height: 18px;
  z-index: 1;
  opacity: 0;
}
.pwa-checkbox .pwa-checkbox__input + .pwa-checkbox__label {
  position: relative;
  display: block;
  padding: 6px 10px 6px 28px !important;
  text-align: left;
  cursor: pointer;
  user-select: none;
}
.pwa-checkbox .pwa-checkbox__input + .pwa-checkbox__label:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0;
  width: 18px;
  height: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #666;
  border-radius: 0;
}
.pwa-checkbox .pwa-checkbox__input + .pwa-checkbox__label:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 4px;
  top: 50%;
  margin: -5px 0 0;
  left: 4px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  opacity: 0;
  transform: rotate(-45deg);
}
.pwa-checkbox .pwa-checkbox__input:disabled + .pwa-checkbox__label {
  cursor: not-allowed;
  opacity: 0.5;
}
.pwa-checkbox .pwa-checkbox__input:disabled:checked + .pwa-checkbox__label:before {
  background: #666;
  box-shadow: inset 0 0 0 1px #666;
}
.pwa-checkbox .pwa-checkbox__input:disabled:checked + .pwa-checkbox__label:after {
  opacity: 1;
}
.pwa-checkbox .pwa-checkbox__input:checked + .pwa-checkbox__label:after {
  opacity: 1;
}
.customer-account-createpassword .field.password.required .field-icon,
.customer-account-createpassword .field.confirmation.required .field-icon {
  top: 3px;
}
.field.password.required .control,
.field.confirmation.required .control,
.login-register-popup .control {
  position: relative;
}
.field.password.required .field-icon,
.field.confirmation.required .field-icon,
.login-register-popup .field-icon {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
.field.password.required .field-icon.toggle-password.eye-close::before,
.field.confirmation.required .field-icon.toggle-password.eye-close::before,
.login-register-popup .field-icon.toggle-password.eye-close::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjI2cHgiIHZpZXdCb3g9IjI4NC42NCA0MDcuOTQ1IDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI4NC42NCA0MDcuOTQ1IDI2IDI2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBmaWxsPSIjODg4ODg4IiBkPSJNMzA2LjUxNCw0MjguMjczYy0wLjIwMiwwLTAuNDA3LTAuMDYyLTAuNTg0LTAuMTg5bC0xNy41NDItMTIuNjU2Yy0wLjQ0OC0wLjMyMy0wLjU0OS0wLjk0OC0wLjIyNi0xLjM5Ng0KCQkJczAuOTQ5LTAuNTQ5LDEuMzk2LTAuMjI2bDE3LjU0MiwxMi42NTdjMC40NDgsMC4zMjIsMC41NDksMC45NDgsMC4yMjYsMS4zOTZDMzA3LjEzLDQyOC4xMjksMzA2LjgyNCw0MjguMjczLDMwNi41MTQsNDI4LjI3M3oiLz4NCgk8L2c+DQoJPGc+DQoJCTxwYXRoIGZpbGw9IiM4ODg4ODgiIGQ9Ik0zMDkuNDU4LDQyMC40NzZjLTAuMjE0LTAuMjM3LTUuMzY3LTUuODU5LTExLjgxOS01Ljg1OWMtMS41OTIsMC0zLjEwNCwwLjM0NC00LjQ4MiwwLjg2M2wxLjgzOSwxLjMyNw0KCQkJYzAuNzY1LTAuNDksMS42NjgtMC43ODMsMi42NDMtMC43ODNjMi43MTUsMCw0LjkyMiwyLjIwOCw0LjkyMiw0LjkyMmMwLDAuNDE3LTAuMDY3LDAuODE0LTAuMTY1LDEuMjAxbDMuMzIsMi4zOTYNCgkJCWMyLjIxNy0xLjQ3LDMuNjMyLTMuMDA3LDMuNzQxLTMuMTI4QzMwOS43LDQyMS4xNDYsMzA5LjcsNDIwLjc0NCwzMDkuNDU4LDQyMC40NzZ6Ii8+DQoJCTxwYXRoIGZpbGw9IiM4ODg4ODgiIGQ9Ik0zMDEuNDk4LDQyMy45NjRjLTAuOTAxLDEuMTQ5LTIuMjg3LDEuOTAyLTMuODU5LDEuOTAyYy0yLjcxNiwwLTQuOTIyLTIuMjA2LTQuOTIyLTQuOTIyDQoJCQljMC0xLjAwNiwwLjMwNi0xLjk0LDAuODI2LTIuNzIxbC0yLjQ3Ni0xLjc4N2MtMy4wNzUsMS42NjYtNS4xMTYsMy44OTItNS4yNDksNC4wMzljLTAuMjM5LDAuMjY4LTAuMjM5LDAuNjcsMCwwLjkzOA0KCQkJYzAuMjEzLDAuMjM3LDUuMzY2LDUuODU5LDExLjgyMSw1Ljg1OWMyLjI4MiwwLDQuMzk0LTAuNzA4LDYuMTktMS42MjdMMzAxLjQ5OCw0MjMuOTY0eiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzg4ODg4OCIgZD0iTTI5OC4zNzksNDE5LjI0N2MwLjA4My0wLjU4MiwwLjM5MS0xLjA5MSwwLjg1MS0xLjQyYy0wLjQ4NC0wLjI0Ni0xLjAxOC0wLjM5OC0xLjU5LTAuMzk4DQoJCQljLTAuNDkxLDAtMC45NTgsMC4xMDMtMS4zODMsMC4yODZMMjk4LjM3OSw0MTkuMjQ3eiIvPg0KCQk8cGF0aCBmaWxsPSIjODg4ODg4IiBkPSJNMjk1LjA4Miw0MTguNTVjLTAuNTg5LDAuNjI5LTAuOTU4LDEuNDY4LTAuOTU4LDIuMzk1YzAsMS45NDEsMS41NzksMy41MTYsMy41MTYsMy41MTYNCgkJCWMxLjM0MiwwLDIuNDk3LTAuNzYyLDMuMDg1LTEuODcyTDI5NS4wODIsNDE4LjU1eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}
.field.password.required .field-icon.toggle-password.eye-open::before,
.field.confirmation.required .field-icon.toggle-password.eye-open::before,
.login-register-popup .field-icon.toggle-password.eye-open::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjI2cHgiIHZpZXdCb3g9IjI4NC42NCA0MDcuOTQ1IDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI4NC42NCA0MDcuOTQ1IDI2IDI2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8Zz4NCgkJCTxwYXRoIGZpbGw9IiM4ODg4ODgiIGQ9Ik0zMDkuNDU4LDQyMC40NzZjLTAuMjE0LTAuMjM3LTUuMzY3LTUuODU5LTExLjgxOS01Ljg1OWMtNi40NTUsMC0xMS42MDcsNS42MjMtMTEuODIxLDUuODU5DQoJCQkJYy0wLjIzOSwwLjI2OC0wLjIzOSwwLjY3LDAsMC45MzhjMC4yMTMsMC4yMzcsNS4zNjYsNS44NTksMTEuODIxLDUuODU5YzYuNDUyLDAsMTEuNjA1LTUuNjIyLDExLjgxOS01Ljg1OQ0KCQkJCUMzMDkuNyw0MjEuMTQ2LDMwOS43LDQyMC43NDQsMzA5LjQ1OCw0MjAuNDc2eiBNMjk3LjYzOSw0MjUuODY3Yy0yLjcxNiwwLTQuOTIyLTIuMjA2LTQuOTIyLTQuOTIyDQoJCQkJYzAtMi43MTMsMi4yMDYtNC45MjIsNC45MjItNC45MjJjMi43MTUsMCw0LjkyMiwyLjIwOCw0LjkyMiw0LjkyMkMzMDIuNTYyLDQyMy42NjEsMzAwLjM1NSw0MjUuODY3LDI5Ny42MzksNDI1Ljg2N3oiLz4NCgkJPC9nPg0KCTwvZz4NCgk8Zz4NCgkJPGc+DQoJCQk8cGF0aCBmaWxsPSIjODg4ODg4IiBkPSJNMjk4LjM0Myw0MTkuNTM5YzAtMC43MDYsMC4zNTEtMS4zMjgsMC44ODctMS43MTFjLTAuNDg0LTAuMjQ2LTEuMDE4LTAuMzk4LTEuNTktMC4zOTgNCgkJCQljLTEuOTM3LDAtMy41MTYsMS41OC0zLjUxNiwzLjUxNmMwLDEuOTQxLDEuNTc5LDMuNTE2LDMuNTE2LDMuNTE2YzEuNzM1LDAsMy4xNjgtMS4yNjcsMy40NTMtMi45MjMNCgkJCQlDMjk5LjY3OSw0MjEuOTk3LDI5OC4zNDMsNDIwLjkyMiwyOTguMzQzLDQxOS41Mzl6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.fieldset.create.account .field.password.required .field-icon,
.fieldset.login .field.password.required .field-icon,
.fieldset.create.account .field.confirmation.required .field-icon,
.fieldset.login .field.confirmation.required .field-icon {
  top: 3px;
}
.customer-account-login .login-container .fieldset > .field > .control {
  width: 74.2%;
}
.legal-age.modal-popup._show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.legal-age .modal-inner-wrap {
  margin: auto;
  width: fit-content;
  background-color: transparent;
  border-radius: 24px;
  overflow: hidden;
}
.legal-age .modal-inner-wrap .modal-header,
.legal-age .modal-inner-wrap .modal-content,
.legal-age .modal-inner-wrap .modal-footer {
  padding: 0;
}
.legal-age .modal-inner-wrap .action-close {
  z-index: 4;
}
.legal-age .modal-inner-wrap .action-close::before {
  font-size: 42px;
  color: #fff;
}
.legal-age .modal-inner-wrap #legal-popup {
  display: flex;
  width: 100%;
  max-width: 964px;
  height: auto;
  min-height: 550px;
  overflow: hidden;
  position: relative;
  background: #1f1f1f;
  border-radius: 24px;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__background {
  object-fit: cover;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__background--mobile {
  display: none;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__content {
  width: 50%;
  padding: 48px 40px 40px;
  z-index: 3;
  margin-left: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__main-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 28px;
  color: #C5C5C5;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__actions .btn-age {
  width: 100%;
  padding: 14px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: .2s;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__actions .no {
  background: #3a3a3a;
  color: #fff;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__actions .no:hover {
  background: #2a2a2a;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__actions .yes {
  background: #22c55e;
  color: #fff;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__actions .yes:hover {
  background: #18a34a;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__privacy {
  font-size: 12px;
  line-height: 140%;
  color: #fff;
}
.legal-age .modal-inner-wrap #legal-popup .legal-popup__privacy a {
  display: block;
  color: #fff;
  text-decoration: underline;
}
/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .legal-age {
    left: 16px !important;
    right: 16px !important;
    top: 16px !important;
  }
  .legal-age .modal-inner-wrap {
    background-color: transparent !important;
    max-height: fit-content !important;
  }
  .legal-age .modal-inner-wrap #legal-popup {
    flex-direction: column;
    padding: 0;
  }
  .legal-age .modal-inner-wrap #legal-popup .legal-popup__background--desktop {
    display: none;
  }
  .legal-age .modal-inner-wrap #legal-popup .legal-popup__background--mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .legal-age .modal-inner-wrap #legal-popup .legal-popup__content {
    width: 100%;
    margin: 0;
    padding: 260px 24px 24px;
    text-align: center;
  }
  .legal-age .modal-inner-wrap #legal-popup .legal-popup__actions {
    flex-direction: column;
    gap: 12px;
  }
  .legal-age .modal-inner-wrap #legal-popup .legal-popup__actions .btn-age {
    width: 100%;
  }
}
.minicart-wrapper .d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#custom-sliding-cart .minicart-wrapper {
  float: right;
  margin: 0;
  display: inline-block;
  position: relative;
}
#custom-sliding-cart .minicart-wrapper:before,
#custom-sliding-cart .minicart-wrapper:after {
  content: '';
  display: table;
}
#custom-sliding-cart .minicart-wrapper:after {
  clear: both;
}
#custom-sliding-cart .minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
#custom-sliding-cart .minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\E97E';
  font-family: 'fontello';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#custom-sliding-cart .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
#custom-sliding-cart .minicart-wrapper .action.showcart:active:before {
  color: #ffffff;
}
#custom-sliding-cart .minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
#custom-sliding-cart .minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  content: '\E97E';
  font-family: 'fontello';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#custom-sliding-cart .minicart-wrapper .action.showcart.active:hover:before {
  color: #ffffff;
}
#custom-sliding-cart .minicart-wrapper .action.showcart.active:active:before {
  color: #ffffff;
}
#custom-sliding-cart .minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 0;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
#custom-sliding-cart .minicart-wrapper .block-minicart li {
  margin: 0;
}
#custom-sliding-cart .minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
#custom-sliding-cart .minicart-wrapper.active {
  overflow: visible;
}
#custom-sliding-cart .minicart-wrapper.active .block-minicart {
  display: block;
}
#custom-sliding-cart .minicart-wrapper .overlayMinicartClose {
  display: none;
}
#custom-sliding-cart .minicart-wrapper.active .overlayMinicartClose {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#custom-sliding-cart .minicart-wrapper .action.showcart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 12px;
}
#custom-sliding-cart .minicart-wrapper .action.showcart:hover,
#custom-sliding-cart .minicart-wrapper .action.showcart.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-color: #27272A;
}
#custom-sliding-cart .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #DC1305;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  white-space: normal;
  font-size: 8px;
  font-weight: 400;
  color: #fff;
  width: 12px;
  height: 12px;
  min-width: inherit;
  border-radius: 50%;
  line-height: 12px;
}
#custom-sliding-cart .minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 12px;
}
#custom-sliding-cart .minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart {
  width: 460px !important;
  max-width: 100% !important;
  padding: 0;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  margin: 0;
  min-width: 0;
  height: 100%;
  border: none;
  transition: 0.1s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
  background-color: #1F1F1F;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title {
  padding: 20px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1F1F1F;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .minicart-title a {
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title #cart-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title #cart-title::before {
  content: '\E97E';
  font-family: 'fontello';
  font-size: 20px;
  display: block;
  margin-right: 8px;
  font-weight: 400;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title #cart-title::after {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .items-total {
  margin-left: auto;
  float: none;
  font-size: 14px;
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .items-total::before {
  content: '(';
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .items-total::after {
  content: ')';
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close {
  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;
  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;
  gap: 4px;
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 5;
  width: inherit;
  height: inherit;
  width: 28px;
  height: 28px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close:focus,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close:active {
  background: none;
  border: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close:hover {
  background: none;
  border: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close.disabled,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close[disabled],
fieldset[disabled] #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close {
  pointer-events: none;
  opacity: 0.5;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close::before,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close::before {
  transform: rotate(45deg);
  margin-right: -22px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .block-title .action.close::after {
  transform: rotate(-45deg);
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper {
  display: block;
  border-bottom: 1px solid #373737;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* scroll */
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (max-width: 1024px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper {
    height: 216px !important;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .cartProductCard > .product {
  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;
  width: 100%;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-pricing {
  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;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-pricing .label {
  display: inline-block;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-pricing > .details-qty {
  order: 1;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-pricing > .price-container {
  order: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .price {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .price-including-tax,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-edit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-edit .action-edit {
  margin-left: auto;
  color: #dc1305;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-edit .action-edit:hover {
  color: #000000;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-right: 16px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list {
  margin: 0 32px 0 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list dt,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item-details .options-wrap .product.list dd {
  float: none;
  clear: none;
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item {
  margin-bottom: 12px;
  padding-block: 12px;
  border-top: 1px solid #373737;
  border-radius: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name .productName {
  margin-bottom: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  min-height: 35px;
  max-height: 35px;
  overflow: hidden;
  display: block;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a:hover {
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product.options {
  margin-bottom: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product.loading {
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  position: relative;
  z-index: 1;
  width: 106px;
  height: 106px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
  display: block;
  width: 100% !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .minicart-price .price {
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .inputArea {
  background-color: #373737;
  border-radius: 0;
  width: 46px;
  height: 106px;
  margin: 0 10px 0 0;
  padding: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-sizing: border-box;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .inputArea .cart-item-qty {
  width: 26px;
  height: 38px;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .itemQuantityBtn {
  width: 26px;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #000000;
  margin: 0;
  cursor: pointer;
  position: relative;
  transform: none;
  border: 0;
  border-radius: 6px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .itemQuantityBtn.quantity-down {
  font-size: 32px;
  font-weight: 400;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .update-cart-item {
  display: none !important;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item {
  display: block;
  padding: 20px 0;
  font-size: 1.2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item:hover {
  box-shadow: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .price-minicart {
  margin-bottom: 5px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  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;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.active > .toggle:after {
  content: '\e621';
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.pricing {
  margin-top: 3px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product.options .details {
  display: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .product-item-details-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .minicart-options {
  margin: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .subtitle {
  display: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .action.delete {
  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;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper .minicart-items .action.delete:before {
  font-family: 'fontello';
  content: '\E880';
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 115px);
  padding: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content {
    padding: 10px;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .subtitle {
  margin-top: 16px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals {
  padding-right: 0;
  padding-bottom: 0;
  background: #1F1F1F;
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals > .subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals > .subtotal .amount.price-container {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .summary-totals {
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding: 15px 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .summary-totals .summary-item {
  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;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .summary-totals .summary-item .label {
  font-weight: 600;
  font-size: 14.94px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .summary-totals .summary-item .price {
  font-weight: 400;
  font-size: 16.5px;
  text-align: right;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper {
  margin: 28px 0 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .primary,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .secondary,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .tertiary {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 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;
  margin: 5px 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .viewcart {
  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;
  font-size: 16px;
  font-weight: 400;
  background-color: #1a1a1a;
  box-shadow: inset 0 0 0 1px #373737;
  border-radius: 10px;
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .viewcart:hover {
  background-color: #373737;
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .continuar {
  background: transparent;
  border: none;
  width: 100%;
  font-weight: 600;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions .continuar:before {
  content: '« ';
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions #top-cart-btn-checkout {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background-color: #15A912;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .fixed-totals .btn-wrapper .actions #top-cart-btn-checkout:hover {
  background-color: #0f7b0d;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount {
  width: 100%;
  margin-top: 0;
  padding: 10px 0 0;
  border-top: 1px solid #373737;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset {
  margin: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset.coupon {
  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;
  margin-top: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset.coupon .label {
  white-space: nowrap;
  margin-right: 8px;
  padding: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset.coupon .field {
  width: 100%;
  margin: 0;
  padding: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset.coupon .control {
  width: calc(100% - 12px);
  margin-right: 12px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset.coupon input {
  height: 40px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #373737;
  background-color: #1A1A1A;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar {
  width: 114px;
  flex: none;
  -webkit-align-self: normal;
  -ms-align-self: normal;
  align-self: normal;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar .primary {
  width: 100%;
  height: 100%;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar .primary .action {
  height: 100%;
  margin: 0;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar .primary .action-apply,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar .primary .action-cancel {
  width: 100%;
  border-radius: 10px;
  border: none;
  background: #dc1305;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 5px;
  white-space: nowrap;
  height: 100%;
  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;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar .primary .action-apply:hover,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset .actions-toolbar .primary .action-cancel:hover {
  background: #1A1A1A;
  color: #fff;
  box-shadow: inset 0 0 0 1px #373737;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .cart-discount .fieldset:last-child {
  margin-bottom: 10px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content .items-total {
  float: none;
  display: block;
  margin: 15px 0;
  font-weight: 700;
  font-size: 14px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals {
  color: #fff;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals .totals-title {
  margin-top: 5px;
  text-align: left;
  border-top: solid 1px #373737;
  padding: 10px 0 10px 0;
  font-weight: 700;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table {
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr:first-child > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr:first-child > td {
  padding-top: 12px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr.totals.tax {
  display: none;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr.totals.grand_total > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr.totals.grand_total > td {
  font-weight: 600;
  font-size: 16.5px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr.totals.grand_total .price {
  font-size: 18px;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr > th,
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr > td {
  padding: 12px 10px 12px 10px;
  font-weight: normal;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table tbody > tr .amount {
  text-align: right;
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper > .block-content #totals table .totals:not(.grand_total) {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart #minicart-content-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }
}
#custom-sliding-cart .minicart-wrapper .mage-dropdown-dialog .block-minicart-minicart:before {
  border: 0;
  z-index: -1;
}
#custom-sliding-cart .minicart-wrapper.active .block-minicart-minicart {
  right: 0;
}
#custom-sliding-cart .block.block-minicart-minicart {
  margin: 0;
}
.dontForgetWrapper .dontForget {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.dontForgetWrapper .dontForgetCard .block-products-list {
  width: 420px;
  max-width: 100%;
  margin: 0 !important;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart.slick-dotted.slick-slider {
  padding-bottom: 18px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart {
  border: 1px solid #373737;
  margin: 0;
  padding: 10px;
  padding-bottom: 0;
  list-style: none;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .dontForgetImg {
  max-width: 80px;
  padding-right: 10px;
  width: 100%;
  padding-bottom: 10px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .dontForgetImg img {
  width: 103px;
  height: auto;
  object-fit: cover;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .dontForgetInfoWrapper {
  margin-left: 0;
  margin-right: 20px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .dontForgetInfoWrapper .productName-minicart {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #222;
  margin-bottom: 6px;
  margin-top: 0;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .dontForgetInfoWrapper .productCategory-minicart {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .dontForgetInfoWrapper .productMisc-minicart {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper {
  margin-left: auto;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #000000;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .openBtn-minicart,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .openBtn-minicart,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .addBtn-minicart,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .addBtn-minicart {
  position: relative;
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  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;
  padding: 0;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .openBtn-minicart span,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .openBtn-minicart span,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .addBtn-minicart span,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .addBtn-minicart span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-left: 8px;
  width: 27px;
  height: 27px;
  background: #000000;
  color: #fff;
  border-radius: 4px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .openBtn-minicart span:after,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .openBtn-minicart span:after,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .addBtn-minicart span:after,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .addBtn-minicart span:after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .openProduct-minicart .addBtn-minicart.disabled span:after,
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart .addBtn-minicart.disabled span:after {
  content: '...';
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .actions-primary-minicart .addProduct-minicart.d-flex.disabled {
  opacity: 0.1;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .upsell_price-minicart {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #000000;
}
.dontForgetWrapper .dontForgetCard .block-products-list .product-items-minicart .product-item-minicart .product-item-info-minicart .product-item-details-minicart .productAddWrapper .upsell_price-minicart .old-price .price {
  font-size: 12px;
  font-weight: 400;
}
.cart-summary {
  background: #ffffff;
}
.cart-summary #block-summary {
  display: block !important;
}
.cart-summary #block-summary #shipping-zip-form div.field {
  display: none;
}
.cart-summary #block-summary #shipping-zip-form div.field[name="shippingAddress.postcode"] {
  display: block;
}
.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;
  }
}
@media screen and (max-width: 768px) {
  #custom-sliding-cart .minicart-wrapper {
    position: absolute;
    top: 10px;
    right: 16px;
    margin: 0;
    width: auto;
  }
  #custom-sliding-cart .minicart-wrapper .fieldset.coupon label {
    display: none;
  }
  #custom-sliding-cart .minicart-wrapper .action.showcart .text {
    height: 40px;
    font-size: 0;
    border-radius: 5px;
    padding: 0 2px 0 10px;
  }
}
#freight-calculator {
  margin-top: 12px;
  margin-bottom: 10px;
}
#freight-calculator .fieldset.postalcode {
  margin: 0;
}
.minicart-freight-calculator-content .fieldset:last-child {
  margin-bottom: 0;
}
.minicart-freight-calculator-content .fieldset.postalcode {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 12px;
}
.minicart-freight-calculator-content .fieldset.postalcode .info-link {
  display: none;
}
.minicart-freight-calculator-content .fieldset.postalcode .field {
  display: block;
  margin: 0 12px 0 0;
  padding: 0;
  width: 100%;
}
.minicart-freight-calculator-content .fieldset.postalcode .field .control {
  width: 100%;
}
.minicart-freight-calculator-content .fieldset.postalcode .field .control input {
  border-radius: 10px;
  color: #fff;
  border: 1px solid #373737;
  background-color: #1A1A1A;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
}
.minicart-freight-calculator-content .fieldset.postalcode .actions-toolbar {
  width: 114px;
  flex: none;
}
.minicart-freight-calculator-content .fieldset.postalcode .actions-toolbar .primary,
.minicart-freight-calculator-content .fieldset.postalcode .actions-toolbar .primary button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  background-color: #1A1A1A;
  border: none;
  box-shadow: inset 0 0 0 1px #373737;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.minicart-freight-calculator-content .fieldset.postalcode .actions-toolbar .primary:hover,
.minicart-freight-calculator-content .fieldset.postalcode .actions-toolbar .primary button:hover {
  background-color: #373737;
  color: #fff;
}
.minicart-freight-calculator-content .selected-option {
  font-size: 8px;
}
.minicart-freight-calculator-content #options-area select {
  margin-top: 8px;
}
.flags-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none;
  padding: 16px;
  box-sizing: border-box;
}
.flags-container .flag-container-into {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flags-container .flag-item {
  margin: 0;
  margin-bottom: 8px;
}
.flags-container .flag-item.sale .flag {
  text-transform: capitalize;
  color: #ffffff !important;
  font-weight: 700;
}
.flags-container .flag-item.free-shipping .flag {
  border: 1px solid #C0C0C0;
}
.flags-container .flag-item .flag {
  display: block !important;
  margin: 0;
  padding: 1px 5px;
  width: fit-content;
  font-size: 14px;
  background-color: #f0f0f0;
  color: #949494;
  text-align: center;
  border-radius: 5px;
}
.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%;
}
.discount-flag {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  background-color: #DC2626;
  align-items: center;
  border-radius: 25px;
  display: flex;
  margin-left: 8px;
  padding: 4px 12px;
  width: fit-content;
}
.discount-flag span {
  color: #fff;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.catalog-product-view .product-add-form .discount-flag {
  padding: 3px 6px;
}
.catalog-product-view .fieldset > .legend + br {
  display: none;
}
.bundle-actions,
.action.back.customization {
  display: none;
}
.fieldset-bundle-options #customizeTitle {
  display: none;
}
.bundle-info .product-image-container {
  display: none;
}
.bundle-info .product-details .product.name,
.bundle-info .product-details .stock {
  display: none;
}
#bundleSummary {
  width: 100%;
}
#bundleSummary .title,
#bundleSummary .bundle-summary {
  display: none;
}
#bundleSummary .price {
  font-size: 30px;
  font-weight: 700;
}
.bundle-options-wrapper {
  width: 100%;
  margin-bottom: 35px;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .multiselect.field.option {
  margin: 0;
  padding: 0;
  width: 100%;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .multiselect.field.option::before,
.bundle-options-wrapper #product-options-wrapper .fieldset .multiselect.field.option::after {
  display: none;
}
.bundle-options-wrapper #product-options-wrapper .fieldset p.required {
  display: none;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options,
.bundle-options-wrapper #product-options-wrapper .fieldset .control {
  display: block;
  width: 100%;
  max-width: 502px;
  margin: 0;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .options-list.slick-slider,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .options-list.slick-slider {
  padding: 0;
  width: 100%;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field .item-bundle-slider:not(:first-child),
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field .item-bundle-slider:not(:first-child) {
  display: none;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.slick-initialized .slick-slide,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.slick-initialized .slick-slide {
  display: block;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice {
  display: flex;
  flex-flow: column;
  max-width: 152px;
  background-color: #1F1F1F;
  border-radius: 12px;
  overflow: hidden;
  margin: 1px;
  padding: 0 !important;
  border: 1px solid transparent;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice:hover,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice:hover {
  border: 1px solid #E0E6F5;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice:hover .bundle-option-image .main-img,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice:hover .bundle-option-image .main-img {
  display: none;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice:hover .bundle-option-image .hover-img,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice:hover .bundle-option-image .hover-img {
  display: block;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image {
  position: relative;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .main-img,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .main-img {
  display: block;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .hover-img,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .hover-img {
  display: none;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 0;
  width: auto;
  z-index: 5;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .button-add,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .button-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
  border-radius: 10px;
  background-color: #2a2a2a;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .qty-border,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .qty-border {
  display: none;
  justify-content: center;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .qty-border.active,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .qty-border.active {
  display: flex;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #2a2a2a;
  padding: 0 6px;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty .control,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty .control {
  text-align: center;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty .input-text.qty,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty .input-text.qty {
  text-align: center;
  border: none;
  color: #fff;
  width: 20px;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty span,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .bundle-option-image .qty-holder .qty-border .control-qty span {
  cursor: pointer;
  padding: 0;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos {
  padding: 8px;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .product-name,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .product-name {
  line-height: 120%;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .product-name-title,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .product-name-title {
  margin-bottom: 8px;
  height: 34px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .product-name-description,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .product-name-description {
  margin: 0;
  height: 12px;
  font-size: 10px;
  font-weight: 300;
  color: #9C9C9C;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .price-notice,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .price-notice {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 32px;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #515151;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .price-notice .old-price,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .price-notice .old-price {
  display: block;
  text-decoration: none;
  line-height: 1;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .price-notice .old-price .price,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .price-notice .old-price .price {
  font-size: 10px;
  font-weight: 300;
  color: #9C9C9C;
  text-decoration: line-through;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .price-notice .regular-price,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .price-notice .regular-price {
  display: block;
  line-height: 1;
}
.bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice .product-infos .price-notice .regular-price .price,
.bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice .product-infos .price-notice .regular-price .price {
  font-size: 16px;
  font-weight: 600;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-top: -36px;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .slick-arrow::before {
  content: "\E808" !important;
  font-family: 'slick' !important;
  font-size: 22px !important;
  color: #000 !important;
  padding: 0 !important;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .slick-arrow::after {
  display: none;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .slick-arrow.slick-prev {
  left: -12px;
}
.bundle-options-wrapper #product-options-wrapper .fieldset .slick-arrow.slick-next {
  right: 12px;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .nested.options-list {
  display: block;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .nested.options-list .options-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 800px;
  overflow: auto;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .nested.options-list .options-list-items::-webkit-scrollbar {
  width: 8px;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .nested.options-list .options-list-items::-webkit-scrollbar-thumb {
  background: #e98f35 !important;
  border-radius: 10px;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .nested.options-list .options-list-items::-webkit-scrollbar-track {
  background: #c3c0c0 !important;
  border-radius: 5px;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .nested.options-list .item {
  margin: 8px;
  max-width: 165px;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .field.option.required {
  width: 100% !important;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper .checkbox .fieldset > .legend + br {
  display: none;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper-checkbox .bundle-options-wrapper .fieldset-bundle-options {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper-checkbox .bundle-options-wrapper .nested.options-list {
  display: block;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper.select .title {
  margin-left: 0px;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper.select fieldset.fieldset.fieldset-bundle-options label.label {
  text-align: left;
}
.page-product-bundle.catalog-product-view .product-info-main .bundle-options-wrapper.select #product-options-wrapper p.required {
  display: none;
}
@media (max-width: 768px) {
  .bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options,
  .bundle-options-wrapper #product-options-wrapper .fieldset .control {
    display: block;
    width: 100%;
    max-width: calc(100vw - 47px);
  }
  .bundle-options-wrapper #product-options-wrapper .fieldset.fieldset-bundle-options .field.option.choice,
  .bundle-options-wrapper #product-options-wrapper .fieldset .control .field.option.choice {
    width: 124px;
  }
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
  width: 100%;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0;
  padding: 0;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #3c3c3b;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.mst-search__highlight {
  background: transparent;
}
.mst-search__misc-recommendations {
  display: none;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .labels-container {
  display: none !important;
}
.cart-summary {
  background: #ffffff;
  margin-bottom: 25px;
  padding: 1px 0 25px;
  box-shadow: 0 0 0 1px #3c3c3b;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #2d2d2d;
  position: relative;
}
.cart.table-wrapper .product-item-name a {
  color: #000000;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c02102;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #c02102;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  content: '\e606';
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #2d2d2d;
}
.cart-discount {
  margin-top: 20px;
  border-bottom: 1px solid #2d2d2d;
  clear: left;
}
.cart-discount .block .title {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.cart-discount .block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  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;
}
.cart-discount .block .title:after {
  display: inline;
  margin-left: 10px;
  position: static;
}
.cart-discount .block.discount {
  width: 100%;
  max-width: 400px;
}
.cart-discount .block.discount.active .title:after {
  content: '\e621';
}
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .amshopby-button,
.cart-discount .actions-toolbar .am-filter-go {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
  height: 32px;
}
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.cart-discount .actions-toolbar .action.check {
  font-weight: 400;
}
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.cart-discount .fieldset > .field > .label {
  display: none;
}
.cart-discount .field {
  display: table-cell;
}
.cart-discount .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
#minicart-content-wrapper .minicart-items-wrapper a {
  color: #3c3c3b;
}
#minicart-content-wrapper .minicart-items-wrapper a:hover {
  color: #fd6721;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.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;
}
.headercheckout .osc-header .logo {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.opc-progress-bar {
  margin-top: 25px;
}
.footercheckout {
  position: relative;
  padding-top: 15px;
  background-color: #f2f2f2;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
}
.footercheckout:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: -webkit-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
}
.footercheckout .rodapeItens {
  display: none;
  position: relative;
  z-index: 3;
}
.footercheckout .copyright {
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}
.opc-block-summary .product-item:hover .product-item-inner {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.authentication-wrapper {
  /*margin-top: -96px;*/
}
.authentication-wrapper > button {
  color: #ffffff;
}
.authentication-wrapper > button:hover {
  color: #cccccc;
}
.checkout-index-index .modal-inner-wrap .modal-content {
  border: unset;
}
#bistwobis-banner-* {
  display: none;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin: 0 auto;
  text-align: center;
}
.checkout-onepage-success .print {
  display: none;
}
#opc-sidebar > div.opc-block-summary div.minicart-items-wrapper {
  overflow-y: scroll !important;
}
.checkout-success a {
  color: #000;
}
.mercadopago_core-checkout-page .column.main .button-success,
.mercadopago_core-checkout-page .column.main #box-mercadopago {
  text-align: center;
}
.mercadopago_core-checkout-page .column.main #box-mercadopago a {
  color: #000;
}
.mercadopago_core-checkout-page .column.main #logo-mercadopago {
  margin: 0 auto;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #000;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #000000;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field .control._with-tooltip input {
  width: 100%;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  max-width: 400px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@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;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ffffff;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ffffff;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #ffffff;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c02102;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #c02102;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #2d2d2d;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .items-in-cart .product .product-image-container {
  display: flex;
  object-fit: cover;
  width: 84px !important;
  height: fit-content !important;
}
.opc-block-summary .items-in-cart .product .product-image-container .product-image-wrapper {
  height: auto !important;
  width: 84px !important;
  object-fit: contain;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #2d2d2d;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-methods .primary {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.checkout-payment-method .payment-methods .primary a {
  color: black;
}
.checkout-payment-method .payment-methods .primary .action-cancel span {
  color: black;
  margin-bottom: 5px;
  display: flex;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #c02102;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #c02102;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.filter.block {
  display: block;
  background-color: #1F1F1F;
  border-radius: 16px;
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  top: -24px;
  left: -15px;
  right: -15px;
  width: 100vw;
  background-color: #1f1f1f;
  border-bottom: 1px solid #393939;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  padding: 10px 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-title strong::after {
  display: block;
  content: url("../../frontend/bistwobis/tabacaria/pt_BR/images/instant_mix.svg");
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ffffff;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 16px 16px 24px;
  border-bottom: 1px solid #2d2d2d;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #2d2d2d;
}
.filter-options-item:last-child {
  border-bottom: none;
}
.filter-options-title {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 16px;
  position: relative;
  word-break: break-all;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  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;
}
.filter-options-title:after {
  position: absolute;
  right: 8px;
  top: 12px;
  color: #DC1305;
  font-size: 24px !important;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px 16px;
}
.filter-options-content .items {
  margin: 0 !important;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #989898 !important;
  font-weight: 400 !important;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a span.label {
  position: relative;
  display: flex;
  align-items: center;
}
.filter-options-content a span.label::before {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  box-shadow: inset 0 0 0 1px #515151;
}
.filter-options-content a.am_shopby_link_selected,
.filter-options-content a:hover {
  color: #fff !important;
}
.filter-options-content a.am_shopby_link_selected span.label::before,
.filter-options-content a:hover span.label::before {
  background-color: #fff;
}
.filter-options-content a.am_shopby_link_selected span.label::after,
.filter-options-content a:hover span.label::after {
  content: '';
  width: 8px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border: 2px solid #0f0f0f;
  border-top: none;
  border-right: none;
}
.filter-options-content .count {
  display: none !important;
}
.filter-options .am-shopby-form[data-amshopby-filter="color"] {
  margin: 0;
}
.filter-options .am-shopby-form[data-amshopby-filter="color"] .am-swatch-wrapper {
  margin: 0 !important;
}
.filter-options .am-shopby-form[data-amshopby-filter="color"] .am-swatch-wrapper .swatch-option {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 2px !important;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.amshopby-filter-current .amshopby-item.item {
  color: #fff;
}
.filter-actions {
  margin: 16px 0 !important;
  padding: 0 !important;
}
.filter-actions .filter-clear {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active,
.filter-actions .filter-clear:hover {
  color: #DC1305;
}
.amshopby-slider-container.-default .am-slider {
  background: #6E6E6E;
  height: 8px;
}
.amshopby-slider-container.-default .am-slider::before,
.amshopby-slider-container.-default .am-slider::after {
  background: #6E6E6E;
  height: 8px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  background: #0F0F0F;
  box-shadow: 0 0 0 2px #E5E7EB;
  height: 18px;
  width: 18px;
}
.amshopby-slider-container.-default .amshopby-slider-display {
  color: #fff;
}
.block.newsletter {
  width: 100%;
  margin: 0 16px;
}
.block.newsletter > .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 40px;
}
.block.newsletter .title {
  margin: 0;
}
.block.newsletter .label {
  text-align: left;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  width: 100%;
}
.block.newsletter .form.subscribe {
  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;
  margin: 0;
  padding: 0;
}
.block.newsletter .form.subscribe .field {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.block.newsletter .form.subscribe .field label {
  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: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  gap: 16px;
}
.block.newsletter .form.subscribe .field input {
  width: 286px;
  height: 50px;
  margin: 0;
  border-radius: 10px;
  background-color: #1a1a1a;
  box-shadow: inset 0 0 0 2px #515151;
  border: none;
  font-size: 18px;
  color: #fff;
}
.block.newsletter .form.subscribe .field.newsletter {
  position: relative;
}
.block.newsletter .form.subscribe .field.newsletter .actions button {
  width: 152px;
  height: 50px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.block.newsletter .form.subscribe .field.newsletter .actions button:hover {
  background-color: black;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.block.newsletter .form.subscribe .field .control {
  display: block;
  display: inline-block;
  text-decoration: none;
}
.block.newsletter .form.subscribe .field .control:before {
  position: absolute;
}
.block.newsletter .form.subscribe .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .form.subscribe .field .control input {
  padding-left: 10px;
}
body {
  background-color: #ffffff;
}
body.page-layout-2columns-left #maincontent,
body.testimonials-index-new #maincontent,
body.contact-index-index #maincontent {
  margin-top: 24px;
}
body.cms-home.cms-index-index {
  background-color: #1f1f1f;
}
body.cms-home.cms-index-index .page-title {
  color: #fff;
}
body.catalog-category-view,
body.catalogsearch-result-index,
body.catalog-product-view {
  background-color: #0f0f0f;
}
body.catalog-category-view .page-title,
body.catalogsearch-result-index .page-title,
body.catalog-product-view .page-title {
  color: #fff;
}
body .page-main {
  position: relative;
}
body .page-main .return-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 80px;
  color: #7D8597;
  opacity: 2;
  font-size: 8px;
}
body .page-main .return-top span {
  margin: 0 8px;
}
.breadcrumbs {
  margin: 16px 0;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 770px) {
  .breadcrumbs {
    width: 98% !important;
  }
}
.breadcrumbs .item,
.breadcrumbs .item:not(:last-child) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.breadcrumbs .item:after,
.breadcrumbs .item:not(:last-child):after {
  color: #fff;
}
.breadcrumbs a,
.breadcrumbs strong {
  line-height: 25px;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.block-customer-login .fieldset.login label {
  display: flex;
  text-align: left;
}
.block-customer-login .fieldset.login .actions-toolbar {
  margin-inline-start: 0;
  margin-left: 0;
}
.block-customer-login .field.choice::before {
  display: none;
}
.block-customer-login .login-container .fieldset::after {
  margin-inline-start: 0;
  margin-left: 0;
}
.block-customer-login .field.choice label span {
  font-size: 0;
}
.block-customer-login .field.choice label span::before {
  content: 'Mostrar Senha';
  font-size: 12px;
}
.cms-home.cms-index-index .column.main {
  padding-bottom: 0;
}
.cms-home.cms-index-index .column.main .widget.block.block-static-block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-home.cms-index-index .featured-block-home {
  position: relative;
  padding-block: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cms-home.cms-index-index .featured-block-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  background-color: #1f1f1f;
}
.cms-home.cms-index-index .featured-block-home.second-block::before {
  background-color: #0F0F0F;
}
.cms-home.cms-index-index .featured-block-home figure {
  flex: 0 0 52%;
}
.cms-home.cms-index-index .featured-block-home figure img {
  display: block;
}
.cms-home.cms-index-index .featured-block-home .featured-block-text {
  flex: 0 0 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-inline: 100px;
  padding-bottom: 56px;
}
.cms-home.cms-index-index .featured-block-home .featured-block-text h1,
.cms-home.cms-index-index .featured-block-home .featured-block-text h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.cms-home.cms-index-index .featured-block-home .featured-block-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #BEC3CB;
  margin-block: 16px;
}
.cms-home.cms-index-index .featured-block-home .featured-block-text a {
  float: right;
  clear: both;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #15A912;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  line-height: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-home.cms-index-index .featured-block-home .featured-block-text a:hover {
  background-color: #086d06;
  color: #fff;
}
.cms-home.cms-index-index .featured-block-home .featured-block-text a::after {
  content: '\F006';
  font-family: 'fontello';
  font-size: 14px;
  font-weight: 400;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.customer-account-index .nav.items li a {
  color: #000000;
}
.product-shipping-table td {
  padding-bottom: 8px;
}
.block-products-list,
.block-new-products,
.block-widget-categories-image {
  margin: 60px 0;
}
.block-products-list .block-title,
.block-new-products .block-title,
.block-widget-categories-image .block-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #3c3c3b;
  line-height: 1;
}
.block-products-list .block-title span,
.block-new-products .block-title span,
.block-widget-categories-image .block-title span {
  margin: auto;
}
.block-products-list .block-title .vermais,
.block-new-products .block-title .vermais,
.block-widget-categories-image .block-title .vermais {
  display: inline-block;
  padding: 0 10px;
  background-color: #ffffff;
  color: #606060;
  border: 2px solid #3c3c3b;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 2px;
  border-radius: 20px;
  margin-left: auto;
}
.block-products-list .block-title .vermais:hover,
.block-new-products .block-title .vermais:hover,
.block-widget-categories-image .block-title .vermais:hover {
  background-color: #ffffff;
}
.block-widget-categories-image .block-title > strong {
  color: #ffffff !important;
}
.page.messages {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 770px) {
  .page.messages {
    width: 98% !important;
  }
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ffffff;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #cccccc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ffffff;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #ffffff;
}
.message.global.demo a:hover {
  color: #cccccc;
}
.message.global.demo a:active {
  color: #ffffff;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.descricaoLojaFooter {
  display: block;
  margin: 35px 0 50px;
}
.descricaoLojaFooter .title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.descricaoLojaFooter .desc {
  display: block;
  font-size: 14px;
}
.faq-block {
  display: block;
  position: relative;
  width: 100%;
  background-color: #1F1F1F;
  padding-block: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-block .faq-container {
  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;
  gap: 128px;
  padding: 48px 32px;
  background-color: #0F0F0F;
  box-shadow: inset 0 0 0 1px #515151;
  border-radius: 16px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-block .faq-container .faq-block-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: none;
  gap: 16px;
  color: #fff;
  width: 319px;
}
.faq-block .faq-container .faq-block-title .faq-block-title-icon {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.faq-block .faq-container .faq-block-title .faq-block-title-text {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.faq-block .faq-container .faq-block-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.faq-block .faq-container .faq-block-title .faq-block-title-link {
  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;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  font-size: 20px;
  color: #1a1a1a;
  padding: 8px 16px;
  border-radius: 10px;
  width: fit-content;
  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;
}
.faq-block .faq-container .faq-block-title .faq-block-title-link::after {
  content: '\F006';
  font-family: 'fontello';
  font-size: 14px;
  line-height: 1;
  margin-left: 8px;
}
.faq-block .faq-container .faq-block-title .faq-block-title-link:hover {
  background-color: #1F1F1F;
  color: #fff;
}
.faq-block .faq-container .faq-block-content {
  position: relative;
  width: 100%;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-loader {
  position: absolute;
  top: 0;
  left: 0;
  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;
  background-color: rgba(0, 0, 0, 0.5);
}
.faq-block .faq-container .faq-block-content .faq-content .group-title {
  font-size: 0;
}
.faq-block .faq-container .faq-block-content .faq-content .group-title::before {
  content: 'Geral';
  font-size: 18px;
  color: #000;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection {
  margin: 0;
  width: 100%;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .collspan-expand-block a {
  color: #000;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .collspan-expand-block a:hover {
  font-weight: 600;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-state-default {
  border: none;
  background: transparent;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-state-default:not(:first-child) {
  box-shadow: 0 -1px 0 0 #373737;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-header {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 24px 8px 24px 0;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-header::after {
  content: '\F006';
  font-family: 'fontello';
  font-size: 10px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-header:hover {
  color: #649e63;
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-header:hover::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-header.ui-state-active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-content {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
}
.blog-banner {
  display: block;
  width: 100%;
  background: #0F0F0F;
  padding-top: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-banner p {
  margin: 0;
}
.blog-banner a {
  display: block;
}
.blog-feed-small {
  width: 100%;
  padding: 28px 0 72px;
  background: #0F0F0F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* IMAGEM */
  /* TÍTULO */
  /* LEIA MAIS */
}
.blog-feed-small .feed-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.blog-feed-small .feed-item {
  background: #1F1F1F;
  border-radius: 20px;
  overflow: hidden;
  width: 33%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 1px #515151;
  margin: 0;
}
.blog-feed-small .feed-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.96666667;
}
.blog-feed-small .feed-thumb img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 21px 21px 0 0;
}
.blog-feed-small .feed-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin: 16px 16px 8px 16px;
  color: #fff;
}
.blog-feed-small .feed-more {
  margin: 0 16px 16px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #c2c2c2;
  font-weight: 600;
}
.blog-feed-small .feed-more span {
  text-decoration: underline;
}
.blog-feed-small .feed-more i {
  font-size: 14px;
}
.blog-feed-small .feed-more:hover {
  color: #fff;
}
.outras-categorias {
  padding-block: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.outras-categorias .widget.block.block-static-block {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -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;
  gap: 32px;
  color: #fff;
}
.outras-categorias .widget.block.block-static-block > div:first-child {
  width: 494px;
}
.outras-categorias .widget.block.block-static-block > div:first-child h1,
.outras-categorias .widget.block.block-static-block > div:first-child h2,
.outras-categorias .widget.block.block-static-block > div:first-child h3,
.outras-categorias .widget.block.block-static-block > div:first-child h4 {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.outras-categorias .widget.block.block-static-block > div:first-child p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #BEC3CB;
  margin-block: 16px;
}
.outras-categorias .widget.block.block-static-block > div:first-child a {
  float: right;
  clear: both;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  background-color: #25a222;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  line-height: 32px;
  padding: 4px 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.outras-categorias .widget.block.block-static-block > div:first-child a:hover {
  background-color: #086d06;
  color: #fff;
}
.outras-categorias .widget.block.block-static-block > div:last-child {
  width: 914px;
}
.outras-categorias .outras_categorias {
  width: 100%;
  margin: 0 -6px;
}
.outras-categorias .outras_categorias li.item-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  margin: 0;
}
.outras-categorias .outras_categorias li.item-image img {
  border-radius: 26px;
}
.outras-categorias .outras_categorias li.item-image:not(:first-child) {
  display: none;
}
.outras-categorias .outras_categorias .slick-dots {
  left: 32px;
  width: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 24px;
}
.outras-categorias .outras_categorias .slick-dots li {
  margin: 0;
}
.outras-categorias .outras_categorias .slick-dots li button {
  border: 1px solid #cdcdcd !important;
}
.outras-categorias .outras_categorias .slick-dots li button::before {
  display: none;
}
.outras-categorias .outras_categorias .slick-dots li.slick-active button {
  background: #cdcdcd !important;
}
.body-full-checkout .full-checkout .opc-progress-bar {
  text-align: center;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item::after {
  line-height: 1.5;
}
.block-collapsible-nav .nav.item {
  border-left: 3px solid transparent;
  display: block;
  padding: 2px 12px 2px 15px;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .nav.item.current {
  border-color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 8px 10px 8px 0px;
}
.form-edit-account .field-icon.toggle-password.eye-open::before,
.form-edit-account .field-icon.toggle-password.eye-close::before {
  top: -9px;
  position: absolute;
  right: 0px;
}
.customer-account-edit .sidebar.sidebar-additional {
  display: none;
}
.message.success a {
  color: #006400;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  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;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #25a222;
  border: #25a222;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #35db4e;
  border: #35db4e;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #35db4e;
  border: #35db4e;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.product-full-width-section {
  padding: 0;
}
.widget-products-home {
  position: relative;
  padding-block: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-products-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #0F0F0F;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
.widget-products-home.principais-produtos .block-title strong::after {
  display: block;
  content: '';
  width: 78px;
  height: 4px;
  border-radius: 4px;
  background-color: #EA384C;
  margin-top: 4px;
}
.block-products-list,
.block-new-products,
.block-widget-categories-image {
  margin: 0;
}
.block-products-list .block-title .title-wrapper,
.block-new-products .block-title .title-wrapper,
.block-widget-categories-image .block-title .title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.block-products-list .block-title .block-subtitle,
.block-new-products .block-title .block-subtitle,
.block-widget-categories-image .block-title .block-subtitle {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 16px;
  color: #bec3cb;
  margin: 0;
}
.block-products-list .block-title strong,
.block-new-products .block-title strong,
.block-widget-categories-image .block-title strong {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  margin: 0;
}
.block-products-list .block-title .vermais,
.block-new-products .block-title .vermais,
.block-widget-categories-image .block-title .vermais {
  background-color: #1A1A1A;
  border: 1px solid #515151;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  padding: 8px 16px;
  transition: all 0.3s eases all ease-in;
  -webkit-transition: all 0.3s ease 0.5s ease;
  -moz-transition: all 0.3s ease 0.5s ease;
  -o-transition: all 0.3s ease 0.5s ease;
  -ms-transition: all 0.3s ease 0.5s ease;
  transition: all 0.3s ease 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-products-list .block-title .vermais:hover,
.block-new-products .block-title .vermais:hover,
.block-widget-categories-image .block-title .vermais:hover {
  background-color: #515151;
  color: #fff;
}
.block-products-list .itemgrid-4,
.block-new-products .itemgrid-4,
.block-widget-categories-image .itemgrid-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.block-products-list .itemgrid-4 .product-item,
.block-new-products .itemgrid-4 .product-item,
.block-widget-categories-image .itemgrid-4 .product-item {
  width: calc(25% - 12px);
  margin: 0 !important;
}
.block-products-list .product-item,
.block-new-products .product-item,
.block-widget-categories-image .product-item {
  background-color: #1C1C1C;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: inset 0 0 0 1px #515151;
  transition: box-shadow 0.3s eases all ease-in;
  -webkit-transition: box-shadow 0.3s ease 0.5s ease;
  -moz-transition: box-shadow 0.3s ease 0.5s ease;
  -o-transition: box-shadow 0.3s ease 0.5s ease;
  -ms-transition: box-shadow 0.3s ease 0.5s ease;
  transition: box-shadow 0.3s ease 0.5s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.block-products-list .product-item:hover,
.block-new-products .product-item:hover,
.block-widget-categories-image .product-item:hover {
  box-shadow: inset 0 0 0 1px #BABABA;
}
.block-products-list .product-item .product-image-container,
.block-new-products .product-item .product-image-container,
.block-widget-categories-image .product-item .product-image-container {
  display: block;
}
.block-products-list .product-item .product-image-wrapper,
.block-new-products .product-item .product-image-wrapper,
.block-widget-categories-image .product-item .product-image-wrapper {
  background-color: #F9F9F9;
}
.block-products-list .product-item .product-item-photo,
.block-new-products .product-item .product-item-photo,
.block-widget-categories-image .product-item .product-item-photo {
  display: block;
}
.block-products-list .product-item .discount-flag,
.block-new-products .product-item .discount-flag,
.block-widget-categories-image .product-item .discount-flag {
  display: none;
}
.block-products-list .product-item .product-item-details,
.block-new-products .product-item .product-item-details,
.block-widget-categories-image .product-item .product-item-details {
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-products-list .product-item .product-item-details .rating-summary,
.block-new-products .product-item .product-item-details .rating-summary,
.block-widget-categories-image .product-item .product-item-details .rating-summary {
  margin-bottom: 0;
}
.block-products-list .product-item .product-item-details .rating-summary .rating-result,
.block-new-products .product-item .product-item-details .rating-summary .rating-result,
.block-widget-categories-image .product-item .product-item-details .rating-summary .rating-result {
  width: 89px;
}
.block-products-list .product-item .product-item-details .rating-summary .rating-result > span:before,
.block-new-products .product-item .product-item-details .rating-summary .rating-result > span:before,
.block-widget-categories-image .product-item .product-item-details .rating-summary .rating-result > span:before,
.block-products-list .product-item .product-item-details .rating-summary .rating-result::before,
.block-new-products .product-item .product-item-details .rating-summary .rating-result::before,
.block-widget-categories-image .product-item .product-item-details .rating-summary .rating-result::before {
  letter-spacing: -7px;
}
.block-products-list .product-item .product-item-details .rating-summary .rating-result > span:before,
.block-new-products .product-item .product-item-details .rating-summary .rating-result > span:before,
.block-widget-categories-image .product-item .product-item-details .rating-summary .rating-result > span:before {
  color: #FBA019;
}
.block-products-list .product-item .product-item-details .product-item-name,
.block-new-products .product-item .product-item-details .product-item-name,
.block-widget-categories-image .product-item .product-item-details .product-item-name {
  display: block;
  margin-bottom: 8px;
}
.block-products-list .product-item .product-item-details .product-item-name a,
.block-new-products .product-item .product-item-details .product-item-name a,
.block-widget-categories-image .product-item .product-item-details .product-item-name a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  height: 48px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-products-list .product-item .product-item-details .product-item-name a:visited,
.block-new-products .product-item .product-item-details .product-item-name a:visited,
.block-widget-categories-image .product-item .product-item-details .product-item-name a:visited {
  color: #fff;
}
.block-products-list .product-item .product-item-details .short-description,
.block-new-products .product-item .product-item-details .short-description,
.block-widget-categories-image .product-item .product-item-details .short-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #9C9C9C;
}
.block-products-list .product-item .product-item-details .short-description h1,
.block-new-products .product-item .product-item-details .short-description h1,
.block-widget-categories-image .product-item .product-item-details .short-description h1,
.block-products-list .product-item .product-item-details .short-description h2,
.block-new-products .product-item .product-item-details .short-description h2,
.block-widget-categories-image .product-item .product-item-details .short-description h2,
.block-products-list .product-item .product-item-details .short-description h3,
.block-new-products .product-item .product-item-details .short-description h3,
.block-widget-categories-image .product-item .product-item-details .short-description h3,
.block-products-list .product-item .product-item-details .short-description h4,
.block-new-products .product-item .product-item-details .short-description h4,
.block-widget-categories-image .product-item .product-item-details .short-description h4,
.block-products-list .product-item .product-item-details .short-description h5,
.block-new-products .product-item .product-item-details .short-description h5,
.block-widget-categories-image .product-item .product-item-details .short-description h5,
.block-products-list .product-item .product-item-details .short-description h6,
.block-new-products .product-item .product-item-details .short-description h6,
.block-widget-categories-image .product-item .product-item-details .short-description h6,
.block-products-list .product-item .product-item-details .short-description p,
.block-new-products .product-item .product-item-details .short-description p,
.block-widget-categories-image .product-item .product-item-details .short-description p {
  font-size: 14px;
  margin: 0;
}
.block-products-list .product-item .product-item-details .product-item-price-buy,
.block-new-products .product-item .product-item-details .product-item-price-buy,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy {
  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;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #515151;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box {
  margin: 0;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .custom-old-price,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .custom-old-price,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .custom-old-price {
  margin: 0 !important;
  line-height: 1.5;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .old-price,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .old-price,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .old-price {
  text-decoration: none;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .old-price .price,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .old-price .price,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 12px;
  color: #9C9C9C;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .old-price .price::before,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .old-price .price::before,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .old-price .price::before {
  content: 'De: ';
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .price-billet,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .price-billet,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .price-billet {
  line-height: 1;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price {
  font-size: 20px;
  font-weight: 600 !important;
  white-space: nowrap;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price::after,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price::after,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price::after {
  content: ' no pix';
  font-size: 12px;
  font-weight: 400;
  color: #9C9C9C;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .explicative-text,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .explicative-text,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .explicative-text {
  margin: 0;
  font-size: 12px;
  color: #9C9C9C;
  white-space: nowrap;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .price-box .explicative-text b,
.block-new-products .product-item .product-item-details .product-item-price-buy .price-box .explicative-text b,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .price-box .explicative-text b {
  font-weight: 400;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .product-item-actions,
.block-new-products .product-item .product-item-details .product-item-price-buy .product-item-actions,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .product-item-actions {
  margin: 0;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .actions-primary .form-align,
.block-new-products .product-item .product-item-details .product-item-price-buy .actions-primary .form-align,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .actions-primary .form-align,
.block-products-list .product-item .product-item-details .product-item-price-buy .actions-primary form,
.block-new-products .product-item .product-item-details .product-item-price-buy .actions-primary form,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .actions-primary form {
  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: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .qtywrap,
.block-new-products .product-item .product-item-details .product-item-price-buy .qtywrap,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .qtywrap {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 6px;
  background-color: #2A2A2A;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .qtywrap .qty,
.block-new-products .product-item .product-item-details .product-item-price-buy .qtywrap .qty,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .qtywrap .qty {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  vertical-align: middle;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .qtywrap .minus,
.block-new-products .product-item .product-item-details .product-item-price-buy .qtywrap .minus,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .qtywrap .minus,
.block-products-list .product-item .product-item-details .product-item-price-buy .qtywrap .plus,
.block-new-products .product-item .product-item-details .product-item-price-buy .qtywrap .plus,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .qtywrap .plus {
  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;
  font-weight: 400;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .tocart,
.block-new-products .product-item .product-item-details .product-item-price-buy .tocart,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .tocart {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  padding: 12px;
  background-color: #25a222;
  border-radius: 10px;
  transition: background-color 0.3s eases all ease-in;
  -webkit-transition: background-color 0.3s ease 0.5s ease;
  -moz-transition: background-color 0.3s ease 0.5s ease;
  -o-transition: background-color 0.3s ease 0.5s ease;
  -ms-transition: background-color 0.3s ease 0.5s ease;
  transition: background-color 0.3s ease 0.5s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.block-products-list .product-item .product-item-details .product-item-price-buy .tocart:hover,
.block-new-products .product-item .product-item-details .product-item-price-buy .tocart:hover,
.block-widget-categories-image .product-item .product-item-details .product-item-price-buy .tocart:hover {
  background-color: #086d06;
}
.block-products-list .product-item .product-item-details form.action-loading,
.block-new-products .product-item .product-item-details form.action-loading,
.block-widget-categories-image .product-item .product-item-details form.action-loading {
  position: relative;
  pointer-events: none;
  opacity: .5;
}
.block-products-list .product-item .product-item-details form.action-loading::after,
.block-new-products .product-item .product-item-details form.action-loading::after,
.block-widget-categories-image .product-item .product-item-details form.action-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.block-products-list .product-item .product-item-details form.action-loading::before,
.block-new-products .product-item .product-item-details form.action-loading::before,
.block-widget-categories-image .product-item .product-item-details form.action-loading::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid #aaa;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.catalog-category-view #maincontent {
  margin-top: 32px;
}
.catalog-category-view .breadcrumbs {
  margin-bottom: 16px;
}
.catalog-category-view .page-title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.catalog-category-view .category-description {
  margin-bottom: 32px;
  font-size: 16px;
  color: #fff;
}
.catalog-category-view .category-description div {
  margin: 0 !important;
  padding: 0 !important;
}
.catalog-category-view .read-more-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
}
.catalog-category-view .read-more-btn {
  cursor: pointer;
  text-decoration: underline;
  color: #FD1100;
}
.categExtraDescBottom {
  display: block;
  margin: 32px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.categExtraDescBottom-description {
  position: relative;
  height: fit-content;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.categExtraDescBottom-description::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 82%;
  height: 32px;
  background: #0F0F0F;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.4) 0%, #0f0f0f 5%, #0f0f0f 100%);
  pointer-events: none;
}
.categExtraDescBottom-description.normal-display {
  max-height: fit-content;
  transition: ease-in-out 0.32s;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.categExtraDescBottom-description.normal-display::after {
  display: none;
}
.categExtraDescBottom-description p:last-child {
  margin-bottom: 0;
}
.categExtraDescBottom .see-more {
  display: none;
  cursor: pointer;
  color: #FD1100;
  position: absolute;
  bottom: 2px;
  left: 23%;
  font-size: 20px;
}
.categExtraDescBottom.opened .see-more {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-top: 12px;
}
.categExtraDescBottom-description .read-more-wrap span.read-more-btn {
  margin: -32px 0 0 160px;
}
.categExtraDescBottom-description .read-more-wrap span.read-more-btn.collapsed {
  margin: 0;
}
.more-payment-options {
  display: none;
}
.catalog-product-view .breadcrumbs {
  position: relative;
  margin-block: 0;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-inline: 92px;
}
.catalog-product-view .breadcrumbs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #1F1F1F;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
.catalog-product-view .page-wrapper {
  color: #fff;
}
.catalog-product-view .product-info-description-new {
  padding-block: 56px;
}
.catalog-product-view #reviews .product-section-title {
  display: none;
}
.catalog-product-view .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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 36px;
}
.catalog-product-view .product-main-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #1F1F1F;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
.catalog-product-view .product-main-column .product-info-main {
  float: none;
  flex: 0 0 37%;
  width: 37%;
  order: 2;
  background-color: #2E2E2E;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px #515151;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-main-column .product-info-main .fieldset {
  margin-inline: 0;
}
.catalog-product-view .product-main-column .product-info-main .page-title-wrapper.product .page-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.catalog-product-view .product-main-column .product-info-main .button-dealer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 24px 0;
  padding: 12px;
  border-radius: 6px;
  background-color: #393939;
  box-shadow: inset 0 0 0 1px #474747;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #d1d5db;
}
.catalog-product-view .product-main-column .product-info-main .button-dealer span {
  color: #4ADE80;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-opt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .fieldset {
  margin-inline: 0;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-label,
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-selected-option {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-selected-option {
  padding-left: 8px;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option {
  position: relative;
  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;
  border-color: #515151;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 38px;
  border-radius: 12px;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.color::after {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  inset: 0;
  border-radius: 12px;
  pointer-events: none;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.image {
  width: 60px !important;
  height: 38px !important;
  background-size: cover !important;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.text {
  background: #0F0F0F;
  border: 1px solid #515151;
  border-radius: 12px;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.text.selected,
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.text:hover {
  border: 1px solid #fff !important;
  outline: none !important;
  background: #fff;
  color: #0F0F0F;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.hover,
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.selected {
  outline: none;
  border-color: #fff;
}
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.hover::after,
.catalog-product-view .product-main-column .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.selected::after {
  display: none !important;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions {
  display: block;
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary {
  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;
  gap: 8px;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary #buy-now {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background-color: #25A222;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s eases all ease-in;
  -webkit-transition: all 0.3s ease 0.5s ease;
  -moz-transition: all 0.3s ease 0.5s ease;
  -o-transition: all 0.3s ease 0.5s ease;
  -ms-transition: all 0.3s ease 0.5s ease;
  transition: all 0.3s ease 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary #buy-now:hover {
  background-color: #176315;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: none;
  -ms-flex: none;
  flex: 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;
  width: 56px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 10px;
  color: #fff;
  transition: background-color 0.3s eases all ease-in;
  -webkit-transition: background-color 0.3s ease 0.5s ease;
  -moz-transition: background-color 0.3s ease 0.5s ease;
  -o-transition: background-color 0.3s ease 0.5s ease;
  -ms-transition: background-color 0.3s ease 0.5s ease;
  transition: background-color 0.3s ease 0.5s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist:focus,
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist:active {
  background: none;
  border: none;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist:hover {
  background: none;
  border: none;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist.disabled,
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist[disabled],
fieldset[disabled] .catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist {
  pointer-events: none;
  opacity: 0.5;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist span {
  display: none;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions-primary .action.towishlist::before {
  content: '\E811';
  font-family: 'fontello';
  font-size: 16px;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions .tocart {
  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;
  gap: 8px;
  width: 100%;
  background: linear-gradient(121.82deg, #000000 0%, rgba(0, 0, 0, 0.867) 100%);
  border: 1px solid #474747;
  box-shadow: none;
  border-radius: 10px;
  color: #fff;
  padding-block: 10px;
  transition: all 0.3s eases all ease-in;
  -webkit-transition: all 0.3s ease 0.5s ease;
  -moz-transition: all 0.3s ease 0.5s ease;
  -o-transition: all 0.3s ease 0.5s ease;
  -ms-transition: all 0.3s ease 0.5s ease;
  transition: all 0.3s ease 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions .tocart span {
  font-size: 16px;
  font-weight: 500;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions .tocart::before {
  content: '\E97A';
  font-family: 'fontello';
  font-size: 20px;
  font-weight: 400;
}
.catalog-product-view .product-main-column .product-info-main .box-tocart .actions .tocart:hover {
  background: #086d06;
  border-color: #086d06;
}
.catalog-product-view .product-main-column .product-info-main .control-qty {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 0 0 1px #474747;
}
.catalog-product-view .product-main-column .product-info-main .control-qty .qty {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  vertical-align: middle;
}
.catalog-product-view .product-main-column .product-info-main .control-qty .minus,
.catalog-product-view .product-main-column .product-info-main .control-qty .plus {
  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;
  font-weight: 400;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.catalog-product-view .product-main-column .product-info-main .frete-embalagem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #C5C5C5;
  border-top: 1px solid #515151;
  padding-top: 16px;
}
.catalog-product-view .product-main-column .product-info-main .frete-embalagem p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.catalog-product-view .product-main-column .product.media {
  float: none;
  order: 1;
  flex: 0 0 49.5%;
  width: 49.5%;
  position: sticky !important;
  top: 0;
  margin: 0;
}
.catalog-product-view .product-main-column .product.media .flags-container {
  display: none;
}
.catalog-product-view .product-main-column .product.media .fotorama__stage__frame {
  border-radius: 24px;
}
.catalog-product-view .product-main-column .product.media .fotorama__stage__frame img {
  border-radius: 24px;
}
.catalog-product-view .product-main-column .product.media .fotorama__thumb {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.catalog-product-view .product-main-column .product.media .fotorama__thumb img {
  border-radius: 16px;
}
.catalog-product-view .product-main-column .product.media .fotorama__thumb-border {
  border: none;
  background: rgba(15, 15, 15, 0.25);
}
.catalog-product-view .product-main-column .product-info-price {
  color: #fff;
}
.catalog-product-view .product-main-column .product-info-price .custom-old-price {
  text-decoration: none;
  margin-bottom: 8px;
}
.catalog-product-view .product-main-column .product-info-price .custom-old-price .price {
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #9CA3AF;
}
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .price-billet .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .price-billet .price::after {
  content: ' no pix';
  font-size: 14px;
  font-weight: 400;
}
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element {
  flex: 0 0 100%;
}
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element p {
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element p strong,
.catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element p b {
  font-size: 16px;
  font-weight: 400;
}
.catalog-product-view .product-main-column .more-payment-options {
  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;
  display: block;
  margin-top: 12px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  text-decoration: underline;
  color: #59EB56;
}
.catalog-product-view .product-main-column .more-payment-options:focus,
.catalog-product-view .product-main-column .more-payment-options:active {
  background: none;
  border: none;
}
.catalog-product-view .product-main-column .more-payment-options:hover {
  background: none;
  border: none;
}
.catalog-product-view .product-main-column .more-payment-options.disabled,
.catalog-product-view .product-main-column .more-payment-options[disabled],
fieldset[disabled] .catalog-product-view .product-main-column .more-payment-options {
  pointer-events: none;
  opacity: 0.5;
}
.catalog-product-view .products.wrapper.grid.products-grid .product-items .product-item {
  width: calc(25% - 12px);
}
.catalog-product-view .product-section-title {
  display: none;
}
.catalog-product-view .product-custom-tabs {
  font-family: inherit;
}
.catalog-product-view .product-custom-tabs .tab-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.catalog-product-view .product-custom-tabs .tab {
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}
.catalog-product-view .product-custom-tabs .tab.active {
  color: #fff;
  border-bottom: 2px solid #DC1305;
}
.catalog-product-view .product-custom-tabs .tab-content {
  padding: 10px 0;
}
.catalog-product-view .product-custom-tabs .tab-content h1,
.catalog-product-view .product-custom-tabs .tab-content h2,
.catalog-product-view .product-custom-tabs .tab-content h3,
.catalog-product-view .product-custom-tabs .tab-content h4,
.catalog-product-view .product-custom-tabs .tab-content h5,
.catalog-product-view .product-custom-tabs .tab-content h6,
.catalog-product-view .product-custom-tabs .tab-content p {
  margin-top: 0;
}
.catalog-product-view .product-custom-tabs .tab-content .additional-attributes {
  width: 100%;
  font-size: 14px;
}
.catalog-product-view .product-custom-tabs .tab-content .additional-attributes li {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin: 0;
  padding: 8px;
}
.catalog-product-view .product-custom-tabs .tab-content .additional-attributes li:nth-child(even) {
  background-color: #2E2E2E;
}
.catalog-product-view .product-custom-tabs .tab-content .additional-attributes li .data {
  text-align: right;
}
.catalog-product-view .product-custom-tabs .tab-pane {
  display: none;
}
.catalog-product-view .product-custom-tabs .tab-pane.active {
  display: block;
}
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
  margin-block: 56px;
}
.catalog-product-view .block.related .block-title,
.catalog-product-view .block.upsell .block-title {
  margin-bottom: 42px;
}
.catalog-product-view .block.related .block-title strong,
.catalog-product-view .block.upsell .block-title strong {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
.catalog-product-view .featured-block-home {
  position: relative;
  padding-block: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.catalog-product-view .featured-block-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  background-color: #1f1f1f;
}
.catalog-product-view .featured-block-home figure {
  flex: 0 0 52%;
}
.catalog-product-view .featured-block-home figure img {
  display: block;
  border-radius: 24px;
}
.catalog-product-view .featured-block-home .featured-block-text {
  flex: 0 0 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px 56px 48px;
}
.catalog-product-view .featured-block-home .featured-block-text h1,
.catalog-product-view .featured-block-home .featured-block-text h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.catalog-product-view .featured-block-home .featured-block-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #BEC3CB;
  margin-block: 16px;
}
.catalog-product-view .featured-block-home .featured-block-text a {
  float: right;
  clear: both;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #fff;
  background-color: #15A912;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  line-height: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view .featured-block-home .featured-block-text a:hover {
  background-color: #086d06;
  color: #fff;
}
.catalog-product-view .featured-block-home .featured-block-text a::after {
  content: '\F006';
  font-family: 'fontello';
  font-size: 14px;
  font-weight: 400;
}
.catalog-product-view .product-items.slick-slider > .slick-list {
  padding: 0 !important;
}
.catalog-product-view .product-items.slick-slider .slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: -58px;
  background: #1A1A1A !important;
  box-shadow: inset 0 0 0 1px #515151 !important;
  border-radius: 10px;
  width: 42px;
  height: 42px;
}
.catalog-product-view .product-items.slick-slider .slick-arrow::before {
  content: "\E808" !important;
  font-family: 'slick' !important;
  font-size: 28px !important;
  color: #fff !important;
  padding: 0 !important;
}
.catalog-product-view .product-items.slick-slider .slick-arrow::after {
  display: none;
}
.catalog-product-view .product-items.slick-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 48px;
}
.catalog-product-view .product-items.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.catalog-product-view .product-items.slick-slider .slick-slide .product-item {
  max-width: calc(100% - 12px);
}
.payment-modal .modal-inner-wrap {
  max-width: 450px;
}
.payment-tabs .tabs {
  display: flex;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
}
.payment-tabs .tabs li {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background: #f4f4f4;
}
.payment-tabs .tabs li.active {
  background: #ddd;
  font-weight: bold;
}
.payment-tabs .tab-content {
  display: none;
}
.payment-tabs .tab-content.active {
  display: block;
}
.payment-tabs .tab-content ul li {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 5px 0;
}
.payment-tabs .tab-content ul li:nth-child(even) {
  background: #f4f4f4;
}
.swatch-option-tooltip {
  display: none !important;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 !important;
  padding: 0 !important;
}
.filter-options-item .filter-options-content .swatch-option-link-layered {
  margin: 0 !important;
}
.filter-options-item .filter-options-content .swatch-option.color.selected,
.filter-options-item .filter-options-content .swatch-option.image.selected,
.filter-options-item .filter-options-content .swatch-option.color:hover,
.filter-options-item .filter-options-content .swatch-option.image:hover {
  border: 1px solid #fff !important;
  outline: none !important;
}
.filter-options-item .filter-options-content .swatch-option.text {
  background: #0F0F0F;
  border: 1px solid #515151;
  border-radius: 6px;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.filter-options-item .filter-options-content .swatch-option.text.selected,
.filter-options-item .filter-options-content .swatch-option.text:hover {
  border: 1px solid #fff !important;
  outline: none !important;
  background: #fff;
  color: #0F0F0F;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    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;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    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 .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background: #1f1f1f;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    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;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 50px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #ffffff;
    border: none;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: #f5f5f5;
    border-bottom: 0;
  }
  .nav-sections-item-title.active .nav-sections-item-switch {
    color: #000000;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    color: #3c3c3b;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 0 0 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #ffffff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #3c3c3b;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .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 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #2d2d2d;
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .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;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #2d2d2d;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .gridrow,
  .gridcolumn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gridrow [class^="grid-"],
  .gridcolumn [class^="grid-"] {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .page-header {
    position: relative;
    margin-bottom: 0;
  }
  .logo {
    display: block;
    margin: 10px 26.6%;
    max-width: 50%;
  }
  .linksCustomer,
  .atendimento,
  .wishbuttom,
  .nossaslojas,
  a.revendedor {
    display: none;
  }
  .loginMobile,
  .atendimentoMobile,
  .headerlinks {
    display: block;
  }
  .revendedorWrapper {
    background-color: #1A1A1A;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .revendedorWrapper .revendedorMob {
    flex: 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;
    gap: 4px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #515151;
    padding: 4px 16px;
    box-sizing: border-box;
    transition: 0.4s;
    background-color: #0F0F0F;
  }
  .revendedorWrapper .revendedorMob:hover {
    background-color: #27272A;
    box-shadow: none;
  }
  .atendimentoMobile {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  .atendimentoMobile > span {
    display: block;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 600;
  }
  .atendimentoMobile ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  .atendimentoMobile ul li a {
    display: block;
    padding: 9px 15px;
  }
  .atendimentoMobile ul li a[href^='tel:'],
  .atendimentoMobile ul li a[href*="whatsapp"] {
    white-space: nowrap;
  }
  .atendimentoMobile ul li a[href^='tel:'] {
    background-color: #f8f8f8;
    color: #3c3c3b;
  }
  .atendimentoMobile ul li a[href^='tel:'] tel {
    font-weight: 600;
  }
  .atendimentoMobile ul li a[href*="whatsapp"] {
    background-color: #def3e5;
    color: #2188c9;
  }
  .atendimentoMobile ul li a[href*="whatsapp"] tel {
    font-weight: 600;
  }
  .atendimentoMobile ul li a[href*="whatsapp"]:before {
    color: #00d656;
  }
  .footer-top-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top .footer-top-wrapper {
    padding: 32px 0;
  }
  .footer-top .footer-top-wrapper .newsletter {
    margin: 0;
  }
  .footer.content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer.content > .links {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .footer.content > .links .footer-about {
    max-width: max-content;
  }
  .footer.content > .links .footer-about img {
    display: block;
    margin-bottom: 32px;
    margin-inline: auto;
  }
  .footer.content > .links .footer-about p {
    font-size: 16px;
    line-height: 120%;
  }
  .footer.content > .links .footer-contacts .footer-custom-wrapper {
    gap: 4px;
  }
  .footer.content > .links .footer-contacts-content {
    display: none;
  }
  .footer.content > .links .social-links {
    justify-content: center;
    margin-top: 20px;
    gap: 0;
  }
  .footer.content > .links .social-links a {
    width: 44px;
    height: 44px;
    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;
  }
  .footer.content .blockfootertitle {
    margin-bottom: 0;
  }
  .customcopyright {
    padding-top: 24px;
    padding-inline: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .customcopyright .copyright .copyrightText {
    border: none;
  }
  .customcopyright .copyright .boxBis {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
  .customcopyright .copyright .boxBis img {
    filter: brightness(0) invert(1);
  }
  .customcopyright .copyright .boxBis li {
    max-width: 70%;
  }
  .rodapeItens {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .rodapeItens .rodapeItem {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #474747;
  }
  .rodapeItens .rodapeItem dt span {
    font-size: 14px;
  }
  .rodapeItens .rodapeItem dt::before {
    display: none;
  }
  .rodapeItens .rodapeItem dd {
    justify-content: center;
  }
  .rodapeItens .rodapeItem dd.seloList {
    margin: 0;
    flex-wrap: wrap;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  #compare-component {
    grid-template-columns: 1fr;
    gap: 10px;
    height: auto;
  }
  #compare-component .compare-component-list .product-item {
    width: 60px;
    height: auto;
  }
  #compare-component .compare-component-list .product-item .compare-remove-btn {
    font-size: 0px;
  }
  #compare-component .compare-component-action a:hover {
    height: 45px;
    width: 185px;
  }
  .catalog-category-view .category-image.mobile {
    display: flex;
  }
  .catalog-category-view .category-image.desktop {
    display: none;
  }
  .videoWrap .videoFrame {
    width: 100%;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .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 35px;
    min-height: 25px;
    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;
  }
  .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: 25px;
    height: 25px;
    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 / 25px;
    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;
  }
  div.page-wrapper .columns .main .login-container {
    width: initial;
    float: none;
    padding: 0;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap {
    height: 100% !important;
  }
  body.wp-sl .popup-authentication .modal-inner-wrap .sl-popup .block-content .sociallogin-or {
    margin-top: 35px;
  }
  body.wp-sl div.sociallogin-wrapper {
    width: 100%;
    float: none;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 96.5% !important;
    padding: 0 10px;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main .login-container,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container {
    width: initial !important;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    margin-left: 0;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
    max-width: unset;
  }
  body.wp-sl.customer-account-create div.page-wrapper .columns .main .form-create-account,
  body.wp-sl.multishipping-checkout-register div.page-wrapper .columns .main .form-create-account {
    width: 100% !important;
  }
  div.social-accounts ul.sl-unlinks {
    max-width: 100%;
  }
  body.checkout-cart-index div.cart-summary div.sociallogin-wrapper {
    width: unset !important;
  }
  body.checkout-cart-index div.page-wrapper .columns .main div.sociallogin-wrapper.login-container {
    padding: 0 15px;
  }
  body.checkout-index-index div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
    font-size: 1.8rem;
  }
  body.wp-sl.theme-pearl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
    margin: unset;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .category-cms .featured-block-home {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-cms .featured-block-home figure {
    order: 1;
    flex: 0 0 100%;
    margin: 16px 16px 0;
    border-radius: 24px;
    overflow: hidden;
  }
  .category-cms .featured-block-home .featured-block-text {
    order: 2;
    flex: 0 0 100%;
    padding: 16px;
  }
  .category-cms .featured-block-home .featured-block-text h1,
  .category-cms .featured-block-home .featured-block-text h2 {
    font-size: 36px;
  }
  .category-cms .featured-block-home .featured-block-text p {
    margin-top: 6px;
    font-size: 16px;
  }
  .category-cms .featured-block-home .featured-block-text a {
    width: 100%;
    font-size: 18px;
    justify-content: center;
    line-height: 24px;
  }
  .products.wrapper.grid.products-grid .product-items .product-item .product-item-price-buy {
    margin-top: 8px;
    padding-top: 4px;
  }
  .toolbar-products {
    flex-direction: column;
    gap: 16px;
  }
  .toolbar-products .field.limiter,
  .toolbar-products .toolbar-sorter.sorter {
    width: 100%;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #2d2d2d;
    background: #3c3c3b;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .banner_super_topo ul {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .banner_super_topo ul .item-content:not(:first-child) {
    display: none;
  }
  .banner_super_topo ul.slick-initialized .slick-slide {
    display: block;
  }
  .banner_topo_mob .slick-dotted.slick-slider {
    padding: 0;
  }
  .banner_topo_mob .slick-dotted.slick-slider .slick-prev {
    left: 2.60%;
  }
  .banner_topo_mob .slick-dotted.slick-slider .slick-next {
    right: 2.60%;
  }
  .banner_topo_mob .slick-dotted.slick-slider .slick-slide {
    padding: 0;
  }
  .banner_topo_mob .slick-dotted.slick-slider .slick-dotted-inside {
    position: absolute;
    bottom: 2%;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 26px;
  }
  .banner_topo_mob .slick-dotted.slick-slider .slick-dotted-inside li button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
  }
  .banner_topo_mob .slick-dotted.slick-slider .slick-dotted-inside li.slick-active button {
    background-color: #fff;
  }
  .ofertas-container::before {
    background-position: -235px 0;
  }
  .flashSale .block-title {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  .flashSale .block-title .title-wrapper span {
    font-size: 15px;
  }
  .flashSale .block-title .title-wrapper strong {
    font-size: 24px;
    padding: 0;
  }
  .flashSale ul.ulFlashSale {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .flashSale ul.ulFlashSale > li.product-item {
    flex: 0 0 100%;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > a.product-item-photo {
    flex: 0 0 42.94%;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > a.product-item-photo .product-image-container {
    width: inherit !important;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details {
    flex: 0 0 57.06%;
    padding: 7px;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-reviews-summary {
    margin: -4px 0 4px;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 19px;
    height: 57px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .short-description {
    display: none;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-price-buy .price-box .old-price .price {
    font-size: 10px;
    color: #FE1808;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-price-buy .price-box .old-price .price::before {
    content: '';
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-price-buy .price-box .price-billet .price {
    font-size: 18px;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-price-buy .price-box .price-billet .price::after {
    font-size: 10px;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-price-buy .price-box .explicative-text {
    font-size: 10px;
  }
  .flashSale ul.ulFlashSale > li.product-item .product-item-info > .product-item-details .product-item-price-buy .product-item-inner {
    display: none;
  }
  .flashSale a.vermais {
    width: 100%;
    margin-top: 36px;
  }
  .login-overlay,
  .reset-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .login-overlay.open,
  .reset-overlay.open {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    position: fixed !important;
  }
  .login-register-popup .popup-login-form,
  .login-register-popup .popup-register-form {
    width: 100%;
    max-width: 308px;
    padding: 24px;
    box-sizing: border-box;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .login-register-popup .popup-register-form {
    max-height: 90vh;
  }
  .login-register-popup .grid-register-fields {
    display: block !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    flex-direction: column;
  }
  .login-register-popup .grid-register-fields .pwa-textfield {
    width: 100%;
  }
  .login-register-popup .grid-register-fields .pwa-textfield .customer-dob ._has-datepicker,
  .login-register-popup .grid-register-fields .pwa-textfield .pwa-textfield__input {
    min-width: 200px;
  }
  .login-register-popup .grid-register-fields .pwa-textfield .validate-select.region_id {
    padding-top: 10px;
  }
  .flags-container {
    padding: 8px;
  }
  .flags-container .flag-item {
    margin-bottom: 4px;
  }
  .flags-container .flag-item .flag {
    padding: 1px 4px;
    font-size: 10px;
  }
  .block-search {
    margin-top: 16px;
  }
  .block-search .minisearch {
    position: relative;
  }
  .block-search .minisearch input#search {
    position: static;
  }
  .block-search .minisearch .label {
    display: none;
  }
  .block-search .control {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .block-search input {
    position: static;
    padding-right: 36px;
    margin-top: 0;
    height: 38px;
    border: none;
    border-radius: 10px;
    background: #1a1a1a;
    color: #fff;
    box-shadow: inset 0 0 0 1px #515151;
  }
  .block-search input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .block-search input:-moz-placeholder {
    color: #ffffff;
  }
  .block-search input::-moz-placeholder {
    color: #ffffff;
  }
  .block-search input:-ms-input-placeholder {
    color: #ffffff;
  }
  .block-search .action.search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 19px;
    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;
  }
  .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: 18px;
    line-height: 22px;
    color: #ffffff;
    content: '\E97D';
    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;
  }
  .block-search .action.search[disabled] {
    opacity: 1;
  }
  .block-search .action.clear {
    display: none;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
    margin-bottom: 20px;
  }
  .cart-container .form-cart .actions.main a,
  .cart-container .form-cart .actions.main button {
    margin: 5px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #2d2d2d;
  }
  .cart.table-wrapper {
    border-top: 1px solid #2d2d2d;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .osc-header {
    text-align: center;
  }
  .opc-progress-bar {
    margin-top: 5px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  body.filter-active {
    overflow: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 2px solid #2d2d2d;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 4px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    display: flex;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: #ffffff;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: #1f1f1f;
    display: block;
    height: 48px;
    left: 0;
    line-height: 48px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filter.active .filter-options {
    background: #0f0f0f;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 199px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
  }
  .filter.active .filter-options::-webkit-scrollbar {
    width: 1px;
  }
  .filter.active .filter-options::-webkit-scrollbar-track {
    background: transparent;
  }
  .filter.active .filter-options::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .filter.active .filter-options::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .filter.active .filter-options-item {
    background: #1f1f1f;
  }
  .filter.active .filter-options-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .filter.active .filter-options-item:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #2d2d2d;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    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;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .filter-options-content {
    padding: 10px 16px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block.newsletter > .content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .block.newsletter .label {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    width: 90%;
  }
  .block.newsletter .form.subscribe {
    width: 90%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block.newsletter .form.subscribe .field {
    width: 100%;
  }
  .block.newsletter .form.subscribe .field label {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .block.newsletter .form.subscribe .field label input {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .block.newsletter .form.subscribe .field.newsletter .actions {
    width: 100%;
  }
  .block.newsletter .form.subscribe .field.newsletter .actions button {
    width: 100%;
    height: 50px;
  }
  .page-wrapper > .breadcrumbs .page-main {
    padding: 0;
  }
  .page-layout-fullcolumn #maincontent {
    padding: 0 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hide-mobile {
    display: none !important;
  }
  .catalogsearch-result-index .page-title {
    margin: 20px 0;
  }
  .catalogsearch-result-index .filter-title strong {
    top: -13rem;
  }
  .cms-home.cms-index-index .featured-block-home {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-home.cms-index-index .featured-block-home figure {
    flex: 0 0 100%;
    border-radius: 24px;
    overflow: hidden;
  }
  .cms-home.cms-index-index .featured-block-home .featured-block-text {
    flex: 0 0 100%;
    padding: 16px 0;
  }
  .cms-home.cms-index-index .featured-block-home .featured-block-text h1,
  .cms-home.cms-index-index .featured-block-home .featured-block-text h2 {
    font-size: 36px;
  }
  .cms-home.cms-index-index .featured-block-home .featured-block-text p {
    margin-top: 6px;
    font-size: 16px;
  }
  .cms-home.cms-index-index .featured-block-home .featured-block-text a {
    width: 100%;
    font-size: 18px;
    justify-content: center;
    line-height: 24px;
  }
  .faq-block {
    padding: 24px 16px;
  }
  .faq-block .faq-container {
    gap: 24px;
    padding: 16px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-block .faq-container .faq-block-title {
    width: 100%;
  }
  .faq-block .faq-container .faq-block-title .faq-block-title-link {
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq-block .faq-container .faq-block-title .faq-block-title-link::after {
    font-size: 12px;
  }
  .faq-block .faq-container .faq-block-content {
    width: 100%;
  }
  .faq-block .faq-container .faq-block-content .mageprince-faq-collection {
    margin: 0;
    width: 100%;
  }
  .faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-state-default {
    border: none;
    background: transparent;
  }
  .faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-state-default:not(:first-child) {
    box-shadow: 0 -1px 0 0 #373737;
  }
  .faq-block .faq-container .faq-block-content .mageprince-faq-collection .ui-accordion .ui-accordion-header {
    font-size: 16px;
    padding: 20px 8px 20px 0;
  }
  .blog-banner {
    display: block;
    padding-top: 48px;
    padding-inline: 16px;
  }
  .blog-banner .container-wrapper {
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-banner img {
    width: 100%;
  }
  .blog-feed-small {
    width: 100%;
    padding: 24px 16px 32px;
    /* TÍTULO */
    /* LEIA MAIS */
  }
  .blog-feed-small .feed-items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .blog-feed-small .feed-item {
    width: 100%;
  }
  .blog-feed-small .feed-title {
    font-size: 18px;
    line-height: 120%;
    margin: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
  .blog-feed-small .feed-more {
    margin: 0 8px 8px;
  }
  .outras-categorias {
    overflow: inherit;
  }
  .outras-categorias .widget.block.block-static-block {
    gap: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .outras-categorias .widget.block.block-static-block > div:first-child {
    width: 100%;
  }
  .outras-categorias .widget.block.block-static-block > div:first-child h1,
  .outras-categorias .widget.block.block-static-block > div:first-child h2,
  .outras-categorias .widget.block.block-static-block > div:first-child h3,
  .outras-categorias .widget.block.block-static-block > div:first-child h4 {
    font-size: 36px;
  }
  .outras-categorias .widget.block.block-static-block > div:first-child p {
    font-size: 18px;
  }
  .outras-categorias .widget.block.block-static-block > div:first-child a {
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .outras-categorias .widget.block.block-static-block > div:last-child {
    width: 100vw;
    margin: 0 -15px;
    padding-left: 15px;
  }
  .outras-categorias .outras_categorias {
    margin: 0;
  }
  .outras-categorias .outras_categorias li.item-image {
    padding: 0 6px;
  }
  .outras-categorias .slick-prev,
  .outras-categorias .slick-next {
    transform: translateY(calc(-50% - 16px));
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .outras-categorias .slick-prev::before,
  .outras-categorias .slick-next::before {
    font-size: 14px;
    padding: 0;
  }
  .outras-categorias .slick-next {
    right: 36px;
  }
  .outras-categorias .slick-dots {
    padding: 0;
  }
  .outras-categorias .slick-dots li button {
    background: transparent;
  }
  .contact-index-index .fieldset {
    margin-inline: 0;
  }
  body[class*="checkout"] .checkout-header {
    width: 96%;
  }
  body[class*="checkout"] .logo {
    margin-inline: auto;
  }
  body[class*="checkout"] .logo-checkout {
    display: none;
  }
  body[class*="checkout"] .action.edit-address-link img {
    display: none;
  }
  body[class*="checkout"] #recaptcha-checkout-coupon-apply-wrapper {
    display: table-footer-group;
    width: 100%;
  }
  .block-products-list .block-title,
  .block-new-products .block-title,
  .block-widget-categories-image .block-title {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    gap: 16px;
  }
  .block-products-list .block-title .vermais,
  .block-new-products .block-title .vermais,
  .block-widget-categories-image .block-title .vermais {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block-products-list .itemgrid-4 .product-item,
  .block-new-products .itemgrid-4 .product-item,
  .block-widget-categories-image .itemgrid-4 .product-item {
    width: calc(50% - 8px) !important;
    margin: 0 !important;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-name a,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-name a,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description {
    font-size: 12px;
    font-weight: 300;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description h1,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description h1,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description h1,
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description h2,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description h2,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description h2,
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description h3,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description h3,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description h3,
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description h4,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description h4,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description h4,
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description h5,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description h5,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description h5,
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description h6,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description h6,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description h6,
  .block-products-list .itemgrid-4 .product-item .product-item-details .short-description p,
  .block-new-products .itemgrid-4 .product-item .product-item-details .short-description p,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .short-description p {
    font-size: 14px;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 8px;
    padding-top: 4px;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .old-price .price,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .old-price .price,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .old-price .price {
    font-size: 10px;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price {
    font-size: 18px;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .explicative-text,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .explicative-text,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .price-box .explicative-text {
    font-size: 10px;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-inner,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-inner,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-inner {
    display: flex;
    width: 100%;
    margin: 0 7px 0 0;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .qtywrap,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .qtywrap,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .qtywrap {
    display: none;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary {
    height: 35px;
    padding: 5px 8px;
    border-radius: 10px;
    background: #2A2A2A !important;
  }
  .block-products-list .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary .icon-cart-plus:before,
  .block-new-products .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary .icon-cart-plus:before,
  .block-widget-categories-image .itemgrid-4 .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary .icon-cart-plus:before {
    content: '\e83f' !important;
  }
  #amasty-shopby-product-list .product-item,
  .product-items .product-item {
    width: calc(50% - 8px) !important;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-name a,
  .product-items .product-item .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  #amasty-shopby-product-list .product-item .product-item-details .short-description,
  .product-items .product-item .product-item-details .short-description {
    font-size: 12px;
    font-weight: 300;
  }
  #amasty-shopby-product-list .product-item .product-item-details .short-description h1,
  .product-items .product-item .product-item-details .short-description h1,
  #amasty-shopby-product-list .product-item .product-item-details .short-description h2,
  .product-items .product-item .product-item-details .short-description h2,
  #amasty-shopby-product-list .product-item .product-item-details .short-description h3,
  .product-items .product-item .product-item-details .short-description h3,
  #amasty-shopby-product-list .product-item .product-item-details .short-description h4,
  .product-items .product-item .product-item-details .short-description h4,
  #amasty-shopby-product-list .product-item .product-item-details .short-description h5,
  .product-items .product-item .product-item-details .short-description h5,
  #amasty-shopby-product-list .product-item .product-item-details .short-description h6,
  .product-items .product-item .product-item-details .short-description h6,
  #amasty-shopby-product-list .product-item .product-item-details .short-description p,
  .product-items .product-item .product-item-details .short-description p {
    font-size: 12px;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy,
  .product-items .product-item .product-item-details .product-item-price-buy {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 8px;
    padding-top: 4px;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .price-box .old-price .price,
  .product-items .product-item .product-item-details .product-item-price-buy .price-box .old-price .price {
    font-size: 10px;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price,
  .product-items .product-item .product-item-details .product-item-price-buy .price-box .price-billet .price {
    font-size: 18px;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .price-box .explicative-text,
  .product-items .product-item .product-item-details .product-item-price-buy .price-box .explicative-text {
    font-size: 10px;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .product-item-inner,
  .product-items .product-item .product-item-details .product-item-price-buy .product-item-inner {
    display: flex;
    width: 100%;
    margin: 0 7px 0 0;
    position: absolute;
    right: 0;
    justify-content: end;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .product-item-actions .qtywrap,
  .product-items .product-item .product-item-details .product-item-price-buy .product-item-actions .qtywrap {
    display: none;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary,
  .product-items .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary {
    height: 35px;
    padding: 5px 8px;
    border-radius: 10px;
    background: #2A2A2A !important;
  }
  #amasty-shopby-product-list .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary .icon-cart-plus:before,
  .product-items .product-item .product-item-details .product-item-price-buy .product-item-actions .action.tocart.primary .icon-cart-plus:before {
    content: '\e83f' !important;
  }
  .catalog-category-view .breadcrumbs {
    margin-top: 36px;
    margin-bottom: 36px !important;
    padding-inline: 0;
  }
  .catalog-category-view .breadcrumbs .page-main {
    padding-inline: 0;
  }
  .catalog-category-view .read-more-wrap {
    gap: 0;
  }
  .catalog-product-view .breadcrumbs {
    padding-top: 36px;
    padding-bottom: 16px;
    padding-inline: 16px;
  }
  .catalog-product-view .products.wrapper.grid.products-grid .product-items .product-item {
    width: calc(50% - 8px);
    margin: 0 !important;
  }
  .catalog-product-view .product-main-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 36px;
  }
  .catalog-product-view .product-main-column .product-info-main {
    flex: inherit !important;
    width: 100% !important;
    padding: 16px;
  }
  .catalog-product-view .product-main-column .product-info-main .page-title-wrapper.product .page-title {
    font-size: 24px;
  }
  .catalog-product-view .product-main-column .product-info-main .frete-embalagem {
    padding-top: 12px;
  }
  .catalog-product-view .product-main-column .product-info-main .frete-embalagem p {
    font-size: 10px;
  }
  .catalog-product-view .product-main-column .product.media {
    flex: inherit !important;
    width: 100% !important;
    position: relative !important;
    top: inherit;
    margin: 0;
  }
  .catalog-product-view .product-main-column .product.media .fotorama__stage {
    margin-bottom: 8px;
  }
  .catalog-product-view .product-main-column .product-info-price .custom-old-price .price {
    font-size: 14px;
  }
  .catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .price-billet .price {
    font-size: 28px;
  }
  .catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element p {
    font-size: 14px;
  }
  .catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element p strong,
  .catalog-product-view .product-main-column .product-info-price .price-container.price-final_price .explicative-text-element p b {
    font-size: 14px;
  }
  .catalog-product-view .product-main-column .more-payment-options {
    color: #fff;
  }
  .catalog-product-view .product-custom-tabs .tab-nav {
    gap: 16px;
    overflow-x: auto;
    margin-bottom: 10px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
  }
  .catalog-product-view .product-custom-tabs .tab-nav::-webkit-scrollbar {
    display: none;
  }
  .catalog-product-view .product-custom-tabs .tab {
    flex-shrink: 0;
    font-size: 20px;
    white-space: nowrap;
  }
  .catalog-product-view .product-custom-tabs .tab-pane {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .catalog-product-view .product-custom-tabs .tab-pane::-webkit-scrollbar {
    display: none;
  }
  .catalog-product-view .featured-block-home {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 16px;
  }
  .catalog-product-view .featured-block-home figure {
    flex: 0 0 100%;
    border-radius: 24px;
    overflow: hidden;
  }
  .catalog-product-view .featured-block-home figure img {
    transform-origin: center center;
  }
  .catalog-product-view .featured-block-home .featured-block-text {
    flex: 0 0 100%;
    padding: 16px 0;
  }
  .catalog-product-view .featured-block-home .featured-block-text h1,
  .catalog-product-view .featured-block-home .featured-block-text h2 {
    font-size: 36px;
  }
  .catalog-product-view .featured-block-home .featured-block-text p {
    margin-top: 6px;
    font-size: 16px;
  }
  .catalog-product-view .featured-block-home .featured-block-text a {
    width: 100%;
    font-size: 18px;
    justify-content: center;
    line-height: 24px;
  }
  .catalog-product-view .block.related,
  .catalog-product-view .block.upsell {
    margin-bottom: 32px;
  }
  .catalog-product-view .block.related .block-title,
  .catalog-product-view .block.upsell .block-title {
    margin-bottom: 84px;
  }
  .catalog-product-view .block.related .products.wrapper.grid.products-grid .product-items,
  .catalog-product-view .block.upsell .products.wrapper.grid.products-grid .product-items {
    display: block !important;
    width: 100% !important;
  }
  .catalog-product-view .block.related .product-item,
  .catalog-product-view .block.upsell .product-item {
    width: 100% !important;
  }
  .review-list-container {
    gap: 32px;
    padding-block: 16px;
    flex-direction: column;
  }
  .review-list-container::before {
    display: none;
  }
  .review-list-container .grid-reviews,
  .review-list-container .grid-form {
    width: 100%;
    max-width: 100%;
  }
  .review-list-container .review-title {
    padding-right: 96px;
  }
  .review-button {
    background-color: #1b1b1b !important;
  }
  .review-items {
    max-height: 573px !important;
  }
  .review-items .review-item {
    flex-direction: column;
    padding-inline: 0 !important;
  }
  .review-items .review-item .review-item-inner {
    width: 100% !important;
  }
  .review-items .review-item .review-item-inner .review-author {
    font-weight: 700 !important;
  }
  .review-items .review-item .review-item-description {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .review-items .review-item .review-content {
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
  }
  .review-items .review-item .review-content.expanded {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
  }
  .review-items .review-item .review-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
  }
  .review-items .review-item .review-toggle:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #2d2d2d;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    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;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .modal-popup .modal-footer {
    padding: 15px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #cccccc;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #ffffff;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #ffffff;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
}
/* ==================================================
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: 1440px;
  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;
  }
  .banner_super_topo,
  .nav-sections,
  .widget.block.block-static-block,
  .category-widget-main,
  .testimonials-slider-wrapper {
    padding: 0 5px;
  }
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
.customer-account-index .nav.items li a {
  color: #000000 !important;
}
.customer-account-index .nav.items li a:hover {
  color: #000000 !important;
}
.customer-account-index .nav.items li a:focus {
  color: #000000 !important;
}
.customer-account-index .box-actions a {
  color: #000000 !important;
}
.customer-account-index .box-actions a:hover {
  color: #000000 !important;
}
.customer-account-index .box-actions a:focus {
  color: #000000 !important;
}
/* Tools */
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.col-no-padding {
  padding: 0 !important;
}
.row-no-margin {
  margin: 0 !important;
}
.no-bg {
  background: none !important;
}
@media (max-width: 991px) {
  .no-margin-mobile {
    margin: 0 !important;
  }
}
a:visited {
  background-color: inherit;
  color: inherit;
}
@media only screen {
  .container-wrapper.buytogether .block-title {
    color: #fff;
  }
  .container-wrapper.buytogether .block-title strong {
    text-align: center;
    display: block;
    text-transform: none;
  }
  .container-wrapper.buytogether .products-grid .product-items {
    justify-content: space-evenly;
    gap: 10px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item {
    background-color: #1C1C1C;
    border-radius: 20px;
    color: #fff;
    box-shadow: inset 0 0 0 1px #515151;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item::after {
    box-shadow: none;
    color: black !important;
    background-color: white !important;
    border: 2px solid black;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info {
    height: 100%;
    width: 100%;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details {
    padding-top: 10px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    color: #fff;
    text-align: left;
    font-weight: 700;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    color: unset;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-description {
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .buytogether-price-sepator {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price {
    line-height: 1.3;
    justify-content: flex-start;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .old-price.custom-old-price {
    text-decoration: none;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .old-price.custom-old-price .price-wrapper .price {
    font-weight: 300;
    font-size: 12px;
    color: #9C9C9C;
    text-decoration: line-through;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .old-price.custom-old-price .price-wrapper .price:before {
    content: "De: ";
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .price-final_price.tax.weee {
    text-align: left;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .price-final_price.tax.weee > .price-billet .price {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .price-final_price.tax.weee > .price-billet .price:after {
    content: " no pix";
    font-weight: 300;
    font-size: 13px;
    color: #9C9C9C;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .discount-flag {
    display: none;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .explicative-text-element p.explicative-text {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 12px;
    color: #9C9C9C;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-price .explicative-text-element p.explicative-text b {
    font-weight: 300;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
    width: 125px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result::before {
    color: #FBA019;
    font-size: 28px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-image-container img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product {
    border: unset;
    justify-content: center;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .title .oferta {
    color: #4ADE80;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: rgba(34, 197, 94, 0.1);
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .title .oferta:before {
    width: auto;
    font-size: 15px;
    margin-right: 5px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .title .text-top {
    color: #fff;
    max-width: 235px;
    display: inline-block;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .title .subtitle {
    margin-top: 8px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .title .subtitle small {
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
    margin-bottom: 10px;
    display: block;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .title .discount-amount {
    clear: both;
    display: table;
    margin: 0 auto;
    color: #4ADE80;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    border-radius: 4px;
    background-color: rgba(34, 197, 94, 0.1);
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price {
    width: 70%;
    margin: 30px 0;
    padding: 15px 0;
    border-radius: 16px;
    background-color: #141414;
    border: 1px solid #333333;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price .price-box .discount-flag {
    display: none;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price .price-box .explicative-text {
    font-weight: 400;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price .price-box .old-price.custom-old-price {
    text-decoration: none;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price .price-box .old-price.custom-old-price .price-final_price.tax.weee .price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
    color: #9C9C9C;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price .price-box .price-final_price.tax.weee .price-billet .price {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .total-price .no-tax-container .no-tax-message {
    color: #4ADE80;
    padding: 4px 8px;
    background-color: rgba(34, 197, 94, 0.1);
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .prices {
    display: none;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .alltocart {
    width: 236px;
    line-height: 26px;
    border-radius: 12px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .alltocart .quick-purchase-icon {
    position: relative;
    top: 3px;
    right: 7px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .alltocart .buytogether-btn-buy {
    font-weight: 700;
    font-size: 16px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .protecao {
    font-size: 10px;
    font-weight: 300;
    line-height: 2;
    margin: 0;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item.last-product .protecao:before {
    width: auto;
    font-size: 10px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 765px) {
  .container-wrapper.buytogether .products-grid .product-items .product-item {
    overflow: visible;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 20px;
    min-height: 57px;
    max-height: 57px;
    overflow: hidden;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 20px;
    font-weight: 700;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item::after {
    right: -5px;
    display: block;
    line-height: 1.3;
    text-align: center;
  }
}
@media only screen and (max-width: 764px) {
  .container-wrapper.buytogether .products-grid .product-items {
    align-items: center;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item {
    margin-bottom: 1rem;
    width: calc(98%) !important;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info {
    font-size: 16px;
    display: flex;
    align-self: flex-start;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 180px;
    display: block;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container img {
    border-radius: 20px 0 0 20px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-details {
    padding: 10px;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-details .product-item-link {
    font-weight: 700;
    font-size: 20px;
    display: block;
    max-height: 46px;
    overflow: hidden;
    line-height: 1.1;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-details .product-item-description {
    display: none;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item .product-item-details .product-price .price-box.price-final_price .old-price.custom-old-price .price {
    color: #DC1305;
  }
  .container-wrapper.buytogether .products-grid .product-items .product-item::after {
    left: 0px;
    bottom: 0px;
    right: unset;
    width: 35px;
    height: 35px;
  }
  .container-wrapper.buytogether .products-grid .product-items .last-product.product-item {
    padding: 20px;
  }
  .container-wrapper.buytogether .products-grid .product-items .last-product.product-item .title .text-top {
    max-width: 100%;
  }
  .container-wrapper.buytogether .products-grid .product-items .last-product.product-item .total-price {
    width: 100%;
  }
  .container-wrapper.buytogether .products-grid .product-items .last-product.product-item .alltocart {
    width: 100%;
  }
}
.form-create-account .control .comment {
  font-size: 13px;
}
#product-shipping-form {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
#product-shipping-form .label-form {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
#product-shipping-form .shipping-form-fields {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
#product-shipping-form .shipping-form-fields input {
  border-radius: 6px;
  background-color: #1f1f1f;
  box-shadow: inset 0 0 0 1px #515151;
  box-sizing: content-box;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#product-shipping-form .shipping-form-fields button {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #1b1b1b;
  transition: all 0.3s eases all ease-in;
  -webkit-transition: all 0.3s ease 0.5s ease;
  -moz-transition: all 0.3s ease 0.5s ease;
  -o-transition: all 0.3s ease 0.5s ease;
  -ms-transition: all 0.3s ease 0.5s ease;
  transition: all 0.3s ease 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#product-shipping-form .shipping-form-fields button:hover,
#product-shipping-form .shipping-form-fields button:focus {
  background-color: #1b1b1b;
  color: #fff;
}
#product-shipping-form .link-cep {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
#product-shipping-form .link-cep:hover {
  text-decoration: underline;
}
#product-shipping-form #product-shipping-result {
  margin: 0;
  color: #fff;
}
input[data-autocompleted] {
  background-color: #1f1f1f !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0px 9999px #1f1f1f;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s;
}
.product-shipping-table td {
  padding-bottom: 8px;
}
.component-wrapper.free-shipping-bar {
  margin: 0 24px 0 16px;
  padding: 18px 0 20px;
}
.component-wrapper.free-shipping-bar .explanation-text {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.component-wrapper.free-shipping-bar .explanation-text .free-shipping-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
div.minprogress {
  background-color: #373737;
  border: none;
  height: 6px !important;
  border-radius: 4px;
}
div.minprogress .minprogress-active {
  background-color: #DC1305;
  position: static;
  height: 6px !important;
  border-radius: 4px;
}
div.minprogress .progress-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .product-additional-containers .product.info.detailed .product.data.items .data.switch[href="#reviews"] {
  display: none;
}
.catalog-product-view .product-additional-containers .product.info.detailed .product.data.items .item.content {
  background-color: #1F1F1F;
  padding: 0;
  border: none;
}
.catalog-product-view .product-additional-containers .product.info.detailed .product.data.items .item.content .review-list-container {
  padding: 35px 5px;
}
.review-list-container {
  position: relative;
  display: flex;
  gap: 56px;
  justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.review-list-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #1f1f1f;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
.review-list-container .grid-reviews,
.review-list-container .grid-form {
  width: 100%;
}
.review-list-container .grid-form {
  max-width: 414px;
}
.review-list-container .toolbar.review-toolbar {
  display: none;
}
.review-list-container .review-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.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: left;
  vertical-align: middle;
}
.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: 210px;
}
.reviewmodal .review-form {
  max-width: inherit;
}
.reviewmodal .modal-title .modal-subtitle {
  font-weight: 700;
}
.reviewmodal .review-field-ratings .review-field-rating .label {
  display: none;
}
.reviewmodal .modal-inner-wrap {
  max-width: 680px;
}
.reviewmodal._opened {
  visibility: visible;
  opacity: 1;
}
.reviewmodal._opened .modal-inner-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.review-list .block-title strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
.rating-summary .rating-result {
  width: 89px;
}
.rating-summary .rating-result::before,
.rating-summary .rating-result > span::before {
  letter-spacing: -7px;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.reviewaverage {
  margin-bottom: 30px;
}
.reviewaverage .percent-reviews {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 12px;
  margin: 0 0 16px;
}
.reviewaverage .percent-reviews__value {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.reviewaverage .percent-reviews__value > small {
  font-size: inherit;
}
.reviewaverage .percent-reviews__info {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 6px;
}
.reviewaverage .percent-reviews__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  /* 16.8px */
}
.reviewaverage .percent-reviews__bar {
  background-color: #D9D9D9;
  display: block;
  height: 6px;
  position: relative;
  width: 100%;
  border-radius: 50px;
}
.reviewaverage .percent-reviews__bar--active {
  background-color: #25A222;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 50px;
}
.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;
  gap: 12px;
}
.reviewaverage .rating-summary.average:not(:last-child) {
  margin-bottom: 12px;
}
.reviewaverage .rating-summary.average .p-estrela {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
}
.reviewaverage .rating-summary.average .n-estrela {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  margin-left: auto;
}
.reviewaverage .rating-summary.average .n-estrela::before {
  color: #d2d8e4;
}
.review-items {
  max-height: 294px;
  overflow-y: auto;
  /* scroll */
}
.review-items::-webkit-scrollbar {
  width: 6px;
}
.review-items::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 50px;
}
.review-items::-webkit-scrollbar-thumb {
  background: #DC1305;
  border-radius: 50px;
}
.review-items::-webkit-scrollbar-thumb:hover {
  background: #DC1305;
  border-radius: 50px;
}
.review-items .review-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: none;
  padding: 12px;
  position: relative;
  margin-right: 12px;
}
.review-items .review-item:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #515151;
}
.review-items .review-item .review-item-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 216px;
  flex: none;
}
.review-items .review-item .review-item-inner .review-author {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.review-items .review-item .review-item-inner .review-ratings {
  margin: 0 auto 0 0;
}
.review-items .review-item .review-item-description {
  position: relative;
  width: calc(100% - 216px - 16px);
  flex: 0 0 calc(100% - 216px - 16px);
}
.review-items .review-item .review-details-value {
  flex: none;
  width: 100%;
  font-size: 14px;
  color: #9c9c9c;
}
.review-items .review-item .review-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 16px;
  font-size: 14px;
  color: #fff;
}
.review-items .review-item .review-content.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}
.review-items .review-item .review-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.review-items .review-item .review-toggle:hover {
  text-decoration: underline;
}
.review-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: #0F0F0F;
  color: #fff;
  padding-block: 14px;
  border-radius: 50px;
  border: 1px solid #0f0f0f;
  transition: all 0.3s ease;
}
.review-button span {
  font-size: 16px;
  font-weight: 400;
}
.review-button:hover {
  background-color: #0F0F0F;
  color: #fff;
  border-color: #0F0F0F;
}
.review-button:hover span {
  font-size: 14px;
}
.review-toolbar {
  border: none;
}
.review-summary-mobile,
.title-mobile-review {
  display: none;
}
.no-rating {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.product-info-main .product.alert.stock {
  text-align: center;
}
.product-info-main .product-info-stock-sku {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.product-info-main .product-info-stock-sku .product-stock-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #DC1305;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  width: 85px;
  height: 24px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku .product-stock-label.out-of-stock {
  width: 92px;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
  margin-left: auto;
  font-size: 12px;
  color: #fff;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type {
  margin-right: 0;
  font-weight: 400;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type::after {
  content: ':';
  margin-right: 4px;
}
.product-info-main .product-reviews-summary {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.product-info-main .product-reviews-summary a {
  color: #999;
}
.product-info-main .product-reviews-summary i {
  font-size: 20px;
  color: #FBA019;
}
.product-info-main .product-reviews-summary.no-rating i {
  color: #fff;
}
.navigation,
.ninjamenus.ninjamenus-desktop,
.magezon-builder,
.left_edge_menu_bar {
  position: initial !important;
}
.left_edge_menu_bar .item-submenu {
  position: absolute !important;
}
.ninjamenus a {
  color: #fff;
}
.ninjamenus a span.title {
  text-transform: uppercase;
}
.nav-sections {
  background-color: #0f0f0f;
  border-bottom: 1px solid #515151 !important;
}
.nav-sections.ninjamenus-desktop-wrapper,
.nav-sections .navigation,
.nav-sections .ninjamenus.ninjamenus-desktop {
  background-color: #0f0f0f;
}
.nav-sections .ninjamenus.ninjamenus-desktop {
  width: 100%;
  margin: 0;
  padding-block: 7px;
  background-color: #0f0f0f;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder {
  display: flex;
  justify-content: space-between;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder::before,
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder::after {
  display: none;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item {
  float: none;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.level0 > .item-submenu {
  top: calc(100% + 7px) !important;
  border-top: 1px solid #515151 !important;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.level0 > .item-submenu::before {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-color: transparent;
  content: '';
  margin: 0;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.active a {
  background-color: inherit;
  color: inherit;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.all-categories > a {
  background-color: #27272A;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.all-categories > a::before {
  content: '\E97C';
  font-family: 'fontello';
  font-weight: 400;
  margin-right: 4px;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item .a-all-categories {
  background-color: #1F1F1F;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #515151 !important;
  padding: 24px;
  gap: 32px;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item .a-all-categories a {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item .a-all-categories .inner-content.mgz-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item .a-all-categories .inner-content.mgz-container .mgz-col-xl-1 {
  width: auto;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-one.active a,
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-two.active a {
  background-color: #27272A !important;
  color: #fff !important;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-one.active a:hover,
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-two.active a:hover {
  color: #DC1305 !important;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-one a,
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-two a {
  background-color: #27272A;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-one a {
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-one a::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  width: 60px;
  height: 40px;
  background-color: #27272A;
  pointer-events: none;
  user-select: none;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-two a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.last-nav-two a::before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  pointer-events: none;
  user-select: none;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item > a {
  white-space: nowrap;
  padding: 12px;
  color: #fff !important;
  line-height: 1;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item > a:hover {
  background-color: #27272A;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item > a > i {
  color: #DC1305;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item > a:visited {
  color: #fff;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu {
  background-color: #1F1F1F;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu .nav-item {
  position: relative;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu .nav-item a {
  text-align: left;
  font-size: 16px;
  font-weight: 400 !important;
  padding-block: 8px;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu .nav-item a i {
  color: #fff;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu .nav-item .item-submenu {
  height: fit-content;
  max-height: 200px;
  overflow-y: auto;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu:not(.a-all-categories) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: fit-content;
  /* scroll */
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu:not(.a-all-categories)::-webkit-scrollbar {
  width: 5px;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu:not(.a-all-categories)::-webkit-scrollbar-track {
  background: #373737;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu:not(.a-all-categories)::-webkit-scrollbar-thumb {
  background: #DC1305;
}
.nav-sections .ninjamenus.ninjamenus-desktop .magezon-builder .nav-item.item-hovered > .item-submenu:not(.a-all-categories)::-webkit-scrollbar-thumb:hover {
  background: #DC1305;
}
.mobile-contato,
.atendimento-mobile,
.mobile-horario,
.atendimentoWrapperMobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .drilldown-root {
    width: 100%;
  }
  .text-as-link {
    padding: 0 !important;
  }
  .ninjamenus.ninjamenus-mobile {
    height: inherit;
    overflow-x: initial;
    padding: 12px;
    background-color: #0F0F0F;
  }
  .ninjamenus.ninjamenus-mobile .magezon-builder > .nav-item > a {
    height: 36px !important;
    padding: 0 10px;
  }
  .ninjamenus.ninjamenus-mobile .nav-item > a {
    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;
    line-height: 36px;
    text-align: left;
    margin-bottom: 8px;
  }
  .ninjamenus.ninjamenus-mobile .mgz-element-text p a span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
  .nav-sections-item-content {
    margin-top: 0;
  }
  .ninjamenus-mobile-wrapper .section-item-title.nav-sections-item-title {
    display: none;
  }
  .ninjamenus.ninjamenus-mobile .magezon-builder > .nav-item.content-center.mobile-bg-accent,
  .ninjamenus.ninjamenus-mobile .magezon-builder > .nav-item.content-center.mobile-bg-accent > a {
    line-height: 40px !important;
    height: 40px !important;
  }
  .ninjamenus.ninjamenus-mobile .magezon-builder > .nav-item.content-center > * {
    text-align: center !important;
  }
  .drilldown-root.ninjamenus1-drilldown-root {
    padding: 0 16px !important;
  }
  .navigation .header-menu {
    background-color: #0F0F0F;
    color: #fff;
    padding: 12px;
  }
  .navigation .header-menu .trigger-close-menu {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
  }
  .navigation .header-menu .trigger-close-menu:focus,
  .navigation .header-menu .trigger-close-menu:active {
    background: none;
    border: none;
  }
  .navigation .header-menu .trigger-close-menu:hover {
    background: none;
    border: none;
  }
  .navigation .header-menu .trigger-close-menu.disabled,
  .navigation .header-menu .trigger-close-menu[disabled],
  fieldset[disabled] .navigation .header-menu .trigger-close-menu {
    pointer-events: none;
    opacity: 0.5;
  }
  .navigation .header-menu .trigger-close-menu > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .header-menu .trigger-close-menu:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: #ffffff;
    content: '\E880';
    font-family: 'fontello';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .header-menu .content-header-logged {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .navigation .header-menu .content-header-logged p,
  .navigation .header-menu .content-header-logged a {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .navigation .header-menu .content-header-login p {
    color: #000000;
    font-size: 1.4rem;
    line-height: 120%;
  }
  .navigation .header-menu > .d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .navigation .header-menu > .d-flex > a.trigger-auth-popup {
    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;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #dc1305;
    color: #fff;
    margin-bottom: 8px;
  }
  .navigation .header-menu > .d-flex > a.trigger-auth-popup:hover {
    background-color: #aa0f04;
    font-size: 12px;
  }
  .navigation .anchor-overlay::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .navigation #nav-distribuidor {
    display: none;
  }
  .magezon-builder {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .magezon-builder .custom-item {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    gap: 12px;
    position: relative;
  }
  .magezon-builder .custom-item > a {
    padding: 0;
    position: static;
  }
  .magezon-builder .custom-item > a::after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .magezon-builder .custom-item .item-icon::before {
    font-size: 23px;
    font-weight: 400;
    vertical-align: super;
  }
  .magezon-builder .custom-item .title-wrapper {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .magezon-builder .custom-item .title-wrapper .title {
    line-height: 1;
  }
  .magezon-builder .custom-item .title-wrapper .subtitle {
    font-weight: 700;
  }
  .magezon-builder .custom-item .subtitle {
    color: #3c3c3b;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
  }
  .magezon-builder #toggle-contact {
    display: none;
  }
  .mgz-element-column .mgz-element-heading {
    padding: 0 15px;
  }
  .navigation .level0 {
    border: none;
  }
  .navigation .level0::before {
    content: unset;
  }
  .navigation .level0 > a span {
    font-size: 16px;
    font-weight: 400 !important;
    color: #fff;
  }
  .navigation a {
    color: #fff;
  }
  .navigation .all-categories > a {
    border-radius: 8px;
    background-color: #27272A;
    justify-content: flex-start !important;
  }
  .navigation .all-categories > a::before {
    content: '\E97C';
    font-family: 'fontello';
    font-weight: 400;
    margin-right: 8px;
    font-size: 18px;
    color: #fff;
  }
  .navigation .all-categories .opener {
    background-color: #27272A !important;
    border-radius: 8px;
  }
  .navigation .last-nav-one a,
  .navigation .last-nav-two a {
    background-color: #27272A;
    color: #fff;
    border-radius: 8px;
  }
  .navigation .last-nav-one a span,
  .navigation .last-nav-two a span {
    font-size: 14px;
  }
  .navigation .nav-item > a i {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }
  .navigation .nav-item.active > a {
    color: #fff;
  }
  .navigation .ninjamenus-drilldown-back {
    background-color: #3c3c3b;
    color: #ffffff;
  }
  .navigation .ninjamenus.ninjamenus-mobile .nav-item > .opener {
    width: 36px;
    height: 36px;
    background-color: #0F0F0F;
    display: inline-block !important;
    text-decoration: none !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation .ninjamenus.ninjamenus-mobile .nav-item > .opener:before {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 14px !important;
    line-height: inherit !important;
    color: #dc1305 !important;
    content: '\F006' !important;
    font-family: 'fontello' !important;
    vertical-align: middle !important;
    display: inline-block !important;
    font-weight: normal !important;
    overflow: hidden !important;
    speak: none !important;
    text-align: center !important;
  }
  .navigation .ninjamenus-toggle-active .opener {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
  }
  .navigation .submenus-list {
    height: auto !important;
  }
  .navigation .position-static,
  .navigation .subcategories-left-block > .mgz-element-row > .mgz-element-inner .mgz-container > .mgz-element-column > .mgz-element-inner > .nav-item {
    position: relative !important;
  }
  .navigation .d-flex-half .mgz-element-inner .inner-content .mgz-element-column.menu-image-wrapper .mgz-element-inner .no-padding {
    text-align: center !important;
  }
  .navigation div.subcategories-left-block > .mgz-element-row > .mgz-element-inner .mgz-container > .mgz-element-column > .mgz-element-inner > .nav-item > a,
  .navigation div.subcategories-center-block > .mgz-element-row > .mgz-element-inner .mgz-container > .mgz-element-column > .mgz-element-inner > .nav-item > a {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .navigation .mgz-element-text img {
    margin-bottom: -4px;
  }
  .navigation .magezon-builder .mobile-accent > a {
    background-color: #ecb617 !important;
  }
  .navigation-product-grid {
    display: none;
  }
  .drilldown-root .mgz-element-inner {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border: none;
  }
  .ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active > a,
  .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0.active > a {
    background-color: transparent !important;
    color: #312780 !important;
  }
  .no-marign-mobile {
    margin: 0 !important;
  }
  .atendimentoWrapperMobile {
    display: flex !important;
    flex-wrap: wrap;
    background: #1f1f1f;
    padding: 16px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .atendimentoWrapperMobile .horario,
  .atendimentoWrapperMobile .telefoneButton {
    width: 100%;
  }
  .atendimentoWrapperMobile .wppButton {
    margin-right: 8px;
  }
  .atendimentoWrapperMobile .faqAndAbout {
    width: 100%;
    margin-top: 4px;
  }
  .atendimentoWrapperMobile .wppButton,
  .atendimentoWrapperMobile .telefoneButton,
  .atendimentoWrapperMobile .horario {
    background-color: #1a1a1a;
    box-shadow: inset 0 0 0 1px #373737;
    margin-bottom: 8px;
    padding: 16px;
    box-sizing: border-box;
    color: #B6B6B6;
    border-radius: 16px;
  }
  .atendimentoWrapperMobile .wppButton img,
  .atendimentoWrapperMobile .telefoneButton img,
  .atendimentoWrapperMobile .horario img {
    filter: brightness(0) invert(1);
  }
  .atendimentoWrapperMobile .wppButton > div,
  .atendimentoWrapperMobile .telefoneButton > div,
  .atendimentoWrapperMobile .horario > div {
    color: #fff;
  }
  .atendimentoWrapperMobile .wppButton > div i,
  .atendimentoWrapperMobile .telefoneButton > div i,
  .atendimentoWrapperMobile .horario > div i {
    font-size: 24px;
  }
  .atendimentoWrapperMobile .wppButton > div span,
  .atendimentoWrapperMobile .telefoneButton > div span,
  .atendimentoWrapperMobile .horario > div span {
    font-size: 16px;
    font-weight: 500;
  }
  .atendimentoWrapperMobile .wppButton a,
  .atendimentoWrapperMobile .telefoneButton a,
  .atendimentoWrapperMobile .horario a {
    color: #B6B6B6;
    font-size: 16px;
    padding: 0;
  }
  .atendimentoWrapperMobile .button-primary,
  .atendimentoWrapperMobile .button-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    padding: 0;
    transition: all ease 0.3s;
  }
  .atendimentoWrapperMobile .button-primary {
    background-color: #dc1305;
    color: #fff !important;
    margin-bottom: 8px;
  }
  .atendimentoWrapperMobile .button-primary:hover {
    background-color: #aa0f04;
    font-size: 13px;
  }
  .atendimentoWrapperMobile .button-secondary {
    background-color: #1a1a1a;
    box-shadow: inset 0 0 0 1px #373737;
    color: #fff;
  }
  .atendimentoWrapperMobile .button-secondary:hover {
    background-color: #2e2e2e;
    font-size: 13px;
  }
  .sociallogin-wrapper.block-customer-login.login-container .block.sociallogin-block .sociallogin-padding div.sociallogin-box {
    margin: 0;
  }
  body.wp-sl .navigation div.sociallogin-wrapper {
    margin-bottom: 4px;
  }
  .logado a:before {
    left: 0 !important;
  }
}
.sociallogin-wrapper.block-customer-login {
  margin: 0;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block {
  margin: 0;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 10px;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box {
  width: 100%;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff !important;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button .sociallogin-icon {
  margin: 0;
  padding: 0;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button .sociallogin-icon::before {
  border-right: none !important;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button .sociallogin-icon::after {
  font-size: 13px;
  font-weight: 400;
  margin-left: 35px;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button span.sl-google {
  background-color: transparent;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button span.sl-google::after {
  color: #000 !important;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button span.sl-fb::before {
  font-size: 16px;
  color: #2d69d8;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button[data-href*='google'] {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #c9c9c9;
  color: #000;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button[data-href*='facebook'] {
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #c9c9c9;
}
.sociallogin-wrapper.block-customer-login .block.sociallogin-block .sociallogin-padding .sociallogin-box a.sociallogin-button[data-href*='facebook'] .sociallogin-icon {
  background-color: transparent;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 100%;
}
@font-face {
	font-family: 'fontello';
	src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/fontello.eot');
	src: url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/fontello.eot#iefix') format('embedded-opentype'),
			 url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/fontello.woff2') format('woff2'),
			 url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/fontello.woff') format('woff'),
			 url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/fontello.ttf') format('truetype'),
			 url('../../frontend/bistwobis/tabacaria/pt_BR/fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../../frontend/bistwobis/tabacaria/pt_BR/font/fontello.svg?7293880#fontello') format('svg');
	}
}
*/
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak-as: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	min-width: 1em;
	margin: 0;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-search:before { content: '\e800'; } /* '' */
.icon-truck:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e802'; } /* '' */
.icon-chat:before { content: '\e803'; } /* '' */
.icon-basket:before { content: '\e804'; } /* '' */
.icon-blogger:before { content: '\e805'; } /* '' */
.icon-phone:before { content: '\e806'; } /* '' */
.icon-credit-card:before { content: '\e807'; } /* '' */
.icon-basket-1:before { content: '\e808'; } /* '' */
.icon-basket-2:before { content: '\e809'; } /* '' */
.icon-bag:before { content: '\e80a'; } /* '' */
.icon-login:before { content: '\e80b'; } /* '' */
.icon-pencil:before { content: '\e80c'; } /* '' */
.icon-cancel:before { content: '\e80d'; } /* '' */
.icon-trash-empty:before { content: '\e80e'; } /* '' */
.icon-box:before { content: '\e80f'; } /* '' */
.icon-heart-empty:before { content: '\e810'; } /* '' */
.icon-heart:before { content: '\e811'; } /* '' */
.icon-user:before { content: '\e812'; } /* '' */
.icon-lock:before { content: '\e813'; } /* '' */
.icon-star-empty:before { content: '\e814'; } /* '' */
.icon-bell:before { content: '\e815'; } /* '' */
.icon-clock:before { content: '\e816'; } /* '' */
.icon-home:before { content: '\e817'; } /* '' */
.icon-star-1:before { content: '\e818'; } /* '' */
.icon-tags:before { content: '\e819'; } /* '' */
.icon-arrows-cw:before { content: '\e81a'; } /* '' */
.icon-th:before { content: '\e81b'; } /* '' */
.icon-th-list:before { content: '\e81c'; } /* '' */
.icon-emo-unhappy:before { content: '\e81d'; } /* '' */
.icon-facebook-messenger:before { content: '\e81e'; } /* '' */
.icon-play-circled2:before { content: '\e81f'; } /* '' */
.icon-instacamera:before { content: '\e820'; } /* '' */
.icon-instagaleria:before { content: '\e821'; } /* '' */
.icon-busca3:before { content: '\e822'; } /* '' */
.icon-usuario01:before { content: '\e823'; } /* '' */
.icon-phone1:before { content: '\e824'; } /* '' */
.icon-telefone-1:before { content: '\e825'; } /* '' */
.icon-seta-banner-esquerda:before { content: '\e826'; } /* '' */
.icon-seta-banner-direita:before { content: '\e827'; } /* '' */
.icon-whats:before { content: '\e828'; } /* '' */
.icon-left-open:before { content: '\e829'; } /* '' */
.icon-atendimentoheadset:before { content: '\e82a'; } /* '' */
.icon-clock-2:before { content: '\e82b'; } /* '' */
.icon-truck-solid:before { content: '\e82c'; } /* '' */
.icon-barcode-solid:before { content: '\e82d'; } /* '' */
.icon-credit-card-solid:before { content: '\e82e'; } /* '' */
.icon-lock-solid:before { content: '\e82f'; } /* '' */
.icon-search-solid:before { content: '\e830'; } /* '' */
.icon-shopping-bag-solid:before { content: '\e831'; } /* '' */
.icon-headset-solid:before { content: '\e832'; } /* '' */
.icon-facebook-1:before { content: '\e833'; } /* '' */
.icon-caret-square-left:before { content: '\e834'; } /* '' */
.icon-caret-square-right-solid:before { content: '\e835'; } /* '' */
.icon-credit_card-24px:before { content: '\e836'; } /* '' */
.icon-bolt:before { content: '\e837'; } /* '' */
.icon-hexagon:before { content: '\e838'; } /* '' */
.icon-frete:before { content: '\e839'; } /* '' */
.icon-news:before { content: '\e83a'; } /* '' */
.icon-oldtelephone:before { content: '\e83b'; } /* '' */
.icon-home-1:before { content: '\e83c'; } /* '' */
.icon-right-open-big:before { content: '\e83d'; } /* '' */
.icon-left-open-big:before { content: '\e83e'; } /* '' */
.icon-plus:before { content: '\e83f'; } /* '' */
.icon-minus:before { content: '\e840'; } /* '' */
.icon-shopping_cart-24px:before { content: '\e841'; } /* '' */
.icon-person_outline-24px:before { content: '\e842'; } /* '' */
.icon-favorite_border-black-18dp:before { content: '\e843'; } /* '' */
.icon-headset:before { content: '\e844'; } /* '' */
.icon-clock-1:before { content: '\e845'; } /* '' */
.icon-relogio:before { content: '\e846'; } /* '' */
.icon-caminho-43:before { content: '\e847'; } /* '' */
.icon-atendimentopeople:before { content: '\e848'; } /* '' */
.icon-avatar:before { content: '\e849'; } /* '' */
.icon-regua:before { content: '\e84a'; } /* '' */
.icon-diferencial:before { content: '\e84b'; } /* '' */
.icon-bag-1:before { content: '\e84c'; } /* '' */
.icon-right-open:before { content: '\e84d'; } /* '' */
.icon-email:before { content: '\e84e'; } /* '' */
.icon-layer:before { content: '\e84f'; } /* '' */
.icon-carrinho:before { content: '\e850'; } /* '' */
.icon-favorito:before { content: '\e851'; } /* '' */
.icon-telefone:before { content: '\e852'; } /* '' */
.icon-coracao:before { content: '\e853'; } /* '' */
.icon-down-dir:before { content: '\e854'; } /* '' */
.icon-up-dir:before { content: '\e855'; } /* '' */
.icon-minha-conta:before { content: '\e856'; } /* '' */
.icon-lojas:before { content: '\e857'; } /* '' */
.icon-login-1:before { content: '\e858'; } /* '' */
.icon-box-closed1:before { content: '\e859'; } /* '' */
.icon-package:before { content: '\e85a'; } /* '' */
.icon-sacola:before { content: '\e85b'; } /* '' */
.icon-busca2:before { content: '\e85c'; } /* '' */
.icon-filtrar:before { content: '\e85d'; } /* '' */
.icon-banner-left:before { content: '\e85e'; } /* '' */
.icon-banner-right:before { content: '\e85f'; } /* '' */
.icon-boleto-1:before { content: '\e860'; } /* '' */
.icon-carrinho5:before { content: '\e861'; } /* '' */
.icon-carrinho4:before { content: '\e862'; } /* '' */
.icon-carrinho3:before { content: '\e863'; } /* '' */
.icon-carrinho1:before { content: '\e864'; } /* '' */
.icon-cards:before { content: '\e865'; } /* '' */
.icon-card:before { content: '\e866'; } /* '' */
.icon-card1:before { content: '\e867'; } /* '' */
.icon-card-1:before { content: '\e868'; } /* '' */
.icon-caminhão:before { content: '\e869'; } /* '' */
.icon-x:before { content: '\e86a'; } /* '' */
.icon-caminhao-4:before { content: '\e86b'; } /* '' */
.icon-caminhao-2:before { content: '\e86c'; } /* '' */
.icon-caminhao1:before { content: '\e86d'; } /* '' */
.icon-caminhao:before { content: '\e86e'; } /* '' */
.icon-caixa:before { content: '\e86f'; } /* '' */
.icon-cadeadofull:before { content: '\e870'; } /* '' */
.icon-cadeado-1:before { content: '\e871'; } /* '' */
.icon-cadeado:before { content: '\e872'; } /* '' */
.icon-busca-2:before { content: '\e873'; } /* '' */
.icon-busca4:before { content: '\e874'; } /* '' */
.icon-busca3-1:before { content: '\e875'; } /* '' */
.icon-carrinho-2:before { content: '\e876'; } /* '' */
.icon-circle:before { content: '\e877'; } /* '' */
.icon-clock-3:before { content: '\e878'; } /* '' */
.icon-carrinho-5:before { content: '\e879'; } /* '' */
.icon-carrinho-02:before { content: '\e87a'; } /* '' */
.icon-clock01:before { content: '\e87b'; } /* '' */
.icon-envelopevish:before { content: '\e87c'; } /* '' */
.icon-enviar:before { content: '\e87d'; } /* '' */
.icon-fechar:before { content: '\e87e'; } /* '' */
.icon-fecharbold:before { content: '\e87f'; } /* '' */
.icon-closemenu:before { content: '\e880'; } /* '' */
.icon-cart-1:before { content: '\e881'; } /* '' */
.icon-cart01:before { content: '\e882'; } /* '' */
.icon-cart7:before { content: '\e883'; } /* '' */
.icon-cog-alt:before { content: '\e884'; } /* '' */
.icon-cog:before { content: '\e885'; } /* '' */
.icon-flash-symbol:before { content: '\e886'; } /* '' */
.icon-fone:before { content: '\e887'; } /* '' */
.icon-cart-alt:before { content: '\e888'; } /* '' */
.icon-cronometro:before { content: '\e889'; } /* '' */
.icon-aright:before { content: '\e88a'; } /* '' */
.icon-aleft:before { content: '\e88b'; } /* '' */
.icon-fone-01:before { content: '\e88c'; } /* '' */
.icon-cartao2:before { content: '\e88d'; } /* '' */
.icon-delivery:before { content: '\e88e'; } /* '' */
.icon-fonecabo:before { content: '\e88f'; } /* '' */
.icon-locationpin01:before { content: '\e890'; } /* '' */
.icon-locker:before { content: '\e891'; } /* '' */
.icon-login-2:before { content: '\e892'; } /* '' */
.icon-login-01:before { content: '\e893'; } /* '' */
.icon-lupa04:before { content: '\e894'; } /* '' */
.icon-lupa05:before { content: '\e895'; } /* '' */
.icon-mail-1:before { content: '\e896'; } /* '' */
.icon-measuring-tape:before { content: '\e897'; } /* '' */
.icon-menu-1:before { content: '\e898'; } /* '' */
.icon-frete-2:before { content: '\e899'; } /* '' */
.icon-delivery-truck02:before { content: '\e89a'; } /* '' */
.icon-cartao02:before { content: '\e89b'; } /* '' */
.icon-cartao-de-credito:before { content: '\e89c'; } /* '' */
.icon-cartoes:before { content: '\e89d'; } /* '' */
.icon-cartoes01:before { content: '\e89e'; } /* '' */
.icon-casa1:before { content: '\e89f'; } /* '' */
.icon-central-de-atendimento:before { content: '\e8a0'; } /* '' */
.icon-cesta-1:before { content: '\e8a1'; } /* '' */
.icon-chat04:before { content: '\e8a2'; } /* '' */
.icon-chat-2:before { content: '\e8a3'; } /* '' */
.icon-relogio_rodape:before { content: '\e8a4'; } /* '' */
.icon-sacola02:before { content: '\e8a5'; } /* '' */
.icon-send-mail:before { content: '\e8a6'; } /* '' */
.icon-send-mail01:before { content: '\e8a7'; } /* '' */
.icon-settings:before { content: '\e8a8'; } /* '' */
.icon-settings01:before { content: '\e8a9'; } /* '' */
.icon-share:before { content: '\e8aa'; } /* '' */
.icon-share-1:before { content: '\e8ab'; } /* '' */
.icon-shopcart:before { content: '\e8ac'; } /* '' */
.icon-shopping:before { content: '\e8ad'; } /* '' */
.icon-shopping-bag-1:before { content: '\e8ae'; } /* '' */
.icon-shopping-bag01:before { content: '\e8af'; } /* '' */
.icon-shopping-bags:before { content: '\e8b0'; } /* '' */
.icon-shopping-cart03:before { content: '\e8b1'; } /* '' */
.icon-check01:before { content: '\e8b2'; } /* '' */
.icon-check02:before { content: '\e8b3'; } /* '' */
.icon-checkbox:before { content: '\e8b4'; } /* '' */
.icon-envelope:before { content: '\e8b5'; } /* '' */
.icon-location-1:before { content: '\e8b6'; } /* '' */
.icon-relogio-1:before { content: '\e8b7'; } /* '' */
.icon-wireless:before { content: '\e8b8'; } /* '' */
.icon-upsell:before { content: '\e8b9'; } /* '' */
.icon-tel:before { content: '\e8ba'; } /* '' */
.icon-swipe:before { content: '\e8bb'; } /* '' */
.icon-shopping-cart04:before { content: '\e8bc'; } /* '' */
.icon-oferta:before { content: '\e8bd'; } /* '' */
.icon-front-store:before { content: '\e8be'; } /* '' */
.icon-delivery-truck04:before { content: '\e8bf'; } /* '' */
.icon-desconto02:before { content: '\e8c0'; } /* '' */
.icon-gift:before { content: '\e8c1'; } /* '' */
.icon-olho:before { content: '\e8c2'; } /* '' */
.icon-pc:before { content: '\e8c3'; } /* '' */
.icon-gift01:before { content: '\e8c4'; } /* '' */
.icon-desconto-1:before { content: '\e8c5'; } /* '' */
.icon-descontotag03:before { content: '\e8c6'; } /* '' */
.icon-home01:before { content: '\e8c7'; } /* '' */
.icon-pedidosaberta:before { content: '\e8c8'; } /* '' */
.icon-phone-1:before { content: '\e8c9'; } /* '' */
.icon-phone1-1:before { content: '\e8ca'; } /* '' */
.icon-phone01:before { content: '\e8cb'; } /* '' */
.icon-phone02:before { content: '\e8cc'; } /* '' */
.icon-phone_1:before { content: '\e8cd'; } /* '' */
.icon-phone05:before { content: '\e8ce'; } /* '' */
.icon-localizacao:before { content: '\e8cf'; } /* '' */
.icon-icon:before { content: '\e8d0'; } /* '' */
.icon-ico-endurance:before { content: '\e8d1'; } /* '' */
.icon-horario02:before { content: '\e8d2'; } /* '' */
.icon-horario01:before { content: '\e8d3'; } /* '' */
.icon-home04:before { content: '\e8d4'; } /* '' */
.icon-discount:before { content: '\e8d5'; } /* '' */
.icon-discountcircle:before { content: '\e8d6'; } /* '' */
.icon-email01:before { content: '\e8d7'; } /* '' */
.icon-email03:before { content: '\e8d8'; } /* '' */
.icon-email-7:before { content: '\e8d9'; } /* '' */
.icon-emailrodape:before { content: '\e8da'; } /* '' */
.icon-attach:before { content: '\e8db'; } /* '' */
.icon-raio:before { content: '\e8dc'; } /* '' */
.icon-whats-1:before { content: '\e8dd'; } /* '' */
.icon-login-3:before { content: '\e8de'; } /* '' */
.icon-email-icon:before { content: '\e976'; } /* '' */
.icon-arrow-up:before { content: '\e977'; } /* '' */
.icon-arrow_outward-left:before { content: '\e978'; } /* '' */
.icon-arrow_outward-rigth:before { content: '\e979'; } /* '' */
.icon-cart-plus:before { content: '\e97a'; } /* '' */
.icon-delete_forever:before { content: '\e97b'; } /* '' */
.icon-all-categories:before { content: '\e97c'; } /* '' */
.icon-busca:before { content: '\e97d'; } /* '' */
.icon-carrinho-de-compras:before { content: '\e97e'; } /* '' */
.icon-store:before { content: '\e97f'; } /* '' */
.icon-right-open-1:before { content: '\f006'; } /* '' */
.icon-left-open-1:before { content: '\f007'; } /* '' */
.icon-location:before { content: '\f031'; } /* '' */
.icon-trash:before { content: '\f083'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-skype:before { content: '\f17e'; } /* '' */
.icon-slack:before { content: '\f198'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-wordpress:before { content: '\f31d'; } /* '' */@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/2d988a/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/2d988a/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/2d988a/a") format("opentype");
font-style:normal;font-weight:400;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/b72210/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/b72210/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/b72210/a") format("opentype");
font-style:italic;font-weight:100;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/55bd21/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/55bd21/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/55bd21/a") format("opentype");
font-style:normal;font-weight:100;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/1fb5d1/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/1fb5d1/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/1fb5d1/a") format("opentype");
font-style:normal;font-weight:200;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/182a94/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/182a94/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/182a94/a") format("opentype");
font-style:italic;font-weight:200;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/ed290b/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/ed290b/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/ed290b/a") format("opentype");
font-style:italic;font-weight:300;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/752019/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/752019/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/752019/a") format("opentype");
font-style:normal;font-weight:300;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/da10e7/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/da10e7/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/da10e7/a") format("opentype");
font-style:italic;font-weight:400;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/67f609/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/67f609/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/67f609/a") format("opentype");
font-style:normal;font-weight:500;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/a0bafc/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/a0bafc/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/a0bafc/a") format("opentype");
font-style:italic;font-weight:500;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/7f7551/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/7f7551/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/7f7551/a") format("opentype");
font-style:normal;font-weight:600;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/36998b/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/36998b/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/36998b/a") format("opentype");
font-style:italic;font-weight:600;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/05093b/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/05093b/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/05093b/a") format("opentype");
font-style:normal;font-weight:700;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/1bab1a/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/1bab1a/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/1bab1a/a") format("opentype");
font-style:italic;font-weight:700;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/66c130/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/66c130/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/66c130/a") format("opentype");
font-style:italic;font-weight:800;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/4912b4/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/4912b4/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/4912b4/a") format("opentype");
font-style:normal;font-weight:800;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/ed6ac1/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/ed6ac1/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/ed6ac1/a") format("opentype");
font-style:normal;font-weight:900;
}

@font-face {
font-family:"montserrat";
src:
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/831a33/l") format("woff2"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/831a33/d") format("woff"),
url("../../frontend/bistwobis/tabacaria/pt_BR/fonts/montserrat/831a33/a") format("opentype");
font-style:italic;font-weight:900;
}

.montserrat { font-family: "montserrat",sans-serif; }