.product {
	position: relative;
	width: 100%;
	padding: 5px;
	overflow: hidden;
	margin: 0 auto;
	bottom: auto;
}
.view {
	margin-top: -25%;
	opacity: 0;
	position: absolute;
	width: 300px;
	height: 200px;
	padding: 0 25px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.view img {
	border-radius: 25px;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
}
.view:target{
	opacity: 1;
	margin-top: 0%;
}
.thumbnail img {
	box-shadow: 0px 5px 5px black;
}
.view .thumbnail {
	display: none;
	position: absolute;
	width: 600px;
	height: 400px;
	top: 0;
	left: 350px;
	z-index: 50;
}
.view :hover .thumbnail {
	display: block;
}
.small {
	position: relative;
	top: 0;
	padding:0 25px;
	float: right;
}
.small img {
	border-radius: 25px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
}
.small :hover img {
	border-radius: 25px;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.small ul li{
	list-style: none;
	padding: 5px;
}
.info {
	position: relative;
	text-align: center;
	top: 0;
	right: 25px;
	float: right;
	width: 500px;
	padding-left: 0;
	height: 200px;
	background-color:white;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
}
.info h1 {
	font-size: 14pt;
}
.info form, .info input , .info p{
	font-family: roboto;
	text-transform: uppercase;
}
.info select {
	cursor: pointer;
	font-weight: bold;
}
.harga {
	position: relative;
	background-color: rgba(0,0,0,1);
	color: #3498DB;
	width: 100%;
	height: 50px;
	bottom: -27px;
	font-size: 14pt;
	line-height: 35pt;
}
.harga:hover {
	background-color: rgba(0,0,0,0.2);
}
.product2 {
	position: relative;
	width: 100%;
	padding: 5px;
	overflow: hidden;
	margin: 0 auto;
	bottom: auto;
}
.hview {
	margin-top: -25%;
	opacity: 0;
	position: absolute;
	width: 300px;
	height: 200px;
	padding: 0 25px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.hview a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	line-height: 18pt;
	font-weight: bold;
}
.hview p {
	background-color: white;
	text-align: center;
	font-family: roboto;
	border-radius: 25px;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
}
.hview:target{
	opacity: 1;
	margin-top: 0%;
}
.hsmall {
	position: relative;
	top: 0;
	padding:0 25px;
	float: right;
}
.hsmall img {
	border-radius: 25px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.6);
}
.hsmall :hover img {
	border-radius: 25px;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.hsmall ul li{
	list-style: none;
	padding: 5px;
}
.hinfo {
	position: relative;
	text-align: center;
	top: 0;
	right: 25px;
	float: right;
}
.hinfo p {
	background-color: white;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	width: 500px;
	height: 200px;
	font-family: roboto;
	font-size: 12pt;
	border-radius: 25px;
	line-height: 18pt;
	margin: 0px;
}