li.woocommerce-MyAccount-navigation-link.wcmamtx_no_icon a::before {
    display: none !important;
}
li.woocommerce-MyAccount-navigation-link.wcmamtx_custom_icon a::before {
    display: none !important;
}
li.wcmamtx_custom_right i {
    float: right;
    margin-left: 4px;
    margin-top: 4px;
    opacity: .25;
}
li.wcmamtx_custom_left i {
    opacity: .25;
}

li.wcmamtx_custom_right.is-active i, li.wcmamtx_custom_right.is-active i{
   opacity: 1.0;
}

ul.wcmamtx_sub_level li{
	margin-left: 25px;
}

nav.woocommerce-MyAccount-navigation.wcmamtx_menu_right {
    float: right;
    margin-left: 25px;
    width: 15%;
}

nav.woocommerce-MyAccount-navigation.wcmamtx_menu_horizontal {
    width: 100%;
}

.large-9.col .woocommerce-MyAccount-navigation {
    display:none;
}

i.wcmamtx_custom_right {
    float: right;
}

i.wcmamtx_custom_left {
    padding-right: 20px;
}
.wcmtx-my-account-links {
    --wcmtx-col-lg: 3;
    --wcmtx-col-md: 2;
    --wcmtx-col-sm: 1;
    --wcmtx-gap-lg: 20px;
    margin-top: 30px;
}
.wcmtx-grid {
        --wcmtx-col: var(--wcmtx-col-lg, 12);
    --wcmtx-gap: var(--wcmtx-gap-lg, 30px);
    display: grid;
    grid-template-columns: repeat(var(--wcmtx-col), 1fr);
    gap: var(--wcmtx-gap);
}

.wcmtx-my-account-links a:hover {
    color: var(--color-gray-700);
    background-color: rgba(var(--bgcolor-black-rgb), 0.03);
}

.wcmtx-my-account-links a {
    display: block;
    padding: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--color-gray-700);
    border-radius: var(--wcmtx-brd-radius);
    box-shadow: 0 0 4px rgba(0,0,0,0.18);
}

p.wcmtx_icon_src {
    font-size: 30px;
    max-height: 30px;
}

span.wcmtx_action_name {
    width: 60%;
    float: left;
    font-size: 8px;
}
span.wcmtx_action_html {
    width: 30%;
    float: right;
}

i.fa.fa-chevron-up.wcmamtx_group_fa,i.fa.fa-chevron-down.wcmamtx_group_fa {
    float: right;
}

li.woocommerce-MyAccount-navigation-link {
    list-style: none;
}

