/**
 * Storefront theme
 */
body[class*=storefront] .woocommerce-MyAccount-navigation-link--licenses a::before {
    content: "\f121";
}

body[class*=storefront] .woocommerce-MyAccount-navigation-link--credentials a::before {
    content: "\f3ed";
}

/* Account 'Licenses' and 'License' endpoints */
body[class*="storefront"].woocommerce-account .arya-license-manager .licenses-table,
body[class*="storefront"].woocommerce-account .arya-license-manager .activations-table {
    font-size: .875em;
}

body[class*="storefront"].woocommerce-account .arya-license-manager .licenses-table a,
body[class*="storefront"].woocommerce-account .arya-license-manager .activations-table a {
    text-decoration: none;
}

body[class*="storefront"].woocommerce-account .arya-license-manager .licenses-table code,
body[class*="storefront"].woocommerce-account .arya-license-manager .activations-table code {
    background: transparent;
    padding: 0;
}

body[class*="storefront"].woocommerce-account .arya-license-manager .licenses-table tfoot td {
    background-color: #f8f8f8;
    font-weight: 600;
}

/* Account 'License' endpoint */
body[class*="storefront"].woocommerce-account .arya-license-manager .activations-table .activation-revoke::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f056";
    margin-left: .5407911001em;
} 

/* Account 'Order' endpoint */
.woocommerce-account table.woocommerce-table ul.wc-item-meta code {
    background-color: transparent;
    padding: 0;
}
