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

[class^="ic-"]::before, [class*=" ic-"]::before {
  /* 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;
}

.ic-arrow-prev:before {
    content: "\e913";
}
.ic-arrow-next:before {
    content: "\e919";
}
.ic-user:before {
    content: "\e901";
}
.ic-setting:before {
    content: "\e903";
}
.ic-search:before {
    content: "\e904";
}
.ic-remove:before {
    content: "\e905";
}
.ic-payment:before {
    content: "\e906";
}
.ic-listing:before {
    content: "\e907";
}
.ic-list:before {
    content: "\e909";
}
.ic-heart:before {
    content: "\e90a";
}
.ic-clockwise:before {
    content: "\e90b";
}
.ic-check:before {
    content: "\e90f";
}
.ic-car:before {
    content: "\e910";
}
.ic-basket:before {
    content: "\e911";
}
.ic-balance:before {
    content: "\e912";
}
.ic-location:before {
    content: "\e914";
}
.ic-phone:before {
    content: "\e915";
}
.ic-watch:before {
    content: "\e916";
}
.ic-mail:before {
    content: "\e917";
}
.ic-copy:before {
    content: "\e918";
}
.ic-viber:before {
    content: "\e90c";
}
.ic-whatsup:before {
    content: "\e90d";
}
.ic-telegram:before {
    content: "\e90e";
}
.ic-close:before {
    content: "\e900";
}
.ic-arrow-right:before {
    content: "\e902";
}
.ic-arrow-left:before {
    content: "\e908";
}
