/* DISABLERS 
.btn, .menu-item, #_desktop_cart_wrapper, #_desktop_user_info {
    display: none !important;
}

* {pointer-events: none !important;}

 DISABLERS */
/* header */
body {
    --headerHeight: 100px;
}

/* 
body.scrolled {
   --headerHeight: 70px; 
}
*/
header {
    display: flex;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 11;
    background: #fff;
    height: var(--headerHeight);
    transition: var(--trans);
    box-shadow: 0 0 0 transparent;
}
@media (min-width: 1200px){
.mm_tabs_li .mm_columns_contents_ul{
    height: 110%!important;
}
.mm-product-description{
    min-height: 48px;
}
}
.ets_mm_megamenu .mm_columns_ul::before {
height: 110%;
width: 100%;
}

.d-none{
    display: none!important;
}
.aguas{
    margin-bottom: 2.5rem;
}

body.scrolled header {
    box-shadow: var(--shadow);
}
.mainbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.left-nav {
    width: calc(100% - 150px);
    width: 100%;
}
/* .right-nav,
.left-nav {
    width: calc(50% - 73px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 */
.menu_logo .mm_menu_content_title {
    font-size: 0;
    width: 150px;
    background-image: url(/img/svglogos/AqualyTop-n.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: content-box;
    display: block;
}
.menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.menu_wrap_left .menu-item {
    margin: 0 auto;
}

.menu_wrap_left .menu-item-1 {
    margin-left: 0;
}

.cart-contain:hover, .account:hover {
    background: #f6f6f6;
}

#_desktop_cart_wrapper, #_desktop_user_info {
    margin-left: .25rem;
}

.menu_wrap .menu-item:not(.btn) {
    padding: .1em 0;
    color: var(--font);
    position: relative;
}

.menu_wrap .menu-item:not(.btn):hover {
    color: var(--alter);
}

.menu_wrap .menu-item:not(.btn):before {
    content: "";
    height: 1px;
    background-color: var(--alter);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: var(--trans);
}

.menu_wrap .menu-item:not(.btn):hover:before {
    opacity: 1;
    bottom: calc(.2em - 1px);
}

/* footer */
/* .marquee {
    display: flex;
    animation: marquee 35s linear infinite;
    transition: linear;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-3392.86px);
    }
}

.marquee__inner {
    display: flex;
}

.marquee span {
    font-size: 75px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
}

.marquee__inner i {
    color: var(--main);
    font-style: initial;
    padding-left: 15px;
}

.BERLANGA .custom-html {
    overflow: hidden;
}

.BERLANGA {
    padding: 1rem 0;
    display: none;
} */
.footer-main .custom-html {
    display: flex;
    flex-wrap: wrap;
}

.footer_col {
    text-align: left;
    font-size: .75rem;
}

.footer_links_1 li {
    width: 50%;
}

.footer_links_1 ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_links_title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .5rem;
    display: block;
    color: var(--alter);
}

.footer_links_wrapper li {
    margin-bottom: 0.25rem;
}

.footer_logos img {
    margin-right: auto;
}

.footer_links_1 {
    width: 30%;
}

.footer_links_2 {
    width: 25%;
}

.footer_links_3 {
    width: 15%;
}

.footer_social {
    display: flex;
    align-items: center;
    margin: 0 -4px;
}
.footer_social li {
    margin: 0 4px;
}

.footer-main {
    padding: 3rem 0;
}

.footer_links_wrapper a {
    color: var(--text);
}

.footer_logos {
    width: 30%;
    display: flex;
    align-items: center;
    padding-right: 100px;
}

.footer_links_wrapper a:hover {
    color: var(--main);
    text-decoration: underline;
}

/* miniatura de producto */
.product-description {
    text-align: center;
}

.product-subtitle {
    font-size: .75rem;
    color: var(--text);
    display: block;
    display: none;
}

.product-miniature .add-product {
    width: 100%;
}

.product-thumbnail_info {
    text-align: center;
    padding-top: .75rem;
}

.product-thumbnail:hover .product-thumbnail_img {
    box-shadow: var(--shadowHover);
}

.thumbnail-addtocart {
    display: flex;
    margin-top: .75rem;
    justify-content: center;
}

.product-thumbnail_info .add-product {
    margin: 0 .5rem;
}

.product-thumbnail_info .product-title {
    font-family: 'Montserrat';
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0;
    min-height: 50px;
    font-size: 20px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumbnail_img {
    background-color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    overflow: hidden;
    box-shadow: 0 0 0 1px transparent;
    transition: box-shadow var(--trans);
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--main);
}

.product_carousel {
    padding: 2.5rem 0 1.5rem;
}

.swiper-arrows_out {
    position: relative;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    border-radius: 0;
    background: var(--main);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.66);
}

