/* My Account页面*/
.ohmtang-cs-my-account{
    padding: 0 1em 0 1em;
}
/* My Account navigation*/
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:before{
    padding-left: 10px;
    font-family: "ohmtang-csgi" !important;
    color: #e6d5e1;
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard::before{
    content: "\e648";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders::before{
    content: "\e605";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads::before{
    content: "\e8e4";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address::before{
    content: "\e68f";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account::before{
    content: "\e765";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout::before{
    content: "\e6bf";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--digital-licenses::before{
    content: "\e6c6";
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
    border-bottom: #e0e0e0 1px solid;
    padding: 1rem 0;
    color:#975a8b;
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .is-active{
    background-color: #f5f5f5;
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .is-active:before{
    color: #975a8b;
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .is-active a{
    text-decoration: none;
    font-weight: 600;
}
.ohmtang-cs-my-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    margin-left: 5px;
    color: #975a8b;
}
