@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
* {
	box-sizing: border-box
}
body, html {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.MainContaainer {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
	box-sizing: border-box
}
.text-center {
	text-align: center;
}
.Margin10 {
	margin-bottom: 10px;
}
.Margin20 {
	margin-bottom: 20px;
}
.Margin30 {
	margin-bottom: 30px;
}
.Margin50 {
	margin-bottom: 50px;
}
.Margin60 {
	margin-bottom: 60px;
}
.Margin70 {
	margin-bottom: 70px;
}
a, a:hover, a:focus, a:visited, a:active {
	outline: none;
	text-decoration: none;
}
.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;
}
.hidethis {
	opacity: 0;
}
.pnlZ {
	z-index: -999 !important;
}
.pnlright {
	float: right;
	width: 66%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	bottom: 13px;
}
/*.pnlPostition{
	position:absolute;
	width:70%;
	bottom:70px;
	left:0px;
}*/



.PnlBigsale {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
  display: flex;
 flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	text-align: center
}
.PnlBigsale li {
  width: 33.33%;
  display: inline-block;
  box-sizing: border-box;
	 
}
.PnlBigsale li > a {
    display: inline-block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0;
	width: 100%;
}
.PnlBigsale li > a div > span:first-child {
    width: 100%;
	position: relative;
	margin: 0px auto;
	text-align: center;
}
.PnlBigsale li > a div > span:first-child > img {
    max-width: 100%;
	max-height: 70px;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
}

.PnlBigsale li > a div.infoPidDiv > span:nth-child(2) {
	margin: 0px auto;
	font-size: 12px;
	font-weight: normal;
	color: #757575;
	min-height: 32px;
	padding: 4px 0px;
	text-align: center;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
	text-transform: capitalize;
}

.PnlBigsale li > a div.infoPidDiv > span:nth-child(3), 
.PnlBigsale li > a div.infoPidDiv > span:nth-child(4), 
.PnlBigsale li > a div.infoPidDiv > span:nth-child(5) {
  display: none;
}



.txtHeading {
	display: inline-block;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
	width: 100%;
	margin:12px 0px 8px 0px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 5px 8px;

}
.txtHeading > a {
	font-size: 10px;
	color: #6d6b6b;
	float: right;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	margin: 3px 16px 0px 0px;
}



/* Style the catretab */
.catretab {
    float: left;
    background-color: #f1f1f1;
    width: 30%;
	position: fixed;
	padding:0px 0px 2px;
	overflow-y: scroll;
    height: 100%;

}

/* Style the buttons inside the catretab */
.catretab a {
   display: block;
	color: black;
	padding: 6px 10px;
	width: 95%;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 1PX;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #FFF;
	background-color: #fff;
}

	.catretab a >span{
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	color: #757575;
	margin-top: 4px;

}
.catretab a > img {
	width: 35px;
	height: 35px;
	border: 1px solid #28beb7;
	border-radius: 50%;
	margin: 0px 5px 0px;
	position: relative;
	bottom: -1px;
}
	
/* Change background color of buttons on hover */
.catretab a:hover {
    background-color: #f5f5f5 !important;
}

/* Create an active/current "catretab button" class */
.catretab a.active {
   background-color: #f5f5f5 !important;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #25a2b4;
	color: #25a2b4 !important;
}

/* Style the catretab content */
.catretabcontent {
    float: right;
    padding: 0px 6px;
    width: 70%;
    border-left: none;
    
}
	

	.head_fix{
		position: relative;
		height: 62px;
	}
	.head_fix.sc_hgt{
		height: 110px;
	}
		.head_fix header{
			position: fixed;
		}
		

		
		.pnlleft{
			overflow-y: scroll !important;
height: 100% !important;
			
		}
		
		