@charset "utf-8";

#product_carousel-wrapper {
  position: relative;
}
#product_carousel, #product_thumbs {
  overflow: hidden;
}
#product_carousel span{height:100%;}

#product_carousel span, #product_carousel img,
#product_thumbs a{
  display: block;
  float: left;
}
#product_carousel span, #product_carousel a,
#product_thumbs span, #product_thumbs a {
  position: relative;
}
#product_carousel img,
#product_thumbs img {
  border: none;
  height:100%;
}

#product_carousel span {
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% auto;        /*for Firefox*/
  -webkit-background-size:100% auto;        /*for Google Chrome、Safari*/
  -o-background-size:100% auto;        /*for Opera*/
  background-size:100% auto;        /*for IE*/  
}



#product_carousel span.fixh{
  -moz-background-size: auto 100%;        /*for Firefox*/
  -webkit-background-size:auto 100%;        /*for Google Chrome、Safari*/
  -o-background-size:auto 100%;        /*for Opera*/
  background-size:auto 100%;        /*for IE*/  
}
 
#product_thumbs-wrapper {
  position: relative;
  margin-top:10px;
  padding:5px 0px;

  width:100%;
}
#product_thumbs-wrapper .product_thumbs-bg{
  position: absolute;
  background: #000000;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  left:0px;
  bottom: 0px;

  width:100%;
  height:100%;
}
#product_thumbs a {
  border: 2px solid transparent;
  width: 77px;
  height: 77px;
  margin: 0 5px;
  overflow: hidden;
/*  border-radius: 10px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -ms-transition: border-color .5s;
  transition: border-color .5s;*/
}
#product_thumbs a:hover, #product_thumbs a.selected {
  border-color: #FFF;
}
 
 
#product_prev, #product_next {
  background: transparent url('images/carousel_nav.png') no-repeat 0 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#product_prev {
  background-position: 0 0;
  left: 0px;
}
#product_next {
  background-position: -40px 0;
  right: 0px;
} 
#product_prev:hover {
  background-position: 0 -40px; 
}
#product_next:hover {
  background-position: -40px -40px; 
}
#product_prev.disabled, #product_next.disabled {
  display: none !important;
}
/*下拉選單*/
.product_select{
  font-size:12px;
  color:#404040;
  padding:5px;
  line-height:33px;
  margin-top:25px;
}
/*產品說明*/
.product_desc_subject{
  color:#252525;
  font-size:15px;
  margin-top:25px;
  margin-bottom:25px;
  text-align: left;
}
.product_desc_content{
  text-align: left;
  font-size:12px;
  color:#818181;
  line-height:25px;
   margin-bottom:25px;
}
.product_desc_content img{
  max-width: 100%;
}

/*頁籤*/
#product_tabs{

}
.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 1em 0 2em;
  font-weight: 300;
}

/* Nav */
.tabs nav {
  
}

.tabs nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.tabs nav ul li {
  border: 1px solid #7d7d7d;
  border-bottom: none;
  /*margin: 0 0.25em;*/
  display: block;
  float: left;
  position: relative;
}

.tabs nav li.tab-current {
  border: 1px solid #7d7d7d;
  box-shadow: inset 0 2px #3d3d3d;
  border-bottom: none;
  z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 100%;
  bottom: 0;
  width: 1000px;
  background: #3d3d3d;
}

.tabs nav li.tab-current:after {
  right: auto;
  left: 100%;
  width: 4000px;
}

.tabs nav a {
  text-decoration: none;
  color: #808080;
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
}

.tabs nav a:hover {
  color: #333333;
}

.tabs nav li.tab-current a {
  color: #333333;
}
/* Content */
.content section {
  font-size: 12px;
  padding: 10px 5px;
  display: none;
  max-width: 1230px;
  margin: 0 auto;
}

.content section:before,
.content section:after {
  content: '';
  display: table;
}

.content section:after {
  clear: both;
}

.content section.content-current {
  display: block;
}

/*相關產品*/
#rel_subject{
  margin-top:70px;
  margin-bottom:30px;
  font-size:14px;
  color:#333333;
  text-align: left;
}
.rel_item{
  position:relative;
  float:left;
  width:188px;
}
.rel_item a{
  display:block;
  text-decoration: none;
}
.rel_item_subject{
  font-size:12px;
  color:#000000;
  line-height:34px;
  height:34px;
}
.rel_item_summary{
  font-size:12px;
  color:#818181;
  line-height:20px;
  height:90px;
}

