@charset "utf-8";

.product-catalog-box {
	margin-bottom: 20px;
}

.product-detail-box {
  margin-bottom: 50px;
}

.product-detail-box .product-main-img {
	/*padding-right: 0px;
	padding-left: 0px;*/
}

.product-detail-box .product-main-img .thumbnail {
	/*margin-bottom: 4px;*/
}

.product-detail-box .product-sub-img {
	/*padding-right: 0px;
	padding-left: 0px;*/
}

.product-detail-box .product-qty {
	width: 100px;
}

.product-detail-box .product-info-box .page-header {
	margin-top: 0px;
}

.product-detail-box .product-info-box .box-item {
    font-size: 15px;
    margin-bottom: 8px;
}

.product-detail-box .product-info-box .price {
	font-size: 20px;
}

.product-detail-box .product-desc-box ul.nav {
	margin-bottom: 30px;
}

.product-detail-box .image-loader {
	background-color: #FFF;
	position: absolute;
	bottom: 30px;
	right: 25px;
	padding: 5px;
}

.btn-primary {
	background-color: #c10226;
	border-color: #c10226;
    font-size: 14px;
	}
.btn-primary:hover, .btn-primary:focus {
	background-color: #e22044;
	border-color: #e22044;
	}
/*全產品檢索*/
.product-editor{
    padding:0 0 35px 0;

}
.product-editor h2{
	font-size:18px;
	background-color: #E4DFD9;
	padding:5px 0 5px 15px;
    line-height: 25px;
}

.product-editor p {
    font-size:15px;
    padding:5px 0 5px 15px;
    line-height: 25px;
    margin:0;
}

.index-list th{
	font-size: 15px;
	}
.index-list td{
	font-size: 15px;
	}
.product_box {
    margin-bottom: 40px;
}
.table a {
    color: #f07d21;
}
/*保健品*/
.thumbnail .caption {
    font-size: 15px;
}
.thumbnail p:first-child{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    line-height: 30px;
}
.thumbnail p:first-child{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    line-height: 28px;
    margin:0;
}

.thumbnail p:nth-child(2){
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    line-height: 16px;
    text-align: center;
    margin:0;
}
/*產品內頁*/
.btn-success {
    background-color: #78c0a8;
    border-color: #78c0a8;
	margin-left: 10px;
    margin-right: 10px;
}
.btn-success:hover {
    background-color: #8AD8BE;
    border-color: #8AD8BE;
}
.product-info-box_title{
    color: #f07d21;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
	}
.box-item.info-content > p {
    line-height: 28px;
}
.product-desc-box {
    line-height: 22px;
    margin-top: 5px;
    background-color: #fff;
    padding: 20px 25px;
}
.product-desc-box p{
    font-size: 15px;
    line-height: 25px;
    margin:0;
    padding:0;
    text-align: justify;
}
.form-group p{
    font-size: 16px;
	background-color: #E4DFD9;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold;
	}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.lable {
  font-size: 15px;
  text-align: center;
	line-height: 30px;
}
.productDataBox {
}
.productDataBox .caption{
	background-color: #E4DFD9;
    height: 78px;
}
.productDataBox .caption2{
    background-color: #E4DFD9;
    padding: 9px;
}
@media(max-width: 1024px){
   .productDataBox .caption{
        height: 96px; 
    }
}
@media(max-width: 767px){
   .productDataBox .caption{
        height: initial; 
    }
}
.thumbnail > img, .thumbnail a > img {
  /*border: 1px solid #e5e5e5;*/
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top:45px;
	padding-bottom:10px;
}
.product-detail-box .thumbnail > img, .product-detail-box .thumbnail a > img {
  border: 1px solid #e5e5e5;
}
.form-inline .form-control{
	margin-bottom:0px;
	height: 34px;
}

@media (max-width: 1024px) {
    .lable {
        text-align:left;
    }
}