.body-2016 .input-long,
.body-2016 .central_form .input-long,
.body-2016 .input-short,
.body-2016 .input-medium {
	background:#fff;
	border-radius:5px;
	border:1px solid #585858;
	padding:2px 0px 2px 5px; 
    height: 30px;
}

#footer {margin-bottom:0;}
.new_order .inner{max-width:100%;}
.new_footer #footer {max-width:100%;}
.new_footer #footer_bg{height:auto; min-height: 50px;}

@media (max-width: 800px) {
.resp-padding{padding:0px 20px;box-sizing:border-box;max-width:100%;}
}
@media (max-width: 800px) {
.ssl_lock{display:none;}
}



.flex-center{
	display:flex;
	flex-wrap:wrap;
	align-items:end;
   justify-content: space-between;
	gap: 20px;
}



.fixed-footr {
    background: url(../img/desktop/new_order_bg.png) repeat top left;
    min-height: 100vh;
		
}.fixed-footr .central_footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-height: 800px) {
  .fixed-footr .central_footer {
    position: relative;
  }
}
.fixed-footr .central_order #content {
  background: none;
}
.fixed-footr .ssl_lock{
		top:auto;
    bottom: 60px;
}