.product_count{
    padding: 0px 0px;
    font-size: 14px;
}
.product-list .bestseller_content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.product-item-list{
    /*width: 25%;*/
    /*padding: 15px;*/
}
/*.category-products .product-item-list:hover{*/
/*    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);*/
/*}*/
.product-item-list .pro_hover{

}

.category-active-title{
    /*border-top: solid 1px #eee;*/
    /*border-bottom: solid 1px #eee;*/
    text-align: left;
    padding: 25px 10px;
    /*color: #fff;*/
    font-size: 28px;
}

.prolist-banner{
    background: #f7fbff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.prolist-banner .nav-text{
    position: absolute;
    bottom: 0%;
    text-align: left;
    width: 1360px;
    color: #fff;
    font-weight: bolder;
    font-size: 44px;
}
.prolist-banner img{
    max-width: 100%;
}
@media (max-width: 960px) {

    .category-products{
        width: 100%;
    }
}
.recently-product-item-list{
    width: 13%;
    /*margin: 0px 10px 20px 0px;*/
}
.recently-viewed .bestseller_content{
    justify-content: flex-start;
    overflow-x: scroll;
    flex-wrap: nowrap;
}

