.unit_select {
    width: 100%;
    padding: 5px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.unit_select:hover {
    cursor: pointer;
}


.customer-orders-item-qty-td input{
    border: 0;
}

.customer-orders-item-qty-td div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: baseline;
    background-color: #fff;
}

.input-number {
    vertical-align: top;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    height: 40px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 22px;
    background: #f1f1f1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(43, 182, 115, 0.50);
    background: #FFF;
}

.input-number-increment {
    border-radius: 3px;
    background: #2BB673;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}