
html, body {
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*SCROLL BAR SETTING FOR ONLY CHROME OR SOMETHING*/

body::-webkit-scrollbar {
    width: 4px;
	height: 6px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

div::-webkit-scrollbar {
    width: 4px;
	height: 6px;
}
 
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*--------------------------------------------------*/

.side{
	margin: 0;
    padding: 0;
	top: 0;
    width: 25%;
	position: fixed;
    height: 100%;
	color:white;
	box-shadow: 5px 0px 10px #888888;
	background: #0db1e6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #015476 , #18d0ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #015476, #18d0ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #015476, #18d0ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #015476 , #18d0ef); /* Standard syntax (must be last) */
    overflow: none;
	z-index: 5;
}

.sidetop{
	margin: auto;
	height:23%;
    /*border: 3px solid blue; */
	text-align:center;
}

#iorderitlogo{
	width:300px;
	height:auto; 
	max-width:100%;
}

h1{
	font-family: cursive, Arial, Verdana, sans-serif;
	font-size:20px;
}

h2{
	font-size:20px;
	padding-top:4px;
	margin-top:0;
}

.sidemid{
	height:65%;
}

a {
	color:white;
	text-decoration:none;
}

.sidemid a:hover:not(.active){
	color:#ebde0a;
}

.sidemid a:active{
	color:pink;
}

.active{
	color: yellow ;/*#f3c613*/
}

.islename{
	/*border: 1px solid red;*/
	display:inline-block;
	width:100%;
	padding:5px;
	margin-top:5%;
	font-size: 18px;
}

.islename p{
	font-weight:bold;
	padding-top:6px;
	margin:0;
}

.islename:hover {
	color:#ebde0a;
	cursor:pointer;
}


.number{
	border:1px solid white;
	border-radius:3px;
	float:left;
	margin-left: 30px;
	margin-right: 15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}


.sidefoot{
	position:absolute;
	height:8%;
	text-align:center;
	font-size:14px;
	padding-left:25%;
	padding-right:25%;
	margin:0;
	bottom:0;
}

.sidefoot p {
	padding-top:0;
	margin-top:0;
	padding-bottom:2px;
}

.sidefoot span{
	color: #f3c613;
}

.button{
	background-color:#eeec47;/*#fae712;*/
	border:none;
	padding:12px 30px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	border-radius:5px;
	color:blue;
}

.button:hover{
	background-color:#fdfa03;
}


.container{
	margin-left:25%;
	top: 0;
	/*background: green;*/
}

.center {
    margin: auto;
    width: 100%;
    /*border: 3px solid green;*/   
	text-align:center;
}

.header{
	margin-left: 0;
	padding: 0;
	position: fixed;
    top: 0;
    width: 100%;
	height:11%;
	background: white;
	z-index: 3;
	/*border: 3px solid green;*/
}

.menuBTN{
	display:none;
	font-size:30px;
	cursor:pointer;
	margin-top:2%;
	margin-left:3%;
}

.overlay {
	display:none;
}

.searchbar{
	width:50%;
	float:left;
	/*background:red;*/
	height:100%;
}

.checkout{
	width:26.4%;
	float:left;
	/*background:yellow;*/
	height:100%;
	padding-left:5%;
	padding-top:1%;
}

#checkImg{
	width:65px;
	height:auto; 
	max-width:100%; 
    display: inline-block;
}

.total{
	color:black;
	margin :auto;
	margin-right:3px;
	margin-left:10px;
	text-align:center;
	padding-right:50px;
	float:left;
	font-size:16px;
	font-weight: 900;
	/*border: 3px solid green;*/
}


.total span {
	color:#3eb2e8;
	font-size:22px;
	font-weight:bold;
}

/*------------------------Modal Content Rules---------------------------------------*/
.modal{
	display: none;
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	-ms-overflow-style:none;
}

.logsmodal{
	display: none;
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.logsmodal .modal-content p{
	font-family: 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 24px;
	padding: 10%;
}

.pseudolink{
	color:#07e1f3;
	cursor:pointer;
}

.modal-content{
	background-color: #fefefe;
	margin: 15% auto;
	padding: 10px;
	margin-top:10px;
	margin-left:5%;
	border: 1px solid #888;
	border-radius: 10px;
	width: 60%;
	text-align: center;
	clear: left;
	overflow: auto;
}

#searchDef{
	color: #4f94d5;
	font-weight: bold;
}

