@font-face {
    font-family: "IBM-Plex-Sans";
    src: url("../fonts/IBMPlexSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "IBM-Plex-Sans";
    src: url("../fonts/IBMPlexSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "IBM-Plex-Sans";
    src: url("../fonts/IBMPlexSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "IBM-Plex-Sans";
    src: url("../fonts/IBMPlexSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "IBM-Plex-Sans";
    src: url("../fonts/IBMPlexSans-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}
html, body {
    overflow-x: hidden;
}
:root {
    --doc-height: 100%;
}
body,
h6,
h5,
h3,
h4,
h1,
h2 {
    font-family: "IBM-Plex-Sans" !important;
}

:root {
    --celeste: #34aced;
    --gris: #f4f4f4;
    --gris-oscuro: #676767;
    --gris-sobre-gris: #4a4a4a;
    --gris-claro: #F1F1F1;
    --gris-oscuro-titulos: #545454;
    --negro-titulos: #303030;
}
input[type="checkbox"]:focus{
    box-shadow: none !important;
}
.breadcrumbs .item:not(:last-child):after {
    vertical-align: text-bottom;
    color: var(--celeste);
}
.page-header,
.footer.content {
    background-color: var(--celeste);
}
.nav-toggle:before,
.minicart-wrapper .action.showcart:before {
    color: #fff;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
@media (min-width: 769px), print {
    .nav-toggle {
        display: inline !important;
        position: initial;
        float: right;
    }
}

.header.links {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.header.links li {
    display: inline-block;
}

.block.newsletter .title {
    display: block !important;
    text-align: center;
    padding: 0 4rem;
}
.block.newsletter .title strong {
    font-family: "IBM-Plex-Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 27px;
    color: var(--celeste);
}

.block.newsletter .sub-title {
    text-align: center;
    display: block;
    padding: 0 4rem;
    font-family: "IBM-Plex-Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--celeste);
    margin-bottom: 10px;
}

.block.newsletter {
    background-color: var(--gris-claro);
    margin-bottom: 0 !important;
    padding: 4rem 0;
}

.nav-toggle:before, .nav-toggle:hover:before {
    color: #fff;
}
#newsletter-validate-detail {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}

.block.newsletter .field .control:before {
    display: none;
}

.block.newsletter input {
    margin-right: 0;
}

.block.newsletter input,
.block.newsletter .action.subscribe {
    border: 2px solid var(--celeste);
    border-radius: 2px;
    height: 50px;
    background: transparent;
    font-family: "IBM-Plex-Sans";
}
.block.newsletter input {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--gris-oscuro);
}
.block.newsletter .action.subscribe {
    margin-left: 0;
    background-color: var(--celeste);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.9px;
}

.block.newsletter .actions {
    width: auto;
}

.footer.content {
    display: flex;
    justify-content: space-between;
    color: #fff;
    max-width: none !important;
    border: none !important;
    position: relative;
}
.footer.content > * {
    flex: 1;
}

.footer.content a {
    color: #fff;
    font-family: "IBM-Plex-Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.footer.content .title {
    font-family: "IBM-Plex-Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.footer.content .title::after {
    width: 24px;
    height: 0px;
    border: 1px solid #ffffff;
    content: "";
    display: block;
}

.footer.content .nav.item.container {
    margin-bottom: 2rem;
}
@media(max-width: 767px){
    .footer.content .nav.item.container .content{
        display: none;
    }
    .footer.content .nav.item.container .title::before{
        content: '\f102';
        -webkit-font-smoothing: antialiased;
        font-family: 'pagebuilder-font';
        font-style: normal;
        font-weight: normal;
        line-height: 19px;
        speak: none;
        position: absolute;
        right: 5px;
        transform: rotate(90deg);
        transition: all 0.4s;
    }
    .footer.content .nav.item.container .title.open::before{
        transform: rotate(270deg);
        transition: all 0.4s;
    }
}

.footer.logos .action {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.9px;
    color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 28px;
    gap: 10px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: transparent;
}

.copyright {
    background-color: var(--gris);
    padding: 2rem !important;
}

.copyright span {
    font-family: "IBM-Plex-Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    color: var(--gris-sobre-gris);
}

.minicart-wrapper .action.showcart:before,
.box-tocart .action.tocart:not(:last-child):before,
.minicart-wrapper .action.showcart.active:before {
    content: url("../images/icons/shopping-bag.svg");
}
.box-tocart .action.tocart:not(:last-child)  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.action.nav-toggle {
    display: none !important;
}
.action.nav-toggle,
.header.links,
.minicart-wrapper {
    padding: 0 2rem;
    height: 32px;
    width: 26px;
}
.minicart-wrapper {
    margin-left: 0 !important;
    padding: 0 0 0 2rem;
}

.page-wrapper .page-header.sticky.active {
    position: sticky;
    top: 0;
    z-index: 901;
    height: 80px;
    width: 100%;
    box-shadow: 0px -5px 11px rgba(0, 0, 0, .5);
    animation: scroll .3s ease-out;

}

.page-wrapper .page-header.sticky.active .panel.wrapper {
    height: 0px;
}

.page-wrapper .page-header.sticky.active .header.content {
    z-index: 901;
    background: var(--celeste);
}

@keyframes scroll {
    from {
        top: -100%;
    }

    to {
        top: 0px;
    }
}
.panel.wrapper
    .pagebuilder-slide-wrapper
    .pagebuilder-overlay.pagebuilder-poster-overlay,
.panel.wrapper .pagebuilder-slide-wrapper {
    min-height: 0 !important;
    padding: 0 !important;
}
.panel.wrapper .pagebuilder-slide-wrapper [data-element="content"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px !important;
}
.panel.wrapper .pagebuilder-slide-wrapper [data-element="content"] p {
    margin: 0;
    color: #fff !important;
    font-family: "IBM-Plex-Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 29px;
}
.panel.wrapper {
    background-color: #181818 !important;
    border: none !important;
}

.panel.wrapper .slick-prev:before,
.panel.wrapper .slick-next:before,
.panel.wrapper .slick-prev:after,
.panel.wrapper .slick-next:after {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 29px;
}
.panel.wrapper .slick-prev:hover:before,
.panel.wrapper .slick-next:hover:before {
    color: #fff !important;
}
.panel.wrapper .slick-prev:active,
.panel.wrapper .slick-next:active,
.panel.wrapper .slick-prev:focus,
.panel.wrapper .slick-next:focus,
.panel.wrapper .slick-prev:not(.primary),
.panel.wrapper .slick-next:not(.primary) {
    background-color: transparent !important;
}
.panel.wrapper .slick-slider {
    width: 80% !important;
    margin: 0 auto !important;
    max-width: 500px;
}
.redes {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.redes div {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redes div a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.redes img {
    height: 18px;
}

/* pdp */
.page-title-wrapper.product .base {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 26px;
    color: var(--negro-titulos);
}
.product-info-main {
    z-index: 1;
    position: relative;
}
.card[data-card="description"] {
    /* height: 100px;
    overflow: hidden;
    position: relative; */
}
.card.open[data-card="description"] {
    overflow: initial;
    height: auto;
}
.card[data-card="description"]:after {
    content: "... Ver más";
    position: relative;
    top: -35px;
    right: 0px;
    line-height: 20px;
    padding-left: 3rem;
    background: var(--gris);
    color: var(--celeste);
    cursor: pointer;
    float: right;
}
.card.open[data-card="description"]:after {
    content: "Ver menos";
    top: initial;
}

.product-info-main .product-info-stock-sku {
    display: block;
    float: LEFT;
    padding-left: 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 15px;
}

.product-info-main .product-info-stock-sku .available,
.product-info-main .product-info-stock-sku .sku .type {
    display: none;
}

.product-info-main .product-info-stock-sku .sku .value {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

.normal-price .price {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--celeste);
}

.product-info-main .product-add-form {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 15px;
    width: 100%;
    padding-top: 0;
}

.box-tocart .fieldset {
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 12px;
}

.box-tocart .qty {
    width: 81px;
    margin: 0;
}
.box-tocart .qty .label {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #363636;
}
.box-tocart #qty {
    width: 100%;
    height: 42px;
}

.box-tocart .actions {
    width: 100%;
    height: 42px;
}

.box-tocart .actions .action {
    width: 252px;
    height: 100%;

}

.action.tocart {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    background: var(--celeste) !important;
    border: 0 !important;
    border-radius: 2px !important;
    font-family: 'IBM-Plex-Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 1.8px !important;
}

.fotorama__arr--disabled{
    opacity: 1;
}

.fotorama__arr, .fotorama__thumb__arr{
    background-color: transparent;
}
.info-tabs .tabs {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}
.info-tabs .tabs .tab h3 {
    margin: 0;
    padding: 0.5rem 1rem;
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--gris-oscuro-titulos);
    cursor: pointer;
    background: var(--gris-claro);
}
.info-tabs .tabs .tab h3:hover {
    text-decoration: underline;
}
.info-tabs .tabs .tab.selected h3 {
    background-color: var(--gris-claro);
    border-radius: 2px;
}
.info-tabs .cards .card:not(.selected) {
    display:none;
}
.info-tabs .cards .card.selected {
    display:block;
}
.breadcrumbs .items,.breadcrumbs a {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #000 !important;
}
.product-info-price .price-box .price-container .price {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--celeste);
}
.products-list .product-item-photo {
    width: 300px;
    min-width: 300px;
    margin: 15px;
    padding: 0;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.products-list .product-item-details {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.catalog-category-view .sparsh-product-label.oval {
    position: absolute;
    border-radius: 50%;
    z-index: 99;
}
.sparsh-product-label.oval {
    text-align: center;
}
.sparsh-product-label.oval {
    width: 60px;
    height: 60px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    left: 20px !important;
    top:23px
}
.share-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.share-title span{
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 11px;
    color: #252B33;
}
.share-container .redes div {
    background: #000;
}
.swatch-option.color {
    min-width: 38px;
    min-height: 38px;
    border-radius: 50%;
    padding: 1px;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option.selected {
    outline: 2px solid var(--celeste);
}
.price-label {
    display: none !important;
}
.fotorama__thumb-border {
    border-color: var(--celeste);
}
.old-price {
    display: block;
}
.old-price .price {
    font-size: 26px !important;
    line-height: 40px !important;
    color: #9B9B9B !important;
    text-decoration: line-through;
}
.price-box {
    display: flex !important;
    flex-direction: column-reverse;
}
.products-list .product-item-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.minicart-wrapper .ui-dialog {
    position: fixed;
    width: 320px;
    /* height: 100vh; */
    z-index: 901;
    display: block !important;
    transition: right 2s;

}
.minicart-wrapper:not(.active) .ui-dialog {
    top: 0;
    right: -320px;
}
.minicart-wrapper.active .ui-dialog {
    top: 0;
    right: 0;
    height: 100vh; /* fallback for Js load */
    height: var(--doc-height);
}
.minicart-wrapper .action.showcart .counter.qty {
    position: relative;
    left: -16px;
    background: white;
    border-radius: 50%;
    font-size: 10px;
    color: var(--celeste);
    height: 16px;
    line-height: 16px;
    max-width: 16px;
    min-width: 16px;
    padding: 0;
    top: 4px;
    border: 1px solid;
}
.minicart-wrapper .action.showcart .counter-number{
    text-shadow: none;
}
.minicart-wrapper .block-minicart .block-title {
    display: block;
    background: var(--celeste);
    color: white;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.minicart-wrapper .block-minicart .block-title span{
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}
.minicart-wrapper .action.close {
    right: 6px;
    top: 6px;
    width: auto;
}
.minicart-wrapper .action.close:before,
.minicart-wrapper .action.close:hover:before {
    color: white;
}
.minicart-wrapper .block-minicart {
    /* top: 100px;
    left: 0; */
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    position: initial;
    height: 100%;
    width: 100%;
    margin: 0;
    display: block !important;
}
#minicart-content-wrapper {
    /* max-width: 750px;
    min-height: 60vh;
    margin: 0 auto; */
    background: white;
    /* border: 1px solid #bbbbbb; */
    height: 100%;
}
#minicart-content-wrapper .action.edit {
    display: none;
}
.block-minicart .items-total,
.minicart-wrapper .block-minicart .block-title .qty{
    display: none;
}
.minicart-items .product-items-info {
    display: flex;
}
.minicart-items .product-item-details .price {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 54px;
    color: var(--celeste);
}
.minicart-items .product-item-name a {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #303030;
    hyphens: initial;
}
.block-minicart .subtotal {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.block-minicart .subtotal .label,
.block-minicart .amount .price {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 54px;
}
.block-minicart .custom-msg {
    font-family: 'IBM-Plex-Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /* line-height: 54px; */
    text-align: center;
}
.block-minicart .block-content {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(var(--doc-height) - 66px);
}
.minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
}
.minicart-items .product-item-details .details-qty {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.minicart-wrapper .block-minicart:before {
    display: none;
}
.block-minicart .block-content .actions {
    display: flex;
    justify-content: space-between;
}
.minicart-wrapper .product .actions {
    margin: 0;
    flex-direction: column;
    justify-content: flex-start !important;
}
.block-minicart .block-content .not-scroll-content .actions {
    gap: 1rem;
    flex-direction: column;
}
.block-minicart .block-content .actions > *,
.block-minicart .block-content .actions > * > * {
    width: 100%;
}
.action.primary {
    color: white;
    background-color: var(--celeste);
    border-color: var(--celeste);
}
.action.secondary {
    color: var(--celeste);
    background-color: white;
    border-color: var(--celeste);
}
.block-minicart .block-content > .actions .action{
    height: 50px;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 6px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.minicart-wrapper.active:before, .minicart-wrapper.active:after {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000075;
    z-index: 11;
}

.logo {
    position: initial;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    background-color: transparent;
}
.fotorama__thumb-border {
    border-width: 3px !important;
}
.item.product.product-item:nth-child(2n) .product-item-info {
    /* flex-direction: row-reverse; */
}

.item.product.product-item:nth-child(2n) .product-item-info .product-item-photo {
    /* margin: 0 0 30px 30px; */
}
.product-item span.product-image-wrapper,
.product-item span.product-image-wrapper img {
    max-height: 400px;
    background-color: #fff;
}
.product-item .product-item-link {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 32px;
    hyphens: initial;
}
.product-item .price-box {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2rem;
}
.product-item .price-box .price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 54px;
    text-align: right;
    color: #272727;
}
.product-item .price-box .old-price .price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 54px !important;
    text-align: right;
    color: #C9C9C9;
    text-decoration: line-through;
}
.product-item .old-price {
    margin: 0;
}

.product-item .action.more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 148px;
    height: 39px;
    background:var(--celeste);
    border-radius: 2px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.products-list .item.product.product-item {
    margin-bottom: 70px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
    width: calc(100% - 20px);
}
.minicart-items .item.product{
    border-bottom: 1px solid #979797;
}
.checkout-index-index .authentication-wrapper {
    display: none;
}
.catalog-product-view .page-main.page-main-details {
    display: none;
}
.products {
    margin: 50px 0;
}
.breadcrumbs {
    display: block !important;
}
.breadcrumbs-container,
.page-wrapper > .breadcrumbs {
    margin-top: 30px;
}
.catalog-product-view .breadcrumbs-container {
    margin-bottom: 15px;
}
.minicart-wrapper .block-minicart .product-item-details {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.minicart-wrapper .block-minicart .product-item-details .product-item-pricing {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.field.street .label {
    position: initial !important;
}
.field._required .label::after,
.field[name="shippingAddress.postcode"] .label::after{
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.columns .column.main {
    padding-bottom: 0;
}
/* ONLY DESKTOP */
@media (min-width: 769px), print {
    .newsletter-mobile {
        display: none !important;
    }
    .newsletter-desktop {
        display: block !important;
    }
    .page-footer {
        padding-bottom: 0 !important;
    }
    .footer.content > .subcontent {
        flex: 3;
        display: flex;
        justify-content: space-between;
    }
    .footer.content ul{
        padding-right: 0;
    }
    .header.content .logo .mobile{
        display: none;
    }
    .share-container {
        margin-top: 60px;
    }
    .block-minicart .actions .action{
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
    .page-layout-1column .product.media {
        position: sticky;
        top: 20px;
    }
    .breadcrumbs-container {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .breadcrumbs-container .product-next-prev .product-next {
        margin: 0;
    }
    .page-products .page-main .columns,
    .page-products .page-main .category-description > div:not([data-appearance="full-width"]) {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-sections {
        margin: 0;
    }
    .custom-msg.mobile {
        display: none;
    }
    .fotorama__stage__frame .fotorama__img {
		position:initial;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
    .fotorama {
        overflow: initial;
    }
    .fotorama__thumb-border {
        margin-top: 0 !important;
    }
    .fotorama__nav-wrap--vertical .fotorama__nav__shaft > div:nth-child(2) {
        padding-top: 0;
    }
    .minicart-wrapper .block-minicart {
        /* max-width: 979px;
        width: calc(100vw - 20px); */
    }

    .minicart-wrapper .block-minicart .product-item-details div.product-item-name {
        width: 50%;
    }

    .minicart-wrapper .block-minicart .product-item-details .product-item-pricing .details-qty.qty .label{
        display: none;
    }
    .minicart-wrapper .block-minicart .product-item-details .product.actions {
        /* width: 10%; */
        margin: 0;
    }
    .product-info-main .share-container {
        display:none;
    }
    .sparsh-product-label.oval {
        width: 64px;
        height: 64px;
        font-size: 20px;
        margin: 0;
    }

    .fotorama__nav.fotorama__nav--thumbs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        padding-bottom: 30px;
        height: initial !important;
    }
    .fotorama__stage, .fotorama__nav{

        max-height: 606px !important;
    }
    .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb__arr--right,
    .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb__arr--left {
        position: absolute;
        bottom: 0;
        top: initial;
        background-color: #F5F5F5;
        width: 50%;
    }
    .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb__arr--left{
        order: 2;
        right: 0;
        left: initial;
    }
    .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb__arr--right{
        order: 3;
        right: initial;
        left: 0;
    }
    .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft{
        float: left;
        height: fit-content;
        order: 1;
    }
    .block.newsletter {
        max-width: 100% !important;
        width: 100% !important;
    }
    .block.newsletter .field.newsletter {
        max-width: 100% !important;
        width: 25% !important;
    }
    .action.nav-toggle,
    .header.links,
    .minicart-wrapper {
        border-left: solid 1px #fff;
    }
    .nav-toggle:before, .nav-toggle:hover:before {
        position: relative;
        top: -5px;
    }
    .footer.content {
        padding: 4rem 6rem !important;
    }
    .header.content {
        height: 80px;
        padding: 0 20px !important;
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
    }
    .arrepentimiento .action.primary{
        margin: 0 auto;
    }
    footer > div.footer.content > ul.footer.logos > li {
        text-align: center;
        left: unset;
    }
}
.block-minicart .actions .action {
    width: 100%;
    height: 50px;
}
.products-list .product-item-info {
    width: calc(100vw - 120px);
    max-width: 1280px;
}
.footer.logos img {
    max-width: 50%
}
.panel-checkout {
    background-color: transparent;
}
#checkout .minicart-wrapper{
    display: none;
}
.checkout-index-index .breadcrumbs,
.payment-step .breadcrumbs .item.cart,
.shipping-step .breadcrumbs .item.shipping,
.shipping-step .breadcrumbs .item:not(:last-child):after {
    display: none !important;
}
.checkout-index-index.payment-step .breadcrumbs,
.checkout-index-index.shipping-step .breadcrumbs {
    display: block !important;
}

.product.media .sparsh-product-label.oval{
    width: 80px;
    height: 80px;
    font-size: 30px;
    font-weight: 700;
    right: initial;
    left: 19%;
}
@media (max-width: 1280px), print {
    .products-list .item.product.product-item {
        /* margin: 10px 10px 70px 10px; */
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 120px);
    }
}
/* ONLY MOBILE */
@media (max-width: 768px), print {
    .newsletter-mobile {
        display: block !important;
    }
    .newsletter-desktop {
        display: none !important;
    }
    .form.payments br,
    .form.payments hr {
        display: none;
    }
    .opc-summary-wrapper::-webkit-scrollbar {
        width: 11px;
    }
    .opc-summary-wrapper {
        scrollbar-width: thin;
        scrollbar-color: var(--thumbBG) var(--gris-oscuro);
    }
    .opc-summary-wrapper::-webkit-scrollbar-track {
        background: var(--gris-oscuro);
    }
    .opc-summary-wrapper::-webkit-scrollbar-thumb {
        background-color: var(--gris-claro) ;
        border-radius: 6px;
        border: 3px solid var(--gris-oscuro);
    }
    .opc-block-summary .product-item .subtotal {
        float:right;
    }
    .opc-block-summary .items-in-cart{
        margin-top: 30px;
    }
    .product-item-details .product-item-inner .details{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .page-title-wrapper.product .base {
        font-size: 24px;
    }
    .products-list .product-item-info {
        width: calc(100vw - 20px);
        flex-direction: column;
    }
    .products-list .item.product.product-item {
        width: calc(100% - 20px);
    }
    .catalog-product-view .product-info-main .product-info-price .price-box {
        flex-direction: row-reverse;
        gap: 1rem;
        justify-content: flex-end;
    }
    .catalog-product-view .share-container,
    .catalog-product-view .product-info-stock-sku {
        display: none;
    }
    .panel.wrapper .pagebuilder-slide-wrapper [data-element="content"] p,
    .panel.wrapper .pagebuilder-slide-wrapper [data-element="content"] p span{
        font-size: 14px !important;
    }
    .page-wrapper {
        padding-top: 128px;
    }
    .products-list .product-item-photo {
        margin-right: 15px;
    }
    .products-list .product-item-photo .product-image-container{
        margin: 0 auto;
    }
    .minicart-items .product-item-details {
        padding: 0;
        position: relative;
    }
    .minicart-items .product-item-pricing {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    .minicart-items .product-item-pricing .details-qty .label {
        display: none;
    }
    .minicart-items .product-item-pricing .details-qty .input {
        background-color: var(--gris-claro);
        border: none;
    }

    .minicart-items .product.actions {
        /* position: absolute;
        top: 0;
        right: 0; */
        margin: 0;
    }
    .minicart-items .product.actions .primary {
        display: none;
    }
    .custom-msg.desktop {
        display: none;
    }
    .minicart-wrapper.active .block-minicart {
        /* height: 90vh;
        top: 5vh;
        z-index: 999;
        padding: 0 2vw; */
    }
    .block-minicart .block-content .actions{
        gap: 10px;
    }
    #minicart-content-wrapper {
        height: 100%;
    }
    .minicart-wrapper .block-minicart .block-title{
        font-size: 16px;
        font-weight: 400;
    }
    .minicart-wrapper.active .block-minicart .minicart-items-wrapper {
        /* height: 50vh !important;
        margin: 0; */
    }
    .block-minicart .custom-msg {
        font-size: 12px;
        line-height: 3;
        float: none;
        text-align: center;
    }
    .block-minicart .subtotal {
        justify-content: center;
        margin: 0;
    }
    .block-minicart .subtotal .label, .block-minicart .amount .price {
        font-size: 15px !important;
    }
    .minicart-items strong.product-item-name {
        /* padding-right: 20px;
        padding-left: 88px; */
    }
    .minicart-items .product-item-name a {
        font-size: 15px;
        line-height: 26px;
    }
    .page-header {
        border-bottom: 0;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 901;
    }
    .products-list .product-item-photo {
        width: calc(100% - 30px);
    }
    .products-list .sparsh-product-label.oval {
        width: 64px;
        height: 64px;
        font-size: 20px;
        margin: 0;
        left: initial;
        right: 15px;
        top: 20px;
    }
    .product.media .sparsh-product-label{
        width: 80px;
        height: 80px;
        font-size: 30px;
        font-weight: 700;
        right: 10px;
        left: initial;
        padding: 0;
        margin: 0;
    }

    .product-item .product-item-link {
        font-size: 13px;
        line-height: 1;
    }
    .product-item .price-box .price,
    .product-item .price-box .old-price .price {
        font-size: 12px !important;
    }
    .product.media ~ .share-container {
        display:none;
    }
    .product-next-prev {
        display: none;
    }
    .fotorama__nav__shaft {
        margin: 0 30px;
    }

    .header.content .logo .desktop{
        display: none;
    }
    .action.nav-toggle,
    .header.links,
    .minicart-wrapper {
        margin: 0;
        padding: 0px 1rem;
    }
    .block.newsletter .title strong {
        font-size: 35px;
        line-height: 27px;
    }
    .block.newsletter .sub-title {
        font-size: 10px;
        line-height: 30px;
    }
    .block.newsletter input {
        font-size: 15px;
        line-height: 19px;
    }
    .block.newsletter .action.subscribe {
        font-size: 15px;
        line-height: 18px;
    }
    .block.newsletter input, .block.newsletter .action.subscribe {
        height: 30px;
        display: flex;
        align-items: center;
    }
    .footer.content {
        padding: 3rem 2rem !important;
        flex-wrap: wrap;
    }
    .footer.logos .arrepentimiento {
        margin-bottom: 0rem !important;
    }
    .footer.content .title {
        font-size: 12px;
        line-height: 19px;
        padding-right: 5px;
        position: relative;
    }



    .footer.content a{
        font-size: 11px;
        line-height: 22px;
    }
    .footer.logos .action {
        font-size: 7px;
        line-height: 18px;
        padding: 7px 14px;
    }
    .block.newsletter input {
        padding-left: 1rem !important;
    }
    .field.newsletter {
        width: 100%;
    }
    #newsletter-validate-detail .field.newsletter {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-bottom: 4px !important;
    }
    #newsletter-validate-detail .actions {
        margin-top: 80px;
        display: block !important;
        width: 100% !important;
    }
    #newsletter-validate-detail .action {
        display: block !important;
        width: 90% !important;
        padding: 2px;
        margin-left: 4.5%;
        margin-right: 4.5%;
    }
    .redes div {
        width: 24px;
        height: 24px;
    }
    .redes img {
        height: 13px;
    }

    .panel.wrapper .slick-slider {
        width: 80% !important
    }

    .pagebuilder-slider .slick-next {
        right: 0;
    }

    .pagebuilder-slider .slick-prev {
        left: 0;

    }
    .panel.wrapper .pagebuilder-slider .slick-next,
    .panel.wrapper .pagebuilder-slider .slick-prev {
        z-index: 14;
    }

    .footer.content > * {
        min-width: 50%;
    }

    .footer.logos img {
        max-width: 25%
    }
    .page-products .columns {
        padding-top: 0px !important;
    }
    /* .footer.logos .arrepentimiento {
        position: inherit;
    } */
}

@media (max-width: 639px), print {
    body .product.media .sparsh-product-label.oval{
        width: 60px;
        height: 60px;
        font-size: 20px;
        font-weight: 700;
        /* right: 0px; */
        left: initial;
        padding: 0;
        margin: 0;
    }
}
/* .arrepentimiento {
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: 0;
} */
body {
     background-color: #F5F5F5;
}
.slick-dots li.slick-active button {
     background: var(--celeste);
}
.slick-dots li button {
     border: 1px solid var(--celeste);
     background: #F5F5F5;
}
.pagebuilder-slider .slick-prev {
     left: -45px;
     background: transparent !important;
}
.pagebuilder-slider .slick-next {
     right: -45px;
     background: transparent !important;
}

@media (max-width: 768px) {
     .pagebuilder-slider .slick-prev:before,
     .pagebuilder-slider .slick-next:before,
     .pagebuilder-slider .slick-prev:after,
     .pagebuilder-slider .slick-next:after {
         font-size: 20px;
    }
    .pagebuilder-slider .slick-prev {
         left: -4rem;
    }
    .pagebuilder-slider .slick-next {
         right: -4rem;
    }
    .text-separator-desktop {
         display: none;
    }
    .column-banner-home {
         max-width: 50%;
    }
    .column-banner-home > div > div > div {
         background-size: contain !important;
    }
    .banner-title {
         font-size: 15px;
    }
    .banner-subtitle {
         font-size: 12px;
    }
    .banner-link {
         font-size: 12px;
    }
    .column-banner-home-left > div {
         margin-right: 5px !important;
         margin-left: 8px !important;
    }
    .column-banner-home-right > div {
         margin-left: 5px !important;
         margin-right: 8px !important;
    }
    /* .banner-home, .banner-home > div > div > div  {
       height: 246px;
       min-height: 246px !important;
    } */
    .banner-home > div > div > div  {
       padding: 30px 30px 30px 15px !important;
    }
    .slider-bath-pretitle { font-size: 14px; }
    .slider-bath-subtitle { font-size: 16px; }
    .slider-bath-title { font-size: 24px; }
    .slider-bath-button {
       font-size: 7px;
       height: 15px;
       width: 66px;
       padding: 0px;
     }

    /* .slider-bath-desktop .slick-track {
       max-height: 215px !important;
    }
    .slider-bath-desktop .pagebuilder-slide-wrapper {
       background-size: unset !important;
       min-height: 215px !important;
    }
    .slider-bath-desktop .pagebuilder-poster-overlay {
       padding: 0px !important;
    } */
    #text-slider-home td {
       padding: 0px;
       width: 60% !important;
       padding: 0px 0px 0px 11px;
    }
    #text-slider-home {
       margin-top: 50px;
    }
    .navigation {
        background: transparent;
        padding-right: 10px;
    }
    .navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active) {
        border-style: unset;
    }
}

@media (min-width: 769px) {
     .text-separator-mobile {
         display: none;
    }
     .banner-title {
         font-size: 54px;
    }
     .banner-subtitle {
         font-size: 32px;
    }
     .banner-link {
         font-size: 21px;
    }
    .slider-bath-pretitle { font-size:  30px; }
    .slider-bath-subtitle { font-size: 37px; }
    .slider-bath-title { font-size: 64px; }
    .slider-bath-button {
       font-size: 16px;
       height: 50px;
       width: 200px;
    }

    .navigation {
        background: transparent;
        position: initial;
        width: 100%;
        max-width: none;
    }
    .navigation .level0 {
        float: right;
        line-height: 80px;
    }
    .navigation .level0>.level-top {
        color: #ffffff;
        text-transform: uppercase;
    }
    .navigation .level0>.level-top:hover, .navigation .level0>.level-top.ui-state-focus {
        color: #ffffff;
    }
    .navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
        border-style: unset;
        color: #ffffff;
    }
}

/* SLIDERS */
.main-slider .slick-slide .pagebuilder-slide-wrapper,
.main-slider.pagebuilder-slider,
.main-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay{
    min-height: 100vw !important; /* 1:1 */
    background-position: top !important;
}
@media (min-width: 769px) {
    .main-slider .slick-slide .pagebuilder-slide-wrapper,
    .main-slider.pagebuilder-slider,
    .main-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
        min-height: calc(433 * 100vw / 960) !important; /* 960:433 */
    }
}
.video-slider {
    min-height: 0 !important;
}
.video-slider .slick-slide .pagebuilder-slide-wrapper,
.video-slider.pagebuilder-slider,
.video-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    min-height: calc(9 * (100vw - 80px) / 16) !important; /* 16:9 */
}
@media (min-width: 1280px) {
    .video-slider .slick-slide .pagebuilder-slide-wrapper,
    .video-slider.pagebuilder-slider,
    .video-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
        min-height: calc(9 * 1200px / 16) !important; /* 16:9 */
    }
}

.secondary-slider .slick-slide .pagebuilder-slide-wrapper,
.secondary-slider.pagebuilder-slider,
.secondary-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    min-height: calc(300 * (100vw - 80px) / 500) !important; /* 500:269 */
}
@media (min-width: 769px) {
    .secondary-slider .slick-slide .pagebuilder-slide-wrapper,
    .secondary-slider.pagebuilder-slider,
    .secondary-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
        min-height: calc(17 * (100vw - 80px) / 30) !important; /* 30:17 */
    }
}
@media (min-width: 1280px) {
    .secondary-slider .slick-slide .pagebuilder-slide-wrapper,
    .secondary-slider.pagebuilder-slider,
    .secondary-slider .slick-slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
        min-height: calc(17 * 1200px / 30) !important; /* 30:17 */
    }
}