.product-thumbnail_img img {
    /* object-fit: cover; */
    max-width: unset;
    max-height: 110%;
    pointer-events: none;
}

/* carrito lateral */
.menu-hover-close.material-icons {
    color: #fff !important;
    font-size: 35px;
    right: calc(100% + 15px);
    top: 15px;
}

.cart-contain, .account {
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    transition: var(--trans);
}

.blockcart.cart-preview.opened .cart-hover-content {
    transform: translateX(0%);
}

.opened .menu-hover-close.menu-hover-overlay, .cart-preview.opened {
    opacity: 1;
    pointer-events: initial;
}

.cart-preview {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    transition: opacity .2s linear;
}

.cart-hover-content {
    max-width: 80vw;
    width: 650px;
    background: #ffffff;
    z-index: 12;
    will-change: transform;
    transform: translateX(105%);
    display: flex;
    transition: transform .2s linear;
    flex-direction: column;
}

.cart-preview .cart-ajax-heading {
    background-color: var(--alter);
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
}

.cart-preview .wk-order-product {
    margin: 0 20px;
    position: relative;
    padding: 15px 0;
    background: #fff;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid var(--gray);
    flex-wrap: wrap;
    align-items: center;
}

.cart-products-count {
    font-size: 7px;
    color: #fff;
    position: absolute;
    left: calc(50% + 1.5px);
    top: 4px;
    font-weight: bold;
    transform: translateX(-50%);
}

.cart-contain {
    position: relative;
    color: #fff;
}

.cart-hover-content {
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

#_desktop_cart .cart-preview ._desktop_wishlist_icon {
    display: none;
}

.tax-shipping-delivery-label, .product-reference {
    font-size: 14px;
    color: var(--main);
}

.menu-hover-close.menu-hover-overlay {
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    transition: opacity .2s linear;
}

.sin-articulos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.75rem;
    text-align: center;
}

.empty-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sin-articulos .material-icons {
    font-size: 50px;
    margin-bottom: 5px;
}

.menu-hover-close {
    position: absolute;
    cursor: pointer;
}

.menu-hover-close>.material-icons {
    font-size: 32px;
}

.cart-preview .wk-order-product .checkline-1 {
    width: 100px;
}

