:root {
    --menu-border-width: 8px;
    --color-cat-3605: rgb(208, 237, 251);
    --color-cat-3606: rgb(252, 196, 173);
    --color-cat-3607: rgb(250, 248, 209);
    --color-cat-3608: rgb(199, 231, 226);
    --color-cat-3609: rgb(224, 222, 246);
    --color-cat-3610: rgb(231, 239, 202);
    --color-cat-3611: rgb(231, 217, 206);
    --color-cat-3612: rgb(230, 231, 233);
    --color-cat-3613: rgb(252, 229, 247);
    --color-cat-3616: rgb(253, 227, 210);
    --color-cat-4695: rgb(255,211,147);
    --color-cat-marcas: rgb(104,252,136);
}

body {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.header-brands {
    max-height: 10px;
    overflow: hidden;
}

.car .price {
    font-weight: normal;
}

.filter-options .items:not(.items-children) > .item:not(.-is-collapsible).-filter-parent {
    margin-left: 0;
}
/* Form */
.label {
    font-size: 1.4rem;
    color: #333;
    padding: 0;
    margin: 0;
}

#checkout-payment-method-load .payment-method .radio,
#checkout-payment-method-load .payment-method .label {
    cursor: pointer;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    padding: 10px 15px;
}

.modal-popup {
    z-index: 999999999999999 !important;
}

.modals-overlay {
    z-index: 1 !important;
}
/* these ugly solution are to set the delete product from minicart overlay confirmation in the right order, may god forgive me FE */
.input-text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.header.content .minicart-wrapper {
    grid-column: 33 / 35;
    grid-row: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #def4ee url(../images/cart.svg) center center no-repeat;
    padding: 2em 1.5em;
    border-radius: 7px;
}

.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
    width: 115px;
    border: 0;
    height: 40px;
    background: 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    text-align: center;
    display: inline-block;
}

.fieldset > .field {
    float: left;
    margin: 0 10px 0 0;
}

#remember-me-box {
    display: none !important;
}

.overflowslide {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 390px;
}
.overflowinner {
    /* width: 100vw; */
    display: block;
}
.overflow-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    z-index: 999;
}

.overflow-prev,
.overflow-next {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #333;
    transition: 0.3s all ease-out;
    cursor: pointer;
}

.overflow-prev:hover,
.overflow-next:hover {
    background: #5ac5aa;
}
.overflowinner .product.actions.product-item-actions {
    display: none;
}

.overflow-next {
    float: right;
}
.box-tocart .field.qty > .control {
    position: relative;
    height: 40px;
    border: 1px solid #222;
    text-align: left;
    border-radius: 40px;
    display: inline-block;
}
.box-tocart .field.qty > .control span.edit-qty.plus {
    font-size: 18px;
    left: auto;
    right: 12px;
    padding-top: 9px;
}

.box-tocart .field.qty > .control span.edit-qty {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 12px;
    cursor: pointer;
    padding: 6px 10px;
}

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
    font-size: 13px;
    width: auto;
    padding: 0 34px;
    background-color: #5ac5aa;
    border: 1px solid #70707045;
    color: white;
    border-radius: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    animation: 0.3s all ease-out;
}
.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover {
    background: #f66c01;
    color: white;
    border: 1px solid #f66c01;
}

.product-reviews-summary {
    display: none !important
}

.full-review.product-reviews-summary .reviews-actions a {
    color: #adadad;
}

.fotorama__arr,
.fotorama__thumb__arr,
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
    background: none;
}

.fotorama__arr--prev .fotorama__arr__arr {
    background: url(../images/fotorama/prev.png) center center no-repeat;
    background-size: 40px;
    transition: 0.3s all ease-out;
}
.fotorama__arr--next .fotorama__arr__arr {
    background: url(../images/fotorama/next.png) center center no-repeat;
    background-size: 40px;
    transition: 0.3s all ease-out;
}