.searchClose{
	color: red;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.searchClose:hover, .searchClose:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/*--------------------------------------------------------------------------------*/

.main{
	display: block;
	padding: 0;
	margin-left: 0;
	position: fixed;
	top:11%;
	height:89%;
	width: 76.5%;
	background: white;
	z-index: 1;
	white-space: nowrap;
	overflow-y: scroll;
}

#one{
	display:inline;
}

.hideNorm{/*this needs to be altered if working with cookies*/
	display:none;
	clear:left;
	white-space: nowrap;
	margin-top:1px;
	/*border: 2px solid green;*/
}

.pagef{
	display:inline-block;
	width:99%;
	height:90%;
	background:none;
	text-align:center;
	overflow:none;
	/*border: 1px solid orange;*/
	margin-top:1px;
}


.social{
	position:fixed;
	bottom:16px;
	float: left;
	width : 76.5%;
	text-align:center;
	/*border: 3px solid green;*/
	
}

.about{
	float:right;
	border:none;
	padding:12px 30px;
	margin-right:40px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	color:white;
	cursor:pointer;
	border-radius:5px;
	background-color: #0db1e6; /* For browsers that do not support gradients */
    background-color: -webkit-linear-gradient(left, #015476 , #18d0ef); /* For Safari 5.1 to 6.0 */
    background-color: -o-linear-gradient(right, #015476, #18d0ef); /* For Opera 11.1 to 12.0 */
    background-color: -moz-linear-gradient(right, #015476, #18d0ef); /* For Firefox 3.6 to 15 */
    background-color: linear-gradient(to right, #015476 , #18d0ef); /* Standard syntax (must be last) */
}
.about:hover{
	background-color:#51bbf2;
}

.products{
	width:96%;
	height:98%;
	margin-left:3%;
	margin-top:5px;
	/*border: 1px solid black;*/
}

.productContainter{
	position:relative;
	display:inline-block;
	float:left;
	margin:3px;
	padding:1px;
	border: 1px solid #0db1e6;
	width:30%;
	height:28%;
	z-index:3;
	
}

.prod_img{
	position:relative;
	margin:0;
	padding:0;
	/*border: 1px solid pink;*/
	width:48%;
	height:100%;
	float:left;
	/*z-index:1;*/
}
.prod_desc{
	/*border: 1px solid green;*/
	position:relative;
	margin:0;
	padding:0;
	width:98%;
	height:97%;
	/*float:right;
	z-index:3;*/
	white-space: normal; /* !!!!!!!!!!!!!! ADDED CHECK OVERFLOW OF PRICE NAME*/
}

.price{
	position:relative;
	color:black;
	margin :auto;
	text-align:right;
	padding-right:10%;
	padding-top:5%;
	font-size:16px;
	font-weight:bold;
}

.price span {
	color:#3eb2e8;
	font-size:22px;
	font-weight:bold;
	padding:5px;
}

.price p{
	color:black;
	font-size:13px;
	padding:0;
	padding-right:2px;
	margin:0;
}


.selectWrapper{
	position:relative;
	/*border: 3px solid green;*/
	bottom:5px;
}

button{
	background-color:#4f94d5;
	border:none;
	padding:12px 25px;
	margin-top:1px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	border-radius:5px;
	color:white;
	font-size:18px;
	font-weight:bold;
	box-shadow: 2px 2px 5px #888888;
}

.selected{
	background-color:#f3c613;
	color:white;
	outline:none;
}

input[type=number]{
	background-color:#4f94d5;
	color:white;
	width:30px;
	padding:2px;
	margin-bottom:5px;
	border-radius:2px;
	border:none;
	text-align:center;
	box-shadow: 1px 1px 5px #888888;
}


input[type=search]{
	width:45%;
	height:5%;
	float:right;
	margin-top:3%;
	border-radius:40px;
	border: 1px solid gray;
	font-size:14px;
	text-align:center;
	padding:12px 20px 12px 80px;
	background-image: url("search_icon.png");/*Background image must always be in path folder in relation to css*/
	background-size:61px 46px;
	background-repeat:no-repeat;
	background-position:20px 0px;
	background-color:none;
}

input[type=search]:focus{
	border: 1px solid #12dcfa;
	text-align:left;
	outline:none;/*remove blue glow from chrome*/
}

/* MOBILE CSS IMPLEMENTATION*/
/*******************************************************************************CSS duplicate for aspect ratio i.e less than 830px*************************************************************************************/

/*RECALL TO ADAPT JS CODE ACCORDINGLY FOR VERTICAL SCROLL FUNCTIONALITY*/
@media only screen and (min-width: 1250px) and (max-height: 830px) { 
	html, body {
		font-family: Arial, Verdana, sans-serif;
		position: relative;
		margin: 0;
		padding: 0;
		height: 100%;
	}

	.side{
		margin: 0;
		padding: 0;
		top: 0;
		width: 100%;
		position: relative;
		height: 200px;
		box-shadow: 0px 5px 10px #888888;
		overflow: none;
		z-index: 3;
		
	}

	.container{
		display:block;
		float:left;
		position:relative;
		width:100%;
		margin-left:0;
		
	}
	
	.sidefoot, .sidemid {
		display:none;
	}
	.sidetop h2 {
		display:none;
	}
	
	
	.header{
		display:block;
		position: relative;
		top: 0;
		width: 100%;
		height:60px;
		z-index: 3;
		background-color:white;
	}
	
	.menuBTN{
		display:inline-block;
		font-size:10px;
		float:left;
	}
	
	.menuBTN p {
		font-size:20px;
		float:right;
		margin: 0;
		padding: 0;
		padding-left: 5px;
		padding-top: 6px;
	}


	.overlay {
		display:block;
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 6;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.9);
		overflow-x: hidden;
		overflow-y:scroll;
		transition: 0.5s;
		-ms-overflow-style:none;
	}
	
	.overlay::-webkit-scrollbar{ /*works well*/
		display:none;
	}
	
	.overlay a {
		padding: 4%;
		text-decoration: none;
		font-size: 36px;
		color: #818181;
		display: block;
		transition: 0.3s;
		z-index:3;
	}

	.overlay a:hover, .overlay a:focus {
		color: #ebde0a;
	}

	.overlay-content {
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 60px;
		color:white;
		z-index:2;
	}
	
	.overlay .closebtn {
		position: absolute;
		top: 0;
		right: 2%;
		font-size: 50px;
	}

	.overlay .overlay-content .mobileLogout {
		padding-left:5%;
	}
	
	.overlay .overlay-content .mobileLogout p {
		font-size: 14px;
		text-align:center;
	}
	
	.mobileLogout span{
		color: #f3c613;
	}
	
	.overlay .overlay-content .mobileLogout .Logbutton{
		font-size:24px;
		text-align:center;
		padding:0;
		margin:auto;
		/*background-color:#eeec47;*/
		width:110px;
		padding:12px 30px;
		text-decoration:none;
		border-radius:5px;
		border:none;
	}
	
	.searchbar{
		width:70%;
		float:left;
		height:100%;
	}

	.checkout{
		width:26%;
		float:left;
		height:100%;
		text-align:right;
		padding-left:1%;
	}
	
	#checkImg{
		width:50px;
		float:right;
	}

	.total{
		position:relative;
		top:0;
		margin:0;
		float:right;
		font-size:16px;
		/*border: 3px solid green;*/
	}
	
	.total span {
    	color:#3eb2e8;
    	font-size:22px;
    	font-weight:bold;
    	padding:3px;
    	width: 70px;
    }

	
/*------------------------Modal 2 Content Rules------------------------------------*/

.modal{
	position: absolute;
}


.modal-content{
	margin-left:0;
	margin: 15% auto;
	margin-top:10px;
	width: 80%;
}

/*--------------------------------------------------------------------------------*/
	
	.main{
		position:relative;
		display: block;
		padding: 0;
		margin-left: 0;
		width: 100%;
		top:35%;
		height:65%;
		z-index: 1;
		overflow:auto;
		white-space: normal;
	}

	.pagef{
		display:block;
		width:99%;
		height:680px;
		margin:2px;
		text-align:center;
		overflow:auto;
		clear: both;
	}
	
	.social{
		display:block;
		position:relative;
		width:100%
		
	}
	
	.about{
		float:right;
		padding:12px 15px;
		margin-right:8px;
		text-decoration:none;
		font-size:12px;
	}


	.productContainter{
		display:inline-block;
		float:left;
		margin:5px;
		padding:5px;
		width:30%;
		height:26%;
	}
	
	button{
		padding:12px 30px;
		font-size:15px;
	}
	
	input[type=search]{
		width:50%;
		height:5%;
		margin-top:2%;
		border-radius:18px;
		font-size:12px;
		padding:12px 10px 12px 50px;
		background-position:0px 0px;
	}
	
	.islename{
		padding:5px;
		margin-top:2%;
		font-size: 16px;
	}


}

/*********************************duplicate begins here*****************************/

@media screen and (max-width: 1250px) { 
	html, body {
		font-family: Arial, Verdana, sans-serif;
		position: relative;
		margin: 0;
		padding: 0;
		height: 100%;
	}

	.side{
		margin: 0;
		padding: 0;
		top: 0;
		width: 100%;
		position: relative;
		height: 200px;
		box-shadow: 0px 5px 10px #888888;
		overflow: none;
		z-index: 3;
		
	}

	.container{
		display:block;
		float:left;
		position:relative;
		width:100%;
		margin-left:0;
		
	}
	
	.sidefoot, .sidemid {
		display:none;
	}
	.sidetop h2 {
		display:none;
	}
	
	
	.header{
		display:block;
		position: relative;
		top: 0;
		width: 100%;
		height:70px;
		z-index: 3;
		background-color:white;
	}
	
	.menuBTN{
		display:inline-block;
		font-size:10px;
		float:left;
	}
	
	.menuBTN p {
		font-size:20px;
		float:right;
		margin: 0;
		padding: 0;
		padding-left: 5px;
		padding-top: 6px;
	}

	.overlay {
		display:block;
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 6;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.9);
		overflow-x: hidden;
		overflow-y:scroll;
		transition: 0.5s;
		-ms-overflow-style:none;
	}
	
	.overlay::-webkit-scrollbar{ /*works well*/
		display:none;
	}
	
	.overlay a {
		padding: 4%;
		text-decoration: none;
		font-size: 36px;
		color: #818181;
		display: block;
		transition: 0.3s;
		z-index:3;
	}

	.overlay a:hover, .overlay a:focus {
		color: #ebde0a;
	}

	.overlay-content {
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 60px;
		color:white;
		z-index:2;
	}
	
	.overlay .closebtn {
		position: absolute;
		top: 0;
		right: 2%;
		font-size: 50px;
	}

	.overlay .overlay-content .mobileLogout {
		padding-left:10%;
	}
	
	.overlay .overlay-content .mobileLogout p {
		font-size: 14px;
		text-align:center;
	}
	
	.mobileLogout span{
		color: #f3c613;
	}
	
	.overlay .overlay-content .mobileLogout .Logbutton{
		font-size:24px;
		text-align:center;
		padding:0;
		margin:auto;
		width:110px;
		padding:12px 30px;
		text-decoration:none;
		border-radius:5px;
		border:none;
	}
	
	.searchbar{
		width:65%;
		float:left;
		height:100%;
	}

	.checkout{
		width:31%;
		float:left;
		height:100%;
		text-align:right;
		padding-left:1%;
	}
	
	#checkImg{
		width:50px;
		float:right;
	}

	.total{
		position:relative;
		top:0;
		margin:0;
		float:right;
		font-size:16px;
	}

/*------------------------Modal 3 Content Rules------------------------------------*/

.modal{
	position: absolute;
}

.logsmodal .modal-content p{
	font-size: 20px;
}

.modal-content{
	margin-left:0;
	margin: 15% auto;
	margin-top:10px;
	width: 90%;
}

/*--------------------------------------------------------------------------------*/
	.main{
		position:relative;
		display: block;
		padding: 0;
		margin-left: 0;
		width: 100%;
		top:35%;
		height:65%;
		z-index: 1;
		overflow:auto;
		white-space: normal;
	}

	.pagef{
		display:block;
		width:99%;
		height:680px;
		margin:2px;
		text-align:center;
		overflow:auto;
		clear: both;
	}

	.social{
		display:block;
		position:relative;
		width:100%
		
	}
	
	.about{
		float:right;
		padding:12px 15px;
		margin-right:8px;
		text-decoration:none;
		font-size:12px;
	}


	.productContainter{
		display:inline-block;
		float:left;
		margin:5px;
		padding:5px;
		width:30%;
		height:26%;
	}
	
	button{
		padding:12px 30px;
		font-size:15px;
	}
	
	input[type=search]{
		width:60%;
		height:5%;
		border-radius:18px;
		font-size:12px;
		padding:12px 10px 12px 50px;
		background-position:0px 0px;
	}
	
	.islename{
		padding:5px;
		margin-top:2%;
		font-size: 16px;
	}


}