@media (max-width: 768px) {
    .secondary-slider.pagebuilder-slider {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

.productos-destacados,
.productos-destacados div {
    min-height: calc(364 * (50vw - 15px) / 500) !important; /* 500:364 */
    height: calc(364 * (50vw - 15px) / 500) !important; /* 500:364 */
}
@media (min-width: 769px) {
    .productos-destacados,
    .productos-destacados div {
        min-height: calc(1564 * (50vw - 15px) / 1500) !important; /* 1500:1564 */
        height: calc(1564 * (50vw - 15px) / 1500) !important; /* 1500:1564 */
    }
}
@media (min-width: 1280px) {
    .productos-destacados,
    .productos-destacados div {
        min-height: calc(1564 * 625px / 1500) !important; /* 1500:1564 */
        height: calc(1564 * 625px / 1500) !important; /* 1500:1564 */
    }
}

/* CATEGORY EXTRAS */
.page-products .page-main,
.page-products .page-main .category-description > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100%;
    padding: 0;
}
.category-description [data-content-type=row] {
    margin-bottom: 100px;
}
.cat-main-title,
.cat-main-text {
    max-width: 80%;
    margin: 0 auto;
}
.cat-main-title span{
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 26px !important;
}
.cat-main-text p,
.cat-main-text span {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}
.cat-images-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    max-width: 450px;
    margin-right: 20px;
}
.cat-images-container figure {
    width: 50%;
    display: flex;
}
.cat-images-container figure:nth-child(4n-3) {
    padding: 0 5px 5px 0;
}
.cat-images-container figure:nth-child(4n-2) {
    padding: 0 0 5px 5px;
}
.cat-images-container figure:nth-child(4n-1) {
    padding: 5px 5px 0 0;
}
.cat-images-container figure:nth-child(4n) {
    padding: 5px 0 0 5px;
}
.cat-description-container {
    display: flex !important;
    justify-content: center !important;
}
.cat-description-title p,
.cat-description-title span{
    font-weight: 700 !important;;
    font-size: 30px !important;;
    line-height: 32px !important;;
}
.cat-description-subtitle p,
.cat-description-subtitle span{
    font-weight: 600 !important;;
    font-size: 24px !important;;
    line-height: 32px !important;;
}
.cat-description-text p,
.cat-description-text span{
    font-weight: 400 !important;;
    font-size: 20px !important;;
    line-height: 32px !important;;
}
.category-title {
    text-align: center;
    font-size: 30px;
    margin-top: 85px;
}
@media (min-width: 769px), print {
    .max-width-80 .pagebuilder-column-line {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 768px), print {
    .category-title {
        margin-top: 0;
    }
    .category-description [data-content-type=row] {
        margin-bottom: 34px;
    }
    .cat-main-title,
    .cat-main-text,
    .cat-description-text {
        max-width: 90%;
        margin: 0 auto;
    }
    .cat-main-title span{
        font-weight: 600 !important;
        font-size: 13px !important;
        line-height: 26px !important;
    }
    .cat-main-text p,
    .cat-main-text span {
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .cat-images-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        max-width: 80%;
        margin: 0 auto;
    }
    .cat-images-container figure {
        width: 25%;
        display: flex;
    }
    .cat-images-container figure:nth-child(4n-3) {
        padding: 0 5px 0 0 ;
    }
    .cat-images-container figure:nth-child(4n-2),
    .cat-images-container figure:nth-child(4n-1) {
        padding: 0 5px 0 5px;
    }
    .cat-images-container figure:nth-child(4n) {
        padding: 0 0 0 5px;
    }
    .cat-description-container {
        text-align: center;
    }
    .cat-description-title p,
    .cat-description-title span{
        font-weight: 700 !important;;
        font-size: 16px !important;;
        line-height: 32px !important;;
    }
    .cat-description-subtitle p,
    .cat-description-subtitle span{
        font-weight: 600 !important;;
        font-size: 13px !important;;
        line-height: 20px !important;;
    }
    .cat-description-text p,
    .cat-description-text span{
        font-weight: 400 !important;;
        font-size: 12px !important;;
        line-height: 23px !important;
    }
}

/* CHECKOUT */
.table-checkout-shipping-method .row{
    display: table-row;
}
.table-checkout-shipping-method thead th {
    display: table-cell;;
}
.table-checkout-shipping-method tbody td:first-child {
    padding-left: 10px;
}
.minicart-wrapper .block-minicart:after {
    display: none;
}
@media(min-width:769px) {
    .opc-progress-bar {
        width: calc(100% / 3 * 2 - 30px);
        display: flex;
    }
    .opc-progress-bar-item {
        width: 100%;
    }
    .opc-progress-bar-item:not(._active) > span,
    .opc-progress-bar-item:not(._active) > span:after {
        color: var(--gris-oscuro);
    }
    .opc-progress-bar-item._active:before,
    .opc-progress-bar-item._active > span:before,
    .opc-progress-bar-item._active > span:after {
        border-color: var(--celeste);
    }
    .opc-progress-bar-item._active:before,
    .opc-progress-bar-item._active > span:before {
        background: var(--celeste);
    }
    .opc-progress-bar-item > span:after {
        content: counter(i) !important;
        font-family: 'IBM-Plex-Sans' !important;
        line-height: 28px;
    }
    .opc-sidebar {
        position: sticky;
        top: 10px;
        margin-top: 0;
    }
    .form.form-shipping-address {
        max-width: 100%;
    }
    .form.form-shipping-address .fieldset.address {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .form.form-shipping-address .fieldset > .field,
    .form.form-shipping-address .fieldset > .fields > .field {
        width: calc(50% - 10px);
    }
    .table-checkout-shipping-method {
        width: 100%;
    }
}
.payment-method-billing-address{
    width: 100%;
}
#co-mercadopago-form {
    max-width: 100% !important;
}
#co-mercadopago-form > div:not(.payment-method-billing-address){
    max-width: 400px;
}
#custom-form {
	display:flex;
	justify-content:center;
}

