@font-face {
  font-family: 'icon-font';
  src:  url('fonts/icon-font.eot?sls85x');
  src:  url('fonts/icon-font.eot?sls85x#iefix') format('embedded-opentype'),
    url('fonts/icon-font.ttf?sls85x') format('truetype'),
    url('fonts/icon-font.woff?sls85x') format('woff'),
    url('fonts/icon-font.svg?sls85x#icon-font') 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-eye:before {
  content: "\e996";
}
.ic-contact:before {
  content: "\e997";
}
.ic-mail:before {
  content: "\e998";
}
.ic-qa:before {
  content: "\e999";
}
.ic-back:before {
  content: "\e1000";
}
.ic-check2:before {
  content: "\e1002";
}
.ic-search2:before {
  content: "\e1003";
}
.ic-shoes:before {
  content: "\e1004";
}
.ic-text2:before {
  content: "\e1007";
}
.ic-links2:before {
  content: "\e1039";
}
.ic-home:before {
  content: "\e1012";
}
.ic-search:before {
  content: "\e1022";
}
.ic-chevron-thin-left:before {
  content: "\e100e";
}
.ic-chevron-thin-right:before {
  content: "\e1020";
}
.ic-check:before {
  content: "\e912";
}
.ic-zoom-in:before {
  content: "\e1013";
}
.ic-square-check:before {
  content: "\e046";
}
.ic-arrow-left2:before {
  content: "\e095";
}
.ic-arrow-right2:before {
  content: "\e094";
}
.ic-arrow-up2:before {
  content: "\e096";
}
.ic-arrow-down2:before {
  content: "\e097";
}
.ic-add2:before {
  content: "\e1017";
}
.ic-minus2:before {
  content: "\e1018";
}
.ic-cross2:before {
  content: "\e1019";
}

