.elementor-33 .elementor-element.elementor-element-7e5736ab{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.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 );letter-spacing:var( --e-global-typography-text-letter-spacing );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 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-2df67b64 *//* MY ACCOUNT WRAPPER */
.woocommerce-account .woocommerce{
    display:flex;
    gap:30px;
    max-width:1400px;
    margin:auto;
    padding:40px 20px;
}

/* SIDEBAR */
.woocommerce-MyAccount-navigation{
    width:280px;
}

.woocommerce-MyAccount-navigation ul{
    list-style:none;
    margin:0;
    padding:15px;
    background:rgba(16,18,45,.8);
    border:1px solid rgba(130,90,255,.3);
    border-radius:20px;
    backdrop-filter:blur(12px);
    box-shadow:
    0 0 25px rgba(111,66,255,.25),
    inset 0 0 15px rgba(111,66,255,.15);
}

/* MENU ITEMS */
.woocommerce-MyAccount-navigation li{
    margin-bottom:10px;
}

.woocommerce-MyAccount-navigation li a{
    display:flex;
    align-items:center;
    padding:14px 18px;
    text-decoration:none;
    color:#fff;
    font-size:15px;
    font-weight:600;
    border-radius:12px;
    transition:.3s;
    background:rgba(255,255,255,.03);
}

/* HOVER */
.woocommerce-MyAccount-navigation li a:hover{
    transform:translateX(5px);
    background:linear-gradient(
    90deg,
    rgba(80,140,255,.25),
    rgba(180,70,255,.25)
    );
    box-shadow:0 0 15px rgba(132,87,255,.5);
}

/* ACTIVE */
.woocommerce-MyAccount-navigation li.is-active a{
    background:linear-gradient(
    90deg,
    #4d8cff,
    #a855f7
    );
    color:#fff;
    box-shadow:
    0 0 15px rgba(77,140,255,.6),
    0 0 30px rgba(168,85,247,.4);
}

/* CONTENT AREA */
.woocommerce-MyAccount-content{
    flex:1;
    background:rgba(10,12,35,.75);
    border:1px solid rgba(130,90,255,.3);
    border-radius:24px;
    padding:35px;
    color:#fff;
    backdrop-filter:blur(10px);
    box-shadow:
    0 0 30px rgba(111,66,255,.2),
    inset 0 0 20px rgba(111,66,255,.08);
}

/* HEADINGS */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3{
    color:#fff;
    margin-bottom:20px;
    text-shadow:0 0 10px rgba(168,85,247,.5);
}

/* INPUTS */
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea{
    background:#111633;
    border:1px solid rgba(120,120,255,.3);
    color:#fff;
    border-radius:12px;
}

/* BUTTONS */
.woocommerce-account button,
.woocommerce-account .button{
    background:linear-gradient(
    90deg,
    #4d8cff,
    #a855f7
    ) !important;
    border:none !important;
    color:#fff !important;
    border-radius:50px !important;
    padding:12px 24px !important;
    box-shadow:0 0 20px rgba(130,90,255,.4);
}
/* =========================
   MOBILE FIX
========================= */
@media (max-width:768px){

/* Main Layout */
.woocommerce-account .woocommerce{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding:15px;
}

/* Navigation */
.woocommerce-MyAccount-navigation{
    width:100% !important;
}

.woocommerce-MyAccount-navigation ul{
    display:grid !important;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    padding:12px;
    overflow:visible !important;
    white-space:normal !important;
}

.woocommerce-MyAccount-navigation li{
    margin:0 !important;
    width:100%;
}

.woocommerce-MyAccount-navigation li a{
    width:100%;
    justify-content:center;
    text-align:center;
    font-size:14px;
    padding:12px;
}

/* Content */
.woocommerce-MyAccount-content{
    width:100%;
    padding:20px;
    border-radius:20px;
}

/* Headings */
.woocommerce-MyAccount-content h2{
    font-size:22px;
}

.woocommerce-MyAccount-content h3{
    font-size:20px;
}

.woocommerce-MyAccount-content p{
    font-size:15px;
    line-height:1.7;
}

/* Address Layout */
.woocommerce-Addresses{
    display:flex !important;
    flex-direction:column;
    gap:15px;
}

.woocommerce-Address{
    width:100%;
    padding:20px;
    min-height:auto;
}

.woocommerce-Address-title{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.woocommerce-Address-title h2{
    font-size:20px !important;
    margin:0;
}

.woocommerce-Address .edit{
    width:100%;
    max-width:220px;
    text-align:center;
}

.woocommerce-Address address{
    font-size:14px;
    line-height:1.7;
}

/* Tables */
.woocommerce table.shop_table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
}

/* Forms */
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea{
    width:100%;
    font-size:16px;
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button{
    width:100%;
    text-align:center;
}

/* Remove Weird BR */
.woocommerce-Address .edit br{
    display:none !important;
}

}



.woocommerce-Address-title h2{
    font-size:18px !important;
    font-weight:700;
    color:#fff;
    text-shadow:0 0 10px rgba(168,85,247,.5);
}

@media (max-width:768px){

    .woocommerce-Address-title h2{
        font-size:16px !important;
    }

}/* End custom CSS */