/* IMAGES */
.img-container { position: relative; }
.img-label { 
	position: absolute; 
	padding: 0.5rem; 
	text-transform: uppercase;
	font-weight: 600;
}
.img-label.top-left {
	left: 0;
	top: 0;
	margin-top: 2rem;
	margin-left: 1rem;
}
.img-label.top-right {
	right: 0;
	top: 0;
	margin-top: 2rem;
	margin-right: 1rem;
}
.img-label.bottom-left {
	bottom: 0;
	left: 0;
	margin-bottom: 2rem;
	margin-left: 1rem;
}
.img-label.bottom-right {
	bottom: 0;
	right: 0;
	margin-bottom: 2rem;
	margin-right: 1rem;
}
.img-hover {
	position: absolute;
	height: 0;
	width: 100%;
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-container:hover .img-hover { height: 10rem; }

/* RECOMMENDED */
.recommended { position: relative; margin: 0.7rem 1.5rem 0;  }
.recommended .special-offer-wrapper { display: table; height: 100%; width: 100%;}
.recommended .special-offer-wrapper a { display: table-cell; vertical-align: middle; padding-left: 1rem; }
.recommended .special-offer-wrapper h5 { font-size: 2rem; margin: 0; width: 50%;}
.recommended a { color: #333333; }
.recommended a:hover { text-decoration: none; }
.recommended .sp-offer-img { display: block; width: 100%; }
.recommended .load-special-offer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/* TOP TEN */
ul.top-ten { list-style: none; margin-left: 1rem; }
ul.top-ten li { display: block; width: 100%; border-bottom: 0.1rem solid #EEEEEE; padding-bottom: 0.5rem; margin-bottom: 0.5rem; }
ul.top-ten li:last-child { border: none; }
ul.top-ten li img { max-width: 4rem; margin-right: 1rem; }

/* HOME PAGE SLIDE */
/*
.home-page-slide,
.home-page-slide > ul, 
.home-page-slide > ul > li { height: 40rem; }
*/