/* Amasty_XSearch */
.amsearch-wrapper-block {
    max-width: 76vw;
}

.amsearch-input-wrapper.-dynamic-width {
    max-width: 76vw;
    height: 100px;
    text-align: center;
}

.amsearch-input-wrapper.-dynamic-width input[type="text"] {
    color: #222;
    border: 0;
    border-bottom: 1px solid;
    width: 50%;
    margin: 15px auto;
    background-color: #ffffff;
    position: inherit;
    display: inline;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0;
}

.amsearch-result-section {
    position: absolute;
    max-width: 76vw;
    overflow: hidden;
    scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 70vh;
    left: 0;
    margin: auto;
    right: 0;
    box-shadow: 0 4px 6px;
    display: flex;
}

.amsearch-result-section .amsearch-message-block {
    background: #fff;
    margin-bottom: 0;
    max-width: 76vw;
    padding: 20px;
    width: 1340px;
    text-align: center;
}

@media (max-width: 599px) {
    .amsearch-result-section:has(.amsearch-message-block) {
        flex-direction: column;
    }

    .amsearch-result-section:has(.amsearch-message-block) .amsearch-items-section {
        padding: 0px 15px 15px;
        width: 100%;
    }

    .amsearch-result-section:has(.amsearch-message-block) .amsearch-message-block {
        height: 100%;
        width: 100%;
        max-width: none;
    }
}

.amsearch-items-section {
    float: left;
    width: 660px;
    padding: 15px 0;
    overflow-x: hidden;
    flex-direction: column;
    background-color: #F9F9F9;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 78vh;
}

.amsearch-items-section div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px 15px;
    width: 100%;
}

.amsearch-items-section div .amsearch-block-header {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 5px;
    color: #000000;
    text-transform: uppercase;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 700;
    text-align: center;
}

.amsearch-items-section div .amsearch-item {
    padding: 10px 15px;
    margin: 0 8px 10px 0;
    border: 1px solid #222;
    text-decoration: none;
    font-size: 12px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    color: black;
}

.amsearch-items-section div .amsearch-tab-items .amsearch-item:hover {
    background-color: #00ff7b;
}

.amsearch-items-section div .amasty-xsearch-num-results {
    display: none;
}

.amsearch-items-section div:nth-child(1) .amsearch-tab-items {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 635px) {
    .amsearch-items-section div:nth-child(1) .amsearch-tab-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.amsearch-items-section div:nth-child(2) .amsearch-item {
    display: block;
    padding: 5px 10px;
}

.amsearch-items-section div:nth-child(2) .amsearch-item .amsearch-link {
    cursor: pointer;
    font-size: 1.2rem;
    outline: none;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    display: block;
    padding: 5px 10px;
}

section.amsearch-products-section.-grid {
    background-color: #ffffff !important;
    float: right;
    width: 1340px;
    border-left: 1px solid #e8e9ef;
    padding: 15px 0;
    overflow: hidden;
}

section.amsearch-products-section.-grid .amsearch-block-header {
    position: relative;
    margin-bottom: 0;
    color: #000000;
    text-transform: uppercase;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 700;
    padding: 0 15px 10px;
    text-align: center;
}

section.amsearch-products-section.-grid .amsearch-block-header .amsearch-link,
section.amsearch-products-section.-grid .amsearch-block-header .amsearch-title .amsearch-count {
    display: none;
}

section.amsearch-products-section.-grid .amsearch-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
    grid-template-columns: 1fr;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item {
    padding: 15px;
    display: flex;
    text-align: center;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item .amsearch-description .amsearch-highlight {
    background-color: #000000 !important;
    color: #fff;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item img {
    max-width: 160px !important;
    height: auto;
}

#social-login-popup #social-form-password-forget .actions-toolbar .primary {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

#social-login-popup #social-form-password-forget .actions-toolbar .primary .primary.send,
#social-login-popup #social-form-password-forget .actions-toolbar .primary .secondary {
    width: 50%;
}

#social-login-popup #social-form-password-forget .actions-toolbar .primary .secondary a {
    height: 40px;
}

#social-login-popup #social-form-password-forget .actions-toolbar .primary .primary.send {
    margin-bottom: 0;
}

/* Checkout */

.checkout-index-index .methods-shipping button.button.action.continue.primary,
.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,
.checkout-index-index .payment-method._active button.action.primary.checkout {
    color: #fff !important;
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.checkout-index-index .methods-shipping button.button.action.continue.primary:hover,
.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover,
.checkout-index-index .payment-method._active button.action.primary.checkout:hover {
    color: #000 !important;
    border: 1px solid #000 !important;
    background-color: #fff !important;
}


/* Estilos del buscador */

/* Contenedor del modal */
.search-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    z-index: 888;
    background: #ffffff;
    opacity: 0;
    /* Se oculta inicialmente */
    visibility: hidden;
    justify-content: center;
    opacity: 0;
    transition: all 400ms;
}

/* Mostrar modal cuando isSearchVisible es true */
.search-modal-wrapper.is-visible {
    opacity: 1;
    /* height: 100px; */
    visibility: visible;
    /* min-width: 600px */
    /* border-top: 0;
    border-bottom: 1px solid #222; */
    /* min-width: 992px */
    margin-top: 105px;


}

/* Contenido del modal */
.search-modal {
    background: #fff;
    height: 100px;
    /* Ajuste para móviles */
    text-align: center;
    position: relative;
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
}

/* Animación de entrada */
.search-modal-wrapper.is-visible .search-modal {
    transform: translateY(0);
}

/* Botón de cierre */
.close-search {
    width: auto;
    height: 45px;
    color: #222;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    vertical-align: bottom;
    position: initial;
    display: inline;
}

.search-button {
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    line-height: 1;
    display: block;
}

.search-button-click {
    vertical-align: bottom;
    position: initial;
    display: inline;
    width: auto;
    height: 45px;
}

.amsearch-wrapper-block {
    padding: 19px 12px 16px 0;
    display: table-cell;
    vertical-align: middle;
}

.amsearch-wrapper-block .amsearch-form-block {
    width: auto !important;
}

.amsearch-wrapper-block .amsearch-result-section {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms;
    box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
    z-index: 999;
}

.amsearch-wrapper-block .amsearch-link.item-name:hover {
    color: black; !important;
}

section.amsearch-products-section.-grid {
    box-shadow: inset 5px 0 5px -5px #222;
}

.amsearch-result-section.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.amsearch-button {
    display: none;
}

.search-modal .amsearch-input-wrapper.-dynamic-width {
    max-width: 100%;
    padding-top: 15px;
}

/* Evitar que la página se desplace cuando el modal esté abierto */
body.search-modal-open {
    overflow: hidden;
}

.amsearch-block-header .amsearch-title .amsearch-count {
    display: block;
}