.cart-preview .checkline-3 {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-preview .name_price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.wk-product-img, .wk-shipping-img, .cart-preview .wk-payment-img {
    margin: 0;
    overflow: hidden;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-preview .wk-product-img img {
    border: 0;
    object-fit: cover;
    width: auto;
    height: 100%;
}

.cart-preview .wk-order-product .checkline-2 {
    display: flex;
    width: calc(100% - 150px);
    position: relative;
    flex-direction: column;
    padding: 0 .75rem;
}

.cart-preview a.quicka-view span:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart_attr_item {
    font-size: 16px;
    margin-bottom: 3px;
}

.line-price-qty {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: space-between;
    margin-top: 1rem;
}

.cart_attr_item .variant_icon {
    margin-right: 3px;
    margin-bottom: 4px;
}

.line-price-qty .qty-checkline {
    position: relative;
    margin-right: 15px;
}

.caract-checkline {
    display: flex;
}

.caract-item.alt-text {
    display: flex;
    padding: 5px 15px 5px 0;
    align-items: center;
}

.caract-item .material-icons {
    font-size: 18px;
}

.line-price-qty .wk-product-info.qty {
    border-radius: 4px;
    position: relative;
    background-color: var(--gray);
    width: 100px;
    position: relative;
}

.line-price-qty .qty #quantity_wanted_cart, .line-price-qty .qty input.wk-qty.form-control {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
}

.line-price-qty .qty .input-group-btn-vertical {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.line-price-qty .qty button.js-touchspin {
    padding: 0;
    margin: 0;
    border: 0;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    pointer-events: auto;
    background: transparent;
}

.line-price-qty .qty button.js-touchspin:after, .line-price-qty .qty button.js-touchspin:before {
    content: "";
    background: var(--alter);
    height: 2px;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.line-price-qty .qty button.bootstrap-touchspin-up {
    right: 0;
}

.line-price-qty .qty button.bootstrap-touchspin-up:after {
    width: 2px;
    height: 10px;
}

.line-price-qty .qty button.bootstrap-touchspin-down {
    left: 0;
}

.line-price-qty .qty button.bootstrap-touchspin-down:before {
    width: 8px;
}

.cart-preview .qty button.bootstrap-touchspin-down:after {
    display: none;
}

.cart-preview .remove-from-cart .material-icons {
    line-height: 14px;
}
.cart-preview .remove-from-cart img {
    /*height: 14px;*/
}

.remove-from-cart {
    color: #7a7a7a;
    background-color: var(--gray);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    transition: color .1s ease;
    width: 35px;
    color: #d40000;
    transition: background-color 0.26s ease;
}

.cart-preview .remove-from-cart:hover {
    background-color: var(--border);
}

.cart-preview .line-price-qty .precio-checkline {
    width: auto;
    display: block;
    margin-left: auto;
}

.cart-preview .precio-checkline span.product-price {
    font-size: 1.25rem;
}

.cart-preview .precio-checkline span.product-price {
    padding: 0;
    font-weight: bold;
    color: var(--alter);
}

.cart-preview .wk-order-product .wk-delete-qty {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
}

.remove-from-cart>.material-icons:first-letter {
    text-transform: initial !important;
}

[data-link-action="remove-from-cart"] {
    background: var(--gray);
}

.cart-preview .product-name>a {
    margin-bottom: 10px;
}

.cart-preview a span:first-letter {
    text-transform: uppercase;
}

.cart-preview a span.reference {
    font-size: 12px;
    color: #6f6f6f;
    text-transform: lowercase;
    font-weight: initial;
    line-height: 1;
}

.cart-preview .cart-summary {
    margin-top: auto;
    background-color: #f4f4f4;
    padding: 15px 20px;
}

.cart-preview .cart-summary .subtotal-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-preview .cart-summary .label {
    font-size: 15px;
    line-height: 1.53;
    color: #272727;
}

.cart-preview .cart-summary .value {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    text-align: right;
    color: #272727;
}

.cart-preview .cart-wishlist-checkout.btn {
    padding: 15px;
    width: 100%;
}

/* home */
.banners_home_5.certificaciones {
    margin-top: 4rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.certificaciones .cert_title {
    width: 100%;
}
#product-showcase h2 {
    font-size: 2.35rem;
    font-family: Montserrat;
    color: hsl(207deg 100% 33%);
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
}

.showcase_nav-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: .5rem 1.75rem;
    border-bottom: 1px solid var(--border);
    position: relative;
    font-family: 'Montserrat';
    font-weight: 700;
    color: var(--alter);
    cursor: pointer;
    transition: var(--trans);
    opacity: .75;
}

.line-copy {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1.5rem;
}

.showcase_nav-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
    background: transparent;
    height: 3px;
    opacity: 0;
    border-radius: 10px;
    transition: var(--trans);
}

.showcase_nav-item.active:before,.showcase_nav-item:hover:before {
    opacity: 1;
    background: var(--main);
}

.showcase_nav-item.active,.showcase_nav-item:hover {
    background: linear-gradient(0deg, hsl(197deg 85% 65% / 10%), transparent);
    opacity: 1;
}

.showcase_nav {
    display: flex;
    justify-content: center;
}

#product-showcase {
    padding: 3.5rem 0 0;
}

/* banners home */
.splash_home .cb-img, .banner_home .cb-img, .banner_home .cb-item-content>a {
    max-width: unset !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
}
.bg_cover .banner_home .cb-img {
    object-fit: cover;
}
.bg_cover .cb-item .cb-item-content .custom-html {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    box-sizing: border-box;
}
.bg_cover.bg_cover_opacity .cb-item .cb-item-content .custom-html {
    background: rgba(0, 0, 0, 0.25);
}
.bg_cover .cb-item {
    height: 100% !important;
}
.bg_cover .cb-item .cb-item-content .custom-html h2 {
    color: var(--main);
}

.bg_cover .cb-item .cb-item-content {
    padding: 0;
}
.pozos_img {
    margin-bottom: 0.25rem;
    width: 100px;
    height: auto;
}

.splash_home .cb-item-content {
    height: calc(100vh - 150px - 2rem);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    max-height: 650px;
}

.splash_home .custom-html {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    /* margin-bottom: 125px; */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-shadow: 0 0 5px #fff; */
    z-index: 1;
    position: relative;
    /* font-weight: bold; */
}

.splash_home .cb-img {
    left: unset;
}

.splash_home .splash_home-video {
    pointer-events: none;
}
.splash_home .splash_home-video > video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.splash_home .splash_home-text {
    position: relative;
    z-index: 1;
}

.banners_home_1 .banner_home .custom-html {
    padding: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.banners_home_2 .cb-item-content .cb-img {
    margin: 1.5rem;
}

.banners_home_2 .cb-item-content .cb-img {
    margin: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.banner_home .custom-html {
    position: relative;
    z-index: 1;
}

.banner_home .cb-item-content {
    overflow: hidden;
}

.field-wrap:last-of-type {
    margin: 0;
}

.banner_home a+.custom-html {
    pointer-events: none;
}

.banners_home_1 .cb-img {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    top: unset;
    position: static;
}

.banner_home .cb-img {
    pointer-events: none;
    transform: none;
}

.splash_home .custom-html h1 {
    font-size: 2.35rem;
    font-family: Montserrat;
    color: #fff;
}

.slider-products .swiper-pagination {
    bottom: 0;
}

.banners_home_4 .cb-item-content, .banners_home_4 .custom-html {
    height: 100%;
}

.banner_counter .custom-html p {
    margin: 0;
}

.banners_home_1 h2, .banners_home_2 h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 0;
}

.banners_home_1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0rem 0 2rem;
}

