@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?57389865');
  src: url('fontello.eot?57389865#iefix') format('embedded-opentype'),
       url('fontello.woff?57389865') format('woff'),
       url('fontello.ttf?57389865') format('truetype'),
       url('fontello.svg?57389865#fontello') 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: 'fontello';
    src: url('../font/fontello.svg?57389865#fontello') format('svg');
  }
}
*/
 
 [class^="icons-"]:before, [class*=" icons-"]:before {
	font-family: "fontello";
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
}
 
.icons-basket:before { content: '\e800'; } /* '' */
.icons-info:before { content: '\e801'; } /* '' */
.icons-checkmark:before { content: '\e802'; } /* '' */
.icons-find:before { content: '\e803'; } /* '' */
.icons-clock:before { content: '\e804'; } /* '' */
.icons-at:before { content: '\e805'; } /* '' */
.icons-phone:before { content: '\e806'; } /* '' */
.icons-basket-1:before { content: '\e807'; } /* '' */