:root{
    --priceText: white;
    --priceBack: #e93f37;
}
/*  #ff900f naranjo ss25 */
/* #fa921c */
/* white */
.js-ga-track-promo {
    padding: 0px 12px;
}

.fbgBanner {
    height: auto !important;
    padding: 0 0.4% !important;
}

.fbgBanner a {
    background-color: #f0f0f0;
    text-align: center;
    /* height: auto; */
    padding-bottom: 16px;
    border-radius: 5px;
    display: block;
    /* color: #606060; */
}


.fbgBanner p {
    margin: 0;
    color: #606060;
    font-weight: bolder;
}

.fbgBanner .bs_marca {
    padding: 10px 0;
    font-size: 15px;
}

.fbgBanner .banner-img_prod {
    margin: 0 5%;
    background: white;
}


.fbgBanner .bs-titleProd {
    font-size: 13px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 900 !important;
}

.fbgBanner .bs-before {
    font-family: 'Lato';
    font-weight: 500;
    font-weight: 600;
}

.fbgBanner .bs-before span {
    text-decoration: line-through;
}

.fbgBanner p.bs-price {
    background: var(--priceBack);
    width: fit-content;
    margin: 0 auto;
    padding: 0px 12px;
    border-radius: 4px;
    font-size: 25px;
    color: var(--priceText);
    font-weight: bolder;
    line-height: 35px;
    margin-top: 9px !important;
    font-family: 'Lato';
    transition: 0.3s;
}

@media(max-width:1200px) {
    .fbgBanner {
        height: auto !important;
        padding: 0 5px !important;
    }
}

@media(max-width:767px) {
    .fbgBanner .bs_marca {
        padding: 14px 0;
        font-size: 17px;
    }

    .fbgBanner .bs-before {
        font-size: 12px;
    }

}
#flashsale-slider{
    height: max-content;
}
/*header*/
.flashsale-header {
    display: flex;
    padding: 36px 0;
    align-items: flex-end;
}

.flashsale-header>div:first-child {
    width: 40%;
    padding: 0;
    display: flex;
    align-items: center;
}

.flashsale-header>div:last-child {
    width: 60%;
    padding: 0;
}

@media(max-width:767px) {
    .flashsale-header {
        display: block;
        padding: 36px 0;
    }

    .flashsale-header>div:first-child {
        width: 100%;
        padding: 0;
    }

    .flashsale-header>div:first-child img {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .flashsale-header>div:last-child {
        width: 100%;
        padding: 0;
    }

    .fbgBanner p.bs-price {
        padding: 0px 13px;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        border-radius: 1px;
    }

    .fbgBanner .bs-titleProd {
        font-size: 13px;
    }

    .fbgBanner .banner-img_prod {
        border-radius: 3px;
    }
}

.banner-img_prod img {
    padding: 0 12%;
    transition: 0.5s;
}

.fbgBanner>a:hover {
    background: var(--priceBack);
    transition: 0.2s;
    color: var(--priceText);
}

.fbgBanner>a:hover * {
    color: white;
}

.fbgBanner>a:hover .bs-price {
    background-color: var(--priceText);
    color: var(--priceBack);
    transition: 0.2s;
}

.fbgBanner p.bs-price:hover {
    background: var(--priceText);
    color: var(--priceBack) !important;
}

.btn-flashSale {
    max-width: fit-content;
    background: var(--priceBack) !important;
    color: var(--priceText) !important;
    padding: 5px 26px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 17px;
    font-weight: bolder;
    font-family: 'Lato';
    cursor: pointer;
}

.btn-flashSale:hover {
    background: #fa921c;
    color: white;
}


.fbg_dsk_hide,
.fbg_mbl_show {
    display: none;
}

@media(max-width:767px) {
    .fbg_mbl_show {
        display: block;
    }
}

@media(min-width:767px) {
    .fbg_dsk_hide {
        display: block;
    }
}


/*Contador*/

#contador {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: 'Lato';
    font-size: 29px;
    color: #666666;
    margin-right: 7%;
    font-weight: bolder;
}

#contador div {
    text-align: center !important;
    display: flex;
    flex-direction: column;
}

#contador .time-part {
    margin: 0 5px;
}

#contador .label { display:none; }

#contador .separator {
    font-size: 18px;
    margin: 6px -4px;
}

@media(max-width:767px) {
    #contador {
        justify-content: center;
        margin-right: 0;
        margin-top: 23px;
    }
}

/* Cajas por dígito del contador */
.digit-box {
    display: inline-block;
    min-width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ffffff;
    color: #e8372f;
    border: 1px solid #bbbbba;
    border-radius: 4px;
    margin: 0 2px;
    font-weight: 900;
}

@media(max-width:767px){
    .digit-box{
        min-width: 22px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
}