.mobile-category-section{
 
   margin-top: 10px;
   margin-bottom: 10px;
}

.cat-img-container-desktop .cat-slider-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 34px;
}

.cat-img-container-desktop{   
    width: 274px;
    height: 352px;
    position: relative;
}



.cat-img-container{
    border-radius: 10px;
}

.cat-img-container .cat-slider-img{
    border-radius: 10px;
}

@media (max-width: 390px) {
    .cat-img-container .cat-slider-img{
        height: 204px;
    }
}

@media (min-width: 391px) and (max-width: 414px) {
    .cat-img-container .cat-slider-img{
        height: 220px;
    }
}

@media (min-width: 415px) and (max-width: 480px) {
    .cat-img-container .cat-slider-img{
        height: 260px;
    }
}

/* #category-slider-featured .owl-stage {
    width: 750px !important;
}

#category-slider-featured .owl-item {
    width: 110px !important;
} */






 @media (min-width: 992px) {
     .mobile-category-section{
        display:  none;
    }
 }

 @media (max-width: 991px) {
     .desktop-category-section{
        display:  none;
    }
 }

 .cat-img-text {
    text-align: center;
    font-family: 'Lexend', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}

 .cat-img-text-desktop {
    text-align: center;
    font-family: 'Lexend', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}
 

