.bp-quantity-controls {
    display: flex;
    justify-content:center;
}

.bp-quantity-controls input{
    width: 29px;
    height: 23.5px;
    border: 1px solid #757575;
    box-sizing: border-box;
    border-radius: 1.5px;
    text-align: center;
    background: transparent;
}

.bp-quantity-controls input:disabled{
    background: transparent;
    height: 23.5px;
}

.bp-quantity-control-box {
    width: 24px;
    height: 23.5px;
    border: 1px solid #757575;
    box-sizing: border-box;
    border-radius: 1.5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display:flex;
    font-size:16px;
    cursor: pointer;
    text-decoration: none;
}