 @import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@font-face {
  font-family: rupee;
  src: url(//cdn.shopclues.com/images/banners/Work/timesale/mobile/test/Indian_Rupee.ttf);
}
.rupee{font-family: rupee; font-style: normal;}
body, html {
  margin: 0px;
  padding: 0px;
}
.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%
}
.img-heading {
  display: inline-block;
  max-width: 70%
}
.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;
}
.MainContainer {
  display: block;
  width: 100%;
	font-family: 'Roboto', sans-serif;
  position: relative;
  text-align: center;
  
  max-width: 1136px;
	margin: 0 auto;
}
.MainContainer *{
	box-sizing: border-box;
}
.subMainContainer{
	display: inline-block;
	width: 100%;
	background-color: #fff;
}

.hoyrlydealBg {
  background: #440657;
  display: block;
  width: 100%;
  border-radius: 8px;
	box-sizing: border-box;
	padding: 8px 0px;
}


.hotdbg {
  width: 100%;
  margin: 55px auto 0;
  background: #fff;
}
.hotdbg > div {
  width: 100%;
  margin: 0px auto;
}


/*Navigation*/
.lstNav {
  margin: 18px 0 30px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.lstNav li {
  display: inline-block;
  margin: 0px 0;
}
.lstNav li a {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
	padding-bottom: 40px;
	width: 120px;
}

.lstNav li > a > div {
    border-radius: 9999px;
    width: 54px;
    outline: none;
    overflow: hidden;
	display: block;
	margin: 0 auto;
}
.lstNav li > a > span {
   text-align: center;
display: block;
font-size: 13px;
color: #000;
margin: 0 0px 0px;
font-weight: 400;
	position: absolute;
    top: 62px;
    width: 100%;
    left: 0;
}
.lstNav li > a > span > br{
	display: none;
}
.lstNav li > a.active > span{
	font-weight: 700;
}
.lstNav li a img {
  width: 100%;
}

/*Dhamaka Deal*/
.dhamakaBg {
  background-color: #fff;
  position: relative;
}
.pnlWhite {
  padding: 0 0px 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #fff;
	  border-radius: 8px;
	box-sizing: border-box;
	max-width: 940px;
	margin: 0 auto;

}

.lstProducts {
  margin: 0px;
  padding: 0px 5px;
  list-style-type: none;
}

.lstProducts li {
  display: block;
  margin: 0px 0 0px 0;
	padding: 5px 8px 17px;
  width: 25%;
  float: left;
}
.lstProducts li > a{
  display: block;
  text-align: left;
  position: relative;
  background-color: #fff;
  padding: 10px 5px 0px;
	
	border: solid 1px #DBDADA;
	border-radius: 9px;
	overflow: hidden;

}
.ingPidDiv{
	padding: 15px;
}
.infoPidDiv > span:nth-child(4){
	display: block;
    width: 100%;
    margin-bottom: 4px;
    float: left;
	padding: 0 5px;
}
.lstProducts li > a::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 1px solid #d4d2d2;
	bottom: 36px;
	left: 0px;
	
}

