@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?27582694');
  src: url('../font/fontello.eot?27582694#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?27582694') format('woff2'),
       url('../font/fontello.woff?27582694') format('woff'),
       url('../font/fontello.ttf?27582694') format('truetype'),
       url('../font/fontello.svg?27582694#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?27582694#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
   font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-arrow-down:before {
    content: '\e801';
}
/* '' */
.icon-arrow-left:before {
    content: '\e802';
}
/* '' */
.icon-winkelmandje:before {
    content: '\e803';
}
/* '' */
.icon-arrow-right:before {
    content: '\e804';
}
/* '' */
.icon-zoek:before {
    content: '\e805';
}
/* '' */
.icon-up-dir:before {
    content: '\e813';
}
/* '' */
.icon-down-dir:before {
    content: '\e814';
}
/* '' */
.icon-twitter:before {
    content: '\f099';
}
/* '' */
.icon-angle-up:before {
    content: '\f106';
}
/* '' */
.icon-angle-down:before {
    content: '\f107';
}
/* '' */
.icon-youtube-play:before {
    content: '\f16a';
}
/* '' */
.icon-instagram:before {
    content: '\f16d';
}
/* '' */
.icon-spotify:before {
    content: '\f1bc';
}
/* '' */
.icon-soundcloud:before {
    content: '\f1be';
}
/* '' */
.icon-facebook-official:before {
    content: '\f230';
}
/* '' */
.icon-whatsapp:before {
    content: '\f232';
}
/* '' */