/* GIFT LIST */
.gifts__keyword__input {
  width: 100% !important;
}

/* DELIVERY INPUT */
.cart__form {
  margin-top: 2rem;
}
.cart__accordion .mess {
  margin-top: 10px;
  font-size: 1rem;
}

/* CART ERROR */
.reg__error {
  padding: 5rem 1.25rem;
  background: #ffe6e6;
  text-align: center;
}

.reg__error__text1 {
  font-size: 1.5rem;
  color: #ff0000;
  font-weight: 700;
}

.reg__error__text2 {
  margin-top: 0.625rem;
}