/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/twentyseventeen-child/
 Description:  Дочерняя тема для Twenty Seventeen
 Author:       Ваше Имя
 Template:     twentyseventeen
 Version:      1.0.0
 Text Domain:  twentyseventeen-child
*/

/* Дополнительные стили для ripple-эффекта */
.ripple-button {
    transition: all 0.3s ease !important;
}

/* Улучшаем внешний вид кнопок Elementor */
.elementor-button.ripple-button {
    z-index: 1;
}

/* Гарантируем правильное позиционирование */
button.ripple-button, 
input[type="submit"].ripple-button, 
input[type="button"].ripple-button {
    vertical-align: top;
}

.woocommerce-message {
  background: #5d7910;
  font-size: 22px;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  max-width: 1140px;
}