@media only screen and (min-width : 768px)  {
	#custom-form form {
		width:600px;
	}
}
#custom-form > form > fieldset > legend {
    text-align: center;
    border-bottom: none;
}
.cms-page-view .page-title-wrapper {
    text-align: center;
}
.page-title-wrapper .page-title {
    margin-bottom: 10px;
}
.info-tabs [data-card="description"]:not(.open) p {
    display: none;
}
.info-tabs [data-card="description"] p:first-child,
.info-tabs [data-card="description"] p:nth-child(2){
    display: block;
}
.form-create-account .field.taxvat{
    display: none;
}
.customer-address-index .box-address-billing,
.customer-account-index .box-billing-address,
.form-address-edit .field.company,
.form-address-edit .message.info,
.form-address-edit .field.choice.set.billing{
    display: none;
}
.customer-address-index .box-address-shipping,
.customer-account-index .box-shipping-address{
    float: left;
}
.minicart-wrapper .block-minicart,
#minicart-content-wrapper {
    background: transparent;
}
#minicart-content-wrapper .action {
    padding: 7px 15px;
    text-align: center;
}
#minicart-content-wrapper #top-cart-btn-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-edit-account fieldset.additional_info,
.form-address-edit>.fieldset {
    margin: 0 0 0;
}
@media (min-width: 769px) {
    .cart-discount {
        margin-top: -50px;
    }
}

