/*
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.   ***************/
.yith-wcwl-icon.fa.fa-heart-o:before, .yith-wcwl-icon.fa.fa-heart:before, .view-wishlist:before {
    font-family: "fl-icons" !important;
    font-style: normal;
}
.yith-wcwl-icon.fa.fa-heart-o:before {
    content: "\e906";
}
.yith-wcwl-icon.fa.fa-heart:before {
    content: "\e000";
}
.view-wishlist:before {
    content: "\e012";
    margin-right: 5px;
}

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


}