#checkout-cart .sr-cart-qty-cell {
  min-width: 180px;
  white-space: nowrap;
}

#checkout-cart .sr-cart-qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  vertical-align: middle;
  width: auto;
  max-width: none;
  white-space: nowrap;
}

#checkout-cart .sr-cart-qty-wrap .btn {
  width: 34px;
  height: 34px;
  padding: 6px 0;
  text-align: center;
  flex: 0 0 34px;
  border-radius: 4px !important;
}

#checkout-cart .sr-cart-qty-wrap .sr-qty-input {
  width: 42px;
  height: 34px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  flex: 0 0 42px;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
}

#checkout-cart .sr-cart-qty-wrap .sr-cart-remove {
  margin-left: 2px;
}

@media (max-width: 767px) {
  #checkout-cart .sr-cart-qty-cell {
    min-width: 170px;
  }

  #checkout-cart .sr-cart-qty-wrap {
    gap: 3px;
  }

  #checkout-cart .sr-cart-qty-wrap .btn {
    width: 32px;
    flex-basis: 32px;
  }

  #checkout-cart .sr-cart-qty-wrap .sr-qty-input {
    width: 40px;
    flex-basis: 40px;
  }
}

#checkout-cart .sr-voucher-qty-wrap {
  max-width: 200px;
}
