.product-detail {

}
.product-detail .img {
	display: block;
	position: relative;
	float: left;
	width: 210px;
	height: 240px;
	overflow: hidden;
	border: 4px solid #FFF;
	box-shadow: 0 0 4px #CCC;
	text-align: center;
	margin-right: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-detail .img img {
	width: 100%;
}
.product-detail .infos {
	display:block;
	float:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	width: 330px;
	margin-top:10px;
	overflow: hidden;
}
.product-detail .infos .title {
	display: block;
	font-family: 'BrushScriptStd';
	font-size: 32px;
	color: rgba(53,28,59,0.8);
	line-height: 28px;
	margin: 6px 6px;
}
.product-detail .infos .title f {
    font-family: Arial!important;
    font-size: 16px;
    font-weight: bold;
	line-height: 20px;
}
.product-detail .infos .cat {
	display: block;
	font-family: 'BrushScriptStd';
	font-size: 16px;
	color: #AB5B89;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 28px;
	padding-left: 28px;
	line-height: 28px;
}
.product-detail .infos .detail {
	padding:12px 0;
	line-height: 18px;
} 
.product-detail .infos .keyword {
	display: block;
	border-top: 1px dotted rgba(0,0,0,0.2);
	font-size:11px;
}
.product-detail .infos .ingredients {
	display: block;
	border-top: 1px dotted rgba(0,0,0,0.2);
	font-size:11px;
	color:#999;
	line-height: 14px;
	padding: 8px 0;
}

.product-detail .product-basket {
	clear:both;
	display:block;
	position: relative;
	background: rgba(0,0,0,0.05);
	padding: 8px;
	color:#666;
	font-size:12px;
}
.product-detail .product-basket .price {
	font-size: 25px;
	display: block;
	background: rgba(0,0,0,0.05);
	position: absolute;
	right: 0;
	top: -30px;
	border-radius: 10px 0 0 0;
	width: auto;
	height: 26px;
	line-height: 21px;
	text-align: center;
	font-weight: normal;
	color: #333;
	z-index: 400;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 4px 8px 0 12px;
}
.product-detail .product-basket .bask {
	display:block;
	float:right;
	margin: 4px;
}
.product-detail .product-basket .bask input[type="text"] {
	width:50px;
	text-align: center;
}
.product-detail .social div {
	display:block;
	float:left;
	margin:2px 8px 4px 0;
}

/* pad */
@media only screen and (max-width: 940px) {
	.product-detail .img {
		width: 350px;
		height: 525px;
	}
	.product-detail .infos {
		width:360px;
	}
}
/* phone */
@media only screen and (max-width: 600px) {
	.product-detail .img {
		width: 290px;
		height: auto;
	}
	.product-detail .infos {
		width:300px;
	}
	.product-detail .product-basket .bask {
		margin: 0;
	}
	.product-detail .product-basket .bask input[type="button"],
	.product-detail .product-basket .bask input[type="submit"] {
		font-size: 10px;
		line-height: 16px;
		padding: 8px 8px;
	}
}