.change-quantity-btn {
  background: transparent;
  width: 58px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid var(--border, #C8C8C8);
  transition: 0.3s;
}
.change-quantity-btn.plus svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.change-quantity-btn.plus svg:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.custom-quantity-wrapper {
  width: 80px;
  border-bottom: 1px solid #C8C8C8;
  height: fit-content;
  margin: 0 11px;
}
.custom-quantity-wrapper input {
  border: none;
  color: #358E03;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  outline: none;
  width: 100%;
  -moz-appearance: textfield;
}
.custom-quantity-wrapper input::-webkit-inner-spin-button,
.custom-quantity-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-quantity-wrapper span {
  color: #358E03;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}
.single_add_to_cart_button.button {
  width: 212px;
  height: 58px;
  border-radius: 30px;
  background: var(--green-main, #358E03);
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  /* 278.571% */
  text-transform: uppercase;
  outline: none;
  border: none;
  transition: 0.3s;
}
.single_add_to_cart_button.button:hover {
  box-shadow: 0 11px 14px rgba(101, 101, 101, 0.5);
}
.woocommerce-variation-add-to-cart {
  column-gap: 18px;
  row-gap: 15px;
  flex-wrap: wrap;
}
