﻿.faux-sepia-overlay {
	background: #67513c;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode:hard-light;
	opacity:0.8;
	z-index:1000;
	transition: all ease-in 1s;
}

.product-image-zoom {
	filter: grayscale(90);
}
.entity-grid-with-prices{
clear:both;
margin-top:40px;
}
.product_text{
	z-index:1020;
}

.single_product:hover > a .faux-sepia-overlay {
	opacity: 0;
	transition: all ease-in 1s;
}

.single_product:hover > a .product-image-zoom{
	filter:grayscale(0);
}

.entity-grid-with-prices .single_product:hover > .faux-sepia-overlay {
	opacity: 0;
	transition: all ease-in 1s;
}

.entity-grid-with-prices .single_product:hover > .product-image-zoom{
	filter:grayscale(0);
}

.form_option .form-control.custom-form, .form_option .custom-select.form-control {
	background: #fff;
}
.ie-shim .faux-sepia-overlay {
	opacity:0.5;
}
.entity-backround-image{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
}
.hero-image-entity {
	position: relative;
	text-align: center;
	margin: 0 -15px;
	max-height: 395px;
	background-size:cover;
}
	.hero-image-entity .hero-text {
		z-index: 8;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
		color: #fff;
		padding: 130px 30px 162px;
	}
.product_title{
	color:#fff;
}
.product_text .price-wrap span {
	display: none;
}
.grid-add-to-cart .btn {
	border-color:#fff;
	color:#fff !important;
	margin:0 auto;
	border-left:none;
	box-shadow:none;
}
.grid-add-to-cart .btn:hover{
	background-color:rgba(255,255,255, .5);
	color:#000 !important;
}
.grid-add-to-cart .add-to-cart-quantity label{
	display:none;
}
.grid-add-to-cart .add-to-cart-quantity{
	float:left;
	display:block;
}
.grid-add-to-cart .add-to-cart-quantity .quantity-field{
	border-radius:0;
}
.grid-add-to-cart .add-to-cart {
	float: left;
	margin: 0;
	line-height: 1.4;
	border-right: 1px solid #fff;
}
.grid-add-to-cart .form-group{
	max-width:224px;
	margin:0 auto;
}

.sub-link{
	align-content:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height: 200px;
    max-height: 200px;
    padding-top: 85px;
}
.sub-link a{
	color:#fff;
	font-weight:bold;
	font-size:22px;
}

.flex-row {
	margin-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

.sublink-cell {
	border-left: 1px solid #fff;
	margin-bottom:24px;
	font-family:OptimaLTStd,arial,sans-serif;
}
.sublink-cell a:hover{
text-decoration:none;
}
@media (min-width: 768px) {
	.flex-row {
		display: flex;
		flex: 4;
		justify-content: center;
	}
	.sublink-cell {
		width: 25%;
	}
}