/*
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.   ***************/
.products.row .price>.amount {
	font-size: 20px !important;
}
main.checkoutwc .woocommerce-Price-amount {
	font-size: 16px;
}
.single_variation_wrap .woocommerce-variation-price {
	display: block !important;	
	font-size: 1.8em;
}

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


}