@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?82uft7');
  src:  url('../fonts/icomoon.eot?82uft7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?82uft7') format('truetype'),
    url('../fonts/icomoon.woff?82uft7') format('woff'),
    url('../fonts/icomoon.svg?82uft7#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: "\f007";
}
.icon-download:before {
  content: "\f019";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-b-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-youtube:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
