.sale_page .sale_footer_link {
	background: #262626;
}
.sale_page .sale_footer_link a {
	color: #f0464c;
	text-decoration: none;
}
.sale_page .sale_header {
	/*background: url(/apps/pages/sale_202006/images/icon_bg_top.jpg) repeat-x left top;*/
	text-align: center;
}
.sale_page .sale_header img {
	max-width: 1366px;
}
.sale_page .sale_banner_strip {
	background: #df3333;
	text-align: center;
}
.sale_page .sale_banner_strip img {
	max-width: 1366px;
}

.sale_page .sale_tile {
	position: relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.sale_page .sale_tile .tvsn-hover-link {
	display: block;
	cursor: pointer;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: .5rem!important;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
	cursor: pointer;
}
.sale_page .sale_tile:hover {
	transform: scale(0.98);
 } 
 .sale_page .sale_tile:hover .tvsn-hover-link {
	opacity: 1;
	transform: scal(0.98);
}

.sale_page .sale_spotlight_fashion_frenzy,
.sale_page .sale_spotlight_jewellery_heist {
	position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
	top: -30%;
	display: block !important;
}

.sale_page .sale_hierarchies h3 { color: #960c13 !important; }

@media only screen and (max-width: 640px) {
	.sale_page .sale_spotlight_fashion_frenzy, .sale_page .sale_spotlight_jewellery_heist {
		display: none !important;
	}
}