/*=======================================
=            Comments styles            =
=======================================*/
.comments .title-alt,
.about-author-title,
.related-posts .title,
.comment-reply-title {
  font-size: 1.7142em;
  padding-bottom: 0.7em;
  margin-bottom: 0;
}
#reviews #comments > h2,
.comment-reply-title {
  display: block;
  width: 100%;
  color: var(--et_dark-2-white);
  margin-bottom: 0;
  line-height: var(--h2-line-height);
}
#reviews #comments > h2,
span.comment-reply-title {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid var(--et_border-color);
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: var(--h2-line-height);
}
.comment-reply-link {
  color: var(--et_active-color);
}
.comments-list .comment {
  width: 100%;
  display: inline-block;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--et_border-color);
}
.comments-list .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-list .meta-comm {
  font-size: 1rem;
  margin-bottom: 5px;
}
.comments-list .children {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--et_border-color);
}
.comments-list .children:last-child {
  margin-bottom: 0;
}
.comment-respond {
  display: inline-block;
  width: 100%;
}
article + .comment-respond {
  margin-top: 2.7vw;
}
.comment-respond label {
  display: none;
}
.comment-respond textarea {
  height: 200px;
}
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-author {
  width: 33.3%;
  display: block;
  float: left;
}
.comment-respond .comment-form-email {
  padding: 0 0.71em;
}
.comment-respond .comment-form-url {
  padding: 0 0 0 1.42em;
}
.comment-respond .comment-form-author {
  padding: 0 1.42em 0 0;
}
.comment-respond .comment-form-rating label {
  margin-bottom: 0;
}
.comment-respond .comment-form-rating #rating {
  opacity: 0;
}
.comment-respond .comment-form-rating .stars {
  margin-bottom: 1em;
}
.comment-form-cookies-consent label {
  display: block;
}
/**
 *
 * Reviews form on woocommerce product
 *
 */
.commentlist li {
  list-style-type: none;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--et_border-color);
}
.commentlist li:last-child {
  border: none;
}
.commentlist .avatar {
  float: left;
  margin-top: 12px;
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .commentlist .avatar {
    max-width: 60px;
  }
}
.commentlist .comment-text {
  overflow: hidden;
  text-align: start;
}
.commentlist .comment-text p {
  word-break: break-word;
}
.commentlist .description p {
  margin-bottom: 0.75em;
}
.commentlist .star-rating {
  float: right;
  margin-top: 5px;
}
.commentlist .star-rating span {
  height: auto;
}
.commentlist .meta {
  font-size: 0;
}
.commentlist .meta strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--et_dark-2-white);
}
.commentlist .meta time {
  color: var(--et_main-color);
  font-size: 1.14rem;
}
.no-comments {
  display: none;
}
#review_form .comment-respond label {
  display: block;
  font-size: 1.14rem;
}
#review_form .comment-respond .comment-form-author,
#review_form .comment-respond .comment-form-email {
  width: 100%;
  display: block;
  padding: 0;
}
#review_form .comment-respond .comment-form-author input,
#review_form .comment-respond .comment-form-email input {
  width: 100%;
}
#review_form #wp-comment-cookies-consent + label {
  display: inline-block;
}
.single-post .comments {
  margin-bottom: 50px;
}
.author-info .media-body p:last-of-type,
.comments-list .comment .media-body p:last-of-type {
  margin-bottom: 1.05em;
}
#reviews .commentlist .star-rating {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #reviews {
    overflow: hidden;
    --h2-line-height: 1.4;
  }
  #reviews #comments,
  #reviews #review_form_wrapper {
    width: 50%;
  }
  #reviews #comments:only-child,
  #reviews #review_form_wrapper:only-child {
    width: 100%;
    padding: 0;
  }
  .tabs-after_image #reviews #comments,
  .tabs-after_image #reviews #review_form_wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url,
  .comment-respond .comment-form-author {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .comment-respond .form-group input {
    width: 100%;
  }
  .commentlist .comment {
    padding-bottom: 1.43em;
    margin-bottom: 1.43em;
  }
  .commentlist .comment-text p {
    word-break: normal;
  }
}
@media only screen and (max-width: 480px) {
  .comments-list .comment .media .pull-left {
    margin-bottom: 10px;
  }
  .comments-list .comment .media-body {
    width: 100%;
  }
}
/*=====  End of Comments styles  ======*/
.comments-list {
  padding-left: 0 !important;
}
.comments-list .comment img {
  margin-right: 1.8em;
}
.comments-list .children {
  padding-left: 6em;
}
@media only screen and (max-width: 1200px) {
  .comments-list .children {
    padding-left: 3em;
  }
}
@media only screen and (min-width: 992px) {
  #reviews #review_form_wrapper {
    float: right;
    padding-left: 15px;
  }
  #reviews #comments {
    float: left;
    padding-right: 15px;
  }
}
