@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:100,200,300,400,500,600,700');
body, html {
	margin: 0px;
	padding: 0px;
}
.MainContainer {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
}
.Margin10 {
	margin-bottom: 10px;
}
.Margin20 {
	margin-bottom: 20px;
}
.Margin30 {
	margin-bottom: 30px;
}
.Margin40 {
	margin-bottom: 40px;
}
.Margin50 {
	margin-bottom: 50px;
}
.Margin60 {
	margin-bottom: 60px;
}
.Margin70 {
	margin-bottom: 70px;
}
.Margin80 {
	margin-bottom: 80px;
}
.text-center {
	text-align: center;
}
a, a:hover, a:focus, a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
}
.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: block;
	width: 100%;
	clear: both;
}



/*Navgation*/

.NavContainer {
}
.fxdNav {
	position: fixed !important;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 10px 0px 3px;
}
.pnlNav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pnlNav > li {
	display: inline-block;
	margin:0px 8px 0px 0px;
	width: 25%;
	position: relative;
}
.pnlNav > li:last-child {
	margin-right: 0;
}
.pnlNav > li > a, .pnlNav > li > a:active, .pnlNav > li > a:focus, .pnlNav > li > a:visited {
	display: inline-block;
	border-radius: 50%;
	width: 70px;
	height:70px;
	outline: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: none !important;
	border: dotted 2px #b1dc65;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.pnlNav > li > a.active {
	background-image: none;
	color: #000;
	text-decoration: none !important;
	border: dotted 2px #b1dc65;
	border-radius: 50%;
	 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.pnlNav > li > a > img {
	margin-top:4px !important;
	max-width: 65% !important;
}
.pnlNav > li > a > span:nth-child(2) {
	display: block;
	margin: 5px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
}

/*Shop by color*/


.lstColor {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
.lstColor li {
	display: inline-block;
	margin: 0px 1px 10px 1px;
	width: 30%;
	text-align: center;
}
.lstColor li > a {
	display: block;
	position: relative;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	color: #313131;
	text-transform: uppercase;
}
.lstColor li > a > img {
	max-width: 100%;
}

.lstColor li > a > span:nth-child(3) {
	display: block;
	text-align: center;
}


.lstColor li > a > span:nth-child(3)> span:first-child {
	display: none;

}

.lstColor li > a > span:nth-child(3)> span:nth-child(2) {
	

}

/*Big Sale*/


.lstbigsale {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.lstbigsale li {
	display: inline-block;
	margin: 0px 3px 15px 3px;
	width: 47%;
}
.lstbigsale li > a {
	display: block;
	position: relative;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	

}
.lstbigsale li > a  img {
	max-width: 100%;
	border-radius: 4px;
}

.lstbigsale li a > span:nth-child(2) {
	border: dotted 2px #fde052;
	display: block;
	border-radius: 8px;
	padding: 5px;
	margin: 2px 0px 0px;
}
.lstbigsale li a > span:nth-child(2) > span:first-child {
	display: block;
	color: #6b1f86;
	font-size: 13px;
	font-family: 'IBM Plex Serif', serif;
}
.lstbigsale li a > span:nth-child(2) > span:nth-child(2) {
	display: block;
	color: #6b1f86;
	font-size: 15px;
	font-weight: 500;
	font-family: 'IBM Plex Serif', serif;
}
.lstbigsale li a > span:nth-child(2) > span:nth-child(3) {
	display: block;
	color: #6b1f86;
	font-size: 14px;
	font-weight: 700;
}
/*LookBook Store*/


.listlookbook {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	overflow-x: scroll;
}
.listlookbook li {
	display: inline-block;
	width: 100%;
}
.listlookbook li > a {
	display: block;
	position: relative;
	text-decoration: none;
}
.listlookbook li > a > img {
	max-width: 100%;
}


/*best deal*/
.listdeal {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.listdeal li {
	display: inline-block;
	width: 31%;
	margin: 0px 2px 0px 0px;
	text-align: center;
	
}
.listdeal li > a {
	display: block;
	position: relative;
	text-decoration: none;
}
.listdeal li > a img {
	max-width: 100%;
}




/*Product List*/
.lstProducts {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow-x: scroll;
	white-space: nowrap;

}
.lstProducts li {
	display: inline-block;
	margin: 0px 3px 10px 3px;
	width: 47%;
}
.lstProducts li > a {
	display: block;
	padding: 10px 5px 10px 5px;
	border: solid 1px #e8e8e8;
	position: relative;
	text-decoration: none;
	outline: none;
	background-color: #fff;
}
.lstProducts li > a  img {
	max-width: 100%;
}
.lstProducts li > a > i:nth-child(2) {
	border: 0 solid #000;
	height: 21px;
	width: 75px;
	text-align: left;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png");
	margin: 5px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: 120px;
}

.lstProducts li > a > span:nth-child(3) {
	font-size: 11px;
	color: #444444;
	margin: 0px;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.lstProducts li > a > span:nth-child(4) {
	display: block;
	text-align: center;
}
.lstProducts li > a > span:nth-child(4) > span:first-child {
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #4b4b4b;
	font-size: 12px;
}
.lstProducts li > a > span:nth-child(4) > span:nth-child(2) {
	color: #000;
	font-weight: 700;
	font-size: 14px;
}

.lstProducts li > a > span:nth-child(5) {
	color: #11a1b2;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	display: block;
}




.ws_exploremore {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	overflow-x: scroll;
}
.ws_exploremore li {
	display: inline-block;
	margin: 0px 0px 0px;

}
.ws_exploremore li > a {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
}
.ws_exploremore li > a > img {
	max-width: 100%;
}