.amsearch-block-header .amsearch-link {
    display: block;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.amsearch-products-section.-grid .amsearch-product-list .product-item:hover {
    background-color: #f4f5fa;
}

/* Puntos de quiebre */
@media (min-width: 600px) {
    .search-modal {
        border-top: 0;
        border-bottom: 1px solid #222;
    }

    .search-modal-wrapper.is-visible {
        margin-top: 94px;
    }

    .amsearch-wrapper-block .amsearch-result-section {
        border-top: none !important;
    }
}

@media (min-width: 992px) {
    .search-modal-wrapper.is-visible {
        margin-top: 105px;
    }
}

@media (max-width: 992px) {
    .amsearch-wrapper-block .amsearch-result-section {
        top: calc(100% + 105px);
    }
}

@media (max-width: 599px) {
    .amsearch-wrapper-block .amsearch-result-section {
        max-width: none;
        position: fixed !important;
        left: 0;
        top: 190px !important;
        right: 0;
        bottom: inherit;
        z-index: 999;
    }

    .search-modal-wrapper.is-visible {
        margin-top: 90px;
    }

    .amsearch-wrapper-block .amsearch-result-section {
        border: none !important;
    }
}

@media (min-width: 768px) {
    .amsearch-wrapper-block .amsearch-result-section .amsearch-products-section .see-all {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-products-section .see-all a {
        border-bottom: 1px solid #06c;
        color: #06c;
        text-decoration: none;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-products-section {
        position: relative;
    }

}

@media (max-width: 768px) {
    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section {
        flex-direction: row;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section {
        order: 2;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .see-all {
        order: 2;
        text-align: center;
        margin-top: 30px;
    }

    .amsearch-block-header .amsearch-title .amsearch-count {
        display: none;
    }


    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-collapsible-title {
        padding: 0 15px 10px;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item {
        padding: 0;
        display: flex;
        border: none;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-image {
        width: 40%;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-image .amsearch-product-image-container img {
        max-height: none !important;
        width: 100%;
        height: auto;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-description {
        width: 60%;
        text-align: center;
        padding-left: 13px;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-description .amsearch-link {
        color: #000000;
    }

    .amsearch-wrapper-block .amsearch-result-section .amsearch-items-section .amsearch-products-section .amsearch-product-list .amsearch-item .amsearch-description .amsearch-link .amsearch-highlight {
        background-color: #000000;
        color: #fff;
    }

    .amsearch-block-header .amsearch-link {
        display: none;
    }

}

/* Fix border */
.checkout-cart-index .discount .btn-primary,
.checkout-cart-index .discount .btn-primary {
    border: 1px solid #000;
}

/* Fix menu mobile */
@media (max-width: 1199px) {
    .menze-4:not(.menze-5) .col-md-3.col-xs-12:nth-child(3) {
        order: unset;
    }
}

/* Tax modal busqueda */
.amsearch-item.product-item .price-box.price-final_price .price-wrapper.price-excluding-tax {
    position: relative;

}

@media (min-width: 1200px) {
    .amsearch-item.product-item .price-box.price-final_price .price-wrapper.price-excluding-tax {
        line-height: 1.5;
    }
}

.amsearch-description.product-item-details .normal-price.red .price-wrapper.price-including-tax {
    margin-bottom: 20px;
}

.amsearch-description.product-item-details:has(.normal-price.red) .price-box.price-final_price .old-price.sly-old-price {
    position: absolute;
    top: 20px;
}

@media (max-width: 1023px), print {
    .amsearch-result-section {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .amsearch-result-section {
        max-height: unset;
    }
}

.header .table-icon-menu {
    position: static;
}

.col-md-4.col-sm-4.col-xs-auto.mobile-item-col {
    position: static;
}

.amsearch-item-container {
    padding: 0 15px 20px;
}

.price-box {
    display: flex;
    justify-content: center;
    gap: 15px;
}
@media only screen and (max-width: 767px) {
    .search-autocomplete .amsearch-slider-wrap:not(:first-child) {
        margin-top: 50px;
    }
    .amsearch-additional-content {
        flex-direction: column;
    }
    .amsearch-additional-content .amsearch-content-block {
        padding: 15px;
        max-width: 100%;
        border-top: 1px solid #e8e9ef;
        border-left: none;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
        display: inline-block;
        margin-right: 10px;
        max-width: 110px;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
        display: inline-block;
        vertical-align: top;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
        display: flex;
        align-items: center;
        margin: 10px 0 0;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
        margin: 0 20px 0 0;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .product-item-actions {
        display: flex;
    }
}
@media only screen and (max-width: 639px) {
    .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
        margin: 0 auto;
        width: 240px;
    }
}
@media only screen and (max-width: 479px) {
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
        display: block;
        margin: 0 auto;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
        flex-direction: column;
    }
    .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
        margin: 5px 0 10px;
    }
}
@media all and (min-width: 640px) {
    .amsearch-form-container .actions-secondary {
        display: flex;
    }
}
@media all and (min-width: 768px), print {
    .minisearch .actions .action.search {
        z-index: 1000;
    }
    .amsearch-form-container .input-text {
        padding-left: 14px;
    }
    .product-item-actions .actions-primary + .actions-secondary > .action {
        flex-grow: 1;
        width: auto;
        border: none;
    }
    .amasty-xsearch-loader {
        right: 30px;
    }
    .search-autocomplete {
        top: 37px;
        max-width: 75vw;
    }
    .amsearch-close,
    .search .amsearch-loupe:hover {
        -webkit-filter: brightness(0%);
        filter: brightness(0%);
    }
    .amsearch-results {
        display: flex;
        overflow: auto;
        padding: 0;
        max-width: 83vw;
    }
    .amsearch-results .amsearch-products {
        padding: 20px 0 0;
    }
    .amsearch-results .amsearch-leftside,
    .amsearch-results .amsearch-products {
        padding: 15px 0;
        width: inherit;
    }
    .amsearch-results .amsearch-item-container {
        padding-bottom: 25px;
    }
    .search-autocomplete.amsearch-clone-position {
        top: calc(100% + 5px);
    }
    .amsearch-wrapper-content > .amsearch-item {
        position: relative;
        padding: 20px 0 16px 15px;
    }
    .amsearch-wrapper-content > .amsearch-item:last-child {
        padding-bottom: 20px;
    }
    .amsearch-wrapper-content > .amsearch-item:first-child {
        padding-top: 15px;
    }
    .amsearch-wrapper-content .amsearch-autocomplete-information {
        padding-left: 10px;
        width: auto;
    }
    .amsearch-wrapper-content .product-item-details {
        padding-right: 14px;
        min-height: 100px;
    }
    .amsearch-wrapper-content .product-reviews-summary {
        margin-bottom: 0;
    }
    .search .amsearch-autocomplete-information .price {
        font-size: 14px;
    }
    .amsearch-item-container {
        padding: 0;
    }
    .amasty-xsearch-block-header {
        padding: 0 15px 5px;
    }
    .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
        padding: 0 15px 10px;
    }
    .amsearch-form-container.-opened .action.search {
        display: none;
    }
    .amsearch-form-container.-opened:not(.-small) .amsearch-products {
        border-left: 1px solid #e8e9ef;
    }
    .amsearch-form-container.-opened .amsearch-leftside .recent_searches,
    .amsearch-form-container.-opened .amsearch-leftside .amsearch-item {
        padding: 5px 15px;
    }
    .amsearch-form-container.-opened .amsearch-leftside .amsearch-item-container.recent_searches {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .amsearch-form-container.-opened .amsearch-wrapper-input {
        position: absolute;
        right: 0;
        max-width: 75vw;
        transition: all 0.3s ease-in-out;
    }
    .amsearch-products {
        display: flex;
        flex-direction: column;
    }
    .amsearch-products .amsearch-more-results {
        margin-top: auto;
        padding-top: 30px;
    }
    .amsearch-form-container.-small .amsearch-results {
        flex-direction: column;
        overflow-x: hidden;
    }
    .amsearch-form-container.-small .amsearch-products {
        order: 10;
    }
    .amsearch-form-container.-small .amsearch-products .amsearch-item {
        padding-right: 15px;
    }
    .amsearch-form-container.-small .amsearch-products .amasty-xsearch-block-header {
        padding: 15px;
    }
    .amsearch-form-container.-small.-result .amsearch-item-container .amasty-xsearch-block-header {
        padding: 0 15px 10px;
    }
    .amsearch-form-container.-small.-result .amsearch-item-container.popular_searches .amasty-xsearch-block-header {
        padding: 10px 15px;
    }
    .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary {
        display: flex;
        align-items: center;
    }
    .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button .action.toggle {
        display: flex;
        align-items: center;
    }
    .amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary .wishlist.split.button .action.toggle:after {
        padding-top: 4px;
    }
    .amsearch-form-container.-large .amsearch-results .amsearch-more-results {
        padding-top: 0;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        width: 33.33333333%;
    }
    .ie11 .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
        max-width: calc(100% / 3 - 25px);
    }
    .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover {
        box-shadow: none;
        z-index: 2;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-information {
        flex-grow: 1;
        margin-top: 10px;
        padding-left: 0;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .product-item .product-image-container {
        margin: 0 auto;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .information-container {
        height: 100%;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .product-reviews-summary {
        margin-bottom: 7px;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-autocomplete-image {
        align-items: center;
        width: auto;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .amsearch-wrapper-inner {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .product-item-details {
        margin: 0;
        padding-right: 0;
        height: 100%;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .price-box {
        margin: 0 0 7px;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .price {
        font-size: 16px;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
        margin: 0;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .tocart {
        padding: 8px 9px;
        font-size: 12px;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
        display: flex;
        align-items: center;
        max-width: 100%;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .rating-summary {
        display: block;
    }
    .amsearch-form-container.-large .amsearch-wrapper-content .reviews-actions {
        display: block;
        margin-bottom: 1px;
    }
    .page-main .block.block-xsearch {
        float: none;
        padding-left: 0;
    }
    .footer .block.block-xsearch {
        padding-left: 0;
    }
    .footer .block.block-xsearch,
    .footer .block.block-xsearch .block {
        float: none;
        clear: both;
    }
    .block-search .label.action {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
    .amsearch-emptysearch-cms {
        padding: 40px;
    }
    .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
        font-size: 54px;
    }
    .amsearch-emptysearch-cms .amsearch-text {
        font-size: 22px;
    }
}
@media all and (min-width: 1024px), print {
    .amsearch-form-container.-opened .amsearch-wrapper-input,
    .search-autocomplete,
    .amsearch-results {
        max-width: 76vw;
    }
    .amsearch-wrapper-input.-left-position,
    .search-autocomplete.-left-position {
        right: inherit;
        left: 0;
    }
    .amsearch-wrapper-input.-right-position,
    .search-autocomplete.-right-position {
        left: inherit;
        right: 0;
    }
    .search-autocomplete.-top-position {
        bottom: calc(100% + 5px);
        top: inherit;
    }
    .search-autocomplete.-bottom-position {
        bottom: inherit;
        top: calc(100% + 5px);
    }
    .amsearch-emptysearch-cms {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 70px;
    }
    .amsearch-emptysearch-cms > .amsearch-item {
        max-width: 50%;
    }
    .amsearch-emptysearch-cms > .amsearch-content {
        padding-right: 10px;
    }
    .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
        margin: 0 0 25px;
        font-size: 72px;
    }
    .amsearch-emptysearch-cms .amsearch-text {
        font-size: 28px;
        line-height: 33px;
    }
    .amsearch-emptysearch-cms .amsearch-contacts-block {
        margin-top: 45px;
        font-size: 22px;
    }
    .amsearch-emptysearch-cms .amsearch-image-block {
        margin-top: 0;
    }
    .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
        margin-bottom: 10px;
    }
}
.am-word-break {
    word-wrap: break-word;
    word-break: break-word;
}
.ie11 .am-word-break {
    word-break: break-all;
}
#amasty-shopby-product-list {
    order: 10;
    max-width: 100%;
}
.amsearch-results {
    padding: 15px 0 0;
    background-color: #ffffff;
}
.amsearch-results .amsearch-products.-waste {
    padding: 15px;
}
.amsearch-results .amsearch-item {
    text-transform: capitalize;
    cursor: pointer;
}
.amsearch-results .amsearch-item:hover {
    background-color: #f4f5fa;
}
.amsearch-results .amsearch-item .item-name {
    outline: none;
    color: inherit;
    text-decoration: none;
    font-size: 1.2rem;
}
.amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name {
    text-decoration: underline;
    cursor: pointer;
}
.amsearch-results .actions-secondary {
    display: none;
    padding: 0 0 0 5px;
}
.amsearch-results .amsearch-item .amsearch-autocomplete-image:not([data-click-url]),
.amsearch-results .amsearch-item .price-box:not([data-click-url]) {
    cursor: pointer;
}
.amsearch-results .amsearch-item .price-box {
    width: 100%;
}
.amsearch-form-container .control {
    min-height: 32px;
}
.amsearch-form-container .amsearch-wrapper-inner .actions-secondary {
    display: none;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
    max-width: 100%;
    background-color: #fff;
}
.amsearch-form-container .search-autocomplete {
    overflow: hidden;
    scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 90vh;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
    background: #f0f0f0;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #adadad;
    cursor: pointer;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
    width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
    width: 4px;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
    width: 4px;
}
.amsearch-form-container.-opened .input-text {
    padding-left: 26px;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
    display: none;
}
.amsearch-form-container.-opened .input-text::-webkit-input-placeholder {
    color: #cecece;
    font-style: italic;
}
.amsearch-form-container.-opened .input-text::-moz-placeholder {
    color: #cecece;
    font-style: italic;
}
.amsearch-form-container.-opened .input-text:-ms-input-placeholder {
    color: #cecece;
    font-style: italic;
}
.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
    background-color: #ffffff;
}
.amsearch-wrapper-input {
    position: relative;
    max-width: 100%;
    transition: none;
}
.amsearch-wrapper-content > .amsearch-item {
    position: relative;
    display: flex;
    padding: 20px 0 16px 15px;
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
    display: none;
}
.amsearch-wrapper-content .product-item.amsearch-item {
    padding: 15px;
}
.amsearch-wrapper-content .product-item-details {
    display: flex;
    flex-direction: column;
    min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: auto;
}
.amsearch-wrapper-content .product-item-link {
    margin: 0 0 5px;
    color: #333;
    word-break: keep-all;
}
.amsearch-wrapper-content .product-item-actions {
    display: flex;
    align-items: flex-end;
    margin-top: 6px;
}
.amsearch-wrapper-content .action.tocart {
    word-wrap: break-word;
    word-break: break-word;
    white-space: inherit;
    line-height: 1.2;
}
.ie11 .amsearch-wrapper-content .action.tocart {
    word-break: break-all;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
    margin: 0 10px 0 0;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
    font-size: 16px;
}
.block-search .search .control {
    position: relative;
    z-index: 99;
}
.block-xsearch.block-search .search .control {
    z-index: 98;
}
.amsearch-form-container .input-text:focus {
    border: 2px solid #54c6ff;
    box-shadow: 0 2px 4px #c2ebff;
}
.amsearch-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    margin: auto;
    padding: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    cursor: pointer;
}
.search .amsearch-loupe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: none;
    margin: auto;
    padding: 0;
    width: 14px;
    height: 14px;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
    box-shadow: none;
}
.amsearch-products .amsearch-highlight {
    padding: 0 2px;
    background-color: #3ac39c;
    color: #fff;
    word-wrap: normal;
}
.amsearch-products {
    order: 10;
    padding: 0 0 15px;
}
.amsearch-products .amasty-xsearch-block-header {
    padding: 0 15px 10px;
}
.amsearch-leftside {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.amsearch-leftside .recent_searches,
.amsearch-leftside .amsearch-item {
    flex-basis: 100%;
    padding: 5px 0;
}
.amsearch-autocomplete-information {
    padding-left: 13px;
    width: 60%;
}
.amsearch-autocomplete-information .action.view {
    color: #757575;
    font-weight: 300;
}
.amasty-xsearch-loader {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    z-index: 1000;
    margin: auto 5px auto 0;
    width: 16px;
    height: 11px;
    background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
}
.amasty-message.message.info {
    margin: 0;
}
.amasty-xsearch-num-results {
    float: right;
}
.amsearch-more-results {
    margin-top: 30px;
    text-align: center;
}
.amsearch-more-results .amsearch-link {
    border-bottom: 1px solid #06c;
    color: #06c;
    text-decoration: none;
}
.amsearch-more-results .amsearch-link:hover {
    border-bottom: 1px solid #1979c3;
    background-color: inherit;
    color: #1979c3;
    text-decoration: none;
}
.block-search .action.search.amasty-xsearch-hide,
.amasty-xsearch-hide {
    display: none;
}
.amasty-xsearch-block-header {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 5px;
    color: #000000;
    text-transform: uppercase;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 700;
}
.amsearch-item-container {
    position: relative;
    flex-basis: 100%;
    padding: 0 15px 30px;
}
.amsearch-item-container:last-child:after {
    display: none;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
    color: #3ac39c;
    font-weight: 600;
}
.amsearch-item-container .amsearch-item {
    cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
    background-color: inherit;
}
.amsearch-item-container .amsearch-highlight {
    font-size: 12px;
}
.amsearch-item-container.page a.item-name {
    color: #3ac39c;
    font-weight: 600;
}
.amsearch-item-container.recent_searches {
    padding: 0 15px 20px;
}
.amsearch-item-container.recent_searches .amsearch-item {
    display: inline-block;
    order: 1;
    box-sizing: border-box;
    margin: 0 8px 10px 0;
    padding: 5px 10px;
    border: 1px solid #e2e4ee;
    border-radius: 25px;
    text-decoration: none;
    font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item:hover {
    border-color: #3ac39c;
}
.amsearch-item-container.recent_searches .amsearch-item:active {
    border-color: #23745d;
}
.amsearch-item-container.recent_searches .amsearch-item:focus {
    border-color: #3ac39c;
    background-color: #3ac39c;
    color: #fff;
}
.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
    padding: 0 0 10px;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
    display: none;
}
.amsearch-item-container.popular_searches .amsearch-item:hover {
    background: #f4f5fa;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
    display: none;
    font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
    display: inline-block;
    float: none;
    color: #ccc;
}
.amasty-xsearch-preload {
    display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
    background: none;
    cursor: default;
}
.amsearch-category-tab .amsearch-item {
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
    background-size: contain;
    content: '';
}
.block.block-search,
.form .search-autocomplete {
    z-index: 99;
}
.block.block-xsearch {
    z-index: 98;
}
@media only screen and (max-width: 767px) {
    .amsearch-leftside,
    .amsearch-products,
    .amsearch-additional-content > .amsearch-content-block {
        width: 100% !important;
    }
    .amsearch-products.-waste {
        width: auto !important;
    }
    .form .search-autocomplete {
        top: 66px;
        left: 0;
        overflow-y: auto;
        margin: -15px 15px 0;
        max-height: 70vh;
        background: #fff;
    }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
    word-break: keep-all;
}
.amsearch-clone-position {
    position: absolute;
    right: 0;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
}
.amsearch-autocomplete-image {
    width: 40%;
}
.amsearch-autocomplete-image .product-image-photo {
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}
#amsearch-result-tabs {
    margin-top: 5px;
}
#amsearch-result-tabs .data.title {
    margin-right: 5px;
}
#amsearch-result-tabs .data.title.active {
    box-sizing: border-box;
    background: #d8d8d8;
}
#amsearch-result-tabs .data.title.last {
    margin-bottom: 8px;
}
#amsearch-result-tabs .title {
    position: relative;
    box-sizing: border-box;
}
#amsearch-result-tabs .title.active:before {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
}
#amsearch-result-tabs .title.active .switch {
    padding-bottom: 1px;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
    display: none;
}
#amsearch-result-tabs .data.content {
    display: none;
}
#amsearch-result-tabs .data.content[aria-hidden='false'] {
    display: block;
}
.amsearch-related-terms {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
    margin: 0 0 15px 0;
    width: 100%;
    font-weight: 700;
}
.amsearch-related-terms > .amsearch-item {
    margin: 0 15px 10px 0;
    padding: 5px 15px;
    border-radius: 20px;
    background: #d8eeff;
    color: #252525;
    font-size: 12px;
    line-height: 1.3;
    transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
    background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
    text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
    color: #757575;
}
.amsearch-emptysearch-cms {
    padding: 30px;
    background: #fbfcfe;
    color: #1f1b1b;
}
.amsearch-emptysearch-cms > .amsearch-content {
    word-wrap: break-word;
    word-break: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
    word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    margin: 0 0 15px;
    font-weight: 800;
    font-size: 38px;
}
.amsearch-emptysearch-cms .amsearch-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
    margin-top: 30px;
    font-size: 14px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 5px;
}
.am-porto-cmtb .page-header.type1 {
    z-index: 9999;
}
.am-porto-cmtb .amsearch-clone-position {
    padding: 2px 0;
    border: 15px solid transparent;
    border-top: none;
    border-radius: 0 0 20px 20px;
}
.am-porto-cmtb .amsearch-clone-position .amsearch-results {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action {
    margin: 0;
    padding: 0;
    border: 0;
}
.search-autocomplete .amsearch-slider-wrap:not(:first-child) {
    margin-top: 55px;
}
.search-autocomplete .amsearch-slider-block {
    margin-top: 15px;
}
.search-autocomplete .amsearch-slider-block .product-item-link {
    display: block;
    overflow: hidden;
    min-height: 39px;
    max-height: 39px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-word;
}
.ie11 .search-autocomplete .amsearch-slider-block .product-item-link {
    word-break: break-all;
}
.search-autocomplete .amsearch-slider-block.slick-slider {
    padding: 0;
}
.search-autocomplete .amsearch-slider-block .slick-slide {
    vertical-align: inherit;
}
.amsearch-additional-content {
    display: flex;
    margin: -15px 0;
    max-width: 100%;
}
.amsearch-additional-content .amsearch-leftside-sidebar,
.amsearch-additional-content .amsearch-content-block {
    padding: 15px 0;
}
.amsearch-additional-content .amsearch-leftside-sidebar {
    min-width: 30%;
}
.amsearch-additional-content .amsearch-content-block {
    box-sizing: border-box;
    max-width: 70%;
    border-left: 1px solid #e8e9ef;
}
.search-autocomplete .amsearch-slider-block .slick-dots {
    top: 100%;
    border: none;
    background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    padding: 0;
    width: 12px;
    height: 12px;
    border: none;
    text-align: inherit;
    white-space: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation']:hover,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].selected {
    background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active button {
    border-color: #000000;
    background: #000000;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button {
    padding: 3px;
    width: auto;
    height: auto;
    border: 1px solid #e8e9ef;
    border-radius: 100%;
    background: #fff;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button:before {
    content: none;
}
.search-autocomplete .amsearch-slider-block .slick-arrow {
    top: 70px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
    pointer-events: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item:hover,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item.selected {
    background-color: transparent;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    pointer-events: auto;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
    width: 100%;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 10px 0 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary {
    display: flex;
    align-items: center;
    padding: 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .wishlist.split.button .action.toggle {
    display: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary > .action {
    flex-grow: inherit;
    margin-right: 5px;
    line-height: normal;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #000000;
}
/* +++++++++++++++++++++++ SECCION +++++++++++++++++++++++ */

@media (max-width: 767px) {
  #product-wrapper {
    padding-top: 30px;
  }
  .products-grid .product-item-info .tocart.btn-cart .icon {
    margin: -5px;
  }
}

#test {
  display: block;
}

/* body {
  color: #ffe1eb;
} */
/* BARRA DE NAVEGACION */

.breadcrumbs {
  background-color: transparent;
  font-family: "Neue Pixel Grotesk";
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

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

.breadcrumbs .items > li + li:before {
  color: #878787;
  font-family: "Neue Pixel Grotesk";
  content: ">";
  padding: 0 0 0 3px;
}

/* BARRA ORDENAR POR */

#sorter {
  font-family: "Neue Pixel Grotesk";
  font-size: 1.8rem;
  color: #000000;
}

.toolbar .form-item-select {
  border: 1px solid #000000;
}

.toolbar .sorter .sorter-action {
  color: #000000;
  border-color: #000000;
}

/* ETIQUETAS SOBRE LAS FOTOS */

/* Acá necesito agregar la class de Sin Stock
*/

.product-label.sale-label,
.product-label.new-label {
  color: black;
  text-transform: uppercase;
  font-family: "Neue Pixel Grotesk";
  font-size: 2.3rem;
  padding-top: 8px;
  width: auto;
  height: 35px;
  border-radius: 25px;
}
.product-label.sale-label,
.product-label.new-label {
  font-size: 2rem;
  padding-top: 5px;
  height: auto;
}

@media (max-width: 767px) {
  .slider-1-row .product-label.sale-label,
  .slider-1-row .product-label.new-label,
  #product-wrapper .product-label.sale-label,
  #product-wrapper .product-label.new-label {
    font-size: 10px;
    padding-top: 0px;
    height: 19px;
    margin-right: -10px;
  }
  .slider-1-row .product-label.sale-label > span,
  .slider-1-row .product-label.new-label > span,
  #product-wrapper .product-label.sale-label > span,
  #product-wrapper .product-label.new-label > span {
    padding: 8px;
  }
  .slider-1-row .product-label.multiple-label,
  #product-wrapper .product-label.multiple-label {
    margin-top: 22px;
  }
}

.product-label.multiple-label {
  margin-top: 40px;
}

span.product-label.sale-label {
  background-color: #00ff7b;
}

span.product-label.new-label {
  background-color: #ffffff;
}

/* span.product-label.SIN-STOCK-label {
background-color: #015aff;
color: #FFFFFF;
} */

.product-label.sale-label > span,
.product-label.new-label > span {
  padding: 18px;
}

/* TITULO DEL PRODUCTO */

.products-grid .product-item-info .product-item-details .product-item-name a {
  /* font-size: 2.4rem; */
  font-size: 16px;
  color: #000000;
  line-height: 1;
}

.products-grid .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0px;
}

.products-grid
  .product-item-info
  .product-item-details
  .product-reviews-summary,
.products-grid .product-item-info .product-item-details .product.description {
  margin-top: 0px;
}

.list .pe-7s-like {
  font-size: 30px;
}

.list .tocompare {
  display: none;
}

/* PRECIOS DE LOS PRODUCTOS */

.price-box {
  font-family: "Neue Pixel Grotesk";
  /* font-size: 2.2rem; */
  font-size: 16px;
  /* margin-top: 2vw; */
  margin-top: 20px;
}

.products-grid .price-box {
  margin-top: 10px;
  display: inline-block;
}
/*
li
  > div.product.details.product-item-details
  > div.price-box.price-final_price
  > span.normal-price
  > span.price-container.price-final_price.tax.weee
  > span.price-wrapper
  > span.price,
li
  > div.product.details.product-item-details
  > div.price-box.price-final_price
  > span.special-price> */
.page-products
  span.price-container.price-final_price.tax.weee
  > span.price-wrapper:not([data-price-type="oldPrice"])
  > span.price {
  color: #9080ab;
}

.price-box .old-price .price {
  color: #00ff7b;
  text-decoration-thickness: 0.05em;
  /* solo en Firefox y Safari */
}

@media (max-width: 767px) {
  /* .product.details.product-item-details .price-box .old-price {
    margin-top: -16px;
  } */
  .deal-timer ~ .price-box .old-price {
    margin-top: 0px !important;
  }
}

/* Titulos en sidebar */

.block.filter
  .block-content.filter-content
  .filter-options-item
  .filter-options-title:before,
.sidebar .block .block-title .title:after {
  height: 0px;
}

.block.filter
  .block-content.filter-content
  .filter-options-item
  .filter-options-title,
.sidebar .block .block-title .title {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  cursor: pointer;
}

.block.block-wishlist .empty {
  font-size: 1.3rem;
}

/* Barra de filtrar precios sidebar */

.block.filter
  .block-content.filter-content
  .filter-options-item
  .filter-options-title:after {
  bottom: 6px;
}

@media(min-width:991px){
  .catalog-category-view .sidebar-main {
    position: sticky;
    top: 130px;
  }
}


.irs-bar,
.irs-slider {
  background: #00ff7b;
}

.irs-from,
.irs-to,
.irs-single,
.irs-min,
.irs-max {
  background: #005aff;
  color: #ffffff;
  border-radius: 17px;
  font-size: 10px;
  font-family: "Neue Pixel Grotesk";
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
}

/* .irs-from, .irs-to, .irs-single, .irs-min  {
    background: #005aff;
    color: #ffffff;
} */

.irs-max,
.irs-line {
  background: #ffb5cc;
  color: #000000;
}

.irs-grid-text {
  font-family: "Neue Pixel Grotesk";
  color: #000000;
}

/* Quick view */

.product-detail-infomation-content,
.product.media {
  margin-top: 15px !important;
}

.filter-options-content a,
.block.filter
  .block-content.filter-content
  .filter-options-item
  .filter-options-content
  ol.items
  .item
  .count {
  color: #000000;
}

/*++++++++++++++++++++++++++++++++++++ DETALLE DE PRODUCTO ++++++++++++++++++++++++++++++++++++*/

/* Titulo */

div.product.attribute.name > span.value,
.product-detail-infomation .product-name a {
  /* font-size: 4rem; */
  font-size: 22px;
  color: #000000;
  line-height: 1;
}

.products-grid .product-item-info .product-item-details .product-item-name a {
  font-family: "Neue Haas Grotesk Regular";
}

div.product.attribute.name > span.value {
  font-family: "Neue Haas Grotesk Medium", Helvetica, Arial;
}

/* Precio */

.product-info-main .product-info-price .price-box .price {
  /* font-size: 4rem; */
  font-size: 22px;
  line-height: 1;
}

.price-box .special-price .price,
.price-box .price {
  color: #0149ff;
}

/* Descripcion */
.product-info-main .swatch-option {
  height: 22px;
  min-width: 22px;
  margin: 5px;
}

.product-info-main .swatch-option.image {
  width: 22px !important;
  height: 22px !important;
}
/* Esto tiene que irse */

div.product.attribute.overview > strong.type {
  display: none;
}

/* div.product.attribute.overview > div.value.std > p,
div.product.attribute.overview
  > div.value.std
  > p
  > span
  > span
  > span
  > span
  > big,
div.product.attribute.overview
  > div.value.std
  > p
  > span
  > span
  > span
  > span
  > big
  > a
  > strong {
  font-family: "Neue Haas Grotesk Medium" !important;
  text-align: left !important;
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: 0.8px;
  margin-bottom: 9px !important;
  font-weight: 500;
} */

.product.attribute .value.std,
.product.attribute .value.std p {
  font-family: "Neue Haas Grotesk Regular" !important;
  text-align: left !important;
  color: #000000;
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  margin-bottom: 9px !important;
  font-weight: 500;
}

/* ¿Links verdes? */

.header .nav.nav-main-menu > li > a:hover,
.products-grid
  .product-item-info
  .product-item-details
  .product-item-name
  a:hover,
a:active,
a:focus,
div.product.attribute.overview
  > div.value.std
  > p
  > span
  > span
  > span
  > span
  > big
  > a
  > strong:hover,
.extra-link a:hover,
a:hover,
.header .search-form .actions-search .action-search:hover,
.header .dropdown-toplinks .dropdown-toggle:hover,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.list-products
  .product-item-info
  .product-item-details
  .product-item-name
  a:hover,
.products-grid .product-item-info .product-top .actions-link button:hover,
.list-products .product-item-info .product-image .actions-link button:hover,
.breadcrumbs .items > li a:hover,
.header .header-wl a:hover,
.header .header-wl a:hover,
.box-tocart .field.qty > .control span.edit-qty:hover,
.minicart-items .product-item .product-item-details .product-item-name a:hover,
.search.results.mgs-instant-search a:hover,
.products-list
  .product-item-info
  .product-item-details
  .product-item-name
  a:hover,
.products-list
  .product-item-info
  .product-item-details
  .product-item-name
  a:focus {
  color: #00ff7b;
}

#owl-carousel-gallery {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

/*Boton cantidad*/
.box-tocart .field.qty > .control {
  border: solid 1px #ffe1eb;
  background-color: #ffe1eb;
  border-color: #ffe1eb;
}

@media (min-width: 767px) {
  .product-detail-infomation,
  .product-detail-infomation-sticky {
    padding-left: 55px;
    max-width: 600px;
  }
}

/* Boton de cantidad */

.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: 100px;
}

/* Color y talle */

.product-info-main .swatch-option.text,
.swatch-option.text {
  padding: 0;
  color: #252525;
  border-color: #252525;
  font-weight: 500;
  height: 27px;
  width: 28px;
  line-height: 25px;
}

.swatch-option {
  border: 1px solid #ddd;
  min-width: 16px;
  height: 16px;
}

.page-products .swatch-option.image,
.cms-home .swatch-option.image {
  width: 16px !important;
  height: 16px !important;
}

.product-add-form
  .product-options-wrapper
  .swatch-opt
  .swatch-attribute-label
  + .swatch-attribute-selected-option {
  color: #005aff;
}

.swatch-option:hover,
.swatch-option.selected {
  box-shadow: 0 0 0 2px #00ff7b;
  border: 0;
}

/* Revisar
.swatch-option-tooltip {
    border-radius: 25px;
}
.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
} */

@media(max-width:767px){
  .swatch-option-tooltip{
    display: none !important;
  }
}
div:has(> .swatch-attribute) {
    display: flex;
    flex-direction: column;
}
.swatch-attribute.color {
    order: 1;
}
.swatch-attribute.size {
    order: 2;
}
/*Opciones de talle en thumbnail*/
.products-grid
  .product-item-info
  div[class^="swatch-opt-"]
  .swatch-attribute
  + .swatch-attribute {
  margin-top: 2px;
}
div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 2px;
}

.product-info-main .swatch-option.text,
.swatch-option.text {
  padding: 0 1px 0 0;
  border: solid 1px #ffe1eb;
  background-color: #ffe1eb;
  color: #252525;
  border-color: #ffe1eb;
  height: 22px;
  width: 45px;
  line-height: 21px;
}

/* Boton de agregar a carrito */

.action.primary.tocart > span,
.products-grid .product-item-info .tocart.btn-cart {
  font-family: "Neue Pixel Grotesk";
  font-size: 1.7rem;
  font-weight: 500;
}

.products-grid .product-item-info .tocart.btn-cart span {
  text-transform: uppercase;
}

.list-products .product-item-info .product-item-details .btn.btn-cart {
  font-family: "Neue Pixel Grotesk";
  font-size: 1.3rem;
}

@media (max-width: 400px) {
  .ajaxcart-catalog_product-view
    .product-info-main
    .product-add-form
    .actions
    button
    span {
    font-size: 1.2rem;
  }
}

.products-grid .product-item-info .tocart.btn-cart,
.product-info-main .product-add-form .actions button.tocart,
.list-products .product-item-info .product-item-details .btn.btn-cart {
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
  color: #252525;
  padding: 0 18px !important;
  transition: 0.3s;
}

.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover,
.products-grid .product-item-info .tocart.btn-cart:hover,
.action.primary.tocart:hover,
.list-products .product-item-info .product-item-details .btn.btn-cart:hover {
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff !important;
}

/* Links debajo de botones de agregar */

.extra-link a,
div.stock.available {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1d1a1a;
}

.product-info-main .product-info-stock-sku .stock.available span {
  color: #1d1a1a;
  text-transform: uppercase;
}

/* Imagen de Mercado Pago y cuotas: */

@media (max-width: 767px) {
  .product-detail-infomation-content.has-sticky-menu img {
    width: 100%;
    height: auto;
  }

  .modal-content button.close {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
  }
}

/* Titulo de articulos relacionados o shop in the look */

.content-heading h3.title:before,
.content-heading h3.title:after {
  display: none;
}

.content-heading h3.title {
  font-size: 3.6rem;
  line-height: 39px;
}

@media (max-width: 400px) {
  .content-heading h3.title {
    font-size: 10vw;
  }
}

.related-product-main
  .product-item-info
  .product-top
  .product-item-inner
  .label {
  background-color: #ffb5cc;
  color: #000000;
}

.related-product-main
  .product-item-info
  .product-top
  .product-item-inner
  input:checked
  + .label {
  background-color: #00ff7b;
  color: #000000;
}

/* subtitulos */

.content-heading .block-note {
  display: none;
}

/* ¿Reseña se va? */

.product.info.detailed {
  display: none;
}

/* Detalle de envios y devoluciones */

.icon-service .icon {
  display: none;
}

.icon-service {
  text-align: center;
}

.icon-service .text h6 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.01px;
}

.icon-service .text p {
  font-size: 1.7rem;
  letter-spacing: -0.1px;
}

/* +++++++++++++++++++++++++++++++++++++++ Footer +++++++++++++++++++++++++++++++++++++++*/

.footer .middle-footer a {
  /* color: #00ff7b !important; */
  /* color: #9c85d9 !important; */
}

.footer .middle-footer a:hover {
  color: #005aff !important;
}

.footer .middle-footer {
  background-color: #ffb5cc;
  border-top: 1px solid #ffb5cc;
  padding-left: 150px;
  padding-right: 150px;
}

@media (max-width: 767px) {
  .footer .middle-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer .middle-footer ul.menu li {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600;
}

h6.margin-bottom30 {
  margin-bottom: 0px;
  line-height: 1;
}

#news-title b,
ul.social-link > li > a > span,
h6.margin-bottom30,
.footer .middle-footer,
.footer .middle-footer a,
.footer .middle-footer {
  font-size: 1.5rem;
  color: #1d1a1a;
  letter-spacing: 1px;
}

#news-title b {
  letter-spacing: -0.1px;
}

@media (min-width: 1200px) {
  .middle-footer .container .row .col-md-4 {
    width: 25%;
  }
  .middle-footer .container .row .col-md-2 {
    width: 15%;
  }
  .middle-footer .container .row .col-md-3 {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .middle-footer .container .row .col-md-4 {
    width: 25% !important;
  }
  .middle-footer .container .row .col-md-2 {
    width: 15% !important;
  }
  .middle-footer .container .row .col-md-3 {
    width: 30% !important;
  }
}

@media (min-width: 992px) {
  .middle-footer .container .row .col-md-4 {
    width: 50%;
  }
  .middle-footer .container .row .col-md-2 {
    width: 25%;
  }
  .middle-footer .container .row .col-md-3 {
    width: 50%;
  }
}

.middle-footer .container .row > div > p > a {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

div.middle-footer > div > div > div > ul.social-link > li > a > span {
  font-family: "Neue Haas Grotesk Medium";
}

div.middle-footer > div > div > div > ul > li > a > span.fa-instagram:before {
  content: "IG";
}

div.middle-footer > div > div > div > ul > li > a > span.fa-twitter:before {
  content: "TW";
}

div.middle-footer > div > div > div > ul > li > a > span.fa-facebook:before {
  content: "FB";
}

div.middle-footer > div > div > div > ul > li > a > span.fa-tiktok:before {
  content: "TK";
}

ul.social-link li {
  margin-top: 0px !important;
}

.success-ajax--popup .popup__actions-wrapper button {
  font-family: "Neue Pixel Grotesk";
  padding-top: 2px;
}

.popup__actions-wrapper button:first-of-type {
  margin-bottom: 15px;
}

.footer .block.newsletter .form.subscribe .actions .action.subscribe {
  color: #ffb5cc;
  border: 2px solid #000000;
  background-color: #000000;
}

.footer .block.newsletter .form.subscribe .actions .action.subscribe:hover {
  color: #9c85d9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.footer .block.newsletter .form.subscribe .actions .action.subscribe:active,
.footer .block.newsletter .form.subscribe .actions .action.subscribe:hover {
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
}

.footer .bottom-footer {
  background-color: #ffb5cc;
  padding-top: 0;
}

.footer .bottom-footer .copyright{
  display: none;
}
.footer .bottom-footer .col-lg-6{
  width: 100% !important;
  text-align: center;
}

.footer .bottom-footer a img {
  height: 80px;
}

/* +++++++++++++++++++++++++++++++++++++++ HEADER +++++++++++++++++++++++++++++++++++++++*/

@media (max-width: 400px) {
  .top-custom-link a {
    font-size: 1rem;
  }
}

.header .top-header-content {
  background-color: transparent;
  font-family: "Neue Pixel Grotesk";
  letter-spacing: 0.6px;
  color: #005aff;
}

.header .top-header-content a,
.header .top-header-content button {
  color: #005aff;
}

.header .top-header-content a:hover,
.header .top-header-content button:hover,
.header .top-header-content a:focus,
.header .top-header-content button:focus {
  /* color: #ffb5cc; */
  color: #9c85d9;
}

.visible-lg .social-link > li > a > span {
  font-size: medium;
}

/* menu mobile */

@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .megamenu-content,
  .header:not(.header6):not(.header7)
    .megamenu-content
    .nav-tabs
    > li.active
    > a,
  .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
    background-color: #00ff7b;
    color: #1d1a1a;
  }
  .header:not(.header6):not(.header7)
    .megamenu-content
    .nav-tabs
    > li.active
    > a {
    /* text-decoration: underline; */
    border-bottom: solid 1px black !important;
  }
  .header:not(.header6):not(.header7) .nav-main-menu li > a,
  .header:not(.header6):not(.header7)
    .megamenu-content
    .top-links
    li
    a:not(.no-display) {
    border-bottom: none;
    color: #1d1a1a;
    text-transform: uppercase;
    font-size: 1.6rem;
  }
}

.header:not(.header6):not(.header7)
  .navigation
  .nav-main-menu
  li
  > ul.dropdown-menu
  ul
  > li
  > a:hover {
  color: #ffffff !important;
}

/* +++++++++++++++++++++++++++++++++++++++ HOME +++++++++++++++++++++++++++++++++++++++*/

/* Boton comprar */

.slide-text .btn-default,
.btn-default,
a.btn.btn-default {
  background-color: #00ff7b;
  font-family: "Neue Pixel Grotesk";
  border-color: #00ff7b;
  font-weight: 500;
  /* padding-top: 3px; */
}

.slide-text .btn-default,
.promobanner a.btn.btn-default {
  font-size: 2.4rem !important;
  text-transform: uppercase;
}

.slide-text .btn-default:hover,
.btn-default:hover,
a.btn.btn-default:hover {
  background-color: #005aff;
  border-color: #005aff;
}

/* Titulo en main slider mobile */

@media (max-width: 767px) {
  .fullscreen-slider .slide-text h2 {
    font-size: 27px !important;
  }
}

/* Contador */

.deal-timer {
  font-family: "Neue Pixel Grotesk";
  text-transform: uppercase;
  font-size: 1.2rem;
}

.deal-timer .time-note span {
  border-radius: 0 0 30px 30px;
  background-color: #00ff7b;
  color: #000000;
  margin-top: 0px;
  padding-top: 6px;
  height: 30px;
  position: relative;
  top: -4px;
}

.deal-timer .countdown > span > b {
  background-color: #00ff7b;
  color: #000000;
  font-size: 2rem;
  border-radius: 30px 30px 0 0;
}

/* Nombre y precio sobre producto */

.deal-timer ~ .product.name.product-item-name a.product-item-link,
.deal-product-cat-block .product.name.product-item-name a.product-item-link {
  color: #00ff7b;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.deal-timer ~ .price-box.price-final_price,
.deal-product-cat-block .price-box.price-final_price {
  font-family: "Neue Haas Grotesk Medium";
  font-size: 1.6rem;
}

/* lookbook */
@media (max-width: 600px) {
  .bloque-img-destacada img {
    width: 90vw !important;
  }
}

.lookbook-container.margin-top60 .mgs-lookbook-container .lookbook-image {
  margin: auto;
  display: block;
}

.lookbook-container.margin-top60 .mgs-lookbook-container {
  float: none;
}

.lookbook-container-home div.lookbook-container {
  width: auto;
  margin: 0 auto;
  background: #9c85d9;
}

.pm-mask:before {
  display: none;
}

@media (max-width: 992px) {
  .bloque-img-destacada .pin__image {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .bloque-img-destacada {
    margin-left: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* PIN + en medio de la foto */

.pin__icon--add,
.pin__type--area {
  background-color: #00ff7b !important;
}

.pin-label {
  color: #000000;
  font-size: 1.7rem;
}

/* pin boton quiero */

.popup__content--product > div button.action.primary {
  border-radius: 20px;
  padding: 10px 30px;
  width: auto;
  background-color: #00ff7b;
}

@media (max-width: 1200px) {
  .popup__content--product > div button.action.primary {
    padding: 10px 5px;
  }
}

.popup__content--product > div button.action.primary span {
  font-size: 15px;
  white-space: nowrap;
}

.popup__content--product > div a {
  display: none;
}

.pin__popup .popup__content--product h3 {
  font-weight: 500;
  font-size: 1.6rem;
}

.popup__content.popup__content--product .price-box .old-price {
  margin-right: 0;
  float: none;
}

.popup__content--product {
  text-align: left;
}

.pin__title {
  color: #000000;
}

/* NEW SALE TOP */

.product-tab .menu-product-tabs li a {
  font-family: "Neue Pixel Grotesk";
  border: solid 1px #ffe1eb;
  background-color: #ffe1eb;
  font-size: 2.4rem !important;
  font-weight: 500;
  padding-top: 7px;
  color: #000000;
}

/* .product-tab .menu-product-tabs li a:hover {
    color: #fff;
} */

.product-tab .menu-product-tabs li.active a {
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
  color: #000;
}

/* Newletter pop up */

.btn-secondary,
.modal-popup.confirm .modal-footer .action-secondary {
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
}

/* Carrito sidebar */

.modal-popup.confirm .modal-footer .action-primary {
  color: #000000;
  border: 2px solid #00ff7b;
  background-color: #00ff7b;
}

.modal-popup.confirm .modal-footer .action-primary:hover {
  color: #ffffff;
  border: 2px solid #005aff;
  background-color: #005aff;
}

.modal-popup.confirm .modal-footer .action-primary,
.minicart-items .product-item .details-qty.qty .update-cart-item {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

.minicart-items .product-item .details-qty.qty .update-cart-item {
  font-size: 15px;
  height: 34px;
  padding-top: 4px;
}

/* .modal-popup.confirm .modal-footer .action-primary:hover {
    color: #000000;
    border: 2px solid #00ff7b;
    background-color: #00ff7b;
    font-family: 'Neue Pixel Grotesk';
} */

.minicart-wrapper .block-content .subtitle.empty {
  text-align: left;
  font-size: 1.7rem;
}

.minicart-items .product-item .product-item-details .product-item-name a {
  font-weight: 500;
  font-size: 15px;
}

/* .minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    width: 55px !important;
} */

.minicart-items
  .product-item
  .product-item-details
  .product-item-pricing
  .price {
  font-family: "Neue Pixel Grotesk";
  font-size: 15px;
}

.minicart-wrapper .block-content > .actions > .subtotal > span.label,
.minicart-wrapper
  .block-content
  > .actions
  > .subtotal
  .price-container
  .price {
  font-family: "Neue Pixel Grotesk";
  font-size: 20px;
  font-weight: 500;
}

.minicart-content-wrapper .actions div.secondary .btn-default > span {
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
}

/* div.secondary>a {
    color: #000;
    border: 2px solid #000 !important;
    background-color: #fff !important;
    line-height: 30px;
    text-transform: none !important;
}

.secondary>a:hover {
    color: #000;
    border: 2px solid #000 !important;
    background-color: #fff !important;
} */

.secondary > a > span {
  font-size: 16px;
}

.primary button {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  color: #000000;
  border: 2px solid #00ff7b;
  background-color: #00ff7b;
}

.primary button:hover {
  color: #ffffff;
  border: 2px solid #005aff;
  background-color: #005aff;
}

.secondary button,
.secondary .btn {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  color: #ffffff !important;
  border: 2px solid #000000 !important;
  background-color: #000000 !important;
}

/* .secondary button:hover {
    color: #000000;
    border: 2px solid #005aff;
    background-color: #005aff;
} */

.minicart-items .product-item .details-qty.qty .cart-item-qty {
  width: 34px;
  border-color: #000;
  color: #000;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  border-color: #000;
  color: #000;
}

.minicart-items .product-item .product.actions .action:hover {
  background-color: #fff;
  border: solid 2px #000000;
  color: #000000;
}

.minicart-items .product-item .product.actions .action {
  border: solid 2px #000000;
}

.minicart-items .product-item .details-qty.qty .update-cart-item:hover,
.minicart-items .product-item .details-qty.qty .update-cart-item:focus,
.minicart-items .product-item .details-qty.qty .update-cart-item:active {
  color: #000000;
  background-color: #00ff7b;
  border-color: #00ff7b;
}

/* Cursor */

/* #page-header-sliders, .panel-block-row.col-md-12.no-padding.bottom {*/

#mainMenu,
#mainMenu a,
#home-categories .home-category-item a {
  cursor: url(../../frontend/Mgs/laspepas/es_AR/images/cursor-hongo.png) 0 0, pointer;
}

.cms-index-index .product-tabs-block a {
  cursor: url(../../frontend/Mgs/laspepas/es_AR/images/cursor-corazon.png) 0 0, auto;
}

/* #maincontent, #maincontent:link{
    cursor: url(../../frontend/Mgs/laspepas/es_AR/images/cursor-hongo.png),pointer;

} */
@media(max-width: 776px){
  #home-categories {
    display: none;
  }

}

#home-categories .home-category-item {
  line-height: 2;
}

.scroll-to-top {
  border-radius: 50%;
  display: none;
}

/* LLEVAR A SECCION */

.list-products .product-item-info .product-image .actions-link {
  top: 10%;
}

/* LLEVAR A PRODUCTO */

.product-info-main .product-add-form .product-detail-deals .hurry-text {
  color: #9c85d9;
}

.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: transparent;
  color: #fff;
  border: none;
  /* border-color: #000000; */
}

.owl-carousel .owl-nav > div.disabled > div {
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-nav > div.disabled {
  pointer-events: unset;
}

.product-top:hover .owl-carousel .owl-nav > div:not(.disabled) svg {
  stroke: #fff;
}

.product-top .owl-carousel .owl-nav > div:not(.disabled) svg {
  color: #000;
  stroke:#000;
}

.owl-carousel .owl-nav > div {
  opacity: 1;
  visibility: visible;
  border: none;
}

.owl-carousel .owl-dots {
  display: none;
}

@media (max-width: 600px) {
  .product-top .owl-carousel .owl-nav > div.owl-prev {
    left: 10px;
  }
  
  .product-top .owl-carousel .owl-nav > div.owl-next {
    right: 10px;
  }
}

.related-product-main,
.upsell-products-list,
.brand-related-products {
  padding-top: 30px;
}

.content-heading {
  padding-top: 100px;
}

/* LLEVAR AL FOOTER  */

@media (max-width: 767px) {
  .middle-footer .col-lg-4.col-md-4.col-sm-6.col-xs-12 > br {
    display: none;
  }
}

.field.required > label:after {
  display: none !important;
}

.width100 > img {
  width: 100%;
}

@media (max-width: 992px) {
  .width100 > img {
    padding-bottom: 30px;
  }
}

.row-coleccion {
  padding-bottom: 30px;
}

/* Whislist */

.page-title-wrapper {
  display: none;
}

.products-grid.wishlist .product-item-info .box-tocart .product-item-actions {
  margin-top: 10px;
}

.products-grid.wishlist ~ .actions-toolbar button span,
.cart.main.actions span {
  text-transform: none;
  font-size: 22px !important;
  font-family: "Neue Pixel Grotesk" !important;
  font-weight: 500;
  padding-top: 0px !important;
}

.checkout-cart-index
  .cart-summary
  .checkout-methods-items
  .item
  .action.checkout {
  text-transform: none;
  font-size: 22px !important;
  font-family: "Neue Pixel Grotesk" !important;
  font-weight: 500;
}

.checkout-cart-index
  .cart-summary
  .checkout-methods-items
  .item
  .action.checkout:hover {
  background-color: #00ff7b;
  border-color: #00ff7b;
}

.products-grid.wishlist .product-item-name a.product-item-link {
  font-size: 27px;
  line-height: 1.1;
}

.products-grid.wishlist .product-item-name a.product-item-link:hover {
  color: #00ff7b;
}

.price-box.price-configured_price p {
  margin-top: -10px;
}

textarea {
  resize: none;
}

.products-grid.wishlist
  .product-item-info
  .box-tocart
  .field.qty
  > .control
  .input-text {
  width: 38px;
}

.products-grid.wishlist
  .product-item-info
  .box-tocart
  .field.qty
  + .product-item-actions
  .actions-primary {
  margin-top: -6px;
}

.message.info > * {
  background: inherit;
  color: inherit;
  padding-left: 12px;
}

.message.info > *:before,
.message.success > *:before,
.message.error > *:before {
  display: none;
}

.message.error > * {
  color: #000000;
}

.text-azul-pixel {
  font-family: "Neue Pixel Grotesk";
  color: #0149ff;
  font-size: 2.4rem;
  font-weight: 500;
}

.checkout-cart-index
  #shopping-cart-table
  tbody
  tr
  td.col.item
  .product-item-details
  .product-item-name
  a {
  font-size: 2.7rem;
}

.checkout-cart-index
  #shopping-cart-table
  tbody
  tr
  td.col.item
  .product-item-details
  .product-item-name
  a:hover {
  color: #00ff7b;
}

.checkout-cart-index #shopping-cart-table .cart-price .price,
.checkout-cart-index #shopping-cart-table .subtotal .cart-price .price {
  font-family: "Neue Pixel Grotesk";
  color: #0149ff;
  font-size: 2.4rem;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  width: 40px;
}

.data.table.totals .price,
.action.btn.btn-primary.apply span {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

@media (max-width: 767px) {
  .checkout-cart-index .cart-container .cart.main.actions .btn + .btn {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.minicart-items .product-item .product-item-details .product-item-name {
  font-size: 15px;
  font-weight: 500;
}

.cart-price .price,
.amount .price {
  font-family: "Neue Pixel Grotesk";
  color: #0149ff;
}

.control._with-tooltip {
  padding-right: 0px;
  /* 70px si vuelve el tooltip */
}

.field-tooltip.toggle {
  display: none;
}

#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action,
.payment-option.discount-code
  .form-discount
  .actions-toolbar
  .action.action-apply:hover {
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
  color: #000000;
  font-size: 20px;
}

.payment-option.discount-code
  .form-discount
  .actions-toolbar
  .action.action-apply {
  font-size: 14px !important;
}

#shipping-method-buttons-container .action:hover,
.payment-method-content .actions-toolbar .action:hover,
#shipping-method-buttons-container button.action:hover,
.payment-method-content .actions-toolbar button.action:hover {
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff;
}

@media (max-width: 991px) {
  .opc-estimated-wrapper .estimated-block .estimated-price {
    font-family: "Neue Pixel Grotesk";
    color: #0149ff;
  }
}

@media (max-width: 991px) {
  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .opc-estimated-wrapper
    .minicart-wrapper
    button.action.showcart
    > .counter.qty {
    background-color: #000000;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    margin: 0px 0 0;
    min-width: 20px;
  }
  .modal-footer .action {
    margin-bottom: 10px;
  }
}

.opc-block-summary .table-totals tr.totals.grand th,
.opc-block-summary .table-totals tr.totals.grand td,
.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #00ff7b;
}

.opc-block-shipping-information
  .shipping-information-title
  .action-edit:hover:before {
  color: #00ff7b;
}

@media (min-width: 992px) {
  .opc-progress-bar .opc-progress-bar-item._complete:before,
  .opc-progress-bar .opc-progress-bar-item._complete > span:before,
  .opc-progress-bar .opc-progress-bar-item:before,
  .opc-progress-bar .opc-progress-bar-item > span:before {
    background: #ffb5cc;
  }
  .opc-progress-bar .opc-progress-bar-item._complete > span,
  .opc-progress-bar .opc-progress-bar-item._complete > span:after,
  .opc-progress-bar .opc-progress-bar-item > span,
  .opc-progress-bar .opc-progress-bar-item > span:after {
    color: #ffb5cc;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:after,
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span {
    color: #005aff !important;
  }
  .opc-progress-bar .opc-progress-bar-item._complete:hover > span:before,
  .opc-progress-bar .opc-progress-bar-item._complete:hover:before {
    background: #005aff !important;
  }
  .opc-progress-bar .opc-progress-bar-item._active > span,
  .opc-progress-bar .opc-progress-bar-item._active > span:after {
    color: #00ff7b;
  }
  .opc-progress-bar .opc-progress-bar-item._active:before,
  .opc-progress-bar .opc-progress-bar-item._active > span:before {
    background: #00ff7b;
  }
}

.multicheckout.success a,
.checkout-success a, .checkout-failure a
.checkout-cart-index .column.main .cart-empty a {
  color: #00ff7b;
}

.checkout-failure {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}

.checkout-failure h2 {
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.checkout-failure {
  text-align: center;
}

.message > * a {
  color: #00ff7b;
}

.message.notice > *,
.message.notice > *:before {
  background-color: transparent;
  color: #000000;
}

.alert-warning {
  color: #000000;
  background-color: transparent;
  border: none;
}

.owl-item.active .action.tocart.btn-cart {
  font-size: 1rem;
  line-height: 20px;
}

.shipping-address-items .shipping-address-item.selected-item {
  color: #000;
  border-color: #00ff7b;
}

.checkout-shipping-address .shipping-address-items .shipping-address-item {
  margin: 0 0 15px 0;
}

.checkout-shipping-address .shipping-address-items {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}

.checkout-shipping-address > .step-content .action.action-show-popup,
.shipping-address-items .action {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-family: "Neue Pixel Grotesk";
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
  color: #000000;
  font-size: 15px;
}

#checkout-step-shipping button {
  margin-left: 20px;
  margin-bottom: 20px;
}

.checkout-shipping-address > .step-content .action.action-show-popup:hover,
.shipping-address-items .action:hover {
  color: #ffffff;
  border: 1px solid #005aff;
  background-color: #005aff;
}

.mposc-product-modal .modal-header {
  padding: 15px;
}

.mposc-product-modal .modal-footer .action {
  padding: 5px 15px;
  border-radius: 20px;
  font-family: "Neue Pixel Grotesk";
}

.mposc-product-modal .modal-footer .action.primary,
.mposc-product-modal .modal-footer .action:not(.primary):hover {
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
}

.mposc-product-modal .modal-footer .action.primary span,
.mposc-product-modal .modal-footer .action:not(.primary):hover span {
  color: #000;
}

.mposc-product-modal .modal-footer .action:not(.primary),
.mposc-product-modal .modal-footer .action.primary:hover {
  background-color: #005aff;
  border: 1px solid #005aff;
}

.mposc-product-modal .modal-footer .action:not(.primary) span,
.mposc-product-modal .modal-footer .action.primary:hover span {
  color: #fff;
}

.action-save-address,
.action-save-address + .action-hide-popup {
  font-family: "Neue Pixel Grotesk";
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.action-save-address:hover,
.action-save-address + .action-hide-popup:hover {
  color: #ffffff;
  border: 1px solid #005aff;
  background-color: #005aff;
}

.box-tocart .field.qty + .product-item-actions .actions-primary button {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

.fa-shopping-cart:before {
  margin-right: 5px;
}

/* Checkout extra */

/* .checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top .product-label.new-label,
.checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top .product-label.sale-label {
    font-size: 10px;
    padding-top: 0px;
    height: 19px;
    margin-right: -10px;
}

.checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top .product-label.sale-label>span,
.checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top  .product-label.new-label>span,
.checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top  .product-label.sale-label>span,
.checkout-extra #product-wrapper .product-label.new-label>span {
    padding: 8px;
}

.checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top .product-label.multiple-label,
.checkout-extra .owl-item.active .item.product.product-item .product-item-info .product-top .product-label.multiple-label {
    margin-top: 22px;
}

.checkout-extra .owl-item.active span.old-price {
    margin-top: -16px;
} */

/* Corazon */

.checkout-extra .owl-item.active .pe-7s-like {
  font-size: 15px;
}

.checkout-extra
  .products-grid
  .product-item-info
  .product-top
  .actions-link
  button {
  padding: 5px 5px;
}

/* Agregar */

.checkout-extra .products-grid .icon.pe-7s-shopbag {
  display: block !important;
  margin-right: 0px !important;
}

.checkout-extra .products-grid .action.tocart.btn-cart span.text {
  display: none;
}

.checkout-extra .products-grid .action.tocart.btn-cart {
  padding: 3px !important;
}

.checkout-cart-index .checkout-extra {
  padding-left: 0;
}

.checkout-cart-index .checkout-extra .content-heading {
  padding-top: 0;
  margin-bottom: -10px;
  margin-top: -50px;
}

.checkout-cart-index .checkout-extra .content-heading h3.title {
  font-size: 15px;
  /* line-height: 0; */
}

.checkout-cart-index
  .checkout-extra
  .products-grid
  .product-item-info
  .product-item-details
  .product-item-name
  a {
  font-size: 1.3rem;
}

/* .checkout-cart-index .checkout-extra .products-grid.slider-1-row .owl-item {
  width: 100px !important;
} */

.checkout-cart-index .checkout-extra .price {
  font-size: 1.5rem;
}

.checkout-cart-index
  .checkout-extra
  .products-grid
  .product-item-info
  .product-item-details {
  padding-top: 3px;
}

.checkout-cart-index .checkout-extra .block-content.content {
  padding: 0 10px;
}

.checkout-cart-index .checkout-extra .price-box.price-final_price {
  line-height: 1;
}

.checkout-extra .owl-item.active span.old-price {
  margin-top: -10px !important;
}

/* cucardas sobre la foto */

.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.new-label,
.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.sale-label {
  display: none;
}

.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.sale-label
  > span,
.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.new-label
  > span,
.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.sale-label
  > span,
.checkout-extra #product-wrapper .product-label.new-label > span {
  display: none;
}

.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.multiple-label,
.checkout-extra
  .owl-item.active
  .item.product.product-item
  .product-item-info
  .product-top
  .product-label.multiple-label {
  display: none;
}

/* Cupon descuento */

.checkout-cart-index .checkout-extra > .block .content {
  padding: 0px 10px;
  min-height: 0px;
  margin-bottom: 10px;
}

.checkout-cart-index
  .checkout-extra
  #discount-coupon-form
  .fieldset.coupon
  .field,
.checkout-cart-index
  .checkout-extra
  #discount-coupon-form
  .fieldset.coupon
  .control {
  display: block;
}

.checkout-cart-index .checkout-extra .input-text {
  width: 100%;
}

.checkout-cart-index
  .checkout-extra
  #discount-coupon-form
  .fieldset.coupon
  .actions-toolbar {
  width: 100%;
}

.checkout-cart-index
  .checkout-extra
  #discount-coupon-form
  .fieldset.coupon
  .actions-toolbar
  .primary
  .action {
  float: right;
  width: 100%;
}

@media (min-width: 442px) {
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .field,
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .control {
    display: inline;
  }
  .checkout-cart-index .checkout-extra .input-text {
    width: 45%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar {
    float: right;
    width: 50%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar
    .btn {
    padding: 0 15px;
  }
}

@media (min-width: 767px) {
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .field,
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .control {
    display: inline;
  }
  .checkout-cart-index .checkout-extra .input-text {
    width: 75%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar {
    float: right;
    width: 20%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar
    .btn {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .field,
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .control {
    display: inline;
  }
  .checkout-cart-index .checkout-extra .input-text {
    width: 60%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar {
    float: right;
    width: 35%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar
    .btn {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .field,
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .control {
    display: inline;
  }
  .checkout-cart-index .checkout-extra .input-text {
    width: 70%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar {
    float: right;
    width: 25%;
  }
  .checkout-cart-index
    .checkout-extra
    #discount-coupon-form
    .fieldset.coupon
    .actions-toolbar
    .btn {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .checkout-cart-index .checkout-extra > .block > .content {
    border: 0;
  }
}

/* acomodo boton de pasar por caja */

.checkout.methods.items.checkout-methods-items .action.primary.checkout {
  margin-top: 11px;
}

.checkout-cart-index
  .cart-summary
  .checkout-methods-items
  .item
  .action.checkout {
  background-color: #000;
  border: 1px solid #000;
}
/* mercadopago en checkout  */

#checkout-payment-method-load .payment-method-title.field.choice {
  padding-left: 0;
}

@media (max-width: 1067px) {
  #checkout-payment-method-load
    .payment-method-title.field.choice
    .class-custom-banner-checkout
    img {
    width: 100%;
    height: auto;
  }
}

.totals-tax {
  display: none;
}

#co-shipping-form span,
.form label {
  white-space: normal;
}

.form label[for="shipping-save-in-address-book"] {
  position: relative;
  left: 5px;
  top: 0.5px;
}
#opc-new-shipping-address {
}

/* Checkout sin login */

#checkout .action.action-auth-toggle {
  font-family: "Neue Pixel Grotesk";
  background-color: #00ff7b;
  border: 1px solid #00ff7b;
  color: #000000;
  font-weight: 500;
}

#checkout .action.action-auth-toggle:hover {
  color: #ffffff;
  border: 1px solid #005aff;
  background-color: #005aff;
}

/* recuperar pass */

.actions-toolbar .action.action-remind,
.actions-toolbar .action.action-remind:hover,
.actions-toolbar .action.action-remind span,
.actions-toolbar .action.action-remind span:hover {
  border: 0 !important;
  font-size: 13px;
}

.actions-toolbar .action.action-remind span:hover {
  color: #00ff7b;
}

/* 404 */

.cms-noroute-index .page-main .column.main {
  color: #000000;
}

/* .cms-noroute-index .page-main .column.main a:hover {
    color: #005aff;
}

.cms-noroute-index .page-main .column.main a {
    border: 0;
    color: #00ff7b;
} */

.cms-noroute-index .page-main .column.main a {
  border: 1px solid;
  border-radius: 30px;
  padding: 11px 20px 8px;
  background-color: #00ff7b;
  border-color: #00ff7b;
  color: #000000;
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

.cms-noroute-index .page-main .column.main a:hover {
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff;
}

.botonera-404 div {
  display: inline;
  letter-spacing: normal;
}

@media (max-width: 442px) {
  .botonera-404 div {
    display: block;
    margin-top: 20px;
  }
}

.cms-noroute-index .page-main .column.main dt {
  font-size: 2rem;
}

.cms-noroute-index .page-main .column.main li,
.cms-noroute-index .page-main .column.main dd {
  letter-spacing: 0.5px;
}

/* item megamenu */

.header .nav.nav-main-menu > li > a {
  padding: 19px 10px;
}

.action.login.btn.btn-primary,
.action.submit.btn.btn-primary.btn-full {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

/* Crear una cuenta */

@media (min-width: 992px) {
  .form.create.account.form-create-account,
  .form-password_forget {
    width: 50%;
  }
}

.block.account-nav .account-nav-title .title {
  /* margin-bottom: 5px; */
  display: none;
}

/* Mi cuenta */

/* side menu */

.content.account-nav-content {
  font-family: "Neue Pixel Grotesk";
  font-size: 15px;
}

.content.account-nav-content .nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
}

.content.account-nav-content .nav > li > a:hover,
.content.account-nav-content .nav > li > a:focus {
  background-color: #ffb5cc;
  color: #000000;
}

.content.account-nav-content .nav.item.current {
  padding-left: 15px;
}

.content.account-nav-content .nav.item.current strong {
  font-weight: 500;
  /* border-bottom: 1px solid #ffb5cc; */
  border-bottom: 1px solid #9c85d9;
  /* color: #ffb5cc; */
  color: #9c85d9;
}

/* Boton gestionar direcciones */

.block.block-dashboard-addresses.my-account-main
  .action.btn.btn-secondary.edit {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .box.box-newsletter.col-sm-6.col-xs-12 {
    margin-top: 60px;
  }
}

@media (max-width: 350px) {
  .action.btn.btn-xs.btn-secondary.margin-left10.edit {
    display: block;
    width: fit-content;
    margin-left: 0;
    margin-top: 10px;
  }
}

.box.box-billing-address {
  margin-bottom: 10px;
}

.table-wrapper {
  overflow-x: auto;
}

.col.total .price {
  font-family: "Neue Pixel Grotesk";
  color: #005aff;
}

/* Articulos pedidos */

.items.order-links li.current,
.items.order-links li:hover {
  border-color: #00ff7b;
  color: #00ff7b;
}

.order-details-items .table-wrapper tfoot tr.grand_total th strong,
.order-details-items .table-wrapper tfoot tr.grand_total td strong {
  color: #00ff7b;
}

#my-orders-table .col.actions {
  min-width: 126px;
}

@media (max-width: 992px) {
  .sidebar.sidebar-main {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .block.block-addresses-list {
    margin-top: 60px;
  }
}

.actions-toolbar + .block.block-addresses-list {
  display: none;
}

/*.block.block-addresses-list.col-sm-6.col-xs-12 .action.edit.btn.btn-xs*/

.btn-primary {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  background-color: #00ff7b;
  border-color: #00ff7b;
  color: #000000;
}

/*.block.block-addresses-list.col-sm-6.col-xs-12 .action.edit.btn.btn-xs*/

.btn-primary:hover {
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff;
}

/*.block.block-addresses-list.col-sm-6.col-xs-12 .action.delete.btn.btn-xs*/

.btn-secondary,
/*.block.block-addresses-list.col-sm-6.col-xs-12 .action.delete.btn.btn-xs*/

.btn-secondary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.action.reload.captcha-reload {
  border-radius: 40px;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  padding: 5px 15px;
}

/* Mis pedidos boton de volver */

.table-wrapper.order-items + .actions-toolbar a {
  border: 1px solid;
  border-radius: 30px;
  padding: 11px 20px 8px;
  background-color: #00ff7b;
  border-color: #00ff7b;
  color: #000000;
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

.table-wrapper.order-items + .actions-toolbar a:hover {
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff;
}

/* GRIS + */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
body,
.breadcrumbs .items > li a,
.onestepcheckout-index-index strong,
.onestepcheckout-index-index .page-main .main .checkout-container .input-text,
.pin__popup_text_content {
  /* color: #ffe1eb; */
  /* color: #ffb5cc; */
  color: #9c85d9;
}

#newsletter-footer,
#newsletter-footer::placeholder,
#discount-code::placeholder,
.checkout-cart-index .checkout-extra .input-text::placeholder {
  color: #000000;
}

.discount-coupon-form .coupon {
  margin-top: 20px;
}

.opc-payment .payment-methods .payment-method .payment-method-title .label {
  margin-left: 20px !important;
}

body {
  line-height: 1.2;
}

.message.success > * {
  background-color: #ffe1eb;
  color: #000000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}

.product-info-main .product-add-form .actions button,
.bundle-info .product-details .actions button,
.footer .block.newsletter {
  border-color: #000000;
}

.product-info-main .product-add-form .actions button,
.bundle-info .product-details .actions button {
  border: solid 1px #ffe1eb;
  background-color: #ffe1eb;
  border-color: #ffe1eb !important;
}

/* .action-primary {
    background-color: #00ff7b !important;
    border-color: #00ff7b !important;
    color: #000000 !important;
    font-family: 'Neue Pixel Grotesk' !important;
    font-weight: 500 !important;
}

.action-primary:hover {
    background-color: #005aff !important;
    border-color: #005aff !important;
    color: #ffffff !important;
} */

/* Busqueda */

.header .search-form .form-search .form.minisearch .input-text::before,
.pe-7s-search:before {
    content: url(../../frontend/Mgs/laspepas/es_AR/images/Iconos-lupa.png);
}
.search.results.mgs-instant-search a {
  font-weight: 500;
}

.search.results.mgs-instant-search
  .product.description.product-item-description {
  display: none;
}

.header .search-close i:hover {
  color: #00ff7b;
}

#search_mini_form
  .mgs-instant-search-dropdown
  .mgs-instant-autocomplete-wrapper
  .title {
  background-color: #ffe1eb;
}

a {
  color: #000000;
}

/* .header .search-form .form-search {
  background: rgba(0, 0, 0, 0.75);
} */

.header .search-form .form-search .form.minisearch .input-text::placeholder {
  color: #000;
}

.header .search-form .form-search {
  background: rgba(100, 88, 92, 0.75);
}

.header .search-form .form-search .form.minisearch .input-text {
  border-bottom: 0;
}

.price-label {
  display: none !important;
}

.field.choice.related {
  display: none;
}

.ig-content {
  padding-top: 0 !important;
}

.ig-content .content-heading {
  margin-top: 0;
  padding-top: 0;
}

.ig-content .content-heading h3 {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
}

.minicart-wrapper .close-minicart::before {
  background-image: url(../../frontend/Mgs/laspepas/es_AR/images/changuito-rosa.png);
  background-size: 20px 15px;
  display: inline-block;
  width: 20px;
  height: 15px;
  content: "";
}

.minicart-wrapper .close-minicart {
  color: #000000;
  background-color: #ffb5cc;
}

.store-list-container .search-form,
.store-list-container .search-form {
  display: none;
}

.store-list-container .store-list .block-title .title span {
  font-size: 40px;
  font-weight: 600;
}

/* .store-list-container .store-list > .items .stores li .store-content .description h4 a {
    font-size: 1.4rem !important;
} */

.store-list-container
  .store-list
  > .items
  .stores
  li
  .store-content
  .description
  h4
  a:hover {
  color: #00ff7b !important;
}

.store-content .store-logo {
  display: none !important;
}

@media (max-width: 600px) {
  .header .logo-header .logo img {
    max-width: 140px;
  }
}
.store-infor p {
  font-size: 1.6rem;
}

.store-infor span {
  font-size: 1.6rem;
}

.store-infor button {
  padding: 0px 15px !important;
  line-height: 27px !important;
  height: 27px !important;
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff;
}

.store-infor button:active,
.store-infor button:focus {
  background-color: #00ff7b;
  border-color: #00ff7b;
  color: #000000;
}

@media (min-width: 1200px) {
  .store-list-container .col-md-4 {
    max-width: 27%;
  }
  .store-list-container .col-md-8 {
    width: 73%;
  }
}

#show-all-store button {
  background-color: #00ff7b;
  border-color: #00ff7b;
  color: #000000;
  font-size: 2.2rem;
  line-height: normal;
}

.store-list-container,
.store-list-container a,
.store-list-container,
.store-list-container button {
  cursor: url(../../frontend/Mgs/laspepas/es_AR/images/cursor-location.png) 0 0, auto;
}

.contact-form-content div .margin-bottom60 {
  margin: 0 auto;
  margin-bottom: 60px;
  display: block;
}

/*Botones “COMPRAR” y otros*/
.btn {
  -webkit-border-radius: 40px;
  /* height: 40px; */
  height: 36px;
  padding: 0px 15px 20px 15px;
}

.form-address-edit .action.save,
.customer-address-index .action.add {
  -webkit-border-radius: 40px;
  height: 40px;
  padding: 0px 15px 0px 15px;
}

.form-address-edit .actions-toolbar > div,
.customer-address-index .actions-toolbar > div {
  display: inline;
}

.form-address-edit .message.info {
  display: none;
}

.products-grid.deal-products-grid .product-item-info .product-item-details {
  bottom: 30px;
}

/*Instagram home*/
.instagram-block .content-heading h3.title {
  font-size: 3rem;
}

/* one checkout + */

.onestepcheckout-index-index .page-title-wrapper {
  display: none;
}

.table-checkout-shipping-method tr.row {
  display: table-row;
}

#mpstorepickup-popup-title {
  margin-bottom: 20px;
}

.panel-checkout h2 {
  margin-top: 25px;
  margin-left: 20px;
}

#mpstorepickup-popup-content .action {
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  height: 36px;
  padding: 0 25px;
}

.mpstorepickup-action-submit {
  color: #000000;
  border: 2px solid #00ff7b;
  background-color: #00ff7b;
}
.mpstorepickup-action-submit:hover {
  color: #ffffff;
  border: 2px solid #005aff;
  background-color: #005aff;
}

.mpstorepickup-action-cancel {
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
}

/* .mpstorepickup-pickup-info .label {
  display: block;
  text-align: left;
} */

.mpstorepickup-pickup-info .control,
.mpstorepickup-pickup-info .label {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
}

.panel-checkout .row {
  margin-left: 0;
  margin-right: 0;
}

#mpstorelocator-store-pickup {
  margin-top: 25px;
  padding-right: 3px;
  text-align: end;
}
@media (max-width: 400px) {
  .table-checkout-shipping-method span,
  .table-checkout-shipping-method td {
    font-size: 10px;
    padding: 5px !important;
  }
  .cart.main.actions .action.update,
  .cart.main.actions .action.clear {
    height: auto;
    padding-bottom: 0;
  }
  .cart.main.actions .action.update span,
  .cart.main.actions .action.clear span {
    white-space: break-spaces;
  }
}

.osc-authentication-wrapper {
  height: 40px;
  margin-top: 10px;
  padding: 3px 15px 20px 15px;
}

.one-step-checkout-wrapper {
  margin-top: 0;
}

.one-step-checkout-wrapper .item-options dt.label {
  margin: 0;
}

#checkout .action.action-auth-toggle {
  padding: 10px 15px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
}

.onestepcheckout-index-index .step-title {
  background-color: #9c85d9 !important;
  text-transform: none !important;
}

.label, label,
#discount-form .action-apply span {
color: #000;
}


.checkout-container button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger){

}

.one-step-checkout-container span,
.onestepcheckout-index-index {
  font-family: "Neue Haas Grotesk Medium", Helvetica, Arial;
}

.one-step-checkout-container h2.title-checkout span {
  font-size: 1.5rem;
}

.one-step-checkout-container .action:not(.action-toggle) span {
  font-family: "Neue Pixel Grotesk";
  color: #000000 !important;
}

.one-step-checkout-container .action:not(.action-toggle):hover span {
  color: #fff !important;
}

.one-step-checkout-wrapper .remove-wrapper a {
  margin: 1px;
}

.onestepcheckout-index-index .label span,
.onestepcheckout-index-index label span,
.opc-block-summary .table-totals tr td,
.one-step-checkout-wrapper .values,
.one-step-checkout-wrapper .item-options .label,
.opc-wrapper .shipping-address-item {
  color: #000;
}

.opc-wrapper .shipping-address-item:not(.selected-item) {
  border-color: #000;
}

.one-step-checkout-container .message.warning span {
  background: inherit;
  color: inherit;
}

.one-step-checkout-container .field-error {
  margin-top: 10px;
}

#checkout-shipping-method-load {
  padding-bottom: 20px;
}

.opc-block-summary .items-in-cart > .title:after {
  top: 0;
}

#checkout-review-table thead th {
  text-transform: none !important;
}

.checkout-container a.button-action,
.popup-authentication button.action,
.popup-gift-message-item button.action,
.onestepcheckout-index-index .checkout-container
  button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger),
.form-discount .action-apply {
  background-color: #00ff7b !important;
  border-color: #00ff7b !important;
}

.checkout-container a.button-action:hover,
.popup-authentication button.action:hover,
.popup-gift-message-item button.action:hover,
.onestepcheckout-index-index .checkout-container
  button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger):hover {
  background-color: #0149ff !important;
  border-color: #0149ff !important;
}

.form-discount .action:hover span {
  color: #fff;
}

.one-step-checkout-container .qty-wrapper,
.qty-wrapper .qty-wrap .input-text.update {
  border: solid 1px #ffe1eb;
  background-color: #ffe1eb;
  border-color: #ffe1eb;
}

.qty-wrapper .qty-wrap .input-text.update,
.onestepcheckout-index-index .form-login .action-login span {
  color: #000000 !important;
}

.one-step-checkout-container .qty-wrapper a,
#checkout-review-table .button-action {
  color: #000000 !important;
  background-color: #ffe1eb !important;
  line-height: 18px;
}

.osc-place-order-wrapper button.action.primary.checkout {
  color: #000000;
  height: 60px;
  margin-top: 10px;
  border-radius: 40px;
  font-weight: normal;
}

.osc-place-order-wrapper button.action.primary.checkout:hover,
.onestepcheckout-index-index .form-login .action-login:hover {
  background-color: #0149ff !important;
  border-color: #0149ff !important;
}

.osc-place-order-wrapper button.action.primary.checkout:hover span,
.onestepcheckout-index-index .form-login .action-login:hover span {
  color: #fff !important;
}

.table-totals .table-caption {
  display: none;
}

.checkout-index-index .modal-popup .action.action-login {
  font-weight: 500;
}

.onestepcheckout-index-index .form-login .primary,
.onestepcheckout-index-index .form-login .secondary {
  display: inline;
}

@media (min-width: 448px) {
  .onestepcheckout-index-index .form-login .secondary:not(.action) {
    margin-left: 10px;
  }
}
@media (max-width: 447px) {
  .onestepcheckout-index-index .form-login .secondary.action {
    width: 100%;
    display: block;
  }
}

.modal-popup .action-close:before {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -o-border-radius: 0%;
  width: 30px;
  height: 30px;
  line-height: 25px !important;
}

.checkout-index-index .modal-popup .modal-header .action-close {
  top: 0;
  right: 0;
}

body:not(.checkout-index-index) div:not(.row-mp) > .mp-6,body:not(.checkout-index-index) .fieldset > .mp-6 {
  width: 100%;
}

.checkout-index-index .field.street {
  padding: 0 !important;
}

.checkout-index-index #shipping .mp-clear,
.checkout-index-index #billing .mp-clear {
  clear: none;
}

.onestepcheckout-index-index.checkout-index-index .field.street .control .field + .field,
.onestepcheckout-index-index.checkout-index-index .tig-postnl-field-group .field .control {
  margin-top: 0;
}

.checkout-index-index .tig-postnl-field-group .field {
    padding: 0;
    margin-right: 0;
}

/* paginacion + */

.toolbar .pages .pagination .item.current a,
.toolbar .pages .pagination .item a:hover {
  color: #00ff7b;
}

.toolbar .pages .pagination .item a {
  color: #000000;
}

.field.choice .control,
.form-group.choice .control,
.field.choice > input,
.form-group.choice > input {
  top: 0;
}

.popup__content .price-box .price {
  color: #0149ff !important;
}

.product-info-main .product-add-form .actions button,
.bundle-info .product-details .actions button {
  color: #000;
}

.checkout-onepage-success .registration {
  text-align: center;
}

.checkout-onepage-success .continue span {
  color: #000;
}

.checkout-onepage-success .continue:hover span {
  text-decoration: none;
  color: #00ff7b;
}

.toolbar .form-item-select:after {
  font-size: 2rem;
}

/* FILTRADO +++ */

.mgs-filter-active .state-item {
  border: 0;
  border-radius: 0;
  color: #000;
  background: transparent;
  font-size: 18px;
}

.mgs-filter-active .state-item span {
  color: #00ff7b;
  font-family: "Neue Pixel Grotesk";
  font-size: 18px;
}

.filter-active-item-clear-all {
  background-color: #0149ff;
  border: 2px solid #0149ff;
  padding: 5px 10px;
  border-radius: 40px;
  font-family: "Neue Pixel Grotesk";
}

.filter-active-item-clear-all span {
  color: #fff !important;
}
.filter-active-item-clear-all:hover {
  color: #000;
  background-color: #00ff7b;
  border: 2px solid #00ff7b;
}

.filter-active-item-clear-all:hover span {
  color: #000 !important;
}

.swatch-option.image {
  background-size: 100% !important;
}

.state-item-icon-cancel:after {
  background: #00ff7b !important;
  height: 3px;
}

/* .cms-home [class*='swatch-opt-']{
  display: none;
} */

.tip-cuidados {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1d1a1a;
  text-transform: uppercase;
  margin-top: 12px;
}

.mage-error {
  color: #9c85d9;
}

/* BOTON DE CERRAR EN POPUPS */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 50;
  -o-border-radius: 0;
  top: -13px;
}

.success-ajax--popup .mfp-iframe-holder .mfp-content {
  width: 75% !important;
}

@media (max-width: 768px) {
  .pin__popup {
    width: 240px !important;
  }

  .success-ajax--popup
    .mfp-iframe-holder
    .mfp-content
    .mfp-iframe-scaler
    iframe {
    height: 80vh;
  }
}

.fa-plus:before {
  color: #000;
}

.mage-error {
  color: #005aff !important;
}

.mfp-bg {
  display: none;
}

/*Marquee*/
.marquee_new,
.marquee_ig {
  height: 11.5vw;
  overflow: hidden;
  position: relative;
  padding: 3.67vw 0;
  background-color: #ffffff;
  font-size: 4.67vw !important;
  font-family: Neue Pixel Grotesk;
  width: 100vw;
  margin-left: -15px;
}

.marquee_new {
  background: #9c85d9;
}

.marquee_new div,
.marquee_ig div {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 40s linear infinite;
}

.marquee_new div span {
  color: #000;
}

.marquee_ig div a {
  text-decoration: none;
  color: #000;
}

.marquee_ig div:hover a {
  color: #00ff7b;
}

.marquee_new div:hover {
  /*animation-play-state: paused !important;*/
}

.marquee_new div:hover span,
.marquee_ig div:hover span {
  color: #00ff7b;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* .marquee_ig div {
  animation: none !important;
} */

.marquee_ig div a::before {
  content: url(../../frontend/Mgs/laspepas/es_AR/images/hongo.png);
  /* width: 2%; */
  display: inline-block;
  margin-right: 1%;
}

.marquee_ig div:hover a::before {
  content: url(../../frontend/Mgs/laspepas/es_AR/images/hongo-verde.png);
  /* width: 2%; */
  display: inline-block;
  margin-right: 1%;
}

@media (max-width: 992px) {
  .marquee_ig div a::before {
    content: "~";
  }

  .marquee_ig div:hover a::before {
    content: "~";
  }
}

/*BLOQUE DESTACADO*/
.bloque-img-destacada .mgs-lookbook-container {
  float: none !important;
}
.bloque-img-destacada {
  background: #9c85d9;
  width: 100vw;
  /* margin-left: -15px; */
  padding-bottom: 5.67vw;
  display: flex;
}

.bloque-img-destacada img {
  /* width: 60vw; */
  display: block;
  margin-left: 50%;
  transform: translatex(-50%);
}

.wa-contact {
  position: fixed;
  right: 2.8%;
  bottom: 3px;
  float: left;
  margin-bottom: 10px;
  z-index: 20;
}

.fa-whatsapp:before {
  font-size: 50px;
}

.mpanel-create-element #cms_block_form_content {
  display: block !important;
}

.slide-wrapper .carousel_slider_wrapper .item {
  min-height: 300px !important;
}

.block.products-grid .owl-carousel .owl-nav > div.owl-prev {
  left: 30px;
}

.block.products-grid .owl-carousel .owl-nav > div.owl-next {
  right: 30px;
}

.xxx .fa-angle-left {
  top: -2px;
  position: relative;
  left: -2px;
}

.xxx .fa-angle-right {
  top: -2px;
  position: relative;
  right: -2px;
}

@media (max-width: 767px) {
  table#checkout-review-table .remove-wrapper {
    line-height: 0;
  }
}