#product_rel_page {
  text-align: right;
  position:absolute;
  top:10px;
  right:0px;
}
#product_rel_page a {
  font-size: 0px;
  background: transparent url(images/rel_carousel_control.png) no-repeat 0px 0px;
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 0 15px 0 0;
}
#product_rel_page a.selected {
  background: transparent url(images/rel_carousel_control.png) no-repeat -49px 0px;
  text-decoration: underline; 
}

#prod_name,#prod_name h2{
  font-size:22px;
  line-height:40px;
  color:#383838;
  font-weight: normal;
}
#prod_no{
  font-size:13px;
  line-height:20px;
  color:#656464;
  margin-bottom:15px;
}

#prod_stand_out{
  position:relative;
}
#prod_stands_area{
  float:left;
}
#prod_stands2_area{
  display: none;
}
#prod_stands2_area,#prod_amount_area{
  float:left;
  margin-left:10px;
}
#prod_fixprice{
  margin-top:49px;
  float:left;
  margin-right:10px;
   font-size: 15px;
}
#prod_price{
  margin-top:30px;
  float:left;
}
#prod_price .currency{
  font-size:15px;
  color:#000000;
}
#prod_price .money{
  font-size:37px;
  margin-left:10px;
  color:#000000;
}
#prod_price .unit{
  font-size:15px;
  margin-left:10px;
  color:#000000;
}
.dd-option-image, .dd-selected-image ,.dd-option-description { display:none !important; }

#btn_area{
  margin-bottom:60px;
}
#btn_shopping{
  float:left;
  color:#ffffff;
  line-height:33px;
  padding:0px 40px;
  background: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:none;
  cursor: pointer;
  margin-left: 10px;
  margin-right:10px;
}

.delline{
  text-decoration:line-through;
}
.pricesplit{display:none;}
.block_body .btn{
  color:#ffffff;
  line-height:32px;
  padding:0px 30px;
  background: #5b5b5b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  float:left;
}
.block_body .btn a,.btn a{
  color:#ffffff;
  text-decoration: none;
}

.btn_querycar{
  background: #7b7b7b;
  margin-top:10px;
  margin-bottom:10px;  
}


#prod_stands_area,
#prod_stands2_area,
#prod_amount_area,
#btn_shopping{
  margin-top:10px;
  margin-bottom:10px;  
}


.page_content2{text-align: left}
.page_content2 .photo{float:left;} 
.page_content2 .info{float:left;padding-left:38px;margin-top:20px;text-align: left;} 
.page_content2 .info #prod_name,.page_content2 .info #prod_name h2{font-size: 18px;font-weight: normal;color: #383838;line-height: 25px;margin: 0px;padding: 0px;}
.page_content2 .info .subtitle{font-size: 16px;color: #383838;line-height: 20px;}
.page_content2 .info #prod_no {
    font-size: 13px;
    line-height: 20px;
    color: #656464;
    margin: 15px 0px;
    min-height: 20px;
}
.page_content2 .info #prod_fixprice {
    margin-top: 25px;
    float: left;
    margin-right: 28px;
    font-size: 14px;
    min-height: 20px;
}
.page_content2 .info #prod_price {
    margin-top: 0px;
    float: left;
    min-height: 20px;
}
.page_content2 .info #prod_price .currency {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}
.page_content2 .info #prod_price .money {
    font-size: 37px;
    margin-left: 10px;
    color: #000000;
}
.page_content2 .info #btn_shopping {margin-left:0px;margin-top: 0px;}
#product_tabs{text-align: left;}
.block_body .page_content2 .btn,.block_body .page_content1 .btn,.page_content2 .btn,.page_content1 .btn {
    color: #ffffff;
    line-height: 32px;
    padding: 0px 30px;
    background: #323232;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0px;
    margin-right:10px;
}

.page_content2 #product_thumbs-wrapper .product_thumbs-bg {
    position: absolute;
    background: transparent;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.page_content2 #product_thumbs a{
    border-color: #c4c4c4;
}
.page_content2 #product_thumbs a:hover, #product_thumbs a.selected {
    border-color: #666666;
}

.page_content2 #product_prev, .page_content2 #product_next {
  background: transparent url('images/carousel_nav2.png') no-repeat 0 0;
}