.logo-solu {
    max-width: 40% !important;
    padding-bottom: 23px !important;
}

.cart.table-wrapper {
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
}
.cart.table-wrapper .cart thead tr th.col {
    padding-top: 0;
}
.cart.table-wrapper .product-item-name {
    font-size: 12px;
    color: #000000;
    margin: 16px 0 0;
    line-height: 16px;
    padding: 0 15px 0 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.cart.table-wrapper .product-image-container {
    width: 80px !important;
}
.cart.table-wrapper td.price span {
    font-size: 17px;
    color: #a1a1a1;
    font-weight: 500 !important;
}
.cart.table-wrapper .subtotal .price {
    padding: 0;
    font-size: 17px;
    font-weight: 700 !important;
    color: #616161;
    display: inline-block;
}
.cart.table-wrapper .product-item-details {
    padding: 0;
}
.cart.table-wrapper .cart tbody td,
.cart.table-wrapper .product-item-details{
    vertical-align: middle;
}
.cart.table-wrapper .product-item-name {
    margin: 0;
}
.cart-container .cart-summary {
    top: 0 !important ;
    position: relative;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
}
.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    position: initial !important;
    margin: 0;
}
#shopping-cart-table .control.qty {
    text-align: center;
}
#shopping-cart-table .action-edit{
    display: none;
}
.cart.table-wrapper .actions-toolbar {
    padding: 0;
    margin: 0;
}
.cart-summary .fieldset.coupon {
    display: flex;
    align-items: flex-end;
    margin: 0;
}
.cart-summary .fieldset.coupon img{
    max-height: 32px;
}
.cart-summary .fieldset.coupon img {
    width: 15%;
    padding: 0 5px;
}
.cart-summary .fieldset.coupon .actions-toolbar {
    /* width: 15%; */
    padding: 0 5px;
}
.cart-summary .fieldset.coupon img,
.cart-summary .fieldset.coupon .field {
    padding-top: 7px;
}
.cart-summary .fieldset.coupon .coupon-fields {
    display: flex;
    width: 100%;
}
.cart-summary .fieldset.coupon .field {
    /* min-width: 170px; */
    width: 100%;
    /* position: relative; */
    margin: 0;
}
.cart-summary .fieldset .field:not(.choice) .label{
    font-size: 11px;
    /* position: absolute; */
    left: 4px;
    top: 0;
    background-color: #F5F5F5;
}
.cart-summary .fieldset.coupon .field .control .input-text{
    /* font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #F5F5F5; */
}
.cart-summary .fieldset.coupon .actions-toolbar .action {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 32px;
    font-size: 14px;
}
.cart-summary .fieldset.coupon .actions-toolbar .primary {
    width: 100%;
    padding: 0 5px;
}