#checkout .opc-estimated-wrapper {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #checkoutSteps .mp-sm-6:first-of-type {
    width: 40%;
  }
  #checkoutSteps .mp-sm-6 {
    width: 60%;
  }
}

.onestepcheckout-index-index .field.required > .label:after {
  color: #ff0000;
  content: "*";
  font-size: 13px;
  margin: 0 0 0 3px;
  display: inline !important;
}

.customer-addresses-toolbar.toolbar.bottom {
  display: none;
}

.opc-wrapper .shipping-address-item button.edit-address-link {
  position: initial;
  margin: 0 !important;
}

.row-coleccion img,
.panel-block-row img {
  max-width: 100%;
}

.cms-campana .column.main,
.cms-campana .column.main .row-coleccion,
.cms-campana .column.main .container,
.cms-campana .column.main .container div,
.cms-campana .column.main .container .panel-block-row {
  padding: 0;
  margin: 0;
}

.cms-campana .column.main {
  max-width: 1322px;
  margin: 0 auto;
  float: none;
}

.cms-campana .column.main div > .container .row {
  width: 100%;
}

#page-header-sliders:not(.loaded) > *{
  display: none;
}

.catalog-product-view .product.media {
  height: 100% !important;
}

.mp_storelocator_head h1 {
  position: initial;
}

