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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}


/*按鈕arrow*/
.icon-btn-arrow:before {
  content: "\e900";
  color: #fff;

}

.icon-btn-arrow { display: inline-block; margin-left: 10px; }

.icon-btn-back{ display: inline-block; margin-right: 10px; }

.icon-btn-back:before {
  content: "\e901";
  color: #fff;
  margin-left: 8px
}


/*頁碼arrow*/

ul.pagination li.arrow a:hover .icon-page-arrow-next:before{ color: #fff;}
ul.pagination li.arrow a:hover .icon-page-arrow-prev:before{ color: #fff;}

.icon-page-arrow-next:before {
  content: "\e902";
  font-size: 12px;
  color: #333;
}
.icon-page-arrow-prev:before {
  content: "\e903";
  font-size: 12px;
  color: #333;
}


/*產品arrow*/

.icon-product-arrow-next .path1:before {
  content: "\e904";
  color: rgb(255, 255, 255);
}
.icon-product-arrow-next .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(155, 155, 155);
}
.icon-product-arrow-prev .path1:before {
  content: "\e906";
  color: rgb(255, 255, 255);
}
.icon-product-arrow-prev .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(155, 155, 155);
}
