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

/*************** ADD CUSTOM CSS HERE.   ***************/

.product-tags {
  border-bottom:2px solid #555;
  padding-bottom: 10px;
	margin-bottom: 2rem;
}
.subcategories{
	margin-bottom: 2rem;
}
.subcategories-list span {
  padding:3px 8px;
  border:1px solid #eee;
  margin:5px;
}
.term-description{
	display:none;
}

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


}