.mp_storelocator_description,
.mp_storelocator_background,
.mp_storelocator_logo {
  display: none;
}

.onestepcheckout-index-index .preloader {
  /* display: block; */
}

.onestepcheckout-index-index .preloader .status::after {
  content: url(../../frontend/Mgs/laspepas/es_AR/images/loader-2.gif);
  position: absolute;
  left: calc(50vw - 109px);
  top: calc(50vh - 75px);
  color: #000;
  z-index: 1000;
}

.mp-row-store-img {
  display: none;
}

.mp .row-store-info {
  width: 100%;
}

.bh-sl-container .bh-sl-loc-list {
  background-color: transparent;
}

.mp-store-name span,
.mp-detail-store-name {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Neue Haas Grotesk Medium", Helvetica, Arial;
}

.mp-store-view-info {
  padding: 0;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  width: 95%;
}
.bh-sl-container .bh-sl-loc-list ul li{
  margin-bottom: 0;
  padding-bottom: 2px;
}

.store-addr br{ display: none;}



@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-loc-list {
    width: 27%;
  }
  .bh-sl-container .bh-sl-map {
    width: 73%;
  }
}

@media (max-width: 1023px) {
.bh-sl-container .bh-sl-loc-list {
  clear: both;
}}

.store-addr span.mp-main-addr, .loc-web {
  font-size: 1.2rem;
  color: #9c85d9;
  font-family: "Neue Haas Grotesk Medium", Helvetica, Arial;
}

