/*
 Theme Name: Tienda Diabetes
 Text Domain: tienda_diabetes
 */

html, body{
    min-height: 100vh!important;
}
body{
    display: flex;
    flex-direction: column;
}
nav.woocommerce-breadcrumb {
    display: flex;
    flex-direction: row;
}
.contenidoPost{
    flex:1;
}
.texto-con-linea {
    display: flex;
    align-items: center;
}
.home .texto-con-linea p {
    position: relative;
    margin-left: 60px!important; /* Espacio entre el texto y la línea, ajusta según lo desees */
    font-size: 20px;
    font-weight: 400;
} 
.irs--round .irs-handle {
    border: 4px solid #de000a!important;
    background-color: #de000a!important;
}
.irs--round .irs-bar {
    background-color: #de000a!important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #de000a!important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #dc020a!important;
}
.irs--round .irs-grid-text {
    display: none !important;
}
.irs--round .irs-min, .irs--round .irs-max {
    display: none !important;
}
.woof_reset_button_2 {
    padding: 0px 20px;
    border: none;
    border-radius: 15px;
    background-color: #de000a;
    color: white;
}
.boton-agregar-carro {
    text-decoration: none !important;
}

.home .texto-con-linea p::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px; /* Ancho de la línea, ajusta según lo desees */
    border-bottom: 1px solid black; /* Estilo de la línea */
}
.home .texto-carrusel-home{
    top: 150px;
    left: 75px;
    width: 350px;
    color:#003450;
}
.home .texto-carrusel-home button{
    width: max-content;
    padding: 5px 30px;
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: 400;
    background-color: #BF0811;
    margin-top: 20px;
}
.home .texto-carrusel-home .producto{
    font-size: 40px;
    font-weight: 500;
}
.home .texto-carrusel-home p{
    margin: 0;
}
.home .carrusel-banner button.owl-dot {
    background-color: #80808075 !important;
    padding: 5px !important;
    border-radius: 100%;
    margin: 0px 3px;
}
.home .carrusel-banner button.owl-dot.active {
    background-color: white!important;
}
.home .carrusel-banner .owl-dots {
    position: absolute;
    bottom: 70px;
    right: 50%;
}
/*CARRUSEL PRODUCTOS*/

.carrusel-productos .titulo_producto span,
.carrusel-woocommerce .titulo_producto span{
    text-align: center;
    height: 3rem;
}
.carrusel-productos .titulo_producto b,
.carrusel-woocommerce .titulo_producto b{
    font-size: .8rem;
}
.carrusel-woocommerce .item a{
    display: flex;
    place-content: center;
}
.carrusel-productos .boton-agregar-carro{
    text-decoration: none;
    color: white;
}
/*CARRUSEL PRODUCTOS*/
.buscador_tienda button{
    width: max-content;
    padding: 0px 30px;
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: 400;
    background-color: #BF0811;
    margin-left: -30px;
    height: 25px;
    z-index: 999;
}
.buscador_tienda .contenido{
    background-color: white;
    margin-top: 20px;
    z-index: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 0 20px 20px;
    width: 100%;
}
.span-titulo{
    font-weight: 700;
    color: #000000b5;
    margin-right: 10px;
}

.buscador_tienda .contenido input{
    border-radius: 20px!important;
    width: 400px;
    padding-left: 10px;
    height: 40px;
}
.home .productos-destacados button{
    width: max-content;
    padding: 0px 15px;
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: 400;
    background-color: #BF0811;
    height: 25px;
    display: flex;
    align-items: center;
}
.home .productos-destacados button span{
    list-style: none;
    border: none!important;
    text-decoration: none;
}
.home .productos-destacados .item{
    border: 2px solid #d9d9d9 !important;
    border-radius: 15px;
}
.home .productos-destacados .item:hover{
    border: 2px solid #e4002b !important;
}
.home .productos-destacados .item .precio-boton{
    background-color: #f1f1f1;
    padding:20px 0;
    border-radius: 0 0 15px 15px;
}
.home .productos-destacados .item .precio-boton img{
    width: 25px !important;
    height: auto !important;
}
.home .productos-destacados .item .precio-boton .precio-normal {
    text-decoration: line-through;
    text-decoration-color: red;
    color:#00000085;
}
.home .productos-destacados .item .precio-boton .precios {
        border-right: 1px solid black;
        padding-right: 15px; /* Opcional, para dar un poco de espacio entre el contenido y el borde */
        line-height: 1rem;
}
.home .productos-destacados .item .precio-boton button {
    margin-left: 15px;

}
.home .productos-destacados .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.home .productos-destacados .owl-nav button.owl-prev {
    position: absolute;
    left: 0; /* Ajusta la posición horizontal del botón izquierdo */
    font-size:50px;
    cursor:pointer;
}
.home .productos-destacados .owl-nav button.owl-next {
    position: absolute;
    right: 0; /* Ajusta la posición horizontal del botón derecho */
    font-size:50px;
    cursor:pointer;
}
/*CATEGORIAS DESTACADAS*/
.home .categorias-destacadas .position-absolute {
    top: -5px;
    left: -5px;
}
.home .categorias-destacadas {
    background-color: #f1f1f1;
    padding: 50px 0;
}
.home .categorias-destacadas h2{
    width: 75%;
    font-size: 1.7rem;
    text-align: left;
}
.home .categorias-destacadas h2::first-line {
    font-weight: normal;
}
.home .categorias-destacadas button{
    color: white;
    background-color: #de000a;
    border-radius: 15px;
    border:none;
    padding: 3px 15px;
}
.home .categorias-destacadas button:hover{
    background-color: #f87171 ;
}
.home .categorias-destacadas button a{
    color: white;
    text-decoration: none;
}
.home .categorias-destacadas .precio-boton{
    width: 75%;
    background-color: white;
    padding: 0!important;
    align-items: center;
    margin:20px 0;
}
.home .categorias-destacadas .precio-boton p{
    margin: 0!important;
}
.home .categorias-destacadas .precio-boton .normal{
    font-size: 1.1rem;
    color: #00000085;
    text-align: left;
}
.home .categorias-destacadas .precio-boton .normal-subrayado{
    text-decoration: line-through;
    text-decoration-color: red;
}
.home .categorias-destacadas .precio-boton .oferta{
    font-size: 1.3rem;
    text-align: left;
}
.home .categorias-destacadas .producto-2 .precio-boton .oferta{
    font-size: 1rem;
    text-align: left;
}
.home .categorias-destacadas .precio-boton .precios{
    padding-right: 15px;
}
.home .categorias-destacadas .precio-boton .boton{
    border-left: 1px solid black;
    padding: 5px 0;
    line-height: 1rem;
    padding-left: 15px;
}
.home .categorias-destacadas .producto-2 img{
    width: 55%;
    height: auto;
    transition: transform 0.5s ease-in-out;
}
.home .categorias-destacadas .producto-2 img:hover{
    transform: scale(1.05);
}
.home .categorias-destacadas .producto-2{
    height: 100%;
}
.home .categorias-destacadas .producto-2 button {
    width: max-content;
}
.home .categorias-destacadas .producto-2 .precio-boton .boton {
    border-left: 0!important;
    line-height: 1rem;
    padding-left: 15px;
}
.home .categorias-destacadas .imagenes-izquierda .contenido{
    height: 100%;
}
.home .categorias-destacadas .imagenes-izquierda{
    width: 55%;
}
.home .categorias-destacadas .imagenes-izquierda img{
    transition: transform 0.5s ease-in-out;
}
.home .categorias-destacadas .imagenes-izquierda img:hover{
    transform: scale(1.05);
}
.home .categorias-destacadas .imagenes-derecha{
    width: 45%;
}
/*CATEGORIAS DESTACADAS*/
.home .atencion-cliente .position-absolute {
    top: 50%;
    left: 40px;
}
.home .atencion-cliente .titulo {
    font-weight: bold;
    font-size: 20px;
}
.home .atencion-cliente .subtitulo {
    font-weight: 500;
    font-size: 14px;
}

