html body .button-container.cart {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

html body .button-container.cart form {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

html body .mayra-qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  height: 36px;
  user-select: none;
  flex: 0 0 auto;
}

html body .mayra-qty-btn {
  background: #fff;
  border: 0;
  width: 28px;
  height: 36px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html body .mayra-qty-btn:hover { background: #f5f5f5; }
html body .mayra-qty-btn:focus { outline: 0; background: #efefef; }

html body .mayra-qty-input {
  width: 40px;
  height: 36px;
  border: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 0;
  background: #fff;
  font-size: 14px;
  color: #333;
  -moz-appearance: textfield;
}

html body .mayra-qty-input::-webkit-outer-spin-button,
html body .mayra-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html body .mayra-qty-input:focus { outline: 0; }
