/**====================================
Contents
====================================**/
.ecomm05-cat-list{
    margin-left: -15px;
    margin-right: -15px;
}
.ecomm05-cat-list .slick-list{
    padding-left: 0 !Important;
}
.ecomm05-cat-list .slick-list li{
    padding-left: 15px;
    padding-right: 15px;
}
.ecomm05-cat-card{   
    display: flex;
    flex-direction: column;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.ecomm05-cat-card figure{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ecomm05-cat-card figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.ecomm05-cat-card:hover figure img{
    transform: scale(1.1);
}
.ecomm05-cat-card .ecomm05-catbody{
    background: #8C786D;
    text-align: center;
    padding: 7px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ecomm05-cat-card span{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){

}
@media (max-width: 991px){
    .ecomm05-cat-list{
        margin-left: -30px;
        margin-right: -30px;
    }
    .ecomm05-cat-list{
        padding-left: 15px;
    }
    .ecomm05-cat-list.scrolled{
        padding-left: 0;
    }
    .ecomm05-catarrow{
        display: none !important;
    }
}
@media (max-width: 767px){
    .ecomm05-cat-card{
        height: 170px;
    }
    .ecomm05-cat-card .ecomm05-catbody{
        padding: 5px;
    }
    .ecomm05-cat-card span{
        font-size: 10px;
    }
    .ecomm05-cat-list .slick-list li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 575px){
    .ecomm05-cat-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .ecomm05-cat-list .slick-list li {
        padding-left: 3px;
        padding-right: 3px;
    }
    .ecomm05-cat-card{
        height: 140px;
    }
    .ecomm05-cat-card span{
        font-size: 9px;
    }
}



