@charset "utf-8";
/* CSS Document */

.contentBox .leftArea{
  float:left;
  width:250px;
  margin-right:40px;}

.contentBox .rightArea{
  overflow:hidden;}

.contentBox .leftArea h3{
  margin-bottom:15px;}

/*改寫classLink*/
.contentBox .leftArea ul.classLink{
  padding:0;}
  
.contentBox .leftArea ul.classLink li{
  display:block;
  border-bottom: 1px solid #e2e2e2;
  position:relative;
  }

.contentBox .leftArea ul.classLink li > a{
  display:block;
  padding:10px 15px;
  font-size:16px;
  font-family: FontAwesome,Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
  color: #21252b;
  text-align:left;
  }

.contentBox .leftArea ul.classLink li > a:hover{
  /* border-bottom:none; */
  }

.contentBox .leftArea ul.classLink li > a.current{
  border-bottom:none;
  color: #ffffff;
  }

.contentBox .leftArea ul.classLink li > a.current:before{
  content: "\f109";
  padding-right: 10px;
  }

.contentBox .leftArea ul.classLink li > a:before{
  content: "\f109";
  padding-right: 10px;
  }

/*類別說明*/
.classNote{
  padding-bottom:10px;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:15px;
  color:#8B7958;
  text-align:center;
  line-height:1.8;}

/*標籤tag*/
.tagBox{}

.tagBox h4{
  font-family: '微軟正黑體','Marck Script', cursive;
  display:inline-block;
  font-size: 13px;
  font-weight:normal;
  color: #656766;
  }

.tagBox ul{
  display:inline-block;}

.tagBox ul li{
  display:inline-block;
  margin-left:5px;
  margin-bottom:5px;
  }

.tagBox ul li a{
  display:block;
  padding:4px 10px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  color: #21252b;
  font-family: "微軟正黑體";
  border-radius: 4px;
  }

.tagBox ul li a:hover{
  background: #ececec;
  color: #21252b;
  }
.tagBox ul li a.select{
  background: #000000;
  color: #FFF100;
  }

/*列表*/
ul.facList{
  clear:both;
  padding-top:25px;
  margin:0 -15px;}

ul.facList li{
  float:left;
  padding:0 15px 40px 15px;}

ul.facList li .item{
  position:relative;}

ul.facList li.col-3{
  /* width:33.33%; */
  }

ul.facList li .Img{
  position:relative;
  background: #FFFFFF no-repeat center;
  }

ul.facList li .Img:before{/*lazyload*/
  content: '';
  display: inline-block;
  padding-top: 70%;
  }

ul.facList li .Img img{/*lazyload*/
  display:block;
  width:100%;
  opacity:0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  transition:all 0.4s ease;
  border-radius: 4px;
  }

ul.facList li .Img img.lazyloaded{
  opacity:1;}

ul.facList li .Img:hover img{
/*  opacity:0.7;
  -webkit-transform:rotate(15deg);
  -moz-transform:rotate(15deg);
  -o-transform:rotate(15deg);
  transform:rotate(15deg);

*/
}

ul.facList li .Txt{
  padding:15px 5px;
  text-align: left;
  }

ul.facList li .Txt h3{
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:20px;
  font-weight:normal;
  margin-bottom:5px;}

ul.facList li .Txt h3 a{
  display:block;
  color: #21252b;
  font-weight:normal;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* height: 42px; */
  font-size: 16px;
  font-weight: 700;
  }

ul.facList li .Txt h3 a:hover{
  text-decoration:underline;
  }

ul.facList li .Txt .price{
  padding-top:5px;
  font-size:13px;
  color:#727272;
  font-weight:normal;
  /* font-style:italic; */
  display: none;
  }

ul.facList li .Txt .price b{
  color: #E60012;
  font: bold 24px/1.2 Verdana,Helvetica,Arial;
  }

ul.facList li .Txt .price b.discount {
    text-decoration: line-through;
}


.orderTable table td b.discount{
    text-decoration: line-through;
    font-size: 20px;
    color: #656766;
}

ul.facList li .Txt p{
  padding-top:5px;
  font-size:13px;
  color:#8B7958;
  line-height:1.8;
  height:55px;}

ul.facList li .ribbon_new{
  display:inline-block;
  background:url(../img/ribbon_new.png) no-repeat;
  width:40px;
  height:30px;
  text-indent:-9999px;}

ul.facList li .ribbon_hot{
  display:inline-block;
  background:url(../img/ribbon_hot.png) no-repeat;
  width:40px;
  height:30px;
  text-indent:-9999px;}

ul.facList li p.ellipsis {
    display: none;
}


ul.facList li .Img .img-overlay .caption-centered {
  display: table;
  width: 100%;
  height: 100%;
}