#store-view-phone::before {
  content: "Teléfono: ";
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid #00ff7b;
}

.mp-store-view-info::after, .mp_storelocator_head{
  display: none;
}

.mp-detail-store-view {
  padding: 0px 15px !important;
  line-height: 20px !important;
  height: 20px !important;
  background-color: #005aff;
  border-color: #005aff;
  color: #ffffff;
  -webkit-border-radius: 40px;
  font-family: "Neue Pixel Grotesk";
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.bh-sl-container .bh-sl-loc-list ul li:not(.list-focus)::after{
  content: '';
  display: inline-block;
  padding-top: 5px;
  width: 95%;
  border-top: 1px solid #CCCCCC;
}

.bh-sl-container .bh-sl-loc-list ul {
  height: 95% !important;
}

.mp-back-results {
  padding: 10px 0 10px 15px;
}

.mp-store-info span,
.mp-back-results span,
.mp-openday-list td,
.mp-loc-info span, .mp-loc-info div {
  font-family: "Neue Haas Grotesk Medium", Helvetica, Arial !important;
  color: #000;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel,
.bh-sl-container .bh-sl-loc-list ul li,
.bh-sl-container .bh-sl-loc-list ul,
.bh-sl-directions-panel,
.mp-store-info {
  cursor: url(../../frontend/Mgs/laspepas/es_AR/images/cursor-location.png) 0 0, auto;
}

.breadcrumbs .item.locales::after {
content: "LOCALES";
}

.breadcrumbs .item.locales strong {
  display: none !important;
}



* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  }

  /*TEXT FORMATS*/
  @font-face {
  font-family: Neue Haas Grotesk Regular;
  src: url(/media/mgs/fonts/Neue-Haas-Grotesk-55-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
  font-family: Neue Haas Grotesk Medium;
  src: url(/media/mgs/fonts/Neue-Haas-Grotesk-65-Medium.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
  font-family: Neue Pixel Grotesk;
  src: url(/media/mgs/fonts/Neue-Pixel-Grotesk.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  }

  body {
  font-family: "Neue Haas Grotesk Medium", Helvetica, Arial;
  }

  /*HEADER*/
  .header .top-header-content {
  /*background-color: #fff !important;*/
  font-size: 14px;
  }

  /*
  .header:not(.header6):not(.header7) .navigation .nav-main-menu li {
  padding: 20px 10px 10px 20px;
  }
  */

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li:hover > ul.dropdown-menu {
  background: #00ff7b;
  padding: 15px 20px;
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li:first-child > a {
  border-bottom: 0px;
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a {
  border-bottom: 0px
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li > a {
  color: #252525;
  font-size: 16px;
  line-height: 1.2;
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li li > a {
      padding: 0;
  }

  /*HOME*/
  .page-header-sliders h2 {
  font-size: 80px !important;
  text-transform: initial !important;
  line-height: 1;
  }

  /*Slider*/
  .slider_mgs_carousel .owl-item .slide-text {
  width: 90vw;
  margin-left: 5vw;
  padding: 0;
  }

  .slider_mgs_carousel .owl-item .slide-text > * {
      max-width: 50%;
  }

  .page-header-sliders h2 {
  font-size: 80px !important;
  text-transform: uppercase !important;
  line-height: 1;
  padding-bottom: 25px;
  }

  .slider_mgs_carousel .owl-item .slide-text h5.sub-title {
  font-family: Neue Pixel Grotesk;
  }

  h5.sub-title {
  font-family: Neue Pixel Grotesk;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  }

  /*
  .btn-default {
  font-size: 16px !important;
  background-color: #00ff7b !important;
  padding: 11px 15px 10px 15px !important;
  font-family: Neue Pixel Grotesk !important;
  text-transform: uppercase !important;
  border-radius: 25px !important;
  border: #00ff7b;
  }

  .btn-default:hover {
  background-color: #005aff;
  border: 1px solid #005aff;
  color: white;
  }
  */

  .slider_mgs_carousel .owl-item .slide-text {
  padding: 0;
  }

  .slider_mgs_carousel .owl-item .slide-text h5.sub-title {
  font-family: Neue Pixel Grotesk;
  }

  /*Categories Buttons*/
  #home-categories {
  width: 75vw;
  margin-top: 120px;
  margin-left: 12.5vw;
  text-align: center;
  }

  #home-categories .home-category-item {
  font-family: Neue Pixel Grotesk;
  font-size: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  }

  #home-categories .home-category-item a {
  background: #00ff7b;
  padding: 15px 22px 13px 22px;
  border-radius: 50px;
  color: #252525;
  transition: .3s
  }

  #home-categories .home-category-item a:hover {
  background: #005aff;
  color: white;
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li:hover > ul.dropdown-menu {
  background: #00ff7b;
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li:first-child > a {
  border-bottom: 0px;
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a {
  border-bottom: 0px
  }

  .header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu ul > li > a {
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  }

  .content-heading {
      text-align: center;
      margin-bottom: 33px;
      margin-top: 33px;
  }


  .onestepcheckout-index-index .breadcrumbs, .onestepcheckout-index-index .payment-method-content {display:none !important;}

  #block-discount-heading > span {
    font-size: 14px;
    font-weight: 600;
  }
  #block-discount-heading span:hover {
    color: #00ff7b;
  }

  .payment-option-title.field.choice {
    padding-left: 0;
  }

  .payment-option-content .messages,
.payment-option-content .messages .message {
  display: block;
}


.products-grid .product-item-info .tocart.btn-cart {display: none;}


.form-password_forget--reset {
  max-width: 500px;
    margin: 0 auto;
}

.form-password_forget--reset .actions-toolbar .primary {
width: auto;
}


@media (max-width: 991px){
  .block.filter .filter-content .filter-options-item .filter-options-content {
      display: block;
  }
  .filter-open .catalog-category-view.page-layout-2columns-left .block.filter .block-content.filter-content {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.product.media .vertical-gallery .slick-arrow {
  top: -1px;
}

.product.media .vertical-gallery .vertical-thumbnail.slick-initialized {
  border: 1px solid white;
}

.arrepentimiento {
  background-color: #00ff7b;
      border: 1px solid #00ff7b;
      color: #252525;
      padding: 0 18px!important;
      transition: .3s;
      display: block;
      margin-top: 10px;
      border-radius: 40px;
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      border-bottom-left-radius: 40px;
      line-height: 40px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
}

.arrepentimiento:hover {background-color: #005aff;}

.arrepentimiento span {font-size:1.5rem !important;}

.payment-option-content div[data-role="checkout-messages"]{
  display: block !important;
}


@media(max-width:600px){
  .catalog-product-view #vertical-thumbnail-wrapper {
    display: none;
  }
  .catalog-product-view #owl-carousel-gallery {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .slick-dots {
    position: absolute;
    top: 50%;
  }
}

    /* Dots */
    .slick-dotted.slick-slider
    {
        margin-bottom: 30px;
    }

    .slick-dots
    {
        position: absolute;
        display: block;
        top: calc(50% - 90px);
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .slick-dots li
    {
        position: relative;

        display: block;

        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;

        cursor: pointer;
    }
    .slick-dots li button
    {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 20px;
        height: 20px;
        padding: 5px;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:hover,
    .slick-dots li button:focus
    {
        outline: none;
    }
    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before
    {
        opacity: 1;
    }
    .slick-dots li button:before
    {
        font-family: 'slick';
        font-size: 22px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        color: #00ff7b;
    }
    .slick-dots li.slick-active button:before
    {
        /* border: 1px solid;
        border-radius: 50%; */
        color: #005aff;
    }

    .progress {
      display: block;
      width: 2px;
      height: calc(100% - 10px);
      margin-top: 5px;
      position: absolute;
      right: 0;
      border-radius: 10px;
      overflow: hidden;

      background-color: #00ff7b;
      background-image: linear-gradient(to right, #005aff, #005aff);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size .4s ease-in-out;
    }
    @media(max-width:599px){
        .progress {
      display: none;
      }
    }

    .product.media .vertical-gallery .owl-carousel.gallery-vertical {
        padding-right: 10px;
        padding-left: 15px;
    }

    .opc-block-shipping-information .shipping-information-title .action-edit {
      border: 0;
    }

    [name="billingAddressbanktransfer.altura"],
    [name="billingAddressbanktransfer.piso"],
    [name="billingAddressbanktransfer.departamento"],
    [name="billingAddressbanktransfer.altura"],
    [name="billingAddressbanktransfer.dni"]{
      display: none;
    }

    .billing-address-details .action.action-edit-address {
      font-family: Neue Pixel Grotesk;
      background-color: #00ff7b !important;
      border: 1px solid #00ff7b !important;
      color: #000 !important;
      font-weight: 500 !important;
    }

    .billing-address-details .action.action-edit-address:hover {
      background-color: #005aff !important;
      border: 1px solid #005aff !important;
      color: #fff !important;
    }

@media(max-width:550px){
  .extra-link a {
    line-height: 2;
    display: block;
    margin-left: 0 !important;
  }
}

@media(min-width:768px) and (max-width:1140px){
  .extra-link a {
    line-height: 2;
    display: block;
    margin-left: 0 !important;
  }
}

#payment_method_modal .modal-body {
  text-align: center;
}

.message.global.demo{
  display: none;
}

@media(max-width:767px){
  .vertical-gallery {
    height: 60vh;
  }

  .product.media img {
    /* max-height: 60vh; */
    min-width: auto;
    width: auto;
    margin: 0 auto;
  }

  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .product-detail-infomation{
    margin-top: 5px;
  }

  div.product.attribute.name > span.value,
  .product-detail-infomation .product-name a,
  .product-info-main .product-info-price .price-box .price {
    font-size: 16px;
  }

  .price-box {
    margin-top: 2vw;
  }

  .product-detail-infomation-content, .product.media {
    margin-top: 10px!important;
  }

  .top-header-content {
    /* display: none; */
  }
}

.product-items .ajax-loading .scroll-ajax-button {
  border: 0;
  background-color: #00ff7b;
  color: #222;
}

.customer-account-create .field.taxvat {
  margin-top: 50px;
}

.customer-account-create .field.taxvat .label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px;
}

/* Show stripe payments */

#stripe_payments_checkout {
  display:block !important;
}
#stripe_stripe_checkout > div.payment-method-title.field.choice > label {
  display:block !important;
}

#stripe_stripe_checkout > div.payment-method-content {display:block !important;}

/* Show pager history orders */
.toolbar .pages {
  display: block !important;
}

.toolbar .toolbar-amount {
  display: block !important;
}

/* Hide base_grandtotal on order detail */

#my-orders-table > tfoot > tr.base_grandtotal{
  display: none;
}

/* Hide celular, observaciones fields */

[name="billingAddressstripe_payments_checkout.altura"],
[name="billingAddressstripe_payments_checkout.piso"],
[name="billingAddressstripe_payments_checkout.departamento"],
[name="billingAddressstripe_payments_checkout.dni"],
[name="billingAddressstripe_payments_checkout.observaciones"],
[name="billingAddressstripe_payments_checkout.celular"],
[name="shippingAddress.observaciones"],
[name="shippingAddress.celular"]{
  display: none;
}

.header .dropdown-switcher .dropdown-menu li > a {
  padding: 16px !important;
  font-size: medium !important;
  color: #00ff7b !important;
}

#switcher-language > ul > li > a > img {
  width: 25px;
  height: 25px;
}

.header .dropdown-switcher .switcher-toggle {
  padding: 14px 0px 5px 0px !important;
}

.product.details.product-item-details .swatch-option.image {
  height: 16px !important;
  width: 16px !important;
}

.cms-page-view #maincontent > .row > .main {
  padding: 0;
}

/* NEW PDP */

.product-detail-infomation-content {
    position: sticky;
    top: 80px;
}
@media(max-width:767px){
  .catalog-product-view .product.media {z-index: 1 !important;}
}

.catalog-product-view .product.media, .catalog-product-view .modal-backdrop {z-index: -1;}

@media(min-width:678px){
    .product.media .product.item-image {
        width: calc(50% - 2px);
        display: inline-flex;
        margin-bottom: 20px;
    }
    #counter{display: none !important;}
    .owl-carousel{display: block;}
}
@media(max-width:677px){
    .catalog-product-view #slide-gallery {padding: 0;}
  }
#counter {
    text-align: right;
    line-height: 16px;
    position: relative;
    bottom: -25px;
    z-index: 2;
    display: block;
}
.product-detail-infomation-slide-gallery .product-info-main {
    text-align: left;
}
.product-info-main .product-add-form .actions.action-add-to {
    margin-left: 0;
}
.product-detail-infomation-content .extra-link a:not(.tip-cuidados) {
    margin-right: 20px;
    margin-left: 0;
    white-space: pre;
}

img.mfp-img{
    width: 100vw;
    max-height: 100% !important;
    padding:0
}



.mfp-container {padding:0}
.mfp-img-gallery .mfp-figure:before{background:none}
.mfp-img-gallery .mfp-figure .mfp-close{color:#000000 !important;}
.mfp-img-gallery .mfp-bottom-bar{display: none;}
button.mfp-close, button.mfp-arrow {position: fixed;}
.mfp-container{background-color: #fff;}

form .field.street .control .field label,
form .form-group.street .control .field label {
  display: block;
}

.checkout_index_index form .field.street > .label,
.onestepcheckout_index_index form .field.street > .label {
  display: none;
}


/*For All Page Top Slider*/
body:has(#active-builder) .header {
  top: 32px;
}

.top-middle-header.Marquee {
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.top-middle-header .Marquee-content {
  display: flex;
  animation: marquee 30s linear infinite running;
}

.top-middle-header .Marquee-content:hover {
  animation-play-state: paused;
}

.top-middle-header .Marquee-content div {
  margin: 0 .5em;
  background: rgba(255, 255, 255, .1);
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  white-space: nowrap;
}

.top-middle-header .Marquee-content div:hover {
  cursor: pointer;
}



@keyframes marquee {
  0% {
    transform:translateX(0);
  }
  100% {
    transform:translate(-50%);
  }
}


.Marquee-tags{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    animation: dotleft 2s cubic-bezier(.72,.03,.75,.54) infinite;
}


@keyframes dotleft {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}


@media(min-width:991px){
  .customer-address-form section.page-main.container > .row {
    display: flex;
  }

  .customer-address-form section.page-main.container > .row > .sidebar {
    order: -1;
  }
}



.message.notice > *:before, .message.notice span{
    color:#005aff;
    font-style:italic;
}

.checkout-index-index .payment-option.discount-code {
    padding-bottom: 0px;
}
.availability-special,
.product-info-price .price-box.price-final_price,
#stock_status_label{
    display: inline-block !important;
}
.availability-special, #stock_status_label {
    /* position: absolute;
    top: 40px;
    left: 250px; */
    text-wrap: nowrap;
    font-size: 20px;
}
@media (max-width: 767px) {
    .availability-special, #stock_status_label {
        /* position: absolute;
        top: 30px !important;
        left: 230px; */
        text-wrap: nowrap;
        font-size: 16px;
    }
}

@media(min-width: 992px){
    .promobanner > a > img {
        height: calc(705 * (100vw / 4 - 30px) / 472);
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .promobanner > a > img {
        height: calc(705 * (100vw / 2 - 30px) / 472);
    }
}
@media(max-width: 767px){
    .promobanner > a > img {
        height: calc(705 * (100vw / 2 - 30px) / 472);
    }
}


.btn-select-store {
  color: #000000;
  height: 60px;
  margin-top: 10px !important;
  border-radius: 40px;
  font-weight: normal;
  background-color: #00ff7b;
  padding: 10px 30px;
  border: none;
}
.btn-select-store:hover {
  color: #ffffff ;
  background-color: #0149ff !important;
  border-color: #0149ff !important;
}
.onestepcheckout-index-index .top-header-content {
  display: none !important;
}
.onestepcheckout-index-index .bottom-header-content {
  display: none !important;
}
.onestepcheckout-index-index .nav-toggle {
  display: none !important;
}
.onestepcheckout-index-index .social-link {
  display: none !important;
}
.onestepcheckout-index-index .table-icon-menu {
  display: none !important;
}
.osc-place-order-wrapper {
  text-wrap: nowrap;
}

/* pines mobile */

.panel-block-row:has(#home-categories) {
  display:  flex;
}

/* Banner home mobile y desktop */
@media (max-width: 599px) {
  body:not(.active_mgs_builder) .slider-desktop {
    display: none;
  }

  body:not(.active_mgs_builder) .slider-mobile {
    display: block;
  }
  #page-header-sliders {
    height: calc(900 * 100vw / 600) !important;
  }
}

@media (min-width: 600px) {
  body:not(.active_mgs_builder) .slider-desktop {
    display: block;
  }

  body:not(.active_mgs_builder) .slider-mobile {
    display: none;
  }

  #page-header-sliders {
    height: calc(829 * 100vw / 1920) !important;
  }
}
/* Premium Flotante */
.premium-label {
  background-color: #D9042C;
  z-index: 20;
  padding: 3px;
  border-radius: 5px;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Neue Haas Grotesk", Helvetica, Arial;
  font-weight: bold;
}

