@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icon/icomoon.eot?gi6zs8');
  src:  url('../fonts/icon/icomoon.eot?gi6zs8#iefix') format('embedded-opentype'),
    url('../fonts/icon/icomoon.ttf?gi6zs8') format('truetype'),
    url('../fonts/icon/icomoon.woff?gi6zs8') format('woff'),
    url('../fonts/icon/icomoon.svg?gi6zs8#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: 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;
}

[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-search-btn:before {
  content: "\e900";
  color: #979797;
}
.icon-list:before {
  content: "\e901";
  color: #00b7ee;
}
.icon-Arrow-long:before {
  content: "\e902";
  color: #00a8eb;
}
.icon-Arrow-right:before {
  content: "\e903";
  color: #8d999f;
}
