body
{
	background-color:#C00;
	margin:0px;
}
.maindiv
{
    width: 100%;
    min-height: 100%;
    background-color: #F0F0F0;
    float: left;
}
	.topheaderdiv
	{
		width: 100%;
		height: 140px;
		background-color:#00d535;
		float: left;
	}
		.topheader-innerdiv
		{
			width: 94%;
			height: 120px;
			margin-left: 3%;
			margin-top: 5px;
			float: left;
		}
			.headerpartdiv1
			{
				width: 60%;
				height: 100%;
				margin-left: 10px;
				float: left;
			}
				.header-links
				{
					min-width: 50%;
					height: 100%;
					float: left;
				}
					.headerdiv-pic
					{
						height: 90px;
						width: 240px;
						margin-left: 0px;
						margin-top: 20px;
						padding-left: 7px;
						padding-right: 7px;
						border-radius: 15px;
						float: left;
					}
			.headerpartdivmenu
			{
				width: 35%;
				height: 100%;
				margin-right: 3px;
				float: right;
			}
				.header-menulinks
				{
					min-width: 120px;
					height: 90px;
					margin-right:20px;
					outline:none;
					float: left;
				}
					.headerdiv-menupic
					{
						height: 70px;
						width: 90px;
						margin-right: 10px;
						margin-top: 30px;
						float: right;
					}
				.header-addtocartlinks
				{
					width: 120px;
					height: 90px;
					margin-right: 10px;
					margin-top: 20px;
					float: right;
				}
					.headerdiv-addtocartpic
					{
						height: 70px;
						width: 80px;
						margin-top:10px;
						float: right;
					}
				.header-searchlinks
				{
					width: 120px;
					height: 90px;
					margin-right: 10px;
					margin-top: 20px;
					float: right;
				}
					.headerdiv-searchtpic
					{
						height: 80px;
						width: 90px;
						float: right;
					}
.alldiv
{
    width: 100%;
    float: left;
}
	.mainworkmidlediv
	{
		position: fixed;
		top: 140px;
		height: 92%;
		width: 100%;
		background-color: #F0F0F0;
		float: left;
	}
		.mobile-mainwork-innerdiv
		{
			height: 100%;
			width: 100%;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			background-color: #F0F0F0;
			float: left;
		}
			.leftmeanue-fullmaindiv
			{
				width: 100%;
				height: 99%;
				position: fixed;
				margin-left: -100%;
				float: left;
			}
				.leftmeanue-maindiv
				{
					width: 75%;
					height: 99%;
					background-color: white;
					overflow-x: scroll;
					overflow-y: scroll;
					position: fixed;
					overflow: auto;
					margin-top: 1px;
					float: left;
				}
					.leftmeanue-maininnerdiv
					{
						width: 100%;
						min-height: 100px;
						background-color: white;
						margin-top: -20px;
						margin-bottom: 10px;
						position: relative;
						overflow: visible;
						float: left;
					}
						.leftmenu-spmenu-taskbtn
						{
							width: 100%;
							border-top: 1px solid #EEEEEE;
							border-bottom: 2px solid #EEEEEE;
							border-left: 1px solid white;
							border-right: 1px solid white;
							height: 150px;
							background-color: white;
							outline: none;
							padding: 0px;
							text-decoration: none;
							float: left;
						}
							.leftmenu-spmenu-taskbtntext
							{
								font-size: 40px;
								line-height: 75px;
								font-weight: 700;
								color: #F16529;
								font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
								text-transform: uppercase;
								margin-top: 35px;
								text-align: center;
							}
						.leftmenu-freemargin
						{
							width: 100%;
							height: 100px;
							float: left;
						}
.divalign-all
{
    width: 100%;
    float: left;
}
.alldiv50
{
    width: 50%;
    float: left;
}
		.middlemargin-forindexdiv
		{
			width: 100%;
			min-height: 100%;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			float: left;
		}
			.middle-margin-subinnerdiv
			{
				width: 98%;
				min-height: 100%;
				margin-left: 1%;
				margin-top: 30px;
				margin-bottom: 50px;
				float: left;
			}
				
[aria-hidden="true"] {
    opacity: 0;
    position: absolute;
    z-index: -9999;
    pointer-events: none;
}

.mobile-mainwork-innerdiv::-webkit-scrollbar
{
    width: 2px;
    height: 4px;
}
.mobile-mainwork-innerdiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
    outline: 0px solid #F0F0F0;
    background-color: #FF00FF;
    outline: 0px solid #FF00FF;
}











