.headerCartBox {
	float: left;
	padding-left: 5px;
}
.products .img-holder {
	height: 180px;
	text-align: center;
}
.products .img-holder img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.posterWr {
	position: relative;
	margin: 0 auto 30px;
	height: 391px;
}
.posterImg {
	position: absolute;
	width: 100%;
}
.posterInner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.posterTextN1 {
	padding: 60px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 86px;
	line-height: 90px;
	font-weight: bold;
}
.posterTextN2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 57px;
	font-weight: bold;
}
.posterTextN3 {
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 21px;
	line-height: 30px;
}
.posterBtn {
	margin: 50px 0 0 0;
	padding: 17px 45px !important;
	font-size: 13px !important;
}

.products li {
    height: 348px;
    position: relative;
}

.products .panel {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 44px;
}