.elementor-12416 .elementor-element.elementor-element-41357d03{--display:flex;}.elementor-12416 .elementor-element.elementor-element-12e0d09e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-12e0d09e */.wishlist-title-container {
    display: none;
}

.yith-wcwl-share {
    display: none;
}

.vpwishlist thead {
    background: #FF4E00 !important;
}

.vpwishlist thead th {
    background: #FF4E00 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-align: center !important;
}
/* =======================================================
   SIMPLE & ATTRACTIVE WISHLIST TABLE DESIGN
======================================================= */


table.wishlist_table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #d2c9c9 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    border: 1px solid #dcdcdc !important;
}

/* ===== Header ===== */

table.wishlist_table thead {
    background: #f7f7f7 !important;
}

table.wishlist_table thead th {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 18px 15px !important;
    border: 1px solid #dcdcdc !important;
}

/* ===== Table Rows ===== */

table.wishlist_table tbody tr {
    transition: 0.3s ease !important;
}

table.wishlist_table tbody tr:hover {
    background: #fafafa !important;
}

/* ===== Table Cells ===== */

table.wishlist_table tbody td {
    padding: 0px 0px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #dcdcdc !important;
    color: #222222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* ===== Bigger Product Image ===== */

table.wishlist_table .product-thumbnail img {
    width: 130px !important;
    height: auto !important;
    border-radius: 10px !important;
        margin: 0px 0px -18px 0px;
    transition: 0.3s ease !important;
}

table.wishlist_table .product-thumbnail img:hover {
    transform: scale(1.05) !important;
}

/* ===== Product Name ===== */

table.wishlist_table .product-name a {
    color: #111111 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
}

table.wishlist_table .product-name a:hover {
    color: #FF4E00 !important;
}

/* ===== Price ===== */

table.wishlist_table .product-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff  !important;
}

/* ===== Stock Status ===== */

table.wishlist_table .wishlist-in-stock {
    color: #16a34a !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* ===== Add To Cart Button ===== */

table.wishlist_table .add_to_cart_button {
    background: #111111 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    transition: 0.3s ease !important;
    border: none !important;
}

table.wishlist_table .add_to_cart_button:hover {
    background: #FF4E00 !important;
    color: #ffffff !important;
}

/* ===== Remove Wishlist Icon ===== */

table.wishlist_table .remove_from_wishlist {
    color: #ff0000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
    border-radius: 0%;
}

table.wishlist_table .remove_from_wishlist:hover {
    color: #cc0000 !important;
}

/* ===== Remove Extra BR Spacing ===== */

table.wishlist_table br {
    display: none !important;
}

/* ===== Mobile Responsive ===== */

@media (max-width: 768px) {

    table.wishlist_table thead th,
    table.wishlist_table tbody td {
        padding: 15px 10px !important;
    }

    table.wishlist_table .product-thumbnail img {
        width: 100px !important;
    }

    table.wishlist_table .product-name a {
        font-size: 15px !important;
    }

    table.wishlist_table .add_to_cart_button {
        padding: 10px 18px !important;
        font-size: 13px !important;
    }
}/* End custom CSS */