.QOhelperForm input.error{
	background-color: #ffcfcf;
	border: 1px solid #d44950;
}
.QOhelperForm label.error,
.QOhelperForm .errorMsg{
	color: #d44950;	
}
.QOhelperForm label.error{
	font-weight:bold;
}
#qModal .modal-dialog{
	max-width: 420px;
}
#quick_order_form.popup input.inputbox{
	width: 100%;
}
#qModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

#qModal .modal-body {
    padding: 20px;
}

#qModal iframe {
    display: block;
    width: 100% !important;
    height: 320px !important;
    border: 0;
}
.QOhelperForm {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.QOhelperForm .form-label {
    display: block;
    margin-bottom: .375rem;
    font-size: .95rem;
}

.QOhelperForm input[type="text"],
.QOhelperForm input[type="email"],
.QOhelperForm input[type="tel"],
.QOhelperForm input[type="number"],
.QOhelperForm input[type="password"],
.QOhelperForm select,
.QOhelperForm textarea {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
}

.QOhelperForm input:focus,
.QOhelperForm select:focus,
.QOhelperForm textarea:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.QOhelperForm button,
.QOhelperForm input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    border-radius: .375rem;
    cursor: pointer;
}