/*
 Theme Name:   LaOferta Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

/* TIPOGRAFIA */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@400&display=swap');

/* GRILLA LOCALES */
html p.info-text {
    font-weight: 200 !important;
    font-style: italic;
    line-height: 120%;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    text-shadow: 0px 0px 1px black;
    letter-spacing: 0.03rem
}
html .custom-warning-text{
    color: var(--color-rojo);
    font-style: italic;
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
html .custom-warning-text:before{
    content:"";
    margin-right: 15px;
    width: 67px;
    height: 37px;
    display: block;
    background-image: url(https://laofertaonline.cl/wp-content/images/icono_advertencia.svg);
}
.page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading,
.page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor{
    padding: 0px 5px;
}
.grilla-locales{
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-row: 1fr;
    grid-auto-rows: 1fr;
    margin-top: -35px;
    border-top: 1px solid var(--color-azul-oscuro);
    padding-top: 100px;
}
.grilla-locales li{
    margin-bottom: 30px;
}
.grilla-locales li:nth-child(3n-1),
.grilla-locales li:nth-child(3n-2){
    margin-right: 20px;
}
.grilla-locales li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    background-color: white;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    height: 100%;
}
.grilla-locales li a:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.grilla-locales li a .local__imagen{
    flex-basis: 40%;
}
.grilla-locales li a .local__contenido{
    flex-basis: 55%;
}
.grilla-locales li a .local__contenido h3{
    font-size: 17px !important;
    letter-spacing: 1px;
    color: var(--color-rojo);
    font-weight: 700 !important;
}
.grilla-locales li a .local__contenido p{
    font-size: 15px !important;
    line-height: 120% !important;
    font-weight: 400 !important;
    font-family: var(--barlow) !important;
    opacity: 0.4;
}
.grilla-locales li a .local__contenido span{
    font-size: 18px !important;
    color: var(--color-azul) !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    font-family: var(--barlow) !important;
    letter-spacing: 1px;
}
.grilla-locales li a:hover .local__contenido span{
    color: var(--color-azul-oscuro) !important;
    transition: color 450ms ease;
}
@media (min-width: 0px) and (max-width: 480px) {
    .grilla-locales{
        grid-template-columns: repeat(1,1fr);
    }
    .grilla-locales li:nth-child(3n-1),
    .grilla-locales li:nth-child(3n-2){
        margin-right: 0px;
    }
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading, 
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor {
        padding: 0px 15px !important;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .grilla-locales{
        grid-template-columns: repeat(1,1fr);
    }
    .grilla-locales li:nth-child(3n-1),
    .grilla-locales li:nth-child(3n-2){
        margin-right: 0px;
    }
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading, 
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor {
        padding: 0px 15px !important;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .grilla-locales{
        grid-template-columns: repeat(2,1fr);
    }
    .grilla-locales li a{
        flex-direction: column;
    }
    .grilla-locales li a .local__imagen{
        width: 100%;
        margin-bottom: 20px;
    }
    .grilla-locales li a .local__imagen img{
        width: 100%;
    }
    .grilla-locales li:nth-child(3n-1),
    .grilla-locales li:nth-child(3n-2){
        margin-right: 0px;
    }
    .grilla-locales li:nth-child(odd){
        margin-right: 10px;
    }
    .grilla-locales li:nth-child(even){
        margin-left: 10px;
        margin-right: 0px;
    }
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading, 
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor {
        padding: 0px 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grilla-locales{
        grid-template-columns: repeat(2,1fr);
    }
    .grilla-locales li:nth-child(3n-1),
    .grilla-locales li:nth-child(3n-2){
        margin-right: 0px;
    }
    .grilla-locales li:nth-child(odd){
        margin-right: 10px;
    }
    .grilla-locales li:nth-child(even){
        margin-left: 10px;
        margin-right: 0px;
    }
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading, 
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor {
        padding: 0px 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .grilla-locales{
        grid-template-columns: repeat(2,1fr);
    }
    .grilla-locales li:nth-child(3n-1),
    .grilla-locales li:nth-child(3n-2){
        margin-right: 0px;
    }
    .grilla-locales li:nth-child(odd){
        margin-right: 10px;
    }
    .grilla-locales li:nth-child(even){
        margin-left: 10px;
        margin-right: 0px;
    }
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading, 
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor {
        padding: 0px 15px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-heading, 
    .page-id-4512 .cabecera.last .elementor-widget-wrap .elementor-widget-text-editor {
        padding: 0px 15px !important;
    }
}


/* MAPA */
#map p,
#map iframe{
    width: 100%;
    height: 100%;
}

/* MENU NUEVO*/
:root{
    --mm-spn-item-height: 80px !important;
}
.mobile-header-wrapper .cc_cart_items_list{
    position: relative;
    left: -10px;
}
.mobile-header-wrapper span.cc_cart_count{
    top: -5px;
    right: 10px;
}
#toggleMenu{
    background-color: #BC1618;
    width: 50px;
    height: 50px;
    border: none;
    margin-left: auto;
    margin-right: 0px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(menu/nav-menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    left: -20px;
}
#close-button{
    width: 60px;
    padding: 10px;
    right: 0px;
    position: absolute;
    justify-content: end;
    top: 40px;
    transform: translate(0, -50%);
}
.mm-spn.mm-spn--navbar ul::before {
    opacity: 1;
}
.mm-spn.mm-spn--navbar::before{
    opacity: 1;
    width: 13px;
    height: 13px;
}
.mm-spn.mm-spn--navbar::after{
    font-size: 18px;
    opacity: 1;
    letter-spacing: 0.05em;
    color: var(--color-amarillo);
    text-transform: uppercase;
}
.mm-spn.mm-spn--light,
.mm-spn.mm-spn--navbar.mm-spn--main{
    background-color: var(--color-azul-oscuro);
    color: white;
}
.mm-spn a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mm-spn.mm-spn--navbar > ul > li:nth-last-child(2):after,
.mm-spn.mm-spn--navbar > ul > li.last::after{
    opacity: 0 !important;
}
.mm-spn.mm-spn--navbar ul li.last{
    background-color: var(--color-rojo);
}
.mm-spn.mm-spn--navbar ul li.last > a{
    background-color: var(--color-rojo);
}
.mm-spn a span{
    padding: 0px;
    padding-left: 10px;
}
.mm-spn a:after{
    display: none !important;
}
.mm-spn a img{
    width: 22px;
    height: auto;
    margin-right: 0px;
}
.mm-spn li:after{
    margin-left: 0px;
    opacity: 1;
}
.mm-spn li:before{
    top: 50%;
    opacity: 1;
    right: 25px;
}
@media (min-width: 0px) and (max-width: 480px) {
    :root{
        --mm-ocd-max-width: 80%;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    :root{
        --mm-ocd-max-width: 400px;
    }
}


/* CARRITO */
html .cc-cart-actions.cc-no-branding {
    z-index: 5;
}
html .mm-spn a,
html .mm-spn.mm-spn--navbar::after,
html .cc-window-wrapper,
html .cc-window a.cc-button,
html .cc-window-wrapper ul li,
html .cc-window-wrapper ul li a,
html .cc-product-link,
html .cc-cart-actions,
html .cc-cart-actions a.cc-button-primary,
html #cc-cart .save_for_later_btn,
html a.button.cc-button-sm.cc_cart_from_sfl{
    font-family: var(--barlow) !important;
}
html .cc-window .cc-empty-msg a:hover.cc-button{
    background-color: var(--color-rojo);
}
html .cc-empty img{
    filter: invert(29%) sepia(9%) saturate(3958%) hue-rotate(188deg) brightness(100%) contrast(94%);
}
html .cc-cart-actions .cc-totals .cc-total-amount{
    font-size: 24px;    
}
html span.cc_cart_count{
    position: absolute;
    top: -4px;
    right: -2px;
    background-color: var(--color-rojo);
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html .cc-window a.cc-button,
html a.button.cc-button-sm.cc_cart_from_sfl,
html .cc-cart-actions a.cc-button-primary{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: var(--color-azul) !important;
    border-radius: 0px !important;
}
html .cc-cart-actions a:hover.cc-button-primary{
    background-color: var(--color-rojo);
}
html .cc-product-link{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 100% !important;
}
html .cc_cart_items_list i{
    width: 51px;
    height: 45px;
    background-image: url(carrito.svg);
    background-repeat: no-repeat;
    background-size: 90%;
}
html .cc_cart_items_list i:before{
    display: none;
}
html .cc-product-upsells-wrapper:empty{
    display: none !important;
}
@media (min-width: 0px) and (max-width: 480px) {
    .cc-window{
        width: 80% !important;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .cc-window{
        width: 80% !important;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .cc-window{
        max-width: 400px !important;
    }
}

/* GENERAL*/
#ui-datepicker-div{
	background-color: white;
}
html .ui-widget-content .ui-state-default.ui-state-active{
	color: white !important;
}
html #ui-datepicker-div .ui-icon{
	 overflow: hidden;
    text-indent: 999px;
}
:root{
    --color-negro: #030D1F;
    --color-azul: #384F94;
    --color-azul-oscuro: #0A1831;
    --color-rojo: #BC1618;
    --color-gris: #6D7587;
    --color-gris-claro: #D9DBE8;
    --color-gris-medio: #A6ABB6;
    --color-gris-mas-claro: #F1F3F6;
    --color-rosado: #FFB5B2;
    --color-amarillo: #F5E306;
    --color-blanco: #FFF;
    --barlow: 'Barlow Condensed', sans-serif;
}
html .et_b_header-mobile-menu .menu .menu-item a{
    font-family: var(--barlow) !important;
}
body{
    font-family: var(--barlow);
}
body.popup-active:before{
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    content:"";
    height: 100%;
    width: 100%;
    background-color: var(--color-negro);
    z-index: 5;
    opacity: 0.7;
}
.home section[data-id*="e08087c"] .elementor-widget-wrap{
    padding-top: 0px !important;
}
.pb-4{
    padding-bottom: 40px !important;
}
.page-heading{
    margin-bottom: 0px !important;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6{
    font-family: var(--barlow) !important;
}
html .h2 h2{
    font-size: 25px !important;
}
html .h2 h2 strong{
    font-weight: 600;
    color: var(--color-rojo);
}
html p,
html ol li,
html ol li span,
html .elementor-inner ul li{
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    color: var(--color-azul-oscuro) !important;
}
html .titulo-rojo,
html .titulo-rojo h2{
    font-size: 25px !important;
    font-family: var(--barlow) !important;
    color: var(--color-rojo) !important;
}
html .cabecera{
    padding: 30px 0px 40px 0px;
}
html .woocommerce-account .cabecera h2{
    margin: 0px;
    border: none;
    padding: 0px;
    color: var(--color-negro)
}
html .cabecera h1,
html .cabecera h2{
    font-size: 30px !important;
}
html .altura-100{
    height: 70px;
}
html .sticky-on .header-bottom,
html .header-bottom{
    background-color: var(--color-azul-oscuro) !important;
}
html .header-bottom:after{
    content:"";
    background-color: var(--color-rojo);
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    content:"";
    width: 50%;
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu{
    z-index: 1;
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu > .current-menu-item > a {
    background-color: transparent;
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a:hover, 
html .header-main-menu.et_element-top-level.menu-items-custom .menu > .menu-active > a{
    background-color: var(--color-azul-oscuro) !important;
    color: var(--color-rosado) !important;
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a:hover img, 
html .header-main-menu.et_element-top-level.menu-items-custom .menu > .menu-active > a img{
    filter: brightness(0) saturate(100%) invert(85%) sepia(91%) saturate(4260%) hue-rotate(290deg) brightness(101%) contrast(103%);
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a{
    font-size: 18px !important;
    font-family: var(--barlow);
    background-color: var(--color-azul-oscuro) !important;
    padding-left: 5px;
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu > li.last > a{
    background-color: var(--color-rojo) !important;
    padding-left: 20px;
    padding-right: 0px;
}
html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a img{
    width: 25px !important;
    height: 25px;
    object-fit: contain;
}
html .menu-der{
    margin-left: auto;
    margin-right: 0px;
}
html .header-main-menu2,
html .header-main-menu2 > div,
html .header-main-menu2 > div > ul{
    width: 100% !important;
}
html .header-main-menu2.et_element-top-level .menu > .current-menu-item > a,
html .header-main-menu2.et_element-top-level .menu > li > a{
    color: var(--color-blanco);
}
html .header-main-menu2.et_element-top-level .menu > .current-menu-item > a:hover,
html .header-main-menu2.et_element-top-level .menu > li > a:hover{
    color: var(--color-rosado);
}
html .header-main-menu2.et_element-top-level .menu > li > a{
    font-family: 'Poppins','Arial', sans-serif;
}
html #menu-top-header-menu-1 img{
    max-width: 16px;
}
html #menu-top-header-menu-1 li{
    display: flex;
    align-items: center;
}
html #menu-top-header-menu-1 li:after{
    content:"";
    width: 1px;
    height: 12px;
    background-color: var(--color-blanco);
    display: block;
    margin-right: 10px;
}
html #menu-top-header-menu-1 li:nth-child(2):after,
html #menu-top-header-menu-1 li:last-child:after{
    display: none;
}
html .elementor-form label{
    font-size: 18px !important;
    color: var(--color-azul-oscuro) !important;
}
html .elementor-form button{
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    border-radius: 0px !important;
}

/* BREADCRUMBS */
.page-heading .breadcrumbs, 
.page-heading .woocommerce-breadcrumb, 
.page-heading .bbp-breadcrumb, 
.page-heading .a-center, 
.page-heading .title, 
.page-heading a,
.page-heading .span-title, 
[class*=" paged-"] .page-heading.bc-type-left2 .span-title, 
.bbp-breadcrumb-current, 
.page-heading .breadcrumbs a, 
.page-heading .woocommerce-breadcrumb a, 
.page-heading .bbp-breadcrumb a,
.page-heading .breadcrumbs #breadcrumb,
.page-heading .a-center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
html .back-history{
    display: none !important;
}
html .breadcrumbs,
html .breadcrumbs *{
    width: auto;
}
html .page-heading .col-md-12{
    display: flex;
    justify-content: center;
    align-items: center;
}
html .page-heading .col-md-12 a,
html .page-heading .col-md-12 h1{
    color: var(--color-blanco) !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-family: var(--barlow) !important;
    font-weight: 500 !important;
}
html .page-heading .col-md-12 h1{
    position: relative;
}
html .woocommerce-breadcrumb a + .delimeter, 
#breadcrumb a + .delimeter, 
.bbp-breadcrumb a + .bbp-breadcrumb-sep{
    font-size: 11px;
    margin-right: 5px;
    margin-left: 5px;
    color: var(--color-rojo);
    position: relative;
    top: 1px;
}
.woocommerce-breadcrumb a:last-of-type + .delimeter, 
#breadcrumb a:last-of-type + .delimeter, 
.bbp-breadcrumb a:last-of-type + .bbp-breadcrumb-sep{
    font-size: 11px !important;
}
html .et_b_header-search.et_element-top-level .input-row,
html .et_b_header-search.et_element-top-level input[type="text"]{
    border: none;
    box-shadow: none !important;
}
html .et_b_header-search.et_element-top-level .input-row .search-button,
html .et_b_header-search.et_element-top-level input[type="text"]{
    background-color: transparent !important;
}
html .et_b_header-search.et_element-top-level .input-row{
    background-color: var(--color-gris-mas-claro) !important;
    border-radius: 10px;
}
html .et_b_header-search.et_element-top-level input[type="text"], 
html .et_b_header-search.et_element-top-level select, 
html .et_b_header-search.et_element-top-level .search-button{
    height: 45px !important;
    line-height: calc(45px / 2);
    font-family: var(--barlow) !important;
}
html #header .et_connect-block a{
    padding: 0px;
}
html #header .header-html_block1 p{
    display: flex;
    justify-content: start;
    align-items: center;
}
html #header .header-html_block1 img{
    max-width: 97px;
    width: auto;
    height: auto;
    max-height: 38px;
    margin: 0px 10px;
}
html #header .header-main .et-wrap-columns{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
html #header .et_b_header-account{
    margin-right: 0px !important;
}
html #header .et_b_header-account .et_b-icon{
    background-image: url(assets/images/mi-cuenta.svg);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
html #header .et_b_header-account.et_element-top-level > a svg{
    display: none;
}
html .et_b_header-cart.et_element-top-level .et-quantity{
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
    background-color: #d92328;
    color: #FFF;
    width: 22px;
    height: 22px;
}
html .et-quantity-right .et-quantity{
    top: -20px;
    margin-left: 1px;
    right: 16px;
}

/* LISTAS */
html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul {
    padding-left: 0px;
}
html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:before{
    content:"";
    position:absolute;
    top: 13px;
    left: 0px;
    border-radius: 10px;
    content:"";
    width: 7px;
    height: 7px;
    background-color: var(--color-rojo);
}
html body:not(.elementor-editor-active) .page-wrapper ol{ 
    list-style: none; 
    counter-reset: item; 
    padding-left: 0px !important;
    position: relative;
    padding-right: 30px !important;
} 
html body:not(.elementor-editor-active) .page-wrapper ol:before{
    content:"";
    display: block;
    position: absolute;
    top: 0px;
    left: 18px;
    width: 1px;
    height: 95%;
    background-color: var(--color-gris-medio);
}
html body:not(.elementor-editor-active) .page-wrapper ol > li{ 
    counter-increment: item; 
    margin-bottom: 5px; 
    padding-left: 50px;
    position: relative;
} 
html body:not(.elementor-editor-active) .page-wrapper ol > li:not(:last-child){
    margin-bottom: 20px;
}
html body:not(.elementor-editor-active) .page-wrapper ol > li:before { 
    margin-right: 10px; 
    content: counter(item); 
    background: var(--color-rojo); 
    border-radius: 100%; 
    color: var(--color-blanco);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px !important;
    font-family: var(--barlow) !important;
}

/* POPUP */
#agePopup{
    width: 600px;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #FEFEFE;
    border-radius: 13px;
}
#agePopup .popup-image {
    position: relative
}
#agePopup .popup-image span{
    position: absolute;
    font-size: 45px !important;
    bottom: 30px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: var(--color-blanco);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    width: 100%;
    font-weight: bold;
    line-height: 1em;
    font-family: var(--barlow);
}
#agePopup .popup-image img{
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
#agePopup .popup-content{
    text-align: center;
    padding: 30px;
}
#agePopup .popup-content p{
    line-height: 1.1em;
}
#agePopup .popup-content .boton{
    width: 99px;
    height: 53px;
    border: none;
    font-family: var(--barlow);
    transition: background-color 500ms ease;
    font-size: 18px;
}
#agePopup .popup-content .boton#btnYes:hover,
#agePopup .popup-content .boton#btnNo:hover{
    background-color: var(--color-rojo) !important;
}
#agePopup .popup-content .boton#btnYes{
    background-color: var(--color-azul) !important;
}
#agePopup .popup-content .boton#btnNo{
    background-color: var(--color-gris) !important;
}

/* CARACTERISTICAS */
.col-55{
    width: 55% !important;
    padding-right: 5%;
}
.col-45{
    width: 45% !important;
}
.caracteristicas{
    margin: 50px 0px;
}
.caracteristicas p{
    color: var(--color-blanco);
}
.caracteristicas .elementor-column{
    background-color: #0A1831;
    padding: 50px;
}
.caracteristicas .elementor-column:nth-child(even),
.caracteristicas .elementor-column:nth-child(even) .elementor-column-wrap{
    background-color: #030D1F !important;
}
.caracteristicas .elementor-column h2{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.caracteristicas .elementor-column p{
    font-size: 18px !important;
}
.caracteristicas .elementor-column h2,
.caracteristicas .elementor-column p{
    color: var(--color-blanco) !important;
    text-align: center !important;
}

/* BANNER AZUL */
.banner-azul{
    padding: 50px 0px;
    background-color: var(--color-azul-oscuro) !important;
}
.banner-azul p{
    color: var(--color-blanco) !important;
    font-size: 35px !important;
    line-height: 100% !important;
    padding-left: 30px;
}
.banner-azul p a{
    color: var(--color-blanco) !important;
    font-size: 35px !important;
    line-height: 100% !important;
    position: relative;
    font-family: var(--barlow);
}
.banner-azul p a:after{
    content:"";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--color-blanco);
}
.banner-azul .elementor-row{
    display: flex;
    align-items: center;
}
.banner-azul .elementor-row .elementor-column:first-child{
    width: 12.64%;
}
.banner-azul .elementor-row .elementor-column:last-child{
    width: 87.36%;
}
.page-id-115416 .banner-azul .elementor-row .elementor-column:last-child{
    width:  100%;
}

/* BLOQUE DESPACHO */
.bloque-despacho{
    padding: 40px 0px;
}
.bloque-despacho .elementor-row .elementor-column:first-child{
    width: 60px !important;
    display: flex;
    align-items: center;
}
.bloque-despacho .elementor-row .elementor-column:last-child{
    width: calc(100% - 60px) !important;
}
.bloque-despacho .elementor-row .elementor-column h2{
    font-size: 30px !important;
    margin-bottom: 0px !important;
}
.bloque-despacho .elementor-row .elementor-column p{
    font-size: 25px !important;
}
.bloque-despacho:nth-child(even){
    background-color: var(--color-gris-mas-claro);
}
.bloque-despacho:last-child{
    margin-bottom: 50px;
}

