@font-face {
    font-family: 'effra_corpregular';
    src: url('/fonts/effra_corp_rg-webfont.woff2') format('woff2'),
         url('/fonts/effra_corp_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
font-family: 'effra_corpregular', 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;
}

.btn{
	background-color:#01A1DD;
	border-color:#01A1DD;
}
.btn-primary{
	background-color:#01A1DD;
}
.addy{
	display:none;
}
