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

/*************** ADD CUSTOM CSS HERE.   ***************/
.term-description{
	padding-top:30px;
}
.product-footer .woocommerce-tabs {
	border-top: unset;}
.product-footer .woocommerce-tabs{
	padding-top:10px;
}
.product-footer .container{
	max-width:1170px;
	background:white;
}
.header-bottom  .flex-center{
	padding-left:20px;
}
.single-product .product-main .row{
	    padding: 10px;
}
.product-main{
	padding-bottom:20px;
}

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


}