.qib-button-wrapper button.qib-button{
   /* padding: 6px 12px 8px;*/
   height: 41px;
   background: #f1f1f1;
   border: 0px;
   cursor: pointer;
   font-size: 15px;
   line-height: 20px;
   width: 41px;
   color: black;
   height: 41px;
   font-weight: 700;
   color: var(--color-cpops-accent-color,#705aef);
}
.qib-button-wrapper .quantity {
    display: inline;
}
.qib-button-wrapper{
    margin: 3px auto;
    white-space: nowrap;
	padding-left: 0px;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 31px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 30px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #efefef;
    font-size: 16px;
    line-height: 20px;
    box-shadow: none;
    border-radius: 2px;
}

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: 5px;
}
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;
    width: 80px;
}

.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;
}

@media screen and (max-width: 576px){
    .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: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #efefef;
    font-size: 16px;
    line-height: 20px;
    box-shadow: none;
    border-radius: 2px;
}
.qib-button-wrapper {
    margin: 3px auto;
    white-space: nowrap;
    padding-left: 0px;
}
}
   @media screen and (max-width: 321px){
.qib-button-wrapper {
    margin: 3px auto;
    white-space: nowrap;
    padding-left: 18px;
}}