#category #center_column {
    float: none;
}
body#category div#center_column .page-heading {
    display: none;
}
.category-product-filter .active {
    text-decoration: underline;
}
.category-product-filter ul {
    display: flex;
    flex-wrap: wrap;
}
.category-product-filter ul li:not(:first-child) {
    margin: 0 10px;
}
.category-product-filter p {
    font-size: 13px;
    /* font-weight: 600; */
}
.category-product-filter {
    margin-bottom: 25px;
}

#category .subcategory-image a{
    padding-top: 30px;
    padding-bottom: 40px;
}

#category div#subcategories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#category .subCatHeading {
    margin-bottom: 20px;
    margin-top: 35px;
}

#category #subcategories{
    margin-bottom: 40px;
}

div#newlaw,
div#newlaw-heading,
div#newlaw-text {
    text-align: center;
}
div#newlaw {
    padding: 15px 30px;
}
div#newlaw-heading {
    font-size: 20px;
    line-height: 1;
}
div#newlaw-text {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
}

@media screen and (max-width: 640px) {
    .product_list.grid {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    ul.product_list.grid>li {
        width: 100%;
    }
    .product_list.grid:before,
    .product_list.grid:after {
        display: none;
    }
    ul.product_list li .product-container .right-block a.button {
        padding: 0px 10px;
        border-radius: 10px !important;
        width: 90%;
        text-align: center;
        font-size: 14px;
    }
    ul.product_list li .product-container .left-block a.product-name {
        font-size: 14px !important;
        color: #5B5B5B !important;
    }
    ul.product_list li .product-container .left-block .product-name-container {
        text-align: center;
    }
    ul.product_list.grid .content_price {
        text-align: center;
    }
    ul.product_list li .product-container .left-block span.product-reference {
        text-align: center;
    }
    .ajax_block_product .button-container {
        margin-top: 0;
    }
    .category-product-filter {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .product_list.grid {
        grid-template-columns: 100%;
    }
}