@font-face {
  font-family: 'icon-font';
  src:  url('fonts/icon-font.eot?62gmkc');
  src:  url('fonts/icon-font.eot?62gmkc#iefix') format('embedded-opentype'),
    url('fonts/icon-font.ttf?62gmkc') format('truetype'),
    url('fonts/icon-font.woff?62gmkc') format('woff'),
    url('fonts/icon-font.svg?62gmkc#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-album:before {
  content: "\e1021";
}
.ic-search:before {
  content: "\e1022";
}
.ic-chevron-thin-left:before {
  content: "\e100e";
}
.ic-chevron-thin-right:before {
  content: "\e1020";
}
.ic-add2:before {
  content: "\e1017";
}
.ic-minus2:before {
  content: "\e1018";
}
.ic-cross2:before {
  content: "\e1019";
}
