/*
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.   ***************/
.star-rating { display: none !important; } /*remove star rating*/

.wishlist-account-element { display: none !important;}/*remove wishlist field from my account menu(woo commerce)*/

.woocommerce-MyAccount-navigation-link--customer-logout { display: none !important;} /*remove logout field from my account menu(woo commerce)*/

.menu-item-650-en{
	width:50px;
}

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


}