.page_content2 #product_next {
  background-position: -40px 0;
  right: 0px;
} 
.page_content2 #product_prev:hover {
  background-position: 0 -40px; 
}
.page_content2 #product_next:hover {
  background-position: -40px -40px; 
}

.page_content2 #product_thumbs-wrapper {
  margin-top: 26px;
}

.page_content2 .tabs nav li.tab-current:before,
.page_content2 .tabs nav li.tab-current:after {
  background: #c4c4c4;
}
.page_content2 .tabs nav ul li {
    border: 1px solid #c4c4c4;
    border-top: none;
    border-bottom: none;
    /* margin: 0 0.25em; */
    display: block;
    float: left;
    position: relative;
    border-left: 0px;
}
.page_content2 .tabs nav li.tab-current {
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 #3d3d3d inset;
    border-top: none;
    border-bottom: none;
    z-index: 100;
    border-left: 0px;
}
.page_content2 .tabs nav li a {
  border-bottom: 2px solid #ffffff;
  }
.page_content2 .tabs nav li.tab-current a{
  border-bottom: 2px solid #3d3d3d;
}

.page_content2 .bx-wrapper .bx-controls-direction a {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 90;
  opacity: 1;
}

.page_content1 .bx-wrapper .bx-prev ,.page_content1 .bx-wrapper .bx-next{
  background: transparent url('images/carousel_nav.png') no-repeat 0 0;
}
.page_content1 .bx-wrapper .bx-prev{
  left: -60px;
}
.page_content1 .bx-wrapper .bx-next {
  background-position: -40px 0px;
  right: -60px;
} 
.page_content1 #productbx {
  padding: 10px 80px;
}
.page_content1 #productbx .bx-wrapper .bx-controls-direction a {
  margin-top: -20px;
  height:40px;
  width:40px;
}
.page_content1 #productbx_bg{
  background: #000000;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  position: absolute;
  top:0px;
  left:0px;
  z-index: -1;
  width:100%;
  height:100%;
}
.info{
  text-align: left;
}
.page_content2 #productbx-pager a img {border:1px solid #c4c4c4;}
.page_content2 #productbx-pager a.selected img{border-color: #666666;}
.page_content2 .bx-wrapper .bx-prev ,.page_content2 .bx-wrapper .bx-next{
  background: transparent url('images/carousel_nav2.png') no-repeat 0 0;
}
.page_content2 .bx-wrapper .bx-prev{
  left: -60px;
}
.page_content2 .bx-wrapper .bx-next {
  background-position: -40px 0px;
  right: -60px;
} 
.page_content2 .bx-wrapper .bx-prev:hover:not(.disabled) {
  background-position: 0 -40px; 
}
.page_content2 .bx-wrapper .bx-next:hover:not(.disabled) {
  background-position: -40px -40px; 
}

#rel_product .bx-wrapper{margin:0;}
#rel_product .bx-wrapper .bx-pager, #rel_product .bx-wrapper .bx-controls-auto {
  bottom:auto;
  top:-60px;
  right:0px;
}
#rel_product .bx-wrapper .bx-pager {
    text-align: right;
}
#rel_product .bx-wrapper .bx-pager.bx-default-pager a:hover, #rel_product .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color:#828282;
}
@media screen and (max-width: 767px) {
    #prod_amount_area{margin:3px 0px 10px 0px;} 

    .page_content2 .bx-wrapper .bx-prev{
      left: -40px;
    }
    .page_content2 .bx-wrapper .bx-next {
      background-position: -40px 0px;
      right: -40px;
    }   
    .page_content2 .info{padding-left:5%;}
}
@media screen and (max-width: 480px) {
  .page_content2 .info #prod_price{margin-left: 0px;}
  #prod_stands_area,#prod_stands2_area,.page_content2 .btn{margin:3px 0px 10px 0px;}
}


.discountmsg{color: #e10f0f;}
ul.bxslider{list-style-type: none;padding:0px;margin:0px;}
.bxslider li{list-style-type: none;padding:0px;margin:0px;}


/*zoom*/
.zoom_area{display: inline-block;margin: 0 auto;}
#product_thumbs_zoom{
  background: rgba(0, 0, 0, 0.6);
  display: table;
  margin:10px auto;
}
.zoom_thumb_item img{width:100%;height:auto;cursor:pointer;}
.zoom_thumb_item{padding:10px 5px;display: table-cell;vertical-align: middle;}