#block-discount-heading,
#block-shipping-heading,
#co-shipping-method-form .field.note {
    font-size: 14px;
    margin: 0;
}
#block-discount .title,
#block-shipping .title {
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
#block-discount .title::after,
#block-shipping .title::after{
    display: none;
}
#block-discount .title img,
#block-shipping .title img {
    max-width: 30px;
}
.cart-summary [name="shippingAddress.country_id"]{
    display: none;
}
.cart-summary #shipping-zip-form .field.note{
    display: none;
}
.cart-summary #shipping-zip-form .field.text{
    font-size: 14px;
    color: #616161;
    font-weight: 400;
}
.cart-summary .block .content {
    padding-top: 0;
}
.cart-summary #cart-totals .totals:not(.grand) td,
.cart-summary #cart-totals .totals:not(.grand) th{
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #616161;
}
.cart-summary #cart-totals .totals.grand td,
.cart-summary #cart-totals .totals.grand th{
    flex: 0 0 25%;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
}
.cart-summary #cart-totals .totals-tax {
    display: none;
}
.cart-summary .block .item-options,
#co-shipping-method-form .fieldset.rate {
    margin: 0;
}
#co-shipping-method-form .item-title,
#co-shipping-method-form .label {
    font-size: 14px;
}
.cart-summary > .title {
    display: block !important;
    font-size: 18px;
}
@media(max-width:767px){
    .cart-container .cart-summary,
    .cart.table-wrapper{
        margin-left: 10px;
        margin-right: 10px;
    }
    .cart-summary > .title {
        margin-left: 15px;
    }
    #shopping-cart-table tr th.col {
        display: none;
    }
    #shopping-cart-table tr td.col:not(.item) {
        width: 10%;
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        font-size: 14px;
    }
    #shopping-cart-table tr td.col:not(.item) span{
        font-size: 14px;
    }
    #shopping-cart-table tr td.col.price,
    #shopping-cart-table tr td.col.qty,
    #shopping-cart-table tr td.col.subtotal {
        width: 30%;
    }
    .cart.table-wrapper tbody > tr > td:last-child {
        height: 85px;
        display: flex;
        align-items: center;
    }
    .cart.table-wrapper {
        width: auto;
        border: none;
    }
    .cart-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .cart.table-wrapper .col.qty .input-text {
        height: 28px;
    }
    .block.newsletter .form.subscribe {
        display: ruby !important;
        /* margin-left: 5%;
        margin-right: 5%; */
    }
}

