#review_form_wrapper {
  padding: 0;
  margin-top: 2rem;
}
#review_form_wrapper .col-inner {
  background: unset;
  padding: 0;
}
#review_form_wrapper .comment-form {
  margin: 0;
}
.review-form-inner {
  border: 1px solid #ebf0f9;
  border-radius: 10px;
  padding: 1rem;
}
#reply-title {
  border-bottom: 1px solid #f5f5f7;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#review_form_wrapper .review-product-info {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#review_form_wrapper .review-product-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin: 20px 20px 0;
}
#review_form_wrapper .comment-form > div,
#review_form_wrapper .comment-form > p {
  letter-spacing: unset !important;
}

#review_form_wrapper p.stars {
  max-width: 400px;
  margin: 10px auto;
}
#review_form_wrapper .stars a {
  color: #757575 !important;
  font: 15px / 20px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  flex: 1;
  margin: 0;
}
#review_form_wrapper .stars a::after {
  font-size: 40px !important;
  line-height: 45px !important;
  margin-bottom: 3px;
  width: 45px;
  overflow: hidden;
}
.stars a.active:after,
.stars a.choice:after,
.stars a:hover:after {
  color: #ff9f00 !important;
}

#review_form_wrapper .stars a + a {
  border: none;
  margin: auto;
}
#review_form_wrapper .comment-form-rating p.stars:nth-child(2) {
  display: none;
}
#review_form_wrapper p.stars {
  max-width: 400px;
  margin: 10px auto;
}
#review_form_wrapper textarea {
  box-shadow: unset;
  border: 1px solid #ebf0f9;
}
#review_form_wrapper .review-actions {
  margin-bottom: 10px;
  gap: 10px;
}
#review_form_wrapper .comment-form-recommend,
#review_form_wrapper .comment-form-attachment {
  flex: 1;
}
#review_form_wrapper #will_recommend {
  margin-right: 5px;
  margin-bottom: 0;
}
#review_form_wrapper label {
  font-size: 13px;
  font-weight: normal;
}
#review_form_wrapper .comment-form-attachment label {
  display: flex;
  gap: 5px;
}
#review_form_wrapper .comment-form-attachment input[type="file"] {
  color: transparent;
  width: 20px;
  height: 20px;
  margin: 0;
}
#review_form_wrapper .comment-form-attachment input[type="file"]::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='4' width='16' height='16' rx='2' stroke='%23666' stroke-width='1'/%3E%3Cline x1='12' y1='8' x2='12' y2='16' stroke='%23666' stroke-width='1'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%23666' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#review_form_wrapper .image-preview {
  display: flex;
  align-items: center;
  gap: 10px;
}
#review_form_wrapper .image-preview .preview-item {
  position: relative;
}
#review_form_wrapper .image-preview .preview-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #edeaea;
  padding: 2px;
}
#review_form_wrapper .remove-preview {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
#review_form_wrapper .remove-preview:before,
#review_form_wrapper .remove-preview:after {
  position: absolute;
  content: "";
  top: 9px;
  right: 4px;
  width: 10px;
  border-radius: 8px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #e5e5e5;
}
#review_form_wrapper .remove-preview:after {
  transform: rotate(-45deg);
}
#review_form_wrapper input[type="submit"] {
  padding: 2px 10px;
  min-height: 2rem;
  font-size: 14px;
}
#review_form_wrapper input {
  border-radius: 6px;
}
#comments ol.commentlist {
  font-size: 14px;
}
#comments .comment-list li,
#comments .commentlist li {
  margin-left: 0 !important;
}
#comments .review-intro {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
}
#comments .star-rating:before,
#comments .woocommerce-page .star-rating:before,
#comments .star-rating span:before {
  color: #ff7b01;
  border: none;
  outline: none;
  font-size: 13px;
  letter-spacing: 3px;
}
#comments .review-recommend {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#comments .review-recommend:before {
  background-color: #ebf0f9;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 8px);
  width: 1px;
}
#comments .comment-list li .description,
#comments .commentlist li .description {
  font-style: normal;
  font-size: 14px;
}
#comments .review-images {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#comments .review-images img {
  border-radius: 6px;
  object-fit: cover;
}
#comments .review-intro .star-rating {
  max-width: 86px;
}
#comments .comment-list > li:not(:first-child),
#comments .commentlist > li:not(:first-child) {
  border-top: 1px solid #ebf0f9;
}
.woocommerce-review__published-date {
  float: unset !important;
  margin-left: 2rem;
}
.reactions-review-btn {
  padding: 0;
  line-height: unset;
  min-height: unset;
  margin: 0 10px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}

.reactions-review {
  display: inline-flex;
  align-items: center;
}

.commentlist li .meta {
  margin-bottom: 10px !important;
  display: flex;
  justify-content: space-between;
}
.reactions-review-btn svg {
  height: 15px;
  width: 20px;
  margin-right: 0px;
  line-height: 1;
}
.published-date,
.review-meta-more {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 2rem;
}
.comment-list li .avatar img,
.commentlist li .avatar img,
.comment-list li .avatar,
.commentlist li .avatar {
  width: 37px;
  height: 37px;
}
.published-date .woocommerce-review__published-date,
.reactions-review-btn .likes,
.reactions-review-btn .loves {
  position: absolute;
  top: -30px;
  left: -40px;
  min-width: 100px;
  background: rgb(214 227 237 / 80%);
  text-align: center;
  font-size: 11px;
  border-radius: 8px;
  padding: 2px 0;
  display: none;
}
.reactions-review-btn .likes,
.reactions-review-btn .loves {
  left: -40px;
}
.published-date:hover .woocommerce-review__published-date,
.reactions-review-btn:hover .likes,
.reactions-review-btn:hover .loves {
  display: block;
}
#comments .comment-respond,
.comment-form > div,
.comment-form > p {
  background: #fff !important;
  box-shadow: unset;
  border: none;
}

#reply-title {
  border: none;
}

p.comment-form-comment label {
  display: none;
}
