.wishlist_table .product_name{
    text-align: center;
}

.wishlist_table .product_wishlist_button .wishlist-add-item i{
    display: none;
}

.wishlist_table .product_wishlist_button .wishlist-add-item div{
    text-align: center;
}

.wishlist_table .product_remove div{
    cursor: pointer;
}

.wishlist_table .product_add_to_cart{
    text-align: center;
}

.wishlist-add-item i.fa-xmark {
    color: red !important;
    font-size: 18px;
    cursor: pointer;
}