.precio-y-reloj-oferta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    /* background-color: yellow; */
    max-width: 550px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bloque-precios-producto {
    /* background-color:teal; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}

.bloque-precios-producto .price {
    margin-top: 20px;
    /* background-color: tomato; */



    /* text-align: center; */
    /* line-height: 100%; */
}

/* ------------------------------------ ROLLBACK DE LAS MONEDAS 21/9/2023 ------------------------------------ */
/* 07-09-2023 SE ELIMINARA PARA DEJAR EL DISE;O ACTUAL Y CAMBIARLO CON JS *
/* Eliminando el dolar del precio del producto */
.woocommerce-Price-dolarCurrency,
/* .woocommerce-Price-currencySymbol, */
.division_moneda_slider {
    display: none;
} 
/*Cambio de moneda con plugin  (18-12-23)*/

/* centrando el precio en bolivianos */
.woocommerce ul.products li.product .price {
    text-align: center;
}

/* Elimina de la vista la sumatoria del monto de producto del carrito  */
.header-support-wrap .header-support-icon .cart-contents .cart-total .woocommerce-Price-amount {
    display: none;
}

/* Eliminando precio del dolar en producto review de productos en oferta */
/* .precio-y-reloj-oferta .bloque-precios-producto .price ins .woocommerce-Price-amount .enDolares-singleProduct,
.precio-y-reloj-oferta .bloque-precios-producto .price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.precio-y-reloj-oferta .bloque-precios-producto .price ins .woocommerce-Price-amount .division_moneda_singleProduct {
    display: none;
} */

.thunk-single-product-summary-wrap .summary .price .enDolares-singleProduct,
.thunk-single-product-summary-wrap .summary .price .division_moneda_singleProduct {
    display: none;
}

/* Centrando los precios de los productos */
.woocommerce .thunk-woo-product-list .price {
    position: inherit;
}

/***************** aumentando la opacidad en productos de precio anterior ******************/
.thunk-single-product-summary-wrap .summary .price del {
    color: #000000;
    opacity: .8 !important;
}


.woocommerce ul.products li.product.thunk-woo-product-list .price del {
    opacity: .8 !important;
}
/* ******************************************************************************************* */

/* eliminando precio anterior en bloque-ofertas-relampago */
/* .bloque-ofertas-relampago .products .thunk-woo-product-list .price del .precio_anterior_sliderProduct {
    display: none;
} */

#open-cart .open-quickcart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity,
#open-cart .open-quickcart-dropdown .woocommerce-mini-cart__total {
    display: none;
}

.bloque-reloj-oferta-relampago {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    display: flex;
    justify-content: center;
    align-items: center;

}

