.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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 );}/* Start custom CSS */li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area {
    display: none!important;
}
.u-column2.col-2.woocommerce-Address {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 90%;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    background: var(--e-global-color-accent );
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--ast-global-color-5);
}
a.wcs-switch-link.button {
    display: block;
    width: fit-content;
}
.woocommerce-MyAccount-content a {
    font-weight: 600;
}

.order-again {
    display: none;
}

a.button.suspend {
    display: none;
}

a.woocommerce-button.button.view, a.button.resubscribe, a.button.resubscribe:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

td.woocommerce-table__product-name.product-name a, .order_item .product-name a {
    pointer-events: none;
}

/*.shop_table.subscription_details tbody tr:nth-child(5) {*/
/*    display: none;*/
/*}*/

@media all and (max-width: 1024px) {
    
     header.entry-header .entry-title {
        margin-top: 5%;
    }
    
     .woocommerce-MyAccount-navigation>ul {
        padding: 0;
        margin-bottom: 5%;
    }
}

@media all and (max-width: 767px) {
    
     .woocommerce-MyAccount-navigation>ul {
        padding: 0;
        margin-bottom: 10%;
    }
}/* End custom CSS */