/****************************Fast order (Singleclick)*****************************/	
/*modal*/
body .modal-content{
	border-radius:1px;
	background-color:#fff;
}
body .modal-header{padding:30px; border:0; }
body .modal-body{ padding:0 30px 30px;}
#singleclick_title{
	color:#1e1a18;
	font-size:16px;
	font-weight:bold;
	}
#fast_order_form input[type='text'], #fast_order_form input[type='password'], #fast_order_form textarea,
#fast_order_form input:-webkit-autofill{ 
  width:100%;
  margin-bottom:6px;
	}
#fast_order_form input::-webkit-input-placeholder, #fast_order_form textarea::-webkit-input-placeholder {color: #1e1a18;} 
#fast_order_form input::-moz-placeholder, #fast_order_form textarea::-moz-placeholder {color: #1e1a18;}

#fast_order_form.viewcategory{ padding:20px;}
#fast_order_form input#pr{ display:inline-block; vertical-align:top; width:160px; margin-bottom:0}
#fast_order_form textarea{min-height:100px; margin-bottom:10px;}

#fast_order_result{ min-height:30px; margin-bottom:0;}
.singleclick_error{ color: #C00; font-size:1.2em;}
.singleclick_success{ color:#4a3f39; font-size:1.2em; font-weight:bold;}
#fast_order_form img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.fast_order_button{ width:100%; height:40px;font-size:16px; font-weight:bold; text-transform:uppercase;}
.fast_order_button:hover{}