/**************************/
/*COMMERNT */
/**************************/
#review_form_wrapper form,
#commentform {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -moz-column-gap: 2.8rem;
  column-gap: 2rem;
  row-gap: min(2.4rem, 5vw);
  margin-bottom: 5rem;
}
.item-comment {
  background: var(--c-blue-50);
  border-radius: 20px;
  padding: 24px;
  position: relative;
}

.item-comment.byadmin {
  background: var(--c-primary);
  color: var(--c-white);
}
.item-comment.byadmin::after {
  display: none;
}
.comment-notes,
#reviews > #review_form_wrapper #reply-title {
  display: none;
}
.comment-notes {
  display: none;
}
.comment-form-cookies-consent {
  display: none;
}

.comment-form-comment,
.comment-form-mobile {
  grid-column: 1/-1;
}
.form-submit {
  justify-self: flex-end;
  grid-column: 2/2;
}
.single-post .form-submit {
  justify-self: center;
  grid-column: 1/3;
}
.cat-parent {
  position: relative;
}
/* .comment_container {
  border: 2px solid rgba(var(--c-blue-rgb), 0.2);
  border-radius: 4px;
  padding: min(2.8rem, 3vw) min(4.5rem, 3vw) min(2rem, 3vw);
  position: relative;
} */
.comment_container,
.commentlist li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.comment-content {
  font-size: 14px;
  line-height: 30px;
  color: var(--c-blue-200);
}
.meta_comment {
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 1.8rem;
  row-gap: 1.8rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(2rem, 4vw);
  padding-bottom: min(2rem, 4vw);
  border-bottom: 1px solid #797e913b;
}
.mobile .meta_comment {
  justify-content: space-between;
}
/* .author_comment img {
  max-width: 14rem;
  -o-object-fit: contain;
  object-fit: contain;
} */
/* .author_comment .icon-account {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--c-blue);
  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-blue); */
}
.author_comment {
  font-size: var(--fs-16);
  display: flex;
  align-items: center;
  gap: min(1.8rem, 2vw);
}

.author_comment i {
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-blue-150);
  color: var(--c-white);
  font-size: 2rem;
}
.author_comment img {
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.byadmin .author_comment i {
  background: var(--c-white);
  color: var(--c-primary);
}
.byadmin .meta_comment {
  border-color: #ffffff41;
}
.woocommerce-noreviews {
  display: none;
}

.text-comment {
  line-height: 2.5;
  padding-top: min(3rem, 4vw);
}
.time_comment {
  line-height: 1;
  color: var(--c-blue-200);
  font-size: 14px;
}
.time_comment i {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: var(--br-12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-primary);
  color: var(--c-white);
  font-size: 2rem;
}
.byadmin .time_comment i {
  color: var(--c-white);
}

.commentlist ul.children {
  padding-right: min(10rem, 7vw);
  position: relative;
  margin-bottom: 2.8rem;
}
.commentlist ul.children li::before {
  content: "\e92b";
  font-family: var(--ff-icon);
  position: absolute;
  right: -6rem;
  top: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-secondary);
  font-size: 2.5rem;
  transform: translateY(-50%);
}
.comment_container {
  padding: 0 min(5rem, 5vw) 1.7rem;
  position: relative;
  border-radius: 3.5rem;
  border: 1px solid var(--br-300);
}
.children .comment_container {
  border: 1px solid var(--bg-primary3);
}

.item-comment.byadmin > .comment_container {
  border-color: var(--c-blue);
}
.comment-awaiting-moderation {
  color: var(--danger);
  text-align: center;
  display: block;
  background: var(--bg-danger);
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.text_comment.editor-content {
  font-size: var(--fs-16);
  margin-bottom: 1rem;
  color: var(--c-gray-400);
}
.byadmin .text_comment.editor-content {
  color: var(--c-white);
}
.text_comment.editor-content > * + * {
  margin-top: 0.5rem;
}

.comment-reply-link {
  margin-right: auto;
  transition: 0.3s var(--ease2);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 1.6rem;
  color: var(--c-primary);
  gap: 10px;
  line-height: 1;
  margin-top: 10px;
}
.item-comment.byadmin .comment-content,
.item-comment.byadmin .time_comment{
  color: var(--c-white);
}
.item-comment.byadmin .comment-content a,
.item-comment.byadmin .comment-reply-link {
  color: var(--c-secondary);
}

.comment-reply-link::after {
  content: '\e902';
  font-family: "websimaIcon";
  line-height: 1;
}
.comment-rate {
  display: flex;
  min-width: 4.8rem;
  background: var(--c-blue);
  border-radius: 12px;
  color: var(--c-neutral-000);
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 1px 1rem;
  font-size: var(--fs-14);
}
.comment-rate i {
  vertical-align: baseline;
  font-size: 17px;
}
.footer--comment {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.comment-reply-link i {
  font-size: 10px;
}
/* .comment-reply-link:hover {
  opacity: 0.8;
} */
.comment-reply-title {
  display: flex;
  gap: min(2rem, 3vw);
  background: var(--c-white);
  border: 1px dashed var(--c-primary);
  border-radius: var(--br-30);
  padding: 1rem 3rem 1rem 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: var(--fs-14);
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
#cancel-comment-reply-link {
  color: var(--c-primary);
}
#cancel-comment-reply-link:hover {
  color: var(--c-primary);
}
.isreply {
  position: absolute;
  left: calc(100% + (7.2rem / 2));
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 3rem;
  color: var(--c-blue);
  line-height: 1;
  background: var(--bg-white);
}
.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;
}

