@font-face {
  font-family: 'icon-font';
  src:  url('icon-font.eot?xn4ufq');
  src:  url('icon-font2.eot') format('embedded-opentype'),
    url('icon-font2.ttf') format('truetype'),
    url('icon-font2.woff') format('woff'),
    url('icon-font2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  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-search:before {
  content: "\e801";
}
.ic-speech-bubble:before {
  content: "\e800";
}
.ic-arrow:before {
  content: "\e808";
}
.ic-cart:before {
  content: "\e809";
}
.ic-cart-all:before {
  content: "\e80d";
}
.ic-close:before {
  content: "\e80e";
}
.ic-cost:before {
  content: "\e80f";
}
.ic-login:before {
  content: "\e810";
}
.ic-mail:before {
  content: "\e811";
}
.ic-paid:before {
  content: "\e813";
}
.ic-plus2:before {
  content: "\e814";
}
.ic-shop:before {
  content: "\e815";
}