
#product_comments_block_tab div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ff8f00; }
#product_comments_block_tab div.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ff8f00; }
#product_comments_block_tab div.star{
  float: left;
  font-size: 16px;
  margin-top: -5px;
}

#product_comments_block_extra div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ff8f00; }
#product_comments_block_extra div.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ff8f00; }
#product_comments_block_extra div.star{
  float: left;
  font-size: 16px;
  margin-top: -1px;
}



.comment-item .comment-body:before {
  border-color: transparent #e0e0e0 transparent transparent;
  left: -10px;
}
.comment-item .comment-body:before, .comment-item .comment-body:after {
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
}
.comment-item .comment-body:after {
  border-color: transparent #fff transparent transparent;
  left: -8px;
}
.comment-item .comment-body {
  border: 1px solid #e0e0e0;
  padding: 21px;
  position: relative;
}
.comment-item .comment-body .author {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
.comment-item .comment-body .author {
  font-weight: 500;
  text-transform: capitalize;
}
.comment-item .comment-body .date {
  color: #8c8c8c;
  margin-right: 15px;
}
.comment-item .comment-body .date {
  font-size: 14px;
  line-height: 26px;
}

#new_comment_form h3 {
  border-bottom: 1px solid #ececec;
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 40px;
}
#new_comment_form p {
  color: #747474;
  margin-top: 15px;
}
#new_comment_form #criterions_list .star a{
  display: none;
}
#new_comment_form div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffd800; }
#new_comment_form div.star_on:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffd800; }
#new_comment_form div.star:before{
  color: #e6e6e6;
  font-size: 19px;
}
#new_comment_form div.star_on:before{
  color: #ffd800;
}
#new_comment_form .star{
  float: left;
  font-size: 19px;
}

.comment-form input[type="text"], .comment-form textarea {
  background-color: #ececec;
  border: medium none;
  border-radius: 3px;
  color: #3d3d3d;
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.comment-form .form-submit button[type="submit"] {
  border: medium none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 18px 52px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.comments_note .star_content .star {
  color: #ff8f00;
  font-size: 15px;
}
@media (max-width: 767px) {
  .comment-item .comment-body:before, .comment-item .comment-body:after {
    content: none;
  }
  /*.comment-item .comment-body:before {
    content: "";
    left: 6px;
    position: absolute;
    top: -13px;
    transform: rotate(90deg);
  }*/
}