.fotorama__arr--prev .fotorama__arr__arr:hover {
    background: url(../images/fotorama/prev_fill.png) center center no-repeat;
    background-size: 40px;
}
.fotorama__arr--next .fotorama__arr__arr:hover {
    background: url(../images/fotorama/next_fill.png) center center no-repeat;
    background-size: 40px;
}
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in {
    display: none;
}

.fotorama__thumb-border {
    border-color: #5ac5aa;
}

.product-info-main .product-add-form::after {
    clear: both;
    content: '';
    display: block;
    margin-bottom: 1em;
}

.product-social-links {
    display: none;
}

.product-info-main .product-info-price .price-box .price {
    font-size: 2em;
    line-height: 1em;
    color: #f66c01;
    font-weight: 600;
}

.catalog-product-view .product-info-main .product-info-price {
    border-bottom: none;
}
.product-options-bottom .price-box .price-container,
.product-info-price .price-box .price-container,
.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 14px;
    line-height: 1em;
}

.fotorama__caption {
    display: none;
}

.product-data-items-menu {
    display: table;
    margin: 0 auto 25px;
}

.product-data-items-menu .data.item.title {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    color: #333;
    padding: 0 25px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    text-align: center;
    background: #ffffff;
    animation: 0.3s all ease-out;
}

.product-data-items-menu .data.item.title:hover,
.product-data-items-menu .data.item.title[aria-selected='true'] {
    border: 1px solid #333;
}

.product.info.detailed .item.content .table.additional-attributes tr th {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ddd;
    padding: 15px;
}

.product.info.detailed .item.content .table.additional-attributes tr td,
.product.info.detailed .item.content .table.additional-attributes tr th {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ddd;
    padding: 15px;
}
.product.info.detailed .additional-attributes {
    width: 100%;
}

.related .instatitle {
    margin-top: 60px;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    margin-top: 0;
}

.catalog-product-view .product.attribute + .product.attribute {
    margin-top: 1em;
}

textarea {
    width: 100%;
    min-height: 120px;
}

table > caption {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

select {
    -moz-appearance: none;
    background: url('../images/select-bg.svg') no-repeat scroll 100% 45%;
    border: 1px solid #ccc;
    height: 32px;
    padding-right: 25px;
    text-indent: 0.01em;
    width: 100%;
    text-overflow: '';
}
dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

.std ul {
    list-style-type: square;
    padding-left: 15px;
}

ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

ul > li {
    margin-bottom: 0;
}
a {
    color: #878787;
}

a:visited,
.alink:visited {
    color: #878787;
}

a:focus,
a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
    outline: none !important;
}

a,
button {
    transition: 0.3s all ease-out;
}

button {
    border: 1px solid #333;
    background: #ffffff;
    border-radius: 20px;
    transition: 0.3s all ease-out;
    box-shadow: none;
}

button:hover {
    box-shadow: none;
    color: #fff;
    background: #5ac5aa;
    border: 1px solid #5ac5aa;
}

.page-header .panel.wrapper {
    background-color: #f6f6f8;
    font-size: 12px;
    border-bottom: 0;
    min-height: 32px;
}

.panel.header li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.panel.header li a:hover {
    text-decoration: none;
}

/* Minicart overwrites */

.minicart_header {
    background: #5ac5aa;
    color: #fff;
    padding: 1em;
    font-size: 1.2em;
    position: relative !important;
    /*  because of shared header declation.  */
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    font-family: 'Pe-icon-7-stroke';
    content: '\e615';
    font-size: 26px;
}

.block-search .label:before {
    font-family: 'Pe-icon-7-stroke';
    content: '\e618';
    font-size: 26px;
    margin-right: 0;
}

ul .header.links {
    display: none;
}

.minicart-wrapper .action.showcart .counter {
    position: absolute;
    top: -27px;
    right: -25px;
}

.minicart-wrapper .action.close:before {
    color: #fff;
    vertical-align: middle;
}

.minicart-wrapper,
.accountlink {
    float: right;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.2em;
    margin-left: 10px;
}

/* cart overwrites */

.abs-discount-block-desktop .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
    border: 1px solid #333;
    border-radius: 20px;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
    color: #333;
}