.banners_home_1 .banner_home {
    margin: 0 0 3rem;
    width: calc(50% - 3rem);
    /* width: 50%; */
    background: var(--gray);
    box-shadow: 0 0 0 transparent;
    transition: var(--trans);
}

.banners_home_1 .banner_home:hover {
    box-shadow: var(--shadowHover);
}

.banners_home_1 .banner_home a {
    display: block;
    position: static;
}

.banners_home_1 a {
    position: static;
}

.banners_home_1 .banner_home .cb-item-content {
    display: flex;
    flex-direction: column-reverse;
}

.banners_home_2 .custom-html {
    width: 40%;
    margin-left: auto;
    text-align: center;
    padding: 1.75rem;
    background: rgba(255,255,255,0.95);
}
.banners_home_2.centered .custom-html {
    width: 85%;
}
.banners_home_2 .no_bg_custom .custom-html {
    background: transparent;
    padding: 3rem 1rem;
}
.banners_home_2 .bg_custom .custom-html {
    background: #ffffff;
}
.displayCustomBanners1 .banners_home_2 .custom-html {
    width: 50%;
    background: transparent;
}
.banners_home_2 .cb-item-content {
    padding: 1.5rem 4rem;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banners_home_2 .banner_agua .custom-html {
    margin-right: auto;
    margin-left: 0;
}

.banners_home_2 .custom-html h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: hsl(207deg 100% 33%);
}

.banners_home_2 .custom-html .btn-primary,
.banners_home_2 .custom-html .btn-transparent {
    margin-top: 1.5rem;
}


.custom-html .btn {
    pointer-events: auto;
}

.title_banner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.subfont {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.7rem;
    display: block;
    line-height: initial;
    color: var(--alter);
    text-transform: uppercase;
}

.banners_home_3 .banner_home_5, .banners_home_3 .banner_home_6 {
    width: 50%;
}

.banners_home_3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
}

.banners_home_3 .cb-item-content {
    overflow: hidden;
}

.btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn_wrap>.btn {
    margin: 0 1rem;
}

.banners_home_3 .banner_home_5 .cb-item-content {
    height: 100%;
}

.banner_home_5 img.cb-img {
    position: static;
}

.banners_home_3 .banner_home_6 {
    padding: 1.5rem;
}

.banners_home_3 .banner_home_6 img.cb-img {
    width: 100%;
    height: 335px;
    margin: 0 auto;
}

.banners_home_5 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 3.5rem auto;
}

.banners_home_5 .claim_item .custom-html>div {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.claim_item svg {
    stroke: var(--alter);
    stroke-width: 2px;
}
.banners_home_5>.claim_item {
    padding: .5rem 1rem;
}

.banners_home_5>.claim_item .cb-item-content {
    display: flex;
    align-items: center;
}

.banners_home_5>.claim_item .cb-item-content .custom-html {
    font-size: 18px;
}

.banners_home_5 p {
    margin: 0;
    text-align: left;
    font-size: 1rem;
}

.claim_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
}

