/*
Theme Name: Spacious Child
Template: spacious
Version: 1.0
*/
h2 {
	font-size: 28px;
	line-height: 34px;
	line-height: 18px;
    text-align: center;
}

/* Поле товара — только для чтения */
#evf-2836-field_zlzhomBnTn-16[readonly] {
    background-color: #f7f7f7;
    cursor: not-allowed;
}
.everest-forms-notice--success {
  background-color: transparent !important;      /* прозрачный фон */
  color: #e57200 !important;                      /* оранжевый текст */
  border: 2px solid #e57200 !important;          /* оранжевая рамка */
  border-radius: 10px !important;
  padding: 20px 25px 20px 55px !important;       /* слева отступ побольше для иконки */
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: center;
  position: relative;                             /* для позиционирования иконки */
  max-width: 100%;
  margin: 0 auto;
  box-shadow: none !important;                    /* убираем тень */
}

/* Добавляем иконку галочки слева */
.everest-forms-notice--success::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('https://atomsnab.kz/wp-content/plugins/everest-forms/assets/images/evf-checked.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-title {
    font-size: 22px;
    font-weight: 600;
}

.form-desc {
    font-size: 14px;
    font-weight: 400;
}