/* Minimal Ionicons compatibility layer that maps required icons to the locally bundled Font Awesome */
.ion {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-bag:before {
  content: '\f290'; /* fa-shopping-bag */
}

.ion-stats-bars:before {
  content: '\f080'; /* fa-bar-chart */
}

.ion-person-add:before {
  content: '\f234'; /* fa-user-plus */
}

.ion-pie-graph:before {
  content: '\f200'; /* fa-pie-chart */
}

.ion-clipboard:before {
  content: '\f0ea'; /* fa-clipboard */
}

.ion-ios-refresh-empty:before {
  content: '\f021'; /* fa-refresh */
}

.ion-android-arrow-up:before {
  content: '\f062'; /* fa-arrow-up */
}

.ion-android-arrow-down:before {
  content: '\f063'; /* fa-arrow-down */
}

.ion-ios-cart-outline:before {
  content: '\f07a'; /* fa-shopping-cart */
}

.ion-ios-people-outline:before {
  content: '\f0c0'; /* fa-users */
}