.banner_home_6 .custom-html {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner_home_6 .custom-html p {
    margin-bottom: 1.5rem;
    font-size: .85rem;
    line-height: 1.75;
    width: 100%;
    text-align: left;
}

.banner_home .claim_item_img {
    margin-bottom: .5rem;
    position: static;
}

.claim_item_text {
    display: block;
    line-height: 1;
    font-size: .75rem;
}

.banner_home_6 .btn_wrap {
    margin-top: 1.75rem;
}

.banners_home_4 .custom-html {
    position: relative;
    display: flex;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    flex-direction: column;
}


.banner_home_7, .banner_home_8,.banner_home_9 {
    width: calc(33.33% - 1.666rem);
}

.banners_home_4 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.text_decorations .custom-html {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
    background: rgb(0 0 0 / 33%);
}

.text_decorations span {
    display: block;
    font-weight: 600;
}

.solidaridad_2 .counter {
    /* line-height: 4rem; */
    color: var(--main);
    display: inline;
}

.solidaridad_2 {
    font-size: 1.75em;
    line-height: 0.9;
}

.banner_home_9 .cb-img {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* newsletter */
.nl_label_2 {
    font-size: 1.25rem;
    display: block;
}

.nl_label_1 {
    font-size: 2.25rem;
}

.block_newsletter {
    margin: 2.5rem 0;
    background: url(/img/nl_logo.png) -40px 25px / contain no-repeat scroll var(--main);
    padding: 4rem 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.nl_label {
    font-family: 'Montserrat';
    font-weight: 700;
    width: 1200px;
    max-width: 100%;
}
.nl_sublabel {
    max-width: 1495px;
    margin-left: auto;
    margin-right: auto;
}


.nl_form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #fff;
}

.nl_form input[type="email"] {
    padding: .65em;
    width: 100%;
    /* color: #fff; */
    border: 0;
}

.block_newsletter .custom-checkbox {
    border-color: #fff;
}

.block_newsletter .btn {
    border: 0;
}

.nl_form input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}

.block_newsletter p {
    margin-bottom: 1rem;
}

.block_newsletter .checkbox-label {
    font-size: 16px;
    margin-top: .5rem;
    justify-content: flex-end;
    text-align: left;
}

.block_newsletter form {
    width: 600px;
    max-width: 100%;
}

.block_newsletter input[type=checkbox]+span {
    background-color: #fff;
}

/* LISTADO PRODUCTOS */
.product-flags {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80%;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.product-flag {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    background: var(--alter);
    padding: 5px 20px 2px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.product-flag.on-sale {
    background: var(--valid);
}

/* migas de pan */
.breadcrumb ol {
    list-style: none;
    list-style-position: outside;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.breadcrumb li {
    position: relative;
    padding-right: 17px;
}

.breadcrumb a, .breadcrumb span {
    text-transform: lowercase;
}

.breadcrumb a:first-letter, .breadcrumb span:first-letter {
    text-transform: uppercase;
}

.breadcrumb li:before {
    content: ">";
    position: absolute;
    right: 0;
    font-size: .75rem;
    color: var(--alter);
    line-height: 12px;
    font-weight: 500;
}

.breadcrumb li:last-child:before {
    display: none;
}

.breadcrumb ol:before {
    content: "";
    background-color: var(--gray);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb a {
    color: initial;
    font-size: .75rem;
    display: block;
    line-height: 1;
}
/* 404 */

.err_404 {
    padding: 3rem;
    background: url(/img/dry.jpg) center no-repeat rgb(0 0 0 / 45%);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    margin-top: 3rem;
    width: 1200px;
    margin: 3rem auto;
    max-width: 100%;
}

.err_404 h1 {
    margin: 0;
    color: #fff;
}

.err_404 .btn_wrapper {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}
/* .bg_contain .cb-item-content>img {
    object-fit: contain;
} */
/* pide aqualy */
#category #left-column,
.sort-by-row,
.total-products{
    display: none;
}
#category .banners_home_5 {
    margin: 2.5rem 0 1.75rem;
}
#category .title-category {
    text-align: center;
    margin-top: 100px;
    color: var(--alter);
}
.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.products>.product-thumbnail {
    width: 25%;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
}

/* cms */
.contact_page h1 {
    text-align: center;
}

.contact_page {
    width: 700px;
    max-width: 100%;
    margin: 3rem auto;
    display: block;
    text-align: center;
}
.swiper-slide {
    height: auto;
}
.type-2.bg_cover .cb-item .cb-item-content .custom-html {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.type-2 .cb-item:not(.swiper-slide-active) {
    opacity: 0 !important;
}
#cms .page-cms h1,
#module-amazzingblog-blog .blog-heading h1{
    /*background-color: rgb(0 0 0 / 25%);*/
    height: 30vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#module-amazzingblog-blog .blog-heading h1{
    background-image: url(/img/creat/planeta_splash.jpg);
    height: 30vh;
    margin-bottom: 2rem !important;
}
#cms.cms-id-3 .page-cms h1 { 
    background-image: url(/img/creat/por_que_aqualy_splash.jpg);
}
#cms.cms-id-4 .page-cms h1 { 
    background-image: url(/img/creat/compromiso_splash.jpg);
}

#cms.cms-id-2 .page-cms h1 { 
    background-image: url(/img/creat/nuestras_Aguas_splash.jpg);
}

/*
.bg_cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_cover-impacto {
    background-image: url(/img/impacto.jpg);
}
.bg_cover .cb-item-content {
    background: red;
}
*/
.bg_cover h2, .bg_cover h3, .bg_cover *, .bg_cover p {
    color: #fff;
}
#cms .sw-nav {
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: 15px;
    cursor: pointer;
    color: var(--main);
}
#cms .sw-nav{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
}
#cms .banners_home_2:not(:last-child), #cms .banners_home_4:not(:last-child), .displayHome .banner_home_4 {
    margin-bottom: 2.5rem;
}

