@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?m1lwxe');
  src:  url('../fonts/icomoon.eot?m1lwxe#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?m1lwxe') format('truetype'),
    url('../fonts/icomoon.woff?m1lwxe') format('woff'),
    url('../fonts/icomoon.svg?m1lwxe#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-chevron_down:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-Check-Icon:before {
  content: "\e902";
}
.icon-minus:before {
  content: "\e903";
}
.icon-plus:before {
  content: "\e904";
}
.icon-Quote-Icon:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-Star-1:before {
  content: "\e907";
  color: #e11d07;
}