.sale-label ~ .premium-label,
.new-label ~ .premium-label {
  margin-top: 22px;
}
.new-label ~ .sale-label ~ .premium-label {
  margin-top: 44px;
}

@media (min-width: 767px) {
  .premium-label {
    right: 15px;
    top: 15px
  }
  .sale-label ~ .premium-label,
  .new-label ~ .premium-label {
    margin-top: 40px;
  }
  .new-label ~ .sale-label ~ .premium-label {
    margin-top: 80px;
  }
}

.product-top:hover  .premium-label {
display: none;
}

.catalog-product-view .product-premium {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #D9042C;
  padding: 3px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  z-index: 20;
  font-family: "Neue Haas Grotesk", Helvetica, Arial;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.premium-conteiner {
  position: relative;
  /* max-width: 700px; */
  margin-right: auto;
  margin-left: auto;
}

#slide-gallery .xxx.product.media #owl-carousel-gallery {
  max-width: 100%;
}

@media (max-width: 767px) {
  .premium-label {
    font-size: 10px;
    padding: 2px;
    height: auto;
    margin-left: -10px;
    right: 5px;
    top: 5px;
  }
  .product-label.sale-label, 
  .product-label.new-label {
    top: 5px;
    right: 15px !important;
  }
  
}

.header.header4 {
  width: 100%;
}
.header.header4 .top-header-content .col-xs-12.runnning-line {
  overflow: hidden;
}