.archive .woof.woof_sid.woof_sid_filtros_de_woocommerce{
    text-align: left;
    background-color: #eff0f0;
}
.archive .woof.woof_sid.woof_sid_filtros_de_woocommerce h2{
    font-size: 20px;
    background-color: #de000a;
    color: white;
    margin-bottom: 0;
}
.archive h3.wp-block-heading {
    font-size: 20px;
    text-align: left;
    color: #de000a;
    padding-top: 20px;
}
.woof_term_37 .icheckbox_square-blue,
.woof_term_33 .icheckbox_square-blue,
.woof_term_30 .icheckbox_square-blue,
.woof_term_55 .icheckbox_square-blue,
.woof_term_18 .icheckbox_square-blue{
    width: 11%;
}
.woof_term_37 label,
.woof_term_33 label,
.woof_term_30 label,
.woof_term_55 label,
.woof_term_18 label,
.woof_term_85 label,
.woof_term_23 label {
    width: 80%;
}
ul.woof_childs_list.woof_childs_list_84 label {
    width: 80%;
}
.woof_childs_list_opener span.woof_is_opened {
    background: none!important;
    padding-top: 5px;
}
.woof_childs_list_opener span.woof_is_opened:before{
    content:"-";
    color:#de000a;
}
.woof_childs_list_opener span.woof_is_closed:before{
    content:"+";
    color: #de000a;
}
.woof_childs_list_opener span.woof_is_closed {
    background: none!important;
    padding-top: 5px;
}
.woof_term_83 label{
    width: 83%;
}
.woof_term_82 label,
.woof_term_78 label{
    width: 60%;
}
.woof_term_28 .icheckbox_square-blue,
.woof_term_27 .icheckbox_square-blue{
    width: 24px!important;
}
.woof_term_23 .icheckbox_square-blue,
.woof_term_45 .icheckbox_square-blue,
.woof_term_34 .icheckbox_square-blue,
.woof_term_45 .icheckbox_square-blue,
.woof_term_25 .icheckbox_square-blue,
.woof_term_48 .icheckbox_square-blue
{
    width: 23px;
}
.icheckbox_square-blue.checked {
    background-position: 0px 0px;
    background-image: none;
    background-color: #de000a;
}
.filtros h4 {
    font-size: 1.1rem;
}
button.button.woof_reset_search_form {
    background-color: #de000a!important;
    color: white!important;
    /* margin-left: 10px; */
}
.woof_submit_search_form_container {
    justify-content: center!important;
}
button.button.woof_reset_search_form:hover {
    background-color: #f87171 !important;
}
.filtros label {
    font-size: .8rem;
}

