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

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

.common-icon-order:before {
  content: "\e909";
}
.common-icon-VIP:before {
  content: "\e908";
}
.common-icon-logout:before {
  content: "\e906";
}
.common-icon-user:before {
  content: "\e907";
}
.common-icon-arrow-right:before {
  content: "\e905";
}
.common-icon-expire:before {
  content: "\e903";
}
.common-icon-score:before {
  content: "\e904";
}
.common-icon-checkbox-checked:before {
  content: "\e900";
}
.common-icon-checkbox-unchecked:before {
  content: "\e901";
}
.common-icon-clear:before {
  content: "\e902";
}
