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

/* category, brand description */
.tax-product_brand .shop-container {
display: flex;
flex-wrap: wrap;
}
.tax-product_brand .term-description {
flex: 1;
margin-left: 1.5rem;	
}
.tax-product_brand .smallbrand {
margin-bottom: 1.5rem;
	max-height: 120px;
}
.tax-product_brand .shop-container > a:first-child { max-width: 200px; }
.term-description > p {
font-size: .9rem;
}


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


}