/* CSS Document */

#hero-rotator {
	height: 300px; 
}
.promo-home {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
[id|="homecat"] {
	margin: 0 3px 6px 3px;
	width: 302px;
	height: 268px;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 66px 26px 22px 26px;
	margin: 0 0 6px 0;
	width: 29%;
	float: none;
	padding: 66px 1.6% 22px 2.4%;
	background: #353535;
}

/*div#homecat-first {
	height: 312px;
	padding: 22px 26px;
}*/
[id|="homecat"] h2 {
	position: relative;
	z-index: 80;
	font-family: 'Kievit';
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 6px rgba(0,0,0,.4);
}
[id|="homecat"] p {
	font-family: 'Kievit';
	position: relative;
	z-index: 90;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	color: #007bc2;
}
[id|="homecat"] h2 + p {
	font-size: 30px;
	line-height: .8em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 6px rgba(0,0,0,.4);
}

[id|="homecat"] img {
	position: absolute;
	bottom: -6px;
	right: -6px;
	z-index: 40;
}

.checkout-final .cell-total:second-child {
	width:30%
}