.tinv-wishlist:not(:has(.cart-empty)) {
    overflow: hidden;
    border-radius: 20px;
}

.tinv-wishlist .cart-empty {
    margin-top: 0;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    background: white;
    border-radius: 20px;
    margin: 0;
}

.tinv-wishlist table td, .tinv-wishlist table th {
    text-align: left;
}

.tinv-wishlist .product-thumbnail img {
    max-width: 100px;
    height: auto;
}

.tinv-wishlist .product-action__inner {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.tinv-wishlist [name="tinvwl-remove"] {
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    flex-shrink: 0;
}

.tinv-wishlist table td.product-stock {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 120%;
}

.tinv-wishlist table td.product-stock.instock {
    color: #14A12D;
}

.tinv-wishlist table td.product-stock.outofstock {
    color: #E92626;
}

.tinv-wishlist table td.product-stock.onbackorder {
    color: #f1c40f;
}

.tinv-wishlist .product-action {
    width: auto;
}

.tinv-wishlist td.product-price {
    color: #10182E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

.tinv-wishlist td.product-price .screen-reader-text {
    display: none;
}

.tinv-wishlist td.product-price ins {
    text-decoration: none;
    color: #E92626;
}

.tinv-footer {
    display: flex;
    justify-content: space-between;
}

.tinv-wishlist tfoot button {
    background: #233462;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    border: none;
    height: 100%;
}

.tinvwl-input-group {
    display: flex;
    gap: 10px;
}

.tinvwl-input-group .form-control {
    height: auto;
}

.tinvwl-input-group-btn {
    width: auto;
    padding: 0!important;
}

.tinv-wishlist tfoot .tinvwl-to-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 !important;
}

.tinv-wishlist tfoot .tinvwl-to-right>* {
    margin: 0!important;
}

.tinv-wishlist tfoot .tinvwl-to-right button {
    background: #F2F5FF;
    border: 1px solid #6B748B73;
    color: var(--main-color);
}

.tinv-wishlist .tinv-wishlist-clear {
    display: none;
}

@media (max-width: 768px){
    .tinv-wishlist table td  {
        padding: 0.5em;
    }

    .tinv-wishlist .product-thumbnail img {
        max-width: 180px;
    }

    .tinv-wishlist tbody tr td:first-child {
        border-top: 1px solid var(--bg-color);
    }

    .tinv-wishlist tbody tr:last-child td:last-child {
        border-bottom: 1px solid var(--bg-color);
    }

    .tinv-footer {
        flex-direction: column;
        gap: 10px;
    }

    .tinv-wishlist tfoot .tinvwl-to-right {
        flex-direction: column;
    }
}
