/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

/* Airlectra */

.product .qs-cart-qty {
    width:75px;
    text-align:right;
    border-bottom-left-radius: 10px!important;
    border-top-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
}

.product input.qs-cart-qty::-webkit-outer-spin-button,
.product input.qs-cart-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product input.qs-cart-qty[type=number] {
  -moz-appearance: textfield;
}