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

/* Mobile */
@media(max-width:767px){
	.product-detail-section #text_detail{
		margin-bottom: 5px !important;
	}
}

/* Small */
@media(min-width:768px) and (max-width:991px){

}
/* Medium */
@media(min-width:992px) and (max-width:1199px){

}
/* Large */
@media(min-width:1200px){

}

.product-information .subj{
	font-size: 20px;
	color:#999;
	border-bottom: solid 1px#eee;
	padding-bottom: 15px;
}
.widget-title{
	margin-top:0px;
	line-height: 0.9;
}
.widget-title span{
	font-size:30px;
	color: #5D5D5D;
}
.pull-right{
	margin-top:-25px;
}
.pull-right ul{
	float:left;
	margin-top: -16px;
}
.pull-right li{
	list-style:none;
	float:left;
}
.pull-right li i{
	font-size: 16px !important;
	color:#EEC627;
}
.product-price{
	float:right;
}
.ProductDetail .product-information{
	font-size:18px;
}
.ProductDetail .product-information .row{
	padding-top:15px;
	padding-bottom:15px;
}
.ProductDetail .block-form{
	font-size:18px;
}
#select_color img{
	height:20px;
	width:8% auto;
	cursor: pointer;
    margin: 1px;
	display:inline-block;
}
#select_color img.now{
	border: 2px solid #666;
}
img.ImgLoad{
	height:16px;
	width:16px;
}


.BorderTop{
	margin-top:25px;
}

.BorderTop div:last-child{
	float:right;
	text-align:right;
}


.product-detail-section #text_detail{
	padding: 20px;
	border: solid 1px#eee;
	overflow: hidden;
	background-color:#f7f7f7;
	margin-bottom: 35px;
	margin-top: 5px;
}

.product-information .button{
	margin-top:25px;
}

.product-information select{
	cursor:pointer;
	width:100%;
	font-size: 14px;
}

.product-information select option{
	font-size: 14px;
}

		.product-content  img.img-responsive,.product-content #text_detail{
		width:100%;
		max-width:100%;
		}
















