.elementor-1715 .elementor-element.elementor-element-157ef868{--display:flex;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-701aae2 *//* =========================================================
   SHAADI EXPERT - WISHLIST TABLE
   FULL RESPONSIVE CSS
   Desktop + Tablet + Mobile
   Remove icon replaced with reliable CSS "×"
   ========================================================= */


/* =========================================================
   MAIN WISHLIST TABLE
   ========================================================= */

.wishlist_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #B71C2B;
    border-radius: 10px;
    overflow: hidden;
}


/* =========================================================
   TABLE HEADER
   ========================================================= */

.wishlist_table.wishlist_table.wishlist_table thead th {
    background: #B71C2B !important;
    color: #fff !important;
    padding: 16px !important;
    text-align: left !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none !important;
}


/* =========================================================
   TABLE BODY
   ========================================================= */

.wishlist_table.wishlist_table.wishlist_table tbody td {
    padding: 16px;
    border-bottom: 1px solid #E8A9B0;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left !important;
}

.wishlist_table tbody tr {
    background: #FFFFFF;
}

.wishlist_table tbody tr:hover {
    background: #F8D7DB;
}

.wishlist_table tbody tr:last-child td {
    border-bottom: none;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.wishlist_table .product-thumbnail img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #B71C2B;
    transition: transform .2s;
}

.wishlist_table .product-thumbnail a:hover img {
    transform: scale(1.08);
}


/* =========================================================
   PRODUCT NAME
   ========================================================= */

.wishlist_table .product-name a {
    color: #B71C2B;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.wishlist_table .product-name a:hover {
    color: #8E1521;
    text-decoration: underline;
}


/* =========================================================
   PRICE
   ========================================================= */

.wishlist_table.wishlist_table.wishlist_table tbody .product-price,
.wishlist_table.wishlist_table.wishlist_table tbody td.product-price {
    background: transparent !important;
    text-align: left !important;
}

.wishlist_table .product-price ins {
    background: transparent !important;
    color: #B71C2B;
    font-weight: 700;
    text-decoration: none;
}

.wishlist_table .product-price del {
    background: transparent !important;
    color: #999;
}


/* =========================================================
   STOCK
   ========================================================= */

.wishlist_table.wishlist_table.wishlist_table tbody .product-stock,
.wishlist_table.wishlist_table.wishlist_table tbody td.product-stock {
    text-align: left !important;
}

.wishlist_table .wishlist-in-stock,
.wishlist-in-stock,
.wishlist_table td .wishlist-in-stock,
.wishlist_table span.wishlist-in-stock {
    background: #B71C2B !important;
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
}


/* =========================================================
   REMOVE BUTTON - DESKTOP
   CSS CROSS - NO FONT AWESOME REQUIRED
   ========================================================= */

.wishlist_table .remove_from_wishlist,
ul.wishlist_table .product-remove a.remove_from_wishlist {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;

    background-color: #FDF2F3 !important;
    color: #B71C2B !important;

    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;
    overflow: visible !important;

    text-decoration: none !important;
    flex-shrink: 0 !important;

    line-height: 1 !important;

    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease !important;
}


/* Hide any broken SVG / icon font */
.wishlist_table .remove_from_wishlist svg,
.wishlist_table .remove_from_wishlist i,
.wishlist_table .remove_from_wishlist .dashicons,
ul.wishlist_table .product-remove a.remove_from_wishlist svg,
ul.wishlist_table .product-remove a.remove_from_wishlist i,
ul.wishlist_table .product-remove a.remove_from_wishlist .dashicons {
    display: none !important;
    visibility: hidden !important;
}


/* CSS GENERATED CROSS */
.wishlist_table .remove_from_wishlist::before,
ul.wishlist_table .product-remove a.remove_from_wishlist::before {
    content: "×" !important;

    display: block !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 24px !important;
    font-weight: 400 !important;

    line-height: 30px !important;

    color: #B71C2B !important;

    width: auto !important;
    height: auto !important;

    text-align: center !important;

    position: relative !important;
    top: -1px !important;
}


/* REMOVE BUTTON HOVER */

.wishlist_table .remove_from_wishlist:hover,
ul.wishlist_table .product-remove a.remove_from_wishlist:hover {
    background-color: #B71C2B !important;
    color: #fff !important;

    transform: none !important;
}

