.number-count-increment{
    float: right;
    margin: 0;
    /*min-width: 150px;*/
    max-width: 120px;
    font-weight: normal;
    border: #004481 1px solid ;
    height: 25px;
    padding: 2px;
    border-radius: 20px;
    background-color: white;
}

.number-count-increment input{
    width: 50%;
    border: none;
    outline: none;
    padding: 1px;
    text-align: center;
    background-color: white;
    color: #004481;
}

.number-count-increment button{
    border: none;
    /*height: 25px;*/
    width: 20%;
    padding: 2px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    background-color: white;
    color: #004481;
}

.number-count-increment .left-button{
    border-radius: 20px 0 0 20px;
}

.number-count-increment .right-button{
    border-radius: 0 20px 20px 0;
}

.number-count-increment button:hover{
    background: #004481;
    color: white;
}
