#decrement-qty {
    margin-right: 10px !important;
}

#increment-qty {
    margin-left: 10px !important;
}

#decrement-qty, #increment-qty {
    width: 40px;
    height: 34px;
    text-align: center;
    border-width: 0px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,.18);
    font-weight: bold;
    line-height: 0px;
    background: white;
}



#decrement-qty:focus,#increment-qty:focus {
    outline: none;
}