/*styles banners*/
 @media (min-width: 1200px) {
  .header.active-sticky.header4 .bottom-header-content {
    visibility: visible;
    opacity: 1 !important;
    overflow: unset;
  }

  .header.active-sticky.header4 .bottom-header-content .navigation {
    background: #fff;
  }

}

/* Slider Banner Home */
.fullscreen-slider .owl-carousel .owl-nav .owl-prev i::before,
.fullscreen-slider .owl-carousel .owl-nav .owl-next i::before {
  font-family: 'Pe-icon-7-stroke';
  font-weight: bold;
  font-style: normal;
}
.fullscreen-slider .owl-carousel .owl-nav .owl-prev i::before {
  content: "\e686";
}
.fullscreen-slider .owl-carousel .owl-nav .owl-next i::before {
  content: "\e684";
}

/* Menu y Buscador Mobile */
@media (max-width: 1199px) {
  .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a {
    display: block;
    font-size: 20px;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .search-open .header .search-form .form-search {
      margin-top: 90px
  }
}

/* Home Categorias */
@media (min-width: 768px) {
  .cms-index-index #home-categories {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 120px;
  }
  .cms-index-index #home-categories .home-category-item {
    font-size: 10px;
  }
  .cms-index-index #home-categories .home-category-item a {
    padding: 8px 15px 6px;
  }
}
@media (min-width: 950px) {
  .cms-index-index #home-categories .home-category-item {
    font-size: 15px;
  }
}

@media (min-width: 1040px) {
  .cms-index-index #home-categories .home-category-item {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .cms-index-index #home-categories .home-category-item {
    font-size: 20px;
  }
}

/* Roll Hover */
.product-top:has(.owl-nav:hover) a .img-hover-show {
  opacity: 0!important;
  visibility: hidden!important;
}

/*  leyenda tax */
.price-excl-iva {
  display: block;
  font-size: 1rem;
}

.checkout-cart-index .price-excl-iva,
.catalog-category-view .price-excl-iva {
  font-size: 0.8rem;
}


.checkout-extra .owl-item.active span.old-price {
  margin-top: 0 !important;
}
.checkout-extra .premium-label {
  margin-top: 0;
}
.catalog-product-view .price-excl-iva {
  width: 100%;
}

.price-excl-iva-hide{
  display: none!important;
}

/* Custom Account Create  */
.customer-account-create .actions-toolbar.padding-top15 .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-account-create .actions-toolbar.padding-top15 .row > div:first-of-type {
order: 2;
}