.button-add-to-quote{
    transition: 1s !important;
    width:45%  !important;
}

.qp-form-row label {
    width: 100%;
}

#quote-cart-form {
    overflow: auto;
}

@media screen and (max-width: 900px) {
    .form-quote .qp-form-row {
        width: 100% !important;
    }
}