.qfo-form-group {
	font-size: inherit !important;
}
.qfo-table {
	margin-bottom: 0px;
}
.qfo-table td {
	vertical-align: middle !important;
}
.qfo-img-td {
	width: 75px;
}
.qfo-price-td {
	text-align: right;	
}
.qfo-quantity-td {
	width: 25%;
}
.qfo-input-group {
	float: right;
}
.qfo-input-group input {
	height: 34px;
	min-width: 50px;
	text-align: center;
	z-index: 5 !important;
}
.qfo-btn-minus, .qfo-btn-plus {
	width: 30px;
	height: 34px;
    padding: 0 9px !important;
	outline: none !important;
}
.qfo-btn-minus {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.qfo-btn-plus {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
