@charset "utf-8";

body {
	background-color: #A386B3;
}

.wrapper {
	height: 420px;
	width: 800px;
	margin: 50px auto;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
	float: left;
	height: 420px;
	width: 405px;
}

.product-img img {
	height: 450px;
	width: 450px;
}

.product-info {
	float: left;
	height: 420px;
	width: 395px;
	border-radius: 0 7px 10px 7px;
	background-color: #ffffff;
}

.product-text {
	height: 350px;
	width: 327px;
}

.product-text h1 {
	margin: 0 0 0 38px;
	padding-top: 51px;
	font-size: 35px;
	color: #474747;
}

.product-text h1 {
	font-family: 'Bentham', serif;
}

.product-text h2 {
	margin: 0 0 47px 38px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #d2d2d2;
	letter-spacing: 0.2em;
}

.product-text p {
	height: 120px;
	margin: 0 0 0 38px;
	font-family: 'Playfair Display', serif;
	color: #8d8d8d;
	line-height: 1.7em;
	font-size: 15px;
	font-weight: lighter;
}