.cart.table-wrapper .cart > .item {
    margin-bottom: 1em;
}

.checkout-cart-index h1 {
    margin-bottom: 0px;
    margin-top: 20px;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
    font-weight: normal;
    font-size: 14px;
}

.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
    top: -20px;
}
/* sticky behaviour */
.sticky .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sticky .header {
    background: #fff;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.sticky + .page-main {
    padding-top: 102px;
}

.logo {
    max-width: 20%;
}

.support {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    line-height: 1.6em;
    padding: 1em 1em;
}
.support p {
    margin: 0;
}

.iconframe {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    font-size: 32px;
    color: #207963;
}

h2.instatitle {
    display: block;
    position: relative;
    color: #000;
    line-height: 24px;
    margin: 0.5em auto 1em;
    text-transform: uppercase;
    width: 350px;
    max-width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    background: #fff;
    margin-top: 1em;
}

h2.instatitle::before {
    position: absolute;
    top: 50%;
    border-top: 3px solid #000;
    left: -100px;
    right: -100px;
    content: '';
    z-index: -1;
}
.uspblock {
    background: #5ac5aa;
    color: #fff;
}
.uspblock a,
.uspblock strong {
    color: #207963;
}

.uspcontent {
    display: inline-block;
    width: 80%;
}

.uspcontent h6 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.footer h6 {
    margin-top: 0;
    font-size: 16px;
    color: #909090;
    position: relative;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 90%;
    margin-top: -2em;
    padding-bottom: 0.5em;
}
.footer-middle-row {
    border-top: 1px solid #dadada;
    clear: both;
    padding-top: 1em;
    min-height: 5vh;
}

ul.list-icon li .icon {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.page-footer {
    background: #f2f2f2;
    color: #615959;
    padding: 2em 0;
}

.page-footer a {
    color: #656565;
}

.margin-bottom25 {
    margin-bottom: 25px;
}
.page-footer a:hover {
    color: #5ac5aa;
    text-decoration: none;
}
.contentsubscribe {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0;
}
.contentsubscribe .field.newsletter {
    background: transparent;
    border: none;
    width: 60%;
    overflow: hidden;
    display: inline-block;
}

.contentsubscribe input {
    background: transparent;
    border: none;
}

.contentsubscribe .actions {
    width: 38%;
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
    margin-top: 2px;
    margin-bottom: -2px;
}

.action.primary {
    max-width: 100%;
}

.footer.content ul.list-icon li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px;
}

/*  THIS setion appears to be absolete and needs to be specified as checkout is sharing this class.
.payments {
   height: 20px;
  background: url('../images/payment2.png') center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 20px;
} */

.footer.content ul.bullet li {
    line-height: 30px;
    margin-bottom: 5px;
}

.footer.content ul.bullet {
    margin-bottom: 2em;
}

.page-wrapper > .page-bottom {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    max-width: 100%;
}
.social-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    line-height: 1.6em;
}

.copyright {
    /*background: #000;*/
    background: #6e716e;
    border-top: 1px solid #2a2a2a;
    clear: both;
}

.social-links svg {
    max-width: 100%;
}

/* category grid optimisations*/

.catalog-category-view .page-title-wrapper h1,
.page-title-wrapper .h1 {
    color: black;
    font-weight: 500;
    font-size: 26px;
    padding: 0;
    border: none;
    display: block;
    margin: 0;
    position: relative;
}

.catalog-category-view .page-title-wrapper {
    position: relative;
    padding: 2.5em 0;
    text-align: center;
    /*    background-image: url(../images/cat_header.jpg);
        background-color: #f7f7f7;
        background-size: cover;
        background-repeat: repeat-y;
        background-position: center center;
        background-attachment: scroll;*/
}

