.elementor-13 .elementor-element.elementor-element-631b0318{--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;overflow:visible;}/* Start custom CSS for container, class: .elementor-element-631b0318 *//* =========================================================
   FORCE WooCommerce My Account Redesign
   Theme Color: #29C0EB
========================================================= */

body.woocommerce-account .woocommerce {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
    margin-top: 30px !important;
}

/* Sidebar */
body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    border: 1px solid #e9f7fc !important;
}

/* Navigation */
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 14px 18px !important;
    background: #f7fcfe !important;
    color: #222 !important;
    text-decoration: none !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #29C0EB !important;
    color: #fff !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #29C0EB !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(41,192,235,0.35) !important;
}

/* Content */
body.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 !important;
    background: #fff !important;
    border-radius: 20px !important;
    padding: 35px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    border: 1px solid #e9f7fc !important;
}

/* Tables */
body.woocommerce-account table.shop_table {
    border-radius: 14px !important;
    overflow: hidden !important;
    border: none !important;
}

body.woocommerce-account table.shop_table thead {
    background: #29C0EB !important;
}

body.woocommerce-account table.shop_table th {
    color: #fff !important;
    border: none !important;
    padding: 16px !important;
}

body.woocommerce-account table.shop_table td {
    padding: 16px !important;
}

/* Buttons */
body.woocommerce-account .button,
body.woocommerce-account button,
body.woocommerce-account input[type="submit"] {
    background: #29C0EB !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 22px !important;
}

body.woocommerce-account .button:hover,
body.woocommerce-account button:hover,
body.woocommerce-account input[type="submit"]:hover {
    background: #12acd8 !important;
}

/* Inputs */
body.woocommerce-account input,
body.woocommerce-account textarea,
body.woocommerce-account select {
    border-radius: 12px !important;
    border: 1px solid #dceef5 !important;
    padding: 14px !important;
}

/* Responsive */
@media (max-width: 768px) {

    body.woocommerce-account .woocommerce {
        flex-direction: column !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }
}
/* Remove navigation item borders */

body .woocommerce-MyAccount-navigation-link {
    border: 0 !important;
    border-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation-link--withdrawal-requests {
    display: none !important;
}/* End custom CSS */