.wishlist_table .remove_from_wishlist:hover::before,
ul.wishlist_table .product-remove a.remove_from_wishlist:hover::before {
    color: #fff !important;
}


/* =========================================================
   ADD TO CART BUTTON
   ========================================================= */

.wishlist_table .add_to_cart_button {
    background: #B71C2B !important;
    color: #fff !important;

    padding: 7px 18px;

    border-radius: 20px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    display: inline-block;

    border: none;

    white-space: nowrap;

    transition:
        background .2s,
        transform .2s;
}

.wishlist_table .add_to_cart_button:hover {
    background: #8E1521 !important;
    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   WISHLIST TITLE
   ========================================================= */

.wishlist-title h2 {
    color: #B71C2B;
}

.wishlist-title-container {
    border-bottom: none !important;
    padding-bottom: 0;
}

.wishlist-title .show-title-form {
    color: #B71C2B;
}


/* =========================================================
   SHARE SECTION
   ========================================================= */

.yith-wcwl-share-title {
    color: #B71C2B;
}

.yith-wcwl-share .share-button a {
    background: #B71C2B !important;
    border-color: #B71C2B !important;
}

.yith-wcwl-share .share-button a:hover {
    background: #8E1521 !important;
}

.yith-wcwl-after-share-section {
    border: 1px solid #F1C9CE;
    border-radius: 6px;
    padding: 8px 12px;
}

.copy-trigger {
    color: #B71C2B;
    cursor: pointer;
    font-weight: 600;
}


/* =========================================================
   LIST STYLE WISHLIST
   ========================================================= */

ul.wishlist_table {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.wishlist_table > li {
    display: flex;

    align-items: center;
    justify-content: space-between;

    flex-wrap: nowrap;

    gap: 14px;

    border: 1px solid #B71C2B;

    border-radius: 10px;

    padding: 14px 18px;

    margin-bottom: 12px;

    background: #FFFFFF;
}


/* =========================================================
   ITEM WRAPPER
   ========================================================= */

ul.wishlist_table .item-wrapper {
    display: flex;

    align-items: center;

    gap: 14px;

    flex: 1.6;

    min-width: 0;
}


/* =========================================================
   LIST PRODUCT IMAGE
   ========================================================= */

ul.wishlist_table .product-thumbnail img {
    width: 54px;
    height: 54px;

    object-fit: cover;

    border-radius: 8px;

    border: 1px solid #B71C2B;

    flex-shrink: 0;
}


/* =========================================================
   ITEM DETAILS
   ========================================================= */

ul.wishlist_table .item-details {
    display: flex;

    align-items: center;

    gap: 20px;

    flex: 1;

    min-width: 0;
}


/* =========================================================
   PRODUCT NAME
   ========================================================= */

ul.wishlist_table .product-name h3 {
    margin: 0;
    font-size: 15px;
}

ul.wishlist_table .product-name a {
    color: #B71C2B;

    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;
}

ul.wishlist_table .product-name a:hover {
    color: #8E1521;
    text-decoration: underline;
}


/* =========================================================
   HIDE LABELS
   ========================================================= */

ul.wishlist_table .item-details-table .label,
ul.wishlist_table .additional-info .label {
    display: none;
}


/* =========================================================
   VALUE
   ========================================================= */

ul.wishlist_table .item-details-table .value {
    background: transparent !important;

    color: #B71C2B;

    font-weight: 700;

    white-space: nowrap;

    text-align: left !important;
}


/* =========================================================
   ADDITIONAL INFO
   ========================================================= */

ul.wishlist_table .additional-info-wrapper {
    display: flex;

    align-items: center;

    gap: 16px;

    flex: 1.4;

    justify-content: flex-end;
}


/* =========================================================
   LIST STOCK
   ========================================================= */

ul.wishlist_table .wishlist-in-stock {
    background: #B71C2B !important;

    color: #fff !important;

    padding: 5px 14px;

    border-radius: 20px;

    font-size: 12px;

    font-weight: 600;

    white-space: nowrap;
}


/* =========================================================
   LIST ADD TO CART
   ========================================================= */

ul.wishlist_table .product-add-to-cart a.add_to_cart_button {
    background: #B71C2B;

    color: #fff;

    padding: 7px 16px;

    border-radius: 20px;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;

    transition: background .2s;
}

ul.wishlist_table .product-add-to-cart a.add_to_cart_button:hover {
    background: #8E1521;
}


/* =========================================================
   LIST REMOVE BUTTON
   ========================================================= */

ul.wishlist_table .product-remove {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

ul.wishlist_table .product-remove a.remove_from_wishlist {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    height: 30px !important;

    min-width: 30px !important;
    min-height: 30px !important;

    border-radius: 50% !important;

    background-color: #FDF2F3 !important;

    color: #B71C2B !important;

    font-size: 15px;

    text-decoration: none;

    flex-shrink: 0;

    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;
}


/* Hide original icon */

ul.wishlist_table .product-remove a.remove_from_wishlist svg,
ul.wishlist_table .product-remove a.remove_from_wishlist i,
ul.wishlist_table .product-remove a.remove_from_wishlist .dashicons {
    display: none !important;
}


/* Generate CROSS */

ul.wishlist_table .product-remove a.remove_from_wishlist::before {
    content: "×" !important;

    display: block !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 24px !important;

    font-weight: 400 !important;

    line-height: 30px !important;

    color: #B71C2B !important;

    position: relative;

    top: -1px;
}


/* Hover */

ul.wishlist_table .product-remove a.remove_from_wishlist:hover {
    background-color: #B71C2B !important;

    color: #fff !important;
}

ul.wishlist_table .product-remove a.remove_from_wishlist:hover::before {
    color: #fff !important;
}


/* =========================================================
   MOBILE LIST LAYOUT
   ========================================================= */

@media (max-width: 480px) {

    ul.wishlist_table > li {
        flex-direction: column;

        align-items: stretch;

        gap: 10px;
    }

    ul.wishlist_table .item-wrapper {
        flex: none;
    }

    ul.wishlist_table .additional-info-wrapper {
        flex: none;

        justify-content: space-between;
    }

}


/* =========================================================
   MOBILE TABLE LABEL
   ========================================================= */

@media (max-width: 480px) {

    .wishlist_table td::before {
        color: #8a8a8a !important;

        font-weight: 600 !important;

        font-size: 12px !important;
    }

}


/* =========================================================
   TABLET
   601px - 1024px
   ========================================================= */

@media (min-width: 601px) and (max-width: 1024px) {

    table.wishlist_table {
        display: table !important;
        width: 100% !important;
        table-layout: auto !important;
    }

    table.wishlist_table thead {
        display: table-header-group !important;
    }

    table.wishlist_table tbody {
        display: table-row-group !important;
    }

    table.wishlist_table tr {
        display: table-row !important;

        background: #FFFFFF !important;
    }

    table.wishlist_table td,
    table.wishlist_table th {
        display: table-cell !important;

        text-align: left !important;

        vertical-align: middle !important;
    }

    table.wishlist_table td::before {
        content: none !important;
        display: none !important;
    }


    /* Tablet remove column */

    table.wishlist_table td.product-remove,
    table.wishlist_table th.product-remove {
        width: 44px !important;

        min-width: 44px !important;

        max-width: 44px !important;

        padding: 8px !important;

        text-align: center !important;

        vertical-align: middle !important;

        overflow: visible !important;
    }


    /* Tablet remove button */

    table.wishlist_table .remove_from_wishlist {
        width: 28px !important;

        height: 28px !important;

        min-width: 28px !important;

        min-height: 28px !important;
    }


    table.wishlist_table .remove_from_wishlist::before {
        font-size: 22px !important;

        line-height: 28px !important;
    }

}


/* =========================================================
   GENERAL TABLET / SMALL LAPTOP
   ========================================================= */

@media (max-width: 1024px) {

    .wishlist_table thead th {
        padding: 12px 10px !important;

        font-size: 12.5px;
    }

    .wishlist_table tbody td {
        padding: 12px 10px;
    }

    .wishlist_table .product-thumbnail img {
        width: 48px;

        height: 48px;
    }

    .wishlist_table .product-name a {
        font-size: 13.5px;
    }

}


/* =========================================================
   MOBILE
   768px AND BELOW
   ========================================================= */

@media (max-width: 768px) {

    .wishlist_table thead th {
        padding: 10px 8px !important;

        font-size: 11px;
    }

    .wishlist_table tbody td {
        padding: 10px 8px;

        font-size: 12.5px;
    }

    .wishlist_table .product-thumbnail img {
        width: 40px;

        height: 40px;
    }

    .wishlist-in-stock {
        font-size: 11px;

        padding: 4px 10px;
    }

    .wishlist_table .add_to_cart_button {
        padding: 6px 12px;

        font-size: 11.5px;
    }

}


/* =========================================================
   MOBILE TABLE
   600px AND BELOW
   ========================================================= */

@media (max-width: 600px) {

    .wishlist_table {
        display: table !important;

        table-layout: fixed !important;

        width: 100% !important;

        border-radius: 8px;
    }


    .wishlist_table thead th {
        padding: 8px 6px !important;

        font-size: 10px;

        white-space: normal;

        word-break: break-word;
    }


    .wishlist_table tbody td {
        padding: 8px 6px;

        font-size: 11px;

        white-space: normal;

        word-break: break-word;

        text-align: left !important;

        vertical-align: middle !important;
    }


    /* Product image */

    .wishlist_table .product-thumbnail img {
        width: 32px;

        height: 32px;
    }


    /* Product name */

    .wishlist_table .product-name a {
        font-size: 11px;

        white-space: normal;
    }


    /* Price */

    .wishlist_table tbody .product-price,
    .wishlist_table tbody .product-price ins,
    .wishlist_table tbody .product-price del {
        background: transparent !important;
    }


    /* Stock */

    .wishlist-in-stock {
        font-size: 9.5px;

        padding: 3px 6px;

        white-space: normal;
    }


    /* =====================================================
       MOBILE REMOVE COLUMN
       ===================================================== */

    .wishlist_table td.product-remove,
    .wishlist_table th.product-remove {
        width: 38px !important;

        min-width: 38px !important;

        max-width: 38px !important;

        padding: 6px 4px !important;

        text-align: center !important;

        vertical-align: middle !important;

        overflow: visible !important;
    }


    /* Mobile cross button */

    .wishlist_table .remove_from_wishlist,
    ul.wishlist_table .product-remove a.remove_from_wishlist {

        width: 26px !important;

        height: 26px !important;

        min-width: 26px !important;

        min-height: 26px !important;

        padding: 0 !important;

        margin: 0 auto !important;

    }


    /* Mobile cross */

    .wishlist_table .remove_from_wishlist::before,
    ul.wishlist_table .product-remove a.remove_from_wishlist::before {

        font-size: 21px !important;

        line-height: 26px !important;

        top: -1px !important;

    }


    /* Mobile Add To Cart */

    .wishlist_table .add_to_cart_button {
        padding: 4px 8px;

        font-size: 9.5px;

        white-space: normal;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   380px AND BELOW
   ========================================================= */

@media (max-width: 380px) {

    .wishlist_table {
        font-size: 10px !important;
    }


    .wishlist_table td.product-remove,
    .wishlist_table th.product-remove {

        width: 34px !important;

        min-width: 34px !important;

        max-width: 34px !important;

        padding: 5px 2px !important;

    }


    .wishlist_table .remove_from_wishlist,
    ul.wishlist_table .product-remove a.remove_from_wishlist {

        width: 24px !important;

        height: 24px !important;

        min-width: 24px !important;

        min-height: 24px !important;

    }


    .wishlist_table .remove_from_wishlist::before,
    ul.wishlist_table .product-remove a.remove_from_wishlist::before {

        font-size: 19px !important;

        line-height: 24px !important;

    }

}


/* =========================================================
   VERY SMALL MOBILE - 320px
   ========================================================= */

@media (max-width: 320px) {

    .wishlist_table thead th {
        padding: 6px 4px !important;

        font-size: 9px !important;
    }


    .wishlist_table tbody td {
        padding: 6px 4px !important;

        font-size: 10px !important;
    }


    .wishlist_table .product-thumbnail img {
        width: 28px !important;

        height: 28px !important;
    }


    .wishlist_table .product-name a {
        font-size: 10px !important;
    }


    .wishlist_table td.product-remove,
    .wishlist_table th.product-remove {

        width: 32px !important;

        min-width: 32px !important;

        max-width: 32px !important;

    }


    .wishlist_table .remove_from_wishlist,
    ul.wishlist_table .product-remove a.remove_from_wishlist {

        width: 22px !important;

        height: 22px !important;

        min-width: 22px !important;

        min-height: 22px !important;

    }


    .wishlist_table .remove_from_wishlist::before,
    ul.wishlist_table .product-remove a.remove_from_wishlist::before {

        font-size: 18px !important;

        line-height: 22px !important;

    }

}


/* =========================================================
   REMOVE ODD ROW GRAY BACKGROUND
   ========================================================= */

table.wishlist_table tbody > tr:nth-child(odd) > td,
table.wishlist_table tbody > tr:nth-child(odd) > th,
.wishlist_table tbody > tr:nth-child(odd) > td,
.wishlist_table tbody > tr:nth-child(odd) > th {

    background-color: #FFFFFF !important;

    background: #FFFFFF !important;

}


/* =========================================================
   FINAL REMOVE BUTTON OVERRIDE
   This is intentionally at the end so Elementor/YITH
   cannot hide the button.
   ========================================================= */

.wishlist_table .remove_from_wishlist,
ul.wishlist_table .product-remove a.remove_from_wishlist {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    visibility: visible !important;

    opacity: 1 !important;

    position: relative !important;

    overflow: visible !important;

    background-color: #FDF2F3 !important;

    color: #B71C2B !important;

}


/* Completely disable icon-font dependency */

.wishlist_table .remove_from_wishlist svg,
.wishlist_table .remove_from_wishlist i,
.wishlist_table .remove_from_wishlist .dashicons,
ul.wishlist_table .product-remove a.remove_from_wishlist svg,
ul.wishlist_table .product-remove a.remove_from_wishlist i,
ul.wishlist_table .product-remove a.remove_from_wishlist .dashicons {

    display: none !important;

}


/* Final CSS Cross */

.wishlist_table .remove_from_wishlist::before,
ul.wishlist_table .product-remove a.remove_from_wishlist::before {

    content: "×" !important;

    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 24px !important;

    font-weight: 400 !important;

    line-height: 1 !important;

    color: #B71C2B !important;

    width: auto !important;

    height: auto !important;

    position: relative !important;

    top: -1px !important;

}


/* Final hover */

.wishlist_table .remove_from_wishlist:hover,
ul.wishlist_table .product-remove a.remove_from_wishlist:hover {

    background-color: #B71C2B !important;

    color: #FFFFFF !important;

}


.wishlist_table .remove_from_wishlist:hover::before,
ul.wishlist_table .product-remove a.remove_from_wishlist:hover::before {

    color: #FFFFFF !important;

}

/* =========================================================
   FINAL CROSS-ONLY FIX
   ONLY REMOVE/CROSS BEHAVIOR CHANGED
   ========================================================= */

/* Hide the original × / icon text inside the remove link */
.wishlist_table .remove_from_wishlist,
ul.wishlist_table .product-remove a.remove_from_wishlist {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    text-indent: -9999px !important;
}

/* Hide any second pseudo-element */
.wishlist_table .remove_from_wishlist::after,
ul.wishlist_table .product-remove a.remove_from_wishlist::after {
    content: none !important;
    display: none !important;
}

/* Show exactly ONE CSS-generated cross */
.wishlist_table .remove_from_wishlist::before,
ul.wishlist_table .product-remove a.remove_from_wishlist::before {
    content: "×" !important;

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    line-height: 28px !important;

    text-align: center !important;
    text-indent: 0 !important;

    color: #B71C2B !important;

    pointer-events: none !important;
}

/* Keep only the CSS cross visible on hover */
.wishlist_table .remove_from_wishlist:hover,
ul.wishlist_table .product-remove a.remove_from_wishlist:hover {
    color: transparent !important;
}

.wishlist_table .remove_from_wishlist:hover::before,
ul.wishlist_table .product-remove a.remove_from_wishlist:hover::before {
    color: #FFFFFF !important;
}/* End custom CSS */