/*--
font-family: 'Open+Sans:400';
font-family: 'Open+Sans:600';
font-family: 'Open+Sans:700';


--*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');


.HighestScore{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.HighestScore li{
	float: left;
	width: 29%;
	padding: 0px 0px;
	text-align: center;
}
.HighestScore li:nth-child(2){
	width: 31% !important;
}
.HighestScore li:nth-child(3){
	width: 18% !important;
}
.HighestScore li > span:first-child{
	display: inline-block !important;
	color: #ffcd00 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	padding: 0px 0px 0px !important;
}
.HighestScore li > span{
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
	font-size: 12px;
	
}
.HighestScore li:first-child{
	width: 47% !important;
	padding: 10px 0px !important;
	
}
.pnlOut{
	display: inline-block;
	position: relative;
   bottom: -25px;
}
.pnlSix{
	display: inline-block;
	position: relative;
   bottom: -25px;
	
}
.pnlFour{
	display: inline-block;
	position: relative;
   bottom: -25px;
	
}
 .pnlBringIt{
	display: inline-block;
	 position: relative;
    bottom: -25px;
	
}
.ScoreTitleBorad{
	width: 95%;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #ff0031;
	padding: 16px 0px;
	display: inline-block;
	}
.ScoreTitleBorad > ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.ScoreTitleBorad > ul > li{
	float: left;
	width: 29%;
}
.ScoreTitleBorad > ul > li:first-child{
	width: 36% !important;
	border-right: 4px solid #fff;
}
.ScoreTitleBorad > ul > li:first-child > span:first-child{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.ScoreTitleBorad > ul > li:first-child > span:nth-child(2){
	display: inline-block;
	color: #fff;
	font-size: 85px;
	font-weight: bold;
	line-height: 68px;
}
.ScoreTitleBorad > ul > li:nth-child(2) > span:first-child, .ScoreTitleBorad > ul > li:nth-child(3) > span:first-child{
	display: block;
	color: #ffffff;
	font-size: 13px;
	text-transform: capitalize;
	padding: 12px 0px 10px 0px;
}
.ScoreTitleBorad > ul > li:nth-child(2) > span:nth-child(2), .ScoreTitleBorad > ul > li:nth-child(3) > span:nth-child(2){
	display: inline-block;
	width: 100%;
}
.ScoreTitleBorad > ul > li:nth-child(2) > span:nth-child(2) > span:first-child, .ScoreTitleBorad > ul > li:nth-child(3) > span:nth-child(2) > span:first-child{
	display: inline-block;
	padding-right: 5px;
	color: #fff;
	font-size: 19px;
	
}
.ScoreTitleBorad > ul > li:nth-child(2) > span:nth-child(2) > span:first-child >img, .ScoreTitleBorad > ul > li:nth-child(3) > span:nth-child(2) > span:first-child >img{
	display: inline-block;
	position: relative;
	top: 5px;
	
}
.ScoreTitleBorad > ul > li:nth-child(2) > span:nth-child(2) > span:nth-child(2), .ScoreTitleBorad > ul > li:nth-child(3) > span:nth-child(2) > span:nth-child(2){
	display: inline-block;
	background-color: #fff;
	padding: 2px 0px;
	color: #000;
	border-radius: 3px;
	width: 37%;
	font-size: 16px;
}
.ScoreTitle{
	width: 45%;
	margin: 0 auto;
	border-left:3px solid #ff0031;
	border-right:3px solid #ff0031;
	padding: 6px 0px;
	color: #fff;
	font-size: 19px;
}
.pnlTCbtn{
	margin: 0 auto;
	text-align: center;
	background-color: #ff0031;
	width: 100%;
	border:2px solid #ff0031;
	padding: 3px 0px;
	
}
.pnlTCbtn > a{
	display: inline-block;
color: #fff;
text-transform: uppercase;
font-size: 20px;
padding: 2px 35px;
border-radius: 7px;
border: 1px solid #fff;

}
.pnlCongrats{
	display: inline-block;
	width: 100%;
	text-align: center;
	
}
.pnlCongrats > span:first-child{
	display: inline-block;
	color: #fff;
	width: 100%;
	font-size: 20px;
	font-weight: bold;	
}
.pnlCongrats > span:nth-child(2){
	font-size: 14px;
	color: #fff;
	display: block;
}
.pnlCongrats > span:nth-child(3){
	font-size: 85px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.pnlCongrats > span:nth-child(4){
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.pnlCongrats > span:nth-child(5){
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.figImages{
	display: inline-block;
	width: 100%;
}
#scoreMain{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
#scoreMain > span{
	display: inline-block;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	
}
#scoreMain > span > span{
	display: inline-block;
	color: #000;
	font-size: 90px;
	width: 100%;
	font-weight: bold;
}
.ReadMore {
    width: 85%;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
	margin-bottom: 15px;
}
.ReadMore > a, .ReadMore > a:hover, .ReadMore > a:visited, .ReadMore > a:focus {
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 0px;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: bold;
}
.TcContainer{
	width: 100%;
	margin: 0 auto;
	display: inline-block;	
	margin-top: 10px;
}
.TcContainer > span{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
}
.TcContainer > ul{
display: inline-block;
width: 85%;
margin: 0 auto;
list-style-type: decimal;
padding: 0;
}
.TcContainer > ul > li{
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding-bottom: 7px;
}
.pnlTC{
	width: 100%;
	display: inline-block;
}
.pnlTC > span{
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}
.pnlTC > ul{
	display: inline-block;
width: 85%;
margin: 0 auto;
list-style-type: decimal;
padding: 0;
	 
}
.pnlTC > ul > li{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-align: left;
	color: #fff;
}
.ScoreBook{
	width: 100%;
	display: inline-block;
	background-image:url(http://cdn.shopclues.com/images/banners/Work/IPLTest/mobile/bg_flipmobile.png);
	background-repeat: repeat;
	background-color: #183cae;
	padding: 20px 0px;
	}
.BottomSale > li > a > span:first-child{
	display: inline-block;
	background-color:transparent !important;
	
}
.BigSaleMiddle{
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding: 0;
	
}
.BigSaleMiddle li{
	display: inline-block;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.BigSaleMiddle li > a{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
}
.BigSaleMiddle li > a > span:first-child{
	display: inline-block;
	background-color: #eff2ee;
	
}
.BigSaleMiddle li > a > span:nth-child(2) > span:first-child{
	display: block;
	color: #000;
	font-size: 13px;
	padding-top: 7px;
	text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
}
.BigSaleMiddle li > a > span:nth-child(2) > span:nth-child(2){
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-overflow: ellipsis;
    overflow: hidden;
   white-space: nowrap;
}
.BigSaleMiddle li > a > span:first-child > img{
	max-width: 100%;
}
.BigSaleMiddle li > a > span:nth-child(3){
	display: inline-block;
	font-size: 12px;
	border:1px solid #000;
	border-radius: 7px;
	text-align: center;
	padding: 1px 10px;
	color: #000;
	margin-top: 6px;
}
.BigSaleMiddle li:nth-child(2n+2){
	margin-right: 0;
}
.BigSaleTop{
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.BigSaleTop li {
	display: inline-block;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.BigSaleTop li > a{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.BigSaleTop li > a > span:first-child{
	display: inline-block;
	width: 100%;
}
.BigSaleTop li > a > span:nth-child(2){
	display: inline-block;
	background-color: rgba(250, 250, 250, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-align: center;
	width: 90%;
	padding: 5px 0px;
}
.BigSaleTop li > a > span:nth-child(2) > span:first-child{
	display: block;
	color: #000;
	font-size: 13px;
}
.BigSaleTop li > a > span:nth-child(2) > span:nth-child(2){
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.BigSaleTop li > a > span:nth-child(3){
	display: none;
	
}
.BigSaleTop li > a > span:first-child > img{
	max-width: 100%;
}
.BigSaleTop li:nth-child(2n+2){
	margin-right: 0;
}
.subContainer{
width: 94%;
margin: 0 auto;
position: relative;
background-color: rgba(136, 83, 133, 0.5);
padding: 7px;
text-align: center;
}
.BigSaleContainer{
	background-color: #fefffe;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	
}
.pnlBestSelling{
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	width: 96%;
}

.pnlBestSelling li{
	display: inline-block;
width: 47%;
margin-right: 10px;
margin-bottom: 10px;
}
.pnlBestSelling li a{
	display: inline-block;
	text-align: center;
	overflow: hidden;
}
.pnlBestSelling li a > img{
	max-width: 100%;
}
.pnlBestSelling li a > span:nth-child(2){
	display: block;
	color: #000000;
	font-size: 13px;
	padding: 8px 0px 0px;
	
}
.pnlBestSelling li a > span:nth-child(3){
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	
}
.pnlBestSelling li:nth-child(2n+2){
	margin-right: 0;
}

.pnlBsetOffers{
	list-style: none;
	margin: 0 auto;
	display: inline-block;
	width: 96%;
	padding: 0;
}
.pnlBsetOffers li{
	float: left;
	width: 30%;
	margin-right: 10px;
}
.pnlBsetOffers li:last-child{
	margin-right: 0px;
}
.pnlBsetOffers li a{
	display: inline-block;
	text-align: center;
}
.pnlBsetOffers li a > img{
	max-width: 100%;
}


.pnlHeading {
	width: 100%;
	margin: 0px 0px 10px 0px;
	position: relative;
	margin-bottom: 111px;
	
}

.pnlHeading > span {
display: inline-block;
font-size: 18px;
font-weight: bold;
background-position: left 18px;
background-repeat: repeat-x;
padding: 0px 15px;
color: #000;
	text-transform: uppercase;

}



.lstUpcoming li a{
	pointer-events: none;
	
}
.MarginBottom20{
	margin-bottom: 22px;
	
}
.MarginBottom10{
	margin-bottom: 10px;
}

body, html{
	margin:0px;
	padding:0px;
}


.ddContaainer{
	overflow:hidden;
	display:inline-block;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	background-color:#381652;
	position:relative;
}
.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;
	text-align: center;
}


.text-center{
text-align:center;
}
a, a:hover, a:focus, a:visited, a:active{
	outline:none;
	text-decoration:none;
}



.StockOut a{
	pointer-events:none;
}
.StockOut a:before{
		background-image:url(http://cdn.shopclues.com/images/banners/Work/HighVoltageSale/nov16/img_knocked_out.png);
	background-repeat:no-repeat;
	content:'';
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-position:center center;
	background-size:100%;
}



.pnlNavigation{
	position:relative;
	display:inline-block;
	width:100%;
	text-align: center;
}

.fxdNav{
	position:fixed !important;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	box-shadow: 0px 2px 3px #ccc;
	background-color: #fff;
}