/*******************************************************************************CSS duplicate for aspect ratio i.e less than 830px*************************************************************************************/

@media screen and (max-width: 850px) { 

		.productContainter{
			width:45%;
			height:17%;
		}
		
		.pagef{
			height:1200px;
		}
		
		.price{
			font-size:14;
		}
		
		.price span {
			font-size:20px;
			padding:5px;
		}

		.price p{
			font-size:12px;
		}
		
		.menuBTN p {
			display:none;
		}
		
		.total {
		    margin-left: 8px;
			font-size:15px;
			padding-right:30px;
		}
		
		.total span {
			font-size:19px;
		}
		
		.logsmodal .modal-content p{
			font-size: 16px;
		}
				
	
}


@media screen and (max-width: 550px) { 

			.side{
				height: 170px;
				box-shadow: 0px 3px 10px #888888;
			}
			
			#iorderitlogo{
				width:250px;
				margin-top:5%;
			}

			/*.header{
				top: 30%;  Unhighlight this to get a shadow for mobile
				height:10%;
			}*/
			
			.searchbar{
				width:65%;
			}

			.checkout{
				width:32%;
			}
			
			.main{
				top:40%;
				height:60%;
			}

			.productContainter{
				width:92%;
				height:9.5%;
			}
			
			.pagef{
				height:2100px;
			}
			
			#checkImg{
				display:none;
			}
			
			.total{
				font-size:14px;
				font-weight:bold;
				padding-right:25px;
			}


			.total span {
				font-size:18px;
			}
			
			input[type=search]{
				width:60%;
				font-size:12px;
				padding:10px 10px 10px 50px;
				background-size:48.8px 36.8px;
				background-position:5px 0px;
			}
			
			.menuBTN{
				font-size:30px;
			}
			
			.menuBTN p {
				display:none;
			}
				
			.overlay-content {
				margin-top: 60px;
			}
				
			.overlay .closebtn {
				font-size: 40px;
			}
				
			.islename{
				padding:4px;
				font-size: 16px;
			}
			
			.overlay .overlay-content .mobileLogout {
				padding-left:20%;
			}
	
			
			/*------------------------Modal 4 Content Rules------------------------------------*/

			.modal-content{
				width: 85%;
			}
			
			.logsmodal .modal-content p{
				font-size: 14px;
			}
			/*--------------------------------------------------------------------------------*/
}

@media screen and (max-width: 300px) {
	
				#iorderitlogo{
					width:200px;
				}
			
				.productContainter{
					height:9.5%;
				}
				
				.pagef{
					height:1700px;
				}
				
				.total{
					font-size:12px;
					font-weight:bold;
					padding-right:20px;
				}


				.total span {
					font-size:13px;
				}
				
				.price{
					font-size:13px;
				}
				
				.price span {
					font-size:15px;
					padding:5px;
				}

				.price p{
					font-size:10px;
				}
				
				input[type=search]{
					width:45%;
					font-size:11px;
					padding:8px 10px 8px 40px;
					background-size:40.7px 30.7px;
					background-position:5px 0px;
				}
				
				button{
					padding:10px 25px;
					font-size:13px;
				}
				
				.menuBTN{
					font-size:25px;
				}
				
				.menuBTN p {
					display:none;
				}
				
				.overlay-content {
					margin-top: 60px;
				}
				
				.overlay .closebtn {
					font-size: 30px;
				}
				
				.islename{
					padding:2px;
					margin-top:5%;
					font-size: 14px;
				}
				
				.logsmodal .modal-content p{
					font-size: 12px;
				}
}