.catalog-category-view.current-category-3605 .page-title-wrapper {
    background: var(--color-cat-3605);
}
.catalog-category-view.current-category-3606 .page-title-wrapper {
    background: var(--color-cat-3606);
}
.catalog-category-view.current-category-3607 .page-title-wrapper {
    background: var(--color-cat-3607);
}
.catalog-category-view.current-category-3608 .page-title-wrapper {
    background: var(--color-cat-3608);
}
.catalog-category-view.current-category-3609 .page-title-wrapper {
    background: var(--color-cat-3609);
}
.catalog-category-view.current-category-3610 .page-title-wrapper {
    background: var(--color-cat-3610);
}
.catalog-category-view.current-category-3611 .page-title-wrapper {
    background: var(--color-cat-3611);
}
.catalog-category-view.current-category-3612 .page-title-wrapper {
    background: var(--color-cat-3612);
}
.catalog-category-view.current-category-3613 .page-title-wrapper {
    background: var(--color-cat-3613);
}
.catalog-category-view.current-category-3616 .page-title-wrapper {
    background: var(--color-cat-3616);
}

.catalog-category-view.current-category-4695 .page-title-wrapper {
    background: var(--color-cat-4695);
}
.catalog-category-view.current-category-724 .page-title-wrapper {
    background: var(--color-cat-marcas);
}
.catalog-category-view.current-category-3616 .page-title-wrapper {
    background: var(--color-cat-3616);
}

/*.catalog-category-view .page-title-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

.breadcrumbs {
    background-color: #f6f6f8;
    font-size: 13px;
    padding: 0.5em;
    /*margin-bottom: 40px;*/
    position: relative;
    max-width: 100%;
    min-height: 32px;
}

.breadcrumbs .items {
    font-size: 1.2rem;
    color: #707070;
    margin: 0;
    padding: 0;
    list-style: none none;
    max-width: 1280px;
    padding: 0px 20px 0px 20px;
    margin: 0 auto;
}

.breadcrumbs .items > li a {
    color: #222;
}

.breadcrumbs .items li strong {
    font-weight: 400;
    color: #707070;
    /* max-width: 180px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}

a.product-item-photo {
    position: relative;
    display: block;
}

.product-item-photo .addtocartoverlay {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* background: rgba(0, 0, 0, 0.5); */
    /* z-index: 1; */
    /* text-align: center; */
    /* padding-top: 38%; */
    /* opacity: 0; */
    /* transition: .3s opacity ease-out; */
    /* transition: .4s padding ease-out; */
    text-align: center;
}
.product-item-photo:hover .addtocartoverlay {
    opacity: 1;
    /*padding-top: 44%;*/
}

.product-item-photo .addtocartoverlay button {
    opacity: 1;
    transition: 0.3s all ease-out;
}
.product-item-photo:hover .addtocartoverlay button {
    opacity: 1;
}
.products-grid .product-item-name a {
    color: #6d6b6b;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s color ease-out;
}
.products-grid .product-item-name a:hover {
    color: #5ac5aa;
    text-decoration: none;
}

