*{
	margin: 0px;
	padding: 0px;
}
.product-info-wrap{
	width: 80%;
	margin: 10px auto;
}
.row img{
	width: 100%;
	margin: 5px 0px;
	transition: all 1s;
}
.row img.small-pic:hover{
	transform: scale(1.02);
}
.row h4.product-name{
	font-weight: 1200;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}
#introduction-info{
	font-size: 18px;
	padding-top: 10px;
}
h4.order{
	margin: 0px;
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
	color: white;
	background-color: red;
	text-align: center;
	border-radius: 50px;
	border: 2px solid white;
	transition: all 2s;
}
.row a:hover{
	text-decoration: none;
}
.row a:hover .order{
	background-color: white;
	color: red;
	border: 2px solid red;
}
.specification{
	font-size: 20px;
	border-top: 2px solid gray;
}
.specification p{
	font-size: 16px;
	line-height: 30px;
}
.row .single-product-price,
.row .single-product-remainder{
	font-size: 18px;
	line-height: 24px;
}
.row .single-product-price{
	text-align: center;
	display: block;
}
.single-head-name{
	font-size: 22px;
}
.head-photos{
	border-bottom: solid 3px #5a4a53;
	padding: 2px 0px;
	margin-bottom: 10px;
}
.single-head-option{
	font-size: 18px;
}
.space-set{
	padding: 10px;
}