.elementor-36900 .elementor-element.elementor-element-9572009{--display:flex;}/* Start custom CSS for post-comments, class: .elementor-element-b949eda *//* Cambiar color de las estrellas en el formulario de reseñas */
.woocommerce .comment-form-rating .stars a {
  color:#3CAF92 !important;
}
.woocommerce .star-rating span:before {
  color: #3CAF92 !important;
}
/* Ocultar el título de Valoraciones */
.woocommerce-Reviews-title {
  display: none !important;
}

/* Fuente Urbanist solo para estrellas */
.woocommerce .star-rating,
.woocommerce .star-rating span:before,
.woocommerce .comment-form-rating .stars a {
  font-family: "Urbanist", sans-serif !important;
}


#review_form #respond .form-submit input[type=submit] {
    overflow-x: hidden !important;
  position: relative;
  display: inline-flex; /* usar flex para alinear icono y texto */
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: bold;
  border: none !important;
  border-radius: 9999px !important;
  overflow: hidden;
  background: linear-gradient(90deg, #0089CC 0%, #99BE31 100%) !important;
  transition: transform 0.3s ease;
}

/* Destello vertical */
#review_form #respond .form-submit input[type=submit]:hover ::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 0, 0.6) 50%,
    transparent 100%
  );
  transition: all 0.6s ease;
  z-index: 1; /* está debajo del contenido */
}


/* Hover */
#review_form #respond .form-submit input[type=submit]:hover:hover::before, .woocommerce-address-fields p .button:hover::before {
  left: 100%;
}

.show-password-input:hover {
    background-image: none !important;
}/* End custom CSS */