.elementor-694 .elementor-element.elementor-element-1e8fa18f{--display:flex;}.elementor-694 .elementor-element.elementor-element-b96c2e5{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-694 .elementor-element.elementor-element-7c4f09b2{margin:0px 60px calc(var(--kit-widget-spacing, 0px) + 60px) 60px;padding:20px 20px 20px 20px;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}@media(max-width:1024px){.elementor-694 .elementor-element.elementor-element-7c4f09b2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-694 .elementor-element.elementor-element-7c4f09b2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-7c4f09b2 *//* ===== Hide Default Wishlist Name ===== */
.wishlist-title-container {
    display: none !important;
}

/* ===== Wishlist Container ===== */
.yith-wcwl-wishlist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* ===== Hide Wishlist Page Heading ===== */
.page-title,
.woocommerce-page .entry-title {
    display: none !important;
}

/* ===== Wishlist Table Header ===== */
.wishlist_table thead th {
    font-size: 14px;       /* Increase header font size */
    font-weight: 500;
    color: #003c37;
    text-transform: uppercase;
    padding: 12px 15px;
    text-align: center;
}

.wishlist_table tbody tr:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ===== Table Cells Styling ===== */
.wishlist_table tbody tr td {
    padding: 10px 15px;
    vertical-align: middle;
    text-align: center;
}

/* ===== Product Image ===== */
.wishlist_table .product-thumbnail img {
    width: 80px;
    height: auto;
    border-radius: 8px;
}

/* ===== Product Name ===== */
.wishlist_table .product-name a {
    font-size: 16px;
    font-weight: 600;
    color: #003c37;
    text-decoration: none;
}

.wishlist_table .product-name a:hover {
    color: #00796b;
}

/* ===== Remove & Add to Cart Buttons ===== */
.wishlist_table .product-add-to-cart a,
.wishlist_table .remove_from_wishlist {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
    cursor: pointer;
}

.wishlist_table .product-add-to-cart a {
    background-color: #00796b;
    color: #fff;
    border: none;
}

.wishlist_table .product-add-to-cart a:hover {
    background-color: #004d40;
}

.wishlist_table .remove_from_wishlist {
    background-color: #f5f5f5;
    color: #ff5252;
    border: 1px solid #ff5252;
}

.wishlist_table .remove_from_wishlist:hover {
    background-color: #ff5252;
    color: #fff;
}

/* ===== Price Styling ===== */
.wishlist_table .product-price {
    font-size: 16px;
    font-weight: 600;
    color: #003c37;
}

/* ===== Wishlist Buttons Unified Style ===== */
.wishlist_table .product-add-to-cart a,
.wishlist_table .remove_from_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;              /* Same width */
    height: 40px;              /* Same height */
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;        /* Rounded corners */
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}

/* ===== Add to Cart Button ===== */
.wishlist_table .product-add-to-cart a {
    background-color: #00796b;
    color: #fff;
}

.wishlist_table .product-add-to-cart a:hover {
    background-color: #004d40;
    transform: translateY(-2px);
}

/* ===== Remove from Wishlist Button ===== */
.wishlist_table .remove_from_wishlist {
    background-color: #ff5252;
    color: #fff;
}

.wishlist_table .remove_from_wishlist:hover {
    background-color: #ff0000;
    transform: translateY(-2px);
}/* End custom CSS */