.elementor-6132 .elementor-element.elementor-element-9519e31{--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:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6132 .elementor-element.elementor-element-dba0518 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:500;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6132 .elementor-element.elementor-element-9519e31{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-6132 .elementor-element.elementor-element-9519e31{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-6132 .elementor-element.elementor-element-dba0518 .elementor-heading-title{font-size:20px;}}/* Start custom CSS *//* ========================================
   VOLVER - YITH WISHLIST PAGE STYLE
   Colors: bordo #3E2123, black #000, white #fff, gray #A6A6A6
======================================== */

/* MAIN WRAPPER */
body.page-id-6132 .yith-wcwl-form {
    color: #000;
    font-family: inherit;
}

/* PAGE TITLE */
body.page-id-6132 .yith-wcwl-form h1,
body.page-id-6132 .yith-wcwl-form h2,
body.page-id-6132 .wishlist-title h2 {
    color: #3E2123;
}

/* DESKTOP TABLE */
body.page-id-6132 .wishlist_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

body.page-id-6132 .wishlist_table thead th {
    background: #3E2123;
    color: #fff;
    border: 1px solid #3E2123;
    padding: 18px 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}

body.page-id-6132 .wishlist_table tbody td {
    background: #fff;
    color: #000;
    border: 1px solid #D9D9D9;
    padding: 18px 16px;
    vertical-align: middle;
    text-align: center;
}

body.page-id-6132 .wishlist_table tbody tr:hover td {
    background: #faf8f8;
}

/* PRODUCT IMAGE */
body.page-id-6132 .wishlist_table .product-thumbnail img {
    max-width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* PRODUCT NAME */
body.page-id-6132 .wishlist_table .product-name {
    text-align: left;
}

body.page-id-6132 .wishlist_table .product-name a {
    color: #3E2123;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

body.page-id-6132 .wishlist_table .product-name a:hover {
    color: #000;
}

/* PRICE */
body.page-id-6132 .wishlist_table .product-price,
body.page-id-6132 .wishlist_table .product-price .amount {
    color: #3E2123;
    font-weight: 500;
    font-size: 16px;
}

/* STOCK */
body.page-id-6132 .wishlist_table .wishlist-in-stock,
body.page-id-6132 .wishlist_table .in-stock {
    color: #2e7d32;
    font-weight: 600;
}

body.page-id-6132 .wishlist_table .wishlist-out-of-stock,
body.page-id-6132 .wishlist_table .out-of-stock {
    color: #b3261e;
    font-weight: 600;
}

/* DESKTOP REMOVE X */
body.page-id-6132 .wishlist_table .product-remove a {
    color: #3E2123 !important;
    font-size: 26px;
    text-decoration: none;
    transition: all 0.2s ease;
}

body.page-id-6132 .wishlist_table .product-remove a:hover {
    color: #000 !important;
    transform: scale(1.15);
}

/* ADD TO CART BUTTON - DESKTOP */
body.page-id-6132 .wishlist_table .product-add-to-cart {
    text-align: center !important;
    vertical-align: middle !important;
}

body.page-id-6132 .wishlist_table .product-add-to-cart a,
body.page-id-6132 .wishlist_table .product-add-to-cart .button {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    margin: 0 auto;
    background: #3E2123 !important;
    color: #fff !important;
    border: 1px solid #3E2123 !important;
    border-radius: 4px;
    padding: 12px 22px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.25s ease;
}

body.page-id-6132 .wishlist_table .product-add-to-cart a:hover,
body.page-id-6132 .wishlist_table .product-add-to-cart .button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

/* SHARE SECTION */
body.page-id-6132 .yith-wcwl-share {
    margin-top: 25px;
    padding-top: 12px;
    border-top: 1px solid #D9D9D9;
}

body.page-id-6132 .yith-wcwl-share h4,
body.page-id-6132 .yith-wcwl-share-title {
    color: #3E2123;
    font-weight: 600;
}

/* EMPTY WISHLIST */
body.page-id-6132 .wishlist-empty,
body.page-id-6132 .woocommerce-message,
body.page-id-6132 .cart-empty {
    color: #3E2123;
    background: #f7f4f4;
    border: 1px solid #ddd;
    padding: 16px 18px;
    border-radius: 4px;
}

/* ========================================
   MOBILE WISHLIST CARD STYLE
======================================== */

@media (max-width: 767px) {

    body.page-id-6132 .yith-wcwl-form,
    body.page-id-6132 .yith-wcwl-form * {
        font-family: inherit !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile li {
        position: relative !important;
        display: block !important;
        background: #fff !important;
        border: 1px solid #E6E0E0 !important;
        border-radius: 8px !important;
        padding: 22px 16px 20px !important;
        margin-bottom: 24px !important;
        box-shadow: 0 6px 18px rgba(0,0,0,0.04) !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-thumbnail {
        text-align: center !important;
        margin-bottom: 12px !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-thumbnail img {
        max-width: 72px !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-name {
        text-align: center !important;
        margin-bottom: 16px !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-name a {
        color: #3E2123 !important;
        font-size: 21px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        text-decoration: none !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-price,
    body.page-id-6132 ul.wishlist_table.mobile .product-stock-status {
        background: #F8F6F6 !important;
        border: 1px solid #EFEAEA !important;
        border-radius: 6px !important;
        padding: 12px 14px !important;
        margin: 10px 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        color: #000 !important;
        font-size: 15px !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-price::before,
    body.page-id-6132 ul.wishlist_table.mobile .product-stock-status::before {
        color: #3E2123 !important;
        font-weight: 600 !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .wishlist-in-stock,
    body.page-id-6132 ul.wishlist_table.mobile .in-stock {
        color: #2e7d32 !important;
        font-weight: 600 !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .wishlist-out-of-stock,
    body.page-id-6132 ul.wishlist_table.mobile .out-of-stock {
        color: #b3261e !important;
        font-weight: 600 !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-add-to-cart {
        margin-top: 18px !important;
        text-align: center !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-add-to-cart a,
    body.page-id-6132 ul.wishlist_table.mobile .product-add-to-cart .button {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        background: #3E2123 !important;
        color: #fff !important;
        border: 1px solid #3E2123 !important;
        border-radius: 6px !important;
        padding: 15px 18px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        letter-spacing: 0.4px !important;
        text-align: center !important;
        text-decoration: none !important;
        transition: all 0.25s ease !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile .product-add-to-cart a:hover,
    body.page-id-6132 ul.wishlist_table.mobile .product-add-to-cart .button:hover {
        background: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }

    /* MOBILE REMOVE X - BEZ KRUGA */
    body.page-id-6132 ul.wishlist_table.mobile li .product-remove {
        display: block !important;
        position: absolute !important;
        top: 12px !important;
        right: 14px !important;
        width: auto !important;
        height: auto !important;
        z-index: 50 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile li .product-remove a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        color: transparent !important;
        font-size: 0 !important;
        text-decoration: none !important;
        line-height: 1 !important;
        transition: all 0.2s ease !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile li .product-remove a::before {
        content: "×" !important;
        color: #3E2123 !important;
        font-size: 28px !important;
        font-weight: 400 !important;
        font-family: Arial, sans-serif !important;
        line-height: 1 !important;
        transition: all 0.2s ease !important;
    }

    body.page-id-6132 ul.wishlist_table.mobile li .product-remove a:hover::before {
        color: #000 !important;
        transform: scale(1.18) rotate(90deg);
    }

    body.page-id-6132 .yith-wcwl-share {
        margin-top: 22px !important;
        padding-top: 14px !important;
        border-top: 1px solid #D9D9D9 !important;
    }

    body.page-id-6132 .yith-wcwl-share h4,
    body.page-id-6132 .yith-wcwl-share-title {
        color: #3E2123 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
}/* End custom CSS */