@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.html');
  src: url('../fonts/fontello.html') format('embedded-opentype'),
       url('../fonts/fontello-2.html') format('woff2'),
       url('../fonts/fontello-3.html') format('woff'),
       url('../fonts/fontello-4.html') format('truetype'),
       url('../fonts/fontello-5.html') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-truck:before { content: '\e800'; } 
.icon-cc-visa:before { content: '\f1f0';}