﻿.productlist {
	display: table;
}

.productlist .listitembox {
	float: left;
	text-align: center;
	cursor: pointer;
}

.productlist .image {
	display: block;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*.productlist .listitembox {
	width: 31%;
	margin: 2% 1%;
}*/



.productlist .prodhover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: 0;
	background: #333;
	-moz-transition: opacity 0.4s, filter 0.4s;
	-webkit-transition: opacity 0.4s, filter 0.4s;
	-o-transition: opacity 0.4s, filter 0.4s;
	-ms-transition: opacity 0.4s, filter 0.4s;
	transition: opacity 0.4s, filter 0.4s;
}

.productlist .listitembox:hover .prodhover {
	opacity: 0.8;
}

.productlist .prodhover .info {
	color: #fff;
}

.productlist .prodhover .info li {
	padding: 3vh 2vw;
}

.productlist .prodhover .info li:not(:last-child) {
	border-right: 1px solid #fff;
}

.productlist .prodhover .info li img {
	width: 40px;
}

.productlist .prodhover .info li span {
	display: block;
	padding-top: 10px;
}

.productlist .info li {
	display: inline-block;
}

.productlist .info li span {
	font-size: 20px;
	font-family: RamillasRegular;
	text-transform: uppercase;
}

.productlist .b11kh4title {
	padding-top: 4vh;
}

.productlist .tagline {
	font-family: HelveticaLight;
	text-transform: uppercase;
	text-align: left;
}

@media only screen and (min-width:730px) {
	.productlist {
		width: 100%;
		margin: 0;
	}

	.productlist listitembox {
		float: left;
		margin: 0 20px 20px 0;
	}

	.productlist .image {
		height: 54vh;
	}

	.productlist .image img.mainimg {
		width: 100%;
		max-width: 200px;
		height: 200px;
	}
}

@media screen and (min-width:1650px) {
	.productlist .prodhover .info li {
		padding: 3vh 2vw;
	}
}

@media screen and (max-width:1649px) {
	.productlist .prodhover .info li {
		padding: 15px;
	}
}

@media screen and (max-width:729px) {
	.productlist .listitembox {
		width: 100%;
	}

	.productlist .listitembox {
		width: 46%;
		margin: 2%;
	}

	.productlist .image {
		height: 30vh;
	}
}

@media screen and (max-width:600px) {
	.productlist .listitembox {
		width: 100%;
		margin: 2% 0;
	}

	.productlist .image {
		height: 40vh;
	}

	.productlist .info li span {
		font-size: 14px;
		line-height: 14px;
	}
}
