/*
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.   ***************/
.col3 .product-categories {
  column-count: 3; 
  column-gap: 20px; 
  padding: 10px;
  list-style-type: none;
	margin:10px;
}
.col2 .product-categories {
  column-count:2; 
  column-gap: 20px; 
  padding: 10px;
  list-style-type: none;
	margin:10px;
}
.nav-dropdown .product-categories li{ 
  list-style-type: none;
}
.product-categories .cat-item{font-size:0.8em; margin-bottom:10px; color:#555;}
.column-list li {
  margin-bottom: 10px; 
}

.nav-dropdown{ padding: 10px !important;}
.nav-dropdown .section{ padding: 10px !important;}


/* Product page */
.badge{
	height: 4.3em;
	min-width: 4.3em;
}

.badge-inner {
	padding: 2px 10px;
}

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


}