/**************************/
/*COMMERNT */
/**************************/
#review_form_wrapper {
    background: linear-gradient(180deg, #F8F8F8 0%, #FFEDCB 100%);
    border-radius: 12px;
    padding: 55px 40px 30px;
}
.cform-title .title-heading {
    color: var(--color1);
}

#comments {
    margin-top: 32px;
}
.cform-title {
    margin-bottom: 24px;
}
#review_form_wrapper form,
#commentform {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -moz-column-gap: 2.8rem;
  column-gap: 1.5rem;
  row-gap:min(2rem, 5vw);
}
.comment-notes,
#reviews > #review_form_wrapper #reply-title {
  display: none;
}
.comment-notes {
  display: none;
}
.form-submit,
.comment-form-comment,
.comment-form-mobile {
  grid-column: 1/-1;
}
.form-submit {
  justify-self: center;
}
.cat-parent {
  position: relative;
}
.comment_container {
  margin-bottom: clamp(1.5rem,2vw,2rem);
}
.commentlist .comment_container {
    margin: 12px 0 0;
    position: relative;
    background: #fff;
    border: 1px solid #2E58D16B;
    padding: 18px;
    border-radius: 12px;
}

.byadmin.comment_container {
   background: #F7F8FA;
    border: none;
}

.head-comment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;margin-bottom: 16px;

}
.logo {
    display: flex;
}
.logo:before {
    content: "";
    background: url("../img/logo.svg") no-repeat;
    background-size: auto;
    width: 117px;
    height: 26px;
    background-size: contain;
    z-index: 1;
    line-height: 1;
    display: inline-block;
}

.author_comment img {
    width: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    background: var(--color3);
    border-radius: 0 0 4px 4px;
    padding: 0 5px;
    height: 52px;
}
.author_comment .icon-account {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--c-primary);
  border-radius: 100vw;
  color: var(--c-neutral-000);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.byadmin > .comment_container .meta_comment {
  background-color: var(--c-primary);
}
.name_comment {
  font-size: 16px;
    font-variation-settings: var(--wgh_500);
  color: #1E2128;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    gap: 8px;
}
.name_comment i {
    font-size: 26px;
}

.author_comment span {
    display: inline-block;
    margin-top: 1rem;
}
.woocommerce-noreviews {
  display: none;
}
.comment-form label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    line-height: 26px;
    color: #333333;
}
.text-comment {
  line-height: 2.5;
  padding-top: min(1rem, 3vw);
}
.time_comment {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.time_comment i {
    font-size: 18px;
}

.commentlist > ul.children {
  position: relative;
  margin-bottom: 2rem;
}


.item-comment.byadmin > .comment_container > .head-comment .time_comment{
    color: #565656;
}
.commentlist .comment_container:not(:first-child) {
    margin-top: 17px;
}

.comment-awaiting-moderation {
    color: var(--danger);
    text-align: center;
    display: block;
    background: #ffdee1;
    font-style: normal;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 5px 0;
}
.text_comment.editor-content.main-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}

.comment-reply-link {
    color: var(--color1);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    margin-right: auto;
    width: max-content;
}

a.comment-reply-link:hover {
    color: var(--color2);
}

.footer--comment {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.comment-reply-title {
    display: flex;
    gap: min(2rem, 3vw);
    background: #fff;
    border: 1px dashed var(--color3);
    border-radius: 10px;
    padding: 1rem 3rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}
#cancel-comment-reply-link {
  background: var(--color3);
  padding: 0.5rem 2rem;
  color: #fafafa;
  border-radius:8px;
  border:1px solid var(--color3);
}
#cancel-comment-reply-link:hover {
  background: transparent;
  color: var(--color3);
}
.isreply {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color1);
    font-size: 17px;
}

.must-log-in,
.woocommerce-verification-required {
  border: 1px solid var(--danger);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 6rem;
  color: var(--danger);
}
.comment-form-comment,
.comment-form-email,
.comment-form-author {
  position: relative;
}
/* load more */

.editor-content.main-content.text-comment > * + * {
  margin: 0;
}

.woocommerce-review__verified.verified {
  background: var(--color3);
  font-size: 13px;
  border-radius: 16px;
  padding: 1px 1rem;
  margin-left: auto;
  color:#fff;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.woocommerce-review__verified.verified i {
  font-size: 16px;
}
.commentlist .comment_container .children {
    padding-right: 20px;
}

/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {

}
/**************************/
/* ABOVE 768px */
/**************************/
@media (min-width: 48em) {
    .commentlist .children li .isreply {
        right: -64px;
    }
}
/**************************/
/* ABOVE 992px */
/**************************/
@media (min-width: 62em) {
  .author-post-text {
    flex: 1;
  }
    .commentlist .comment_container .children {
        padding-right: 62px;
    }


    .head-comment {
        margin-bottom: 20px;
    }
    .comment-single #comments {
        max-width: 80%;
        margin: 60px auto 0;
    }
    #review_form {
        width: 70%;
        margin: auto;
    }
}
/**************************/
/* ABOVE 1200px */
/**************************/
@media (min-width: 75em) {

}

/**************************/
/* BELOW 1200px */
/**************************/
@media (max-width: 75em) {
}
/**************************/
/* BELOW 992px */
/**************************/
@media (max-width: 62em) {
}

/**************************/
/* BELOW 768px */
/**************************/
@media (max-width: 48em) {
}
/**************************/
/* BELOW 576px */
/**************************/
@media (max-width: 35.99em) {
    .name_comment i {
        font-size: 20px;
    }
    .logo::before {
        width: 80px;
        height: 20px;
    }
    .comment_container::before {
        top: 19px;
    }

  #review_form_wrapper form,
  #commentform {
    grid-template-columns: minmax(0, 1fr);
  }
  .isreply {
    right: -42px;
  }
}


