.elementor-854 .elementor-element.elementor-element-e1c39c5{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4d06240 *//* YITH Wishlist Modern Table Redesign */
.wishlist_table {
    font-family: 'Poppins', sans-serif !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    border: 1px solid #eaeaea !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02) !important;
}

/* Table Header */
.wishlist_table thead {
    background-color: #f4f7f5 !important;
}

.wishlist_table thead th {
    font-weight: 600 !important;
    color: #111 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 18px 20px !important;
    border: none !important;
    border-bottom: 1px solid #eaeaea !important;
    text-align: center !important;
}

/* Table Rows */
.wishlist_table tbody td {
    padding: 20px !important;
    vertical-align: middle !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: center !important;
}

.wishlist_table tbody tr:last-child td {
    border-bottom: none !important;
}

/* Product Image */
.wishlist_table .product-thumbnail img {
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    max-width: 80px !important;
    height: auto !important;
}

/* Product Name */
.wishlist_table .product-name a {
    color: #317c3d !important; /* Theme Green */
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}
.wishlist_table .product-name a:hover {
    color: #89c34a !important;
}

/* Price */
.wishlist_table .product-price {
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 15px !important;
}

/* Stock Status Badge */
.wishlist_table .product-stock-status span {
    color: #059669 !important; 
    font-weight: 600 !important;
    background: #e8f5e9 !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    display: inline-block;
}

/* Select Options / Add to Cart Button */
.wishlist_table .product-add-to-cart a.button {
    background-color: #317c3d !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-transform: capitalize !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
}
.wishlist_table .product-add-to-cart a.button:hover {
    background-color: #25602e !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(49, 124, 61, 0.2) !important;
}

/* Remove Icon (Left side X) */
.wishlist_table .product-remove a.remove {
    color: #ef4444 !important; /* Red */
    font-size: 22px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-block;
    transition: transform 0.2s ease !important;
    border: none !important;
}
.wishlist_table .product-remove a.remove:hover {
    transform: scale(1.2);
    background: transparent !important;
}

/* Remove Button (Under select options) */
.wishlist_table .product-add-to-cart a.remove_from_wishlist {
    background-color: #fef2f2 !important;
    color: #ef4444 !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background 0.3s ease !important;
}
.wishlist_table .product-add-to-cart a.remove_from_wishlist:hover {
    background-color: #fee2e2 !important;
}

/* Share Section */
.yith-wcwl-share {
    margin-top: 40px !important;
}
.yith-wcwl-share h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin-bottom: 15px !important;
}
.yith-wcwl-share ul li a {
    border-radius: 50% !important;
    transition: transform 0.3s ease !important;
}
.yith-wcwl-share ul li a:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
}/* End custom CSS */