/* My Account menu icon helpers (Parsfont).
   This plugin only adds classes:
   - prk-dcube to Subscriptions menu item
   - prk-crown to Accounts (deliveries) menu item

   Your icon-font stylesheet (parsfont) should provide the glyph mapping for these classes.
*/

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.prk-dcube::before,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.prk-crown::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