div .product-items.widget-product-carousel .product-item .sparsh-product-label-image img {
    max-height: 40px;
}

div .product-items.widget-product-carousel .product-item .sparsh-product-label-image {
    position: absolute;
    left: 20px;
    right: initial;
    top: 10px;
    z-index: 2;
}

@media (max-width: 767px) {
    div .product-items.widget-product-carousel .product-item .sparsh-product-label-image {
        top: 25px !important;
    }

    .product.media .sparsh-product-label-image {
        left: 10px !important;
        width:85px !important;
    }
}

.product.media .sparsh-product-label-image {
    left: 20%;
    top: 10px !important;
    width: 90px !important;
}

.product-items .product-item .product-item-info .sparsh-product-label-image {
    position: absolute;
    left: 25px;
    right: initial;
    top: 23px;
    z-index: 2;
    width: 80px;
}

@media (max-width: 899px), print {
    .cuotas-home, .cuotas-plp {
        margin-top: -25px;
        margin-bottom:40px;
    }
}
@media (min-width: 900px), print {
    .cuotas-home, .cuotas-plp {
        margin-top: -40px;
        margin-bottom:40px;
    }
}
.cuotas-pdp {
    padding-bottom: 10px;
}

@media (min-width: 900px), print {

    .row-newsletter {
        margin-bottom: 20px;
    }

    .single-column {
        position: absolute;
        margin-top: 50px;
        left: 35%;
    }

    .field-recaptcha {
        position: absolute;
        left: 40%;
        margin-top: -54px;
    }

    .container-newsletter {
        margin-bottom: 65px;
    }

    #send2 {
        margin-bottom: 20px;
    }

    .g-recaptcha {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 899px), print {
    .row-newsletter {
        margin-bottom: 20px;
    }

    .single-column {
        position: absolute;
        margin-top: 50px;
        left: 35%;
    }

    .field-recaptcha {
        position: absolute;
        left: 13%;
        margin-top: -131px;
    }

    .container-newsletter {
        margin-bottom: 65px;
    }

    #send2 {
        margin-bottom: 20px;
    }

    .g-recaptcha {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}
