@font-face {
  font-family: 'icons-font';
  src: url('../font/icons-font.eot?60118405');
  src: url('../font/icons-font.eot?60118405#iefix') format('embedded-opentype'),
       url('../font/icons-font.woff2?60118405') format('woff2'),
       url('../font/icons-font.woff?60118405') format('woff'),
       url('../font/icons-font.ttf?60118405') format('truetype'),
       url('../font/icons-font.svg?60118405#icons-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons-font';
    src: url('../font/icons-font.svg?60118405#icons-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons-font";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-info:before { content: '\e800'; } /* '' */
.icon-close:before { content: '\e801'; } /* '' */
.icon-user:before { content: '\e802'; } /* '' */
.icon-check:before { content: '\e803'; } /* '' */
.icon-dot:before { content: '\e804'; } /* '' */
.icon-shopping-cart:before { content: '\e805'; } /* '' */
.icon-badge-percent:before { content: '\e806'; } /* '' */
.icon-star:before { content: '\e807'; } /* '' */
.icon-map-marker-alt:before { content: '\e808'; } /* '' */
.icon-plus:before { content: '\e809'; } /* '' */
.icon-star-filled:before { content: '\e80a'; } /* '' */
.icon-map-marker-filled:before { content: '\e80b'; } /* '' */
.icon-heart:before { content: '\e80c'; } /* '' */
.icon-heart-filled:before { content: '\e80d'; } /* '' */
.icon-arrow-left-1:before { content: '\e80e'; } /* '' */
.icon-arrow-right-1:before { content: '\e80f'; } /* '' */
.icon-check-circle:before { content: '\e810'; } /* '' */
.icon-phone:before { content: '\e811'; } /* '' */
.icon-envelope:before { content: '\e812'; } /* '' */
.icon-phone-solid:before { content: '\e813'; } /* '' */
.icon-envelope-solid:before { content: '\e814'; } /* '' */
.icon-user-solid:before { content: '\e815'; } /* '' */
.icon-calendar-day:before { content: '\e816'; } /* '' */
.icon-tiktok:before { content: '\e818'; } /* '' */
.icon-cog:before { content: '\e819'; } /* '' */
.icon-sign-out-alt:before { content: '\e81b'; } /* '' */
.icon-home:before { content: '\e81e'; } /* '' */
.icon-level-down:before { content: '\e81f'; } /* '' */
.icon-filter:before { content: '\e826'; } /* '' */
.icon-filter-solid:before { content: '\e827'; } /* '' */
.icon-smile:before { content: '\e83b'; } /* '' */
.icon-cube:before { content: '\e841'; } /* '' */
.icon-calendar-exclamation:before { content: '\e845'; } /* '' */
.icon-tag:before { content: '\e84c'; } /* '' */
.icon-comment-smile:before { content: '\e84e'; } /* '' */
.icon-info-circle:before { content: '\e856'; } /* '' */
.icon-info-1:before { content: '\e857'; } /* '' */
.icon-exclamation:before { content: '\e858'; } /* '' */
.icon-flash:before { content: '\e861'; } /* '' */
.icon-arrow-down-icon:before { content: '\e86d'; } /* '' */
.icon-arrow-icon:before { content: '\e86e'; } /* '' */
.icon-arrow-right-icon:before { content: '\e86f'; } /* '' */
.icon-arrow-up-icon:before { content: '\e870'; } /* '' */
.icon-decoration-icon:before { content: '\e871'; } /* '' */
.icon-email-icon:before { content: '\e872'; } /* '' */
.icon-phone-icon:before { content: '\e873'; } /* '' */
.icon-wifi:before { content: '\e888'; } /* '' */
.icon-globe:before { content: '\e89c'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-double-right:before { content: '\f101'; } /* '' */
.icon-double-up:before { content: '\f102'; } /* '' */
.icon-chevron-left:before { content: '\f104'; } /* '' */
.icon-chevron-right:before { content: '\f105'; } /* '' */
.icon-chevron-up:before { content: '\f106'; } /* '' */
.icon-chevron-down:before { content: '\f107'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-youtube:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
