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

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

.mogu-icon-search:before {
  content: "\e900";
}
.mogu-icon-clock:before {
  content: "\265E";
}
.mogu-icon-location:before {
  content: "\272F";
}
.mogu-icon-ticket:before {
  content: "\2709";
}
.mogu-icon-menu:before {
  content: "\e904";
}
