
body .products_list4_wide .products_category_wrapper .cate_item.cur,
body .products_list4_wide .products_category_wrapper .cate_item:hover{color: #fff !important;text-decoration: underline;}
@media screen and (max-width: 1000px){
    body .default_products_list4 .products_category_wrapper .category_box{
        overflow: unset;
        height: max-content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        gap: 2px 15px;
    }
    body .default_products_list4 .products_category_wrapper .category_box .item_title{margin: 0;}
    body .default_products_list4 .products_category_wrapper .category_box .cate_item{white-space: nowrap;padding: 0;}
}
