.elementor-30 .elementor-element.elementor-element-46868e89{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}body.elementor-page-30:not(.elementor-motion-effects-element-type-background), body.elementor-page-30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F1;}@media(min-width:768px){.elementor-30 .elementor-element.elementor-element-46868e89{--content-width:1100px;}}/* Start custom CSS for container, class: .elementor-element-46868e89 */#content{
    max-width: 1200px;
    margin: auto;
}


.woocommerce-MyAccount-navigation{
    border-radius: 15px;
    background-color: orange;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul{
    padding: 10px 0px;
}
.woocommerce-MyAccount-navigation li{
    list-style-type: none;
    padding: 15px 20px;
    font-size: 16px !important;
}
.woocommerce-MyAccount-navigation li:not(:nth-of-type(1)){
    border-top: 1px solid rgba(0,0,0,0.3);
}
.woocommerce-MyAccount-navigation li a{
    font-size: 18px;
    font-weight: 500;
    text-decoration: unset !important;
}
.woocommerce-MyAccount-content{
    font-family: "IRANSANS", Sans-serif;
    min-height: 370px !important;
    border-radius: 15px;
    background-color: white;
    padding: 40px;
    font-size: 18px;
    color: black;
}
.woocommerce-MyAccount-navigation-link{
    position: relative;
}
.woocommerce-MyAccount-navigation-link:after{
    content: "";
    width:  32px;
    height: 32px;
    /* background-color: red; */
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    background-image: url("https://artpol.ir/wp-content/uploads/caret-left.svg");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-MyAccount-navigation-link.is-active:after{
    background-color: #ff6129;
    filter: invert(1);
}
.woocommerce-MyAccount-navigation-link.is-active:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 3px;
    height: 50%;
    background-color: white;
    border-radius: 100px;
}
.woocommerce-MyAccount-navigation-link.is-active a{
    /* color: white !important; */
    font-weight: 800;
}/* End custom CSS */