@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?e2t6sn');
  src:  url('fonts/icomoon.eot?e2t6sn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?e2t6sn') format('truetype'),
    url('fonts/icomoon.woff?e2t6sn') format('woff'),
    url('fonts/icomoon.svg?e2t6sn#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: 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;
}

.icon-cart:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e935";
}
.icon-heart:before {
  content: "\e937";
}
.icon-doc:before {
  content: "\e93e";
  color: #023c70;
}
.icon-jpg:before {
  content: "\e93f";
  color: #367200;
}
.icon-pdf:before {
  content: "\e940";
  color: #a80c08;
}
.icon-facebook:before {
  content: "\e903";
}
.icon-plus:before {
  content: "\e92a";
}
.icon-minus:before {
  content: "\e929";
}
.icon-menu:before {
  content: "\e928";
}
.icon-arrow-down:before {
  content: "\e90c";
}
.icon-arrow-up:before {
  content: "\e90d";
}
