@charset "UTF-8";


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

[class^="icfan-"]:before, [class*=" icfan-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
 
  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 */
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
 
 
  /* 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); */
}
 
.icfan-lock:before { content: '\e800'; } /* '' */
.icfan-truck:before { content: '\e801'; } /* '' */
.icfan-icon-search:before { content: '\e802'; } /* '' */
.icfan-cart-outline:before { content: '\e803'; } /* '' */
.icfan-user-icon:before { content: '\e804'; } /* '' */
.icfan-restriction-icon:before { content: '\e805'; } /* '' */
.icfan-star:before { content: '\e806'; } /* '' */
.icfan-instant-download:before { content: '\e807'; } /* '' */
.icfan-calendar:before { content: '\e808'; } /* '' */
.icfan-location:before { content: '\e809'; } /* '' */
.icfan-triangle:before { content: '\e80a'; } /* '' */