*{
		padding:0px;
		margin:0px;
		box-sizing: border-box;
	}
	#status{
		position:fixed;
		overflow:hidden;
		cursor:pointer;
		height:0px;
		bottom:0px;
		left:33%;
	}
.container{
	width:100%;
	height:100vh;
	/* background:#E46B00; */
}

.container > nav > ul, li{
	list-style-type :none;
	display:inline-block;
}

.container > nav > ul li button{
	padding: 12px 36px;
	cursor:pointer;
}
#dynamic >#form_container{
	position: relative;
	width: 600px;
	height: 300px;
	bottom:-85px;
	transition: bottom 0.6s 1s;
	overflow:inherit;
}

#dynamic > h1,h4,h3,p{
	color:snow;
	
}

#dynamic > .ordlist{
	max-width:500px;
	margin:6px auto;
	border:1px solid red;
	cursor:pointer;
	border-radius:6px;
}
#form_container > #form_id{
	display: none;
}
#form_container > #form_id > div {
	position:relative;
	width:100%;
	/* border:1px solid black; */
	bottom: -60px;
	transition: bottom 0.6s 1s;
}
#form_container > #form_id > div > input,select{
	margin-right:15px;
	width:40%; 
	padding:9px 15px;
	margin:10px 15px;
}
#form_container > #form_id > div > button{
	padding:8px 15px;
	font-weight:bolder;
}

/* ========================== PRODUCT PAGE INTERFACE =====================*/
.navbar{
	height:18vh;
	color:snow;
	display:flex;
	padding-left:20px;
	padding-right:20px;
	background:white;
}

.navbar nav{
	flex:1;
	text-align:right;
	padding:20px;
}
.navbar .logo{
	position:relative;
	top:20px;
	max-width:50px;
	
}
.navbar .logo img{
	width:100%;
		
}
.navbar .menuicon{
	background:#E46B00;
	display:none;
	width:40px;
	height:40px;
	border-radius:4px;
	
	
}
.navbar .menuicon img{
	width:100%;
	border-radius:4px;
	
}

.navbar nav ul li{
	display:inline-block;
	margin-right: 18px;
	margin-left: 18px;
	padding:4px 12px;
	
	background:#E46B00;
	border-radius:2px;
	/* box-shadow:0px 1px 4px 1px yellow; */
	transition:background 0.2s linear 0.2s;
}

.navbar nav ul li:hover{
	box-shadow:0px 1px 4px 1px black;
	background:black;
}

.navbar nav ul li a{
	text-decoration:none;
	margin:6px auto;
	color:white;
	font-weight:bold;
	transition:color 0.2s linear 0.2s;
}
.navbar nav ul li a:hover{
	color:#E46B00;
}
.category{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	box-shadow:1px 0px 4px 1px black;
	border-radius:4px;
	height:0px;
	overflow:hidden;
	background:white;
	z-index:1000;
	
}

.category > p{
	color:black;
	padding:10px;
	font-weight:bolder;
	margin:30px;
	cursor:pointer;
	font-weight:bolder;
	transition:color 0.2s linear 0.2s, background  0.2s linear 0.2s;
}

.category > p a{
	color:black;
	text-decoration:none;
	font-weight:bolder;
	cursor:pointer;
	font-weight:bold;
	transition:color 0.2s linear 0.2s, background  0.2s linear 0.2s;
}

.category > p:hover{
	background:#E46B00;
	color:white;
	border-radius:4px;
}

.category > p a:hover{
	background:#F8238E;
	color:white;
	border-radius:4px;
}
.probannerbox{
	/* background:rgba(255,255,255,0.30); */
	background:#E46B00;
	
	
}

#mytinxlogo >h1{
	font-size:3.0rem;
	line-height:50px;
	text-align:left;
	color:white;
	text-shadow:2px 1px 4px black;
	text-align:center;
}

#mytinxlogo >h3{
	font-size:1.3rem;
	color:white;
	text-shadow:2px 1px 4px black;
	text-align:center;
}

.row{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-around;
	margin-left:25px;
	margin-right:25px;
	padding:50px;
	
}
.col2{
	flex-basis:50%;
	align-content:center;
	align-items:center;
	max-width:400px;
	
}

