.sale_page {
	max-width: 1366px;
	margin: 0 auto;
}
.sale_page .sale_footer_link {
	background: #fff;
}
.sale_page .sale_footer_link a {
	color: #1f1f1f;
	font-weight: bolder;
	text-decoration: underline;
	letter-spacing: 2px;
	font-size: 0.9rem;
}
.sale_page.sale_new_to_sale .sale_footer_link { background-color: #eae5de; margin-top: 4rem !important; }
.sale_page.sale_fashion_frenzy .sale_footer_link { background-color: #e3d4d2; margin-top: 4rem !important;
	background-color: #e3d4d2;
    margin-top: 4rem !important;
    text-align: center;
    padding: 1.5rem !important;
}
.sale_page.sale_fashion_frenzy .sale_footer_link a { 
	border: 1px solid #b80e13;
    padding: 0.5rem 0.5rem !important;
    color: #b80e13;
	max-width: 640px;
	margin: 0 auto;
}
.sale_page.sale_jewellery_heist .sale_footer_link a { color: #fff; margin-top: 3rem; }
.sale_page.sale_fashion_frenzy .sale_list_title, .sale_page.sale_beauty_bargains .sale_list_title { 
	font-family: 'BentonSans', Times, serif; 
	font-style: italic; 
	text-transform: none; 
	color: #b80203; 
	font-size: 2.5rem; 
}
.sale_page.sale_jewellery_heist .sale_list_title { font-family: 'BentonSansCond';}
.sale_page.sale_beauty_bargains .sale_footer_link { background-color: #f57c7d; margin-top: 4rem !important; }
.sale_page.sale_beauty_bargains .sale_footer_link a { color: #fff; }

.sale_page.sale_super_sale .sale_list_title { font-family: 'BentonSansCond'; color: #f6323f; font-weight: lighter;padding-top: 3.5rem !important; }
.sale_page.sale_super_sale .sale_footer_link { background-color: #16020c; margin-top: 4rem !important; }
.sale_page.sale_super_sale .sale_footer_link a { color: #fff; }
.sale_page.sale_super_sale .sale_hierarchies .sale_tile { }

.sale_page .sale_header_title {
	font-family: 'BentonSansCond';
	color: #020202;
	letter-spacing: 2px;
	font-weight: normal;
}
.sale_page .sale_header_subtitle {
	font-family: 'BentonSansCond';
	color: #020202;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 1.2rem !important;
	background: #fed4d8;
}

.sale_page .sale_top_banner {
	position: relative;
}
.sale_page .sale_top_banner .gift_box {
	position: absolute;
	display: block;
	bottom: 19.8%;
	width: 12.8%;
	height: 9.7%;
	border-radius: 4px;
}
.sale_page .sale_top_banner .gift_box:hover { background: rgba(255, 255, 255, 0.5); }
.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(1) { left: 18.85%; }
.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(2) { left: 33.3%; }
.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(3) { left: 47.7%; }
.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(4) { left: 62.2%; }

.sale_page .sale_header {
	/*background: url(/apps/pages/feeling_fabulous/flower.jpg) repeat-x left top;*/
	text-align: center;
	
}
.sale_page .sale_header img {
	max-width: 1366px;
}
.sale_page .sale_banner_strip {
	background: #e9e3d9;
	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_big_brand_sale
 {
	position: absolute;
    bottom: -30%;
    /* left: -12%;
    right: 0; */
	top: -10%;
	display: block !important;
}

.sale_page .sale_spotlight_fashion_frenzy {
	position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
	top: -20%;
	display: block !important;
}

.sale_page .sale_navbar {
	background: #b90204;
    padding: 25px 10px;
    border-bottom: 8px solid #ff4c52;
    padding-bottom: 0;
	height: 113px;
}
.sale_page .sale_navbar.sale_navbar_mobile {
	overflow-y: auto;
	overflow-x: auto;
	height: auto;
	border-bottom: none;
}
.sale_page .sale_navbar.sale_navbar_mobile a {
	float: none;
	margin: 0 auto;
}
.sale_page .sale_navbar.sale_navbar_mobile .row { 
	border-bottom: 8px solid #ff4c52;
}
.sale_page .sale_navbar .sale_navbar_list {
	width: 1170px;
	margin: 0 auto;
}
.sale_page .sale_navbar a {
	display: block;
	width: 185px;
	float: left;
	padding: 1rem 0;
	color: #b90204;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.sale_page .sale_navbar a.active {
	background-color: #ff4c52;
	color: #fff;
}
.sale_page .sale_hierarchies {
	max-width: 1366px; 
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
    background-size: cover;
}
.sale_page .sale_hierarchies .container { max-width: 1182px; }
.sale_page .sale_hierarchies img { max-width: 381px; }
.sale_page .sale_hierarchies a { color: #020202; letter-spacing: 1px; font-size: 1rem; }
.sale_page .sale_hierarchies .tvsn-hover-link:hover {
	color: #96070b;
	opacity: 1;
}
.sale_page .sale_hierarchies .tvsn-inline-menu:hover {
	background-color: rgba(255, 255, 255, 0.5);
} 
.sale_page .sale_hierarchies .tvsn-inline-menu { 
	position: absolute;
    left: 21%;
    top: 79%;
    height: 11%;
    width: 61%;
    border-radius: 4px;
}
.sale_page .sale_hierarchies .row > div:nth-child(2) .tvsn-inline-menu { left: 18.7%; }
.sale_page .sale_hierarchies .row > div:nth-child(3) .tvsn-inline-menu { left: 23.5%; }
.sale_page .sale_hierarchies .row > div:nth-child(5) .tvsn-inline-menu { left: 18.7%; }
.sale_page .sale_hierarchies .row > div:nth-child(6) .tvsn-inline-menu { left: 23.4%; }

.sale_page .sale_hierarchies a, .sale_page .sale_hierarchies .sale_one_cell img {
	/* max-width: none; */
}
.sale_page .sale_list_title {
	color: #96070b;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
}

.sale_page a, .sale_page a:link, .sale_page a:visited {
	color:#020202;
	text-decoration: none;
}



.sale_page a.tvsn-hover-link:hover {
	opacity: .7;
}

.sale_page .bg-col {
	background-color: #edebeb;
}

.sale_page .center {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.sale_page .hover:hover {
	opacity: 0.7;
}

.sale_page .shop_link {
	text-align: center;
	background-color: #a7001b;
	margin: 0 auto;
}
.sale_page .shop_link span {
	font-style: italic;
}
.sale_page .shop_link a {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}

.text-underline {
	text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
	.sale_page .sale_spotlight_big_brand_sale,
	.sale_page.sale_spotlight_fashion_frenzy, 
	.sale_page .sale_spotlight_jewellery_heist {
		display: none !important;
	}

	.sale_page .sale_top_banner .gift_box {
		bottom: 38.5%;
		width: 26.8%;
		height: 6.7%;
	}
	.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(1) { left: 6.7%; }
	.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(2) { left: 36.5%; }
	.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(3) { left: 6.7%; bottom: 28.2%; }
	.sale_page .sale_top_banner .gift_box_wrap .gift_box:nth-child(4) { left: 36.5%; bottom: 28.2%; }
}
@media only screen and (max-width:1170px) {
	.sale_page .sale_navbar .sale_navbar_list { max-width: 992px; }
	.sale_page .sale_navbar a { font-size: 0.9rem; letter-spacing: 1px; width: 152px; }
}
@media only screen and (max-width:575px) {
	.sale_page .sale_navbar.sale_navbar_mobile a { width: 130px; font-size: 0.7rem; letter-spacing: normal; }
}
@media only screen and (max-width:420px) {
	.sale_page .sale_navbar.sale_navbar_mobile a { width: 120px; }
}
@media only screen and (max-width:385px) {
	.sale_page .sale_navbar.sale_navbar_mobile a { width: 110px; }
}
@media only screen and (max-width: 350px) {
	.sale_page .sale_navbar.sale_navbar_mobile a { width: 100px; }
}