/*
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.   ***************/


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


}

.woocommerce-MyAccount-navigation ul li a:before {     content: '\e08a';}
#yith-wcwl-form > div.wishlist-title-container{
	display: none;
}

#yith-wcwl-form > table > thead > tr > th.product-add-to-cart:after{
	content: 'ACTION';
}


button.wishlist-button.button.is-outline{
	background-color: #000;
}

#top-link{
	background-color: #fff;
	border-color: #000;
}
#top-link > i{
	color: #000;
}

#top-link:hover{
	background-color: #cecece;
}

#top-link > i:hover{
	text-transform: blink;
}

