#module-bewedproductquote-cart .cart__item .product-line__quantity input.form-control {
    min-width: 90px;
}

.quote-cart__container {
    display: flex;
    flex-wrap: wrap;
}

.quote-cart__left {
    flex: 1;
    width: 80%;
}

.quote-cart__right {
    width: 20%;
    padding-left: 20px;
}
