/*
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.   ***************/
.tax-product_cat .page-title-inner{
    flex-wrap:wrap;
}
.tax-product_cat .page-title-inner .flex-col:first-child{
    display:none!important;
}
.tax-product_cat .page-title-inner .flex-col.text-center{
    flex-basis:100%;
    margin-bottom:16px;
}
.tax-product_cat .page-title-inner .flex-col.text-right{
    text-align:center!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}