.products-grid .product-item-name::after,
.footer h6::after {
    content: '';
    border-top: 2px solid #5ac5aa;
    width: 100px;
    display: block;
    margin-top: 10px;
}
.products-grid .product-item-name::after {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.products-grid .product-item .price-box .price {
    /*font-weight: 500;*/
    font-size: 16px;
    color: #f66c01;
    font-family: arial;
    font-weight: 700;
}

.old-price {
    text-decoration: line-through;
    line-height: 1em;
}

.stock.unavailable {
    background: #fff;
    display: inline-block;
    padding: 0.3em;
}

.action.primary {
    background: #5ac5aa;
    color: #ffffff;
    border: 1px solid #5ac5aa;
    border-radius: 20px;
    transition: 0.3s all ease-out;
    padding: 0.8em 1.2em;
    font-weight: 400;
    font-size: 15px;
}

.action.primary:hover {
    background: #5ac5aa;
    color: #333333;
    border: 1px solid #ffffff;
    color: white;
}

.products-grid .action.primary {
    background: transparent;
    color: #333333;
    border: 1px solid #70707045;
    border-radius: 20px;
    transition: 0.3s all ease-out;
    padding: 0.5em 1.2em;
    font-weight: 400;
    font-size: 15px;
    margin: 0 auto;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.products-grid .action.primary:hover {
    background: #5ac5aa;
    color: #ffffff;
    border: 1px solid #5ac5aa;
}

.products-grid button.action.tocart.primary:before,
.product-info-main .product-add-form .actions button.tocart:before {
    content: '\e611';
    font-family: 'luma-icons';
}

.old-price .price-label {
    display: none;
}

.special-price {
    color: #ec0101;
}

/*.products-grid .product-item .special-price::after {
  position: absolute;
  content: 'Oferta';
  text-align: center;
  font-size: 12px;
  top: 15px;
  z-index: 8;
  height: 24px;
  line-height: 24px;
  background: #fe9931;
  color: #fff;
  right: 15px;
  width: 60px;
  position: absolute;
  display: block;
}*/
.product-item {
    position: relative;
}

.product-item .price-box {
    margin: 0.5em 0em;
}
span.product-image-wrapper {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.product-item-info:hover span.product-image-wrapper {
    transform: scale(1.1);
}

li.item.product.product-item.ambanners-injected {
    box-shadow: none !important;
    padding: 0 !important;
}

.catalog-category-view .products.wrapper li.item.product.product-item,
.catalogsearch-result-index .products.wrapper li.item.product.product-item {
    padding-bottom: 2em;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    /* overflow: hidden; */
}

.catalog-category-view .products.wrapper li.item.product.product-item:hover,
.catalogsearch-result-index .products.wrapper li.item.product.product-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.logo img {
    max-height: 100%;
    width: auto;
}
.catalog-category-view .products.wrapper li.item.product.product-item:hover .action.primary,
.catalogsearch-result-index .products.wrapper li.item.product.product-item:hover .action.primary {
    background: #5ac5aa;
    color: white;
}
.catalog-category-view .products.wrapper li.item.product.product-item:hover .action.primary:hover,
.catalogsearch-result-index
    .products.wrapper
    li.item.product.product-item:hover
    .action.primary:hover {
    background: #f66c01;
    border-color: #f66c01;
}

.products-grid .product-item:hover .special-price::after {
    display: none;
}

.pages .action {
    background: none;
    border-radius: 20px;
    transition: 0.3s all ease-out;
    box-shadow: none;
}

.pages .action:hover {
    background: #5ac5aa;
}
.pages .action.next:hover:before,
.pages .action.previous:hover:before {
    color: #fff;
}

.products-grid .price-box.price-final_price {
    direction: initial;
    text-align: center;
}

.toolbar select {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    font-size: 14px;
}

.limiter .toolbar select {
    background: #fff url('../images/arrow_down.svg') calc(100% - 10px) no-repeat;
}
.toolbar .sorter-action {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 16px;
    height: 30px;
    top: -3px;
}

/* @artur
disable filter styling */
.page-layout-1column .filter-title {
    display: block;
}

.page-layout-1column.filter-title strong {
    border: none;
    height: 32px;
    background: white;
    box-shadow: none;
    font-size: 24px;
    cursor: pointer;
}

.page-layout-1column .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    left: -300px;
    overflow: scroll;
    position: fixed;
    right: auto;
    top: 50px;
    z-index: 99999;
    min-width: 300px;
    max-width: 300px;
    padding: 10px;
    transition: 0.3s left ease-out;
}

.page-layout-1column .filter-content::before {
    background: rgba(0, 0, 0, 0.85);
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 2;
    opacity: 0;
    transition: 0.3s opacity ease-out;
    display: none;
}

.page-layout-1column .filter-active .filter-content::before {
    display: block;
    opacity: 1;
}

.page-layout-1column .filter.active .filter-options {
    background: #fff;
    position: fixed;
    left: 0;
    transition: 0.3s all ease-out;
}

.page-layout-1column .filter-options-item {
    display: block;
    width: 100%;
}

.page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 5px 0;
    position: inherit;
    top: auto;
    visibility: hidden;
    width: 180px;
    z-index: 2;
}
.page-layout-2columns-left
    .filter-options-content
    .amshopby-search-box
    .am-search-box-manufacturer {
    width: 100%;
    float: unset;
}
.page-layout-1column .filter .filter-title {
    transition: 0.3s all ease-out;
    background: transparent;
    left: -300px;
}

.page-layout-1column .filter-active .filter .filter-title {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    height: 50px;
    left: 0px;
    position: fixed;
    right: auto;
    max-width: 300px;
    min-width: 300px;
    top: 0;
    z-index: 4;
}

.page-layout-1column .filter-active .filter .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: #000;
    top: -8px;
    display: inline-block;
    text-decoration: none;
    z-index: 3;
    cursor: pointer;
    font-size: 24px;
    min-width: 300px;
    max-width: 300px;
    text-align: left;
    padding-top: 20px;
}

