table.wishlist-table tr {
    text-align: center;
}

.wishlist-table {
    border-collapse: collapse; /* Merge cell borders */
    width: 100%; /* Adjust the width as needed */
    border: 1px solid #ccc; /* Add a border around the table */
}

.wishlist-table th {
    border: 1px solid #ccc!important;
}

/* Add border to table data cells */
.wishlist-table td {
    border: 1px solid #ccc!important;
}


.wish-product-image img {
    object-fit: contain;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}