.elementor-2069 .elementor-element.elementor-element-41652bc{--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;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2069 .elementor-element.elementor-element-41652bc.e-con{--align-self:center;}.elementor-2069 .elementor-element.elementor-element-870461f{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-2069 .elementor-element.elementor-element-870461f.elementor-element{--align-self:center;}}/* Start custom CSS *//*WISHLIST PAGE CSS START*/
.yith_wcwl_wishlist_footer {
    display: none;
}
table.wishlist_table th.product-name {
    width: 50%;
}
table.wishlist_table .yith-wcwl-share {
    margin-bottom: 0 !important;
}
table.wishlist_table .yith-wcwl-share ul {
    margin-bottom: 0 !important;
}
table.wishlist_table tr th.product-name {
    color: #000;
}
.woocommerce .wishlist-title {
    margin-bottom: 0;
    display: block;
}
.woocommerce .wishlist-title h2 {
    margin-bottom: 0;
    display: block;
    text-align: center;
    font-size: 32px;
    color: #000;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
}
.wishlist-title.wishlist-title-with-form h2:hover {
    background: none;
}
table.wishlist_table .woocommerce table th,
table.wishlist_table .woocommerce table td {
    color: #000;
}
.woocommerce #content table.wishlist_table.cart a.remove {
    color: #000;
    font-size: 25px;
    margin: 0 auto;
    background: #ddd;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    top: 7px;
    left: 7px;
}
tbody.wishlist-items-wrapper td.product-name a {
    color: #000;
}
table.wishlist_table tr th.product-name {
    color: #000;
    width: 33.333%;
}
.woocommerce-js table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    text-align: left;
    text-transform: uppercase;
}
tbody.wishlist-items-wrapper a.product_type_variable.add_to_cart_button.add_to_cart.alt {
    background: #000;
    padding: 4px 10px;
    color: #fff;
    border-radius: 9px;
}
@media only screen and (max-width: 768px) {
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
        background: #fff;
        padding: 20px;
        margin-bottom: 0;
    }
    .wishlist_table td.label {
        color: #000;
        font-size: 20px !important;
    }
    .wishlist_table.modern_grid li .item-details table.item-details-table td.value, .wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value {
        font-size: 16px;
    }
    .wishlist_table span.wishlist-in-stock {
        color: #017e50;
    }
    .wishlist_table .product-name h3 a {
        color: #000;
        font-size: 18px;
    }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        max-width: 150px !important;
        margin-right: 0 !important;
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
        padding: 0px;
    }
    .wishlist_table.mobile li .item-wrapper {
        width: 100%;
    }
    .wishlist_table.mobile li .item-wrapper .item-details {
        width: 100% !important;
    }
    .item-wrapper .item-details {
        margin-top: 10px;
    }
    li#yith-wcwl-row-334 .item-details {
        width: 100% !important;
    }
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
        position: relative;
    }
    li#yith-wcwl-row-334 .product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    li#yith-wcwl-row-334 .wishlist_table .product-name h3 a {
        font-size: 16px;
    }
    /* Reset and base styles */
    .wishlist_table {
      margin: 0;
      padding: 0;
      list-style: none;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background: #f8f9fa;
    }
    .wishlist_table li {
      background: white;
      margin-bottom: 12px;
      border-radius: 12px;
      padding: 16px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      border: 1px solid #e9ecef;
    }
    .item-wrapper {
      display: flex;
      gap: 12px;
      margin-bottom: 16px;
    }
    .product-thumbnail {
      flex-shrink: 0;
    }

    .product-thumbnail img {
      width: 80px;
      height: 80px;
      border-radius: 8px;
      object-fit: cover;
      border: 1px solid #f1f3f4;
    }
    .item-details {
      flex: 1;
    }

    .product-name h3 {
      margin: 0 0 8px 0;
      font-size: 16px;
      line-height: 1.3;
      font-weight: 600;
    }

    .product-name a {
      color: #1a1a1a;
      text-decoration: none;
    }

    .product-name a:hover {
      color: #0066cc;
    }
    .item-details-table {
      width: 100%;
      margin: 8px 0;
    }

    .item-details-table td {
      padding: 2px 0;
      font-size: 14px;
    }

    .item-details-table .label {
      color: #666;
      font-weight: 500;
      width: 60px;
    }

    .item-details-table .value {
      color: #1a1a1a;
    }
    .woocommerce-Price-amount {
      font-weight: 600;
    }

    del .woocommerce-Price-amount {
      color: #999;
      font-size: 13px;
      font-weight: 400;
    }

    ins .woocommerce-Price-amount {
      color: #e53935;
      text-decoration: none;
      font-size: 15px;
    }
    .additional-info-wrapper {
      border-top: 1px solid #f1f3f4;
      padding-top: 16px;
    }

    .additional-info {
      width: 100%;
      margin-bottom: 12px;
    }

    .additional-info td {
      padding: 4px 0;
      font-size: 14px;
    }

    .additional-info .label {
      color: #666;
      font-weight: 500;
      width: 50px;
    }

    .wishlist-in-stock {
      color: #2e7d32;
      font-weight: 500;
      font-size: 14px;
    }

    .product-add-to-cart {
      margin: 12px 0;
    }

    .add_to_cart_button {
      display: block;
      width: 100%;
      background: #000;
      color: white;
      text-align: center;
      padding: 12px 16px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      border: none;
      transition: all 0.2s ease;
      position: relative;
    }

    .add_to_cart_button:hover {
      background: #333;
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .add_to_cart_button:active {
      transform: translateY(0);
    }

    .product-remove {
      text-align: center;
      margin-top: 8px;
    }

    .remove_from_wishlist {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #666;
      text-decoration: none;
      padding: 8px 16px;
      border-radius: 6px;
      font-size: 14px;
      transition: all 0.2s ease;
      border: 1px solid #e0e0e0;
      background: white;
    }

    .remove_from_wishlist:hover {
      color: #e53935;
      border-color: #e53935;
      background: #fff5f5;
    }

    .remove_from_wishlist .fa-trash {
      margin-right: 6px;
      font-size: 14px;
    }
    .screen-reader-text {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
      .wishlist_table li {
        padding: 12px;
      }
      
      .item-wrapper {
        gap: 10px;
      }
      
      .product-thumbnail img {
        width: 70px;
        height: 70px;
      }
      
      .product-name h3 {
        font-size: 15px;
      }
      
      .add_to_cart_button {
        padding: 10px 14px;
        font-size: 14px;
      }
    .add_to_cart_button.loading {
      opacity: 0.7;
      pointer-events: none;
    }
    .add_to_cart_button.loading::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 2px solid transparent;
      border-top: 2px solid white;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin-left: 8px;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .wishlist_table:empty::before {
      content: "Your wishlist is empty";
      display: block;
      text-align: center;
      padding: 40px 20px;
      color: #666;
      font-size: 16px;
    }
    .wishlist_table.mobile li {
        position: relative;
    }
    .product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
/*WISHLIST PAGE CSS END*//* End custom CSS */