/* Porto Wishlist Heart Fix */
body .page-wrapper .product-item .action.towishlist.added::before,
body .page-wrapper .product-item .action.towishlist.active::before,
body .page-wrapper .product-item .action.towishlist.in-wishlist::before {
    color: #ff5501 !important;
    font-family: "porto-icons" !important;
    content: "\e889" !important;
}

body .page-wrapper .product-item .action.towishlist.added,
body .page-wrapper .product-item .action.towishlist.active,
body .page-wrapper .product-item .action.towishlist.in-wishlist {
    color: #ff5501 !important;
}
