/*22 decembrie*/
@font-face {
    font-family: FuturaStdBold;
    src: url(../../assets/fonts/FuturaStd-Bold.otf);
}
@font-face {
    font-family: FuturaStdMedium;
    src: url(../../assets/fonts/FuturaStd-Medium.otf);
}
@font-face {
    font-family: FuturaStdHeavy;
    src: url(../../assets/fonts/FuturaStd-Heavy.otf);
}
.f-11{
    font-size:11px;
}
.uppercase{
    text-transform:uppercase;
}
.fa-chevron-oferta{
    font-size: 12px;
    color: #fff;
    vertical-align: bottom;
    background: #0cd4db;
    border-radius: 50%;
    padding: 4px 5px 3px 7px;
}
.left-side-oferta{
    background:#605ca8;
    color:#fff;
    padding:15px 40px;
}
.f-24{
    font-size:24px;
}
.futurastdmedium{
    font-family:FuturaStdMedium;
}
.f-21{
    font-size:21px;
}
.left-side-oferta p:first-child{
    margin-bottom:15px;
}
.pl5{
    padding-left:5px;
}
.read-more-oferta{
    cursor:pointer;
    margin-top: 20px;
}
.read-more-oferta i{
    vertical-align: text-top;
}
.right-side-oferta{
    padding:15px 25px;

    background:#09dadf;
}
.perioada-oferta{
    color:#37474f;
}
.futurastdheavy{
    font-family: FuturaStdHeavy;
}
.black-text{
    color:#37474f;
}
.titlu-oferta{
    margin-bottom: 14px;
    margin-top: 3px;
}
.f-9{
    font-size:9px;
}
.container-image-oferta{
    margin-right:20px;
}
.container-image-oferta img{

}
.text-ascuns-oferta{
    padding:15px;
    padding-top:40px;
}
.titlu-ascuns-oferta{
    color:#424140;
    padding:10px;
    padding-top:20px;
    font-size:20px;
    line-height:1.3;
    margin-bottom:50px;
}
.f-20{
    font-size:20px;
}
.text-oferta-ascuns{
    clear:both;

}
.red-dot{
    width:45px;
    height:45px;
    background:#cc0d11;
    border-radius:50%;
    margin: auto;
}
.container-butoane{
    width: 85px;
    text-align: center;
}

.slate-gray-dot{
    width:35px;
    height:35px;
    background:#68748e;
    border-radius:50%;
    margin: auto;
}
.background-image-oferta{
    background-position:center;
    min-height:500px;

}
@media screen and (min-width:992px){
    .background-image-oferta{
        background-position:center;
        min-height:unset;
    }


}
@media screen and (max-width:500px){
    .background-image-oferta{
        background-position:center;
        min-height:300px;
    }
}
@media screen and (min-width:768px){
    .text-ascuns {
        padding-left: 105px;
    }

}
@media screen and (max-width:767px){
    .titlu-ascuns-oferta{
        padding-left:0;
    }
    .left-side-oferta{
        padding-left:15px;
    }
}
#ultimateoffer{
    margin-bottom:180px;
    border: 1px solid #d1d2d1;
}
.ultimaofertabtn{
    background-color:#cc0d11;
    border: none;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    cursor:pointer;
    outline:none;
}
.ultimaofertabtn:focus{
    outline:none;
}
.close-ultima-oferta{
    position:absolute;
    right:20px;
    top:10px;
    z-index:9;

}
.close-ultima-oferta:hover{
    cursor:pointer;
}
.select-category-oferta{
    max-width:unset;
}