.banners_home_2 .padding40 .cb-item-content .custom-html {
    /*padding: 40px 4rem;*/
    background: transparent !important;
}
.padding0 .cb-item-content {
    padding-top: 0;
    padding-bottom: 0;
}

.banners_home_2 .banner_home_4.infografia_envase .cb-item-content {
    padding: 0;
    background: #F5F5F5;
}
.banner_home_4.infografia_envase .custom-html {
    width: 100%;
    padding: 0;
    background: #F5F5F5;
}
.banner_home_4.infografia_envase .custom-html p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_home_4.infografia_envase .custom-html img {
    height: auto !important;
    *width: 757px;
    *max-width: 50%;
}
.banner_home_4 .custom-html .info img {
    height: auto !important;
}

/*#cms .nuestras-aguas>.cb-item:not(:last-child) {
    margin-bottom: 2rem;
}*/


/* Nuestras aguas */
#cms .nuestras-aguas h2 {
    font-size: 1.25rem;
}
#cms .nuestras-aguas .cb-item-content {
    padding: 85px 4rem;
}
#cms .nuestras-aguas .custom-html {
    width: 45%;
}
#cms .banners_home_2 .checks ul {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
#cms .banners_home_2 .checks ul li {
    width: 50%;
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}
#cms .banners_home_2 .checks ul li img,
#cms .banners_home_2 .checks ul li svg {
    margin-top: -5px;
    margin-right: 5px;
    flex: 0 0 24px;
}
#cms .nuestras-aguas .checks ul li {
    font-size: 1rem;
    margin-bottom: 5px;
}
#cms .nuestras-aguas .checks ul li svg {
    margin-top: 2px;
}

#cms .white,
#cms .white h2 {
    color: #ffffff !important;
}
#cms .nuestras-aguas .white .btn-transparent {
    color: #ffffff;
    box-shadow: inset 0 0 0px 2px #ffffff;
}
#cms .nuestras-aguas .white .btn-transparent:hover {
    background: #ffffff;
    color: #014998;
}

#cms .nuestras-aguas .sw-nav {
    color: #ffffff;
}

/* FreshUp */
#cms .nuestras-aguas.freshup-banner .kiwi h2 {
    color: #00AD44;
}
#cms .nuestras-aguas.freshup-banner .pomelo h2 {
    color: #FF4137;
}
#cms .nuestras-aguas.freshup-banner .kiwi .btn-transparent {
    color: #00AD44;
    box-shadow: inset 0 0 0px 2px #00AD44;
}
#cms .nuestras-aguas.freshup-banner .pomelo .btn-transparent {
    color: #FF4137;
    box-shadow: inset 0 0 0px 2px #FF4137;
}
#cms .nuestras-aguas.freshup-banner .kiwi .btn-transparent:hover {
    background: #00AD44;
    color: #F7F2DE;
}
#cms .nuestras-aguas.freshup-banner .pomelo .btn-transparent:hover {
    background: #FF4137;
    color: #F7F2DE;
}

/* GluGlú */
#cms .nuestras-aguas.gluglu-banner h2 {
    color: #ED7059;
}
#cms .nuestras-aguas.gluglu-banner .btn-transparent {
    color: #ED7059;
    box-shadow: inset 0 0 0px 2px #ED7059;
}
#cms .nuestras-aguas.gluglu-banner .btn-transparent:hover {
    background: #ED7059;
    color: #ffffff;
}


#cms .sw-nav.next {
    right: 15px;
    left: unset;
    text-align: right;
}
#cms .sw-nav:after{
    content: 'prev';
}
#cms .sw-nav.next:after{
    content: 'next';
}
#cms .banners_home_5 {
    margin: .5rem 0 2rem;
}

/*#cms #wrapper, #module-amazzingblog-blog #wrapper {
    padding-top: 2.5rem;
}*/
#cms h1, #module-amazzingblog-blog .blog-heading h1 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
}
#cms .banners_home_2.centered .custom-html {
    margin: 0 auto;
}
#cms .banner_form {
    display: flex;
    flex-wrap: wrap;
}
#cms .banner_form .cb-item-content {
    justify-content: flex-start;
}
#cms .banner_form form {
    padding: 1.5rem 0;
}

#cms .banner_form .cb-item {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#cms .banner_form .cb-item-content {
    padding: 0;
    background: transparent;
}

#cms .banner_form .custom-html {
    width: auto;
    margin: 0;
}

.banner_form h3 {
    display: none;
}

.padding0 .splash_home .cb-item-content {
    padding: 0;
}
.splash_home .custom-html {
    width: 100%;
    margin: 0;
    padding: 4rem;
}
.splash_home.bg_contain .splash_home-text {
    padding: 1.75rem;
    background: rgba(255,255,255,0.95);
}