.page-layout-1column .filter-active .filter .filter-title strong::after {
    content: '\e616';
    display: inline-block;
    float: right;
    color: black;
    font-size: 12px;
    line-height: 24px;
    font-family: 'luma-icons';
}
/* @artur filter disable*/
.page-layout-1column .filter-options-item.active:after,
.page-layout-1column .filter-options-item.active:before {
    display: none;
}

.product-item-info .catalog-points img {
    height: 15px;
    width: auto
}

.product-item-info .catalog-points img,
.product-item-info .catalog-points .mp-point-label {
    display: inline-block;
    vertical-align: middle;
}

.page-layout-1column .filter-options-content {
    visibility: visible;
    width: auto;
    float: right;
}

dl.filter-options {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0px;
    transition: 0.3s all ease-out;
    width: 260px;
    padding: 20px;
    min-width: 0;
    margin-top: 0;
    z-index: 10000;
    display: none;
    overflow-y: auto;
}

.filter-options-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    padding: 0 0 2px;
    margin-bottom: 15px;
    text-transform: none;
}

.filter-options-item {
    padding-bottom: 0px;
}

.filter-content .item {
}

.filter-options-title:before {
    height: 2px;
    width: 60px;
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #222;
    left: 0;
}

/*.filter-options ol.items .item {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 10px 0px 7px 0;
}*/

.filter-options ol.items:hover {
    max-height: none;
}

.page-layout-1column .filter-options-item.active:after {
    display: none;
}

.nav-sections .navigation {
    z-index: 3;
}

/* .navigation ul {
  display:
} */

.accountlink a:hover {
    text-decoration: none;
}

.header.content [class^='pe-7s-'] {
    font-size: 30px;
}

.minicart-wrapper .action.showcart .counter.qty {
    color: #000;
    font-weight: 600;
    background: transparent;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 2px;
    right: 0;
    text-align: center;
    /*    display: block;
        border-radius: 100%;
        background: #def4ee;
        height: 20px;
        width: 20px;
        line-height: 20px;
        position: absolute;
        top: 5px;
        right: 32%;*/
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
}

.minicart-items-wrapper {
    margin: 0 0;
    max-height: 410px;
}

.minicart-wrapper .action.showcart .counter.qty.empty::after {
    content: '0';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicart-wrapper .action.showcart {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    background: transparent;
    width: 100%;
    margin: 0;
    top: 0px;
    bottom: 0;
}

.minicart-wrapper .action.showcart * {
    pointer-events: none;
}

.minicart-wrapper.active::before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999990;
}

.minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    transition: 0.3s all ease-out;
    width: 300px;
    min-width: 0;
    margin-top: 0;
    z-index: 999991;
    display: block;
    padding: 0;
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none;
}
.minicart-wrapper.active .block-minicart {
    right: 0;
}

