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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-facebook:before {
  content: '\e902';
}
.icon-close:before {
  content: '\e906';
}
.icon-arrow-up:before {
  content: '\e905';
}
.icon-menu:before {
  content: '\e900';
}
.icon-arrow-down:before {
  content: '\e901';
}
.icon-cart:before {
  content: '\e903';
}
.icon-user:before {
  content: '\e904';
}
