.shop-category-header{
    font-size: .9em;
    font-weight: 600;
}

.active-category-header-cls{
    font-weight: 600;
}

.filter_category_div_mobile{
    border: none;
}

.mobile-filter-card-body{
    border: none;
    padding: 0px;
}


/**********************************************************************************************************************/
/* mobile-shop-button-style.css */
/**********************************************************************************************************************/

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (min-width : 320px)
and (max-width : 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
    .woocommerce div.product .related.products ul.products li.product, .woocommerce.mobile-columns-2 ul.products li.product, .woocommerce-page.mobile-columns-2 ul.products li.product{
        width: calc(90% - 10px) !important;
    }
}