.elementor-5436 .elementor-element.elementor-element-3a73e1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-3a73e1d *//* General font and table styling */
body {
    font-family: 'Poppins', sans-serif;
}

.tinv-wishlist {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    background-color: transparent; /* Make the table background transparent */
}

.tinv-wishlist th, .tinv-wishlist td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    background-color: transparent !important; /* Make the cells background transparent */
}

.tinv-wishlist thead th {
    background-color: transparent !important; /* Make the header background transparent */
    font-weight: 600;
}

.tinv-wishlist tbody tr {
    border-bottom: 1px solid #dddddd;
}

.tinv-wishlist tbody tr:nth-of-type(even) {
    background-color: transparent !important; /* Make the even rows background transparent */
}

.tinv-wishlist tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.tinv-wishlist tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* Specific element styling */
.tinv-wishlist a {
    color: #009879;
    text-decoration: none;
}

.tinv-wishlist a:hover {
    text-decoration: underline;
}

.tinv-wishlist button {
    background-color: #0400C0; /* Updated button color */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tinv-wishlist button:hover {
    background-color: #020080; /* Slightly darker shade for hover effect */
}

/* Making the table look like the provided image */
.tinv-wishlist th.product-cb, .tinv-wishlist td.product-cb {
    width: 50px;
}

.tinv-wishlist th.product-thumbnail, .tinv-wishlist td.product-thumbnail {
    width: 100px;
}

.tinv-wishlist th.product-name, .tinv-wishlist td.product-name {
    width: 300px;
}

.tinv-wishlist th.product-price, .tinv-wishlist td.product-price {
    width: 150px;
}

.tinv-wishlist th.product-action, .tinv-wishlist td.product-action {
    width: 150px;
    text-align: center;
}

.tinv-wishlist td.product-thumbnail img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
}

.tinv-wishlist .tinvwl-to-left, .tinv-wishlist .tinvwl-to-right {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.tinv-wishlist .tinvwl-to-left button, .tinv-wishlist .tinvwl-to-right button {
    margin: 0 5px;
}/* End custom CSS */