.modal-widget .response.active {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 30px;
    font-size: 16px;
    z-index: 2;
}

/* ASK A QUESTION FORM START */
#ask-a-question-form {
    color: #000000;
}

#ask-a-question-form .designer-name {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#ask-a-question-form .product-name {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

#ask-a-question-form .field-email {
    margin-top: 24px;
    margin-bottom: 29px;
}

#ask-a-question-form .field-message {
    margin-bottom: 23px;
    --form-input-height: 220px;
}

#ask-a-question-form .field-message > textarea#message {
    resize: none;
    min-height: 220px;
}

#ask-a-question-form .field-message.has-error::after {
    top: 8%;
}

#ask-a-question-form .agreements {
    font-weight: 300;
    margin-bottom: 22px;
}

#ask-a-question-form .agreements a {
    text-decoration: underline;
}

#ask-a-question-form small {
    font-size: 10px;
    font-weight: 300;
}

#ask-a-question-form .basic-btn-primary[type="submit"] {
    margin-top: 24px;
}

@media (min-width: 768px) {
    #ask-a-question-form .basic-btn-primary[type="submit"] {
        width: 50%;
        display: block;
        margin: 24px auto 0 auto;
    }
}
/* ASK A QUESTION FORM END */
