.elementor-450 .elementor-element.elementor-element-7b4f9f8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.44;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-450 .elementor-element.elementor-element-7b4f9f8e:not(.elementor-motion-effects-element-type-background), .elementor-450 .elementor-element.elementor-element-7b4f9f8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFC242;}.elementor-450 .elementor-element.elementor-element-7b4f9f8e::before, .elementor-450 .elementor-element.elementor-element-7b4f9f8e > .elementor-background-video-container::before, .elementor-450 .elementor-element.elementor-element-7b4f9f8e > .e-con-inner > .elementor-background-video-container::before, .elementor-450 .elementor-element.elementor-element-7b4f9f8e > .elementor-background-slideshow::before, .elementor-450 .elementor-element.elementor-element-7b4f9f8e > .e-con-inner > .elementor-background-slideshow::before, .elementor-450 .elementor-element.elementor-element-7b4f9f8e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-450 .elementor-element.elementor-element-6871201b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-450 .elementor-element.elementor-element-6124afda{padding:0px 0px 0px 0px;text-align:center;}.elementor-450 .elementor-element.elementor-element-6124afda .elementor-heading-title{font-family:"Marcellus", Sans-serif;font-size:35px;font-weight:400;text-transform:capitalize;line-height:45px;color:#000000;}.elementor-450 .elementor-element.elementor-element-f528985{padding:0px 0px 0px 0px;}.elementor-450 .elementor-element.elementor-element-f528985 .woocommerce-breadcrumb{color:#000000;font-family:"Figtree", Sans-serif;font-size:18px;text-align:center;}.elementor-450 .elementor-element.elementor-element-f528985 .woocommerce-breadcrumb > a{color:var( --e-global-color-secondary );}.elementor-450 .elementor-element.elementor-element-9a1c7cf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-450 .elementor-element.elementor-element-a3b002c{--display:flex;}@media(max-width:1024px){.elementor-450 .elementor-element.elementor-element-7b4f9f8e{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-450 .elementor-element.elementor-element-7b4f9f8e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-450 .elementor-element.elementor-element-6124afda .elementor-heading-title{font-size:35px;line-height:40px;}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-d0aeced */.wishlist-custom-cls .woocommerce a.remove:hover {
    color: #fff!important;
    background:  #4e4a4a !important;
}
.wishlist-custom-cls .woocommerce a.remove {
    color: #878787 !important;
}
/* Wishlist Custom Styling */
.wishlist-custom-cls .wishlist_table {
    font-family: 'Figtree', sans-serif;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    color: #333;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
}

/* Table header */
.wishlist-custom-cls .wishlist_table thead th {
    background: #f7f7f9;
    padding: 14px;
    font-weight: 600;
    text-align: left;
    color: #222;
    border-bottom: 2px solid #eee;
}

/* Table rows */
.wishlist-custom-cls .wishlist_table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease-in-out;
}
.wishlist-custom-cls .wishlist_table tbody tr:hover {
    background: #fafafa;
}

/* Product thumbnail */
.wishlist-custom-cls .wishlist_table .product-thumbnail img {
    width: 70px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.wishlist-custom-cls .wishlist_table .product-thumbnail img:hover {
    transform: scale(1.05);
}

/* Product name */
.wishlist-custom-cls .wishlist_table .product-name a {
    font-weight: 500;
    color: #111;
    text-decoration: none;
}
.wishlist-custom-cls .wishlist_table .product-name a:hover {
    color: #555555;
}

/* Price */
.wishlist-custom-cls .wishlist_table .product-price {
    font-weight: 500;
    color: #444;
}
.wishlist-custom-cls .wishlist_table .product-price .woocommerce-Price-currencySymbol {
    color: #111;
    font-weight: 600;
}

/* Stock status */
.wishlist-custom-cls .wishlist_table .product-stock-status {
    font-size: 14px;
    font-weight: 500;
}
.wishlist-custom-cls .wishlist_table .wishlist-in-stock {
    color: #2e7d32;
}
.wishlist-custom-cls .wishlist_table .wishlist-out-of-stock {
    color: #d32f2f;
}

/* Add to cart button */
.wishlist-custom-cls .wishlist_table .product-add-to-cart a.add_to_cart_button {
    display: inline-block;
    padding: 10px 18px;
    background: #2e469d;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
}
.wishlist-custom-cls .wishlist_table .product-add-to-cart a.add_to_cart_button:hover {
    background: #FFC242 !important;
    color: black !important;
}

/* Remove (X) icon */
.wishlist-custom-cls .wishlist_table .product-remove a.remove {
    color: #ff3b3b;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.wishlist-custom-cls .wishlist_table .product-remove a.remove:hover {
    color: #d60000;
}/* End custom CSS */