Hi there
Please, try to change the code that I previously sent you as follows
.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before{
font-family: 'simple-line-icons';
content: "\e08a";
font-size: 24px;
line-height: 48px;
}
@media (max-width: 767px) {
.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:before,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:before {
font-size: 20px;
line-height: 34px;
}
}