.qty-minus,
.qty-add {
    min-width: 20px;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 32px;
}

.qty-minus {
    position: absolute;
    margin-left: -20px;
}

.qty-add {
    position: absolute;
    margin-left: 57px;
}

.box-tocart .qty label.label {
    padding-right: 30px;
}

.control.qty .input-text.qty {
    margin-left: 2px;
    margin-right: 2px;
}
.table.grouped .product-item-name {
    margin-right:15px;
}