.wishlist-btn {
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
}
.wishlist-btn.in-wishlist {
    color: red;
}
