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

.contentBox .leftArea{
  float:left;
  width:280px;
  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 #f7f7f7;
  position:relative;
  }

.contentBox .leftArea ul.classLink li > a{
  display:block;
  padding: 10px 0px;
  font-size:16px;
  font-family: 'Aldrich', 微軟正黑體, sans-serif;
  color: #656766;
  text-align:left;
  margin: 2px 0;
  }

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

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

.contentBox .leftArea ul.classLink li > a.current:before{
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 10px;
  }

.contentBox .leftArea ul.classLink li > a:before{
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 10px;
  }

/*改寫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: #11366d;
  text-align:left;
  border-radius: 20px;
  font-weight: bold;
  }

.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: 'Aldrich', 微軟正黑體, sans-serif;
  font-size:15px;
  color:#8B7958;
  text-align:center;
  line-height:1.8;}

/*標籤tag*/
.tagBox{}

.tagBox h4{
  font-family: 'Aldrich', 微軟正黑體, sans-serif;
  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 #000000; */
  color: #be7a48;
  font-family: 'Aldrich', 微軟正黑體, sans-serif;
  /* border-radius: 4px; */
  }

.tagBox ul li a:hover{
  background: #f7f7f7;
  color: #2e8cca;
  }
.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 15px 15px;
  }

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

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

ul.facList li .Img{
  position:relative;
  background: #000000 no-repeat center;
  display: block;
  overflow:  hidden;
  }

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

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;
  }

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

ul.facList li .Img:hover img{
  opacity: 0.8;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);}

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

ul.facList li .Txt h3{
  font-family: 'Aldrich', 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight:normal;
  margin-bottom:5px;
  margin-top: 20px;
  }

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

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; */
  }

ul.facList li .Txt .price b{
  color: #E60012;
  font: bold 20px/1.2 'Aldrich', sans-serif;
  }

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

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;}
  
/******內頁******/
.contentBox{}

.contentBox h3.sectionTitle strong{
  font-size: 22px;
  font-family: 'Aldrich', 微軟正黑體, sans-serif;
  }

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

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

.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: 'Aldrich', 微軟正黑體, sans-serif;
  font-size:20px;
  color: #e60012;
  line-height:1.6;
  }
  
/*訂購規格區*/
.orderTable{
  padding-top:10px;
  margin-top:20px;
  /*border-top: 1px solid #f7f7f7;*/
  }

.orderTable table{}

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

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

.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: 'Aldrich', 微軟正黑體, 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-3{
  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: 'Aldrich', 微軟正黑體, sans-serif;
    border-radius: 3px;
    padding: 4px;
    font-weight: normal;
}

.orderTable b#buycar_add_status_ht {
    font-size: 16px;
    font-family: 'Aldrich', 微軟正黑體, sans-serif;
    /* border-radius: 3px; */
    background: #f7f7f7;
    color: #2e8cca;
    padding: 4px;
    /* border: 1px solid #E60012; */
    display: inline-block;
    font-weight: bold;
}

.tagBox ul li a.current {
    background: #f7f7f7;
    color: #be7a48;
}