.elementor-249 .elementor-element.elementor-element-5886468d{--display:flex;--padding-top:100px;--padding-bottom:80px;--padding-left:030px;--padding-right:30px;}.elementor-249 .elementor-element.elementor-element-5398ec63{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for text-editor, class: .elementor-element-5398ec63 */.wishlist-title-container
{display:none;}



/* Tablet & Mobile Wishlist Layout */
@media (max-width: 1024px) {

    .wishlist_table tbody,
    .wishlist_table tr {
        display: block;
        width: 100%;
    }

    .wishlist_table tr {
        position: relative;
        display: flex;
        gap: 15px;
        align-items: center;
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 0px;
        background: #fff;
    }

    .wishlist_table td {
        border: none !important;
        padding: 0 !important;
    }

.wishlist_table.mobile {
  list-style: none;
  margin-left: -40px;
  margin-right: -30px;
}

    .wishlist_table .product-thumbnail img {
        width: 100%;
        height: auto;
        border-radius: 0px;
    }

    .wishlist_table .product-name {
        flex: 1;
    }

    .wishlist_table .product-name a {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        display: block;
        margin-bottom: 6px;
    }



    .wishlist_table .product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline !important;
    }

    .wishlist_table .remove {
        font-size: 22px;
        line-height: 10px;
    }
}/* End custom CSS */