.product-detail{
	margin:30px 0;padding:0;width:100%;
	border:1px solid #e7e7e7;
	/*-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-ms-box-shadow: 0 0 10px #ccc;
	-o-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;*/
}
.product-detail > div:first-child{
	display: flex;display: -webkit-flex;margin:40px 0;
	justify-content: space-between;-webkit-justify-content:space-between;
	align-items: center;-webkit-align-items:center;
}
.product-detail > div:first-child > div:first-child{ width:35%; }
.product-detail > div:first-child > div:first-child a{
	display: flex;display: -webkit-flex;
	justify-content: center;-webkit-justify-content:center;
	align-items: center;-webkit-align-items:center;
}
.product-detail > div:first-child > div:last-child{
	display: flex;display: -webkit-flex;width:60%;
	flex-direction: column;-webkit-flex-direction:column;
}
.product-detail > div:first-child > div:last-child > div{
	display: flex;display: -webkit-flex;margin:5px 0;
	justify-content: flex-start;-webkit-justify-content:flex-start;
	align-items: flex-start;-webkit-align-items:flex-start;
	text-align: left;border-bottom:1px solid #ddd;padding-bottom: 10px;

}
.product-detail > div:first-child > div:last-child label{
	font-size: .8rem;font-weight: bold;color:black;
	width:80px;margin:0 10px 6px 0;text-align: right;
}
.product-detail > div:first-child > div:last-child h2{ font-weight: bold;color:#008fd4;margin:0;font-size:.8rem; }
.product-detail > div:first-child > div:last-child p { width:80%;margin:0;font-size:.8rem;color:#444; }


.product-detail > div:last-child{
	padding:0 30px;
}
.product-bar{
	padding: 5px 20px;
	line-height: 32px;
	color: #323232;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #e6e6e6;
    /*border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 4px solid #7ecefd;*/
	background-color: #f9f9f9;
}
.product-bar h5{ font-size:.8rem;margin:0;font-weight: normal; }

@media screen and (min-width: 300px) and (max-width: 1200px){
	.product-detail > div:first-child{
		flex-direction: column;-webkit-flex-direction:column;
		margin:10px auto;
	}
	.product-detail > div:first-child > div:first-child { width:100%; }
	.product-detail > div:first-child > div:last-child{ width:90%;margin-top:20px; }
	.product-detail > div:first-child > div:last-child label{ font-size:.65rem;width:72px;text-align: left; }
	.product-detail > div:first-child > div:last-child p{ font-size:.7rem; }
	.product-detail > div:first-child > div:last-child h2{ font-size:.8rem;width:80%; }
	.product-detail > div:last-child{ padding:0 10px 10px; }
	.product-bar{ line-height: 20px; }
	.product-bar h5{ font-size: .7rem; }
	/*.product-detail > div:first-child > div:last-child > div:nth-child(1){ width:72px !important; }*/
	.product-detail > div:first-child > div:last-child > div:nth-child(1) > label{  width:72px !important;text-align:left; }
	img.cloudzoom{ width:100%;height: auto; }
 }