/*
 * Icons entnommen von https://fontawesome.com
 */
:root {
    --fa-font: "Font Awesome 6 Pro";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--vat-number a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f19c";
    font-weight: 400;
    mask-image: none !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--open-orders a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\e1bb";
    font-weight: 400;
    mask-image: none !important;
}

/**
 * Plugins
 */
/* Licenses */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f084";
    font-weight: 400;
    mask-image: none !important;
}

/* Activate Reseller Licenses */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--reseller-code a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f70e";
    font-weight: 400;
    mask-image: none !important;
}

/* Download Plugin Manager */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--plugin_manager a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f019";
    font-weight: 400;
    mask-image: none !important;
}

/* Edu Page */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edu-page a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f19d";
    font-weight: 400;
    mask-image: none !important;
}

/* Affiliate */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--affiliate a::before {
    font-family: var(--fa-font);
    background: none;
    content: "\f78a";
    font-weight: 400;
    mask-image: none !important;
}

/* My-Account menue, offene Posten umbruch. */
@media (min-width: 993px) {
    .woocommerce-MyAccount-navigation {
        width: 20% !important;
        margin-right: 3% !important;
    }
}

/*Anpassen, transparenter hintergrund für passwort zweigen buttons
z.b. beim login oder my-account passwort ändern
*/
.show-password-input {
    background: none !important;
}
