@font-face {
  font-family: 'sitefont';
  src:  url('fonts/sitefont.eot?202509011200');
  src:  url('fonts/sitefont.eot?202509011200') format('embedded-opentype'),
    url('fonts/sitefont.ttf?202509011200') format('truetype'),
    url('fonts/sitefont.woff?202509011200') format('woff'),
    url('fonts/sitefont.svg?202509011200') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sitefont' !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;
}
.icon-w-t:before{margin-right: 5px;}
.icon-bill:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-coupon {
  width: 100px;height: 120px;
  background-image: url(../channel/img/common/Coupon_icon.svg);
  background-repeat: no-repeat;background-size: 100%;
}
.icon-checkbox:before {
  content: "\e902";
}
.icon-delivery-ready:before {
  content: "\e903";
}
.icon-delivery:before {
  content: "\e904";
}
.icon-mailbox:before {
  content: "\e905";
}
.icon-money:before {
  content: "進入";
}
.icon-money-en:before {
  content: "Entry";
}
.icon-order:before {
  content: "\e907";
}
.icon-pack:before {
  content: "\e908";
}
.icon-shop:before {
  content: "\e909";
}
.icon-telephone:before {
  content: "\e90a";
}
.icon-expand-up:before { content: '\e910'; } /* 展開 */
.icon-collapse-down:before { content: '\e911'; } /* 收合 */
.icon-copy:before { content: '\f0c5'; } /* 複製 */
.icon-selected:before { content: '\e800'; } /* 'OK' */
.icon-cancel:before { content: '\e801'; } /* '取消' */
.icon-cart-addon:before { content: '\e810'; } /* '加價購' */
.icon-next:before { content: '\e811'; } /* '前往' */

