.wc-quantity-input {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
  height: 50px;
  min-width: 130px;
  border-radius: 25px;
  border: 1px solid #000000;
}
@media (max-width: 1649.98px) {
  .wc-quantity-input {
    height: 40px;
    min-width: 104px;
  }
}
@media (max-width: 1199.98px) {
  .wc-quantity-input {
    padding: 5px 10px;
    min-width: 100px;
  }
}
.wc-quantity-input__wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 575.98px) {
  .wc-quantity-input__wrapper {
    gap: 0;
  }
}
.wc-quantity-input__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1;
  background-color: #f1f1f1;
  color: #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
  outline: none;
  border: none;
}
@media (max-width: 1649.98px) {
  .wc-quantity-input__button {
    font-size: resie(1.125em);
  }
}
@media (max-width: 1199.98px) {
  .wc-quantity-input__button {
    font-size: 0.875em;
  }
}
.wc-quantity-input__button:hover {
  background-color: #f0f0f0;
}
.wc-quantity-input__button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wc-quantity-input__input {
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
  width: 40px !important;
  font-size: 1em;
  color: #000000;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 1649.98px) {
  .wc-quantity-input__input {
    font-size: 0.8em;
    width: 32px !important;
  }
}
@media (max-width: 1199.98px) {
  .wc-quantity-input__input {
    width: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .wc-quantity-input__input {
    width: 20px !important;
  }
}
.wc-quantity-input__input::-webkit-outer-spin-button, .wc-quantity-input__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.wc-quantity-input__icon {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
}