/*cat: itemInfo*/
#itemInfo {
	
}
#itemInfo .item {
	display: flex;
	flex-wrap: nowrap;
	text-align: left;
	font-size: 0.9em;
	align-items: top;
}
#itemInfo .thmb {
	width: 30%;
}
#itemInfo .thmb > img {
	border: solid 1px rgba(0, 0, 0, 0.1);
}
#itemInfo .infos {
	width: 70%;
	padding-left: 1.5em;

}
#itemInfo .item-title {
	margin: 0;
	font-size: 1.0em;
	font-weight: 600;
	line-height: 1.6em;
	margin-top: -0.2em;
}
#itemInfo .var-title {
	margin: 0;
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.6em;
	opacity: 0.8;

}
#itemInfo .sku {
	font-size: 0.9em;
	display: block;
	margin-top: 0.5em;
	opacity: 0.4;
}
#itemInfo .price {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0.4em;
}
#itemInfo .price::before {
	content: "￥";
	margin-right: -0.05em;
	margin-left: -0.2em;
	opacity: 0.7;
}
