@charset "UTF-8";
section.product-reviews-section {
  width: 100%;
}
section.product-reviews-section .stars {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
section.product-reviews-section .stars span {
  display: inline-block;
  direction: rtl;
}
section.product-reviews-section .stars a {
  display: inline-block;
  margin: 0 5px;
  text-indent: -9999px;
  position: relative;
  width: 20px !important;
  height: 20px;
}
section.product-reviews-section .stars a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★";
  text-indent: 0;
  color: #ccc;
  font-size: 20px;
}
section.product-reviews-section .stars a.active:before {
  color: #EB000C;
}
section.product-reviews-section .stars a:hover:before {
  color: #EB000C;
}
section.product-reviews-section .stars a:hover ~ a:before {
  color: #EB000C;
}
section.product-reviews-section .stars.selected a.active:before {
  color: #EB000C;
}
section.product-reviews-section .stars.selected a.active ~ a:before {
  color: #ccc;
}
section.product-reviews-section .stars.selected:hover a:before {
  color: #EB000C;
}
section.product-reviews-section .stars.selected:hover a:hover ~ a:before {
  color: #EB000C;
}
section.product-reviews-section .star-rating {
  margin-bottom: 5px;
}
section.product-reviews-section .star {
  color: #ccc;
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
section.product-reviews-section .star.filled {
  color: #EB000C;
}
section.product-reviews-section .star.half-filled {
  position: relative;
}
section.product-reviews-section .star.half-filled:before {
  content: "★";
  color: #ccc;
}
section.product-reviews-section .star.half-filled:after {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: #EB000C;
}
section.product-reviews-section .star-rating-display {
  display: inline-block;
  white-space: nowrap;
}
section.product-reviews-section .reviews-list {
  margin-top: 20px;
}
section.product-reviews-section .review-item {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fafafa;
}
section.product-reviews-section .review-item:last-child {
  margin-bottom: 0;
}
section.product-reviews-section .review-author {
  margin-bottom: 5px;
  color: #666;
}
section.product-reviews-section .review-content {
  margin-bottom: 0;
}
section.product-reviews-section .average-rating-btn {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}
section.product-reviews-section .review-count {
  color: #666;
  font-size: 14px;
}
section.product-reviews-section .no-reviews {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
section.product-reviews-section .write-review-btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.product-reviews-section .woocommerce-reviews-form {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 15px;
}
section.product-reviews-section .woocommerce-reviews-form textarea,
section.product-reviews-section .woocommerce-reviews-form input[type=text],
section.product-reviews-section .woocommerce-reviews-form input[type=email] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
section.product-reviews-section .woocommerce-reviews-form input[type=submit] {
  background-color: #EB000C;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}
section.product-reviews-section .woocommerce-reviews-form input[type=submit]:hover {
  background-color: #c9000a;
}
section.product-reviews-section .comment-form-rating {
  margin-bottom: 15px;
  text-align: center;
}
section.product-reviews-section .comment-form-comment,
section.product-reviews-section .comment-form-author,
section.product-reviews-section .comment-form-email {
  margin-bottom: 15px;
}
section.product-reviews-section .form-submit {
  margin-top: 15px;
  text-align: center;
}
section.product-reviews-section .review-submitted {
  padding: 15px;
  background-color: #f8f9fa;
  border-left: 4px solid #4CAF50;
  margin-bottom: 20px;
}
section.product-reviews-section .review-error {
  padding: 15px;
  background-color: #f8f9fa;
  border-left: 4px solid #f44336;
  margin-bottom: 20px;
}
section.product-reviews-section .write-another-review {
  background-color: #EB000C;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}
section.product-reviews-section .write-another-review:hover {
  background-color: #c9000a;
}
