body{
font-family: 'Roboto', sans-serif;
font-weight:100;
}


.product-overlay{
	width:50%;
	height:100px;
	position:absolute;
	background-color:#000000;
	opacity:0.5;
	top:150px;
	left:0px;
	display:none;
	overlay:hidden;
}

.product-details{
	width:100%;
	height:150px;
	position:absolute;
	color:black;
	bottom:0px;
	left:0px;
	display:none;
	color:#ffffff;
	padding-left:10px;
	padding-bottom:20px;
	padding-right:10px;
}


.product-details h3{
	width:50%;
}

.product-details .btn{
	position:absolute;
	bottom:20px;
	right:10px;
}



.product-column{
  width:100%;
  height:300px;
  overflow:hidden;
}


.search-field
{
	margin-top:20px;
}

.cart-elements{
	position:absolute;
	width:400px;
	background-color:white;
	right:0px;
	display:none;
}

.thumb-pic {
	display:none;
}