.icheckbox_square-blue.hover {
    background-position: initial!important;
    border: 1px solid #BF0811;
}
.archive .woof_container_inner{
    padding:0 10px;
}
.archive .woof_price3_search_container{
    padding:30px 30px 0px 30px;
}
.chosen-container.chosen-container-single{
    margin-top: 20px;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active{
    display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-tracking{
    display: none;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-tracking{
    display: none!important;
}
.archive .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls 
.wc-block-components-price-slider__amount {
    max-width: 80px;
    background-color: transparent;
    border: none;
    color: #de000a;
    padding-top: 0;
    outline: none;
    font-weight: 500;
}
ul.woof_list li {
    display: flex;
    flex-direction: row;
    align-items:center;
    flex-wrap:wrap;
}
.archive .wc-block-components-price-slider__range-input-progress {
    --range-color: #de000a;
}
/* Selecciona el input de tipo rango */
.archiveinput[type=range] {
    /* Establece el color de fondo del track */
    background-color: #ffffff; /* Color blanco */
}
  
  /* Selecciona el thumb */
.archive input[type=range]::-webkit-slider-thumb {
    /* Establece el color de fondo del thumb */
    background-color: #de000a; /* Azul */
    border: 1px solid #de000a;
}
  
  /* Estilos adicionales para navegadores específicos */
.archive  input[type=range]::-moz-range-thumb {
    background-color: #BF0811; /* Azul */
    border: 1px solid #BF0811;
}
  
.archive  input[type=range]::-ms-thumb {
    background-color: #BF0811; /* Azul */
    border: 1px solid #BF0811;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0!important;
    box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.2);
}

ul.products li.product .woocommerce-loop-product__title{
    font-size: 13px!important;
    font-weight: 500;
    color: black;
    text-align: center;
    height: 3rem;
}
ul.products li.product .button {
    width: max-content;
    padding: 0px 15px;
    border: none;
    border-radius: 15px;
    margin-top: 0 !important;
    color: white;
    font-weight: 400;
    background-color: #de000a;
    height: 25px;
    flex-direction: row;
    display: flex !important;
    align-items: center;
    margin-left: 15px;
    justify-content: center;
}
ul.products li.product .button:hover {
    background-color: #f87171 ;
}

ul.products li.product .button img{
    height: 15px!important;
    margin-bottom:-3px!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.home .productos-destacados .item .precio-boton .precios {
    color: black !important;
    width: min-content;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    border-right: 1px solid black;
    padding-right: 15px;
    line-height: 1rem;
    height: 2.5rem;
    align-content: center;
    text-align: end;
    justify-content: center;
}
 .precio-boton{
    background-color: #f1f1f1;
    padding: 15px 30px!important;
}

 a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    padding: 25px;
}
 a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
    padding: 0 5px;
}
.archive .woocommerce-result-count{
    display: none!important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: black!important;
    font-weight: 500!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none!important;
    color: #BF0811 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: none !important;
    color: #f87171  !important;
}
.woocommerce ul.products li.product .onsale {
    display: none!important;
}
.product-template-default h1.product_title.entry-title {
    font-size: 2rem;
    font-weight: bold;
}
.archive nav.woocommerce-pagination {
    order: 3;
    width: 50%;
    display: flex;
    justify-content: end;
}
.archive .woocommerce-ordering {
    width: 50%;
    display: flex;
    justify-content: initial;
    order: 1;
}
.archive .woocommerce-notices-wrapper {
    width: 100%;
}
.product-template-default.woocommerce div.product div.summary {
    display: flex;
    flex-wrap: wrap;
}
span.onsale {
    display: none!important;
}
/* .product-template-default.woocommerce div.product div.summary > :nth-child(3),
.product-template-default.woocommerce div.product div.summary > :nth-child(4) {
  flex-basis: 50%; 
} */
.product-template-default.woocommerce div.product div.summary .product_title {
    order: 1;
}
.product-template-default.woocommerce div.product div.summary .price {
    order: 5;
    font-size: 30px;
    font-weight: 600;
    color: black;
    border-right: 1px solid black;
    padding-right: 40px;
    height: 4rem;
    align-content: center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    line-height: 2rem;
}
.product-template-default.woocommerce div.product div.summary .price del{
    text-decoration: none!important;
}
.product-template-default.woocommerce div.product div.summary .price del bdi{
    text-decoration: line-through;
    text-decoration-color: red !important;
    font-size: 1.5rem;
}
.product-template-default.woocommerce div.product div.summary .price ins{
    text-decoration: none!important;
}
.product-template-default.woocommerce div.product div.summary .woocommerce-product-details__short-description{
    order: 3;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
}
.product-template-default.woocommerce div.product div.summary form.cart {
    order: 6;
    padding-left: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2rem;
}

.product-template-default.woocommerce div.product div.summary form.cart button{
    width: max-content;
    padding: 5px 30px;
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: 400;
    background-color: #BF0811;
    margin-left: 20px;
}
.product-template-default.woocommerce div.product div.summary form.cart button:hover{
    background-color: #f87171 ;
}
.product-template-default.woocommerce div.product div.summary form.cart img{
    width: 25px;
}
.product-template-default.woocommerce div.product div.summary .product_meta{
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin-bottom: 13px;
}
.product-template-default.woocommerce div.product div.summary .product_meta span.sku,
.product-template-default.woocommerce div.product div.summary .product_meta a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.product-template-default.woocommerce div.product div.summary .stock.in-stock{
    order:4;
    width: 100%;
    font-weight: bold;
    color: black;
    display: flex;
    font-size: 1.2rem;
    flex-direction: row;
    align-items: center;
}
.product-template-default.woocommerce div.product div.summary .stock.in-stock img{
    width: 20px;
    margin-left: 5px;
}

.product-template-default.woocommerce ul.tabs.wc-tabs{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0!important;
    list-style: none; /* Opcional: para eliminar los puntos de lista predeterminados */
}
.product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-align: center;
    background-color:#303030;
    border: none;
    flex: 1 1 0%; /* Permite que los elementos crezcan para llenar el contenedor */
    box-sizing: border-box; /* Asegura que el padding y el borde no afecten al ancho total */
    /* Opcional: Ajusta el padding y border si es necesario */
}
.product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color:#BF0811!important;
}
.product-template-default .tabs a {
    color: white !important;
    width: 100%;
}
.product-template-default.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center ;
}
.product-template-default.woocommerce .woocommerce-Tabs-panel {
    width: 80%;
    padding: 40px 80px 20px 80px !important;
    background-color: #80808017;
}
.product-template-default section.related.products {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-template-default section.related.products ul {
    width: 80%
}
.product-template-default.woocommerce ul.products li.product {
    width: 100% !important;
}
.product-template-default.woocommerce ul.products li.product{
    width: 90% !important;
}
.woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail {
    width: 90% !important;
    transition: transform 0.5s ease-in-out;
}
.woocommerce-page ul.products li.product .attachment-woocommerce_thumbnail:hover {
    transform: scale(1.05);
}
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__link{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-template-default.woocommerce div.product .precio-boton{
    padding: 15px 0!important;
}
.owl-carousel .owl-nav.disabled {
    display: flex!important;
    width: 100% !important;
    position: absolute;
    top: 50%;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev{
    margin-left: -50px;
    margin-top: -50px;
    font-size: 50px!important;
    position: initial;
}
.owl-carousel .owl-nav button.owl-next{
    margin-right: -50px;
    margin-top: -50px;
    font-size: 50px!important;
    position: initial;
}

.woocommerce div.product div.images .wpgs-lightbox-icon{
    display: flex;
    flex-direction: row;
    justify-content: end;
}
div.product{
    width: 95%;
    margin: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 0%;
    bottom: 0;
    left: 0;
    border-bottom: 0 !important;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: none!important;
    border: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none !important;
    border: none!important;
}

/* INICIO CSS BANNER HOME */

.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.banner-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.banner-slide {
    min-width: 100%;
    height: 600px; /* Ajusta según sea necesario */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    text-align: left;
    max-width: 600px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7); /* Fondo semitransparente */
}

.banner-content h3 {
    font-size: 1.2em;
    color: #2d3e50; /* Color del texto 1 */
}

.banner-content h1 {
    font-size: 2.5em;
    margin: 10px 0;
    color: #2d3e50; /* Color del texto 2 */
}

.banner-content p {
    font-size: 1em;
    color: #2d3e50; /* Color del texto 3 */
}

.banner-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #d9534f; /* Color del botón */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.banner-button:hover {
    background-color: #c9302c; /* Color del botón al pasar el mouse */
}

/* Estilos para los puntos de navegación */
.banner-container .carousel-indicators {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.banner-container .carousel-indicators button {
    background-color: #f7f7f7;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.banner-container .carousel-indicators button.active {
    background-color: #333;
}

/* FIN CSS BANNER HOME */

/* HEADER CSS */
.caja-header-botones {  justify-content: end; align-items: center; height: 100%; }
.top-bar {
    background-color: #000;
    color: #fff;
    height: 40px;
}

.hazte-socio {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.btn-carrito {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.menu-header ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
}

li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat, li.menu-item.menu-item-type-custom.menu-item-object-custom {
    border-right: 1px solid black;
    padding: 0 10px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-661 {
    border: none;
}
.menu-header ul li a {
    color: black;
    text-decoration: none;
}
.menu-header ul li a:hover {
    text-decoration: underline;
}

.row.menu-header {
    background-color: #d9d9d9;
}

.btn-socio {
    font-size: 10px;
    border-radius: 25px;
    padding: 5px 25px;
}

.row.header {
    padding: 15px 10px;
}
#menu-menu-principal .menu-item > a:hover {
    background-color: #f87171;
}
.menu-item-has-children .sub-menu {
    background-color: #f87171;
}
.menu-item-has-children .sub-menu li{
    padding: 0!important;
    list-style: none;
}
.menu-item-has-children .sub-menu li a{
    padding: 0 10px;
}
#menu-menu-principal .menu-item-has-children .sub-menu a:hover{
    background-color: #c00711;
}

.menu-item-has-children .sub-menu li a {
    color: #000; 
}
/* Oculta el submenú por defecto */
.menu-item .sub-menu {
    display: none;
  }
  
  /* Muestra el submenú cuando el elemento padre tiene la clase 'active' */
  .menu-item.active .sub-menu {
    display: block;
  }
  
  /* Opcional: estilos para el submenú */
  .sub-menu {
    padding-left: 20px;
  }
/* FIN HEADER CSS */

/* FOOTER CSS */

ul.socialBottom.redes {
    display: flex;
    list-style: none;
    padding: 10px 0 0 0;
}

.follow-us {
    color: #626262;
}

footer {
    background-color: #f1f1f1;
    padding: 20px 0 20px 0;
}

.sucursal-footer {
    color: #BF0811;
    font-size: .9rem;
}

.direccion-footer {
    color: #626262;
    font-size: .9rem;
}

footer .col-md-2 {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
footer a{
    color: #BF0811;
    text-decoration: none;
}
footer a:hover{
    color: #BF0811;
    font-weight: bold;
}
footer .socialBottom img{
    width:75%;
}
footer .socialBottom ul li{
    text-align: center;
    margin:0;
}
/* FIN FOOTER CSS */

/*boton carrito*/
header .btn-carrito span{
    color: white;
    background-color: #BF0811;
    position: absolute;
    bottom: 10px;
    right: 15%;
    border-radius: 100%;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
}
/**/

/*BUSCADOR HOME*/
input#dgwt-wcas-search-input-1 {
    height: 40px;
    background-color: white;
    border: 1px solid black;
    color:#00000096;
}
.dgwt-wcas-sf-wrapp {
    background-color: transparent !important;
    z-index: 0;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 9px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 9px!important;
 
}
.dgwt-wcas-search-wrapp {
    width: 65%!important;
}
.dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-headings.js-dgwt-wcas-initialized a {
    text-decoration: none;
}
/*BUSCADOR HOME*/
/*FILTROS*/
.wc-block-components-price-slider {
    margin-bottom: 0!important;
}
.widget.widget_block ul{
    padding: 0 10px!important;
    margin-bottom: 0!important;
}
.widget.widget_block ul li{
    list-style: none!important;
    text-align: left!important;
    padding-bottom: 3px;
}
.widget.widget_block ul li a{
    color:#BF0811!important;
    text-decoration: none!important;
    font-weight: bold;
}
.widget span.wc-block-product-categories-list-item-count {
    display: none!important;
}
.widget.widget_block ul li span{
    color:#000a!important;
    text-decoration: none!important;
    font-weight: bold;
    font-size: .9rem!important;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    align-items: center!important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    height: 1em!important;
    min-height: 0.5em!important;
    min-width: 0.5em!important;
    width: 1em!important;
}
.wc-block-components-checkbox {
    margin-top: 0em!important;
}
.wc-block-product-categories {
    margin-bottom: 0em!important;
}
ul.wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-attribute-filter-list {
    padding: 0 !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
    margin-bottom: 0 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: black!important;
    text-decoration: none!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover{
    font-weight: bold!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .8em!important;
    color: black!important;
    display: flex!important;
}

/*FILTROS*/

/*BANNER*/
.banner-tienda img{
    width: 100%;
}

/*CARRITO*/
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large{
    width: 85% !important;
    margin: 30px auto;
}
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large a{
    color: black!important;
    text-decoration: none!important;
}
.wc-block-cart__submit-container a{
    background-color: #BF0811;
}
.wc-block-cart__submit-container a:hover {
    background-color: #f87171;
}
.wc-block-cart__submit-container a span{
    color: white;
}
.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout.is-large{
    width: 85%;
}
.wc-block-components-totals-coupon a.wc-block-components-totals-coupon-link {
    color: white;
    background-color:#BF0811;
    padding: 10px;
    text-decoration: none;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    background-color: #BF0811;
    color: white;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #f87171;
}
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large .wc-block-components-totals-coupon a {
    color: white!important;
    text-decoration: none !important;
}
.banner-carousel .owl-dots{
    width: 100%;
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.banner-carousel .owl-dots button.owl-dot{
    background-color: #00000021 !important;
    padding: 5px !important;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 2px;
}
.banner-carousel .owl-dots button.owl-dot.active{
    background-color: white!important;
}
.aws-search-btn.aws-form-btn {
    background-color: transparent !important;
    border: none !important;
}
.aws-search-btn.aws-form-btn svg{
    display: none;
}
.aws-search-btn_icon::before {
    position: absolute;
    content: "Buscar";
    font-size: 12px;
    margin-bottom: 5px;
    border: none !important;
    background-color: #BF0811;
    color: white;
    z-index: 9999;
    padding: 10px 50px;
    top: -11px;
    left: -50px;
    font-weight: 700;
    border-radius: 30px;
    display: flex!important;
}
.aws-search-btn_icon:hover::before {
    background-color: #f87171 ;
}
.aws-container .aws-search-form {
    margin-bottom: 0;
}
.boton_login:hover{
    background-color:#f87171 ;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover::before {
    background-color: #f87171 ;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 0!important;
    height: 0!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    opacity: 0;
    background: transparent!important;
    box-shadow: none!important;
    border-radius: 100%;
}

/*CHECKBOX FILTRO*/
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    display: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #de000a!important;
    border:none!important
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: transparent!important;
}
/*CHECKBOX FILTRO*/

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a[href*="sin-categoria"] {
    display: none; /* Oculta el enlace completo */
}

/*PRECIOS DE PRODUCTO*/
.woocommerce ul.products li.product .price del:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px; /* Espesor de la línea */
    background-color: red; /* Color de la línea */
    transform: translateY(-50%); /* Ajusta la línea para que esté centrada en el texto */
}
.woocommerce ul.products li.product .price del,
.home .productos-destacados .item .precio-boton .precio-normal {
    position: relative;
    font-size: .7rem;
}
.home .productos-destacados .item .precio-boton .precio-oferta b {
    font-size: 1rem;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}
/*PRECIOS DE PRODUCTO*/

/*VENTAS CRUZADAS*/
.up-sells.upsells.products{
    display: none!important;
}
/*VENTAS CRUZADAS*/

/*MI CUENTA*/
.mi-cuenta{
    margin-top: 15px;
}
.mi-cuenta a{
    color: black;
    text-decoration: none;
}
.mi-cuenta a:hover{
    color: black;
    text-decoration: none;
}
.mi-cuenta ul{
    list-style: none;
}
.mi-cuenta .woocommerce-MyAccount-navigation li{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    padding: .875em 0;
    border-bottom: #ccc 1px solid !important;
}
.mi-cuenta .woocommerce-MyAccount-navigation li{
    border-top: #ccc 1px solid !important;
}
.mi-cuenta .woocommerce-MyAccount-navigation{
    padding-right: 5.8823529412%;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f021"; }
.mi-cuenta .woocommerce-info::before {
    display: none!important;
}
.mi-cuenta .woocommerce-info {
    border-top-color: #1e85be;
    background-color: #BF0811 !important;
    color: #fff !important;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
    border-top: none !important;
    border-radius: 2px;
    display: flex;
}
.mi-cuenta a.button.wc-forward {
    background-color: transparent;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, .25) !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding:.3rem
}
/*MI CUENTA*/
/*ACCEDER MI CUENTA*/
.acceder-micuenta{
    margin-top:15px;
}
.acceder-micuenta h2{
    background: none !important;
    color: #212529;
    text-transform: uppercase;
    padding: 0;
    font-size: 1.25em;
    font-weight: bold;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
}
.woocommerce form .form-row label {
    font-size: 1em;
    font-weight: 500;
    font-family: var(--bs-font-sans-serif);
    color: #212529;
    margin-bottom: 8px;
}
.woocommerce form.login {
    border: none!important;
    border-bottom: #666 1px solid!important;
    border-radius: 0!important;
    padding-left: 0!important;
}
.woocommerce-account input {
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em !important;
    margin: 0 !important;
    min-height: 0;
    padding: .8em !important;
    width: 100%;
}
.woocommerce form.register  {
    border: none!important;
    border-radius: 0!important;
    padding-left: 0!important;
}
.woocommerce form.register a{
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.login button.button {
    margin-left: 30px!important;
    background: #231f20!important;
    color: #fff!important;
    font-weight: bold!important;
}
p.woocommerce-LostPassword.lost_password a{
    color: black;
    text-decoration: none;
}
p.woocommerce-LostPassword.lost_password{
    text-align: end;
}
.woocommerce-account .woocommerce-breadcrumb{
    padding-left: 10%!important;
}
.woocommerce-account .woocommerce-breadcrumb a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.woocommerce-breadcrumb a:first-of-type::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f015";
    margin-right: 0.5407911001em;
}
.woocommerce-MyAccount-navigation-link a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
/*ACCEDER MI CUENTA*/
/*GALERIA DE IMAGENES EN PDP*/
.product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images{
    width: 48%;
    display: flex!important;
    flex-direction: row-reverse!important;
}
.product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-for.slick-initialized.slick-slider{
    width: 60%;
    margin-left: 10px;
}
.product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav.slick-initialized.slick-slider{
    width: 20%;
}
.product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav.slick-initialized.slick-slider .slick-track{
    display: flex;
    flex-direction: column;
    max-height: 400px;
    width: 70%!important;
    transform:none!important;
}
.product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav.slick-initialized.slick-slider .slick-track .slick-slide.slick-active{
    width: 100%!important;
    min-height: auto!important;
}
.woocommerce div.product div.images .wpgs-lightbox-icon img {
    width: 100%!important;
    height: auto!important;
}
.woocommerce div.product div.images img.attachment-shop_single {
    width: 100%;
    margin-left: 0!important;
}
/*GALERIA DE IMAGENES EN PDP*/
a.btn.btn-danger.boton_login img{
    width: auto;
    height: 25px;
    padding-left: 5px;
}
.home .productos-destacados .span-titulo,
.home .categorias-destacadas .span-titulo,
.home .atencion-cliente .span-titulo {
    font-size: 1.7rem !important;
}
.home .atencion-cliente a{
    color:black;
    text-decoration: none;
}
.home .productos-destacados .span-titulo{
    margin-bottom: 20px;
}
.home .productos-destacados button:hover {
    background-color: #f87171 ;
    border-color: #f87171 ;
}

.owl-carousel .owl-item img:hover {
    transform: scale(1.05);
}
.woocommerce-checkout-payment button#place_order {
    background-color: #BF0811 !important;
}
.woocommerce-checkout-payment button#place_order:hover {
    background-color: #f87171 !important;
}
.home .productos-destacados .owl-nav button:hover {
    background-color: transparent!important;
    border-color: none!important;
}
.woocommerce table.shop_table {
    border-collapse: collapse!important;
}
.woocommerce-checkout h3 {
    font-size: 1.25em;
    word-break: break-word;
    line-height: 1.2;
    font-family: var(--bs-font-sans-serif);
    margin-top: 36px;
    margin-bottom: 8px;
}
label[for="order_comments"] {
    display: none!important;
}
.woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 0.8em;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    /* display: flex; */
    /* flex-direction: column; */
}
.woocommerce-checkout form .form-row input.input-text:focus, 
.woocommerce-checkout form .form-row textarea:focus,
#factura-container input[type="text"]:focus{
    box-shadow: 0 0 0 1px #50575e;
}
.thumbnail-carro{
    width: 50px;
    height: 50px;
    object-fit: cover; /* Mantiene la relación de aspecto y recorta si es necesario */
}
#factura-container input[type="text"] {
    padding: 0.8em;
    margin: 0 0 6px;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
}

