/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.archive.tax-product_cat .row.category-page-row .hide-for-medium{
    display:none !important;
}
.archive.tax-product_cat .row.category-page-row .col.large-9{
    width:100%;
    max-width:100%;
    flex-basis: 100%!important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}