.footeralldiv
{
    width: 100%;
    min-height: 320px;
    background-color: black;
    margin-top: 50px;
    margin-bottom: 0px;
    float: left;
}
	.footerall-innerdiv
	{
		width: 86%;
		min-height: 280px;
		margin-top: 30px;
		margin-left: 7%;
		float: left;
	}
		.footerallinner-topdiv
		{
			width: 100%;
			min-height: 260px;
			float: left;
		}
			.footerallinner-topleftdiv
			{
				width: 45%;
				min-height: 260px;
				float: left;
			}
				.footerallinner-toplefttext
				{
					color: #fff;
					font-size: 28px;
					font-weight: 500;
					margin-top: 0px;
					margin-bottom: 20px;
					text-align: left;
					text-decoration: none;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
					.footerallinner-toplefttext
					{
						color: #fff;
						font-size: 28px;
						font-weight: 500;
						margin-top: 0px;
						margin-bottom: 20px;
						text-align: left;
						text-decoration: none;
						font-family: 'Open Sans', sans-serif;
						float: left;
					}
					.footerallinner-topleftandoidimg
					{
						width: 280px;
						height: 100px;
						margin-top: 40px;
						float: left;
					}
			.footerallinner-toprightdiv
			{
				width: 40%;
				min-height: 260px;
				margin-bottom:10px;
				margin-left: 13%;
				float: left;
			}
				.footerallinner-toprighttext
				{
					width: 100%;
					color: #fff;
					font-size: 28px;
					font-weight: 700;
					text-align: left;
					margin-top: 0px;
					margin-bottom: 50px;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
				.footerallinner-topright-linktext
				{
					width: 98%;
					color: #fff;
					font-size: 28px;
					font-weight: 500;
					text-align: left;
					margin-top: 0px;
					margin-left: 2%;
					margin-bottom: 35px;
					text-align: left;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
				.footerallinner-topright-linktext
				{
					width: 98%;
					color: #fff;
					font-size: 28px;
					font-weight: 500;
					text-align: left;
					margin-top: 0px;
					margin-left: 2%;
					margin-bottom: 35px;
					text-align: left;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
				





#loginid
{
    display: block;
}
.loginnew-maindiv
{
    width: 100%;
    min-height: 100%;
	background-color:#F0F0F0;
    float: left;
}
	.loginnew-maininnerdiv
	{
		width: 100%;
		min-height: 500px;
		margin-top: 30px;
		margin-bottom: 30px;
		background-color: #F0F0F0;
		float: left;
	}
		.loginnew-mainbtndiv
		{
			width: 80%;
			min-height: 500px;
			margin-top: 50px;
			margin-bottom: 50px;
			padding-top: 50px;
			padding-bottom: 50px;
			border-radius: 10px;
			background-color: #FFF;
			margin-left: 10%;
			float: left;
		}
			.premote-loginbtndiv
			{
				width: 80%;
				height: 90px;
				margin-left: 10%;
				margin-top: 80px;
				margin-bottom: 30px;
				float: left;
			}
			.premote-divorimage
			{
				width: 70%;
				height: 90px;
				margin-left: 15%;
				float: left;
			}
				.premote-loginbtn
				{
					width: 100%;
					height: 88px;
					border: 1px solid #C3A62E;
					background-color: #C3A62E;
					font-size: 40px;
					font-weight: 700;
					color: #FFF;
					border-radius: 8px;
					cursor: pointer;
					outline: none;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: left;
				}
				.premote-signupbtn
				{
					width: 100%;
					height: 88px;
					border: 1px solid #FB8A13;
					background-color: #FB8A13;
					font-size: 40px;
					font-weight: 700;
					color: #FFF;
					border-radius: 8px;
					cursor: pointer;
					outline: none;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					float: left;
				}
								.mobilelogin-donthave-accouttext1
				{
					font-size: 24px;
					font-weight: 500;
					color: #333;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					text-align: right;
					margin-left: 35px;
					margin-right: 5px;
					margin-top: 0px;
					margin-bottom: 20px;
					text-decoration: none;
					float: left;
				}
				
				
				
				
#loginpopid
{
    display: none;
}
	.loginnew-subinnerdiv
	{
		width: 80%;
		min-height: 400px;
		margin-left: 10%;
		float: left;
	}
		.premote-selectperdiction-innermainheaderdiv
		{
			width: 100%;
			height: 100px;
			margin-bottom: 50px;
			float: left;
		}
			.loginnew-loginheaderdiv
			{
				width: 100%;
				height: 90px;
				background-color: #DEA0B5;
				border-radius: 7px;
				margin-bottom: 50px;
				margin-top: 30px;
				font-size: 40px;
				font-weight: 1000;
				color: #000;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
				.loginnew-loginheadertxt
				{
					font-size: 40px;
					font-weight: 1000;
					color: #000;
					margin-top: 17px;
					text-align: center;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				}
		.adddetail-headertextp
		{
			width: 95%;
			font-size: 27px;
			font-weight: 700;
			color: #000;
			text-align: left;
			margin-top: 20px;
			margin-bottom: 10px;
			margin-left: 2%;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
			.adddetail-headerredtext
			{
				font-size: 40px;
				font-weight: 700;
				color: #cc0000;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			}
		.mobilelogin-input
		{
			width: 94%;
			height: 90px;
			border: 2px solid #DDD;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			color: #333;
			font-size: 35px;
			text-align: left;
			padding-left: 3%;
			margin-top: 5px;
			margin-bottom: 50px;
			margin-left: 1%;
			border-radius: 7px;
			float: left;
		}
		.mobilelogin-submit
		{
			width: 450px;
			height: 90px;
			font-size: 40px;
			font-weight: 700;
			color: white;
			background-color: orange;
			border: 1px solid orange;
			border-radius: 8px;
			margin-top: 40px;
			margin-left: 1%;
			margin-bottom: 40px;
			cursor: pointer;
			outline: none;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
	.mobilelogin-forgetpasswordtext
	{
		font-size: 24px;
		font-weight: 500;
		color: #0087e0;
		font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
		text-align: right;
		margin-right: 35px;
		margin-top: 60px;
		margin-bottom: 60px;
		text-decoration: none;
		float: right;
	}
		.mobilelogin-donthave-accoutdiv
		{
			width: 100%;
			height: 180px;
			background-color: #F7F7F7;
			border-top: 2px solid gray;
			margin-bottom: -50px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			float: left;
		}
			.mobilelogin-donthave-centerdiv
			{
				width: 96%;
				height: 50px;
				margin-top: 80px;
				margin-left: 2%;
				float: left;
			}
				.mobilelogin-donthave-accouttext1
				{
					font-size: 24px;
					font-weight: 500;
					color: #333;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					text-align: right;
					margin-left: 35px;
					margin-right: 5px;
					margin-top: 0px;
					margin-bottom: 20px;
					text-decoration: none;
					float: left;
				}
				.mobilelogin-donthave-accoutlinktext1
				{
					font-size: 24px;
					font-weight: 500;
					color: #0087e0;
					font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
					text-align: right;
					margin-left: 0px;
					margin-right: 5px;
					margin-top: 0px;
					margin-bottom: 20px;
					text-decoration: underline;
					float: left;
				}
				
				
#signuppopid
{
    display: none;
}
		.adddetail-inputradio
		{
			width: 40px;
			height: 40px;
			border-radius: 20px;
			margin-bottom: 50px;
			background-color: #F9FEBC;
			margin-left: 1%;
			margin-top: 10px;
			float: left;
		}
			.adddetail-inputradiotext
			{
				font-size: 25px;
				color: #333;
				margin-top: 15px;
				margin-left: 15px;
				margin-right: 100px;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.mobilelogin-submit
			{
				width: 450px;
				height: 90px;
				font-size: 40px;
				font-weight: 700;
				color: white;
				background-color: orange;
				border: 1px solid orange;
				border-radius: 8px;
				margin-top: 40px;
				margin-left: 1%;
				margin-bottom: 40px;
				cursor: pointer;
				outline: none;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				float: left;
			}
			


#addphotopopid
{
    display: none;
}
	.loginnew-addprofilediv
	{
		width: 100%;
		min-height: 400px;
		float: left;
	}
		.profileinner-mainpic
		{
			height: 519.7824px;
			width: 519.7824px;
			border-radius: 259.8912px;
			border: 2px solid gray;
			margin-left: 0px;
			margin-bottom: 15px;
			float: left;
		}
		.loginnew-addprofile-uploaddiv
		{
			width: 200px;
			height: 50px;
			margin: 40px auto;
		}
		.loginnew-addprofile-skiplink
		{
			font-size: 25px;
			font-weight: 700;
			color: #FFF;
			background-color: #3578E5;
			border: 1px solid #3578E5;
			padding: 17px 30px;
			text-decoration: none;
			border-radius: 10px;
			margin-top: 10px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: right;
		}
		.loginnew-addprofile-donelink
		{
			font-size: 25px;
			font-weight: 700;
			color: #FFF;
			background-color: #FF6347;
			border: 1px solid #FF6347;
			padding: 17px 30px;
			text-decoration: none;
			border-radius: 10px;
			margin-top: 10px;
			margin-right: 60px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: right;
		}
		
		
		
		
		
		
		
		
		
		
		
#userbasicload
{
    display: block;
}		
.userframe-maindiv
{
    width: 100%;
    min-height: 900px;
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
}
	.userframe-maininnerdiv
	{
		width: 90%;
		min-height: 900px;
		margin-left: 5%;
		float: left;
	}
		.profile-maindiv
		{
			width: 100%;
			min-height: 500px;
			border-radius: 10px;
			background-color: white;
			box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
			float: left;
		}
		.profile-maininnerdiv
		{
			width: 90%;
			min-height: 500px;
			margin-left: 5%;
			margin-top: 30px;
			margin-bottom: 30px;
			float: left;
		}
			.profileinner-mainpicdiv
			{
				width: 100%;
				min-height: 300px;
				margin-top: 5px;
				margin-bottom: 50px;
				float: left;
			}
				.myprofile-mainsetinglink
				{
					width: 100px;
					height: 100px;
					margin-right: 10px;
					margin-top: 10px;
					margin-bottom: 10px;
					text-decoration: none;
					cursor: pointer;
					float: right;
				}
					.myprofile-mainsetingpic
					{
						width: 90px;
						height: 90px;
						margin-left: 5px;
						margin-top: 5px;
						float: left;
					}
				.profileinner-mainpic
				{
					height: 519.7824px;
					width: 519.7824px;
					border-radius: 259.8912px;
					border: 2px solid gray;
					margin-left: 389.83680000000004px;
					margin-bottom: 15px;
					float: left;
				}
				.profileinner-nametext
				{
					font-size: 30px;
					font-weight: 700;
					color: #333;
					text-align: center;
					font-family: 'Open Sans', sans-serif;
					margin-top: 5px;
					margin-bottom: 5px;
				}
		.showallprofile-subdetaildiv
		{
			width: 100%;
			min-height: 40px;
			margin-top: 10px;
			margin-bottom: 10px;
			float: left;
		}
			.showallprofile-subdetail-logodiv
			{
				width: 15%;
				height: 40px;
				float: left;
			}
				.showallprofile-subdetail-logo
				{
					width: 40px;
					height: 40px;
					margin-left: 2px;
					float: left;
				}
			.showallprofile-subdetail-textdiv
			{
				width: 80%;
				min-height: 38px;
				float: left;
			}
				.showallprofile-subdetail-textnormal
				{
					margin-left: 5px;
					margin-right: 5px;
					margin-top: 10px;
					margin-bottom: 2px;
					font-size: 25px;
					font-weight: 500;
					color: #333;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
				.showallprofile-subdetail-textbold
				{
					margin-left: 5px;
					margin-right: 5px;
					margin-top: 8px;
					margin-bottom: 2px;
					font-size: 26px;
					font-weight: 700;
					color: #000;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
	.profile-postheaderdiv
	{
		width: 100%;
		height: 60px;
		margin-top: 40px;
		margin-bottom: 40px;
		background-color: #E0E0E0;
		float: left;
	}
		.profile-postheader-innerdiv
		{
			width: 90%;
			height: 60px;
			margin-left: 5%;
			float: left;
		}
			.profile-postheader-fiffty1div
			{
				width: 49%;
				height: 60px;
				border-right: 2px solid #333;
				float: left;
			}
				.profile-postheader-fifftyhref
				{
					width: 99%;
					height: 60px;
					text-decoration: none;
					float: left;
				}
					.profile-postheader-fifftyhreftextactive
					{
						font-size: 26px;
						font-weight: 700;
						color: #5AA0FA;
						text-align: center;
						margin-top: 15px;
						font-family: 'Open Sans', sans-serif;
					}
				.profile-postheader-fiffty2div
				{
					width: 49%;
					height: 60px;
					float: left;
				}
					.profile-postheader-fifftyhreftextnormal
					{
						font-size: 26px;
						font-weight: 700;
						color: #333;
						text-align: center;
						margin-top: 15px;
						font-family: 'Open Sans', sans-serif;
					}
					
					
					
					
	
	
	
	
	


.mainproduct-categoryheaderdiv
{
	width:100%;
	min-height:30px;
	border-bottom:2px solid #333;
	margin-bottom:50px;
	float:left;
}
	.mainproduct-categoryheadertxt
	{
		font-size:30px;
		font-weight:700;
		color:#000;
		margin-left:10px;
		margin-top:10px;
		margin-bottom:5px;
		font-family: 'Open Sans', sans-serif;
		float:left;
	}
.mainproduct-scrolldiv
{
	width: 100%;
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    display: flex;
    float: left;
}
.mainproduct-scrolldiv::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
}
.mainproduct-scrolldiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
    outline: 0px solid #F0F0F0;
}
	.mainproduct-indexdiv22
	{
		width:40%;
		min-height:350px;
		background-color:#FFF;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
		border-radius: 4px;
		margin-left:1%;
		margin-right:2%;
		float:left;
	}
		.mainproduct-indexpic
		{
			width:100%;
			height:300px;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom:2px solid #F0F0F0;
			margin-bottom:10px;
			float:left;
		}
		.mainproduct-indexnametxt
		{
			font-size:29px;
			font-weight:700;
			color:#000;
			margin-top:20px;
			margin-bottom:30px;
			text-align:center;
			font-family: 'Open Sans', sans-serif;
		}
	.indexmargindiv
	{
		width:100%;
		height:100px;
		float:left;
	}
	.mainproduct-indexstore-leftdiv
	{
		width:46%;
		min-height:350px;
		background-color:#FFF;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
		border-radius: 5px;
		margin-left:1%;
		margin-right:2%;
		margin-bottom:100px;
		text-decoration:none;
		float:left;
	}
	.mainproduct-indexstore-rightdiv
	{
		width:46%;
		min-height:350px;
		background-color:#FFF;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
		border-radius: 5px;
		margin-left:2%;
		margin-right:1%;
		text-decoration:none;
		float:right;
	}
		.mainproduct-indexstore-locationtxt
		{
			font-size:23px;
			font-weight:500;
			color:#757575;
			margin-top:10px;
			margin-bottom:25px;
			text-align:left;
			margin-left:30px;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
		
		
		
		
.slider-maindiv
{
	width:100%;
	height:720px;
	max-height:720px;
	overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    display: flex;
    float: left;
}
.slider-maindiv::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
}
.slider-maindiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
    outline: 0px solid #F0F0F0;
}
	.slider-mainpics
	{
		width:100%;
		height:720px;
		float:left;
	}
		.slider-mainoverdiv
		{
			width:70%;
			height:50px;
			margin-top:-100px;
			position:relative;
			margin-left:15%;
			float:left;
		}
			.slider-mainovercenterdiv
			{
				width:200px;
				height:50px;
				margin:0px auto;
			}
				.slider-mainovercenter-dotdiv
				{
					width:18px;
					height:18px;
					margin-top:20px;
					margin-left:10px;
					margin-right:10px;
					border-radius:9px;
					background-color:#757575;
					float:left;
				}
				
				
				
				












.subproduct-nametxt
{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.subproduct-brandmaindiv
{
	width: 46%;
	min-height: 400px;
	background-color: #EA6A25;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
	border-radius: 5px;
	margin-left: 1%;
	margin-right: 2%;
	float: left;
}
	.subproduct-brandmainpic
	{
		width: 96%;
		height: 350px;
		border-radius: 5px;
		margin-top:5px;
		margin-left:2%;
		margin-bottom: 10px;
		float: left;
	}
	
	
	















.result-productdiv
{
    width: 49%;
    height: 790px;
    background-color: #FFF;
    border:2px solid #F0F0F0;
    border-radius: 1px;
    margin-top:2px;
    margin-left: 0px;
    text-decoration:none;
    float: left;
}
	.result-productpic
	{
		width: 100%;
		height: 600px;
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
		margin-bottom: 10px;
		float: left;
	}
	.result-productdetaildiv
	{
		width:94%;
		min-height:30px;
		margin-left:3%;
		float:left;
	}
		.result-product-brandtxt
		{
			width:100%;
			font-size: 27px;
			font-weight: 700;
			color: #000;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: left;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
		.result-product-detailtxt
		{
			width:100%;
			font-size: 23px;
			font-weight: 500;
			color: #7e818c;
			margin-top: 5px;
			margin-bottom: 10px;
			text-align: left;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
		.result-product-showpricetxt
		{
			font-size: 23px;
			font-weight: 700;
			color: #000;
			margin-top: 5px;
			margin-bottom: 10px;
			margin-right:10px;
			text-align: left;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
		.result-product-beforeofferpricetxt
		{
			font-size: 19px;
			font-weight: 500;
			color: #7e818c;
			margin-top: 7px;
			margin-bottom: 10px;
			margin-left:10px;
			margin-right:10px;
			text-align: left;
			text-decoration: line-through;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
		.result-product-offpercentagepricetxt
		{
			font-size: 21px;
			font-weight: 700;
			color: #ff905a;
			margin-top: 5px;
			margin-bottom: 10px;
			margin-left:10px;
			margin-right:10px;
			text-align: left;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}


#openfilterid
{
	display:none;
}
.resultpage-filtericondiv
{
	width:290px;
	height:100px;
	bottom:10px;
	left:20px;
	position:fixed;
	border:3px solid #FF890D;
	border:3px solid #FF890D;
	background-color:#191C24;
	background-color:#FFE93D;
	text-decoration:none;
	border-radius:7px;
	float:left;
}
	.resultpage-filtericontxt
	{
		font-size:33px;
		font-weight:700;
		margin-top:30px;
		color:#000;
		font-family: 'Open Sans', sans-serif;
		text-align:center;
	}

.resultpage-popupmaindiv
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	background-color:rgba(255, 255, 255, 0.2);
	float:left;
}
	.resultpage-popupleftdiv
	{
		width:30%;
		height:100%;
		border-right:2px solid #333;
		float:left;
	}
	.resultpage-popuprightdiv
	{
		width:69.6%;
		height:100%;
		float:left;
	}
		.resultpage-popupleftscrolldiv
		{
			width:100%;
			height:100%;
			overflow-x: auto;
			overflow-y: auto;
			white-space: nowrap;
			display: flex;
			float: left;
		}
.resultpage-popupleftscrolldiv::-webkit-scrollbar
{
    width: 2px;
    height: 2px;
}
.resultpage-popupleftscrolldiv::-webkit-scrollbar-thumb
{
    background-color: #47A3DA;
    outline: 0px solid #47A3DA;
}
		.resultpage-popuprightscrolldiv
		{
			width:100%;
			height:100%;
			overflow-x: hidden;
			overflow-y: auto;
			white-space: nowrap;
			display: flex;
			float: left;
		}
.resultpage-popuprightscrolldiv::-webkit-scrollbar
{
    width: 2px;
    height: 2px;
}
.resultpage-popuprightscrolldiv::-webkit-scrollbar-thumb
{
    background-color: #47A3DA;
    outline: 0px solid #47A3DA;
}
		.resultpage-popupleftscrollsubdiv
		{
			width:100%;
			min-height:100%;
			background-color:#FFF;
			float: left;
		}
			.resultpage-popupleft-categorybtnlnk
			{
				width:100%;
				height:100px;
				border-bottom:1px solid #333;
				background-color:#FFF;
				text-decoration:none;
				float:left;
			}
				.resultpage-popupleft-categorybtnlnktxt
				{
					font-size:29px;
					font-weight:700;
					color:#000;
					text-align:center;
					margin-top:30px;
					font-family: 'Open Sans', sans-serif;
				}
		.resultpage-popupright-applydiv
		{
			width:100%;
			height:110px;
			bottom:0px;
			float:left;
		}
		.resultpage-popupright-applydivnew
		{
			width:100%;
			height:150px;
			margin-top:200px;
			float:left;
		}
		.resultpage-popupright-showalldiv
		{
			width:100%;
			height:150px;
			margin-top:350px;
			float:left;
		}
		.resultpage-popuprightscrollsubdiv
		{
			width:96%;
			height:100%;
			margin-left:3%;
			background-color:#FFF;
			float: left;
		}
			.resultpage-popupright-checkbox
			{
				width:55px;
				height:55px;
				border:2px solid #333;
				border-radius:5px;
				margin-top:15px;
				margin-bottom:20px;
				float:left;
			}
			.resultpage-popupright-checkboxtxt
			{
				font-size:25px;
				font-weight:700;
				color:#333;
				text-align:left;
				margin-top:25px;
				font-family: 'Open Sans', sans-serif;
				margin-left:30px;
				float:left;
			}
			.resultpage-popupright-applybtn
			{
				width:250px;
				height:100px;
				border:1px solid #535766;
				background-color:#535766;
				font-size:29px;
				font-weight:700;
				border-radius:5px;
				color:#FFF;
				font-family: 'Open Sans', sans-serif;
				float:right;
			}
			.resultpage-popupright-applybtnnew
			{
				width:250px;
				height:100px;
				border:1px solid #535766;
				background-color:#535766;
				font-size:29px;
				font-weight:700;
				border-radius:5px;
				color:#FFF;
				margin-right:20px;
				font-family: 'Open Sans', sans-serif;
				float:right;
			}
			
			
	
	
	



.fulldetailload-popupdiv
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	background-color:rgba(255, 255, 255, 0.2);
	background-color:red;
	float:left;
}
	.fulldetailload-popupinnerdiv
	{
		width:100%;
		height:100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #F0F0F0;
		float: left;
	}
.fulldetailload-popupinnerdiv::-webkit-scrollbar
{
    width: 2px;
    height: 4px;
}
.fulldetailload-popupinnerdiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
    outline: 0px solid #F0F0F0;
}
		.fulldetailload-crossdiv
		{
			width:100%;
			height:120px;
			position:fixed;
			background-color:#00d535;
			margin-bottom:10px;
			float:left;
		}
			.fulldetailload-crossbtn
			{
				width:100px;
				height:110px;
				margin-top:5px;
				margin-right:10px;
				text-decoration:none;
				float:right;
			}
				.fulldetailload-crossimg
				{
					width:95px;
					height:95px;
					margin-top:10px;
					float:left;
				}
		.fulldetailload-photodiv
		{
			width:100%;
			height:70%;
			overflow-x: auto;
			margin-top:75px;
			overflow-y: hidden;
			white-space: nowrap;
			display:flex;
			float:left;
		}
.fulldetailload-photodiv::-webkit-scrollbar
{
    width: 2px;
    height: 4px;
}
.fulldetailload-photodiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
	background-color: red;
    outline: 0px solid #F0F0F0;
}
			.fulldetailload-photo
			{
				min-width:100%;
				width:100%;
				height:100%;
				float:left;
			}
		.fulldetailload-photooverdiv
		{
			width:100%;
			height:50px;
			margin-top:-60px;
			position:relative;
			float:left;
		}
			.fulldetailload-starphoto
			{
				width:40px;
				height:40px;
				float:right;
			}
			.fulldetailload-starratingtxt
			{
				margin-top:10px;
				margin-left:20px;
				margin-right:10px;
				font-size:23px;
				font-weight:500;
				color:#333;
				font-family: 'Open Sans', sans-serif;
				float:right;
			}
			.fulldetailload-starratingusertxt
			{
				margin-top:10px;
				margin-left:10px;
				margin-right:10px;
				font-size:23px;
				font-weight:500;
				color:#FF90B0;
				font-family: 'Open Sans', sans-serif;
				float:right;
			}
		.fulldetailload-firstdetaildiv
		{
			width:100%;
			min-height:60px;
			margin-top:10px;
			margin-bottom:10px;
			float:left;
		}
			.fulldetailload-firstdetail-boldtxt
			{
				width:90%;
				margin-left:3%;
				margin-top:5px;
				margin-bottom:5px;
				font-size:30px;
				color:#000;
				font-weight:700;
				font-family: 'Open Sans', sans-serif;
				float:left;
			}
			.fulldetailload-firstdetail-normaltxt
			{
				width: 90%;
				font-size: 23px;
				font-weight: 500;
				color: #7e818c;
				margin-top: 5px;
				margin-left:3%;
				margin-bottom: 10px;
				text-align: left;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
	.fulldetailload-sizeselectdiv
	{
		width:90%;
		min-height:100px;
		margin-left:5%;
		margin-top:50px;
		margin-bottom:50px;
		font-family: 'Open Sans', sans-serif;
		float:left;
	}
		.fulldetailload-sizeselectheadertxt
		{
			width:95%;
			margin-top:5px;
			margin-bottom:5px;
			font-size:25px;
			font-weight:700;
			margin-left:10px;
			color:#333;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
		.fulldetailload-sizeselect
		{
			width:100%;
			height:90px;
			background-color:#F0F0F0;
			color:#000;
			border:1px solid #333;
			border-radius:5px;
			font-size:35px;
			color:#333;
			font-weight:700;
			padding-left:3%;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
	.fulldetailload-pricediv
	{
		width:90%;
		min-height:20px;
		margin-left:5%;
		margin-top:10px;
		margin-bottom:30px;
		float:left;
	}
		.fulldetailload-pricetxt
		{
			width:100%;
			font-size:25px;
			font-weight:500;
			color:#333;
			margin-top:10px;
			margin-bottom:20px;
			text-align:left;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
	.fulldetailload-basicdetaildiv
	{
		width:90%;
		min-height:100px;
		margin-left:5%;
		margin-top:10px;
		margin-bottom:50px;
		float:left;
	}
		.fulldetailload-basicdetailtxt
		{
			width:100%;
			font-size:25px;
			font-weight:500;
			color:#333;
			margin-top:10px;
			margin-bottom:20px;
			white-space: pre-wrap;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
	.fulldetailload-btndiv
	{
		width:90%;
		min-height:100px;
		margin-bottom:100px;
		margin-left:5%;
		float:left;
	}
	.fulldetailload-btnnewdiv
	{
		width:90%;
		min-height:100px;
		margin-bottom:50px;
		margin-left:5%;
		float:left;
	}
		.fulldetailload-btnhref
		{
			font-size:30px;
			font-weight:700;
			color:#FFF;
			padding:25px 75px;
			border-radius:3px;
			background-color:#CC0000;
			text-decoration:none;
			font-family: 'Open Sans', sans-serif;
			float:right;
		}
#fulldetailid
{
	display:none;
}













#addtocartid
{
	display:none;
}
.addtocart-popupdiv
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	background-color:rgba(255, 255, 255, 0.2);
	background-color:red;
	float:left;
}
	.addtocart-popupinnerdiv
	{
		width:100%;
		height:100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #F0F0F0;
		float: left;
	}
.addtocart-popupinnerdiv::-webkit-scrollbar
{
    width: 2px;
    height: 4px;
}
.addtocart-popupinnerdiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
    outline: 0px solid #F0F0F0;
}
		.addtocart-crossdiv
		{
			width:100%;
			height:120px;
			position:fixed;
			background-color:#00d535;
			margin-bottom:10px;
			float:left;
		}
			.addtocart-crossbtn
			{
				width:100px;
				height:120px;
				margin-right:10px;
				text-decoration:none;
				float:right;
			}
				.addtocart-crossimg
				{
					width:95px;
					height:95px;
					margin-top:10px;
					float:left;
				}
			.addtocart-crossdivtxt
			{
				margin-left:5%;
				margin-top:40px;
				font-size:31px;
				color:#FFF;
				font-weight:700;
				font-family: 'Open Sans', sans-serif;
				float:left;
			}
		.addtocart-loadproductdiv
		{
			width:100%;
			min-height:500px;
			margin-top:130px;
			margin-bottom:100px;
			float:left;
		}
			.addtocart-listdiv
			{
				width:90%;
				min-height:300px;
				margin-left:5%;
				margin-bottom:30px;
				border:1px solid #949391;
				border-radius:5px;
				background-color:#FFF;
				float:left;
			}
			.addtocart-listdivred
			{
				width:90%;
				min-height:300px;
				margin-left:5%;
				margin-bottom:30px;
				border:2px solid #CC0000;
				border-radius:5px;
				background-color:#FFF;
				float:left;
			}
				.addtocart-listdetaildiv
				{
					width:100%;
					min-height:229px;
					border-top-left-radius:5px;
					border-top-right-radius:5px;
					border-bottom:1px solid #F0F0F0;
					float:left;
				}
				.addtocart-listactiondiv
				{
					width:100%;
					height:70px;
					border-bottom-left-radius:5px;
					border-bottom-right-radius:5px;
					background-color:#FFF;
					float:left;
				}
					.addtocart-listdetail-picdiv
					{
						width:27%;
						height:230px;
						float:left;
					}
						.addtocart-listdetail-pic
						{
							width:100%;
							height:230px;
							border-top-left-radius:5px;
							float:left;
						}
					.addtocart-listdetail-subdiv
					{
						width:65%;
						min-height:200px;
						margin-left:2%;
						margin-top:20px;
						float:left;
					}
						.addtocart-listdetail-nametxt1
						{
							width:100%;
							font-size:23px;
							font-weight:700;
							color:#000;
							margin-top:0px;
							margin-bottom:10px;
							font-family: 'Open Sans', sans-serif;
							float:left;
						}
						.addtocart-listdetail-nametxt2
						{
							width:100%;
							font-size:21px;
							font-weight:500;
							color:#333;
							margin-top:0px;
							margin-bottom:20px;
							font-family: 'Open Sans', sans-serif;
							float:left;
						}
						.addtocart-listdetail-nametxt3
						{
							width:100%;
							font-size:21px;
							font-weight:500;
							color:#000;
							margin-top:0px;
							margin-bottom:20px;
							font-family: 'Open Sans', sans-serif;
							float:left;
						}
						.addtocart-listdetail-outofstocktxt
						{
							width:100%;
							font-size:21px;
							font-weight:700;
							color:#C3A62E;
							margin-top:0px;
							margin-bottom:20px;
							text-decoration: line-through;
							font-family: 'Open Sans', sans-serif;
							float:left;
						}
						.addtocart-listdetail-notdeliveredtxt
						{
							width:100%;
							font-size:21px;
							font-weight:700;
							color:#C3A62E;
							color:#CC0000;
							margin-top:0px;
							margin-bottom:20px;
							font-family: 'Open Sans', sans-serif;
							float:left;
						}
				.addtocart-listaction-btn1
				{
					width:27%;
					height:68px;
					background-color:#F0F0F0;
					font-size:21px;
					font-weight:700;
					color:#000;
					margin-left:0px;
					margin-top:1px;
					border:0px solid #FFF;
					border-radius:5px;
					font-family: 'Open Sans', sans-serif;
					float:left;
				}
				
		.addtocart-pricediv
		{
			width:100%;
			min-height:100px;
			margin-bottom:30px;
			float:left;
		}
			.addtocart-priceinnerdiv
			{
				width:90%;
				min-height:100px;
				margin-left:5%;
				float:left;
			}
			.addtocart-priceleftdiv
			{
				width:70%;
				min-height:100px;
				float:left;
			}
			.addtocart-pricerightdiv
			{
				width:27%;
				min-height:100px;
				float:right;
			}
				.addtocart-pricelefttxt1
				{
					width:100%;
					font-size:21px;
					font-weight:500;
					color:#333;
					margin-right:0px;
					margin-top:5px;
					margin-bottom:10px;
					text-align:right;
					font-family: 'Open Sans', sans-serif;
					float:right;
				}
				.addtocart-pricerighttxt1
				{
					width:100%;
					font-size:21px;
					font-weight:500;
					color:#333;
					margin-right:0px;
					margin-top:5px;
					margin-bottom:10px;
					text-align:left;
					font-family: 'Open Sans', sans-serif;
					float:left;
				}
				
		.addtocart-paynowdiv
		{
			width:100%;
			min-height:100px;
			margin-top:10px;
			margin-bottom:50px;
			float:left;
		}
			.addtocart-paynow-innerdiv
			{
				width:90%;
				min-height:100px;
				margin-left:5%;
				float:left;
			}
				.addtocart-paynowlink
				{
					font-size:30px;
					font-weight:700;
					color:#FFF;
					padding:20px 50px;
					margin-top:5px;
					margin-right:10px;
					margin-bottom:20px;
					border-radius:5px;
					background-color:#CC0000;
					text-decoration:none;
					font-family: 'Open Sans', sans-serif;
					float:right;
				}
		.addtocart-listdetail-mainpricetxt
		{
			font-size: 21px;
			font-weight: 500;
			color: #000;
			margin-top: 0px;
			margin-bottom: 20px;
			margin-right:10px;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.addtocart-beforeofferpricetxt
		{
			font-size: 19px;
			font-weight: 500;
			color: #7e818c;
			margin-top: 1px;
			margin-bottom: 20px;
			margin-left: 10px;
			margin-right: 10px;
			text-align: left;
			text-decoration: line-through;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.addtocart-offpercentagepricetxt
		{
			font-size: 21px;
			font-weight: 700;
			color: #ff905a;
			margin-top: 0px;
			margin-bottom: 10px;
			margin-left: 10px;
			margin-right: 10px;
			text-align: left;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		
		
		
		
		
		
		
		
		
		
		
		
#locationaddid
{
	display:none;
}
.locationadd-popupdiv
{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	background-color:rgba(255, 255, 255, 0.2);
	background-color:red;
	float:left;
}
	.locationadd-popupinnerdiv
	{
		width:100%;
		height:100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #F0F0F0;
		float: left;
	}
.locationadd-popupinnerdiv::-webkit-scrollbar
{
    width: 2px;
    height: 4px;
}
.locationadd-popupinnerdiv::-webkit-scrollbar-thumb
{
    background-color: #F0F0F0;
    outline: 0px solid #F0F0F0;
}
		.locationadd-loadformdiv
		{
			width:100%;
			min-height:500px;
			margin-top:130px;
			margin-bottom:100px;
			float:left;
		}
			.locationadd-loadform-innerdiv
			{
				width:80%;
				min-height:500px;
				margin-left:10%;
				margin-top:10px;
				margin-bottom:10px;
				float:left;
			}
			.streetaress-inputtxtarea
			{
				width: 94%;
				height: 250px;
				border: 2px solid #DDD;
				font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
				color: #333;
				font-size: 35px;
				text-align: left;
				padding-left: 3%;
				margin-top: 5px;
				margin-bottom: 50px;
				margin-left: 1%;
				border-radius: 7px;
				float: left;
			}
#owncitysugst
{
	display:none;
}
#ownstatesugst
{
	display:none;
}
#owncountrysugst
{
	display:none;
}
	.detail-inputserchtype-hiddendiv
	{
		width: 87%;
		min-height: 90px;
		margin-left: 2%;
		margin-bottom: 50px;
		margin-top: -50px;
		background-color: #FFF;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
		padding-left: 2%;
		font-size: 33px;
		color: #333;
		border-radius: 2px;
		font-family: 'Open Sans', sans-serif;
		float: left;
	}
		.searchprofile-basicleft-inputserchtype-hiddenlink
		{
			width: 100%;
			min-height: 70px;
			font-size: 35px;
			color: #333;
			font-weight: 700;
			border-radius: 0px;
			cursor: pointer;
			padding-top: 9px;
			padding-bottom: 9px;
			margin-top: 0px;
			margin-bottom: 0px;
			background-color: #FFF;
			border-bottom: 1px solid #F0F0F0;
			padding-left: 0px;
			outline: none;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}

	.address-maindiv
	{
		width:50%;
		min-height:200px;
		margin-left:5%;
		border:1px solid #FFF;
		background-color: #FFF;
		border-radius:5px;
		box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
		float:left;
	}
		.address-maininnerdiv
		{
			width:90%;
			min-height:100px;
			margin-top:20px;
			margin-bottom:20px;
			margin-left:5%;
			float:left;
		}
			.address-maintoptxt1
			{
				width:100%;
				font-size: 23px;
				font-weight: 700;
				color: #000;
				margin-top: 0px;
				margin-bottom: 20px;
				text-align: left;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.address-maintxt2
			{
				width:100%;
				font-size: 21px;
				font-weight: 500;
				color: #333;
				margin-top: 0px;
				margin-bottom: 20px;
				text-align: left;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.address-mainedittxtlink
			{
				
				font-size: 21px;
				font-weight: 700;
				color: #ff905a;
				margin-top: 0px;
				margin-bottom: 20px;
				padding:20px 40px;
				border-radius:3px;
				background-color:#F0F0F0;
				text-align: right;
				text-decoration:none;
				font-family: 'Open Sans', sans-serif;
				float: right;
			}




#loadingid
{
    display: none;
}
	.uploadingpop-mainclass
	{
		width: 100%;
		height: 100%;
		top: 0px;
		position: fixed;
		background-color: rgba(123, 123, 123, 0.5);
		float: left;
	}
		.uploadingpop-centerdiv
		{
			height: 150px;
			width: 150px;
			border-radius: 5px;
			margin-left: 40%;
			margin-top: 45%;
			float: left;
		}
			.uploadingpop-mainpic
			{
				width: 100%;
				height: 100%;
				float: left;
			}
			
	
	.cart-selectdiv
	{
		width:50%;
		margin-left:5%;
		min-height:50px;
		margin-top:50px;
		margin-bottom:50px;
		float:left;
	}
		.cart-paymentselect
		{
			width:100%;
			height: 90px;
			background-color: #FFF;
			border: 1px solid #333;
			border-radius: 5px;
			font-size: 35px;
			color: #333;
			font-weight: 700;
			padding-left: 3%;
			outline:none;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.store-headerdiv
	{
		width:100%;
		height:70px;
		margin-top:20px;
		margin-bottom:20px;
		background-color:#000;
		border-radius:5px;
		float:left;
	}
		.store-headertxt
		{
			font-size: 30px;
			font-weight: 700;
			color: #FFF;
			margin-top: 20px;
			text-align:center;
			font-family: 'Open Sans', sans-serif;
		}
	.store-bannerdiv
	{
		width:100%;
		height:500px;
		float:left;
	}
		.store-bannerimg
		{
			width:100%;
			height:500px;
			float:left;
		}
	.store-locationdatadiv
	{
		width:70%;
		min-height:50px;
		margin-right:3%;
		margin-top:20px;
		margin-bottom:20px;
		float:right;
	}
		.store-locationdatatxt
		{
			font-size: 23px;
			font-weight: 500;
			color: #333;
			margin-top: 20px;
			text-align:right;
			font-family: 'Open Sans', sans-serif;
			float:right;
		}
		
		
		
		
		





	.termandcondition-innerdiv
	{
		width: 80%;
		min-height: 600px;
		margin-top: 100px;
		margin-left: 10%;
		float: left;
	}
		.termandcondition-mainheaderdiv
		{
			width: 100%;
			height: 100px;
			margin-bottom: 50px;
			float: left;
		}
			.termandcondition-mainheaderh1
			{
				width: 95%;
				background-color: #DEA0B5;
				padding-left: 5%;
				padding-top: 15px;
				padding-bottom: 17px;
				border-radius: 7px;
				margin-bottom: 50px;
				margin-top: 30px;
				font-size: 40px;
				font-weight: 1000;
				color: #000;
				margin-top: 0px;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
		.termandcondition-maindetaildiv
		{
			width: 100%;
			min-height: 500px;
			margin-top: 50px;
			margin-bottom: 50px;
			float: left;
		}
			.termandcondition-maindetailtxtheader
			{
				width: 100%;
				min-height: 30px;
				margin-bottom: 30px;
				margin-top: 20px;
				font-size: 30px;
				font-weight: 700;
				color: #333;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.termandcondition-maindetailtxt
			{
				width: 100%;
				min-height: 30px;
				margin-bottom: 15px;
				font-size: 22px;
				font-weight: 500;
				color: #333;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			
			
			
	
	
	
	
	
	
	
	
	
#desktoppopup1
{
	display:none;
}
	.desktop-popupdiv
	{
		width:100%;
		height:100%;
		background-color:rgba(33, 33, 33, 0.7);
		top:0px;
		position:fixed;
		float:left;
	}
		.desktop-popupcenterdiv
		{
			width:550px;
			min-height:400px;
			margin:150 auto;
			background-color:#FFF;
			border-radius:5px;
		}
			.desktop-popupcenter-innerdiv
			{
				width:450px;
				height:300px;
				margin-left:50px;
				margin-top:30px;
				margin-bottom:30px;
				float:left;
			}
				.desktop-popupcenter-btn1
				{
					width:100%;
					height:60px;
					background-color:#29B2FE;
					text-decoration:none;
					border-radius:5px;
					margin-top:20px;
					float:left;
				}
				.desktop-popupcenter-btn2
				{
					width:100%;
					height:60px;
					background-color:#FB8A13;
					text-decoration:none;
					border-radius:5px;
					margin-top:10px;
					float:left;
				}
					.desktop-popupcenter-btntxt
					{
						font-size:20px;
						font-weight:700;
						color:#FFF;
						text-align:center;
						margin-top:17px;
						text-decoration:none;
						font-family: 'Open Sans', sans-serif;
					}
				.premote-divorimage
				{
					width: 90%;
					height: 90px;
					margin-top:20px;
					margin-bottom:20px;
					margin-left: 5%;
					float: left;
				}
					.desktop-popupcenter-notetxt
					{
						font-size:15px;
						font-weight:500;
						color:#333;
						text-align:left;
						margin-top:30px;
						text-decoration:none;
						font-family: 'Open Sans', sans-serif;
						float:left;
					}
					
					
					
	.order-placedmain-whitediv
	{
		width:96%;
		min-height:200px;
		padding-top:20px;
		padding-bottom:20px;
		background-color:#FFF;
		border-radius:7px;
		margin-left:2%;
		margin-bottom:50px;
		float:left;
	}
		.ratingorder-listdiv
		{
				width:90%;
				min-height:300px;
				margin-left:5%;
				margin-bottom:30px;
				border:1px solid #949391;
				border-radius:5px;
				background-color:#F0F0F0;
				float:left;
		}
			.rating-orderactiondiv
			{	
				width: 100%;
				min-height: 70px;
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
				background-color: #F0F0F0;
				float: left;
			}
				.rating-orderaction-btn1
				{
					width: 25%;
					height: 68px;
					background-color: #CC0000;
					font-size: 21px;
					font-weight: 700;
					color: #FFF;
					margin-right: 20px;
					margin-left:20px;
					margin-top: 10px;
					margin-bottom:10px;
					border: 0px solid #FFF;
					border-radius: 5px;
					cursor:pointer;
					outline:none;
					font-family: 'Open Sans', sans-serif;
					float: right;
				}
				.viewfullstore-action-btn1
				{
					padding:25px 75px;
					background-color: #CC0000;
					font-size: 21px;
					font-weight: 700;
					color: #FFF;
					margin-right: 20px;
					margin-left:20px;
					margin-top: 10px;
					margin-bottom:10px;
					border: 0px solid #FFF;
					border-radius: 5px;
					cursor:pointer;
					outline:none;
					text-decoration:none;
					font-family: 'Open Sans', sans-serif;
					float: right;
				}


#ratingordermainid
{
	display:none;
}
.ratingorder-popup
{
	width:100%;
	height:100%;
	top:0px;
	background-color:rgba(33, 33, 33, 0.5);
	position:absolute;
	float:left;
}
	.showproductin-rating
	{
		width:90%;
		min-height:200px;
		margin-left:5%;
		margin-bottom:100px;
		float:left;
	}
	.ratingorder-txtareadiv
	{
		width:90%;
		min-height:100px;
		margin-left:5%;
		margin-bottom:50px;
		float:left;
	}
		.ratingorder-startselect
		{
			width: 80%;
			height: 90px;
			background-color: #FFF;
			border: 1px solid #333;
			border-radius: 5px;
			font-size: 30px;
			color: #333;
			font-weight: 700;
			padding-left: 3%;
			outline: none;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.ratingorder-txtarea
		{
			width:80%;
			height:200px;
			font-size:30px;
			color:#000;
			font-weight:500;
			margin-left:0px;
			padding:5px 10px;
			font-family: 'Open Sans', sans-serif;
			float:left;
		}
				.rating-orderaction-submitbtn1
				{
					background-color: #CC0000;
					font-size: 30px;
					font-weight: 700;
					color: #FFF;
					margin-right: 20px;
					margin-left:20px;
					margin-top: 10px;
					margin-bottom:10px;
					padding:20px 40px;
					border: 0px solid #FFF;
					border-radius: 5px;
					cursor:pointer;
					outline:none;
					text-decoration:none;
					font-family: 'Open Sans', sans-serif;
					float: left;
				}
			.rating-orderidtxt1
			{
				width: 50%;
				font-size: 23px;
				font-weight: 700;
				color: #000;
				margin-left:5%;
				margin-top: 0px;
				margin-bottom: 30px;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
.allminrightdiv
{
	min-width:10%;
	float:right;
}	
		.followstore-submitbtn1
		{
			background-color: #CC0000;
			font-size: 30px;
			font-weight: 700;
			color: #FFF;
			margin-right: 20px;
			margin-left:20px;
			margin-top: 5px;
			margin-bottom:10px;
			padding:20px 40px;
			border: 0px solid #FFF;
			border-radius: 5px;
			cursor:pointer;
			outline:none;
			text-decoration:none;
			font-family: 'Open Sans', sans-serif;
			float: right;
		}
		
		
		
		
		
		
	
	.searchwithphone-subinnerdiv
	{
		width:80%;
		min-height:70%;
		margin-left:5%;
		margin-top:50px;
		float:left;
	}
	.addstoredetail-headertextp
	{
		width: 95%;
		font-size: 27px;
		font-weight: 700;
		color: #000;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 2%;
		font-family: 'Open Sans', sans-serif;
		float: left;
	}
		.storeproduct-controlbtn-maindiv
		{
			width: 94%;
			min-height: 100px;
			margin-top: 50px;
			margin-left: 3%;
			margin-bottom: 20px;
			float: left;
		}
			.storeproduct-controlbtnedit
			{
				font-size: 25px;
				font-weight: 700;
				color: #FFF;
				padding: 20px 60px;
				background-color: #00A2E8;
				border-radius: 5px;
				text-decoration: none;
				margin-top: 10px;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			
			
		




		
	.contactus-centerdiv
	{
		width: 80%;
		margin-left: 10%;
		min-height: 200px;
		margin-bottom: 100px;
		float: left;
	}
		.contactus-headingdiv
		{
			width: 95%;
			font-size: 21px;
			font-weight: 700;
			margin-left: 10px;
			margin-top: 5px;
			margin-bottom: 5px;
			color: #333;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.contactus-select
		{
			width: 90%;
			height: 88px;
			border: 1px solid #FB8A13;
			padding-left: 3%;
			padding-right: 3%;
			font-size: 25px;
			font-weight: 700;
			color: #333;
			border-radius: 8px;
			outline: none;
			margin-bottom: 50px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
		.contactus-textarea
		{
			width: 90%;
			height: 188px;
			border: 1px solid #FB8A13;
			padding-left: 3%;
			padding-right: 3%;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 25px;
			font-weight: 700;
			color: #333;
			border-radius: 8px;
			outline: none;
			margin-bottom: 50px;
			font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
			float: left;
		}
		.contactus-submit
		{
			font-size: 25px;
			font-weight: 700;
			padding: 12px 40px;
			margin-top: 17px;
			margin-bottom: 30px;
			margin-left: 30px;
			text-decoration: none;
			color: #F0F0F0;
			background-color: #2C87F0;
			border: 1px solid #2C87F0;
			border-radius: 4px;
			outline: none;
			cursor: pointer;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.contactus-borderline 
		{
			width: 70%;
			height: 3px;
			margin-left: 15%;
			margin-top: 50px;
			margin-bottom: 150px;
			background-color: #333;
			float: left;
		}
	.contactus-staticdetail
	{
		width: 100%;
		min-height: 250px;
		float: left;
	}
		.contactus-staticheadertxt
		{
			width: 100%;
			font-size: 30px;
			font-weight: 700;
			color: #333;
			margin-top: 5px;
			margin-bottom: 20px;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		.contactus-staticleftdetail
		{
			width: 45%;
			min-height: 250px;
			float: left;
		}
		.contactus-staticrightdetail
		{
			width: 45%;
			min-height: 250px;
			float: right;
		}
			.contactus-statictxt
			{
				width: 100%;
				font-size: 25px;
				font-weight: 500;
				color: #333;
				margin-top: 5px;
				margin-bottom: 20px;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			
			
			
	.leftmenu-profilepicdiv
	{
		width: 100px;
		height: 110px;
		margin: 30px auto;
	}
		.leftmenu-profilepic
		{
			width: 100px;
			height: 110px;
			border: 1px solid #ccc;
			border-radius: 10px;
			float: left;
		}
		.usernameinmenue
		{
			font-size: 25px;
			font-weight: 700;
			color: #333;
			margin-top: 5px;
			margin-bottom: 30px;
			font-family: 'Open Sans', sans-serif;
			text-align:center;
		}
		
		



#filtercategoriddata
{
	display:none;
}
	.resultpage-popupmain-innerdiv
	{
		width:100%;
		min-height:100%;
		background-color:#FFF;
	}
	
	
	
	
	
	
	
	
	
	
#loadingid
{
    display: none;
}
#loadingid2
{
	display:none;
}
.loding-maindiv 
{
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(33, 33, 33, 0.5);
    position: fixed;
    float: left;
}
	.loding-fulldiv 
	{
		width: 100%;
		height: 100%;
		margin-top: 0px;
		margin-left: 0px;
		float: left;
	}
		.loding-verticlecenter
		{
			width: 100%;
			height: 150px;
			top: 45%;
			position: absolute;
			float: left;
		}
			.loding-center 
			{
				width: 150px;
				height: 150px;
				margin: 0px auto;
				background-color: #fca;
				border-radius: 11px;
			}
				.loding-centerimg 
				{
					width: 150px;
					height: 150px;
					float: left;
				}
				
				
	
	
	
	.login-features2maindiv
	{
		width:100%;
		min-height:160px;
		margin-top:100px;
		margin-bottom:0px;
		background-color:#191C24;
		float:left;
	}
		.login-features2div
		{
			width:90%;
			min-height: 160px;
			margin-top: 5px;
			margin-bottom: 70px;
			padding-top: 50px;
			padding-bottom: 50px;
			border-radius: 10px;
			margin-left: 5%;
			float: left;
		}
		.adsmyself-featuresdiv
		{
			width:90%;
			min-height: 160px;
			margin-top: 40px;
			margin-bottom: 40px;
			padding-top: 50px;
			padding-bottom: 50px;
			border-radius: 10px;
			background-color:#191C24;
			margin-left: 5%;
			float: left;
		}
			.loginfeatures-headertxt
			{
				font-size: 40px;
				font-weight: 700;
				color: #EADDCA;
				border-radius:7px;
				text-align: center;
				margin-top:20px;
				margin-bottom:100px;
				text-decoration: none;
				font-family: 'Open Sans', sans-serif;
			}
			.loginfeatures-greentxt
			{
				font-size: 25px;
				font-weight: 700;
				color: #00D25B;
				border:2px solid #00D25B;
				border-radius:7px;
				text-align: left;
				margin-top: 30px;
				margin-bottom: 20px;
				padding:20px 30px;
				text-decoration: none;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.loginfeatures-yellowtxt
			{
				font-size: 25px;
				font-weight: 700;
				color: #FFBF00;
				border:2px solid #FFBF00;
				border-radius:7px;
				text-align: left;
				margin-top: 30px;
				margin-bottom: 20px;
				padding:20px 30px;
				text-decoration: none;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.loginfeatures-redtxt
			{
				font-size: 25px;
				font-weight: 700;
				color: #FC424A;
				border:2px solid #FC424A;
				border-radius:7px;
				text-align: left;
				margin-top: 30px;
				margin-bottom: 20px;
				padding:20px 30px;
				text-decoration: none;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			.loginfeatures-whitetxt
			{
				font-size: 27px;
				font-weight: 500;
				color:#F0F0F0;
				border:1px solid #77717E;
				border-radius:7px;
				text-align: left;
				margin-top: 30px;
				margin-bottom: 20px;
				padding:20px 30px;
				text-decoration: none;
				font-family: 'Open Sans', sans-serif;
				float: left;
			}
			
	


	.loadmorecenterdiv
	{
		width:300px;
		height:100px;
		margin:100px auto;
	}
	
	
	
	
	
.searchstore_productpopup
{
	display:none;
	width:100%;
	height:100%;
	top:0px;
	position:fixed;
	background-color:rgba(33,33,33, 0.9);
	float:left;
}
	.searchstore_productheaderdiv
	{
		width:90%;
		height:100px;
		margin-left:5%;
		float:left;
	}
		.searchstore_producthedingtext
		{
			width: 95%;
			font-size: 27px;
			font-weight: 700;
			color: #FFF;
			text-align: left;
			margin-top: 20px;
			margin-bottom: 10px;
			margin-left: 2%;
			font-family: 'Open Sans', sans-serif;
			float: left;
		}
		
		
		
		.callnowstorescantouttamhut
		{
			width:100%;
			height:80px;
			margin-top:0px;
			text-decoration:none;
			padding:0px 0px;
			float:left;
		}
			.callnowstorescan-divtxt
			{
				width:250px;
				height:40px;
				margin:0px auto;
				
			}
			.callnowstorescantxt
			{
				font-size:40px;
				font-weight:700;
				color:#2B65EC;
				padding:20px 30px;
				background-color:#FFFF00;
				text-align:center;
				margin-top:0px;
				border-radius:7px;
				font-family: 'Open Sans', sans-serif;
			}