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

[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-home:before {
  content: "\e900";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-laptop:before {
  content: "\e957";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-menu:before {
  content: "\e9bd";
  color:#A4A4A4;
  height:2px;
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-stackoverflow:before {
  content: "\ead0";
}
