@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?cjczpa');
  src:  url('fonts/icomoon.eot?cjczpa#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cjczpa') format('truetype'),
    url('fonts/icomoon.woff?cjczpa') format('woff'),
    url('fonts/icomoon.svg?cjczpa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* 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-check3:before {
  content: "\e900";
}
.icon-check2:before {
  content: "\e901";
}
.icon-check1:before {
  content: "\e902";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-angle-right:before {
  content: "\f105";
}
