.elementor-9 .elementor-element.elementor-element-22299bb{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.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 );}@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-9 .elementor-element.elementor-element-22299bb{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.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-4b676ff4 *//* WooCommerce My Account Navigation - Complete Style */

.woocommerce-MyAccount-navigation{
    background-color: #F7F7F7!important;
    padding-bottom: 20px;
    border-radius: 6px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #0077B6;
    color: #ffffff;
    font-weight: 400;
    padding-bottom:17px ; 
    padding-left: 15px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #0077B6;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 15px;
    
}


/* Mobile Responsive */
@media (max-width: 768px) {

    .woocommerce-MyAccount-navigation{
        padding-bottom: 10px;
    }

    .woocommerce-MyAccount-navigation ul li a{
        font-size: 16px;
        padding-left: 12px;
    }

    .woocommerce-MyAccount-navigation ul li a:hover{
        padding-bottom: 14px;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a{
        padding-bottom: 16px;
    }

}/* End custom CSS */
/* Start custom CSS */a {
    color: #0077B6;
}

a:hover {
    color: #0077B6;
}/* End custom CSS */