/*Only for special 6 PID*/
.pnlWhite *{
	box-sizing: border-box;
}
.merchantListsBox{position: relative;
	display: block;
padding: 0 0;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.verticle-merchantLists:before{
	content: '';
	position:absolute;
	top: 5px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #d5f6ea;
	border-radius: 15px;
	box-shadow: 0px 0px 8px 0px rgba(6, 87, 128, 0.3);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(6, 87, 128, 0.3);
}
.merchantListsBox .lstProducts.verticle-merchantLists li{
	margin: 0px 0 10px 0;
	width: 227px !important;
	padding: 5px 10px 17px;
}
.lstProducts.verticle-merchantLists{
	padding-left: 15px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a div.infoPidDiv > span:nth-child(2){
	margin: 0 0 8px;
	padding: 0 10px;
	height: 30px;
	    white-space: normal;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a div.infoPidDiv > span:nth-child(3){
	margin-bottom: 10px;
	padding: 0 10px;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a div.infoPidDiv > span:nth-child(3) > span:nth-child(2) {
    color: #009eee;
    font-weight: 700;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a div.infoPidDiv > span:nth-child(4){
	background-color: #d5f6ea;
    float: left;
    width: 100%;
	padding: 3px 10px;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a::after{
	bottom: 37px;
	border-top: 1px solid #b0e0eb;
}

.merchantListsBox .lstProducts.verticle-merchantLists li a {
    border: 2px solid #59bdf0;
    padding: 10px 0 0px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(40, 40, 40, 0.3);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(40, 40, 40, 0.3);
}

.merchantListsBox .lstProducts.verticle-merchantLists li > a .infoPidDiv{
	background-color: #d5f6ea;
	padding-top: 6px;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a div.infoPidDiv > span .newStock{
	color: #009eee;
	background-color: #fff;
	border-radius: 99px;
}
.merchantListsBox .lstProducts.verticle-merchantLists li .two_price{
	color: #6e6e6e;
}
.merchantListsBox .lstProducts.verticle-merchantLists li > a .infoPidDiv > span:nth-child(4){
	margin-bottom: 0;
}
.merchantListsBox button.slick-arrow.slick-prev,.merchantListsBox button.slick-arrow.slick-next{
	border-radius: 50%;
}
.merchantListsBox button.slick-arrow.slick-prev.slick-disabled,.merchantListsBox button.slick-arrow.slick-next.slick-disabled{
	opacity: 0.5;
	cursor: default;
}
.merchantListsBox button.slick-arrow{
	width: 44px;
	height: 44px;
	background-color: rgb(36, 163, 181);
}
.merchantListsBox button.slick-arrow:hover{
	background-color:  rgb(36, 163, 181);
}
button.slick-arrow.slick-prev{
	left: -40px;
}
button.slick-arrow.slick-next{
	right: -40px;
}
/*Only for special 6 PID End*/

.lstProducts li > a div > span:first-child {
  display: inline-block;
  background-color: #fff;
  padding: 2px;
}
.lstProducts li > a div > span:first-child > img {
  max-width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.lstProducts li > a div.infoPidDiv > span:nth-child(2) {
  display: block;
  margin: 7px 0px 6px;
  padding: 0px 5px;
  position: relative;
  font-size: 12px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(3) {
  display: inline-block;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
	margin-left: 4px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(3) {
     display: inline-block;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    margin-left: 4px;
    width: auto;
    margin-bottom: 0;
    position: absolute;
    top: 57%;
    bottom: 28px;
    vertical-align: middle;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
    left: 5px;
}
.lstProducts li .one_price{
  font-size: 14px;
  color: #000000;
  font-weight: 600;
	float: left;
    margin-right: 5px;
}
.lstProducts li .two_price{
  text-decoration: line-through;
  color: #bcbaba;
  font-size: 12px;
  display: inline-block;
  font-weight: 300;
	float: left;
	margin-top: 3px;
	margin-right:7px;
}

.lstProducts li > a div.infoPidDiv > span:nth-child(3) > span:nth-child(2) {
	color: #24a3b5;
	font-size: 12px;
	font-weight: 500;
	float: right;
	margin-top: 4px;

	margin-right: 10px;
}


.lstProducts li > a div.infoPidDiv > span .newStock{
	display: inline-block;
    margin: -2px 0 7px;
	padding: 2px 8px;
    text-transform: capitalize;
    font-size: 10px;
    float: right;
	color: #555555;
	background-color: #c3f0f2;
	border-radius: 1px;
}

.lstProducts li > a div.infoPidDiv > span:nth-child(4) > span:first-child{
	
font-size: 11px;
font-weight: 400;
color: #555555;
	float: left;

	
}

.lstProducts li > a div.infoPidDiv > span:nth-child(4) > span.newAmountCal{
color: #F56670;
font-size: 11px;
font-weight: 400;
text-align: right;
display: inline-block;
position: relative;
	float: right;
margin: 0px 5px 0px 0px;
	display: none;
	
}
.lstProducts li > a div.infoPidDiv > span:nth-child(6),.lstProducts li > a div.infoPidDiv > span:nth-child(7){
	
	display: block;
	font-size: 12px;
	color: #04BF4D;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(8) {
  color: #F56670;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
	position: relative;
	right: -114px;
top: -11px;
}
.disNone{
	display: none;
}

/*Stockout*/
.lstProducts li a.StockOut:before {
	  background-color: rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.lstProducts li a.StockOut:after{
	color: #dc0909;
    content: "Stock Out";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 44%;
    width: 100%;
    z-index: 7;
}

.lstProducts li a.StockOut {
	cursor: default !important;
}




.Margin10 {
  margin-bottom: 10px;
}
.Margin20 {
  margin-bottom: 20px;
}
.Margin30 {
  margin-bottom: 30px;
}
.Margin40 {
  margin-bottom: 40px;
}
.Margin50 {
  margin-bottom: 50px;
}

.viewPnl {
  position: relative;
  width: 100%;
}
.viewPnl:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #000;
  left: 0;
  top: 12px;
}
.btnViewAll, .btnViewAll:focus, .btnViewAll:visited, .btnViewAll:active {
  background-color: #009746 !important;
  display: inline-block;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 2px 0px !important;
  text-align: center;
  color: #fff !important;
  position: relative;
  width: 23% !important;
  border-radius: 20px;
}


/*For horizontal view*/

/*	
.scrollToTop{
    width:46px; 
	border-radius: 999px;
	overflow: hidden;
    padding:0; 
    text-align:center; 
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:60px;
    right:20px;
    display:none;
}


.scrollToTop:hover{
    text-decoration:none;
}*/
	.tabNavTs{
		list-style: none;
		padding: 0 5px;
		margin: -9px auto 20px;
		box-sizing: border-box;
		width: 100%;
		max-width: 450px;
	}
	.tabNavTs *{box-sizing: border-box;}
	.tabNavTs li{
		width: 33.33%;
		float: left;padding: 0 3px;
	}
	
	.tabNavTs li a{
		color: #828282;
		background-color: #d7d7d7;
		font-weight: 300;
		font-size: 20px;
		height: 32px;
		line-height: 32px;
		width: 100%;
		display: block;
		border-radius: 0 0 5px 5px;
	}
	.tabNavTs li.active a{
		background-color: #fc433e;
		color: #fff;
		font-weight: 600;
	}
	.onsaletext{
		display: none;
	}
	.lstProducts.horizontal-view{
		white-space: none;
		overflow: visible;
		padding: 0px 0;
	}	
	.lstProducts.horizontal-view li{
		float: left;
		width: 100%;
		padding: 0;
		margin: 0 0 0 0;
		display: block;
		box-sizing: border-box;
	}
	.lstProducts.horizontal-view li:nth-child(1) > a{border-top: solid 1px #DBDADA;}
	.lstProducts.horizontal-view li > a{
		padding: 0 0 0 0;
		border: none;
		border-bottom: solid 2px #DBDADA;
		border-radius: 0;
	}
	.lstProducts.horizontal-view li > a div.ingPidDiv{
		width: 34%;
		float: left;
    }
	.lstProducts.horizontal-view li > a div.infoPidDiv{
		width: 66%;
		float: left;
		background: #fafafa;
		position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    }
	.lstProducts.horizontal-view li > a::after{
		display: none;
	}
	.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(2){
		height: 42px;
		margin: 7px 0px 10px 5px;
		white-space: normal;
		font-size: 12px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
.lstProducts.horizontal-view li .one_price,.lstProducts.horizontal-view li .two_price{margin-right: 6px;}
.lstProducts.horizontal-view li .one_price{
	font-weight: 600;
	font-size: 14px;
}
.lstProducts.horizontal-view li .two_price{
	font-size: 12px;
	color: #d1d1d1;
	font-weight: 300;
	margin-top: 2px;
}
.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(3) > span:nth-child(2){
	position: static;
	margin-left: 0;
	font-size: 12px;
	float: right;
	margin-top: 4px;
}
	.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(4){
		position: absolute;
		left: 0;
		right: 8px;
		bottom: 0;
		padding: 9px 2px 5px 10px;
		border-top:1px solid #e8e8e8;
	}
	.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(4) > span:first-child{
		margin-top: -2px;
        margin-bottom: 11px;
	}
	
.viewBtnDiv{
	position: relative;
    float: left;
    width: 100%;
    height: 34px;
}
.toggleViewVH {
    position: absolute;
    top: 5px;
    right: 0px;
}
.toggleViewVH ul{
	list-style-type: none;
	margin: 0 0;
	padding: 4px;
	float: left;
}
.horizontalViewAction ul{padding: 4px 4px;}
.verticalViewAction ul{padding: 3px 4px;}
.horizontalViewAction,.verticalViewAction{
	border:1px solid #f1f1f1;
	float: left;
	margin-right:6px;
}
.smallSqureAction{
	display: block;
	float: left;
	width: 3px;
	height: 2px;
	margin: 1px 2px 1px 1px;
}
.longRectAction{
	display: block;
	float: left;
	width: 9px;
	height: 2px;
	margin: 1px;
}
.bigSqureAction{
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	margin: 1px 1px;
}
.smallSqureAction,.longRectAction,.bigSqureAction{
	background-color: #f1f1f1;
}
.toggleViewVH .active ul .smallSqureAction,
.toggleViewVH .active ul .longRectAction,
.toggleViewVH .active ul .bigSqureAction{
	background-color: #9f9f9f;
}
.toggleViewVH div.active{
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}
@media screen and (max-width:480px){
	.lstProducts.horizontal-view li > a div.ingPidDiv{
	   width: 32%;
		text-align: center;
	}
	.lstProducts.horizontal-view li > a div.infoPidDiv{
		width: 68%;
	}
	.lstProducts li > a div.infoPidDiv > span .newStock{
		font-size: 11px;
	}
	.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(4) > span:first-child{
		font-size: 12px;
	}
}
@media screen and (max-width:400px){
	.lstProducts.horizontal-view li > a div.ingPidDiv{
	   width: 35%;
	}
	.lstProducts.horizontal-view li > a div.infoPidDiv{
		width: 65%;
	}
}