@font-face {
  font-family: 'icomoon';
  src:  url('../../resources/assets/fonts/icomoon.eot?yvvd5m');
  src:  url('../../resources/assets/fonts/icomoon.eot?yvvd5m#iefix') format('embedded-opentype'),
    url('../../resources/assets/fonts/icomoon.woff2?yvvd5m') format('woff2'),
    url('../../resources/assets/fonts/icomoon.ttf?yvvd5m') format('truetype'),
    url('../../resources/assets/fonts/icomoon.woff?yvvd5m') format('woff'),
    url('../../resources/assets/fonts/icomoon.svg?yvvd5m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-user:before {
  content: "\e912";
}
.icon-shopping-cart:before {
  content: "\e90e";
}
.icon-floppy-disk:before {
  content: "\e911";
}
.icon-checkmark:before {
  content: "\e910";
}
.icon-spinner:before {
  content: "\e90f";
}
.icon-bin:before {
  content: "\e90d";
}
.icon-arrow-bottom:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-small-bottom:before {
  content: "\e903";
}
.icon-arrow-small-left:before {
  content: "\e904";
}
.icon-arrow-small-right:before {
  content: "\e905";
}

.gallery-navigation__item--prev:before {
  content: "\e904";
}
.gallery-navigation__item--next:before {
  content: "\e905";
}

.icon-arrow-small-top:before {
  content: "\e906";
}
.icon-icon-arrow-top:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-news:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