#cms .page-cms .legal_page h1 {
    background-color: transparent;
    height: auto;
    color: hsl(207deg 100% 33%);
    font-family: 'Montserrat';
    font-weight: 700;
    padding-top: 4rem;
}
.page-content .legal_page ul {
    list-style: disc;
    padding-left: 1rem;
}
.page-content .legal_page ul li {
    margin-bottom: 0.5rem;
}

/* responsive */
@media screen and (min-width: 1200px) {
    .menu-toggler,.logo {
        display: none;
    }
}

@media screen and (max-width: 1570px) {
    .mm_block_type_product .thumbnail-container .product-title {
        padding: 0 0.25rem;
    }
    .mm_block_type_product .thumbnail-container .product-title {
        font-size: 0.8rem;
    }
    .products > .product-thumbnail {
        width: 33.33%;
    }
}
@media screen and (max-width: 1280px) {
    #cms .nuestras-aguas .cb-item-content {
        padding: 25px 2rem;
    }
}
@media screen and (max-width: 1199px) {
    html {
        font-size: 18px;
    }
    [hiddenmb] {
        display: none;
    }

    .banner_home_6 .custom-html p {
        text-align: center;
    }

    .banners_home_3 {
        margin-bottom: 1rem;
    }

    .banner_home_6 .custom-html {
        justify-content: space-evenly;
        margin: 0;
    }

    .banners_home_1 .cb-img {
        position: static;
        transform: none;
        width: 100%;
    }

    .banners_home_1 .banner_home a {
        position: static;
    }

    .banners_home_1 .custom-html {
        aspect-ratio: initial;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .banner_home .cb-item-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner_home_6 .custom-html p {
        text-align: center;
    }

    .banner_home_6 .custom-html {
        justify-content: space-evenly;
        margin: 0;
    }

    .banners_home_1 .cb-img {
        position: static;
        transform: none;
        width: 100%;
    }

    .banners_home_1 .banner_home a {
        position: static;
    }

    .banners_home_1 .custom-html {
        aspect-ratio: initial;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .banner_home .cb-item-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .banners_home_1 {
        padding: 0;
        flex-wrap: wrap;
    }

    .banners_home_1 .banner_home {
        max-width: 100%;
        margin: 1rem;
        width: auto;
    }

    header {
        height: 70px;
    }

    .banners_home_2 {
        margin-top: 3rem;
    }

    .banner_home_5 img.cb-img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        object-position: 25%;
    }

    .banners_home_3 .cb-item-content {
        height: 100%;
    }

    .banners_home_3 .banner_home_6 img.cb-img {
        display: none;
    }

    .banners_home_4 .banner_home_9 .cb-img {
        height: 100%;
        object-position: 60% 60%;
        width: 150%;
    }

    .block_newsletter {
        margin: 3rem -1rem;
    }

    body {
        --headerHeight: 70px;
    }

    #cms .page-cms h1, #module-amazzingblog-blog .blog-heading h1 {
        font-size: 1.8rem;
        max-height: 190px;
    }

    .type-2.bg_cover .cb-item .cb-item-content .custom-html {
        min-height: 400px;
    }

    .banners_home_2 .no_bg_custom .custom-html,
    .banners_home_2.centered .custom-html {
        background: rgba(255,255,255,0.95);
        padding: 1.5rem;
        width: 90%;
        margin: 0 auto;
    }
    

    #cms .banner_form .cb-item {
        width: 100%;
    }
    #cms .banner_form form {
        padding: 0;
    }

    #cms .banners_home_2 .checks ul li {
        width: 100%;
    }

    /* home */
    .banner_home_9 {
        margin-top: 0;
    }

    .splash_home .cb-img {
        position: static;
        width: 100%;
        transform: none;
    }

    .splash_home .cb-item-content {
        flex-direction: column;
        height: calc(100vh - 350px - 2rem);
        min-height: 205px;
    }

    .menu_wrap .menu-item:not(.btn) {
        display: none;
    }

    .menu_wrap .menu-item.btn {
        width: auto;
    }

    .banners_home_2 {
        margin-top: 3rem;
    }

    .banners_home_5 {
      flex-wrap: wrap;
    }
    .banner_home_5 img.cb-img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        object-position: 25%;
    }

    .banners_home_3 .cb-item-content {
        height: 100%;
    }

    .banners_home_4 .banner_home_9 .cb-img {
        height: 100%;
        object-position: 60% 60%;
        width: 150%;
    }

    .block_newsletter {
        margin: 3rem -1rem 0.2rem;
    }

    .banners_home_3 .banner_home_5, .banners_home_3 .banner_home_6 {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .banners_home_2 {
        margin-top: 1rem;
    }

    #product-showcase h2,
    .banners_home_2 .custom-html h2 {
        font-size: 1.6rem;
    }
    .line-copy {
        font-size: 1.25rem;
    }

    .bloghome .post-list {
        gap: 1rem;
    }
    .bloghome .post-item-wrapper {
        width: calc(33.33% - 1rem);
    }


    .footer-main {
        padding: 1.5rem 0;
    }

    .footer_col {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
        font-size: 1rem;
    }

    .footer_links_1 li {
        width: 100%;
    }

    .footer_logos {
        width: 100%;
        padding: 0;
    }

    .footer_logos img {
        margin: auto;
    }

    .footer-main .custom-html,    
    .footer_social {
        justify-content: center;
    }

    .banners_home_2 .cb-item-content {
        padding: 1.5rem 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .banners_home_2 .custom-html {
        /* position: static; */
        transform: none;
        width: 100%;
        padding: 1.5rem;
    }

    .product_carousel .product-thumbnail {
        width: 300px;
        margin: 1.5rem auto;
        max-width: 90%;
    }

    .banners_home_4 {
        gap: 0;
    }
    .banners_home_4 .custom-html {
        font-size: 1.6rem;
        text-align: center;
    }
    .solidaridad_2 {
        font-size: 1.45em;
    }

    .banner_home_7, .banner_home_8, .banner_home_9 {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }

    .banner_home_9 br {
        display: block !important;
    }

    .splash_home .custom-html {
        text-align: center;
        width: 100%;
        padding: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    
    #module-amazzingblog-blog .category-page .post-list .sol-blog-item {
        width: 50%;   
    }

    .blog-subcategories {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .product-flex1,
    .images-container {
        height: auto !important;
    }
    .product-flex1 {
        max-height: inherit !important;
    }
}

@media screen and (max-width: 768px) {

    .showcase_nav {
        flex-wrap: wrap;
    }
    .showcase_nav-item {
        width: 50%;
    }
    .banners_home_5 > .claim_item {
        padding: .5rem;
    }

    .bloghome .post-item-wrapper {
        width: 100% ;
    }

    #cms .nuestras-aguas .custom-html {
        width: 90%;
        margin: 0 auto;
        padding: 1.5rem 0;
    }
    .banners_home_2 .banner_agua img.cb-img {
        object-position: right center;
    }
    .banners_home_2 .banner_carton img.cb-img {
        object-position: left center;
    }
    .nuestras-aguas .banner_agua img.cb-img {
        object-position: left center;
    }
    .nuestras-aguas .banner_carton img.cb-img {
        object-position: right center;
    }


    .products > .product-thumbnail {
        width: 50%;
    }



}


@media screen and (max-width: 550px) {
    .footer_col {
        width: 100%;
    }

    .nl_label {
        font-size: 1.5rem;
    }

    #module-amazzingblog-blog .category-page .post-list .sol-blog-item {
        width: 100%;   
    }

    .products > .product-thumbnail {
        width: 100%;
    }

    .banner_home_4.infografia_envase .custom-html p {
        flex-direction: column;
    }
    .banner_home_4.infografia_envase .custom-html img {
        width: 345px;
        max-width: 100%;
    }
}