fieldset[disabled] .minicart-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.action.primary.tocart.disabled {
    opacity: 1 !important;
}
.action.primary.tocart.disabled::after {
    content: 'Añadiendo al carrito';
    color: black;
    display: block;
    position: fixed;
    background: #fff url('../images/loading.svg') center 10px no-repeat;
    background-size: 30px;
    left: calc(50% - (200px / 2));
    right: auto;
    width: 300px;
    top: 45%;
    z-index: 100000001;
    text-align: center;
    padding: 4em 2em 2em;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.action.primary.tocart.disabled::before {
    content: '';
    color: black;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    line-height: 100vh;
}
.block-search .search .control {
    z-index: initial;
}
/* .catalog-category-view .page-products .columns{
  z-index: inherit !important;
} */

.account .password-info {
    display: none;
}

.account .actions-toolbar {
    clear: both;
}

.choice input[type='checkbox'] {
    min-width: 20px;
    min-height: 20px;
    width: 2rem;
    height: 2rem;
    margin-top: 0;
    cursor: pointer;
    float: left;
    margin-right: 0.5rem;
}

.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
    vertical-align: middle;
    cursor: pointer;
}

.form-rewards-setting .field.choice {
    display: block;
    float: none;
}

/* Amasty search overwrite */
@media screen and (min-width: 728px) {
    .header.content .amsearch-form-block,
    .page-header .amsearch-wrapper-block {
        display: block;
        width: 100%;
    }
    /* .logo img {
        width:100%;
    } */
    .checkout-index-index .payment-group .step-title {
        margin-top: -66px;
    }
}

@media screen and (max-width: 430px) {
    .block-search input {
        left: 0;
        margin: 0;
        top: -16px;
    }
    .page-header .amsearch-result-section {
        top: 35px;
    }
    .amsearch-input-wrapper .amsearch-input {
        border: 0px;
    }
}

.filter-options
    [class*='am-filter-items-'].am-labels-folding
    .item:not(.swatch-option-link-layered) {
    clear: right;
}

.page-layout-2columns-left .filter-options-content a {
    display: flex !important;
}

.page-layout-2columns-left .filter-options-content a > .label {
    flex-grow: 1;
}

.page-layout-2columns-left .filter-options-content a .count {
    float: none;
}

.page-layout-2columns-left .items[class*='category_ids']:not(.items-children) > .item > a {
    font-weight: normal;
}
.cart-discount .actions-toolbar .action.primary {
    padding: 0.5rem 1.25rem;
}

.cart-container form.form-cart {
    margin-bottom: 0;
}

/*.filter-options [data-amshopby-filter]:not([data-amshopby-filter="category_ids"]) input[type="checkbox"] + .amshopby-choice {
    top: 11px;
}*/

.filter-options-content .item {
    margin: 5px 0;
    padding: 0;
}

/*.filter-options-content .item:not('.-filter-parent'):hover {*/
.filter-options-content .item a:hover {
    background: #defede;
}

.amsearch-input-wrapper input.amsearch-input {
    position: static;
    margin: 0;
}

.header.content .block-search .action.search {
    border-radius: 0;
    padding: 0.3em 0.5em;
}

.header.content .block-search input {
    border: 1px solid #5ac5aa;
    border-radius: 4px;
    padding: 1.5em 1em 1.5em 2.5em;
    font-size: 0.9em;
}

.amsearch-wrapper-block {
    padding: 10px 0;
}

#checkout .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show {
    z-index: 10000 !important;
}

td.col.sku {
    white-space: nowrap;
}

/* fix for FEM-425 */
/*body.catalog-category-view .am-filter-items-category_ids > .item:first-of-type {
    display: none !important;
}
body.catalog-category-view .am-filter-items-category_ids > .item > a,
body.catalog-category-view .am-filter-items-category_ids > .item > input,
body.catalog-category-view .am-filter-items-category_ids > .item > .amshopby-choice {
    display: none !important;
}
body.catalog-category-view .am-filter-items-category_ids > .item {
    padding-left: 0 !important
}*/
/* end fix for FEM-425 */

input.amsearch-input:focus ~ .-loupe {
    display: none !important;
}

table.data.table {
    word-break: initial;
}

/* Customer order grid pagination fix */

.order-products-toolbar .pager,
.reward-transactions-toolbar .pager {
    display: grid;
    grid-auto-flow: column;
}

.order-products-toolbar .pager > .pages,
.reward-transactions-toolbar .pager > .pages {
    position: relative;
    text-align: center;
}

