.elementor-16 .elementor-element.elementor-element-1c056282{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );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 );}.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-16 .elementor-element.elementor-element-38a7f538 > .elementor-widget-container{background-color:var( --e-global-color-secondary );margin:50px 50px 50px 50px;padding:0px 0px 0px 0px;}.elementor-16 .elementor-element.elementor-element-38a7f538{font-family:"Open Sans", Sans-serif;font-size:17px;font-weight:400;line-height:27px;}@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 );}}@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 );}}/* Start custom CSS for text-editor, class: .elementor-element-38a7f538 */.woocommerce {
    display: flex;
    flex-wrap: wrap;
}

nav.woocommerce-MyAccount-navigation {
    background: #eee;
    padding: 30px;
}

nav.woocommerce-MyAccount-navigation >ul {
    padding: 0px !important;
}

.woocommerce-MyAccount-content {
    padding: 30px;
}

li.woocommerce-MyAccount-navigation-link {
    list-style: none;
}
li.woocommerce-MyAccount-navigation-link>a:hover {
    background: #e4dfdf;
}
li.woocommerce-MyAccount-navigation-link>a {
    background: white;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: .3s ease;
}/* End custom CSS */