@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: 400;
  src: url("icons.eot?7d38fa2a125004c9b37dd48f56439337?#iefix") format("embedded-opentype"),
url("icons.woff2?7d38fa2a125004c9b37dd48f56439337") format("woff2"),
url("icons.woff?7d38fa2a125004c9b37dd48f56439337") format("woff");
}

.icon, .icon-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.icon-icons {
  width: 1em;
  height: 1em;
  position: relative;
  fill: currentColor;
}

.icon {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.icon-account:before { content: "\f101"; }
.icon-arrow-down:before { content: "\f102"; }
.icon-book:before { content: "\f103"; }
.icon-cross:before { content: "\f104"; }
.icon-heart:before { content: "\f105"; }
.icon-shopping-cart:before { content: "\f106"; }