/* HOME */
.tres-bloques{
    margin-bottom: 70px;
}
.tres-bloques .elementor-column,
.tres-bloques .elementor-column .elementor-widget-wrap{
    position: relative;
}
.tres-bloques .elementor-column .elementor-widget-wrap .elementor-widget:first-child{
    padding-bottom: 9px;
}
.tres-bloques .elementor-column .elementor-widget-wrap .elementor-widget:last-child{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.tres-bloques .elementor-column .elementor-widget-wrap .elementor-widget .elementor-button{
    width: calc(100% - 20px) !important;
    background-color: var(--color-azul) !important;
    color: var(--color-blanco) !important;
    border-radius: 0px!important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    transition: background-color 500ms ease;
    font-family: var(--barlow);
    font-size: 20px !important;
}
.tres-bloques .elementor-column .elementor-widget-wrap .elementor-widget .elementor-button span{
    font-family: var(--barlow);
}
.tres-bloques .elementor-column .elementor-widget-wrap .elementor-widget a:hover.elementor-button{
    background-color: var(--color-rojo) !important;
}
.cuatro-bloques{
    padding-top: 50px;
}
.cuatro-bloques .elementor-row{
    gap: 5px;
}
.cuatro-bloques .elementor-widget-wrap{
    padding: 0px !important;
}
.grilla-iconos{
    padding-top: 70px;
}
.grilla-iconos .elementor-widget-wrap{
    padding: 0px !important;
}
.grilla-iconos ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 20px;
}
.grilla-iconos ul li{
    width: 15%;
    padding-left: 0px !important;
}
.grilla-iconos ul li:before{
    display: none;
}
.grilla-iconos ul li a{
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    background-color: var(--color-gris-mas-claro);
    padding-bottom: 30px;
    position: relative;
    transition: background-color 500ms ease;
    font-family: var(--barlow);
}
.grilla-iconos ul li a:hover{
    background-color: var(--color-azul-oscuro) !important;
    color: var(--color-blanco);
}
.grilla-iconos ul li a img{
    width: auto;
    max-height: 60px !important;
}
.grilla-iconos ul li a:hover img{
    filter: brightness(1000);
}
.grilla-iconos ul li a strong{
    position: absolute;
    bottom: 15px;
    left: 0%;
    width: 100%;
    text-align: center;
    padding: 0px 6px;
    font-weight: normal;
    color: var(--color-gris);
    transition: color 500ms ease;
}   
.grilla-iconos ul li a:hover strong{
    color: var(--color-blanco);
}
.grilla-iconos ul li:last-child a{
    background-color: var(--color-rojo);
}
.grilla-iconos ul li:last-child a strong{
    color: var(--color-blanco) !important;
}
.product-slide .content-product{
    background-color: var(--color-blanco);
    height: 100%;
}
.product-slide .product-details .quantity-wrapper .button {
    width: 100% !important;
}
.swiper-container .content-product{
    position: relative;
}
.swiper-container .content-product .product-details .ajax_add_to_cart{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    background-image: url(https://laofertaonline.cl/wp-content/images/boton-comprar-v3.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-container .content-product .product-details .added_to_cart{
    display: none !important;
}
.swiper-container .content-product .product-details {
    padding: 20px !important;
    padding-bottom: 40px !important;
    position: static;
}
.swiper-container .content-product .product-details h3{
    line-height: 1.7em !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Número de líneas a mostrar */
    -webkit-box-orient: vertical;
    height: auto;
}
.swiper-container .content-product .product-details h3 a{
    color: var(--color-azul-oscuro) !important;
    font-size: 25px !important;
    font-weight: 700;
    font-family: var(--barlow);
    text-transform: uppercase;
}
.swiper-container .content-product .product-details p{
    color: var(--color-gris);
}
.carousel-area .product-slide{
    padding: 10px 2px 0;
    display: flex; 
    flex-direction: column; 
    align-items: stretch; 
    height: auto;
}
.carousel-area .product-slide .product{
    height: 100%;
}
html .content-product .price{
    color: var(--color-rojo) !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    font-family: var(--barlow);
    text-transform: uppercase;
}
html .pasos-compra{
    margin-bottom: 40px;
}
html .elementor-12 .elementor-element.elementor-element-f2aa87b,
html .marcas-titulo{
    border: none;
}
html .marcas-titulo h1{
    display: flex;
    align-items: center;
    font-size: 45px !important;
    color: var(--color-negro) !important;
}

/* CARRUSEL PRODUCTOS */
.carrusel-productos{
    margin: 90px 0px;
    padding: 90px 0px;
    background-color: var(--color-negro) !important;
    color: var(--color-blanco);
}
.carrusel-productos .elementor-container{
    max-width: 1270px !important;
}
.carrusel-productos h2:before{
    content:"";
    width: 20px;
    height: 40px;
    background-color: var(--color-rojo);
    margin-right: 15px;
    display: inline-flex;
    border-radius: 4px;
}
.carrusel-productos h2{
    display: flex;
    align-items: center;
    font-size: 45px !important;
    color: var(--color-blanco) !important;
}
.carrusel-productos .swiper-entry .swiper-custom-left, 
.carrusel-productos .swiper-entry .swiper-custom-right, 
.carrusel-productos .mpc-carousel__wrapper .mpc-nav-preset--default .mpc-nav__arrow i{
    opacity: 1;
    visibility: visible;
}
html .slider-noticias .wp-picture .blog-mask a{
    font-family: var(--barlow);
}
html .slider-noticias h2.elementor-heading-title{
    font-size: 35px !important;
    margin-bottom: 15px;
    font-weight: bold;
}
html .slider-noticias .swiper-button-next,
.related-products-wrapper .swiper-button-next,
.carrusel-productos .elementor-element .swiper-button-next{
    right: -25px !important;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background-color: var(--color-blanco);
    box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.10);
}
html .slider-noticias .swiper-button-next:hover,
.related-products-wrapper .swiper-button-next:hover,
.carrusel-productos .elementor-element .swiper-button-next:hover{
    opacity: 0.9;
}
html .slider-noticias .swiper-button-prev,
.related-products-wrapper .swiper-button-prev,
.carrusel-productos .elementor-element .swiper-button-prev{
    left: -25px !important;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background-color: var(--color-blanco);
    box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.10);
}
html .slider-noticias .swiper-button-prev:hover,
.related-products-wrapper .swiper-button-prev:hover,
.carrusel-productos .elementor-element .swiper-button-prev:hover{
    opacity: 0.9;
}
.slider-noticias .swiper-button-prev:before,
.slider-noticias .swiper-button-next:before,
.carrusel-productos .swiper-custom-left:before, 
.carrusel-productos .swiper-custom-right:before, 
.carrusel-productos .hover-effect-slider .sm-arrow:before, 
.carrusel-productos .mpc-nav-preset--default i:before{
    font-size: 13px;
}
.carrusel-productos .content-product .product-image-wrapper{
    min-height: 50%;
    margin-bottom: 0px;
}
.carrusel-productos .content-product .quantity-wrapper{
    height: 0px;
}
.carrusel-productos .content-product .quantity-wrapper .button:before{
    display: none;
}
.carrusel-productos .content-product .quantity{
    position: absolute;
    bottom: 65px;
    right: 16px;
}
@media only screen and (min-width: 577px) and (max-width: 768px){
    .carrusel-productos .content-product .product-image-wrapper{
        min-height: auto !important;
    }
    .carrusel-productos .content-product .quantity-wrapper{
        height: auto;
        margin-bottom: 25px;
    }
    .carrusel-productos .content-product .quantity{
        position: static;
    }
    .carrusel-productos .content-product .variation-description-lote p {
        line-height: 1em !important;
        font-size: 11px !important;
    }
    .carrusel-productos .content-product .product-details .product-title a {
        font-size: 18px !important;
        line-height: 1.2em !important;
    }
}

