@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?kt8w9c');
  src:  url('fonts/icomoon.eot?kt8w9c#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?kt8w9c') format('truetype'),
    url('fonts/icomoon.woff?kt8w9c') format('woff'),
    url('fonts/icomoon.svg?kt8w9c#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-cart:before {
  content: "\e93a";
}
.icon-coin-pound:before {
  content: "\e93d";
}
.icon-phone:before {
  content: "\e942";
}
.icon-redo2:before {
  content: "\e968";
}
.icon-forward:before {
  content: "\e969";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
