.elementor-25 .elementor-element.elementor-element-02bce28{--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;}body.elementor-page-25:not(.elementor-motion-effects-element-type-background), body.elementor-page-25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}/* Start custom CSS for wd_wishlist, class: .elementor-element-77d5a17 *//* =========================================
   WOODMART WISHLIST SIDEBAR MATCH
========================================= */

/* Main wishlist/account layout */
.wd-content-layout {
    display: flex !important;
    
    gap: 30px !important;
    padding: 20px !important;
    background: #f7f7f7 !important;
    border-radius: 0px !important;
}

/* Sidebar */
.wd-content-layout .woocommerce-MyAccount-navigation {
    width: 250px !important;
    background: #fff !important;
    padding: 25px !important;
    border-radius: 20px !important;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05) !important;
}

/* Wishlist content area */
.wd-content-layout .woocommerce-MyAccount-content,
.wd-content-layout .tinv-wishlist
.wd-content-layout .wd-wishlist-content {
    flex: 1 !important;
    background: #fff !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05) !important;
}

/* Mobile */
@media(max-width:768px){

.wd-content-layout {
    flex-direction: column !important;
}

.wd-content-layout .woocommerce-MyAccount-navigation {
    width: 100% !important;
}

}/* End custom CSS */