ul.facList li .Img .img-overlay {
  -webkit-backface-visibility: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  padding: 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.facList li .Img:hover .img-overlay {
  opacity: 1;
  background: rgba(24, 28, 32, 0.8);
  border-radius: 4px;
}

ul.facList li .Img span.icon-search{
  display: inline-block !important;
  width: 60px;
  height: 60px;
  margin: 15px 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  content: "\e875";
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: #fff;
  background: #cf000c;
}

ul.facList li .Img span.icon-search:hover{
  display: inline-block !important;
  width: 60px;
  height: 60px;
  margin: 15px 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  content: "\e875";
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: #fff;
  background: #da010f;
}

ul.facList li .Img .img-overlay .caption-centered > *:first-child {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/******內頁******/
.contentBox{}

.contentBox h3.sectionTitle strong{
  font-size: 25px;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;;}

/*產品介紹區*/
.productIntro{
  margin-top:15px;}

.productIntro .introBox .right .txt {
  color: #000000;
}

.productIntro .introBox .right .txt span{
  color: #000000;
  font-family: Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif !important;
}


.productIntro .albumBox{
  float:left;
  width:50%;
  margin-right:15px;}

.productIntro .Img img{/*產品大圖*/
  max-width: 100%;}

/*產品介紹縮圖文字*/
.introBox{
  overflow:hidden;}

ul.side_album{
  margin:2px -1px 0 -1px;
  width:100%;}

ul.side_album li{
  float:left;
  width:16.6%;
  overflow:hidden;
  padding:1px;}

ul.side_album li a{
  display:block;}
  
ul.side_album li a img{
  display:block;
  width:100%;}

.introBox .right{/*文字介紹*/
  overflow:hidden;}

.introBox .fbBox{}

.introBox b.code{/*商品編號*/
  display:block;
  margin-top:5px;
  font-size:12px;
  color:#999;
  font-weight:normal;}

.introBox .Txt{
  margin-top:20px;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size:14px;
  color: #656766;
  line-height:1.6;
  }
  
/*訂購規格區*/
.orderTable{
  padding-top:10px;
  margin-top:20px;
  border-top: 1px dashed #e2e2e2;
  }

.orderTable table{}

.orderTable table th{
  padding:5px;
  font-size:15px;
  color: #86A90F;
  }

.orderTable table td{
  padding:5px;
  color: #656766;
  font-size: 18px;
  font-family: 微軟正黑體;
  }

.orderTable table tr:first-child th{}

.orderTable table tr:first-child td{}
  
.orderTable table td b{
  font-weight:normal;
  color: #E60012;
  font: bold 36px/1.2 Verdana,Helvetica,Arial;
  font-weight: bold;
  }

.orderTable .orderNote{/*處理備註*/
  padding-top:10px;}

.orderTable .orderNote textarea{/*處理備註*/
  width:100%;
  height:100px;
  padding:5px;
  border: 1px solid #C5C5C5;
  color:#2f2f2f;
  border-radius:5px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.orderTable .btn{
  padding-top:20px;
  text-align:center;}

.orderTable .btn a{
  display:inline-block;
  padding:10px 15px;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  font-size: 18px;
  color:#FFF;
  border-radius:3px;
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  transition:none;
  }

select#qty_num_2383 {
    font-size: 18px;
}

/*767*/
@media (max-width: 767px){
.top ul.classLink{
  float:none;
  width:100%;
  text-align:center;
  padding-bottom:10px;
  border-bottom:1px solid #CCC;
  margin-bottom:10px;}

.top .link{
  float:none;
  width:100%;
  text-align:center;}

ul.facList li.col-4{
  width:50%;}    

/*內頁*/
.productIntro .albumBox{
  width:100%;
  float:none;}

.introBox{
  margin-top:25px;}

}
/*767 end*/

/*640*/
@media (max-width: 640px){

/*內頁*/
.contentBox .leftArea{
  float:none;
  width:100%;
  margin-right:0;}

.contentBox .rightArea{
  float:none;
  width:100%;
  margin-top:20px;}

}
/*640 end*/

/*360*/
@media (max-width: 360px){
  
ul.facList li .Txt h3{
  font-size:15px;}

/*內頁*/
.side_contactInfo ul{
  text-align:center;}
.side_contactInfo ul li{
  display:inline-block;}
.side_contactInfo ul li a b{
  display:none;}
}
/*360 end*/

.orderTable #buycar_add_status {
    color: #fff;
    font-family: 微軟正黑體;
    border-radius: 3px;
    padding: 4px;
    font-weight: normal;
}

.orderTable b#buycar_add_status_ht {
    font-size: 16px;
    font-family: 微軟正黑體;
    border-radius: 3px;
    background: #ffffff;
    color: #E60012;
    padding: 4px;
    border: 1px solid #E60012;
    display: inline-block;
    font-weight: bold;
}

.tagBox ul li a.current {
    background: #cf000c;
    color: #ffffff;
    border: 1px solid #cf000c;
}