
#ordernow-modal{
	
}

#ordernow-modal .header{
	overflow:hidden;
}

#ordernow-modal .content{
	overflow:hidden;
}

#ordernow-modal .footer{
	background-color:#eeeeee;
	padding:15px;	
	overflow:hidden;	
}

#ordernow-modal .footer .center{	
	overflow:hidden;
	width:211px;
	margin-left:auto;
	margin-right:auto;
}

#ordernow-modal .footer .text{
	line-height:50px;
	font-size:12px;	
	vertical-align:middle;
	float:left;
	margin-right:15px;
}

#ordernow-modal .footer img{
	height:50px;
	float:left;
}

#ordernow-modal  h2{
	text-align:center;
	margin-bottom:20px;	
}

#ordernow-modal .threecontainer{	
	overflow:hidden;
	
}

#ordernow-modal .threecontainer .threebox{
	display:block;	
	width:33.3%;
	float:left;
	font-size:20px;
	padding-top:40px;
	padding-bottom:40px;	
	background-color:#eeeeee;	
	text-align:center;
	color:#90407e;
	font-weight:bold;	
}

#ordernow-modal .threecontainer  .threebox .threecontent{
	display:none;
}

#ordernow-modal .threecontainer .threebox:hover{
	cursor:pointer;
}

#ordernow-modal .threecontainer .threebox.active{
	background-color:#90407e;
	color:#ffffff;
}

#ordernow-modal  .subcontent{		
	background-color:#90407e;	
	color:#ffffff;
	padding:10px;
	display:none;
}

#ordernow-modal  .subcontent .delivery-address-container{
	width:99.9%;
}	
#ordernow-modal .subcontent .delivery-address{	
	font-size:16pt;
	padding:5px;
	margin:0 auto;
	width: calc(100% - 40px);
}

#ordernow-modal  .subcontent .pickup-address-container{
	width:99.9%;
	text-align:center;
}	
#ordernow-modal .subcontent .pickup-address{	
	font-size:16pt;
	padding:5px;
	margin:0 auto;
	width: calc(100% - 40px);
}

#ordernow-modal  .subcontent .reservation-address-container{
	width:99.9%;
	text-align:center;
}	
#ordernow-modal .subcontent .reservation-address{	
	font-size:16pt;
	padding:5px;
	margin:0 auto;
	width: calc(100% - 40px);
}

#page_loading{
	z-index:3000;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:none;
}