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

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

.newicon-credit:before {
  content: "\e900";
}
.newicon-currency-dollar:before {
  content: "\e901";
}
.newicon-bullhorn:before {
  content: "\e91a";
}
.newicon-price-tag:before {
  content: "\e935";
}
.newicon-price-tags:before {
  content: "\e936";
}
.newicon-cog:before {
  content: "\e994";
}
