@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

body, html {
	margin: 0px;
	padding: 0px;
}
.ubContainer {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

.text-center {
	text-align: center;
}
a, a:hover, a:focus, a:visited, a:active {
	outline: none;
	text-decoration: none;
}
.img-responsive {
	display: inline-block;
	max-width: 100%
}
.row {
	margin: 0 auto;
	display: inline-block !important;
	width: 100% !important;
}
.col-xs-12 {
	padding: 0px;
	display: inline-block;
	width: 100%;
	clear: both;
}
.Margin80 {
	margin-bottom: 80px;
}
.Margin60 {
	margin-bottom: 60px;
}
.col-xs-6 {
	width: 50%;
	float: left;
}
.bkglst {
    list-style-type: none;
    margin: -11px auto 0;
    padding: 0;
    width: 97%;
}
.bkglst > li {
    display: inline-block;
    position: relative;
    width: 100%;
}
.bkglst > li:nth-child(2n) {
    background-color: #fff;
}
.bkglst > li:nth-child(2n+1) {
    background-color: #fff;
}

.lstBigSale {
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	width: 98%;
}
.lstBigSale li {
	display: inline-block;
	float: left;
	margin: 0 6px 8px 0;
	width: 49%;
	padding:5px 0;
	background-color: #ffd401;
}
.lstBigSale li:nth-child(2n+2) {
	margin-right:0;
}
.lstBigSale li a, .lstBigSale li a:hover, .lstBigSale li a:active, .lstBigSale li a:focus, .lstBigSale li a:visited {
	display: block;
	text-align: center;
	padding: 5px;
	outline: none;
	text-decoration: none;
}
.lstBigSale li a> img {
	max-width: 100%;
	display: none;
}

.lstBigSale li a > i:nth-child(2){
    border: 0 solid #000;
    display: none;
    height: 17px;
    width: 70%;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png") no-repeat;
	float: left;
	background-size: 119px;
	
}
.lstBigSale li a > span:nth-child(3) {
	display: none;
	text-align: center;
	margin: 5px 0px;
	width:100%;
}
.lstBigSale li a > span:nth-child(3) > span:first-child {
	font-size: 12px;
	color: #434444;
	text-decoration: line-through;
	opacity: 0.6;
	display: inline-block;
	margin-right: 5px;
}
.lstBigSale li a > span:nth-child(3) > span:nth-child(2) {
	font-size: 16px;
	color: #d01d0a;
	font-weight: 500;
}
.lstBigSale li a > span:nth-child(4) {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.lstBigSale li a > span:nth-child(5) {
	border: 1px solid #000;
    border-radius: 15px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    padding: 2px 7px;
    text-transform: capitalize;
}
/*-----*/
.lstProduct {
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	width: 98%;
}
.lstProduct li {
	display: inline-block;
	float: left;
	margin: 0 6px 8px 0;
	width: 49%;
	background-color: #ececec;
}
.lstProduct li:nth-child(2n+2) {
	margin-right:0;
}
.lstProduct li a, .lstProduct li a:hover, .lstProduct li a:active, .lstProduct li a:focus, .lstProduct li a:visited {
	display: block;
	text-align: center;
	padding: 5px;
	outline: none;
	text-decoration: none;
}
.lstProduct li a> img {
	max-width: 100%;
}

.lstProduct li a > i:nth-child(2){
    border: 0 solid #000;
    display: inline-block;
    height: 17px;
    width: 70%;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png") no-repeat;
	float: left;
	background-size: 119px;
	
}
.lstProduct li a > span:nth-child(3) {
	display: inline-block;
	text-align: center;
	margin: 5px 0px;
	width:100%;
}
.lstProduct li a > span:nth-child(3) > span:first-child {
	font-size: 12px;
	color: #434444;
	text-decoration: line-through;
	opacity: 0.6;
	display: inline-block;
	margin-right: 5px;
}
.lstProduct li a > span:nth-child(3) > span:nth-child(2) {
	font-size: 16px;
	color: #d01d0a;
	font-weight: 600;
}
.lstProduct li a > span:nth-child(4) {
	display: block;
	font-size: 13px;
	color: #4f4f4f;
	margin: 5px 0px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lstProduct li a > span:nth-child(5) {
	display: none;
	text-align: left;
	padding-bottom: 20px;
}

.pnlclock {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
}
.pnlclock > span {
	top:7px;
}
.pnlclock > span:nth-child(2)::before {
    color: #fff;
    content: ":";
    font-size: 32px;
    left: -23px;
    position: absolute;
    top: -7px;
}
.pnlclock > span:nth-child(3)::before {
    color: #fff;
    content: ":";
    font-size: 32px;
    left: -27px;
    position: absolute;
    top: -7px;
}
.pnlclock > span:first-child::after {
    color: #fff;
    content: "Hrs";
    display: block;
    font-size: 11px;
    margin: -5px 0 0 3px;
}
.pnlclock > span:nth-child(2)::after {
    color: #fff;
    content: "Min";
    display: block;
    font-size: 11px;
    margin: -5px 0 0 -7px;
}
.pnlclock > span:nth-child(3)::after {
    color: #fff;
    content: "Sec";
    display: block;
    font-size: 11px;
    margin: -5px 0 0 -4px;
}
.txtHour {
    left: 13px;
    position: absolute;
}
.txtMinute {
    left: 75px;
    position: absolute;
}
.txtSecond {
    position: absolute;
    right: 15px;
}
.flashTimer {
    background-image: url("https://cdn.shopclues.com/images/banners/Work/crazydeal/July17/timmer_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 63px;
    position: relative;
    text-align: center;
    width: 185px;
		margin-bottom: 10px;
}

