@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Poppins', sans-serif;
	//background-color: #e2e2e2;
	display: flex;
	flex-direction: row;
}

.container{
	width: 940px;
	margin: 50px auto 0;
	background-color: #fff;
	//padding: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	display: grid;
	//grid-template-columns: 1fr 1fr;
}

.description{
	margin-right: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.description h1{
	margin: 50px 0 10px 0;
	font-weight: 300;
}

.description p{
	font-size: 15px;
}

.description span{
	margin-top: 15px;
	display: inline-block;
	font-weight: 600;
	font-size: 30px;
	color: #353535;
}

.description button{
	font-size: 18px;
	padding: 15px 50px;
	margin-top: 40px;
	cursor: pointer;
	border: 0;
	outline: none;
	color: #fff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}

.description .buy{
	background-color: #ff9f00;
}

.description .cart{
	background-color: #fb641b;
	margin-left: 10px;
}

.xzoom-thumbs a{
	text-decoration: none;
}

.xzoom-thumbs img{
	display: inline-block;
	height: 80px;
	width: 80px;
	border: 1px solid #ccc;
}

.xzoom-preview{
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
}

.active{
	border: 1px solid #4aaad2;
	box-shadow: 0 0 3px 0 #4aaad2;
}
.xzoom-thumbs {
	padding-left: 15px;
	padding-right: 15px;
}