@font-face {
  font-family: 'izchic';
  src: url('../font/izchic.eot?17109751');
  src: url('../font/izchic.eot?17109751#iefix') format('embedded-opentype'),
       url('../font/izchic.woff?17109751') format('woff'),
       url('../font/izchic.ttf?17109751') format('truetype'),
       url('../font/izchic.woff2?17109751') format('woff2'),
       url('../font/izchic.svg?17109751#izchic') 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: 'izchic';
    src: url('../font/izchic.svg?17109751#izchic') format('svg');
  }
}
*/
[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "izchic";
  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); */
}

.fa-user:before { content: '\e800'; } /* '' */
.fa-truck:before { content: '\e801'; } /* '' */
.fa-gift:before { content: '\e802'; } /* '' */
.fa-heart:before { content: '\e803'; } /* '' */
.fa-flash:before { content: '\e804'; } /* '' */
.fa-hand-o-right:before { content: '\e805'; } /* '' */
.fa-close:before { content: '\e806'; } /* '' */
.fa-star-o:before { content: '\e807'; } /* '' */
.fa-star-half:before { content: '\f291'; } /* '' */
.fa-search:before { content: '\e808'; } /* '' */
.fa-clock-o:before { content: '\e809'; } /* '' */
.fa-heart-o:before { content: '\f004'; } /* '' */
.fa-star:before { content: '\f005'; } /* '' */
.fa-menu:before { content: '\f008'; } /* '' */
.fa-lock:before { content: '\f023'; } /* '' */
.fa-plus:before { content: '\f067'; } /* '' */
.fa-minus:before { content: '\f068'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-pinterest:before { content: '\f0d2'; } /* '' */
.fa-google-plus:before { content: '\f0d5'; } /* '' */
.fa-sort-desc:before { content: '\f0dd'; } /* '' */
.fa-angle-double-down:before { content: '\f103'; } /* '' */
.fa-angle-left:before { content: '\f104'; } /* '' */
.fa-angle-right:before { content: '\f105'; } /* '' */
.fa-angle-up:before { content: '\f106'; } /* '' */
.fa-angle-down:before { content: '\f107'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-support:before { content: '\f1cd'; } /* '' */
.fa-trash-o:before { content: '\f1f8'; } /* '' */
.fa-commenting:before { content: '\f27a'; } /* '' */
.fa-shopping-bag:before { content: '\f290'; } /* '' */
