
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">


.hideSticker {
    opacity: 0 ;
}

.lstDiscountStore{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center
}
.lstDiscountStore li{
	display: inline-block;
	margin-right: 30px;
}

.jump{
	position: absolute;
	top: -120px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: -9999;
}


.lstNavTopOffer.fxdPanel{
	position: fixed !important;
	top: 150px;
}




.lstProducts .slick-next{
	right: -10px !important;
}
.lstProducts .slick-prev{
	left: -20px !important;
}


.lstProducts{
	height: 310px !important;
}
.lstProducts.slick-slider li{
	margin: 0px 10px 0px 0px !important;
}

.lstProducts{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lstProducts li{
	float: left;
	width: 244px;
	margin: 0px 12px 12px 0px;
}
.lstProducts li:nth-child(4n+4){
	margin-right: 0px;
}
.lstProducts li a{
	display: block;
	text-align: center;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	padding: 10px;
}
.lstProducts li a > img{
	width: 160px;
	height: 160px;
	display: inline-block;
}
.lstProducts li a > i:nth-child(2){
	 border: 0 solid #000;
    display: block;
    height: 21px;
    text-align: left;
    width: 75px;
	background-position: left;
	margin: 5px 0px;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png") no-repeat scroll 0 0 / 150px auto;
}
.lstProducts li a > span:nth-child(3){
	display: block;
	margin: 5px 0px;
}
.lstProducts li a > span:nth-child(3) > span:first-child{
	display: inline-block;
	margin-right: 5px;
	color: #4b4b4b;
	font-size: 14px;
	text-decoration: line-through;
}
.lstProducts li a > span:nth-child(3) > span:nth-child(2){
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}
.lstProducts li a > span:nth-child(4){
	display: block;
	margin: 5px 0px;
	color: #444444;
	font-size: 13px;
	min-height: 60px
}
.lstProducts li a > span:nth-child(5){
	display: none;
}

.lstProducts.lstTopOffer li a > span:nth-child(4){
	min-height: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lstProducts.lstTopOffer li a > span:nth-child(5){
	  color: #1bbac4;
    display: block;
    font-weight: 600;
    height: 35px;
    margin: 5px 0;
    overflow: hidden;
}


.txtHeading{
	display: inline-block;
	position: relative;
	width: 100%;
}
.txtHeading > span{
	 color: #414141;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.txtHeading > a{
	 background-color: #1ca2b2;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    position: absolute;
    right: 10px;
    top: 0;
}

.pnlGrey{
	background-color: #f3f3f3;
	border-radius: 8px;
	padding: 20px 20px 20px 25px; 
	display: inline-block;
	width: 100%;
	position: relative;
}

.pnlContainer{
	width: 1054px;
	margin:0px 0px 0px auto;
}

.fixedNow {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed !important;
    top: 78px !important;
    width: 100% !important;
    z-index: 106;
		padding-top:6px !important;
}
.pnlNavigation {
    height: 56px;
    margin: 0 auto;
    padding: 0 0 4px;
    position: relative;
    text-align: center;
    width: 100%;
}

.mainNav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.mainNav li{
	display: inline-block;
	margin-right:9px;
	text-align:center;
	width: 270px;
}

.mainNav li a{
	text-decoration:none;
	background-color: #fff;
    border: 1px solid #18a6b2;
    color: #000;
	display: inline-block;
  padding:8px 0;
	width: 100%;
	-webkit-transform: skew(-34deg);
	-moz-transform: skew(-34deg);
	 transform: skew(-34deg);
}
.mainNav li a:hover{
	background:#18a6b2;
	color:#fff;
}
.mainNav li a.active{
	background-color:#18a6b2 !important;
	color:#fff !important;
}
.mainNav li a span{
	font-size:20px;
	font-weight: 300;
	display:inline-block;
	-webkit-transform: skew(34deg);
	-moz-transform: skew(34deg);
	transform: skew(34deg);
}

.mainNav li:last-child{
	margin-right:0px;
}
.lstNav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lstNav li{
	margin-bottom: 15px;
}
.lstNav li a{
	display: block;
	color: #2a2a2a;
	font-size: 15px;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.lstNav li a:hover{
	color: #058fad;
}

.lstNav li a.current{
	color: #058fad !important;
	font-weight: 600;
}

.pnlNavBar{
	width: 256px;
	position: absolute;
	background-color: #f3f3f3;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 1px 1px 1px 1px #e6e6e6;
}

.pnlLeft{
	width: 256px;
	float: left;
	position: relative;
}
.pnlRight{
	width: 1070px;
	float: right;
}



.MainContainer{
	width: 1326px;
	margin: 0 auto;
}