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

.category-child-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0 4px;
}

.category-child-nav-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid #d9dde3;
    border-radius: 6px;
    background: #fff;
    color: #111820;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.category-child-nav-item:hover{
    border-color: #111820;
    background: #111820;
    color: #fff;
    box-shadow: 0 6px 16px rgba(17, 24, 32, .12);
}

.category-child-nav-item span{
    white-space: nowrap;
}


.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: #000;
    font-size: 28px;
    text-transform: none;
}

.category-active-title * {
    text-transform: none;
}

.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-child-nav{
        flex-wrap: nowrap;
        gap: 9px;
        margin: 0 -10px;
        padding: 15px 10px 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .category-child-nav::-webkit-scrollbar{
        display: none;
    }
    .category-child-nav-item{
        min-height: 36px;
        padding: 0 15px;
        flex: 0 0 auto;
        font-size: 13px;
    }
    .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;
}