/* CATEGORY */
.archive .content-product{
    position: relative;
}
.archive .content-product .product-details{
    position: static;
}
.archive .content-product .product-title{
    height: auto;
}
.archive .content-product .product-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* máximo 3 líneas */
    overflow: hidden;
    line-height: 1.2em;
}
.variation-description-lote p{
    line-height: 1.2em;
}
.archive .product.outofstock,
.swiper-slide .product.outofstock{
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.archive .product.outofstock p.out-of-stock,
.swiper-slide .product.outofstock p.out-of-stock{
    display: none;
}
.empty-category-block:before{
    display: none;
}
.archive.woocommerce-page .products-title{
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}
.archive.woocommerce-page .products-title,
.empty-category-block h2{
    color: var(--color-blanco);
    font-size: 30px !important;
}
.empty-category-block .btn{
    border-radius: 0px !important;
    background-color: var(--color-azul) !important;
    font-size: 18px !important;
    letter-spacing: 0.04em !important;
    font-weight: 600 !important;
}
.empty-category-block .btn:hover{
    background-color: var(--color-rojo) !important;
}
.content-product .stock, 
.content-product .available-on-backorder{
    background-color: var(--color-amarillo);
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.archive.woocommerce-page .woocommerce-breadcrumb .span-title{
    display: none;
}
.archive.woocommerce-page .page-wrapper{
    background-color: var(--color-azul-oscuro);
}
.archive.woocommerce-page .content-product{
    background-color: var(--color-blanco);
}
.archive.woocommerce-page .content-product .product-content-image img{
    width: 100%;
}
.archive.woocommerce-page .content-product .product-image-wrapper{
    margin-bottom: 0px;
}
.archive.woocommerce-page .content-product .quantity-wrapper{
    height: 0px;
}
.archive.woocommerce-page .content-product .quantity{
    position: absolute;
    bottom: 65px;
    right:20px;
}
.archive.woocommerce-page .products-loop .content-product .product-details{
    padding: 20px !important;
    padding-bottom: 40px !important;
}
.archive.woocommerce-page .content-product .product-details .product-title a{
    color: var(--color-azul-oscuro) !important;
    font-size: 25px !important;
    line-height: 100% !important;
    font-weight: 700;
    font-family: var(--barlow);
    text-transform: uppercase;
}
.archive.woocommerce-page .content-product .product-details .ajax_add_to_cart {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    background-image: url(https://laofertaonline.cl/wp-content/images/boton-comprar-v3.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.archive.woocommerce-page .content-product .product-details .ajax_add_to_cart:before,
.single-product.woocommerce-page .content-product .product-details .ajax_add_to_cart:before{
    display: none !important;
}
.archive.woocommerce-page .cabecera{
    background-color: var(--color-blanco);
}
.archive.woocommerce-page .cabecera h2{
    color: var(--color-negro);
    margin-bottom: 0px !important;
}
.archive.woocommerce-page .cabecera .wp-block-group__inner-container{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.archive.woocommerce-page .content-page{
    padding-top: 50px;
}
.archive.woocommerce-page .sb-infinite-scroll-load-more.finished a{
    font-size: 18px;
    color: var(--color-blanco);
    margin-top: 30px;
}
.woocommerce-pagination.sb-hide{
    display: none !important;
}
.archive.woocommerce-page .main-products-loop .products-per-page{
    display: none !important;
}
.archive.woocommerce-page .sidebar-wrapper{
    padding: 20px;
    background-color: var(--color-blanco);
    margin-top: 12px;
}
.archive.woocommerce-page .col-md-push-2{
    left: inherit !important;
    order: 2;
    width: 75%;
}
.archive.woocommerce-page .col-md-pull-10{
    right: inherit !important;
    order: 1;
    width: 25%;
}
.archive.woocommerce-page .sidebar-enabled .row{
    display: flex;
}
.archive.woocommerce-page .price_slider_amount{
    flex-direction: column;
}
.archive.woocommerce-page .price_label{
    order: 1;
    font-family: var(--barlow) !important;
}
.archive.woocommerce-page .price_slider_wrapper .button{
    order: 2;
    display: block;
    margin: 10px 0 15px 0;
    padding: 7px 10px;
    width: 100%;
    background-color: #384F94 !important;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.06em !important;
    font-size: 18px;
    height: auto;
    font-family: var(--barlow) !important;
}
.archive.woocommerce-page .price_slider_wrapper .ui-slider .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    background-color: white !important;
    border: 2px solid var(--color-azul) !important;
}
.archive.woocommerce-page .widget_recently_viewed_products{
    display: none !important;
}
.archive.woocommerce-page .widget_price_filter{
    margin-bottom: 0px !important;
}
.archive.woocommerce-page .widget_product_categories.sidebar-widget ul li a, 
.archive.woocommerce-page .sidebar-widget ul li a{
    color: var(--color-azul-oscuro);
    font-size: 17px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.archive.woocommerce-page .widget_product_categories.sidebar-widget{
    margin-bottom: 10px;
}
.archive.woocommerce-page .widget_product_categories.sidebar-widget ul li:not(:last-child){
    border-bottom: 1px solid var(--color-gris-claro);
}
html .widget-title{
    padding-bottom: 15px !important;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--color-gris-claro) !important;
    text-transform: uppercase !important;
}
html .widget-title span{
    color: var(--color-azul-oscuro) !important;
    letter-spacing: 0.04em !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
html .s_widgets-open-close .sidebar .sidebar-widget:not(.sidebar-slider) > .widget-title > span:after, 
html .f_widgets-open-close .footer-widget:not(.sidebar-slider) > .widget-title > span:after{
    border: none;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-azul);
}

/* SINGLE PRODUCT */
html .descargar-pdf{
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-blanco);
    background-color: var(--color-rojo);
    font-weight: 600;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
}
html .descargar-pdf:after{
    content:"";
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(assets/images/icono-descarga.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
html a:hover.descargar-pdf{
    background-color: var(--color-azul);
}
html .single-product .product_meta,
html .single-product .product_meta a{
    color: #7A7A7A !important;
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    text-align: left;
}
html .single-product .product_meta .et-ghost-block ~ div:not(:last-child){
    margin-bottom: 0px;
}
html .single-product #product-meta-single{
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
html .single_variation_wrap .woocommerce-variation-description p{
    font-weight: 400;
    line-height: 1.2em; 
}
html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom{
    width: 90px;
    position: absolute;
    top: 10px;
    left: -90px;
    display: flex;
    flex-direction: column;
    padding: 0px !important;
}
html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom .swiper-slide{
    width: 100% !important;
    height: auto !important;
    border: 1px solid var(--color-gris-claro);
    margin-bottom: 10px !important;
}
html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside{
    width: calc(100% - 100px);
    margin-left: 100px;
}
html .woocommerce-product-gallery.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom ul.swiper-wrapper{
    display: flex !important;
    flex-direction: column !important;
}
html .woocommerce-product-gallery.images-wrapper .main-slider-on{
    border: 1px solid var(--color-gris-claro);
}
html .et_column.et_product-block.mob-full-width.mob-full-width-children.justify-content-end[style*="width:30%"]{
    width: auto !important;
}
html .single-product-builder .envio-gratuito-single{
    padding: 15px 30px;
    background-color: #FCFFE8;
    text-align: left;
    margin-left: 15px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
html .single-product-builder .envio-gratuito-single img{
    filter: brightness(0);
    margin-right: 15px;
}
html .single-product-builder .envio-gratuito-single p{
    margin-bottom: 0px !important;
}
html .single-product-builder .envio-gratuito-single p i{
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0px;
}
html .single-product-builder .envio-gratuito-single p span{
    margin-top: -5px;
    display: block;
}
html .single-product-builder .single_add_to_cart_button, 
html .single-product-builder .single_add_to_cart_button.button{
    background-color: var(--color-azul) !important;
}
html .single-product-builder .single_add_to_cart_button:hover, 
html .single-product-builder .single_add_to_cart_button.button:hover{
    background-color: var(--color-rojo) !important;
}
html .single-product .page-heading{
    padding: 1.9em 0 !important;
}
html .single-product .page-heading.vc_row, 
html .single-product .page-heading:not(.vc_row) .page-heading-inner{
    margin-bottom: 0px;
    padding: 0px !important;
    background-color: transparent !important;
    border: none !important;
}
.single-product .page-heading .woocommerce-breadcrumb, 
.single-product .page-heading .a-center, 
.single-product .page-heading .title, 
.single-product .page-heading a, 
.single-product .page-heading .span-title, 
.single-product .page-heading .woocommerce-breadcrumb a{
    text-transform: uppercase !important;
}
.single-product .page-heading .woocommerce-breadcrumb, 
.single-product .page-heading .a-center, 
.single-product .page-heading .title, 
.single-product .page-heading a, 
.single-product .page-heading .span-title, 
.single-product .page-heading .woocommerce-breadcrumb a{
    color: var(--color-blanco) !important;
    font-style: normal !important;
    font-weight: 500;
    font-size: 15px !important;
}
.single-product .single-product-builder{
    padding: 60px 0px;
}
.single-product .woocommerce-tabs .wc-tab{
    padding-top: 0px !important;
}
.single-product .wc-tabs.tabs{
    gap: 30px;
    display: none;
}
.single-product .product_title{
    font-size: 30px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.single-product .elementor-element-populated{
    margin: 0px 15px 0px 0px;
}
.single-product .woocommerce-tabs.horizontal .wc-tabs:after{
    border: none !important;
}
.single-product .woocommerce-tabs .elementor-row{
    gap: 30px;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column{
    border: 1px solid var(--color-gris-medio);
    border-top: none !important;
    padding: 40px !important;
    align-items: flex-start;
}
/*
.single-product .woocommerce-tabs .elementor-row .elementor-column:last-child .elementor-element-populated{
    display: none !important;
}
*/
.single-product .woocommerce-tabs .elementor-row .elementor-column:nth-child(2) .elementor-image{
    display: none;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column{
    position: relative;
    padding-top: 80px !important;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column *:not(h2.elementor-heading-title){
    position: static !important;
    font-family: var(--barlow);
}
.single-product .woocommerce-tabs .elementor-row .elementor-column .elementor-heading-title{
    color: var(--color-negro);
    font-size: 18px !important;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column .elementor-widget-heading:first-child h2.elementor-heading-title{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: var(--color-azul);
    color: var(--color-blanco);
    padding: 10px 20px;
    top: 0px;
    left: 0px;
    text-align: center;
    font-weight: bold !important;
    letter-spacing: 0.04em;
    font-size: 25px !important;
    width: 100% !important;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column .elementor-text-editor,
.single-product .woocommerce-tabs .elementor-row .elementor-column .elementor-text-editor em,
.single-product .woocommerce-tabs .elementor-row .elementor-column .elementor-text-editor strong{
    color: var(--color-negro);
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: normal;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column table {
    margin-top: 40px;
    background-image: url(assets/images/icono-delivery.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-family: var(--barlow);
}
.single-product .woocommerce-tabs .elementor-row .elementor-column table tr{
    display: flex;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column table tr td:first-child{
    padding-left: 90px !important;
    margin-right: 5px;
}
.single-product .woocommerce-tabs .elementor-row .elementor-column table td,
.single-product .woocommerce-tabs .elementor-row .elementor-column table td em,
.single-product .woocommerce-tabs .elementor-row .elementor-column table td strong{
    padding: 0px !important;
    color: var(--color-rojo) !important;
    font-weight: bold !important;
    font-size: 18px !important;
    letter-spacing: 0.04em;
}
.single-product .wc-tabs .et-woocommerce-tab a{
    font-weight: 700;
    font-size: 25px;
}
/*
.single-product .elementor-section-wrap section:last-child{
    display: none !important;
}
*/
.single-product .single_add_to_cart_button{
    border-radius: 0px !important;
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    background-color: var(--color-azul);
    padding: 10px 15px 9px 15px !important;
    margin-left: 20px !important;
}
.single-product .single_add_to_cart_button:hover{
    background-color: var(--color-rojo);
}
.single-product .single_add_to_cart_button:before{
    display: none !important;
}
.single-product .woocommerce-tabs.type-folders.horizontal .wc-tabs .et-woocommerce-tab{
    background-color: var(--color-azul) !important;
}
.single-product .woocommerce-tabs.type-folders .wc-tabs .et-woocommerce-tab:not(.active) a, 
.single-product .woocommerce-tabs.type-accordion .wc-tabs .et-woocommerce-tab:not(.active) a{
    color: var(--color-blanco) !important;
}
.single-product .quantity-wrapper{
    height: 44px;
}
.single-product .quantity input[type="number"],
.single-product .quantity-wrapper.type-square span{
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    border-radius: 0px;
    box-shadow: none !important;
    color: var(--color-azul-oscuro);
    font-family: var(--barlow) !important;
    font-weight: 500;
    border: none !important;
}
.single-product .quantity-wrapper.type-square span{
    background-color: var(--color-gris-mas-claro) !important;
    cursor: pointer;
}
.single-product .et_product-block .cart .quantity{
    margin: 5px 0px !important;
}
.single-product .single-product-socials{
    display: none !important;
}
.single-product .etheme-woocommerce-product-gallery{
    width: 43% !important;
}
.single-product .etheme-woocommerce-product-gallery + .et_product-block{
    width: 48% !important;
    padding-left: 30px !important;
}
.single-product .et_product-block > .price{
    font-size: 55px !important;
    font-weight: bold !important;
    font-family: var(--barlow) !important;
}
/*
.single-product .et_column .related-products-wrapper{
    display: none !important;
}
*/
.single-product .single-product-builder{
    padding-bottom: 0px !important; 
}
.single-product .et_column .related-products-wrapper{
    background-color: var(--color-azul-oscuro);
    padding-top: 50px !important;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 30px !important;
}
.single-product .et_column .related-products-wrapper:after{
    content:"";
    width: 200%;
    left: -50%;
    background-color: var(--color-azul-oscuro);
    position: absolute;
    top: 0px;
    display: block;
    z-index: -1;
    height: 100%;
}
.single-product .related-products-title{
    background-color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    font-size: 45px !important;
    color: var(--color-blanco) !important;
}
.single-product .related-products-title:before{
    content: "";
    width: 20px;
    height: 40px;
    background-color: var(--color-rojo);
    margin-right: 15px;
    display: inline-flex;
    border-radius: 4px;
    position: relative;
    top: -5px;
}
.single-product .content-page.container{
    padding-bottom: 29px !important;
}
.single-product .upsell-products-wrapper:empty{
    display: none !important;
}
.single-product .swiper-slide .content-product{
    margin-bottom: 0px !important;
}
.single-product .swiper-slide .content-product .quantity-wrapper{
    height: 0px;
}
.single-product .swiper-slide .content-product .quantity-wrapper .quantity{
    position: absolute;
    bottom: 65px;
    right: 20px;
}
.archive .content-product div.quantity > .minus, 
.archive .content-product td.quantity > .minus, 
.archive .content-product div.quantity > .plus, 
.archive .content-product td.quantity > .plus,
.home .swiper-slide div.quantity > .minus, 
.home .swiper-slide td.quantity > .minus, 
.home .swiper-slide div.quantity > .plus, 
.home .swiper-slide td.quantity > .plus,
.single-product .swiper-slide div.quantity > .minus, 
.single-product .swiper-slide td.quantity > .minus, 
.single-product .swiper-slide div.quantity > .plus, 
.single-product .swiper-slide td.quantity > .plus{
    width: 30px;
    height: 30px;
    background-color: var(--color-gris-mas-claro) !important;
    border: none !important;
}
.archive .content-product .quantity input[type="number"], 
.archive .content-product .quantity-wrapper.type-square span,
.home .swiper-slide .quantity input[type="number"], 
.home .swiper-slide .quantity-wrapper.type-square span,
.single-product .swiper-slide .quantity input[type="number"], 
.single-product .swiper-slide .quantity-wrapper.type-square span{
    width: 30px;
    height: 30px;
    border: none !important;
    box-shadow: none !important;
    font-family: var(--barlow);
}
.single-product .product_meta,
.etheme-sticky-cart .sticky_product_title{
    font-family: var(--barlow) !important;
}
.single-product .woocommerce-variation-availability p{
    color: var(--color-rojo) !important;
}

/* CARRITO */
.woocommerce-cart .cart-empty {
    padding-top: 0px !important;
}
.woocommerce-cart .cart-empty h1{
    font-size: 35px !important;
    color: var(--color-azul);
    font-weight: 600 !important;
}
.woocommerce-cart .cart-empty .btn{
    border-radius: 0px !important;
    background-color: var(--color-azul) !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-family: var(--barlow);
}
.woocommerce-cart .cart-empty .btn:hover{
    background-color: var(--color-rojo) !important;
}
.woocommerce-cart .empty-cart-block:before{
    font-size: 80px;
    color: var(--color-rojo);
    margin-top: 30px;
}
html .special-cart-breadcrumbs.woocommerce-cart .woocommerce-message:first-child{
    margin-top: 0px !important;
}
.woocommerce-cart .woocommerce-info,
.woocommerce-message{
    font-family: var(--barlow) !important;
}
html .woocommerce-cart .woocommerce-message,
html .sticky-message-on .content-page .woocommerce-message{
    background-color: var(--color-azul) !important;
}
.cart-checkout-nav{
    display: none !important;
}
.woocommerce-cart .cabecera .elementor-widget-wrap{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.woocommerce-cart .woocommerce-error:not(:empty){
    border: none !important;
    margin-bottom: 50px !important;
    background-color: var(--color-rojo) !important;
    margin-top: 30px;
}
.woocommerce-cart .woocommerce-error li{
    color: var(--color-blanco) !important;
}
.woocommerce-cart .woocommerce-error li:before{
    display: none;
}
table.shop_table {
    font-family: var(--barlow) !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}
table.shop_table thead th{
    font-size: 18px !important;
    color: var(--color-negro) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-weight: 700 !important;
    padding-top: 16px !important
}
table.shop_table tbody tr{
    border-bottom: 1px solid var(--color-gris-claro);
}
table.shop_table tbody td{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
table.shop_table .product-name img{
    max-width: 138px;
    height: 138px;
    width: 138px;
    border: 1px solid var(--color-gris-claro);
}
table.shop_table .product-details .remove-item{
    background-color: var(--color-rojo) !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 0.04em !important;
    border-radius: 0px !important;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: var(--barlow);
}
.cart-order-details .cart_totals > h2,
table.shop_table .product-details .product-title{
    color: var(--color-negro) !important;
    font-size: 18px !important;
    font-family: var(--barlow) !important;
}
.cart-order-details .cart_totals > h2{
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700 !important;
}
.cart-collaterals{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 14px;
}
.cart-collaterals .cart_totals table tr{
    border: none !important;
}
.cart-collaterals .cart_totals table th{
    padding-left: 20px;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: var(--color-negro) !important;
    padding-top: 10px  !important;
    padding-bottom: 10px !important;
}
.cart-collaterals .cart_totals table ul li{
    font-size: 20px;
    letter-spacing: 0.04em;
    color: var(--color-negro) !important;
}
.cart-collaterals .cart_totals table ul li label{
    color: var(--color-negro) !important;
    font-size: 20px !important;
}
.cart-collaterals .cart_totals table td span,
.cart-collaterals .cart_totals table ul li label span{
    font-size: 20px !important;
    color: var(--color-negro) !important;
    text-decoration: none !important;
}
.cart-collaterals .cart_totals table .order-total th,
.cart-collaterals .cart_totals table .order-total td,
.cart-collaterals .cart_totals table .order-total td strong{
    font-weight: 700 !important;
}
.cart-collaterals .cart_totals table td{
    padding-right: 20px;
    padding-top: 10px  !important;
    padding-bottom: 10px  !important;
    font-size: 20px !important;
    color: var(--color-negro) !important;
}
.cart-collaterals .cart_totals table ul li:before{
    display: none;
}
.cart-collaterals .cart_totals .checkout-button{
    border-radius: 0px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #559304 !important;
    font-family: var(--barlow);
    font-size: 18px;
}
html table.shop_table div.quantity > span, 
html table.shop_table td.quantity > span{
    width: 30px !important;
    height: 30px !important;
    background-color: var(--color-gris-mas-claro) !important;
    border: none !important;
}
html table.shop_table .quantity input[type="number"], 
html table.shop_table .quantity-wrapper.type-square span {
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    border-radius: 0px;
    box-shadow: none !important;
    color: var(--color-azul-oscuro);
    font-family: var(--barlow) !important;
    font-weight: 500;
    border: none !important;
}
table.shop_table .product-price, 
table.shop_table .product-price span,
table.shop_table .product-subtotal,
table.shop_table .product-subtotal span{
    font-size: 20px;
    color: var(--color-negro) !important
}
.woocommerce-cart-form .actions{
    border-top: 0px !important;
    margin-top: 20px !important
}
.actions a,
.woocommerce-cart-form  .actions a{
    background-color: var(--color-gris-medio) !important;
    font-size: 18px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: var(--color-blanco) !important;
    font-family: var(--barlow) !important;
    font-weight: 700 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.actions a i{
    display: none;
}
.woocommerce-cart-form .actions a i{
    display: none !important;
}
.woocommerce-cart .elementor-widget-shortcode .row{
    display: flex;
    justify-content: space-between;
}
.woocommerce-cart .elementor-widget-shortcode .col-md-7{
    width: calc(100% - 450px) !important;
    padding-left: 0px !important;
}
.woocommerce-cart .elementor-widget-shortcode .col-md-5{
    width: 400px !important;
    padding-right: 0px !important;
}   
button[name="update_cart"]{
    background-color: var(--color-azul) !important;
    font-size: 18px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: var(--color-blanco) !important;
    font-family: var(--barlow) !important;
    font-weight: 700 !important;
}

/* PERFIL USUARIO */
form.register .button, 
form.register .button.woocommerce-Button,
form.login button[name=login]{
    letter-spacing: 0.04em;
    font-family: var(--barlow) !important; 
    font-weight: 600 !important;
    font-size: 18px;
}
#yith-wcmap-avatar-form{
    border: none !important;
}
#yith-wcmap-avatar-form p.submit{
    margin: 0px !important;
}
#yith-wcmap-avatar-form input[type='submit']{
    width: 100%;
    background-color: var(--color-azul);
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 16px;
    border: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#yith-wcmap-avatar-form input[type='submit']:hover{
    background-color: #2a3e7b;
}
#yith-wcmap-avatar-form input[value="Restablecer valores predeterminados"]{
    background-color: var(--color-rojo);
    margin-top: 10px !important;
}
#yith-wcmap-avatar-form input[value="Restablecer valores predeterminados"]:hover{
    background-color: #d92328;
}
#yith-wcmap-avatar-form h3{
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-azul);
}

/* CONTACTO */
.banner-contacto{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.banner-contacto p{
    color: var(--color-blanco) !important;
}
.banner-contacto .elementor-widget-heading{
    padding-left: 50px;
}
.banner-contacto .elementor-widget-wrap{
    position: relative;
    padding-left: 0px !important;
}
.banner-contacto .elementor-widget-image{
    position: absolute;
    left: 0px;
    top: 10px;
}
.banner-contacto h2{
    font-size: 30px !important;
}
.banner-contacto .elementor-column:last-child .elementor-widget-image{
    top: 14px;
}
.banner-contacto .elementor-column:last-child .elementor-widget-image img{
    max-width: 38px;
    height: auto !important;
}
.page-id-15 .content .elementor-inner > .elementor-section-wrap > section.last .elementor-widget-heading,
.page-id-15 .content .elementor-inner > .elementor-section-wrap > section.last .elementor-widget-heading + .elementor-widget-text-editor{
    margin-bottom: 0px !important;
}
.page-id-15 .content .elementor-inner > .elementor-section-wrap > section .banner-contacto .elementor-column:last-child .elementor-column-wrap .elementor-image{
    height: auto;
    display: flex
}
.page-id-15 .content .elementor-inner > .elementor-section-wrap > section .banner-contacto .elementor-column:last-child .elementor-column-wrap .elementor-element,
.page-id-15 .content .elementor-inner > .elementor-section-wrap > section .banner-contacto .elementor-column:last-child .elementor-column-wrap img{
    height: auto !important;
}
.elementor-form button{
    margin-top: 15px;
}

/* FORM CONTACTO */
.form-contacto{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-contacto .col-50{
    width: 49%;
    margin-bottom: 10px;
}
.form-contacto .col-100{
    width: 100%;
    margin-bottom: 10px;
}
.form-contacto .col-100:last-child{
    margin-bottom: 0px;
}
.form-contacto label{
    font-size: 18px !important;
    color: var(--color-azul-oscuro) !important;
}
.form-contacto input,
.form-contacto textarea,
.form-contacto select{
    border: 1px solid #818a91 !important;
}
.form-contacto textarea{
    height: 96px;
}
.form-contacto input[type="submit"]{
    background-color: #374FA0 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    width: 100% !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 0px !important;
}
.wpcf7-form .wpcf7-spinner{
    display: none;
}
.wpcf7-form .wpcf7-spinner.submitting{
    display: flex;
    align-items: center;
}
.wpcf7-form span.wpcf7-not-valid-tip{
    font-size: 13px;
    margin-top: 4px;
}
.wpcf7-form .wpcf7-response-output{
    border: none !important;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin: 20px 0px 0px 0px !important;
    color: #08193d;
}
.elementor-15 .elementor-element.elementor-element-3c4ca0d .etheme-contact-form-7 .wpcf7-form input[type="submit"] {
    font-family: var(--barlow);
    letter-spacing: 1px;
}

/* ACORDEON */
html .elementor-tab-title{
    background-color: var(--color-blanco) !important;
    border: 1px solid var(--color-gris-medio);
    margin-top: -2px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
html .elementor-accordion-item .elementor-tab-content{
    background-color: #F7F7F7;
    border-left: 1px solid var(--color-gris-medio);
    border-right: 1px solid var(--color-gris-medio);
}
html .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-bottom-color: rgb(166 171 182) !important;
}
html .elementor-accordion-item .elementor-tab-content{
    font-family: var(--barlow) !important;
    font-size: 18px !important;
}
html .elementor-accordion-item:last-child .elementor-tab-content{
    border-bottom: 1px solid var(--color-gris-medio) !important;
}
html .elementor-accordion-item .elementor-tab-content ol{
    margin-bottom: 30px !important;
}
html .elementor-accordion-title{
    color: var(--color-gris) !important;
    font-size: 20px !important;
    font-family: var(--barlow) !important;
}
html .elementor-active .elementor-accordion-title{
    color: var(--color-rojo) !important;
}
html .elementor-accordion .elementor-tab-title .elementor-accordion-icon{
    width: 41px;
    height: 41px;
    background-color: #EEEEEE !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
}
html .elementor-accordion-icon{
    color: var(--color-gris) !important;
}
html .elementor-active .elementor-accordion-icon{
    color: var(--color-rojo) !important;
}

/* FAQS */
.bloque-item-alterno{
    padding: 50px 0px;
}
.bloque-item-alterno:nth-child(even){
    background-color: #F1F3F6 !important;
}
.bloque-item-alterno h2{
    font-size: 30px !important;
    color: var(--color-rojo) !important;
    font-family: var(--barlow) !important;
}
.bloque-item-alterno ol{
    padding-left: 20px !important;
}
.bloque-item-alterno ol:before{
    display: none !important;
}
html .bloque-item-alterno ol > li:before{
    background: none !important;
    width: auto;
    height: auto;
    color: var(--color-azul-oscuro);
    content: counter(item)'.'; 
}
.bloque-item-alterno ol li{
    padding-left: 20px !important;
    margin-bottom: 0px;
}

/* GIFTCARD */
.bloque-giftcard{
    padding: 50px 0px;
}
.bloque-giftcard .elementor-column:last-child{
    display: flex;
    align-items: center;
    width: calc(100% - 35%);
    padding-left: 2%;
}
.bloque-giftcard .elementor-column:last-child p{
    font-size: 25px !important;
    line-height: 110%;
}
.bloque-giftcard .elementor-column:last-child  ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-top: 30px;
    padding-right: 50px;
}
.bloque-giftcard .elementor-column:last-child  ul li{
    padding-left: 0px !important;
}
.bloque-giftcard .elementor-column:last-child  ul li:before{
    display: none;
}
.bloque-giftcard .elementor-column:last-child  ul li a{
    border: 1px solid var(--color-gris-medio);
    padding: 5px 20px;
    width: 155px;
    text-align: center;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-family: var(--barlow);
}

/* LOGIN */
#customer_login{
    margin-bottom: 50px;
}
#customer_login > div{
    border-color: var(--color-gris-claro);
}
button.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
    margin-top: 60px;
    border-radius: 0px !important;
    width: 100%;
}
.woocommerce-form-register__submit{
    margin-top: 14px;
    margin-bottom: 14px;
}
.woocommerce form .form-row .required{
    color: var(--color-rojo);
}
.u-columns.col2-set input[type="text"],
.u-columns.col2-set input[type="email"],
.u-columns.col2-set input[type="password"]{
    box-shadow: none;
    background-color: white;
    height: 3.2rem;
    border-color: var(--color-gris-medio);
}
.woocommerce-account .u-columns h2{
    font-size: 25px;
    color: var(--color-azul) !important;
    text-transform: uppercase;
    border: none;
    margin-bottom: 25px;
    padding-bottom: 0px;
}
.woocommerce-form-login__rememberme span{
    color: var(--color-azul-oscuro);
    font-family: var(--barlow) !important;
    font-size: 18px !important;
}
.u-column2.col-2 p {
    display: block;
    margin-bottom: 6px;
}

/* MI CUENTA */
#my-account-menu{
    width: 350px !important;
}
#my-account-menu .myaccount-menu{
    padding: 29px !important;
    border: 1px solid var(--color-gris-claro);
}
#my-account-menu.position-left .myaccount-menu li a{
    border-right: none !important;
    display: flex;
    align-items: center;
}
#my-account-menu.position-left .myaccount-menu:before,
#my-account-menu.position-left .myaccount-menu:after{
    display: none !important;
}
#my-account-menu .myaccount-menu li > a{
    font-size: 18px !important;
    color: var(--color-gris);
    font-weight: bold !important;
    letter-spacing: 0.04em;
    font-family: var(--barlow);
}
#my-account-menu .myaccount-menu li.active > a{
    color: var(--color-azul);
}
#my-account-menu .myaccount-menu li > a > .fa{
    width: 25px;
}
#my-account-menu.position-left .myaccount-menu li:first-child a{
    padding-top: 0px;
}
#my-account-menu.position-left .myaccount-menu li:last-child a{
    border-bottom: none !important;
    padding-bottom: 0px;
}
#my-account-menu ~ .woocommerce-MyAccount-content{
    margin-top: 180px !important;
    padding-left: 30px !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content a{
    color: var(--color-rojo);
    text-decoration: underline;
    font-family: var(--barlow);
}
#my-account-menu ~ .woocommerce-MyAccount-content table thead{
    border-top: 1px solid var(--color-gris-claro);
    border-bottom: 1px solid var(--color-gris-claro);
}
#my-account-menu ~ .woocommerce-MyAccount-content table thead th{
    padding-top: 16px !important;
    padding-bottom: 13px !important;
    padding-left: 15px;
    padding-right: 15px;
}
#my-account-menu ~ .woocommerce-MyAccount-content table thead th.woocommerce-orders-table__header-order-actions{
    padding-right: 38px;
}
#my-account-menu ~ .woocommerce-MyAccount-content table thead th span{
    font-weight: 700 !important;
    font-family: var(--barlow) !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    color: var(--color-negro);
    letter-spacing: 0.04em;
}
#my-account-menu ~ .woocommerce-MyAccount-content table tbody tr:nth-child(even){
    background-color: #F8FAFF;
}
.woocommerce-view-order #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.woocommerce-view-order table.shop_table,
.woocommerce-view-order table.shop_table span.amount{
    font-size: 18px !important;
}
.woocommerce-view-order .order-again a{
    width: 100% !important;
}
.woocommerce-view-order .wc-item-meta{
    padding-left: 0px !important;
}
.woocommerce-view-order .wc-item-meta,
.woocommerce-view-order table.shop_table.custom-fields{
    margin-bottom: 0px !important;
}
html .woocommerce-view-order #my-account-menu ~ .woocommerce-MyAccount-content table.shop_table.custom-fields tr{
    border: none !important;
}
html .woocommerce-view-order #my-account-menu ~ .woocommerce-MyAccount-content table.shop_table.custom-fields td{
    padding: 0px !important;
}
.woocommerce-view-order .shop_table.custom-fields th,
.woocommerce-view-order .shop_table.custom-fields td{
    padding: 0px !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px !important;
    font-family: var(--barlow) !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td a{
    color: var(--color-azul-oscuro);
    text-decoration: none;
    font-size: 16px !important;
    font-family: var(--barlow) !important;
}
.woocommerce-edit-address.woocommerce-account header.title .edit,
#my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td a.button.view,
#my-account-menu ~ .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button{
    color: var(--color-blanco);
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: var(--barlow) !important;
    border-radius: 0px;
    width: 110px;
    padding: 9.6px 10px;
    text-decoration: none;
}
#my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td a:hover.button.view,
#my-account-menu ~ .woocommerce-MyAccount-content .woocommerce-pagination a.woocommerce-button:hover{
    background-color: var(--color-rojo);
}
.my_account_orders{
    margin-bottom: 0px !important;
}
.woocommerce-MyAccount-content .woocommerce-info{
    background-color: var(--color-amarillo) !important;
    color: var(--color-azul-oscuro) !important;
    border-left: 0px;
    padding: 9px 20px 10px 50px;
    font-family: var(--barlow) !important;
}
.woocommerce-MyAccount-content .woocommerce-info:before{
    top: 10px;
}
.woocommerce-MyAccount-content .woocommerce-info a{
    color: var(--color-azul-oscuro) !important;
}
#my-account-menu .user-profile{
    display: flex;
    margin-bottom: 45px;
}
#my-account-menu .user-profile .user-image{
    width: 40%;
}
#my-account-menu .user-profile .user-image img{
    width: 100%;
    height: auto;
}
#my-account-menu .user-profile .user-info{
    margin-left: 24px;
    width: calc(60% - 24px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#my-account-menu .user-profile .username{
    text-align: left !important;
    text-transform: capitalize;
}
#my-account-menu .user-profile .logout{
    display: block;
    width: 100%;
}
#my-account-menu .user-profile .logout a{
    display: block;
    width: 100%;
    background-color: var(--color-rojo);
    padding-top: 6px;
    padding-bottom: 7px;
    font-weight: 500;
    letter-spacing: 0.06em !important;
    font-size: 18px;
    font-family: var(--barlow);
}
.mi-cuenta-wrapper{
    display: flex !important;
    width: 100%;
    margin-top: 50px !important;
    margin-bottom: 15px !important;
}
#my-account-menu .myaccount-menu li:before{
    display: none;
}
#my-account-menu .myaccount-menu li.active > a > .fa:before{
    filter: brightness(0) saturate(100%) invert(31%) sepia(9%) saturate(3871%) hue-rotate(188deg) brightness(92%) contrast(93%);
}
#my-account-menu .myaccount-menu li > a > .fa.fa-th-list:before{
    content:"";
    width: 16px;
    height: 13px;
    background-image: url(assets/images/01-icono-panel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
#my-account-menu .myaccount-menu li > a > .fa.fa-shopping-cart:before{
    content:"";
    width: 16px;
    height: 15px;
    background-image: url(assets/images/02-icono-pedidos.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
#my-account-menu .myaccount-menu li > a > .fa.fa-address-book:before{
    content:"";
    width: 16px;
    height: 22px;
    background-image: url(assets/images/03-icono-direccion.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
#my-account-menu .myaccount-menu li > a > .fa.fa-money:before{
    content:"";
    width: 18px;
    height: 18px;
    background-image: url(assets/images/04-icono-pagos.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
#my-account-menu .myaccount-menu li > a > .fa.fa-pencil-square-o:before{
    content:"";
    width: 18px;
    height: 18px;
    background-image: url(assets/images/05-icono-editar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
ul.wc-item-meta{
    margin-top: -5px;
}
ul.wc-item-meta li{
    padding-left: 0px !important;
    line-height: 1em !important;
}
ul.wc-item-meta li *{
    font-size: 18px;
    color: var(--color-gris-medio) !important;
    font-family: var(--barlow) !important;
    font-weight: 400 !important;
}
ul.wc-item-meta li:before{
    display: none;
}
.woocommerce-order-details__title{
    color: var(--color-azul) !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    border-bottom: none !important;
    letter-spacing: 0.04em !important;
}
table.order_details th{
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    font-weight: 600 !important;
    color: var(--color-azul-oscuro);
}
table.order_details .item-total,
table.order_details .item-total span{
    color: var(--color-rojo) !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tbody tr td a{
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    font-weight: 400 !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tbody tr.order_item:last-child .wc-item-meta{
    margin-bottom: 0px;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr:first-child td,
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr:first-child th{
    padding-top: 40px !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr:last-child td,
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr:last-child th{
    padding-bottom: 50px !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr th,
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr td{
    background: #FFFBF2;
    padding: 5px 15px !important;
    font-family: var(--barlow) !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr th{
    font-weight: 400 !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.order_details tfoot tr td{
    color: #888888;
}
body.woocommerce-view-order .woocommerce-notices-wrapper ~ p mark{
    color: var(--color-rojo) !important;
}
.woocommerce-account header.title h3{
    border-top: none !important;
    padding-top: 10px !important;
    margin-top: 15px !important;
}
.woocommerce-edit-address.woocommerce-account .woocommerce-Address{
    border-top: 1px solid var(--color-gris-claro);
    margin-top: 25px !important;
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce-edit-address.woocommerce-account .woocommerce-Address address{
    font-size: 18px;
    font-style: normal;
    color: var(--color-negro) !important;
    font-family: var(--barlow) !important;
    font-weight: 400 !important;
}
.woocommerce-edit-address.woocommerce-account header.title{
    border-bottom: none !important;
    padding-bottom: 0px !important;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-decoration: none;
}
.woocommerce-edit-address.woocommerce-account header.title .edit{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-azul);
    color: var(--color-blanco) !important;
    text-decoration: none !important;
    letter-spacing: 0.04em !important;
    font-weight: 500 !important;
    position: relative;
    top: 20px;
}
.woocommerce-edit-address.woocommerce-account header.title a:hover.edit{
    background-color: var(--color-rojo) !important;
}
.woocommerce-account header.title h3,
body.woocommerce-view-order .woocommerce-customer-details h2{
    color: var(--color-azul) !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    border-bottom: none !important;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #D9DBE8;
    padding-top: 30px;
    margin-top: 30px;
    letter-spacing: 0.04em !important
}
select, .select2.select2-container--default .select2-selection--single,
.woocommerce-EditAccountForm input,
.woocommerce-EditAccountForm select,
.woocommerce-edit-address.woocommerce-account .woocommerce-address-fields__field-wrapper input,
.woocommerce-edit-address.woocommerce-account .woocommerce-address-fields__field-wrapper select{
    background-color: transparent !important;
    box-shadow: none !important;
    height: 44px !important;
    border-radius: 7px !important;
    border: 1px solid var(--color-gris-medio) !important;
    color: var(--color-negro) !important;
    font-size: 18px !important;
}
.woocommerce-EditAccountForm .color-rojo{
    margin-bottom: 30px !important;
}
.woocommerce-EditAccountForm em{
    margin-top: 8px;
    display: block;
    color: var(--color-gris-medio);
}
.woocommerce-EditAccountForm legend{
    font-size: 25px !important;
    color: var(--color-rojo);
    font-family: var(--barlow) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-weight: 600 !important;
    max-width: 100% !important;
    width: 100% !important;
    position: absolute;
    top: -60px;
    left: 0px;
}
.woocommerce-EditAccountForm fieldset{
    border-color: var(--color-gris-medio);
    margin-top: 120px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}
.woocommerce-EditAccountForm button[name="save_account_details"]{
    display: block;
    margin: 10px 0 30px 0;
    margin-top: 0px;
    padding: 12px 10px;
    width: 250px;
    background-color: #384F94 !important;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.06em !important;
    font-size: 18px;
    height: auto;
    font-family: var(--barlow) !important;
}
.color-rojo,
.woocommerce-edit-address.woocommerce-account .woocommerce-MyAccount-content form .color-rojo{
    font-size: 25px !important;
    color: var(--color-rojo);
    font-family: var(--barlow) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.woocommerce-edit-address.woocommerce-account .woocommerce-MyAccount-content form h3{
    font-size: 25px !important;
    color: var(--color-azul);
    font-family: var(--barlow) !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
button[name="save_address"]{
    display: block;
    margin: 10px 0 30px 0;
    padding: 12px 10px;
    width: 100%;
    background-color: #384F94 !important;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.06em !important;
    font-size: 18px;
    height: auto;
    font-family: var(--barlow) !important;
}
button[name="save_address"]:hover{
    background-color: var(--color-rojo) !important;
}
.select2-container--default .select2-dropdown, .select2-container--default .select2-dropdown .select2-search__field{
    border-color: var(--color-gris-medio);
}
.select2-results, .select2-drop, .select2-container .select2-choice, .form-control, select, .select2.select2-container--default .select2-selection--single, .quantity input[type="number"], div.quantity span, td.quantity span, .emodal, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], textarea, textarea.form-control, textarea, input[type="search"], .select2-container--default .select2-selection--single, .header-search.act-default input[type="text"], .header-wrapper.header-advanced .header-search.act-default input[type="text"], .header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger, [data-mode="dark"] select, [data-mode="dark"] .select2.select2-container--default .select2-selection--single{
    background-color: #FFF !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default.select2 .select2-selection--single .select2-selection__rendered{
    line-height: 2.3em;
    color: var(--color-negro);
    font-size: 18px !important;
    text-transform: capitalize !important;
}
.select2-container--default .select2-results__option {
    font-size: 18px;
    padding-left: 20px;
}
.select2-container--default .select2-results>.select2-results__options{
    padding: 20px 0px;
}
body.woocommerce-view-order .woocommerce-customer-details address{
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    color: var(--color-negro);
}
.order-again a{
    margin: 10px 0 30px 0;
    padding: 10px 35px !important;
    width: auto;
    background-color: #384F94 !important;
    color: white !important;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.06em !important;
    font-size: 18px;
    font-family: var(--barlow) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    font-family: var(--barlow);
}
.order-again a:hover{
    background-color: var(--color-rojo) !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.shop_table.custom-fields tbody tr:nth-child(even){
    background-color: transparent !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.shop_table.custom-fields tbody tr th{
    color: var(--color-negro);
    padding-right: 5px !important;
}
#my-account-menu ~ .woocommerce-MyAccount-content table.shop_table.custom-fields tbody tr th,
#my-account-menu ~ .woocommerce-MyAccount-content table.shop_table.custom-fields tbody tr td{
    font-family: var(--barlow) !important;
    font-size: 18px !important;
    padding: 0px;
    display: inline-flex;
}
.mi-cuenta-titulo{
    font-size: 30px !important;
    color: var(--color-negro) !important;
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    border: none !important;
    max-width: 100% !important;
    margin: 0px !important
}

/* CARRITO LATERAL */
.product_list_widget .product-mini-image{
    border: 1px solid var(--color-gris-claro);
}
html .header-wrapper .et-off-canvas .cart_list.product_list_widget li{
    align-items: center;
    display: flex
}
.et_element .cart-widget-subtotal span,
.et_element .product_list_widget li .product-title a, 
.et_element .wishlist-dropdown li .product-title a{
    font-size: 18px !important;
    color: var(--color-negro) !important
}
.et_element .cart-widget-subtotal span,
.et_element .product_list_widget li .product-title a, 
.et_element .wishlist-dropdown li .product-title a,
.product_list_widget li{
    font-family: var(--barlow) !important;
    padding-left: 0px !important;
}
html .header-wrapper .et-off-canvas .cart_list.product_list_widget li{
    border-color: var(--color-gris-claro) !important;
}
html .product_list_widget li .product-title{
    margin-bottom: 0px !important;
}
html .product_list_widget .descr-box > span{
    margin-top: 0px !important;
    color: var(--color-gris-medio) !important;
    font-size: 17px !important
}
html .header-wrapper .et-off-canvas .cart-widget-products .remove{
    top: 32px;
}
html .woocommerce-mini-cart__footer-wrapper a.button{
    border-radius: 0px !important;
    font-size: 20px !important;
    letter-spacing: 0.04em !important;
    font-weight: 600 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
html .woocommerce-mini-cart__footer-wrapper a:hover.button{
    background-color: var(--color-rojo);
}

/* CHECKOUT */
.woocommerce-checkout input.dokan-form-control, 
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="number"], 
.woocommerce-checkout input[type="email"], 
.woocommerce-checkout input[type="password"], 
.woocommerce-checkout input[type="tel"], 
.woocommerce-checkout input[type="url"],
.woocommerce-checkout textarea{
    width: 100% !important;
    border: 1px solid var(--color-gris-medio);
    box-shadow: none !important;
    padding: 7px 15px !important;
    height: auto !important;
    font-size: 18px !important;
    border-radius: 7px !important;
    letter-spacing: 0.04em;
}
.woocommerce-checkout textarea{
    height: 100px !important;
}
.woocommerce-checkout .step-title{
    font-size: 30px !important;
    color: var(--color-azul);
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-gris-claro);
    font-weight: 700 !important;
}
.titulo-pagina{
    font-size: 30px !important;
    color: var(--color-negro);
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 30px !important;
}
#customer_details{
    padding-right: 30px !important;
}
#pi_delivery_date_field label{
    color: var(--color-rojo);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 7px;
}
.checkout-wrapper{
    padding: 60px 0px 0px 0px;
}
.checkout-wrapper .order-review{
    border: none !important;
    background-color: #F7F7F7;
    padding: 50px !important;
}
.checkout-wrapper .order-review table.shop_table tbody tr{
    border: none !important;
}
.checkout-wrapper .order-review table.shop_table tbody tr td:first-child{
    padding-right: 50px !important;
    font-size: 18px !important;
}
.checkout-wrapper .order-review table.shop_table tbody tr td:last-child{
    font-size: 20px !important;
}
.checkout-wrapper .order-review table.shop_table tbody tr .order-review .cart_item .product-name{
    font-size: 18px !important;
}
.checkout-wrapper .order-review table.shop_table tbody tr td:last-child span{
    color: var(--color-negro);
}
.checkout-wrapper .order-review table.shop_table tbody tr:last-child td{
    padding-bottom: 30px !important;
}
.checkout-wrapper .order-review table.shop_table tbody td{
    padding: 5px 0px !important;
}
.checkout-wrapper .order-review table.shop_table tfoot .cart-subtotal th,
.checkout-wrapper .order-review table.shop_table tfoot .cart-subtotal td{
    padding-top: 30px !important;
}
.checkout-wrapper .order-review table.shop_table tfoot .order-total th,
.checkout-wrapper .order-review table.shop_table tfoot .order-total td{
    padding-bottom: 30px !important;
    font-size: 25px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}
.checkout-wrapper .order-review table.shop_table tfoot .order-total td span{
    font-size: 25px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}
.woocommerce-terms-and-conditions-wrapper .form-row label,
.checkout-wrapper .order-review table.shop_table tfoot ul li,
.checkout-wrapper .order-review table.shop_table tfoot ul li label,
.checkout-wrapper .order-review table.shop_table tfoot ul li span,
.checkout-wrapper .order-review table.shop_table tfoot .cart-subtotal td span,
.checkout-wrapper .order-review table.shop_table tfoot th{
    font-size: 18px !important;
    color: var(--color-negro) !important;
    text-decoration: none !important;
}
.ui-datepicker-header.ui-widget-header{
    background-color: var(--color-azul-oscuro) !important;
    border-color: var(--color-azul-oscuro) !important;
}
.ui-state-default, 
.ui-widget-content .ui-state-default{
    text-align: center;
    background: none !important;
    border: none !important;
    color: var(--color-negro);
}
.ui-state-default:hover, 
.ui-widget-content .ui-state-default:hover{
    color: var(--color-rojo);
}
.ui-widget-content .ui-state-default.ui-state-active{
    color: var(--color-blanco);
    background-color: var(--color-rojo) !important;
    border-radius: 4px !important;
}
table th:last-child, table td:last-child{
    text-align: center;
}
.woocommerce-terms-and-conditions-wrapper .form-row{
    margin-bottom: 30px;
}
.woocommerce-terms-and-conditions-wrapper .form-row label{
    padding-left: 25px;
    position: relative;
    line-height: 100%;
}
.woocommerce-terms-and-conditions-wrapper .form-row label input{
    position: absolute;
    left: 0px;
    top: 5px;
}
.checkout-wrapper .order-review p a{
    color: var(--color-rojo);
    text-decoration: underline;
    font-family: var(--barlow);
}
.checkout-wrapper .form-row.place-order .button, 
.checkout-wrapper .form-row.place-order .button{
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-family: var(--barlow) !important;
    letter-spacing: 0.04em !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
}
#shipping_method label, 
#payment .payment_methods label{
    font-family: var(--barlow) !important;
    font-size: 18px;
    font-weight: 500;
}
#shipping_method input[type="radio"]:checked + label, 
#payment .payment_methods input[type="radio"]:checked + label{
    font-weight: 700 !important;
}
#payment .payment_methods li:not(:last-child){
    margin-bottom: 20px;
}
#payment .payment_methods li{
    text-align: left !important;
}
#payment .payment_methods li .payment_box{
    padding-left: 0px !important;
}

/* GRACIAS */
body[class*="woocommerce-order-"] .detalles-pedido + .woocommerce-message{
    background-color: #559304;
    font-size: 18px;
}
body[class*="woocommerce-order-"] .detalles-pedido ul{
    border: none !important;
}
body[class*="woocommerce-order-"] .detalles-pedido{
    background-color: var(--color-gris-mas-claro);
    margin: 50px 0px;
    display: flex;
    align-items: center;
    padding: 50px;
}
body[class*="woocommerce-order-"] .woocommerce-order-details{
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px; 
}
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields{
    background-color: var(--color-gris-mas-claro);
    margin: 50px 0px;
    padding: 50px !important;
    display: block;
}
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields tr{
    border: none !important;
}
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields th,
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields td{
    padding: 0px !important;
    display: inline-flex;
    color: var(--color-negro);
    font-size: 18px !important;
}
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields tr:first-child th,
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields tr:first-child td{
    padding-bottom: 10px !important;
}
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields td{
    margin-left: 4px;
}
body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields,
body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__image{
    margin-right: 30px;
}
body[class*="woocommerce-order-"] .detalles-pedido h2{
    color: #559304;
    font-size: 30px;
    font-weight: bold !important;
    letter-spacing: 0.04em;
}
body[class*="woocommerce-order-"] .detalles-pedido h2:before{
    display: none !important;
}
body[class*="woocommerce-order-"] .detalles-pedido ul {
    font-family: var(--barlow) !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}
body[class*="woocommerce-order-"] .detalles-pedido ul li{
    text-align: left;
}
body[class*="woocommerce-order-"] .detalles-pedido ul li span{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
body[class*="woocommerce-order-"] .detalles-pedido ul li strong{
    color: var(--color-negro);
    font-weight: normal !important;
}
body[class*="woocommerce-order-"] .detalles-pedido ul li strong span{
    font-weight: normal !important;
}
body[class*="woocommerce-order-"] .et-footers-wrapper{
    background-color: #c5d3ff !important;
    position: relative
}
body[class*="woocommerce-order-"] .et-footers-wrapper:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 10px;
    background-color: var(--color-rojo);
    z-index: ;
}
body[class*="woocommerce-order-"] .et-footers-wrapper:after{
    content:"";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 10px;
    background-color: var(--color-azul);
    z-index: 1;
}
body[class*="woocommerce-order-"] .elementor-section-wrap > section{
    margin-top: -20px !important;
    z-index: 2;
    padding-left: 0px;
    padding-right: 0px;
}
body[class*="woocommerce-order-"] #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
body[class*="woocommerce-order-"] table.shop_table,
body[class*="woocommerce-order-"] table.shop_table span.amount{
    font-size: 18px !important;
}
body[class*="woocommerce-order-"] .order-again a{
    width: auto !important;
    margin-top: 60px !important;
}
body[class*="woocommerce-order-"] .woocommerce-order > h2{
    color: var(--color-azul) !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    border-bottom: none !important;
    letter-spacing: 0.04em !important;
    margin-top: 25px !important;
}
body[class*="woocommerce-order-"] .wc-item-meta{
    padding-left: 0px !important;
}
body[class*="woocommerce-order-"] .wc-item-meta,
body[class*="woocommerce-order-"] table.shop_table.custom-fields{
    margin-bottom: 0px !important;
}
body[class*="woocommerce-order-"] table.shop_table.custom-fields tr{
    border: none !important;
}
body[class*="woocommerce-order-"] table.shop_table thead th{
    border-top: 1px solid var(--color-gris-claro);
    border-bottom-color: var(--color-gris-claro) !important;
}
body[class*="woocommerce-order-"] table.shop_table thead th,
body[class*="woocommerce-order-"] table.shop_table tbody td{
    padding: 20px 15px !important;
}
body[class*="woocommerce-order-"] .shop_table.custom-fields th,
body[class*="woocommerce-order-"] .shop_table.custom-fields td{
    padding: 0px !important;
}
body[class*="woocommerce-order-"] .woocommerce-order-details h2{
    margin-bottom: 20px;
}
body[class*="woocommerce-order-"] .woocommerce-order-details table.order_details tr{
    border: none !important;
}
body[class*="woocommerce-order-"] .woocommerce-order-details table.order_details tr:nth-child(even){
    background-color: #F8FAFF;
}
body[class*="woocommerce-order-"] .woocommerce-order-details table.order_details tfoot tr th,
body[class*="woocommerce-order-"] .woocommerce-order-details table.order_details tfoot tr td{
    background: #FFFBF2;
    padding: 5px 15px !important;
    font-family: var(--barlow) !important;
}
body[class*="woocommerce-order-"] table.order_details tfoot tr:first-child th,
body[class*="woocommerce-order-"] table.order_details tfoot tr:first-child td{
    padding-top: 25px !important;
}
body[class*="woocommerce-order-"] table.order_details tfoot tr:last-child th,
body[class*="woocommerce-order-"] table.order_details tfoot tr:last-child td{
    padding-bottom: 25px !important;
}

/* MOBILE MENU */
.mobile-menu-content > .et_b-tabs-wrapper:not(:last-child), 
.mobile-menu-content .et_b_header-contacts .contact:not(:last-child), 
.mobile-menu-content .et_b_header-button,
.et_b_header-mobile-menu .et-mini-content{
    background-color: var(--color-azul-oscuro) !important;
}
html .et_b_header-mobile-menu .et_b_header-account,
html .et_b_header-mobile-menu .menu .menu-item .open-child,
html .et_b_header-mobile-menu .menu .menu-item .nav-sublist-dropdown,
html .et_b_header-mobile-menu .et-socials,
html .et_b_header-mobile-menu .et_b-tabs-wrapper .et_b-tabs,
html .et_b_header-mobile-menu .et_b_header-search,
html .et_b_header-mobile-menu .et_b_header-logo{
    display: none !important;
}
html .et_b_header-mobile-menu .et-mini-content{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
html .et_b_header-mobile-menu .menu{
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}
html .et_b_header-mobile-menu .menu .menu-item a{
    border-bottom: 1px solid white !important;
    padding: 15px 20px !important;
    font-size: 18px !important;
    letter-spacing: 0.04em !important;
}
html .et_b_header-mobile-menu .menu .menu-item a img{
    width: 23px !important;
    height: 28px !important;
    object-fit: contain !important;
}
html .et_b_header-mobile-menu .menu .menu-item:nth-last-child(2) a{
    border-bottom: none !important;
}
html .et_b_header-mobile-menu .menu .menu-item.last a{
    background-color: var(--color-rojo);
    border-bottom: none !important;
}
/*
html .et-mini-content .et-close{
    right: 0px;
    top: 0px;
    background-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 20 !important
}
*/

/* FOOTER */
.footer .columna-4 .elementor-widget-container{
    padding-bottom: 0px !important;
}
.footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background):before{
    content:"";
    background-color: #384F94;
    width: 35%;
    height: 10px;
    display: block;
    position: absolute;
    right: 0px;
    top: -10px;
}
.footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background){
    border-top: 10px solid var(--color-rojo);
    background-color: #C5D3FF !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    position: relative;
}
.footer h2{
    text-shadow: none !important;
    font-size: 25px !important;
    color: var(--color-azul) !important;
    font-weight: 700 !important;
    font-family: var(--barlow) !important;
    text-transform: uppercase !important;
    margin-top: 40px !important;
}
.footer  .elementor-widget-container{
    border: none !important
}
.footer .elementor-widget-text-editor,
.footer .elementor-widget-text-editor *{
    margin: 0px !important;
}
.footer p{
    margin-bottom: 0px;
}
.footer .footer-parrafo p{
    color: var(--color-negro) !important;
    font-size: 18px !important;
    line-height: 1.3em !important;
    font-weight: 500 !important;
    font-family: var(--barlow) !important;
}
html .footer a{
    color: var(--color-negro) !important;
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    font-weight: 500 !important;
    line-height: 1.4em;
}
.footer .elementor-widget-container :after{
    display: none;
}
.footer .logo-footer{
    margin-bottom: 45px !important;
    display: flex;
    justify-content: start;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1270px;
}
.footer .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1240px;
}
.footer .columna-1{
    width: 35% !important;
    padding-right: 50px !important;
}
.footer .columna-2{
    width: 20% !important
}
.footer .columna-3{
    width: 20% !important
}
.footer .columna-4{
    width: 25% !important
}
.footer .elementor-section-wrap .elementor-top-section:last-child{
    margin-top: -20px !important;
    background-color: #C5D3FF !important;
}
.footer .elementor-section-wrap .elementor-top-section:last-child .elementor-column{
    border-top: 1px solid var(--color-negro);
}
.footer .elementor-section-wrap .elementor-widget-wrap{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer .copyright p{
    color: var(--color-negro) !important;
    font-size: 15px !important;
    line-height: 1.3em !important;
    font-weight: 500 !important;
    font-family: var(--barlow) !important;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.footer .elementor-icon-list-item a,
.footer .elementor-icon-list-item a span{
    color: var(--color-negro);
}
.footer-widgets .footer-widget ul li{
    border: none !important;
    position: relative;
}
.footer-widgets .elementor-row > .elementor-element:not(:first-child) > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor p{
    position: relative;
    display: flex;
    padding-left: 17px;
}
.footer-widgets .footer-widget .elementor-element .elementor-text-editor p a:hover{
    color: var(--color-rojo) !important;
}
.footer-widgets .footer-widget .elementor-element .elementor-text-editor p a:hover:before{
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(4257%) hue-rotate(351deg) brightness(90%) contrast(94%);
}
.footer-widgets .footer-widget .elementor-element .elementor-text-editor p a:before{
    content:"";
    width: 8px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    background-image: url(assets/images/icono-ornamenta-footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer .et-follow-buttons{
    margin-bottom: 0px;
}
.footer .et-facebook{
    background-image: url(assets/images/redes-facebook.svg);
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer .et-instagram{
    background-image: url(assets/images/redes-instagram.svg);
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer .et-facebook:before,
.footer .et-instagram:before{
    display: none;
}
html .woocommerce-mini-cart__footer-wrapper a.button,
.et-mini-content-head .et-element-label{
    font-family: var(--barlow);
}
@media only screen and (min-width: 0px) and (max-width: 400px){
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 160px !important;
        object-fit: cover;
    }
}
@media only screen and (min-width: 0px) and (max-width: 480px){
    html .grilla-iconos ul {
        padding: 0px 15px !important;
        box-sizing: border-box;
    }
    /* POPUP */
    #agePopup{
        width: 90%;
    }
    #agePopup .popup-image img{
        object-fit: cover;
        height: 250px;
    }

    /* HOME */
    .home .carrusel-productos .content-product .product-image-wrapper,
    .home .carrusel-productos .content-product .product-image-wrapper img{
        min-height: auto !important;
    }
    .home .carrusel-productos .product-slide .content-product{
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column  !important;
    }
    .home .carrusel-productos .content-product{
        margin-bottom: 0px !important;
    }
    .home .carrusel-productos .content-product .quantity-wrapper{
        height: auto !important;
        margin-bottom: 15px !important;
        display: flex !important;
        justify-content: flex-start !important;
    }
    .home .carrusel-productos .content-product .quantity{
        position: static;
    }
    html .home .carrusel-productos div.quantity > input[type="number"], 
    html .home .carrusel-productos td.quantity > input[type="number"],
    html .home .carrusel-productos div.quantity > .minus, 
    html .home .carrusel-productos td.quantity > .minus, 
    html .home .carrusel-productos div.quantity > .plus, 
    html .home .carrusel-productos td.quantity > .plus{
        width: 30px !important;
        height: 30px !important;
    }
    .grilla-iconos ul{
        flex-wrap: wrap !important;
        gap: 0px !important;
        padding-left: 0px !important;
    }
    .grilla-iconos ul li{
        width: calc(50% - 7px) !important;
        margin-bottom: 14px;
    }
    .cuatro-bloques .elementor-row{
        gap: 0px;
    }
    .cuatro-bloques .elementor-column:not(:last-child){
        margin-bottom: 20px !important;
    }
    .grilla-iconos{
        padding-top: 50px !important;
    }
    .carrusel-productos {
        margin: 60px 0px !important;
        padding: 60px 0px !important;
    }
    .tres-bloques{
        left: 0px !important;
        width: 100% !important;
    }
    .tres-bloques .elementor-column:not(:last-child){
        margin-bottom: 30px !important;
    }
    .tres-bloques .elementor-column .elementor-widget-wrap {
        padding: 0px !important
    }
    .tres-bloques .elementor-column .elementor-widget-wrap .elementor-widget .elementor-button{
        width: 100% !important;
    }
    html .slider-noticias h2.elementor-heading-title{
        font-size: 30px !important;
        line-height: 1.em;
    }
    .slider-noticias .post-grid img{
        height: 200px;
    }
    .slider-noticias .grid-post-body .content-article{
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limita el texto a 2 líneas */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    html .marcas-titulo h1{
        font-size: 35px !important;
        line-height: 110% !important;
    }

    /* NOSOTROS */
    .page-id-4512 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    .page-id-143875 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 0px !important;
    }
    .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 15px;
    }
    .page-id-13 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
        padding-left: 15px !important;
    }
    .page-id-13 .cabecera + section .elementor-row{
        flex-direction: column;
    }
    .page-id-13 .cabecera + section .elementor-row .elementor-column{
        width: 100% !important;
    }
    .page-id-13 .cabecera + section .elementor-row .elementor-column .elementor-widget-container{
        padding-right: 0px !important;
    }
    .caracteristicas .elementor-column:not(:last-child){
        padding-bottom: 0px !important;
    }
    .caracteristicas .elementor-column{
        padding: 50px 15px;
    }

    /* BANNER AZUL */
    .banner-azul > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 0px !important;
    }
    .banner-azul .elementor-row{
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .banner-azul p{
        padding-left: 0px !important;
    }
    .banner-azul p:last-child{
        margin-bottom: 0px !important;
    }
    .banner-azul .elementor-row .elementor-column:first-child,
    .banner-azul .elementor-row .elementor-column:last-child{
        width: 100% !important;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image {
        text-align: left;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image img{
        width: 77px !important;
        height: auto !important;
    }
    
    /* BLOQUE DESPACHO */
    .bloque-despacho > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 15px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul{
        padding-left: 10px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
        line-height: 120%;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:last-child{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .bloque-despacho .elementor-row .elementor-column:last-child,
    .bloque-despacho .elementor-row{
        width: 100% !important;
    }
    .bloque-despacho .elementor-row .elementor-row{
        display: flex;
        flex-wrap: nowrap;
    }
    .bloque-despacho .elementor-row .elementor-column h2 {
        line-height: 1em;
        margin-bottom: 7px !important;
    }
    .bloque-despacho .elementor-row .elementor-row .elementor-column:first-child{
        align-items: flex-start;
    }

    /* PASOS COMPRA */
    html .pasos-compra{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    html .pasos-compra .elementor-widget-image{
        display: none !important
    }
    html .page-id-84006 .cabecera{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper ol > li{
        line-height: 130%;
    }

    /* ACORDEON */
    html .elementor-accordion-item .elementor-tab-content{
        padding: 30px 15px 30px 15px !important
    }
    html .elementor-accordion-item .elementor-tab-content p{
        line-height: 130% !important
    }
    html .elementor-accordion-item .elementor-tab-content p:last-child{
        margin-bottom: 0px !important
    }
    html .elementor-accordion-item .elementor-tab-title{
        padding-right: 70px;
        position: relative;
    }
    html .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
        position: absolute;
        top: 35px;
        right: 20px;
    }

    /* NOTAS CREDITO */
    .page-id-100277 .cabecera{
        left: 0px !important;
    }
    .page-id-100277 .elementor-widget-spacer{
        display: none;
    }
    .page-id-100277 .elementor-section .elementor-widget-wrap{
        padding-right: 0px !important;
    }
    .page-id-100277 .elementor-section .elementor-column:last-child .elementor-widget-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* GIFT CARD */
    .bloque-giftcard .elementor-column:last-child{
        width: 100%;
    }
    .bloque-giftcard .elementor-column:last-child ul{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* MI CUENTA */
    #my-account-menu{
        width: 100% !important;
    }
    #my-account-menu ~ .woocommerce-MyAccount-content {
        margin-top: 20px !important;
        padding-left: 0px !important;
    }
    #my-account-menu .myaccount-menu li a {
        text-align: center;
        padding: 12px 0px !important;
    }
    html #my-account-menu .myaccount-menu li a,
    html #my-account-menu .myaccount-menu li.active a, 
    html #my-account-menu .myaccount-menu li.is-active a{
        border-right: none !important;
        border-left: none !important;
    }
    html #my-account-menu .myaccount-menu li:first-child a{
        border-top: none !important;
    }
    html .woocommerce-MyAccount-content .woocommerce-info{
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
    }
    html .woocommerce-MyAccount-content .woocommerce-info a{
        margin-left: 0px !important;
    }
    html .woocommerce-edit-address.woocommerce-account .woocommerce-Address{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px !important;
    }
    html .woocommerce-edit-address.woocommerce-account header.title .edit{
        top: 5px !important;
        padding: 5.6px 10px !important
    }
    html .woocommerce-EditAccountForm fieldset{
        padding-left: 25px;
        padding-right: 25px;
    }
    html .woocommerce-EditAccountForm em{
        font-size: 14px;
        line-height: 1.1em;
        font-style: normal;
    }
    html .woocommerce-EditAccountForm button[name="save_account_details"]{
        width: 100%;
    }
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-status,
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-total,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-status,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-total{
        display: none !important;
    }
    html #my-account-menu ~ .woocommerce-MyAccount-content table thead th,
    html #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
        width: 33% !important;
    }
    html #my-account-menu.position-left{
        padding-right: 0px !important;
    }
    .mi-cuenta-wrapper{
        flex-direction: column;
    }

    /* LOGIN */
    #customer_login p:empty{
        display: none !important;
    }
    #customer_login .col-1,
    #customer_login .col-2{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    button.woocommerce-form-login__submit, .woocommerce-form-register__submit{
        margin-top: 25px !important;
    }

    /* CONTACTO */
    .banner-contacto{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-contacto .elementor-column:last-child .elementor-text-editor p{
        margin-bottom: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto),
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera){
        margin-top: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    html .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto).cabecera{
        padding-left: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:first-child{
        margin-top: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap{
        margin-top: 0px;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap .elementor-widget-image,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap .elementor-widget-image{
        display: none;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto .elementor-column-wrap .elementor-widget-image{
        display: block;
    }

    /* TITULOS */
    .carrusel-productos h2{
        font-size: 35px !important;
        line-height: 110% !important;
    }

    /* SINGLE */
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev{
        left: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        right: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        width: 32px !important;
        height: 32px !important;
    }
    html .slider-noticias .swiper-button-next:before,
    html .slider-noticias .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-prev:before,
    .carrusel-productos .elementor-element .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-next:before,
    .carrusel-productos .elementor-element .swiper-button-next:before{
        font-size: 12px !important;
    }
    html .single-product .content-product div.quantity > input[type="number"], 
    html .single-product .content-product td.quantity > input[type="number"],
    html .single-product .content-product div.quantity > .minus, 
    html .single-product .content-product td.quantity > .minus, 
    html .single-product .content-product div.quantity > .plus, 
    html .single-product .content-product td.quantity > .plus{
        width: 30px !important;
        height: 30px !important;
    }
    html .single-product .content-product .quantity-wrapper {
        height: auto !important;
        margin-bottom: 15px !important;
        display: flex !important;
        justify-content: flex-start !important;
    }
    html .single-product .content-product .quantity {
        position: static !important;
    }
    html .single-product .related-products-title{
        font-size: 35px !important;
        line-height: 110% !important;
        justify-content: flex-start;
        text-align: left;
    }
    html .single-product .single_variation_wrap,
    html .single-product .single_variation_wrap > div{
        width: 100% !important;
    }
    html .single-product-builder .single_add_to_cart_button, 
    html .single-product-builder .single_add_to_cart_button.button{
        width: 100% !important;
        min-width: auto !important;
    }
    html .single-product .content-page .etheme-sticky-cart .mob-justify-content-center{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    html .single-product .content-page .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
    }
    .single-product .sidebar-position-without > .row{
        display: flex;
        flex-direction: column;
    }
    .single-product .etheme-woocommerce-product-gallery{
        width: 100% !important;
    }
    .single-product .etheme-woocommerce-product-gallery + .et_product-block{
        width: 100% !important;
        padding-left: 15px !important;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column{
        padding: 40px 25px !important;
        padding-top: 80px !important;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column table{
        background-size: 75px !important;
        padding-top: 80px !important;
        display: block;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column table tr td:first-child{
        padding-left: 0px !important;
    }

    /* ARCHIVE */
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 200px;
        object-fit: cover;
    }
    .archive.woocommerce-page .variation-description-lote p{
        line-height: 1em !important;
        font-size: 11px !important;
    }
    .swiper-container .content-product .product-details .product-title a,
    .archive.woocommerce-page .content-product .product-details .product-title a{
        font-size: 18px !important;
        line-height: 1em !important;
    }
    .archive.woocommerce-page .products-loop .content-product .product-details{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .archive.woocommerce-page .content-product .quantity-wrapper{
        height: auto;
    }
    .archive.woocommerce-page .content-product .quantity{
        position: relative;
        top: 0px;
        margin-bottom: 11px;
        justify-content: start;
        left: 0px;
    }
    .archive.woocommerce-page .col-md-pull-10{
        width: 100% !important;
    }
    .archive.woocommerce-page .products-grid .content-product{
        margin-bottom: 20px !important;
        height: calc(100% - 20px);
    }
    .archive.woocommerce-page .products-grid .product:nth-child(odd){
        padding-right: 10px !important;
    }
    .archive.woocommerce-page .products-grid .product:nth-child(even){
        padding-left: 10px !important;
    }
    .swiper-container .content-product .price,
    .archive.woocommerce-page .content-product .price{
        font-size: 25px !important;
    }
    .archive.woocommerce-page .cabecera{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    .sidebar-widget:not(.et_widget-closed) form{
        display: block !important;
    }
    .sidebar-widget.et_widget-closed form{
        display: none !important;
    }
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form{
        opacity: 1;
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    /* CART */
    .tabla-carrito.mobile .no-mostrar{
        display: none;
    }
    html table.cart .product-details,
    html .tabla-carrito.mobile .product-details{
        width: 100% !important;
        max-width: 100% !important;
    }
    html .tabla-carrito.mobile .cart-item-details{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    html .tabla-carrito.mobile .product-name{
        padding-top: 0px !important;
        padding-bottom: 30px !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    html .tabla-carrito.mobile .product-thumbnail{
        margin-right: 10px !important;
    }
    html .tabla-carrito.mobile .product-thumbnail img{
        width: 80px !important;
        height: auto;
    }
    html .tabla-carrito.mobile table > thead + tbody > tr > td{
        padding-bottom: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile{
        margin-bottom: 0px !important;
        border: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile tbody tr:last-child{
        border-bottom: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-price,
    html .tabla-carrito.mobile .tabla-mobile .product-subtotal{
        display: flex !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:first-child{
        text-align: left;
        font-weight: bold;
        color: var(--color-negro) !important;
        font-size: 18px !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:last-child{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity{
        display: flex !important;
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity .minus{
        height: 30px !important;
        margin-bottom: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity .plus{
        margin-top: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity input[type="number"]{
        order: 0 !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove{
        width: 100%;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove a{
        background-color: var(--color-rojo);
        padding: 10px;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        color: var(--color-blanco) !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    html .mobile-flex{
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-7{
        width: 100% !important;
    }
    html .actions {
        border: none;
    }
    html .actions a.return-shop{
        margin-bottom: 10px;
    }
    html .actions a.return-shop,
    html .actions a.return-shop + .btn{
        width: 100%;
        margin-right: 0px !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        width: 100% !important;
        padding-left: 0px !important;
    }

    /* CHECKOUT */
    .checkout-wrapper #customer_details{
        padding-right: 0px !important;
        margin-top: 40px !important;
    }
    .checkout-wrapper .order-review{
        margin-top: 40px !important;
        padding: 40px 25px !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td{
        border: none !important;
    }

    /* GRACIAS */
    body[class*="woocommerce-order-"] .detalles-pedido{
        flex-direction: column;
        padding: 50px 35px;
    }
    body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields{
        padding: 50px 35px !important;
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__image img{
        width: 70px;
        height: auto;
    }
    body[class*="woocommerce-order-"] .detalles-pedido ul{
        border: none !important;
        margin-top: 20px !important;
    }

    /* FOOTER */
    html .single-product #product-meta-single,
    html .single-product-builder .envio-gratuito-single{
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    body[class*="woocommerce-order-"] .footer-widgets{
        padding: 0px;
    }
    .footer .columna-1{
        width: 100% !important;
        padding-right: 0px !important;
    }
    .footer .columna-2{
        width: 100% !important
    }
    .footer .columna-2 h2{
        margin-top: 45px !important;
    }
    .footer .columna-3{
        width: 100% !important
    }
    .footer .columna-4{
        width: 100% !important
    }
    .footer .elementor-widget-image .elementor-widget-container{
        text-align: left !important
    }
    .footer .elementor-element-populated{
        margin-bottom: 0px !important;
    }
    .footer .copyright p,
    .footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* BLOQUE ALTERNO */
    .bloque-item-alterno .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .swiper-container .content-product .product-details h3,
    .archive.woocommerce-page .content-product .product-details .product-title{
        min-height: 54px;
    }
    .variation-description-lote p{
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 576px){
    .swiper-container .content-product .product-details h3,
    .archive.woocommerce-page .content-product .product-details .product-title{
        min-height: 54px;
    }
    
    /* POPUP */
    #agePopup{
        width: 90%;
    }
    #agePopup .popup-image img{
        object-fit: cover;
        height: 250px;
    }

    /* HOME */
    .home .carrusel-productos .content-product .product-image-wrapper, 
    .home .carrusel-productos .content-product .product-image-wrapper img{
        min-height: auto !important;
    }
    .carrusel-productos .content-product .quantity-wrapper{
        height: auto;
    }
    .carrusel-productos .content-product .quantity{
        position: static
    }
    .grilla-iconos ul{
        flex-wrap: wrap !important;
        gap: 0px !important;
        padding-left: 0px !important;
    }
    .grilla-iconos ul li{
        width: calc(33% - 7px) !important;
        margin-bottom: 14px;
    }
    .cuatro-bloques .elementor-row{
        gap: 0px;
    }
    .cuatro-bloques .elementor-column:not(:last-child){
        margin-bottom: 20px !important;
    }
    .grilla-iconos{
        padding-top: 50px !important;
    }
    .carrusel-productos {
        margin: 60px 0px !important;
        padding: 60px 0px !important;
    }

    /* NOSOTROS */
    .page-id-4512 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    .page-id-143875 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 0px !important;
    }
    .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .page-id-13 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
        padding-left: 15px !important;
    }
    .page-id-13 .cabecera + section .elementor-row{
        flex-direction: column;
    }
    .page-id-13 .cabecera + section .elementor-row .elementor-column{
        width: 100% !important;
    }
    .page-id-13 .cabecera + section .elementor-row .elementor-column .elementor-widget-container{
        padding-right: 0px !important;
    }
    .caracteristicas .elementor-column:not(:last-child){
        padding-bottom: 0px !important;
    }
    .caracteristicas .elementor-column{
        padding: 50px 15px;
    }

    /* BANNER AZUL */
    .banner-azul > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 0px !important;
    }
    .banner-azul .elementor-row{
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .banner-azul p{
        padding-left: 0px !important;
    }
    .banner-azul p:last-child{
        margin-bottom: 0px !important;
    }
    .banner-azul .elementor-row .elementor-column:first-child,
    .banner-azul .elementor-row .elementor-column:last-child{
        width: 100% !important;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image {
        text-align: left;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image img{
        width: 77px !important;
        height: auto !important;
    }

    /* BLOQUE DESPACHO */
    .bloque-despacho > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 15px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul{
        padding-left: 10px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
        line-height: 120%;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:last-child{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .bloque-despacho .elementor-row .elementor-column:last-child,
    .bloque-despacho .elementor-row{
        width: 100% !important;
    }
    .bloque-despacho .elementor-row .elementor-row{
        display: flex;
        flex-wrap: nowrap;
    }
    .bloque-despacho .elementor-row .elementor-column h2 {
        line-height: 1em;
        margin-bottom: 7px !important;
    }
    .bloque-despacho .elementor-row .elementor-row .elementor-column:first-child{
        align-items: flex-start;
    }

    /* PASOS COMPRA */
    html .pasos-compra{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    html .pasos-compra .elementor-widget-image{
        display: none !important
    }
    html .page-id-84006 .cabecera{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper ol > li{
        line-height: 130%;
    }

    /* ACORDEON */
    html .elementor-accordion-item .elementor-tab-content{
        padding: 30px 15px 30px 15px !important
    }
    html .elementor-accordion-item .elementor-tab-content p{
        line-height: 130% !important
    }
    html .elementor-accordion-item .elementor-tab-content p:last-child{
        margin-bottom: 0px !important
    }
    html .elementor-accordion-item .elementor-tab-title{
        padding-right: 70px;
        position: relative;
    }
    html .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
        position: absolute;
        top: 35px;
        right: 20px;
    }

    /* NOTAS CREDITO */
    .page-id-100277 .cabecera{
        left: 0px !important;
    }
    .page-id-100277 .elementor-widget-spacer{
        display: none;
    }
    .page-id-100277 .elementor-section .elementor-widget-wrap{
        padding-right: 0px !important;
    }
    .page-id-100277 .elementor-section .elementor-column:last-child .elementor-widget-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /* GIFT CARD */
    .bloque-giftcard .elementor-column:last-child{
        width: 100%;
    }
    .bloque-giftcard .elementor-column:last-child ul{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* MI CUENTA */
    #my-account-menu{
        width: 100% !important;
    }
    #my-account-menu ~ .woocommerce-MyAccount-content {
        margin-top: 20px !important;
        padding-left: 0px !important;
    }
    #my-account-menu .myaccount-menu li a {
        text-align: center;
        padding: 12px 0px !important;
    }
    html #my-account-menu .myaccount-menu li a,
    html #my-account-menu .myaccount-menu li.active a, 
    html #my-account-menu .myaccount-menu li.is-active a{
        border-right: none !important;
        border-left: none !important;
    }
    html #my-account-menu .myaccount-menu li:first-child a{
        border-top: none !important;
    }
    html .woocommerce-MyAccount-content .woocommerce-info{
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
    }
    html .woocommerce-MyAccount-content .woocommerce-info a{
        margin-left: 0px !important;
    }
    html .woocommerce-edit-address.woocommerce-account .woocommerce-Address{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px !important;
    }
    html .woocommerce-edit-address.woocommerce-account header.title .edit{
        top: 5px !important;
        padding: 5.6px 10px !important
    }
    html .woocommerce-EditAccountForm fieldset{
        padding-left: 25px;
        padding-right: 25px;
    }
    html .woocommerce-EditAccountForm em{
        font-size: 14px;
        line-height: 1.1em;
        font-style: normal;
    }
    html .woocommerce-EditAccountForm button[name="save_account_details"]{
        width: 100%;
    }
    html #my-account-menu .myaccount-menu li > a > i,
    html #my-account-menu .myaccount-menu li > a > .fa.fa-th-list:before{
        display: block !important;
    }
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-total,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-total{
        display: none !important;
    }
    html #my-account-menu ~ .woocommerce-MyAccount-content table thead th,
    html #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
        width: 33% !important;
    }
    html #my-account-menu.position-left{
        padding-right: 0px !important;
    }
    .mi-cuenta-wrapper{
        flex-direction: column;
    }

    /* SINGLE */
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev{
        left: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        right: -10px !important;
    }
    html .slider-noticias .swiper-button-prev,
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        width: 32px !important;
        height: 32px !important;
    }
    html .slider-noticias .swiper-button-prev:before,
    html .slider-noticias .swiper-button-next:before,
    .related-products-wrapper .swiper-button-prev:before,
    .carrusel-productos .elementor-element .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-next:before,
    .carrusel-productos .elementor-element .swiper-button-next:before{
        font-size: 12px !important;
    }
    html .single-product .content-product div.quantity > input[type="number"], 
    html .single-product .content-product td.quantity > input[type="number"],
    html .single-product .content-product div.quantity > .minus, 
    html .single-product .content-product td.quantity > .minus, 
    html .single-product .content-product div.quantity > .plus, 
    html .single-product .content-product td.quantity > .plus{
        width: 30px !important;
        height: 30px !important;
    }
    html .single-product .content-product .quantity-wrapper {
        height: auto !important;
        margin-bottom: 15px !important;
        display: flex !important;
        justify-content: flex-start !important;
    }
    html .single-product .content-product .quantity {
        position: static !important;
    }
    html .single-product .related-products-title{
        font-size: 35px !important;
        line-height: 110% !important;
        justify-content: flex-start;
        text-align: left;
    }
    .single-product .etheme-woocommerce-product-gallery{
        width: 100% !important;
    }
    .single-product .etheme-woocommerce-product-gallery + .et_product-block{
        width: 100% !important;
        padding-left: 15px !important;
    }

    /* ARCHIVE */
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 240px;
        object-fit: cover;
    }
    .archive.woocommerce-page .variation-description-lote p{
        line-height: 1em !important;
        font-size: 13px !important;
    }
    .swiper-container .content-product .product-details .product-title a,
    .archive.woocommerce-page .content-product .product-details .product-title a{
        font-size: 24px !important;
        line-height: 1em !important;
    }
    .archive.woocommerce-page .products-loop .content-product .product-details{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .archive.woocommerce-page .content-product .quantity-wrapper{
        height: auto;
    }
    .archive.woocommerce-page .content-product .quantity{
        position: relative;
        top: 0px;
        margin-bottom: 11px;
        justify-content: start;
        left: 0px;
    }
    .archive.woocommerce-page .col-md-pull-10{
        width: 100% !important;
    }
    .archive.woocommerce-page .products-grid .content-product{
        margin-bottom: 20px !important;
        height: calc(100% - 20px);
    }
    .archive.woocommerce-page .products-grid .product:nth-child(odd){
        padding-right: 10px !important;
    }
    .archive.woocommerce-page .products-grid .product:nth-child(even){
        padding-left: 10px !important;
    }
    .swiper-container .content-product .price,
    .archive.woocommerce-page .content-product .price{
        font-size: 27px !important;
    }
    .archive.woocommerce-page .cabecera{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    .sidebar-widget:not(.et_widget-closed) form{
        display: block !important;
    }
    .sidebar-widget.et_widget-closed form{
        display: none !important;
    }
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form{
        opacity: 1;
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    /* CONTACTO */
    .banner-contacto{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-contacto .elementor-column:last-child .elementor-text-editor p{
        margin-bottom: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto),
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-cabecera){
        margin-top: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    html .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto).cabecera{
        padding-left: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:first-child{
        margin-top: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap{
        margin-top: 0px;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap .elementor-widget-image,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap .elementor-widget-image{
        display: none;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto .elementor-column-wrap .elementor-widget-image{
        display: block;
    }

    /* LOGIN */
    #customer_login p:empty{
        display: none !important;
    }
    button.woocommerce-form-login__submit, .woocommerce-form-register__submit{
        margin-top: 25px !important;
    }

    /* CART */
    .tabla-carrito.mobile .no-mostrar{
        display: none;
    }
    html table.cart .product-details,
    html .tabla-carrito.mobile .product-details{
        width: 100% !important;
        max-width: 100% !important;
    }
    html .tabla-carrito.mobile .cart-item-details{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    html .tabla-carrito.mobile .product-name{
        padding-top: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    html .tabla-carrito.mobile .product-thumbnail{
        margin-right: 10px !important;
    }
    html .tabla-carrito.mobile .product-thumbnail img{
        width: 80px !important;
        height: auto;
    }
    html .tabla-carrito.mobile table > thead + tbody > tr > td{
        padding-bottom: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile{
        margin-bottom: 0px !important;
        border: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile tbody tr:last-child{
        border-bottom: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-price,
    html .tabla-carrito.mobile .tabla-mobile .product-subtotal{
        display: flex !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:first-child{
        text-align: left;
        font-weight: bold;
        color: var(--color-negro) !important;
        font-size: 18px !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:last-child{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove{
        width: 100%;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove a{
        background-color: var(--color-rojo);
        padding: 10px;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        color: var(--color-blanco) !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    html .mobile-flex{
        flex-direction: column !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-7{
        width: 100% !important;
    }
    html .actions {
        border: none;
    }
    html .actions a.return-shop{
        margin-bottom: 10px;
    }
    html .actions a.return-shop,
    html .actions a.return-shop + .btn{
        width: 100%;
        margin-right: 0px !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        width: 100% !important;
        padding-left: 0px !important;
    }

    /* CHECKOUT */
    .checkout-wrapper #customer_details{
        padding-right: 0px !important;
        margin-top: 40px !important;
    }
    .checkout-wrapper .order-review{
        margin-top: 40px !important;
        padding: 40px 25px !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td{
        border: none !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td:first-child{
        padding-right: 0px !important;
        width: 60% !important;
    }

    /* GRACIAS */
    body[class*="woocommerce-order-"] .detalles-pedido{
        flex-direction: column;
        padding: 50px 35px;
    }
    body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields{
        padding: 50px 35px !important;
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__content{
        width: 100% !important
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__image img{
        width: 70px;
        height: auto;
    }
    body[class*="woocommerce-order-"] .detalles-pedido ul{
        border: none !important;
        margin-top: 20px !important;
    }

    /* FOOTER */
    html .single-product #product-meta-single,
    html .single-product-builder .envio-gratuito-single{
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    body[class*="woocommerce-order-"] .footer-widgets{
        padding: 0px;
    }
    .footer .columna-1{
        width: 100% !important;
        padding-right: 0px !important;
    }
    .footer .columna-2{
        width: 100% !important
    }
    .footer .columna-2 h2{
        margin-top: 45px !important;
    }
    .footer .columna-3{
        width: 100% !important
    }
    .footer .columna-4{
        width: 100% !important
    }
    .footer .elementor-widget-image .elementor-widget-container{
        text-align: left !important
    }
    .footer .elementor-element-populated{
        margin-bottom: 0px !important;
    }
    .footer .copyright p,
    .footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* BLOQUE ALTERNO */
    .bloque-item-alterno .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px){
    .archive.woocommerce-page .content-product .product-details .product-title{
        min-height: 54px;
    }
    
    /* POPUP */
    #agePopup{
        max-width: 500px;
    }
    #agePopup .popup-image img{
        object-fit: cover;
        height: 250px;
    }

    /* HOME */
    .grilla-iconos ul{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: 1fr;
        grid-auto-rows: 1fr;
        gap: 0px !important;
        padding-left: 0px !important;
    }
    .grilla-iconos ul li{
        width: calc(100% - 14px);
        margin-bottom: 14px;
        margin-right: 7px;
    }
    .grilla-iconos ul li:nth-child(4n){
        margin-right: 0px;
    }    
    .grilla-iconos{
        padding-top: 60px !important;
    }
    .carrusel-productos {
        margin: 70px 0px !important;
        padding: 70px 0px !important;
    }

    /* NOSOTROS */
    .page-id-4512 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    .page-id-143875 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 0px !important;
    }
    .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .page-id-13 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
        padding-left: 15px !important;
    }
    .page-id-13 .cabecera + section .elementor-row .elementor-column .elementor-widget-container{
        padding-right: 0px !important;
    }
    .caracteristicas .elementor-column:not(:last-child){
        padding-bottom: 0px !important;
    }
    .caracteristicas .elementor-column{
        padding: 50px 15px;
    }

    /* BANNER AZUL */
    .banner-azul > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 0px !important;
    }
    .banner-azul .elementor-row{
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .banner-azul p{
        padding-left: 0px !important;
    }
    .banner-azul p:last-child{
        margin-bottom: 0px !important;
    }
    .banner-azul .elementor-row .elementor-column:first-child,
    .banner-azul .elementor-row .elementor-column:last-child{
        width: 100% !important;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image {
        text-align: left;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image img{
        width: 77px !important;
        height: auto !important;
    }

    /* BLOQUE DESPACHO */
    .bloque-despacho > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 15px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul{
        padding-left: 10px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
        line-height: 120%;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:last-child{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .bloque-despacho .elementor-row .elementor-column:last-child,
    .bloque-despacho .elementor-row{
        width: 100% !important;
    }
    .bloque-despacho .elementor-row .elementor-row{
        display: flex;
        flex-wrap: nowrap;
    }
    .bloque-despacho .elementor-row .elementor-column h2 {
        line-height: 1em;
        margin-bottom: 7px !important;
    }
    .bloque-despacho .elementor-row .elementor-row .elementor-column:first-child{
        align-items: flex-start;
    }

    /* PASOS COMPRA */
    html .pasos-compra{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    html .pasos-compra .elementor-widget-image{
        display: none !important
    }
    html .page-id-84006 .cabecera{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper ol > li{
        line-height: 130%;
    }

    /* ACORDEON */
    html .elementor-accordion-item .elementor-tab-content{
        padding: 30px 15px 30px 15px !important
    }
    html .elementor-accordion-item .elementor-tab-content p{
        line-height: 130% !important
    }
    html .elementor-accordion-item .elementor-tab-content p:last-child{
        margin-bottom: 0px !important
    }
    html .elementor-accordion-item .elementor-tab-title{
        padding-right: 150px;
        position: relative;
    }
    html .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
        position: absolute;
        top: 55%;
        transform: translate(0, -50%);
        right: 20px;
    }

    /* NOTAS CREDITO */
    .page-id-100277 .cabecera{
        left: 0px !important;
    }
    .page-id-100277 .elementor-widget-spacer{
        display: none;
    }
    .page-id-100277 .elementor-section .elementor-widget-wrap{
        padding-right: 0px !important;
    }
    .page-id-100277 .elementor-section .elementor-column:last-child .elementor-widget-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* GIFT CARD */
    .bloque-giftcard .elementor-column:last-child{
        width: 100%;
    }
    .bloque-giftcard .elementor-column:last-child ul{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* MI CUENTA */
    #my-account-menu ~ .woocommerce-MyAccount-content {
        margin-top: 20px !important;
        padding-left: 0px !important;
    }
    #my-account-menu .myaccount-menu li a {
        text-align: center;
        padding: 12px 0px !important;
    }
    html #my-account-menu .myaccount-menu li a,
    html #my-account-menu .myaccount-menu li.active a, 
    html #my-account-menu .myaccount-menu li.is-active a{
        border-right: none !important;
        border-left: none !important;
    }
    html #my-account-menu .myaccount-menu li:first-child a{
        border-top: none !important;
    }
    html .woocommerce-MyAccount-content .woocommerce-info{
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
    }
    html .woocommerce-MyAccount-content .woocommerce-info a{
        margin-left: 0px !important;
    }
    html .woocommerce-edit-address.woocommerce-account .woocommerce-Address{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px !important;
    }
    html .woocommerce-edit-address.woocommerce-account header.title .edit{
        top: 5px !important;
        padding: 5.6px 10px !important
    }
    html .woocommerce-EditAccountForm fieldset{
        padding-left: 25px;
        padding-right: 25px;
    }
    html .woocommerce-EditAccountForm em{
        font-size: 14px;
        line-height: 1.1em;
        font-style: normal;
    }
    html .woocommerce-EditAccountForm button[name="save_account_details"]{
        width: 100%;
    }
    html #my-account-menu .user-profile{
        flex-direction: column;
    }
    html #my-account-menu .user-profile .user-image{
        width: 100%;
        display: none;
    }
    html #my-account-menu .user-profile .user-info{
        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
    }
    html #my-account-menu.position-left{
        padding-right: 30px !important;
    }
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-status,
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-total,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-status,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-total{
        display: none !important;
    }
    html #my-account-menu ~ .woocommerce-MyAccount-content table thead th,
    html #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
        width: 33% !important;
    }

    /* LOGIN */
    #customer_login p:empty{
        display: none !important;
    }
    #customer_login .col-1,
    #customer_login .col-2{
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    #customer_login .col-2 form{
        width: 100%;
        max-width: 100%;
    }
    button.woocommerce-form-login__submit, .woocommerce-form-register__submit{
        margin-top: 25px !important;
    }

    /* SINGLE */
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev{
        left: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        right: -10px !important;
    }
    html .slider-noticias .swiper-button-prev,
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        width: 32px !important;
        height: 32px !important;
    }
    html .slider-noticias .swiper-button-next:before,
    html .slider-noticias .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-prev:before,
    .carrusel-productos .elementor-element .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-next:before,
    .carrusel-productos .elementor-element .swiper-button-next:before{
        font-size: 12px !important;
    }
    html .single-product .content-product div.quantity > input[type="number"], 
    html .single-product .content-product td.quantity > input[type="number"],
    html .single-product .content-product div.quantity > .minus, 
    html .single-product .content-product td.quantity > .minus, 
    html .single-product .content-product div.quantity > .plus, 
    html .single-product .content-product td.quantity > .plus{
        width: 30px !important;
        height: 30px !important;
    }
    html .single-product-builder .et_product-block .woocommerce-variation-add-to-cart{
        display: block;
    }
    html .single-product-builder .single_add_to_cart_button, 
    html .single-product-builder .single_add_to_cart_button.button{
        margin-left: 0px !important;
        margin-top: 15px !important;
        width: 100% !important
    }
    html .single-product .etheme-woocommerce-product-gallery{
        width: 40% !important;
    }
    html .single-product .single_variation_wrap{
        width: 100% !important;
    }
    html .single-product .etheme-woocommerce-product-gallery + .et_product-block{
        width: 60% !important;
    }

    /* ARCHIVE */
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
        padding-left: 0px !important;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 220px;
        object-fit: cover;
    }
    .archive.woocommerce-page .variation-description-lote p{
        line-height: 1em !important;
        font-size: 11px !important;
    }
    .swiper-container .content-product .product-details .product-title a,
    .archive.woocommerce-page .content-product .product-details .product-title a{
        font-size: 18px !important;
        line-height: 1em !important;
    }
    .archive.woocommerce-page .products-loop .content-product .product-details{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .archive.woocommerce-page .content-product .quantity-wrapper{
        height: auto;
    }
    .archive.woocommerce-page .content-product .quantity{
        position: relative;
        top: 0px;
        margin-bottom: 11px;
        justify-content: start;
        left: 0px;
    }
    .archive.woocommerce-page .col-md-pull-10{
        width: 100% !important;
    }
    .archive.woocommerce-page .products-grid .content-product{
        margin-bottom: 20px !important;
        height: calc(100% - 20px);
    }
    .swiper-container .content-product .price,
    .archive.woocommerce-page .content-product .price{
        font-size: 27px !important;
    }
    .archive.woocommerce-page .cabecera{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    .sidebar-widget:not(.et_widget-closed) form{
        display: block !important;
    }
    .sidebar-widget.et_widget-closed form{
        display: none !important;
    }
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form{
        opacity: 1;
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    /* CART */
    .tabla-carrito.mobile .no-mostrar{
        display: none;
    }
    html table.cart .product-details,
    html .tabla-carrito.mobile .product-details{
        width: 100% !important;
        max-width: 100% !important;
    }
    html .tabla-carrito.mobile .cart-item-details{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    html .tabla-carrito.mobile .product-name{
        padding-top: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    html .tabla-carrito.mobile .product-thumbnail{
        margin-right: 10px !important;
    }
    html .tabla-carrito.mobile .product-thumbnail img{
        width: 80px !important;
        height: auto;
    }
    html .tabla-carrito.mobile table > thead + tbody > tr > td{
        padding-bottom: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile{
        margin-bottom: 0px !important;
        border: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile tbody tr:last-child{
        border-bottom: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-price,
    html .tabla-carrito.mobile .tabla-mobile .product-subtotal{
        display: flex !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:first-child{
        text-align: left;
        font-weight: bold;
        color: var(--color-negro) !important;
        font-size: 18px !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:last-child{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove{
        width: 100%;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove a{
        background-color: var(--color-rojo);
        padding: 10px;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        color: var(--color-blanco) !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    html .mobile-flex{
        flex-wrap: wrap !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    html .mobile-flex:before{
        display: none !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-7{
        width: 50% !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        width: 45% !important;
    }
    html .actions {
        border: none;
        width: calc(50% - 20px);
        padding: 0px;
        padding-left: 5px;
    }
    html .actions a.return-shop{
        margin-bottom: 10px;
    }
    html .actions a.return-shop,
    html .actions a.return-shop + .btn{
        width: 100%;
        margin-right: 0px !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        padding-left: 0px !important;
    }

    /* CONTACTO */
    .banner-contacto{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-contacto .elementor-column:last-child .elementor-text-editor p{
        margin-bottom: 0px !important;
    }
    .banner-contacto .elementor-column{
        width: 50% !important;
    }
    html .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto).cabecera{
        padding-left: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto),
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera){
        margin-top: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap{
        margin-top: 0px;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:first-child{
        margin-top: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap .elementor-widget-image,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap .elementor-widget-image{
        display: none;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto .elementor-column-wrap .elementor-widget-image{
        display: block;
    }

    /* CHECKOUT */
    .checkout-wrapper #customer_details{
        padding-right: 0px !important;
        margin-top: 40px !important;
    }
    .checkout-wrapper .order-review{
        margin-top: 40px !important;
        padding: 40px 25px !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td{
        border: none !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td:first-child{
        padding-right: 0px !important;
        width: 60% !important;
    }

    /* GRACIAS */
    body[class*="woocommerce-order-"] .detalles-pedido{
        padding: 50px 35px;
    }
    body[class*="woocommerce-order-"] .woocommerce-order-details .shop_table.custom-fields{
        padding: 50px 35px !important;
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__content{
        width: 100% !important
    }
    body[class*="woocommerce-order-"] .detalles-pedido .detalle-pedido__content h2{
        text-align: left !important;
    }
    body[class*="woocommerce-order-"] .detalles-pedido ul{
        border: none !important;
        margin-top: 20px !important;
    }

    /* FOOTER */
    html .single-product #product-meta-single,
    html .single-product-builder .envio-gratuito-single{
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    body[class*="woocommerce-order-"] .footer-widgets{
        padding: 0px;
    }
    .footer .logo-footer{
        justify-content: center !important;
        margin-bottom: 25px !important;
        width: 100% !important;
    }
    .footer .columna-1{
        width: 100% !important;
        padding-right: 0px !important;
    }
    .footer .columna-1 p{
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }
    .footer .columna-2{
        width: 33% !important
    }
    .footer .columna-3{
        width: 33% !important
    }
    .footer .columna-4{
        width: 33% !important
    }
    .footer .elementor-widget-image .elementor-widget-container{
        text-align: left !important
    }
    .footer .elementor-element-populated{
        margin-bottom: 0px !important;
    }
    .footer .copyright p,
    .footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* BLOQUE ALTERNO */
    .bloque-item-alterno .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 769px){
    /* LOGIN */
    #customer_login{
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 15px !important;
    }
    #customer_login p:empty{
        display: none !important;
    }
    #customer_login .col-1,
    #customer_login .col-2{
        width: 48% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    #customer_login .col-1 form,
    #customer_login .col-2 form{
        width: 100%;
        max-width: 100%;
    }
    #customer_login .col-2 form .woocommerce-privacy-policy-text p,
    #customer_login .col-2 form .woocommerce-privacy-policy-text p a{
        font-size: 13px !important;
        line-height: 130%;
    }
    button.woocommerce-form-login__submit{
        margin-top: 25px !important;
    }
    .woocommerce-form-register__submit{
        margin-top: 16px !important;
    }
    html .single-product .woocommerce-tabs .elementor-row {
        gap: 0px !important;
        display: flex !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }
    html .single-product .woocommerce-tabs .elementor-row > .elementor-column{
        width: calc(50% - 10px);
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column table{
        background-size: 75px !important;
        padding-top: 80px !important;
        display: block;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column table tr td:first-child{
        padding-left: 0px !important;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column *:not(h2.elementor-heading-title){
        margin-right: 0px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 991px){
    .archive.woocommerce-page .content-product .product-details .product-title{
        min-height: 75px;
    }
    
    /* HOME */
    .grilla-iconos ul{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: 1fr;
        grid-auto-rows: 1fr;
        gap: 0px !important;
        padding-left: 0px !important;
    }
    .grilla-iconos ul li{
        width: calc(100% - 14px);
        margin-bottom: 14px;
        margin-right: 7px;
    }
    .grilla-iconos ul li:nth-child(4n){
        margin-right: 0px;
    }
    .grilla-iconos{
        padding-top: 60px !important;
    }
    .carrusel-productos {
        margin: 70px 0px !important;
        padding: 70px 0px !important;
    }

    /* NOSOTROS */
    .page-id-4512 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    .page-id-143875 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 0px !important;
    }
    .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .page-id-13 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
        padding-left: 15px !important;
    }
    .page-id-13 .cabecera + section .elementor-row .elementor-column .elementor-widget-container{
        padding-right: 0px !important;
    }
    .caracteristicas .elementor-column:not(:last-child){
        padding-bottom: 0px !important;
    }
    .caracteristicas .elementor-column{
        padding: 50px 15px;
    }

    /* BANNER AZUL */
    .banner-azul > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 0px !important;
    }
    .banner-azul .elementor-row{
        align-items: flex-start;
    }
    .banner-azul p{
        padding-left: 0px !important;
    }
    .banner-azul p:last-child{
        margin-bottom: 0px !important;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image {
        text-align: left;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image img{
        width: 77px !important;
        height: auto !important;
    }

    /* BLOQUE DESPACHO */
    .bloque-despacho > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 15px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul{
        padding-left: 10px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
        line-height: 120%;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:last-child{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .bloque-despacho .elementor-row .elementor-column:last-child,
    .bloque-despacho .elementor-row{
        width: 100% !important;
    }
    .bloque-despacho .elementor-row .elementor-row{
        display: flex;
        flex-wrap: nowrap;
    }
    .bloque-despacho .elementor-row .elementor-column h2 {
        line-height: 1em;
        margin-bottom: 7px !important;
    }
    .bloque-despacho .elementor-row .elementor-row .elementor-column:first-child{
        align-items: flex-start;
    }

    /* ACORDEON */
    html .elementor-accordion-item .elementor-tab-content{
        padding: 30px 30px !important
    }
    html .elementor-accordion-item .elementor-tab-content p{
        line-height: 130% !important
    }
    html .elementor-accordion-item .elementor-tab-content p:last-child{
        margin-bottom: 0px !important
    }

    /* NOTAS CREDITO */
    .page-id-100277 .cabecera{
        left: 0px !important;
    }
    .page-id-100277 .elementor-widget-spacer{
        display: none;
    }
    .page-id-100277 .elementor-section .elementor-column:last-child .elementor-widget-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* GIFT CARD */
    .bloque-giftcard .elementor-column:last-child ul{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* MI CUENTA */
    #my-account-menu ~ .woocommerce-MyAccount-content {
        margin-top: 20px !important;
        padding-left: 0px !important;
    }
    #my-account-menu .myaccount-menu li a {
        text-align: center;
        padding: 12px 0px !important;
    }
    html #my-account-menu .myaccount-menu li a,
    html #my-account-menu .myaccount-menu li.active a, 
    html #my-account-menu .myaccount-menu li.is-active a{
        border-right: none !important;
        border-left: none !important;
    }
    html #my-account-menu .myaccount-menu li:first-child a{
        border-top: none !important;
    }
    html .woocommerce-MyAccount-content .woocommerce-info{
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
    }
    html .woocommerce-MyAccount-content .woocommerce-info a{
        margin-left: 0px !important;
    }
    html .woocommerce-edit-address.woocommerce-account .woocommerce-Address{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px !important;
    }
    html .woocommerce-edit-address.woocommerce-account header.title .edit{
        top: 5px !important;
        padding: 5.6px 10px !important
    }
    html .woocommerce-EditAccountForm fieldset{
        padding-left: 25px;
        padding-right: 25px;
    }
    html .woocommerce-EditAccountForm em{
        font-size: 14px;
        line-height: 1.1em;
        font-style: normal;
    }
    html .woocommerce-EditAccountForm button[name="save_account_details"]{
        width: 100%;
    }
    html #my-account-menu .user-profile{
        flex-direction: column;
    }
    html #my-account-menu .user-profile .user-image{
        width: 100%;
        display: none;
    }
    html #my-account-menu .user-profile .user-info{
        margin-top: 20px;
        margin-left: 0px;
        width: 100%;
    }
    html #my-account-menu.position-left{
        padding-right: 30px !important;
    }
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-total,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-total{
        display: none !important;
    }
    html #my-account-menu ~ .woocommerce-MyAccount-content table thead th,
    html #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
        width: 25% !important;
    }

    /* LOGIN */
    #customer_login{
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 15px !important;
    }
    #customer_login p:empty{
        display: none !important;
    }
    #customer_login .col-1,
    #customer_login .col-2{
        width: 48% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    #customer_login .col-1 form,
    #customer_login .col-2 form{
        width: 100%;
        max-width: 100%;
    }
    #customer_login .col-2 form .woocommerce-privacy-policy-text p,
    #customer_login .col-2 form .woocommerce-privacy-policy-text p a{
        font-size: 13px !important;
        line-height: 130%;
    }
    button.woocommerce-form-login__submit{
        margin-top: 25px !important;
    }
    .woocommerce-form-register__submit{
        margin-top: 16px !important;
    }

    /* SINGLE */
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev{
        left: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        right: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        width: 32px !important;
        height: 32px !important;
    }
    html .slider-noticias .swiper-button-next:before,
    html .slider-noticias .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-prev:before,
    .carrusel-productos .elementor-element .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-next:before,
    .carrusel-productos .elementor-element .swiper-button-next:before{
        font-size: 12px !important;
    }
    html  .single-product .woocommerce-tabs .elementor-row .elementor-column table{
        background-size: 75px !important;
        padding-top: 80px !important;
        display: block;
    }
    html .single-product-builder .et_product-block .woocommerce-variation-add-to-cart{
        display: block;
    }
    html .single-product-builder .single_add_to_cart_button, 
    html .single-product-builder .single_add_to_cart_button.button{
        margin-left: 0px !important;
        margin-top: 15px !important;
        width: 100% !important
    }
    html .single-product .etheme-woocommerce-product-gallery{
        width: 40% !important;
    }
    html .single-product .etheme-woocommerce-product-gallery + .et_product-block{
        width: 60% !important;
        padding-left: 15px !important;
    }
    html .single-product .woocommerce-tabs .elementor-row {
        gap: 0px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column table{
        background-size: 75px !important;
        padding-top: 80px !important;
        display: block;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column table tr td:first-child{
        padding-left: 0px !important;
    }
    .single-product .woocommerce-tabs .elementor-row .elementor-column *:not(h2.elementor-heading-title){
        margin-right: 0px;
    }
    html .single-product .woocommerce-tabs .elementor-row{
        justify-content: space-between;
    }
    html .single-product .woocommerce-tabs .elementor-row > .elementor-column{
        width: calc(50% - 10px);
    }

    /* ARCHIVE */
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
        padding-left: 0px !important;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 270px;
        object-fit: cover;
    }
    .archive.woocommerce-page .variation-description-lote p{
        line-height: 1em !important;
        font-size: 13px !important;
    }
    .swiper-container .content-product .product-details .product-title a,
    .archive.woocommerce-page .content-product .product-details .product-title a{
        font-size: 24px !important;
        line-height: 1em !important;
    }
    .archive.woocommerce-page .products-loop .content-product .product-details{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .archive.woocommerce-page .content-product .quantity-wrapper{
        height: auto;
    }
    .archive.woocommerce-page .content-product .quantity{
        position: relative;
        top: 0px;
        margin-bottom: 11px;
        justify-content: start;
        left: 0px;
    }
    .archive.woocommerce-page .col-md-pull-10{
        width: 100% !important;
    }
    .archive.woocommerce-page .products-grid .content-product{
        margin-bottom: 20px !important;
        height: calc(100% - 20px);
    }
    .swiper-container .content-product .price,
    .archive.woocommerce-page .content-product .price{
        font-size: 27px !important;
    }
    .archive.woocommerce-page .cabecera{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    .sidebar-widget:not(.et_widget-closed) form{
        display: block !important;
    }
    .sidebar-widget.et_widget-closed form{
        display: none !important;
    }
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > ul, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > select, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > .select2-container, 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > div:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .f_widgets-open-close .footer-widget.et_widget-closed:not(.sidebar-slider) > p:not(.widget-title), 
    .s_widgets-open-close .sidebar .sidebar-widget.et_widget-closed:not(.sidebar-slider) > form{
        opacity: 1;
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    /* CART */
    .tabla-carrito.mobile .no-mostrar{
        display: none;
    }
    html table.cart .product-details,
    html .tabla-carrito.mobile .product-details{
        width: 100% !important;
        max-width: 100% !important;
    }
    html .tabla-carrito.mobile .cart-item-details{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    html .tabla-carrito.mobile .product-name{
        padding-top: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    html .tabla-carrito.mobile .product-thumbnail{
        margin-right: 10px !important;
    }
    html .tabla-carrito.mobile .product-thumbnail img{
        width: 80px !important;
        height: auto;
    }
    html .tabla-carrito.mobile table > thead + tbody > tr > td{
        padding-bottom: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile{
        margin-bottom: 0px !important;
        border: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile tbody tr:last-child{
        border-bottom: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-price,
    html .tabla-carrito.mobile .tabla-mobile .product-subtotal{
        display: flex !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:first-child{
        text-align: left;
        font-weight: bold;
        color: var(--color-negro) !important;
        font-size: 18px !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:last-child{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove{
        width: 100%;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove a{
        background-color: var(--color-rojo);
        padding: 10px;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        color: var(--color-blanco) !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    html .tabla-carrito.mobile .mobile-price{
        display: block !important;
    }
    html .mobile-flex{
        flex-wrap: wrap !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    html .mobile-flex:before{
        display: none !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-7{
        width: 50% !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        width: 45% !important;
    }
    html .actions {
        border: none;
        width: calc(50% - 15px);
        padding: 0px;
        padding-left: 0px;
    }
    html .actions a.return-shop{
        margin-bottom: 10px;
    }
    html .actions a.return-shop,
    html .actions a.return-shop + .btn{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0px !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        padding-left: 0px !important;
    }

    /* CHECKOUT */
    .checkout-wrapper #customer_details{
        padding-right: 0px !important;
        margin-top: 40px !important;
    }
    .checkout-wrapper .order-review{
        margin-top: 40px !important;
        padding: 40px 25px !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td{
        border: none !important;
    }
    .checkout-wrapper .order-review table.shop_table tbody tr td:first-child{
        padding-right: 0px !important;
        width: 60% !important;
    }

    /* CONTACTO */
    .banner-contacto{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-contacto .elementor-column:last-child .elementor-text-editor p{
        margin-bottom: 0px !important;
    }
    .banner-contacto .elementor-column{
        width: 50% !important;
    }
    html .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto).cabecera{
        padding-left: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto),
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera){
        margin-top: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap{
        margin-top: 0px;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:first-child{
        margin-top: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap .elementor-widget-image,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap .elementor-widget-image{
        display: none;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto .elementor-column-wrap .elementor-widget-image{
        display: block;
    }

    /* CONTAINER */
    .container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info{
        max-width: 100%;
        width: 100%;
    }

    /* FOOTER */
    html .single-product #product-meta-single,
    html .single-product-builder .envio-gratuito-single{
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    body[class*="woocommerce-order-"] .footer-widgets{
        padding: 0px;
    }
    .footer .copyright p,
    .footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* BLOQUE ALTERNO */
    .bloque-item-alterno .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    /* CONTAINER */
    .container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info{
        max-width: 100%;
        width: 100%;
    }

    /* HOME */
    .grilla-iconos ul{
        gap: 0px;
        padding-left: 0px !important;
    }
    .grilla-iconos ul li{
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .grilla-iconos ul li:last-child{
        margin-right: 0px;
    }
    .grilla-iconos ul li a strong{
        font-size: 15px;
    }
    .grilla-iconos{
        padding-top: 70px !important;
    }
    .carrusel-productos {
        margin: 80px 0px !important;
        padding: 80px 0px !important;
    }
    .page-id-4512 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    .page-id-143875 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 0px !important;
    }
    .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .page-id-13 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
        padding-left: 15px !important;
    }

     /* BANNER AZUL */
     .banner-azul > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 0px !important;
    }
     .banner-azul .elementor-row{
        align-items: flex-start;
    }
    .banner-azul p{
        padding-left: 0px !important;
    }
    .banner-azul p:last-child{
        margin-bottom: 0px !important;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image {
        text-align: left;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image img{
        width: 77px !important;
        height: auto !important;
    }

    /* BLOQUE DESPACHO */
    .bloque-despacho > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 15px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul{
        padding-left: 10px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
        line-height: 120%;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:last-child{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .bloque-despacho .elementor-row .elementor-column:last-child,
    .bloque-despacho .elementor-row{
        width: 100% !important;
    }
    .bloque-despacho .elementor-row .elementor-row{
        display: flex;
        flex-wrap: nowrap;
    }
    .bloque-despacho .elementor-row .elementor-column h2 {
        line-height: 1em;
        margin-bottom: 7px !important;
    }
    .bloque-despacho .elementor-row .elementor-row .elementor-column:first-child{
        align-items: flex-start;
    }

    /* ACORDEON */
    html .elementor-accordion-item .elementor-tab-content{
        padding: 30px 30px !important
    }
    html .elementor-accordion-item .elementor-tab-content p{
        line-height: 130% !important
    }
    html .elementor-accordion-item .elementor-tab-content p:last-child{
        margin-bottom: 0px !important
    }

    /* NOTAS CREDITO */
    .page-id-100277 .cabecera{
        left: 0px !important;
    }
    .page-id-100277 .elementor-widget-spacer{
        display: none;
    }
    .page-id-100277 .elementor-section .elementor-column:last-child .elementor-widget-wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* MI CUENTA */
    html .mi-cuenta-wrapper .woocommerce-orders-table__header-order-total,
    html .mi-cuenta-wrapper .woocommerce-orders-table__cell-order-total{
        display: none !important;
    }
    html #my-account-menu ~ .woocommerce-MyAccount-content table thead th,
    html #my-account-menu ~ .woocommerce-MyAccount-content table tbody tr td{
        width: 25% !important;
    }

    /* CONTACTO */
    .banner-contacto{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .banner-contacto .elementor-column:last-child .elementor-text-editor p{
        margin-bottom: 0px !important;
    }
    html .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto).cabecera{
        padding-left: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto),
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera){
        margin-top: 50px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto) .elementor-column-wrap,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera) .elementor-column-wrap{
        margin-top: 0px;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed.banner-contacto,
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:first-child{
        margin-top: 0px !important;
    }
    .page-id-15  section.elementor-section.elementor-top-section.elementor-element.elementor-element-4be2608.elementor-section-stretched.banner-contacto.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default *{
        height: auto !important;
    }
    .page-id-15 .content .elementor-inner > .elementor-section-wrap > section:last-child .elementor-column:last-child .elementor-column-wrap *{
        height: 100%;
    }
    .page-id-15 .content .elementor-inner > .elementor-section-wrap > section:last-child .elementor-column:last-child .elementor-column-wrap .elementor-widget-image img{
        object-fit: cover;
    }

    /* LOGIN */
    #customer_login{
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 15px !important;
    }
    #customer_login p:empty{
        display: none !important;
    }
    #customer_login .col-1,
    #customer_login .col-2{
        width: 48% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    #customer_login .col-1 form,
    #customer_login .col-2 form{
        width: 100%;
        max-width: 100%;
    }
    #customer_login .col-2 form .woocommerce-privacy-policy-text p,
    #customer_login .col-2 form .woocommerce-privacy-policy-text p a{
        font-size: 13px !important;
        line-height: 130%;
    }
    button.woocommerce-form-login__submit{
        margin-top: 25px !important;
    }
    .woocommerce-form-register__submit{
        margin-top: 25px !important;
    }
    
    /* SINGLE */
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev{
        left: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        right: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        width: 40px !important;
        height: 40px !important;
    }
    html .slider-noticias .swiper-button-next:before,
    html .slider-noticias .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-prev:before,
    .carrusel-productos .elementor-element .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-next:before,
    .carrusel-productos .elementor-element .swiper-button-next:before{
        font-size: 13px !important;
    }

    /* ARCHIVE */
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
        padding-left: 0px !important;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 270px;
        object-fit: cover;
    }
    .archive.woocommerce-page .cabecera{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    .archive.woocommerce-page .content-product{
        height: calc(100% - 30px);
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    /* CART */
    .tabla-carrito.mobile .no-mostrar{
        display: none;
    }
    html table.cart .product-details,
    html .tabla-carrito.mobile .product-details{
        width: 100% !important;
        max-width: 100% !important;
    }
    html .tabla-carrito.mobile .cart-item-details{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    html .tabla-carrito.mobile .product-name{
        padding-top: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    html .tabla-carrito.mobile .product-thumbnail{
        margin-right: 10px !important;
    }
    html .tabla-carrito.mobile .product-thumbnail img{
        width: 80px !important;
        height: auto;
    }
    html .tabla-carrito.mobile table > thead + tbody > tr > td{
        padding-bottom: 0px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile{
        margin-bottom: 0px !important;
        border: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile tbody tr:last-child{
        border-bottom: none !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-price,
    html .tabla-carrito.mobile .tabla-mobile .product-subtotal{
        display: flex !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:first-child{
        text-align: left;
        font-weight: bold;
        color: var(--color-negro) !important;
        font-size: 18px !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td:last-child{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-quantity .quantity{
        justify-content: flex-end;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info td{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove{
        width: 100%;
    }
    html .tabla-carrito.mobile .tabla-mobile .product-meta-info .product-remove a{
        background-color: var(--color-rojo);
        padding: 10px;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        color: var(--color-blanco) !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    html .mobile-flex{
        flex-wrap: wrap !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    html .mobile-flex:before{
        display: none !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-7{
        width: 50% !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        width: 45% !important;
    }
    html .actions {
        border: none;
        width: calc(50% - 15px);
        padding: 0px;
        padding-left: 0px;
    }
    html .actions a.return-shop{
        margin-bottom: 10px;
    }
    html .actions a.return-shop,
    html .actions a.return-shop + .btn{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0px !important;
    }
    html .woocommerce-cart .elementor-widget-shortcode .col-md-5{
        padding-left: 0px !important;
    }
    html .tabla-carrito.mobile .mobile-price{
        display: block !important;
    }

    /* FOOTER */
    body[class*="woocommerce-order-"] .footer-widgets{
        padding: 0px;
    }
    .footer .copyright p,
    .footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* BLOQUE ALTERNO */
    .bloque-item-alterno .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* SLIDER PRODUCTO */
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom{
        width: 100%;
        position: static;
        top: auto;
        bottom: 0px;
        left: 10px;
        display: flex;
        flex-direction: column;
        padding: 0px !important;
        margin-left: 0px !important;
        margin-top: 15px !important;
    }
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom .swiper-slide{
        width: calc(25% - 10px) !important;
        margin-bottom: 10px !important;
    }
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom ul.swiper-wrapper{
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
    }
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1040px){
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a{
        padding-left: 6px !important;
        padding-right: 7px !important;
        font-size: 13px !important;
    }
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li#menu-item-143668 > a{
        padding-right: 23px !important;
    }
}
@media only screen and (min-width: 1041px) and (max-width: 1199px){
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a{
        padding-left: 6px !important;
        padding-right: 7px !important;
        font-size: 14px !important;
    }
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li.last > a{
        padding-left: 15px !important;
    }
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li#menu-item-143668 > a{
        padding-right: 23px !important;
    }
}
@media only screen and (min-width: 1200px){
    .container, div.container, .et-container {
        max-width: 1270px !important;
    }
    .archive.woocommerce-page .content-product .product-details .product-title a,
    .swiper-container .content-product .product-details h3{
        min-height: 80px;
    }
    .swiper-container .content-product .price,
    .archive .content-product .price{
        position: relative;
        top: -5px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1340px){
    /* CONTAINER */
    .container, .single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info{
        max-width: 100%;
        width: 100%;
    }
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li > a{
        padding-left: 9px !important;
        padding-right: 10px !important;
        font-size: 17px !important;
    }
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li.last > a{
        padding-left: 15px !important;
    }
    html .header-main-menu.et_element-top-level.menu-items-custom .menu > li#menu-item-143668 > a{
        padding-right: 23px !important;
    }
    .page-id-13 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
        padding-left: 15px !important;
    }

    /* HOME */
    .grilla-iconos ul{
        gap: 14px;
    }
    
     /* BANNER AZUL */
     .banner-azul > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 0px !important;
    }
     .banner-azul .elementor-row{
        align-items: flex-start;
    }
    .banner-azul p{
        padding-left: 0px !important;
    }
    .banner-azul p:last-child{
        margin-bottom: 0px !important;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image {
        text-align: left;
    }
    .banner-azul .elementor-row .elementor-column .elementor-image img{
        width: 77px !important;
        height: auto !important;
    }

    /* BLOQUE DESPACHO */
    .bloque-despacho > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 7.5px !important;
        padding-right: 15px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul{
        padding-left: 10px;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li{
        line-height: 120%;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:last-child{
        margin-bottom: 0px !important;
    }
    html body:not(.elementor-editor-active) .page-wrapper .elementor-inner ul li:not(:last-child){
        margin-bottom: 20px;
    }
    .bloque-despacho .elementor-row .elementor-column:last-child,
    .bloque-despacho .elementor-row{
        width: 100% !important;
    }
    .bloque-despacho .elementor-row .elementor-row{
        display: flex;
        flex-wrap: nowrap;
    }
    .bloque-despacho .elementor-row .elementor-column h2 {
        line-height: 1em;
        margin-bottom: 7px !important;
    }
    .bloque-despacho .elementor-row .elementor-row .elementor-column:first-child{
        align-items: flex-start;
    }
    .page-id-4512 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    .page-id-143875 .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 0px !important;
    }
    .cabecera > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding-left: 15px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    /* ACORDEON */
    html .elementor-accordion-item .elementor-tab-content{
        padding: 50px 50px !important
    }
    html .elementor-accordion-item .elementor-tab-content p{
        line-height: 130% !important
    }
    html .elementor-accordion-item .elementor-tab-content p:last-child{
        margin-bottom: 0px !important
    }

    /* SINGLE */
    html .slider-noticias .swiper-button-prev,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev{
        left: -10px !important;
    }
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        right: -10px !important;
    }
    html .slider-noticias .swiper-button-prev,
    html .slider-noticias .swiper-button-next,
    .related-products-wrapper .swiper-button-prev,
    .carrusel-productos .elementor-element .swiper-button-prev,
    .related-products-wrapper .swiper-button-next,
    .carrusel-productos .elementor-element .swiper-button-next{
        width: 40px !important;
        height: 40px !important;
    }
    html .slider-noticias .swiper-button-next:before,
    html .slider-noticias .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-prev:before,
    .carrusel-productos .elementor-element .swiper-button-prev:before,
    .related-products-wrapper .swiper-button-next:before,
    .carrusel-productos .elementor-element .swiper-button-next:before{
        font-size: 13px !important;
    }

    /* ARCHIVE */
    .archive.woocommerce-page.search .ajax-content{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
        padding-left: 0px !important;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 270px;
        object-fit: cover;
    }
    .archive.woocommerce-page .cabecera{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    .archive.woocommerce-page .content-product{
        height: calc(100% - 30px);
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    /* FOOTER */
    .footer .elementor-element.elementor-element-6017c4c:not(.elementor-motion-effects-element-type-background) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* CONTACTO */
    html .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto).cabecera{
        padding-left: 0px !important;
    }
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.banner-contacto), 
    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:not(.cabecera){
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-id-15 .content .elementor-section-wrap > section.elementor-section-boxed:last-child .elementor-column:last-child .elementor-column-wrap .elementor-widget-image img{
        object-fit: cover;
    }
    
}
@media only screen and (min-width: 0px){
    .page-wrapper{
        z-index: 3
    }
}
@media only screen and (min-width: 0px) and (max-width: 991px){
	/* BUSCADOR */
	html .aws-container .aws-search-form .aws-loader{
		margin: -15px -5px 0;
	}
	html .aws-search-result .aws_search_more a{
		background-color: #384f94;
		color: white;
		text-transform: uppercase;
		font-family: var(--ff-oswald);
		font-weight: bold;
		font-family: var(--barlow);
		font-size: 17px
	}
	html .aws-search-result .aws_search_more a:hover{
		background-color: var(--color-azul-oscuro);
	}
	html .aws-container .aws-show-clear .aws-search-field{
		border: none;
		background-color: var(--color-gris-mas-claro) !important;
		border-top-left-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
	}
	html .aws-container .aws-search-form .aws-form-btn{
		background-color: var(--color-gris-mas-claro);
		border-top-right-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		border: none !important;
		height: auto;
		padding-bottom: 3px;
		display: block;
		height: 36px;
		padding-top: 7px;
	}
	html .aws-container .aws-show-clear .aws-search-field {
		padding-left: 17px !important;
		padding-top: 3px !important;
		padding-bottom: 3px !important;
		height: auto !important;
		letter-spacing: 0.06em;
	}
	html .aws-search-result .aws_result_title{
		font-weight: 700;
		font-family: var(--barlow);
		text-transform: uppercase;
		color: var(--color-azul-oscuro) !important;
		font-size: 14px !important;
	}
	html .aws-container .aws-search-form .aws-search-clear span{
		transform: translate(0,-50%);
		margin-top: 0px;
	}
	html .aws-search-result .aws_result_price{
		font-family: var(--barlow);
		text-transform: uppercase;
		color: var(--color-rojo) !important;
		font-size: 14px !important;
		font-weight: 700 !important;
	}
	html .aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
		text-align: center;
		display: block !important;
		height: 33px;
	}
	
    html .mobile-header-wrapper .et_b_header-cart.et_element-top-level > a svg {
        width: 43px !important;
        height: auto !important;
    }

    /* SLIDER PRODUCTO */
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom{
        width: 100%;
        position: static;
        top: auto;
        bottom: 0px;
        left: 10px;
        display: flex;
        flex-direction: column;
        padding: 0px !important;
        margin-left: 0px !important;
        margin-top: 15px !important;
    }
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom .swiper-slide{
        width: calc(25% - 10px) !important;
        margin-bottom: 10px !important;
    }
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside .swiper-control-bottom ul.swiper-wrapper{
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
    }
    html .woocommerce-product-gallery.thumb-activo.images-wrapper.thumbnails_bottom_inside{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 40px;
    }

    /* HEADER */
    .header-wrapper .header-top, 
    .mobile-header-wrapper .header-top{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    html div.mobile-menu-content .et_b_header-menu .menu li.menu-active a,
    html div.mobile-menu-content .et_b_header-menu .menu li a:hover{
        color: var(--color-rosado) !important;
    }
    html div.mobile-menu-content .et_b_header-menu .menu li.menu-active a img,
    html div.mobile-menu-content .et_b_header-menu .menu li a:hover img{
        filter: brightness(0) saturate(100%) invert(85%) sepia(91%) saturate(4260%) hue-rotate(290deg) brightness(101%) contrast(103%) !important
    }
    .mobile-header-wrapper .sticky-on .header-top, .sticky-on .mobile-header-wrapper .header-top{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .mobile-header-wrapper .et_b_header-mobile-menu .et_b-icon{
        background-color: var(--color-rojo);
        width: 48px !important;
        height: 48px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-header-wrapper .pos-static{
        width: 78px !important;
    }
    .mobile-header-wrapper .header-top .et-wrap-columns .et_column:first-child{
        width: calc(100% - 198px);
    }
    .mobile-header-wrapper .header-top .et-wrap-columns .et_column:nth-child(2){
        width: 120px;
        padding-right: 0px !important;
    }
    .mobile-header-wrapper .header-top .et-wrap-columns .et_column:nth-child(2) .et_connect-block{
        display: flex !important;
        justify-content: space-around !important;
    }
    .mobile-header-wrapper .header-top .et-wrap-columns{
        display: flex;
        justify-content: space-between;
    }
    .mobile-header-wrapper .et_b_header-mobile-menu > span svg{
        fill: white !important;
    }
    .mobile-header-wrapper .et_b_header-cart.et_element-top-level > a svg{
        width: 2.3em !important;
        height: 2.3em !important;
    }
    .mobile-header-wrapper .et_b_header-logo.et_element-top-level{
        text-align: left;
    }
    .mobile-header-wrapper .pos-static .mob-justify-content-start{
        justify-content: flex-end !important;
    }
    .mobile-header-wrapper .et_b_header-logo.et_element-top-level img {
        width: 155px !important;
    }
    .mobile-header-wrapper .et_element.et_connect-block .et_element{
        margin: 0px !important
    }

    /* SINGLE PRODUCTO */
    .single-product .woocommerce-breadcrumb :nth-child(7):not(.span-title),
    .single-product .woocommerce-breadcrumb :nth-child(8):not(.span-title),
    .single-product .woocommerce-breadcrumb :nth-child(9):not(.span-title),
    .single-product .woocommerce-breadcrumb :nth-child(10):not(.span-title){
        display: none;
    }
    .woocommerce-breadcrumb {
        display: flex;
        flex-wrap: wrap; /* Permite que el contenido se ajuste si es necesario */
        width: 100%; /* O puedes poner un valor fijo como 230px si lo prefieres */
    }
    .woocommerce-breadcrumb .span-title {
        display: block;
        max-width: 230px; /* Puedes ajustar el valor según sea necesario */
        white-space: nowrap; /* Evita que el texto se divida en varias líneas */
        overflow: hidden; /* Oculta el texto que se desborda */
        text-overflow: ellipsis; /* Agrega los puntos suspensivos al final */
    }
}
@media only screen and (min-width: 1341px){
    /* ARCHIVE */
    .archive.woocommerce-page.search .ajax-content{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .archive.woocommerce-page .ajax-content:before{
        display: none !important;
    }
    .archive.woocommerce-page .products-grid .product{
        width: 100%;
        padding-left: 0px !important;
    }
    .archive.woocommerce-page .content-product .product-content-image img{
        height: 270px;
        object-fit: cover;
    }
    .archive.woocommerce-page .content-product{
        height: calc(100% - 30px);
    }
    .s_widgets-open-close .price_slider_wrapper{
        margin-top: 20px !important;
    }
    #woocommerce_price_filter-6 .widget-title{
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }
    
    /* CONTACTO */
    .page-id-15  section.elementor-section.elementor-top-section.elementor-element.elementor-element-4be2608.elementor-section-stretched.banner-contacto.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default *{
        height: auto !important;
    }
    .page-id-15 .content .elementor-inner > .elementor-section-wrap > section:last-child .elementor-column:last-child .elementor-column-wrap *{
        height: 100%;
    }
    .page-id-15 .content .elementor-inner > .elementor-section-wrap > section:last-child .elementor-column:last-child .elementor-column-wrap .elementor-widget-image img{
        object-fit: cover;
    }
    
}

@media only screen and (min-width: 992px){
    .et_b_header-cart.et_element-top-level > a svg{
        width: 3.3em !important;
        height: 3.3em !important;
    }
    .et_b_header-logo.et_element-top-level img{
        width: 180px !important;
    }
    .et_b_header-search form:not(.input-icon) {
        width: 90%;
        padding-left: 10%;
    }
    .et_b_header-search.et_element-top-level > span svg, .et_b_header-search.et_element-top-level .search-button svg {
        width: 18px !important;
        height: 18px !important;
    }
    html .et_b_header-search.et_element-top-level input[type="text"], html .et_b_header-search.et_element-top-level select, html .et_b_header-search.et_element-top-level .search-button{
        height: 36px !important;
    }
}

/* LOCAL INFO */
.local-info{
    background-color: var(--color-azul-oscuro);
    padding: 50px 0px;
    display: block;
}
.bloque-infolocal{
    margin-bottom: 0px;
}
.bloque-infolocal_wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.bloque-infolocal_wrapper .bloque-infolocal_item{
    border-radius: 4.783px;
    padding: 25px;
    position: relative;
    color: var(--color-blanco);
}
.bloque-infolocal_wrapper .bloque-infolocal_item h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.5%; /* 30.375px */
    letter-spacing: 1.25px;
    color: var(--color-blanco);
    display: flex;
    align-items: center;
}
.bloque-infolocal_wrapper .bloque-infolocal_item h3 svg{
    margin-right: 10px;
}
.bloque-infolocal_wrapper .bloque-infolocal_item a{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 140% */
    letter-spacing: 0.6px;
    color: var(--color-blanco) !important;
}
.bloque-infolocal_wrapper .bloque-infolocal_item figure{
    position: absolute;
    top: 30px;
    right: 30px;
}
.bloque-infolocal_wrapper .bloque-infolocal_item p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.72px;
    margin-bottom: 0px;
    color: var(--color-blanco)  !important;
}
.bloque-infolocal_wrapper .bloque-infolocal_item p strong{
    font-weight: normal;
    color: var(--color-blanco)
}
.return-shop{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

@media (min-width: 0px) and (max-width: 480px) {
    .bloque-infolocal{
        margin-bottom: 0px;
    }
    .bloque-infolocal_wrapper{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item:not(:last-child){
        margin-bottom: 30px;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .bloque-infolocal{
        margin-bottom: 0px;
    }
    .bloque-infolocal_wrapper{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item:not(:last-child){
        margin-bottom: 30px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .bloque-infolocal{
        margin-bottom: 0px;
    }
    .bloque-infolocal_wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item{
        width: calc(100% - 15px);
        margin-bottom: 30px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item:nth-child(odd){
        margin-left: 0px;
        margin-right: auto;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item:nth-child(even){
        margin-left: auto;
        margin-right: 0px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .bloque-infolocal_wrapper .bloque-infolocal_item .bloque-infolocal_item-content{
        order: 2;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item{
        padding-right: 25px;
        display: flex;
        flex-direction: column;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bloque-infolocal_wrapper .bloque-infolocal_item figure{
        position: static;
        top: 0px;
        left: 0px;
        order: 1;
        height: 52px;
        display: flex;
        align-items: center;
    }
}


/* MAPA LOCACIONES */
.single-local .jefes{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.single-local .jefes strong{
    font-family: var(--barlow) !important;
    font-size: 30px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: var(--color-azul-oscuro) !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    display: block !important;
}
.single-local .jefes span{
    font-family: var(--barlow) !important;
    display: block;
    line-height: 1em !important;
    margin-bottom: 5px;
    font-size: 18px !important;
    color: var(--color-gris);
}
.single-local .jefes span i{
    color: var(--color-rojo);
}
.single-local .jefes span.nombre{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-rojo);
}
.single-local .jefes ul{
    list-style: none !important;
    display: flex;
}
.single-local .subjefes{
    flex-wrap: wrap;
    display: flex;
    max-width: 50%;
}
.single-local .subjefes > strong{
    width: 100% !important;
}
.single-local .subjefes ul{
    flex-wrap: wrap;
}
.single-local .subjefes ul li{
    margin-bottom: 30px;
}
.single-local .jefes span i{
    font-style: normal !important;
}
.single-local .jefes span a{
    font-size: 18px !important;
    color: var(--color-gris);
}
.single-local .jefes .subjefes ul li:not(:last-child){
    margin-right: 50px;
}
.single-local .contenedor-mapa{
    padding: 90px 0px !important;
}
.single-local .contenedor-mapa p{
    color: var(--color-rojo) !important;
}
.single-local .contenedor-mapa .nota p{
    color: var(--color-negro) !important;
    margin-bottom: 30px;
}
.single-local #map + .d-block{
    margin-top: 30px;
}
.single-local #map + .d-block > .d-flex{
    align-items: flex-start !important;
}
.single-local .cabecera h1{
    color: var(--color-azul-oscuro);
}
.single-local .wp-block-button__link{
    background-color: var(--color-azul);
    border-radius: 0px;
    width: 230px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: var(--barlow);
}
.single-local a:hover.wp-block-button__link{
    background-color: var(--color-rojo) !important;
}
.cabecera.last{
    padding-bottom: 0px !important;
}
.cabecera.last .elementor-element{
    margin-bottom: 0px !important;
}
.cabecera.last h2{
    margin-bottom: 5px !important;
    line-height: 1em;
}
.mapa-multi__mapa .card a.btn.btn-primary {
    width: 100%;
    color: white;
    font-weight: 700;
    padding: 6px;
    font-family: var(--barlow);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapa-multi__mapa .card h2{
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: var(--color-azul) !important;
}
.locales-mapa{
    margin-bottom: 100px !important;
}
.mapa-multi{
    margin-top: 0px;
}
.mapa-multi__wrapper{
    display: flex;
    flex-wrap: nowrap;
}
.mapa-multi__locaciones{
    box-shadow: 0px 0px 0px 1px rgba(152, 161, 178, 0.10), 0px 1px 4px 0px rgba(69, 75, 87, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 410px;
    list-style: none;
    padding-left: 0px;
    padding: 0px 5px;
    padding-bottom: 10px;
    margin-right: 22px;
    height: 875px;
    overflow: auto;
}
.mapa-multi__locaciones li{
    padding: 20px 20px;
    border-bottom: 1px solid var(--color-gris-claro);
}
.mapa-multi__locaciones li:last-child{
    border-bottom: none !important;
}
.mapa-multi__locaciones li a{
    display: flex;
    transition: opacity 500ms ease;
}
.mapa-multi__locaciones li a:hover{
    opacity: 0.7;
}
.mapa-multi__locaciones li h3{
    color: var(--color-rojo) !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.mapa-multi__locaciones li span{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: var(--color-azul) !important;
    font-family: var(--barlow);
}
.mapa-multi__locaciones li a .local__contenido{
    flex-basis: 75%;
    padding-right: 20px !important;
}
.mapa-multi__locaciones li a .local__contenido p{
    line-height: 110% !important;
    font-size: 18px !important;
    color: var(--color-gris) !important;
}
.mapa-multi__locaciones li a .local__imagen{
    flex-basis: 25%;
}
.mapa-multi__locaciones li a .local__imagen img{
    width: 100%;
}
#mapa{
    height: 875px;
    width: calc(100% - 430px);
}

@media (min-width: 0px) and (max-width: 576px) {
    .form-contacto .col-50{
        width: 100%;
    }
    .mapa-multi__wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .mapa-multi__locaciones{
        width: 100%;
        margin-right: 0px;
    }
    .mapa-multi__locaciones li a{
        flex-direction: column
    }
    .mapa-multi__locaciones li a .local__imagen{
        order: 1;
        margin-bottom: 15px;
    }
    .mapa-multi__locaciones li a .local__imagen img{
        width: 80px !important;
        height: auto !important;
    }
    .mapa-multi__locaciones li a .local__contenido{
        order: 2;
    }
    #mapa{
        width: 100%;
    }
    .single-local .contenedor-mapa{
        padding: 60px 0px !important;
    }
    .single-local .jefes,
    .single-local .subjefes{
        flex-direction: column;
        max-width: 100%;
    }
    .single-local .subjefes{
        margin-top: 40px;
    }
    .single-local .jefes .subjefes ul li{
        width: 100%;
    }
    .single-local .jefes .subjefes ul li:not(:last-child){
        margin-right: 0px;
    }
    .single-local #map + .d-block > .d-flex{
        flex-direction: column;
    }
    .single-local .contenedor-mapa p{
        text-align: left !important;
        line-height: 1em !important;
    }
    .single-local #map + .d-block .order-1{
        order: 1;
    }
    .single-local #map + .d-block .order-1 .botones-mapa{
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .single-local #map + .d-block .order-1 .botones-mapa a:first-child{
        margin-right: 30px;
    }
    .single-local #map + .d-block .order-2{
        order: 2;
    }

}
@media (min-width: 577px) and (max-width: 768px) {
    .mapa-multi__wrapper{
        display: flex;
        justify-content: space-between;
    }
    .mapa-multi__locaciones{
        width: 48%;
        margin-right: 0px;
    }
    .mapa-multi__locaciones li a{
        flex-direction: column
    }
    .mapa-multi__locaciones li a .local__imagen{
        order: 1;
        margin-bottom: 15px;
    }
    .mapa-multi__locaciones li a .local__imagen img{
        width: 60px;
        height: 60px;
    }
    .mapa-multi__locaciones li a .local__contenido{
        order: 2;
    }
    #mapa{
        width: 50%;
    }
    .single-local #map + .d-block .order-1{
        padding-left: 40px;
    }
    .single-local .jefes .subjefes ul li:not(:last-child){
        margin-right: 0px;
    }
    .single-local .jefes .subjefes ul li:nth-child(odd){
        margin-right: 40px;
    }
    .botones-mapa {
        justify-content: flex-end !important;
    }
    .botones-mapa a {
        margin-left: 20px !important;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .mapa-multi__wrapper{
        display: flex;
        justify-content: space-between;
    }
    .mapa-multi__locaciones{
        width: 350px;
    }
    #mapa{
        width: calc(100% - 370px)
    }
    .botones-mapa {
        justify-content: flex-end !important;
    }
    .botones-mapa a {
        margin-left: 20px !important;
    }
}
@media (max-width:1340px){ 
    .single-local .contenedor-mapa,
    .single-local .cabecera h1{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (min-width:992px) {
    .botones-mapa {
        justify-content: flex-end !important
    }
    .botones-mapa a{
        margin-left: 20px !important;
    }
}



/* SINGLE */
.single-post .content-article a{
    font-family: var(--barlow);
    color: var(--color-rojo)
}
.single-post h1.title span{
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 13px;
}
.single-post .col-md-9{
    width: 70% !important;
    padding-right: 5%;
}
.single-post .col-md-3{
    width: 30% !important;
}
.single-post .fecha{
    font-size: 18px !important;
    font-family: var(--barlow) !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 50px;
    display: block;
}
.single-post .post-heading{
    margin-bottom: 0px !important;
}
.single-post .entry-title{
    font-size: 30px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: var(--color-azul-oscuro) !important;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.single-post h3{
    font-size: 20px !important;
    color: var(--color-rojo) !important;
    margin-bottom: 25px !important;
    font-weight: normal !important;
}
.single-post .content-page{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.single-post .sidebar-widget{
    background-color: var(--color-gris-mas-claro) !important;
    padding: 40px 25px !important;
    margin-top: 70px;
}
.single-post .sidebar-widget h4{
    font-size: 25px;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-azul-oscuro);
    text-align: center;
    border-bottom: 1px solid var(--color-gris-medio);
    padding-bottom: 15px;
    margin-bottom: 35px !important;
}
.single-post .sidebar-widget .noticia{
    margin-bottom: 50px !important;
    display: block !important;
}
.single-post .sidebar-widget .noticia img{
    margin-bottom: 25px !important;
    object-fit: cover !important;
    width: 100%;
    height: 160px;
}
.single-post .sidebar-widget .noticia h2{
    color: var(--color-azul-oscuro);
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.single-post .sidebar-widget .noticia span{
    background-color: var(--color-azul);
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--color-blanco);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 18px;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: var(--barlow);
}
.single-post .sidebar-widget a:hover.noticia span{
    background-color: var(--color-rojo) !important;
}
.single-post .volver{
    margin-top: 40px;
}
.single-post .volver a{
    background-color: var(--color-rojo) !important;
    color: var(--color-blanco) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    display: inline-flex !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-width: 250px !important;
    display: inline-flex !important;
    justify-content: center !important;
    font-weight: bold;
    font-size: 18px !important;
    font-family: var(--barlow);
}
.single-post .volver a:hover{
    background-color: var(--color-azul) !important;
}
.grilla-noticias{
    list-style: none;
    padding-left: 0px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 7px;
    margin-bottom: 90px;
}
.grilla-noticias li{
    background-color: var(--color-gris-mas-claro);
}
.grilla-noticias li a{
    display: block;
    position: relative;
    height: 100%;
}
.grilla-noticias li a .noticia-contenido{
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.grilla-noticias li a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.grilla-noticias li a .noticia-contenido h2{
    font-size: 17px !important;
    color: var(--color-negro) !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    line-height: 1.1em;
}
.grilla-noticias li a .noticia-contenido p{
    font-size: 15px;
    line-height: 1.2em;
}
.grilla-noticias li a .noticia-contenido span{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--color-azul);
    letter-spacing: 0.04em;
    font-weight: bold;
    color: var(--color-blanco);
    font-family: var(--barlow) !important;
    text-transform: uppercase !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: background-color 500ms ease;
    font-size: 18px;
}
.grilla-noticias li a:hover .noticia-contenido span{
    background-color: var(--color-rojo);
}
.noticias-paginacion ul{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 90px;
    list-style: none !important;
}
.noticias-paginacion ul li a,
.noticias-paginacion ul li span{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--barlow) !important;
}
.noticias-paginacion ul li span{
    background-color: var(--color-rojo);
    color: white;
    border-radius: 4px;
}
.slider-noticias{
    margin-bottom: 40px;
}
.slider-noticias .posts-slider article .wp-picture{
    position: static;
    margin-bottom: 0px !important;
}
html .slider-noticias .swiper-button-prev,
html .slider-noticias .swiper-button-next{
    opacity: 1 !important;
    visibility: visible !important;
}
.slider-noticias .swiper-entry{
    padding-bottom: 80px;
    border-bottom: 1px solid var(--color-gris-claro);
}
.slider-noticias .post-grid{
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: var(--color-gris-mas-claro);
    position: relative;
    padding-bottom: 30px;
}
.slider-noticias .wp-picture .blog-mask-inner .btn,
.slider-noticias .wp-picture:hover .blog-mask-inner .btn{
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-size: 18px;
    letter-spacing: 0.04em;
    border: none !important;
}
.slider-noticias .wp-picture .blog-mask{
    background-color: var(--color-azul) !important;
}
.slider-noticias .wp-picture .blog-mask:before{
    display: none !important;
}
.slider-noticias .post-grid:hover .wp-picture .blog-mask,
.slider-noticias .wp-picture:hover .blog-mask{
    background-color: var(--color-rojo) !important;
}
.slider-noticias .wp-picture:hover .blog-mask,
.slider-noticias .wp-picture .blog-mask{
    opacity: 1;
    height: 43px !important;
    min-height: auto !important;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: var(--color-blanco);
    font-family: var(--barlow) !important;
    text-transform: uppercase !important;
}
.slider-noticias .post-grid img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.slider-noticias .grid-post-body{
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: left;
}
.slider-noticias .grid-post-body h2 a{
    font-size: 17px !important;
    color: var(--color-negro) !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    line-height: 1.1em;
}
.slider-noticias .grid-post-body .content-article{
    font-size: 15px !important;
    line-height: 1.2em;
    color: var(--color-negro);
}
.slider-noticias .grid-post-body .content-article a[href*=".png"] img{
    width: 100%;
    height: auto;
}
.slider-noticias .grid-post-body *{
    font-family: var(--barlow) !important;
}
.slider-noticias .meta-post{
    display: none !important;
}
.slider-noticias .swiper-container {
    display: flex;
}
.slider-noticias .swiper-slide {
    display: flex;
    align-items: stretch;
}
.slider-noticias .swiper-container-autoheight .swiper-wrapper{
    height:  auto !important;
}
.slider-noticias .post-grid,
.slider-noticias .swiper-container-autoheight, 
.slider-noticias .swiper-container-autoheight .swiper-slide{
    height: 100% !important;
}
.slider-noticias .article.blog-post .wp-picture.blog-hover-zoom, 
.slider-noticias article.post-grid .wp-picture.blog-hover-zoom{
    margin-bottom: 0px !important;
}
.slider-noticias .swiper-container.posts-slider{
    margin: 0px !important;
}

@media (min-width: 0px) and (max-width: 480px) {
    .grilla-noticias{
        list-style: none;
        padding-left: 0px;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 0px;
        margin-bottom: 90px;
    }
    .grilla-noticias li:not(:last-child){
        margin-bottom: 7px;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .grilla-noticias{
        list-style: none;
        padding-left: 0px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0px;
        margin-bottom: 60px;
    }
    .grilla-noticias li{
        width: calc(100% - 7px);
    }
    .grilla-noticias li:nth-child(even){
        margin-left: auto !important;
        margin-right: 0px !important;
    }
    .grilla-noticias li{
        margin-bottom: 14px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .grilla-noticias{
        list-style: none;
        padding-left: 0px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 0px;
        margin-bottom: 60px;
    }
    .grilla-noticias li{
        width: calc(100% - 7px);
    }
    .grilla-noticias li:nth-child(3n-1){
        margin-left: auto !important;
        margin-right: auto !important
    }
    .grilla-noticias li:nth-child(3n){
        margin-left: auto !important;
        margin-right: 0px !important;
    }
    .grilla-noticias li{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .grilla-noticias{
        list-style: none;
        padding-left: 0px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 0px;
        margin-bottom: 60px;
    }
    .grilla-noticias li{
        width: calc(100% - 7px);
    }
    .grilla-noticias li{
        margin-bottom: 7px;
    }
    .single-post .content-page > .row{
        display: flex;
    }
    .single-post .col-md-9{
        width: 65% !important;
    }
    .single-post .col-md-3{
        width: 35% !important;
    }
    .single-post .sidebar-widget{
        margin-top: 50px;
    }
}
@media (max-width:767px){ 
    .col-55,
    .col-45{
        width: 100% !important;
        padding-right: 0px !important;
    }
    .single-post .col-md-9{
        width: 100% !important;
        padding-right: 15px !important;
    }
    .single-post .col-md-3{
        width: 100% !important;
        padding-right: 15px !important;
    }
    .single-post .sidebar-widget{
        margin-top: 0px !important;
    }
}
@media (min-width:992px) {

}