<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product_count{
    padding: 30px 0px;
    font-size: 14px;
}
.product-list .bestseller_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


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

}



.prolist-banner{
    background: #000000;
    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) {
    .best_seller_list {
        width: 23%;
    }
    .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;
}

</pre></body></html>