.btn-quantity{
    
    background-color: black;
    border: 0px;
    border-radius: 0%;
    
    margin: 0;
    text-align: center;
}

.btn-quantity:hover{
    border: 2px inset black !important;
    background-color: white !important;
    color: black !important;
}


.form-quantity{
    text-align: center;
    margin: 0;
    border-radius: 0px !important;
    min-width: 40px;
}


#Quantity-input{
    max-width: 80px;
}