.order-products-toolbar .pager > .toolbar-amount,
.reward-transactions-toolbar .pager > .toolbar-amount {
    text-align: left;
}

.opc-block-summary {
    padding: 0.75em 1em;
}

.ui-menu .cat-3605 {
    border-left: var(--menu-border-width) solid var(--color-cat-3605);
}
.ui-menu .cat-3606 {
    border-left: var(--menu-border-width) solid var(--color-cat-3606);
}
.ui-menu .cat-3607 {
    border-left: var(--menu-border-width) solid var(--color-cat-3607);
}
.ui-menu .cat-3608 {
    border-left: var(--menu-border-width) solid var(--color-cat-3608);
}
.ui-menu .cat-3609 {
    border-left: var(--menu-border-width) solid var(--color-cat-3609);
}
.ui-menu .cat-3610 {
    border-left: var(--menu-border-width) solid var(--color-cat-3610);
}
.ui-menu .cat-3611 {
    border-left: var(--menu-border-width) solid var(--color-cat-3611);
}
.ui-menu .cat-3612 {
    border-left: var(--menu-border-width) solid var(--color-cat-3612);
}
.ui-menu .cat-3613 {
    border-left: var(--menu-border-width) solid var(--color-cat-3613);
}
.ui-menu .cat-3616 {
    border-left: var(--menu-border-width) solid var(--color-cat-3616);
}

.ui-menu .cat-4695 {
    border-left: var(--menu-border-width) solid var(--color-cat-4695);
}

.ui-menu .cat-3605 > .ui-state-active {
    background: var(--color-cat-3605);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3606 > .ui-state-active {
    background: var(--color-cat-3606);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3607 > .ui-state-active {
    background: var(--color-cat-3607);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3608 > .ui-state-active {
    background: var(--color-cat-3608);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3609 > .ui-state-active {
    background: var(--color-cat-3609);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3610 > .ui-state-active {
    background: var(--color-cat-3610);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3611 > .ui-state-active {
    background: var(--color-cat-3611);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3612 > .ui-state-active {
    background: var(--color-cat-3612);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3613 > .ui-state-active {
    background: var(--color-cat-3613);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-3616 > .ui-state-active {
    background: var(--color-cat-3616);
    color: black !important;
    font-weight: bold !important;
}
.ui-menu .cat-4695 > .ui-state-active {
    background: var(--color-cat-4695);
    color: black !important;
    font-weight: bold !important;
}

.ui-state-active + .ui-front {
    background: white;
}

.payment-option._collapsible.opc-payment-additional.comment {
    clear: both;
    padding-top: 1em;
}

.table-checkout-shipping-method tbody td input[type='radio'],
.table-checkout-shipping-method tbody tr {
    cursor: pointer;
}
@media screen and (max-width: 768px) and (min-width: 728px) {
    .page-header .amsearch-wrapper-block:before {
        display: none;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe {
        top: unset;
        height: 40px;
    }
    .logo img {
        width: 130px;
    }
}

/** Page builer overwrite for the homepage */
.home-page-image-boxes figure img {
    aspect-ratio: 8 / 3;
}
@media screen and (max-width: 768px) {
    .cms-index-index .two-columns-grid > div {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .cms-index-index .two-columns-grid > div > div {
        width: 100% !important;
    }
    .home-page-image-boxes figure {
        margin: 0 !important;
        margin-bottom: 2rem !important;
    }
}

.minicart-items .product > .product-image-container {
    margin-right: 0.3125em;
}

.checkout-container .opc-estimated-wrapper {
    position: relative;
    z-index: 1;
}

.catalog-points img {
    width: 18px
}

.filter-options .amshopby-search-box {
    margin: 15px 0
}

.yd_footer_payments img {
    display:block;
    width:640px;
    margin:0 auto;
}

form.form.password.forget input[type="email"] {
    min-width: 300px;
    max-width: 90vw;
    padding: 2rem 1rem;
}

form.form.password.forget .fieldset:after {
    display: none
}