@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y0be8i');
  src:  url('fonts/icomoon.eot?y0be8i#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y0be8i') format('truetype'),
    url('fonts/icomoon.woff?y0be8i') format('woff'),
    url('fonts/icomoon.svg?y0be8i#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-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-cancel:before {
  content: "\e902";
}
.icon-cart:before {
  content: "\e903";
}
.icon-date:before {
  content: "\e904";
}
.icon-dropdown-down:before {
  content: "\e905";
}
.icon-dropdown-up:before {
  content: "\e906";
}
.icon-letter:before {
  content: "\e907";
}
.icon-location:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e90b";
}
.icon-scrubber:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90d";
}
.icon-star:before {
  content: "\e90e";
}
.icon-tick:before {
  content: "\e90f";
}
.icon-time:before {
  content: "\e910";
}
.icon-toggle-down:before {
  content: "\e911";
}
.icon-toggle-up:before {
  content: "\e912";
}
