@font-face {
  font-family: 'smicons';
  src:  url('smicons.eot?lsugd9');
  src:  url('smicons.eot?lsugd9#iefix') format('embedded-opentype'),
    url('smicons.ttf?lsugd9') format('truetype'),
    url('smicons.woff?lsugd9') format('woff'),
    url('smicons.svg?lsugd9#smicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="smicon-"], [class*=" smicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smicons' !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;
}

.smicon-user:before {
  content: "\e901";
}
.smicon-bag:before {
  content: "\e902";
}
.smicon-wishlist:before {
  content: "\e903";
}
.smicon-headphones:before {
  content: "\e900";
}