.woocommerce-checkout #order_review_heading{
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}
.shop_table {
    transition: opacity 1s ease; /* Cambia la opacidad en 1 segundo */
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th {
    border: none!important;
}
.woocommerce table.shop_table tfoot tr{
    border-top: 1px solid rgba(0,0,0,.1);
}
.tipo_documento{
    padding-bottom: 6px;
}
.tipo_documento input{
    margin-right: 6px;
}
.cantidad_checkout{
    align-items: center;
    background: #fff;
    border: 2px solid hsla(0, 0%, 7%, .11);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 0px;
    min-width: 0px;
    padding: .2rem .4rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1;
    font-weight: 300;
    font-size: .8rem;
}
.select2-container .select2-selection--single {
    height: 50px!important;
    border: 1px solid hsla(0, 0%, 7%, .8) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px!important;
}
.navbar-expand-lg .navbar-collapse ul{
        list-style: none;
    }

@media (max-width: 768px) {
    li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat, li.menu-item.menu-item-type-custom.menu-item-object-custom {
        border-right: 0!important;
    }
    .top-bar {
        background-color: #000;
        color: #fff;
        height: max-content;
        padding-bottom: 15px;
    }
    .owl-carousel .owl-item img {
        transition: transform 0.5s ease;
        width: 70vw;
        height: 30vh;
        object-fit: cover;
    }
    .woof_term_37 .icheckbox_square-blue, .woof_term_33 .icheckbox_square-blue, .woof_term_30 .icheckbox_square-blue, .woof_term_55 .icheckbox_square-blue {
        width: 23px;
    }
    .woof_term_18 .icheckbox_square-blue {
        width: 32px;
    }
    .aws-search-btn_icon::before {
        padding: 10px 50px;
        left: -100px;
    }
    .aws-container .aws-search-form .aws-search-btn svg {
        display: none!important;
    }
    .aws-search-btn.aws-form-btn {
        display: flex !important;
        position: absolute !important;
        right: 0;
        top: 10px;
    }
    .span-titulo {
        margin-bottom: 20px;
    }
    .aws-container {
        width: 95%;
    }
    
    .buscador_tienda .contenido {
        width: 100%;
    }
    .boton_login{
        width: 50%;
        margin-right: 5px;
        font-size: .85rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .btn-socio{
        margin-left: 5px;
        width: 100%;
        border-radius: 0.25rem;
        font-size: .85rem;
    }
    .banda_negra{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .banda_negra .contenido{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 3%;
        font-size: .85em;
        margin-top: 15px;
    }
    .nav.navbar.navbar-expand-lg.navbar-light.bg-light{
        background-color: transparent!important;
    }
    div#navbarSupportedContent{
        width: 100%;
        background-color: #231f20;
    }
    div#navbarSupportedContent a{
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        transition: transform 0.3s ease; /* Transición suave */
    }
    div#navbarSupportedContent a:hover{
        transform: scale(1.5); /* Escala el texto a 1.5 veces su tamaño original */
    }
    button:focus:not(:focus-visible) {
        color: transparent;
    }
    .dgwt-wcas-search-form{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
        width: 90%;
    }
    .dgwt-wcas-om-bar.js-dgwt-wcas-om-bar {
        margin-top: 10px;
    }
    .dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-headings.js-dgwt-wcas-initialized {
        margin-top: 20px;
    }
    input#dgwt-wcas-search-input-1 {
        height: 35px!important;
    }
    .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::before {
        padding: 10px 20px!important;
        left: -30px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        margin-left: -30px;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-right: -30px;
    }
    .home .categorias-destacadas .position-absolute {
        width: 50%;
    }
    .home .atencion-cliente .position-absolute {
        top: 30%!important;
        left: 40px;
    }
    ul.socialBottom.redes {
        margin-left: 15px;
    }
    .btn-filter {
        background-color: #bf0811;
        z-index: 99999999999;
        width: 15px;
        height: 15px;
        position: fixed;
        top: 40%;
        padding: 20px;
        left: 0;
        background-size: 55%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0px 10px 10px 0px;
        border:none;
    }
    .filtros{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price, .home .productos-destacados .item .precio-boton .precios {
        padding-right: 5px;
    }
    ul.products li.product .button {
        margin-left: 5px;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price, .home .productos-destacados .item .precio-boton {
        flex-direction:column!important;
    }
    .contenido_plp .products .precio-boton {
        flex-direction: column !important;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
        border-right: none!important;
    }
    .archive nav.woocommerce-pagination {
        width: 100%;
    }
    .archive .woocommerce-ordering {
        width: 100%;
        height: 30px;
    }
    .archive nav.woocommerce-pagination {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    h2.woocommerce-loop-product__title {
        height: 3.5rem !important;
    }
    .product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images {
        width: 100%;
        flex-direction: column !important;
    }
    .product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-for.slick-initialized.slick-slider {
        width: 100%;
    }
    .product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav.slick-initialized.slick-slider .slick-track {
        display: flex;
        flex-direction: row !important;
    }
    .product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav.slick-initialized.slick-slider {
        width: 100%;
    }
    .product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        margin: 0!important;
    }
    .product-template-default.woocommerce ul.tabs.wc-tabs {
        flex-direction: column;
        padding: 0!important;
        width: 100%;
    }
    .product-template-default.woocommerce .woocommerce-Tabs-panel {
        width: 100%;
        padding: 20px 0px 20px 20px !important;
    }
    .related-products-carousel .owl-nav {
        position: absolute;
        top: 50%;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .mi-cuenta .woocommerce-info {
        display: flex;
        flex-direction: column!important;

    }
    .mi-cuenta a.button.wc-forward {
        float: left!important;
        border-left: none!important;
        padding-left: 0 !important;
    }
    nav.woocommerce-MyAccount-navigation {
        padding: 10px !important;
    }
    .mi-cuenta ul {
        list-style: none;
        padding: 0;
    }
    .woocommerce-MyAccount-content {
        padding: 10px !important;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last{
        width: 100%!important;
        overflow: visible;
    }
    .woocommerce-account .woocommerce-breadcrumb a {
        display: flex;
    }
    .woocommerce-account .woocommerce-breadcrumb {
        padding-left: 2% !important;
    }
    nav.woocommerce-breadcrumb {
        display: flex;
        flex-direction: row;
    }
    .woocommerce-tabs iframe {
        width: 100%;
    }
    .home .categorias-destacadas .precio-boton .boton {
        border-left: 0 !important;
        padding: 5px 0;
        line-height: 1rem;
        padding-left: 0 !important;
    }
    .home .categorias-destacadas .precio-boton .precios {
        padding-right: 0;
    }
    .home .categorias-destacadas .precio-boton .normal {
        text-align: center;
    }
    .home .categorias-destacadas button {
        padding: 5px 50px;
        margin-top: 10px;
    }
    .home .categorias-destacadas h2 {
        width: 75%;
        font-size: 1.7rem;
        text-align: center;
    }
    .home .categorias-destacadas .producto-2 img {
        width: 100%;
    }
    .home .categorias-destacadas .producto-2 .precio-boton .oferta {
        text-align: center;
    }
    .home .categorias-destacadas .imagenes-izquierda {
        width: 100%;
    }
    .home .categorias-destacadas .imagenes-derecha {
        width: 100%;
    }
    .dgwt-wcas-search-wrapp {
        width: 100% !important;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price, .home .productos-destacados .item .precio-boton .precios {
        border-right: 0 !important;
    }
}
@media (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        width: 100%;
        text-align: center;
    }
    
    li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat, li.menu-item.menu-item-type-custom.menu-item-object-custom {
        border-right: none!important;
    }
    li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a, li.menu-item.menu-item-type-custom.menu-item-object-custom a {
        color: black;
        text-decoration: none!important;
    }
    li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a:hover, li.menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
        font-weight: 600;
    }
    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: rgba(0, 0, 0, .1);
        position: relative;
        z-index: 999999;
    }
    .navbar-expand-lg .navbar-collapse {
        padding: 0 !important;
        position: fixed !important;
        z-index: 999999;
        background-color: #c00711;
        width: 420px;
        top: 0;
        left: -420px;
        height: 100vh;
        transition: left 0.3s ease;
        overflow-y: auto;
        transform: translateX(0);
        margin: 0 !important;
        
    }
    .navbar-expand-lg .navbar-collapse.show {
        left: 0;
    }
    .navbar-expand-lg .navbar-collapse:not(.show) {
        pointer-events: none;
    }
    
    /* Asegurar que el contenedor padre no se vea afectado por el menú */
    @media (max-width: 768px) {
        .navbar-expand-lg .navbar-nav {
            flex-direction: column;
        }
        .container-fluid {
            overflow: visible !important;
        }
        .navbar {
            overflow: visible !important;
        }
    }
    .navbar-expand-lg .navbar-collapse .boton_cerrar{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .navbar-expand-lg .navbar-collapse .cerrar_menu{
        fill: white;
        width: 13%;
        display: block;
        text-align: right;
        padding-right: 25px;
        cursor: pointer;
        padding-top: 20px;
    }
    .navbar-expand-lg .navbar-collapse ul {
        text-align: left; /* Cambiado a left para un alineamiento más común */
        margin: 0; /* Eliminado margen adicional */
        padding: 0; /* Eliminado relleno adicional */
        line-height: 3rem;
    }
    li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a, li.menu-item.menu-item-type-custom.menu-item-object-custom a {
        color: white;
        text-decoration: none !important;
        width: 100%;
        display: flex;
    }
    .header.fixed{
        position: fixed;
        z-index: 99999;
        background-color: white;
        top: 0;
    }
    .woocommerce-cart .header, .woocommerce-checkout .header{
        position: initial;
    }
    .owl-carousel .owl-item img {
        transition: transform 0.5s ease;
        width: 17vw;
        height: 30vh;
        object-fit: cover;
    }
}
@media (min-width: 1300px) {
    .product-template-default.woocommerce .woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images .wpgs-nav.slick-initialized.slick-slider .slick-track {
        max-height: 700px;
    }
}
@media (min-width: 2200px) {
    .woof_term_37 .icheckbox_square-blue, .woof_term_33 .icheckbox_square-blue, .woof_term_30 .icheckbox_square-blue, .woof_term_55 .icheckbox_square-blue, .woof_term_18 .icheckbox_square-blue {
        width: 6%;
    }
    .woof_childs_list {
        padding: 0 0 0 70px !important;
        margin: 0 !important;
    }
}

  .navbar-light .navbar-toggler-icon {
    background-image: none!important;
}
body.archive .chosen-container .chosen-results li.disabled-result {
    display: none!important;
}
body.product-template-default .woocommerce-Price-amount.amount {

    border-right: none;
}
body.single-product .stock.in-stock {
    margin-bottom: 0%;
}
.single-product div.product form.cart {
    margin-bottom: 0!important;
}
.woocommerce .products ul, .woocommerce ul.products {
    width: 100%;
}
.carro-vacio-loop ul{
    padding: 15px;
}
.carro-vacio-loop li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    box-shadow: 5px 4px 12px #dfdfdf;
    flex: 1 0 23%!important;
    max-width: 23%!important;
    margin: 1%;
}
.carro-vacio-loop li .price{
    margin: 0!important;
    align-content: center;
    width: 50%;
    background-color: #f1f1f1;
    padding: 15px 0;
}

.carro-vacio-loop li .wp-block-button
{
    align-content: center;
    margin: 0!important;
    width: 50%;
    background-color: #f1f1f1;
    padding: 15px 0;
}
a.wp-block-button__link.add_to_cart_button {
    padding: 0px 15px;
    border: none;
    border-radius: 15px;
    margin-top: 0 !important;
    color: white;
    font-weight: 400;
    background-color: #de000a;
    height: 25px;
    flex-direction: row;
    font-size: 16px !important;
    align-items: center;
}
.carro-vacio-loop .wc-block-grid__product-title {
    font-size: 13px !important;
    font-weight: 500;
    color: black;
    text-align: center;
    height: 3rem;
}
.carro-vacio-loop a.wc-block-grid__product-link {
    text-decoration: none;
}
.carro-vacio-loop img.woocommerce-placeholder.wp-post-image {
    border: none !important;
}
.carro-vacio-loop span.woocommerce-Price-amount.amount {
    border-right: 1px solid black;
    padding: 10px 20px;
    font-size: 15px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 2em!important;
    margin: 0 auto 0em!important;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 2em!important;
    width: 2em!important;
}
.acceder-micuenta p.form-row{
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
.acceder-micuenta p.form-row label{
    display: flex!important;
    margin-bottom: 0;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
    display: flex;
    flex-direction: column;
}
.acceder-micuenta button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-left: 0 !important;
}
.acceder-micuenta .woocommerce-form-login span {
    margin-left: 5px !important;
}
.mi-cuenta .col-md-8 {
    flex: 0 0 auto;
    width: 85%;
}
.woocommerce .woocommerce-orders-table__cell-order-actions .button {
    white-space: nowrap;
    margin-right: 10px;
}
.woocommerce-terms-and-conditions {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out; 
}

.woocommerce-terms-and-conditions.open {
    max-height: 200px; 
    transition: max-height 0.5s ease-in; 
}
.filtros .woof_text_search_container {
    display: none;
}
header .woof_container_pa_marca{
    display: none;
}
header .woof_container {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
header .woof.woof_sid.woof_sid_filtros_de_woocommerce {
    background-color: transparent!important;
}
header .woof.woof_sid.woof_sid_filtros_de_woocommerce .woof_husky_txt-option-breadcrumb,
header .woof_husky_txt-option.woof_husky_txt-option-pagination,
header .woof_submit_search_form_container{
    display: none;
}
.woof_husky_txt-container .woof_husky_txt-option {
    align-items: center;
}
/* Si el ícono de la lupa está dentro del <a>, lo ocultamos */
.woof_text_search_go::before {
    content: "Buscar"; /* Cambia la lupa por el texto */
    font-family: inherit; /* Usa la misma fuente que el sitio */
}
.woof_text_search_container .woof_text_search_go {
    width: auto !important;
    height: auto !important;
    margin-left: 0px !important;
    background: none !important;
    background-color: #de000a !important;
    color: white;
    display: block !important;
    position: absolute;
    right: 0px !important;
    top: -2px !important;
    padding: 9px 20px;
    border-radius: 19px;
}
.woof_husky_txt-container {
    z-index: 999999;
}
.home form.cart .quantity{
    display: none;
}
.home form.cart{
    margin-bottom: 0!important;
}
.added_to_cart.wc-forward{
    display: none!important;
}

.search-container {
    position: relative;
}

#search-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}
#search-toggle img{ width: 40px;}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 250px;
}

.search-box form {
    display: flex;
    width: 100%;
}

.search-field {
    flex-grow: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
}

.search-submit {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-left: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-submit:hover {
    background: #e9ecef;
}

a.me-2 span {
    background-color: #dc3545;
    border-radius: 50%;
    padding: 0px 6px;
    text-decoration: none;
    color: white;
    position: relative;
    left: -10px;
    top: -2px;
}


@media (max-width: 768px) {
    a.me-2 span {
        position: absolute;
        right: -10px;
        left:unset;
    }
  
    .caja-header-botones .btn-socio {
        display: none !important;
    }
    
    .header .col-lg-4 img.w-75 {
        width: 100% !important;
        height: auto;
    }
	.navbar-toggler {
		padding: .25rem .5rem !important; }
    
    /* Forzar que el menú no afecte el layout del header */
    .navbar-expand-lg .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        left: -420px !important;
        width: 420px !important;
        height: 100vh !important;
        z-index: 999999 !important;
        background-color: #c00711 !important;
        transition: left 0.3s ease !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }
    
    .navbar-expand-lg .navbar-collapse.show {
        left: 0 !important;
    }
    
    .boton_cerrar {
        display: flex !important;
        justify-content: flex-end;
        padding: 20px;
    }
    
    .cerrar_menu {
        width: 30px;
        height: 30px;
        fill: white;
        cursor: pointer;
    }
    
    .cerrar_menu:hover {
        fill: #f87171;
    }
    
}

.wa__btn_popup {
    right: 20px !important;
    bottom: 100px !important;
}