.col2 img{
	width:100%;
	
}
#sbcol2 img{
	width:100px;
	height:100px;
	border-radius:50%;
	/* box-shadow:1px 0px 4px 1px black; */
}



.col2 h1{
	font-size:3.0rem;
	line-height:50px;
	text-align:left;
	color:white;
	text-shadow:2px 1px 4px black;
	text-align:center;
	
}
.col1 h3{
	text-align:left;
	color:#F8238E;
}
.col1 p{
	text-align:left;
	margin:20px auto;
}
.col1 p span{
	
	padding:8px 24px;
	text-align:center;
	cursor:pointer;
	box-shadow:1px 0px 4px 1px black;
	border-radius:2px;
	transition:background 0.3s linear 0.2s, color 0.3s linear 0.2s;
	font-weight:bolder;
	background:white;
	color:black;
}

.col1 p span:hover{
	background:black;
	color:#E46B00;
	box-shadow:1px 0px 4px 1px black;
}
.col2 .ceoimg{
	
	
}

.col2 .ceoimg img{
	width:100%;
	/* box-shadow:0px 0px 0px 2px black; */
	border-radius:4px;
}
.col3{
	flex-basis:33%;
	max-width:200px;
	align-content:center;
	margin:8px auto;
	background:black;
	border-radius:4px;
	box-shadow: 1px 0px 4px 1px black;
}

.col3 img{
	width:100%;
	border-radius:4px;
}

.col3 .itnme{
	

}

.col3 p{
	text-align:center;
	font-weight:600;
	margin: 8px auto;
	color:white;
}

.col3 p span{
	text-align:center;
	font-weight:600;
	padding: 6px 16px;
	cursor:pointer;
	background:#E46B00;
	border-radius:4px;
	box-shadow:0px 0px 0px 1px white;
	color:white;
}

.col3 p span img{
	position:relative;
	cursor:pointer;
	top:8px;
	width:50px;
	height:28px;
	/* box-shadow:0px 0px 0px 1px yellow; */
}
.ordernowbox{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	min-width:300px;
	background:black;
	z-index:1000;
}

.ordernowbox form{
	max-width: 400px;
	padding:16%;
	/* background:rgba(0,0,0,0.40); */
}

.ordernowbox form input{
	width: 100%;
	margin: 6px auto;
	padding: 8px 24px;
	text-align:center;
	background:transparent;
	border:none;
	border-bottom:2px solid #E46B00;
	outline:none;
	color:white;
	font-weight:bolder;
}

.ordernowbox form input::placeholder{
	font-weight:bold;
}

.ordernowbox form button{
	width: 100%;
	margin: 6px auto;
	padding: 8px 24px;
	text-align:center;
	cursor:pointer;
	font-weight:600;
	background:#E46B00;
	color:white;
	border:none;
}

.ordernowbox form h1{
	color:snow;
}

.ordernowbox span{
	text-decoration:none;
	color:yellow;
	font-weight:800;
	font-size: 2.6rem;
	cursor:pointer;
	float:right;
	padding:2%;
	
}
.ordernowbox span img{
	width:25px;
	background:red;
	border-radius:50%;
	box-shadow:0px 0px 0px 2px red;
}

.ordernowbox h4{
	font-size: 1.6rem;
	cursor:pointer;
	color:black;
	text-align:center;
	margin: 6px auto;
	font-weight:bolder;
}

.footer{
	width:100%;
	height:40vh;
	background:black;
}

.footer .footdetails{
	position:relative;
	top:50%;
}

.footer .footdetails h3{
	display:inline-block;
	margin-left:20px;
}

.footer .footdetails h3 img{
	width:50px;
	height:50px;
}

.footer h3{
	color:#D9A200;
}
@media only screen and (max-width:300px){
	.row{
		padding:0px;
	}
	.col3{
		flex-basis:45%;
		max-width:200px;
	}
	.footer .footdetails h3{
		display:block;
		margin-left:0px;
	}
	.footer{
		height:100vh;
	}
	.col2{
		flex-basis:100%;
		max-width:200px;
	}
	#sbcol2{
		flex-basis:100%;
	}
	.navbar nav{
		display:none;
		position:absolute;
		top:40px;
		right:0px;
		height:0px;
		overflow:hidden;
		
	}
	
	.navbar .menuicon{
		display:block;
		position:absolute;
		margin:25px;
		right:0px;
	}
	
}

