/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Marin Miletic
Template: flatsome
Version: 3.0
*/

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

/*wishlist buttons*/
.wishlist_table .add_to_cart, a.add_to_wishlist.button.alt {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/*testimonials*/
.star-rating {
	font-size: 19px !important;
	color: #ffffff !important;
}
.star-rating span:before {
	color: #ffffff !important;
}
/*cart page*/
.tax-total {
	display: none !important;
}
/*review tab single product HIDDEN*/
.reviews_tab {
	display: none !important;
}

#top-bar {
	display:block !important;
}
@media only screen and (max-width: 850px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#top-bar {
		display: none !important;
	}

}