/*
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.   ***************/
.category-page-row {
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.page-title-inner {
	 padding-left: 8% !important;
    padding-right: 8% !important;
}
.shop-page-title h1.shop-page-title {
   
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.single-product .page-title-inner {
    padding-top: 0 !important;
}


.product-info .price {
    margin: 25px 0 !important;
}


 .tagged_as {
    display: none !important;
}



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


}