
	#popupToOrderInOneClick textarea{
		resize: none;
		height: 100px
	}
	#popupToOrderInOneClick input, #popupToOrderInOneClick textarea{
		margin: 3px!important;
		width:100%;
	}
	#popupToOrderInOneClick input[type='checkbox']{
		width: auto;
		display: inline-block;
		vertical-align: top;
		height: auto;
	}
	
.orderIsAdded{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
}
	.orderIsAdded h4{
		text-align:center;
	}

.modal-body form #submitOrderInOneClick{
	border: none;
}

label {
	max-width: calc( 100% - 20px ) !important;
}
#popupToOrderInOneClick label, #popupToOrderInOneClick label a{
	font-size:14px;
	font-weight:500;
	vertical-align: top;
}
#popupToOrderInOneClick label a{
	color:#b21001;
}
@media screen and (max-width: 767px){
		#popupToOrderInOneClick{padding: 20px;}
		#popupToOrderInOneClick input{
			height: 30px;
			line-height: 30px;
		}
		#popupToOrderInOneClick textarea{height: 80px;}
}

