.qib-button-wrapper button.qib-button{
    padding: 7px 12px 8px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    height: 40px;
    width: 40px;
    color: black;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    border-radius: 2px;
    margin-right: 4px;
    transition: all .2s ease;
}
.qib-button-wrapper .quantity {
    display: inline;
}
.qib-button-wrapper{
    white-space: nowrap;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 40px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 40px;
    padding: 7px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: none;
    font-size: 16px;
    line-height: 16px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    margin-right: 4px
}

span.wqpmb_plain_input.hidden{display: none;}

body.cart tr.woocommerce-cart-form__cart-item.cart_item .quantity.wqpmb_quantity,.quantity.wqpmb_quantity {
    display: inline-flex;
}
body.single-product .qib-button.qib-button-wrapper {
    display: inline-block;
    float: left;
    margin-right: 8px;
}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .qib-button-wrapper{
    margin: inherit;
}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{
    margin-right: 0;margin: 0;
}

.qib-button-wrapper input::-webkit-outer-spin-button,
.qib-button-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
.qib-button-wrapper input[type=number]
{
  -moz-appearance: textfield;
}

button.minus.qib-button:hover, button.plus.qib-button:hover{
    box-shadow: 0 0 0 3px rgb(0 0 0 / 10%);
}
.qib-button-wrapper button.qib-button:active{
    box-shadow: 0 0 0 2px rgb(0 0 0 / 90%);
}