.comment-form-author {
  grid-column: 1;
}

.comment-form-email {
  grid-column: 2;
}

.comment-form-rating {
  grid-column: 1/-1;
}
/* load more */

.editor-content.main-content.text-comment > * + * {
  margin: 0;
}
/* .load-more-faqs::before,
#load-more-comments::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100vw;
  position: absolute;
  font-size: 13px;
  top: calc(50% + -3.75px);
  transform: translateY(-50%);
  line-height: 1;
  left: 1.6rem;
  background-color: var(--bg-primary);
} */
.load-more-faqs:hover::before,
#load-more-comments:hover::before {
  background-color: var(--c-orange);
}
.load-more-faqs:hover::after,
#load-more-comments:hover::after {
  /* color: var(--c-orange); */
}
#load-more-comments {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

/**************************/
/* forms */
/**************************/

#form-pattern .acf-notice.-error::before {
  content: "\e933";
  font-family: "icomoon";
  line-height: 1;
}

#form-pattern .acf-notice.-dismiss {
  display: none;
}
.acf-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 9px;
}
.acf-form .acf-fields > .acf-field {
  border: none;
  padding: 0;
}

#form-pattern .af-submit {
  margin-top: -2rem;
}
#form-pattern .af-field-type-textarea textarea {
  padding-top: 2rem;
}
.af-form.acf-form > .acf-fields {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  row-gap: 2rem;
}
@container (min-width: 32em) {
  .af-form.acf-form > .acf-fields {
    grid-template-columns: 1fr 1fr;
  }
}
@container (max-width: 32em) {
  .af-form.acf-form > .acf-fields {
    grid-template-columns: 1fr;
  }
}
#form-pattern input:-webkit-autofill,
#form-pattern input:-webkit-autofill:active,
#form-pattern input:-webkit-autofill:hover,
#form-pattern input:-webkit-autofill:focus {
  -webkit-animation-name: autofill;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-box-shadow: 0 0 0 100px var(--c-neutral-000) inset !important;
  -webkit-box-shadow: none;
}
.acf-form-submit {
  text-align: center;
  position: relative;
}

.af-field-type-file label {
  line-height: 1;
  position: static;
  margin-bottom: 1rem !important;
}

/**************************/
/* BELOW 768px */
/**************************/
@media (max-width: 48em) {
  .af-form.acf-form > .acf-fields {
    grid-template-columns: 1fr;
  }
}

/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {
}
/**************************/
/* ABOVE 768px */
/**************************/
@media (min-width: 48em) {
  .item-comment::after {
    content: "";
    position: absolute;
    inset: -16rem auto 0 40%;
    background-repeat: no-repeat;
    max-width: var(--width-container);
    margin-right: auto;
    margin-left: auto;
    width: 16rem;
    height: 30rem;
    background-size: contain;
    z-index: 0;
    background-position: top;
    opacity: 1;
    pointer-events: none;
  }
}
/**************************/
/* ABOVE 992px */
/**************************/
@media (min-width: 62em) {
  .author-post-text {
    flex: 1;
  }
}
/**************************/
/* 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) {
  .time_comment i {
    display: none;
  }
  .commentlist ul.children::before {
    padding-right: 0;
  }
  #review_form_wrapper form,
  #commentform {
    grid-template-columns: minmax(0, 1fr);
    row-gap: min(1rem, 5vw);
  }
  .form-submit {
    grid-column: 1;
    justify-self: center;
    margin-top: 14px;
  }
  .comment-reply-title {
    margin-bottom: 1rem;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-rating {
    grid-column: 1;
  }
  .commentlist ul.children {
    padding-right: 3rem;
  }
 
  .commentlist ul.children::before {
    right: -0.4rem;
    top: 2rem;
    font-size: 2.2rem;
  }
  
.commentlist ul.children li::before {
  right: -3.5rem;
}
}
