.category .topbanner {
	display: table;
	width: 100%;
	height: 330px;
}

.category .topbanner .text {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
	color: white;
	text-align: center;
	padding: 0 20px;
}
.category .topbanner .text .description {
	max-width:700px;
	margin:auto;	
}

.category .topbanner .text h1 {
	font-size: 60px;
	text-transform: uppercase;
	margin: 0;
}

.category .topbanner .text p {
	margin: 10px 0;
}

.category .filter-and-products {
	padding-top: 10px;
}

.category .filter-and-products .filter-holder {
	width: 220px;
	float: left;
}

.category .filter-and-products .filter-holder .filter-top {
	background-color: #0f1219;
	text-align: center;
	line-height: 57px;
	color: white;
	text-transform: uppercase;
}

.category .filter-and-products .filter-holder .filter-content {
	position: relative;
	background-color: #f3f3f3;
	padding: 25px 10px;
}

.category .filter-and-products .filter-holder .filter-content .filterline {
	position: relative;
}

.category .filter-and-products .filter-holder .filter-content .filterline label {
	display: block;
	position: relative;
	cursor: pointer;
	clear:both;
}

.category .filter-and-products .filter-holder .filter-content .filterline label .text {
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
}

.category .filter-and-products .filter-holder .filter-content .filterline label .input-holder {
	/*position: relative;*/
	float: right;
	width: 30px;
	height: 30px;
}

.category .filter-and-products .filter-holder .filter-content .filterline label .input-holder input {
	margin: 0;
	padding: 0;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	vertical-align:middle;
	cursor: pointer;
	height:30px;
}

.category .filter-and-products .filter-holder .filter-content::after {
	content: '';
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	left: 0;
	right: 0;
	min-height: 300px;
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.category .filter-and-products .product-holder {
	position: relative;
	width: calc(100% - 220px);
	float: left;
}

.category .filter-and-products .product-holder .overlay {
	position: absolute;
	top: 0;
	left: 28px;
	right: 0;
	bottom: 38px;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	padding-top: 50px;
	padding-left: 28px;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
}

.category .filter-and-products .product-holder .overlay.active {
	opacity: 1;
	pointer-events: initial;
}

.category .filter-and-products .product-holder .overlay.active i {
	font-size: 50px;
	margin-top: 30px;
}

.category .filter-and-products .product-holder .prod-box-holder {
	float: left;
	margin-left: 28px;
	margin-bottom: 38px;
	border: 1px solid #e5e5e5;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box {
	position: relative;
	width: 210px;
	height: 420px;
	font-size: 16px;
	text-align: center;
	background-color: white;
}





.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transform: translateX(0);
	width: 210px;
	height: 420px;
	font-family: 'Raleway', sans-serif;
	background-color: rgba(15,18,25,0.85);
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	cursor:pointer;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box.prod-box-nob2c,
.category .filter-and-products .product-holder .prod-box-holder .prod-box.prod-box-nob2c .info-holder {
	height: 350px;	
}


.category .filter-and-products .product-holder .prod-box-holder .prod-box:hover .info-holder {
	opacity: 1;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder .cell {
	position: relative;
	display: table-cell;
	width: 210px;
	text-align: center;
	vertical-align: middle;
	color: white;
	text-decoration: none;
	padding: 0 20px 45px;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder .cell h2 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder .cell .prod-link {
	color: white;
	text-transform: uppercase;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder .cell .button-holder {
	
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder .cell .button-holder .linkbutton {
	color: white;
	border-color: white;
	font-family: 'PT Sans Narrow', sans-serif;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .info-holder .cell .button-holder .linkbutton:hover {
	color: #0f1219;
	border-color: white;
	background-color: white;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .title {
	display: block;
	color: #5c5656;
	text-decoration: none;
	height: 32px;
	line-height: 16px;
    overflow: hidden;
	margin: 7px 0;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .price {
	
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .weight {
	font-size:0.8em;
	font-style:italic;
	
}


.category .filter-and-products .product-holder .prod-box-holder .prod-box .button-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .button-holder .linkbutton {
	display: block;
	width: 125px;
	height: 30px;
	line-height: 28px;
	margin: auto;
	border: 1px solid #2e292a;
	color: #2e292a;
	font-size: 14px;
	text-decoration: none;
	max-width: calc(100% - 30px);
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .button-holder .linkbutton:hover {
	background-color: #2e292a;
	color: white;
}

.recent-slide-holder {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding-top: 40px;
	padding-bottom: 25px;
}

.recent-slide-holder h2 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}

.recent-slide-holder .recent-slide {
	width: calc(100% - 120px);
	margin: auto;
}

.recent-slide-holder .recent-slide .product-holder {
	margin: 0 10px;
}

.recent-slide-holder .recent-slide .product-holder .product {
	width: 210px;
	border: 2px solid #efeeed;
	margin: auto;
}

.recent-slide-holder .recent-slide .product-holder .product a {
	display: block;
	width: 100%;
}

.recent-slide-holder .recent-slide .product-holder .product a img {
	display: block;
	width: 100%;
	height: auto;
}

.recent-slide-holder .slick-arrow {
	position: absolute;
	border: 0;
	width: 22px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	background-color: red;
	cursor: pointer;
}

.recent-slide-holder .slick-arrow.slick-prev {
	background: url('/images/arrow-left.png') no-repeat;
	left: -40px;
}

.recent-slide-holder .slick-arrow.slick-next {
	background: url('/images/arrow-right.png') no-repeat;
	right: -40px;
}









