#checkout-cart .table-responsive table tr td:nth-of-type(2) {
	min-width: 175px;
}
#checkout-cart #shopping-cart form .input-group.btn-block{
    display: flex !important;
    flex-wrap: inherit;
}
#checkout-cart #shopping-cart form .input-group-btn{
    white-space: nowrap;
}
