.carrouselslick{
    display: none;
}
.bgofertasfixo{
    display: inline-flex;
}


.lblOffers {
    color: #EA0000;
    font-weight: 850;
    font-size: 14px;
    line-height: 21.87px;
}

.owl-stage{
    display: flex;  
}
.dentro-owl {
    height: 350px;
    background-color: white;
}
.dentro-owl img {
    width: 115px;
    max-height: 117px;
    margin-left: 18px;
}
.carrouselslick .owl-item>div {
    display: none;
    }
.carrouselslick .owl-item>div.slick-item {
    background-color: white;
    border-radius: 5px;
    display: block;
    position: relative;
}
.dentro-owl .titulo {
    font-weight: bold;
    width: 160px;
    font-size: 13px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.dentro-owl .subtitulo {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;

}
.dentro-owl .validade {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    font-size: 11px;

}
#baseChevron {
    background: red;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-left: 4px;
    padding-top: 2px;
    position: relative;
}

#icoChevron {
    color:white;
    margin-right: 3px;
    margin-left: 2px;
    width: 10px;
}

.carrouselslick .dentro-owl .currency {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #ab0000;
    line-height: 50.4px;
}
.carrouselslick .dentro-owl .tipounidade {
    text-transform: capitalize;
    text-align: right;
    font-size: 13px;
    font-weight: 850;
    margin-right: 15%;
    margin-top: -10px;
    line-height: 0.74px;
    color: #ab0000;
}
.owl-item{
    min-width: 170px;
    height: 300px;
}

.owl-stage-outer{
overflow-y: hidden;
height: 420px;
}
.owl-stage {
    height: 400px;
    padding: 0;
    /* width: 100%!important; */
/* overflow-y: auto; */
touch-action: manipulation;
overflow-y: initial;
max-width: 100vw;


}
.carrouselslick .owl-nav{
    display: none;
}

.carousel-indicators{
    display: none;
}

@media only screen and (max-width: 767px) {
    .carrouselslick{
        display: block;
    } 
    .bgofertasfixo{
        display: none;
    }
}


@media only screen and (max-width: 360px){
    .lblOffers {
        color: #EA0000;
        font-weight: 850;
        font-size: 13px;
        line-height: 21.87px;
    }
    #iconChevron{
        color: white;
        margin-right: 3px;
        margin-left: 2px;
        width: 9px;
    }
}