@charset "utf-8";

.lstProducts {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.lstProducts li:nth-child(4n+4){
	margin-right: 0 !important; 
}

.lstProducts li {
    float: left;
    width: 250px;
    margin: 0px 31px 24px 0px;
}
.lstProducts li a {
    display: block;
    position: relative;
    border: solid 1px #d1d1d1;
    padding: 5px;
    text-align: center;
}
.lstProducts li a > img {
    width: 200px;
    height: 200px;
}

.lstProducts li a > i:nth-child(2){
    border: 0 solid #000;
    display: inline-block;
    height: 21px;
    width: 75px;
	text-align: left;
	background: url("https://cdn.shopclues.com/images/ui/all_bages_sprite.png") no-repeat scroll 0 0 / 150px auto;
	float: left;
	
}
.lstProducts li a > span:nth-child(3) {
    display: inline-block;
		width: 100%;
    margin: 5px 0px;
    padding: 0px 5px;
    text-align: left;
}
.lstProducts li a > span:nth-child(3) > span:first-child {
    font-size: 12px;
    color: #000000;
    text-decoration: line-through;
    opacity: 0.6;
    display: inline-block;
    margin-right: 3px;
}
.lstProducts li a > span:nth-child(3) > span:nth-child(2) {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.lstProducts li a > span:nth-child(4) {
    display: block;
    text-align: left;
    margin: 5px 0px;
    min-height: 60px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    padding: 0px 5px;
}
.lstProducts li a > span:nth-child(5) {
    display: block;
    text-align: left;
    padding: 0px;
	margin-bottom: 2px;
}
.lstProducts li a > span:nth-child(5) > span {
    border: 1px solid #000;
    border-radius: 20px;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    padding: 3px 16px 4px;
    text-transform: capitalize;
}
.txtHeading {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.txtHeading > span {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.txtHeading > span:after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 4px;
    width: 70px;
    background-color: #000;
}

.subContainer{
	width: 1093px;
	margin:0 auto;
}
.MainContainer{
	width: 1326px;
	margin:0 auto;
}


