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

.contentBox .leftArea{
  float:left;
  width:220px;
  margin-right:20px;}

.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 #C1C1C1;
  position:relative;
  }

.contentBox .leftArea ul.classLink li > a{
  display:block;
  padding:10px 15px;
  font-size:16px;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  color: #656766;
  text-align:left;
  }

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

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

.contentBox .leftArea ul.classLink li > a.current:before{
  content: "★ ";
  }

/*改寫classLink*/
.contentBox .leftArea ul.classLink2{
  padding:0;}

ul.filters2 {
    display: block;
    /* background:#111111; */
    padding:0px 10px;
}

#filters2 {
    display: block;
    /* background:#111111; */
    padding:0px 10px;
}

.contentBox .leftArea ul.classLink2 li{
  display:block;
  margin-bottom: 5px;
  position:relative;
  }

.contentBox .leftArea ul.classLink2 .filters2 li{
  display:block;
  border-bottom: 1px solid #e1e1e1;
  position:relative;
  margin-bottom: 0px;
  }  

.contentBox .leftArea ul.classLink2 .filters2 li:last-child{
  display:block;
  border: none;
  position:relative;
  }  

.contentBox .leftArea ul.classLink2 li > a{
  display:block;
  padding: 5px 15px;
  font-size:16px;
  font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
  color: #2e2e2e;
  text-align:left;
  border-radius: 20px;
  }

.contentBox .leftArea ul.classLink2  li > a:before{
   /* content: url(../img/menu/menu_story_c.png); */
   display: inline-block;
   height: 31px;
   vertical-align: middle;
   padding-right: 5px;
  }

.contentBox .leftArea ul.classLink2 #filters2 li a:hover:before{
   /* content: url(../img/menu/menu_story_c.png); */
   display: inline-block;
   height: 31px;
   vertical-align: middle;
   padding-right: 5px;
  }

.contentBox .leftArea ul.classLink2 ul.filters2 li a:hover:before{
   /* content: url(../img/menu/menu_story_c.png); */
   display: inline-block;
   height: 31px;
   vertical-align: middle;
   padding-right: 5px;
  }  

.contentBox .leftArea ul.classLink2 #filters2 li a:hover{
  border-bottom:none;  
  background: none;
  }

.contentBox .leftArea ul.classLink2 ul.filters2 li a:hover{
  border-bottom:none;  
  background: none;
  }   

.contentBox .leftArea ul.classLink2 li > a:hover{
  border-bottom:none;
  background: rgb(168, 33, 39);
  }

.contentBox .leftArea ul.classLink2 li > a.current{
  border-bottom:none;
  color: #2e2e2e;
  }

.contentBox .leftArea ul.classLink2 li > a.current:before{
   /* content: url(../img/menu/menu_story_c.png); */
   display: inline-block;
   height: 31px;
   vertical-align: middle;
   padding-right: 5px;
  }

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

/*標籤tag*/
.tagBox{
    display: none;
}

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

.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 #690000;
  color: #ffffff;
  font-family: "微軟正黑體";
  border-radius: 4px;
  }

.tagBox ul li a:hover{
  background: #990000;
  color: #ffffff;
  }
.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: 99%;}

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;
  transition: All 0.4s ease-in-out;  03
  -webkit-transition:All 0.4s ease-in-out;  04
  -moz-transition:All 0.4s ease-in-out;  05
  -o-transition:All 0.4s ease-in-out;
  }

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

ul.facList li .Img:hover img{
  opacity: 1;
  /* -webkit-transform:rotate(15deg); */
  -moz-transform:rotate(15deg);
  -o-transform:rotate(15deg);
  /* transform:rotate(15deg); */
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  }

ul.facList li .Txt{
  padding:0px 0px;
  text-align:center;
  }

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

ul.facList li .Txt h3 a{
  display:block;
  color: #a82127;
  font-weight:normal;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 25px;
  font-size: 16px;
  }

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

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

ul.facList li .Txt .price b{
  color: #e50012;
  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:5px;}

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.facList2{
  clear:both;
  padding-top:25px;
  margin:0 -15px;}

ul.facList2 li{
  float:left;
  padding: 0 15px 5px 15px;
  }

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

ul.facList2 li.col-3{
  width:33.33%;}

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

ul.facList2 li .Img:before{/*lazyload*/
  /* content: ''; */
  display: flex;
  /* padding-top: 99%; */
  }

ul.facList2 li .Img img{/*lazyload*/
  display:block;
  width:100%;
  opacity: 1;
  /* 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; */
  }

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

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

ul.facList2 li .Txt{
  padding:15px 5px;
  text-align:center;
  }

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

ul.facList2 li .Txt h3 a{
  display:block;
  color: #000000;
  font-weight:normal;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  font-size: 16px;
  }

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

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

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

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


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

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

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

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

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

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

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

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

.productIntro .Img img{/*產品大圖*/
  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{
  display: none;
  padding-top:10px;
  margin-top:20px;
  border-top: 1px solid #e1e1e1;
  }

.orderTable table{}

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

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

.orderTable table tr:first-child th{}

.orderTable table tr:first-child td{}
  
.orderTable table td b{
  font-weight:normal;
  color: #ff0000;
  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 ul.classLink2{
  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){

/*標籤tag*/
.tagBox{
    display: block;
}


/*內頁*/
.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: #FFF100;
    color: #E60012;
    padding: 4px;
    border: 1px solid #E60012;
    display: inline-block;
    font-weight: bold;
}

.tagBox ul li a.current {
    background: #990000;
    color: #FEFEFE;
}