.tp-add-to-wishlist {
    position: absolute;
    width: 30px;
    height: auto;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.tp-add-to-wishlist img {
    width: 100%;
    height: 100%;
}

.tp-wishlist-user table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.tp-wishlist-user td,
.tp-wishlist-user th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}


.featured-image-wrapper {
    display: flex;
    justify-content: center;
}

.featured-image-wrapper .wishlist-featured-image {
    width: 75px;
    height: auto;
}

.tp-wishlist-user .description {
    max-width: 200px;
    overflow: hidden;
}

.tp-wishlist-user .price-wrapper {
    display: flex;
    flex-direction: column;
}

.tp-wishlist-user .sale_price {
    font-size: 20px;
    font-weight: 600;
}

.tp-wishlist-user .regular_price {
    font-size: 12px;
    text-decoration: line-through;
}