@media only screen and (max-width:360px){
	.row{
		padding:0px;
	}
	.col3{
		flex-basis:45%;
		max-width:200px;
	}
	.footer .footdetails h3{
		display:block;
		margin-left:0px;
	}
	.footer{
		height:100vh;
	}
	.col2{
		flex-basis:100%;
		max-width:200px;
	}
	#sbcol2{
		flex-basis:100%;
	}
	.navbar nav{
		display:none;
		position:absolute;
		top:40px;
		right:0px;
		height:0px;
		overflow:hidden;
		
	}
	
	.navbar .menuicon{
		display:block;
		position:absolute;
		margin:25px;
		right:0px;
	}
	
}

@media only screen and (max-width:375px){
	.row{
		padding:0px;
	}
	.col3{
		flex-basis:45%;
	}
	.footer .footdetails h3{
		display:block;
		margin-left:0px;
	}
	.footer{
		height:100vh;
	}
	.col2{
		flex-basis:100%;
		max-width:200px;
	}
	#sbcol2{
		flex-basis:100%;
	}
	.navbar nav{
		display:none;
		position:absolute;
		top:40px;
		right:0px;
		height:0px;
		overflow:hidden;
		
	}
	
	
	.navbar .menuicon{
		display:block;
		position:absolute;
		margin:25px;
		right:0px;
	}
	
}
@media only screen and (max-width:430px){
	.row{
		padding:0px;
	}
	.col3{
		/* flex-basis:100%; */
		flex-basis:45%;
		max-width:200px;
	}
	.col2{
		flex-basis:100%;
		max-width:200px;
	}
	.navbar nav{
		display:none;
		position:absolute;
		top:40px;
		right:0px;
		height:0px;
		overflow:hidden;
	}
	.navbar nav ul,li{
		display:block;
		
	}
	.navbar .menuicon{
		display:block;
		position:absolute;
		margin:25px;
		right:0px;
	}
	#sbcol2{
		flex-basis:100%;
	}
	#mytinxlogo >h1{
		
	}
	.footer .footdetails h3{
		display:block;
		margin-left:0px;
	}
	.footer{
		height:100vh;
	}
	.footer .footdetails{
		top:20%;
	}
}

@media only screen and (max-width: 450px){
	.row{
		padding:0px;
	}
	.col3{
		flex-basis:45%;
		max-width:200px;
		
	}
	.col2{
		flex-basis:100%;
		max-width:200px;
	}
	#sbcol2{
		flex-basis:100%;
	}
	.navbar nav{
		display:none;
		position:absolute;
		top:40px;
		right:0px;
		height:0px;
		overflow:hidden;
	}
	.navbar nav ul,li{
		display:block;
		
	}
	.navbar .menuicon{
		display:block;
	}
}

@media only screen and (max-width: 500px){
	.row{
		padding:0px;
	}
	.col3{
		flex-basis:45%;
		
	}
	.col2{
		flex-basis:100%;
		max-width:310px;
	}
	#sbcol2{
		flex-basis:100%;
	}
	.navbar nav{
		display:none;
		position:absolute;
		top:40px;
		right:0px;
		height:0px;
		overflow:hidden;
	}
	.navbar nav ul,li{
		display:block;
		
	}
	.navbar .menuicon{
		display:block;
	}
}

@media only screen and (max-width: 600px){

	.col3{
		flex-basis:45%;

	}
	.col2{
		flex-basis:100%;
		max-width:320px;
	}
}

/* @media only screen and (min-width: 750px){
	.col3{
		flex-basis:50%;
		max-width:250px;
	}
}

@media only screen and (min-width: 900px){
	.col3{
		flex-basis:50%;
		max-width:260px;
	}
}

@media only screen and (min-width: 930px){
	.col3{
		flex-basis:50%;
		max-width:270px;
	}
} */

