.timmerbg {
	background-repeat: no-repeat;
	position: relative;
	display: block;
	text-align: center;
	margin: 0px auto;
}
.lineborder {
	display: inline-block;
	width: 324px;
	margin: 0 auto;
	border-top: 1px solid #000;
	height: 1px;
}
.pnlclock {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	position: absolute;
	width: 170px;
	margin-left: -102px;
	padding-top: 6px;
}
.pnlclock > span:nth-child(2):before {
	color: #fff;
	content: ":";
	font-size: 38px;
	left: -19px;
	position: absolute;
	top: -10px;
}
.pnlclock > span:nth-child(3):before {
	color: #fff;
	content: ":";
	font-size: 38px;
	left: -19px;
	position: absolute;
	top: -10px;
}
.pnlclock > span:first-child:after {
	content: 'Hrs';
	font-size: 13px;
	display: block;
	margin: -5px 0 0 3px;
	color: #fff;
}
.pnlclock > span:nth-child(2):after {
	content: 'Min';
	font-size: 13px;
	display: block;
	margin: -5px 0 0 -7px;
	color: #fff;
}
.pnlclock > span:nth-child(3):after {
	content: 'Sec';
	font-size: 13px;
	display: block;
	margin: -5px 0 0 -4px;
	color: #fff;
}
.txtHour {
	left: 14px;
	position: absolute;
}
.txtMinute {
	left: 84px;
	position: absolute;
}
.txtSecond {
	position: absolute;
	right: -19px;
}
.flashTimer {
	display: inline-block;
	position: relative;
	text-align: center;
	background-image: url("https://cdn.shopclues.com/images/banners/Work/crazydeal/July17/timmer_bg.png");
	width: 231px;
	height: 71px;
}
.subContainer {
	width: 1200px;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}


.lstBigSale {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	min-height: 380px;
}
.lstBigSale li:nth-child(4n+4) {
	margin-right: 0px;
}
.lstBigSale li {
    border-radius: 15px;
    float: left;
    margin: 30px 30px 0 0;
    position: relative;
    width: 277px;
}
.lstBigSale li a:hover {

	background-color: #ffd401;
}
.lstBigSale li a {
	 background-color: #efefef;
	 	padding:22px 0;
    display: inline-block;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    width: 100%;
    z-index: 3;
		transition: all 0.3s ease-in-out;
}
.lstBigSale li a > div {

    display: inline-block;
    overflow: hidden;
    width: 93%;
}
.lstBigSale li a > div > img {
	width: 250px;
	height: 200px;
	display: none;
}
.lstBigSale li a > div > i:nth-child(2){
    border: 0 solid #000;
    display: none;
    height: 21px;
    width: 75px;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png") no-repeat scroll 0 0 / 150px auto;
	float: left;
	margin-left: 5px;	
}
.lstBigSale li a > div > span:nth-child(3) {
	display: none;
	text-align: center;
	margin: 25px 0px 15px 0px;
}
.lstBigSale li a > div > span:nth-child(3) > span:first-child {
	font-size: 13px;
	color: #434444;
	text-decoration: line-through;
	opacity: 0.6;
	display: inline-block;
	margin-right: 6px;
}
.lstBigSale li a > div > span:nth-child(3) > span:nth-child(2) {
	font-size: 20px;
	color: #d01d0a;
	font-weight: 600;
}
.lstBigSale li a > div > span:nth-child(4) {
	display: block;
	width:90%;
	font-size: 20px;
	color: #000;
	overflow: hidden;
	margin: 5px auto 10px;
	text-align: center;
}
.lstBigSale li a > div > span:nth-child(5) {
		border: 1px solid #000;
    border-radius: 15px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 2px 13px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

/*-----*/
.lstProduct {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	min-height: 380px;
}
.lstProduct li:nth-child(4n+4) {
	margin-right: 0px;
}
.lstProduct li {
    border-radius: 15px;
    float: left;
    margin: 30px 30px 0 0;
    position: relative;
    width: 277px;
}
.lstProduct li a::before {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    left: 116px;
    padding: 3px 0;
    position: absolute;
    top: 13px;
    width: 35px;
}
.lstProduct li a::after {
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.6) inset;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lstProduct li a:hover {

	background-color: #fcba45;
}
.lstProduct li a {
	 background-color: #fbd797;
    border-radius: 15px;
    display: inline-block;
    outline: medium none;
    overflow: hidden;
    padding: 31px 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    width: 100%;
    z-index: 3;
		transition: all 0.3s ease-in-out;
}
.lstProduct li a > div {
	background-color: #fff;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    padding: 15px 0 0;
    width: 93%;
}
.lstProduct li a > div > img {
	width: 250px;
	height: 200px;
}
.lstProduct li a > div > i:nth-child(2){
    border: 0 solid #000;
    display: inline-block;
    height: 21px;
    width: 75px;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png") no-repeat scroll 0 0 / 150px auto;
	float: left;
	margin-left: 5px;	
}
.lstProduct li a > div > span:nth-child(3) {
	display: block;
	text-align: center;
	margin: 25px 0px 15px 0px;
}
.lstProduct li a > div > span:nth-child(3) > span:first-child {
	font-size: 13px;
	color: #434444;
	text-decoration: line-through;
	opacity: 0.6;
	display: inline-block;
	margin-right: 6px;
}
.lstProduct li a > div > span:nth-child(3) > span:nth-child(2) {
	font-size: 20px;
	color: #d01d0a;
	font-weight: 600;
}
.lstProduct li a > div > span:nth-child(4) {
	display: block;
	width:90%;
	font-size: 12px;
	color: #4f4f4f;
	height: 50px;
	overflow: hidden;
	margin: 5px auto;
	text-align: center;
}
.lstProduct li a > div > span:nth-child(5) {
	display: none;
	width: 75px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 15px
}