.bloque-reloj-oferta-relampago .titulo {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f80e0f;
    color: white;
    height: 38px;
    font-family: 'SF UI Display Bold';
    font-weight: normal;
    font-size: 15px;
    border-radius: 2px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.bloque-reloj-oferta-relampago .reloj {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #161616;
    color: white;
    border-radius: 2px;
    height: 38px;
    display: flex;
    
    flex-direction: column;
    flex-wrap: nowrap;
    
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 140px;

    line-height: 0.1em;
    position: relative;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.7em;
    justify-content: space-evenly;
    margin-bottom: 0.4em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-dias {
    position: relative;
    left: -0.6em;
}
.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-hrs {
    position: relative;
    left: -0.6em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-min {
    position: relative;
    right: 0.1em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-seg {
    position: relative;
    right: -0.3em;
}

.bloque-reloj-oferta-relampago .reloj .leyenda {
    font-family: 'SF UI Display Light';
    font-weight: normal;
    font-size: 10px;
    width: 45%;
}

.bloque-reloj-oferta-relampago .reloj .relojsito {
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 15px;
    width: 55%;

    width: 100%;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.elementor-top-section .elementor-column-gap-default .elementor-column .elementor-element-e46dccb {
    animation: itsAlive 1s linear infinite alternate;
}

/* =========BLOQUE PAGINA DE OFERTAS==== */
.cabecera-ofertas-del-dia {
    margin: 0;
/*  background: #000000;
    background: -webkit-linear-gradient(to bottom, #e74c3c, #000000);
    background: linear-gradient(to bottom, #e74c3c, #000000); */

}

@keyframes itsAlive {
    0% {
        transform: scale(.97);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.97);
    }
}

.cabecera-ofertas-del-dia .contenedor-interno {
    /* 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content: center;
    align-items: center;
     */
    /* padding: 0; */
    /* background-color: violet; */
    height: 150px;
    margin: auto;
    max-width: 500px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;

}

/* Se agregan un media querys para celular de ofertas navideñas */

@media screen and (max-width: 510px) {
    .cabecera-ofertas-del-dia .contenedor-interno {
        /* justify-content: flex-end; */
    }

    .cabecera-ofertas-del-dia .contenedor-interno .titulo {
        border: 1px solid white;
        color: rgb(255, 255, 255);
        /* opacity: 1; */
        margin-right: 15px;
    }
}

@media screen and (max-width: 410px) {
    .cabecera-ofertas-del-dia .contenedor-interno .reloj  {
        /* opacity: 0.5; */
        /* background-color: black; */
        padding: 5px;
    }
    .cabecera-ofertas-del-dia .contenedor-interno .titulo {
        /* opacity: .7; */
        border: 1px solid white;
        color: rgb(255, 255, 255);
    }
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 35%;
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj .relojsito{
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
    color: #ffffff;
}


.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha  {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    color: #ffffff;
}
.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-dias {
    position: relative;
    left: -0.1em;
}
.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-hrs {
    position: relative;
    left: -0.2em;
}
.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-min {
    position: relative;
    right: 0.3em;
}
.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-seg {
    position: relative;
    right: 0.1em;
}

/* Se modifico 'background-color:' y 'color' para oferta navideña  */
.cabecera-ofertas-del-dia .titulo {
    margin: 0;
    padding: 0%;
    background-color: #ff0000;
    height: 35%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    color: rgb(255, 255, 255);
    font-family: 'SF UI Display SemiBold';
    font-weight: normal;
    font-size: 20px;
    width: 220px;

    border-radius: 2px;
    text-align: center;
    justify-content: center;
    align-items: center;

    margin-top: 15px;
    margin-bottom: 15px;

}

/* Se agrega un media query para cambiar 'background-color:' y 'color' */
@media screen and (max-width: 1100px) {
    .cabecera-ofertas-del-dia .titulo {
        /* opacity: .7; */
        border: 1px solid white;
        color: rgb(255, 255, 255);
    }
}

.cabecera-ofertas-del-dia .reloj {
    /* background-color: tomato; */
    padding: 0;
    margin: 0;
    height: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    text-align: center;
    justify-content: center;
    align-items: center;

    margin-top: 15px;
    margin-bottom: 15px;
    width: 250px;
}

.cabecera-ofertas-del-dia .reloj .relojsito {
    /* background-color: aquamarine; */
    font-family: 'SF UI Display Bold';
    font-weight: normal;
    font-size: 30px;
    width: 60%;
    text-align: left;
}

.cabecera-ofertas-del-dia .reloj .leyenda {
    /* background-color:brown; */
    width: 40%;
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 16px;
}


/* sub bloque de ofertas */

.bloque-ofertas-relampago {



    margin-top: -20px;

    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;

    background-color: #dfdfdf;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    min-height: 150px;


}

.subbloque-no-relampago {
    display: flex;
    align-items: center;
    justify-content: center;

}

/* subbloque de titulo otras ofertas */
.titulo-de-mas-ofertas {
    margin-top: 50px;
    /* background-color: teal; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.titulo-de-mas-ofertas .icono {
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 12px;
    margin-right: 7px;
}

.titulo-de-mas-ofertas .leyenda-mas-ofertas {
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 16px;
}

/* ===== banner zona ofertas desktop==== */
.link-banner-ofertas {
    /* color: black; */
    text-decoration: none;
}

.container-banner-ofertas {

    animation: itsAlive .8s linear infinite alternate;
}

.container-banner-ofertas .link-banner-ofertas .label-ofertas span {
    font-size: 14px;
}

.link-banner-ofertas .banner-ofertas-fixed .label-ofertas span {
    font-size: 14px;
}

.banner-ofertas {
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 15px;
    height: 85px;
    width: 175px;
    position: relative;
}

.banner-ofertas .label-ofertas {
    /* border-radius:5px 5px  0px 0px; */
    background-color: #ff0d0c;
    height: 50%;
    width: 100%;

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.banner-ofertas .label-ofertas span {
    color: white;
    font-family: 'SF UI Display Heavy';
    font-weight: normal;
    font-size: 16px;
}

.banner-ofertas .subbloque-reloj-ofertas {
    /* border-radius:0px 0px 5px 5px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    height: 50%;
    width: 100%;

    text-align: center;
    justify-content: center;
    align-items: center;

    position: relative;
}

.banner-ofertas .subbloque-reloj-ofertas .label-termina-en {
    font-family: 'SF UI Display Semibold';
    font-weight: normal;
    font-size: 11px;
    color: #131313;
    width: 70px;
}

.banner-ofertas .subbloque-reloj-ofertas .relojsito {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #131313;
    width: 100%;
    text-align: center;
    /* background-color: aqua;     */
    position: absolute;
    top: 15%;
    letter-spacing: 2.8px;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha {
    /* border: 1px red solid; */
    display: flex;
    justify-content: space-around;
    color: black;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-dias {
    position: relative;
    left: 0.9em;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-hrs {
    position: relative;
    left: 0;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-min {
    position: relative;
    right: 0.6em;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-seg {
    position: relative;
    right: 1.2em;
}

/* zona banner ofertas fixed */
.banner-ofertas-fixed {
/*     float: right;
    margin-bottom: 10px;
    margin-top: -12px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* margin-left: 15px; */
    height: 85px;
    /* width: 175px; */
    position: relative;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .banner-ofertas-fixed {
        float: right;
        margin-bottom: 10px;
        margin-top: -25px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: 15px;
        height: 85px;
        width: 175px;
    }
}

.banner-ofertas-fixed .label-ofertas {
    /* border-radius:5px 5px  0px 0px; */
    background-color: #ff0d0c;
    height: 50%;
    width: 100%;

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.banner-ofertas-fixed .label-ofertas span {
    color: white;
    font-family: 'SF UI Display Heavy';
    font-weight: normal;
    font-size: 16px;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas {
    /* border-radius:0px 0px 5px 5px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    height: 50%;
    width: 100%;

    text-align: center;
    justify-content: center;
    align-items: center;

    position: relative;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .label-termina-en {
    font-family: 'SF UI Display Semibold';
    font-weight: normal;
    font-size: 11px;
    color: #131313;
    width: 70px;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .relojsito {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #131313;

    width: 100%;
    text-align: center;

    position: absolute;
    top: 15%;
    letter-spacing: 2.8px;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha {
    /* border: 1px red solid; */
    display: flex;
    justify-content: space-around;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-dias {
    position: relative;
    left: 0.9em;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-hrs {
    position: relative;
    left: 0;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-min {
    position: relative;
    right: 0.6em;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-seg {
    position: relative;
    right: 1.2em;
}

/* zona banner ofertas movil */
.banner-ofertas-movil {
    float: right;
    /* margin-bottom: 10px; */
    margin-top: 2px;
    margin-bottom: 5px;
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 15px;
    /* height: 65px; */
    height: 63px;
    width: 160px;
    position: relative;
}

.banner-ofertas-movil .label-ofertas {
    /* border-radius:5px 5px  0px 0px; */
    background-color: #ff0d0c;
    height: 50%;
    width: 100%;

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.banner-ofertas-movil .label-ofertas span {
    color: white;
    font-family: 'SF UI Display Heavy';
    font-weight: normal;
    font-size: 16px;
}

.banner-ofertas-movil .subbloque-reloj-ofertas {
    /* border-radius:0px 0px 5px 5px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: white;
    height: 50%;
    width: 100%;

    text-align: center;
    justify-content: center;
    align-items: center;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha {
    display: flex;
    justify-content: space-around;
    color: black;
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 100%;
    font-family: 'SF UI Display Heavy';
    font-size: 9px;
    ;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-dias {
    position: relative;
    left: 0.6em;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-hrs {
    position: relative;
    left: 0;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-min {
    position: relative;
    right: 0.7em;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-seg {
    position: relative;
    right: 1.2em;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .label-termina-en {
    font-family: 'SF UI Display Semibold';
    font-weight: normal;
    font-size: 11px;
    color: #131313;
    width: 70px;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .relojsito {
    font-family: 'SF UI Display Heavy';
    font-weight: normal;
    font-size: 18px;
    color: #131313;
    width: 100%;
    text-align: center;
    position: relative;
    top: -15%;
    letter-spacing: 2.4px;
}

.subbloque-producto-relampago-cero {
    color: #131313;
    font-family: 'SF UI Display Semibold';
    font-weight: normal;
    font-size: 13px;
}

.subbloque-no-productos-relampago-pero-vuelva-porfavor {
    color: #131313;
    font-family: 'SF UI Display Semibold';
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 24px;
}

.subbloque-no-productos-relampago-pero-vuelva-porfavor span {
    color: #131313;
    font-family: 'SF UI Display Heavy';
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 24px;

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .subbloque-no-productos-relampago-pero-vuelva-porfavor {
        color: #131313;
        font-family: 'SF UI Display Semibold';
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        font-size: 15px;
    }

    .subbloque-no-productos-relampago-pero-vuelva-porfavor span {
        color: #131313;
        /* color: brown; */
        font-family: 'SF UI Display Heavy';
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        font-size: 15px;

    }
}




.subbloque-no-productos-relampago-pero-vuelva-porfavor-imagen {
    /* height: 20px; */
}

.subbloque-no-productos-relampago-pero-vuelva-porfavor-imagen img {
    width: 180px;
    /* height: 20px; */
}

/*******************************************************************/
/**************** Filtro para las ofertas RELAMPAGO ****************/
/*******************************************************************/

.primary-content-wrap .page-head .thunk-page-top-title {
    display: none;
}

.yith-wcan-filters .filter-content .filter-items {
    display: flex;
    justify-content: space-around;
    /* gap: 7px; */
    flex-wrap: wrap;
    margin: 10px !important;
}

.yith-wcan-filters .filter-content .filter-items .filter-item {
    height: 30px;
}

.yith-wcan-filters .filter-content .filter-items .filter-item #filter_22908_0_24 + a {
    font-size: 12px;
}

.yith-wcan-filter {
    background: #DFDFDF;
}

.elementor-element-8d42e57 .elementor-element {
    background: #DFDFDF;
}

.yith-wcan-filter .filter-content .filter-items input {
    display: none;
}

.yith-wcan-filter .filter-content .filter-items .filter-item {
    background: #000000;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 10px;
    transition: .5s;
    width: 102px;
    text-align: center;
}

.yith-wcan-filter .filter-content .filter-items .filter-item:hover {
    transform: scale(.9);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
    color: rgb(255, 255, 255);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
    color: rgb(255, 255, 255);
    text-decoration: line-through rgb(255, 0, 0) !important;
    text-decoration-thickness: 2px !important;
}

@media screen and (max-width: 1277px) {
    .yith-wcan-filter .filter-content .filter-items .filter-item {
        margin-top: 6px;
    }
}