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

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  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;
}

.ic-sort-asc:before {
  content: "\e90a";
}
.ic-sort-desc:before {
  content: "\e90b";
}
.ic-copy:before {
  content: "\e900";
}
.ic-export-csv:before {
  content: "\e901";
}
.ic-search:before {
  content: "\e902";
}
.ic-bag:before {
  content: "\e903";
}
.ic-calculator:before {
  content: "\e904";
}
.ic-gift:before {
  content: "\e905";
}
.ic-longarrow-right:before {
  content: "\e906";
}
.ic-download:before {
  content: "\e907";
}
.ic-star:before {
  content: "\e908";
}
.ic-chevron-down:before {
  content: "\e909";
}


