@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?2sg3ti');
  src:  url('icomoon.eot?2sg3ti#iefix') format('embedded-opentype'),
  url('icomoon.ttf?2sg3ti') format('truetype'),
  url('icomoon.woff?2sg3ti') format('woff'),
  url('icomoon.svg?2sg3ti#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apps:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e901";
  color: #fff;
}
.icon-cart:before {
  content: "\e902";
  color: #606060;
}
.icon-chat:before {
  content: "\e903";
  color: #fff;
}
.icon-mail:before {
  content: "\e904";
  color: #fff;
}
.icon-search:before {
  content: "\e905";
}
.icon-chevron-right:before {
  content: "\e906";
  color: #fff;
}
.icon-user:before {
  content: "\e907";
  color: #fff;
}
.icon-close:before {
  content: "\e908";
  color: #606060;
}