.aula{width: 100%!important;}

.post-item-cover-compact img{
    width:100%;
    height: auto;
}
.banners_home_5.bg_contain .cb-item{
    width: 20%;
}
@media screen and (max-width: 720px) {
    .menu-nuestras-aguas img {
        width: 100%;
    }
    .banners_home_5.bg_contain .cb-item{
        width: 50%;
    }
    .banners_home_5.bg_contain .cb-item p{
        max-width: 80px;
    }
}

.wpcf7-form-control-wrap .select_arrow {
    right: 12px ;
    top: 41px ;
  }
  @media screen and (max-width: 720px) {
      .wpcf7-form-control-wrap .select_arrow {
          top: 24px ;
        }
        
    }
  .field-wrap{
    margin:10px auto!important;
  }
  
.wk-payment-confirmation-btn.blocked {
    /*font-size: 0 !important;*/
    cursor: not-allowed;
}
.wk-payment-confirmation-btn.blocked span:first-child {
    visibility: hidden;
}
.cart_loader {
    position: absolute;
    z-index: 11;
    border-top: 0.2em solid currentcolor;
    border-right: 0.2em solid transparent;
    animation: loader-19 1s linear infinite;
    border-radius: 100%;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    font-size: 1rem;
    opacity: 0;
    transition: opacity .2s;
}
.wk-payment-confirmation-btn.blocked .cart_loader {
    opacity: 1;
}
@keyframes loader-19 {
    to {
        transform:rotate(360deg)
    }
}