.elementor-21 .elementor-element.elementor-element-b7ff979{--display:flex;--min-height:387px;--justify-content:flex-end;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-b7ff979:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-b7ff979 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F1F0C7;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-2731677{padding:0px 0px 70px 0px;text-align:center;}.elementor-21 .elementor-element.elementor-element-2731677 .elementor-heading-title{font-family:"Abril Fatface", Sans-serif;font-size:60px;font-weight:400;line-height:78px;}.elementor-21 .elementor-element.elementor-element-3f45aa3b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-21 .elementor-element.elementor-element-1b228756 a{color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-21 .elementor-element.elementor-element-2731677 .elementor-heading-title{font-size:50px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-21 .elementor-element.elementor-element-b7ff979{--min-height:238px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-21 .elementor-element.elementor-element-2731677{padding:0px 0px 40px 0px;}.elementor-21 .elementor-element.elementor-element-2731677 .elementor-heading-title{font-size:40px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-1b228756 *//* Modern My Account Page */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 260px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 18px;
    color: #222;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: .3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
}

/* Content */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account .woocommerce-Button {
    background: #000 !important;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    transition: .3s;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account .woocommerce-Button:hover {
    background: #333 !important;
}

/* Inputs */
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
}

.woocommerce-account legend,
.woocommerce-account h2,
.woocommerce-account h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

/* Tables */
.woocommerce-account table {
    border-collapse: collapse;
    width: 100%;
}

.woocommerce-account table th,
.woocommerce-account table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
}

/* Mobile */
@media (max-width: 768px) {

    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        flex: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        text-align: center;
    }
}/* End custom CSS */