.category-desc {
    width: 80%;
    margin-left: 10%;
    padding: 20px;
    background: rgb(209 209 209 / 50%);
    margin-top: 20px;
    border-radius: 20px;
}

.category-title {
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hide {
    display: none !important;
}
@media (min-width: 1024px) and (max-width: 15000px) {
    .filter-box {
        width: 100% !important;
        float: none !important;
        max-height: 2000px !important;
        margin-left: 50px !important;
    }
}
@media (min-width: 1024px) and (max-width: 15000px) {
    .filter-box .pro-type-list>ul .LiLevel1 {
        width: 20% !important;
        margin-right: 10px;
    }
}