#comment-form-rating-label {
  color: #000000;
}

.elementor-kit-280 label {
  color: #0f0e0e;
}

.woocommerce #review_form #respond p {
  color: #ff6200;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  background-color: #ff6200;
  color: #000000;
}

.woocommerce p.stars a {
  color: #ff7300;
}

 /*mensajes de ccs*/
/* Oculta todos los mensajes tipo notice, error o success */
.woocommerce-message,
.woocommerce-info {
  display: none !important;
}


 /*transformacion textos*/
label,
.woocommerce label,
.woocommerce span,
.woocommerce p {
  text-transform: none !important;
}