﻿@charset "UTF-8";
.product-page__user-comments {
  padding: 10px 10px 20px;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .product-page__user-comments {
    padding: 5px 0px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments {
    padding: 5px 0px 20px;
  }
}
.product-page__user-comments input, .product-page__user-comments textarea {
  width: 100%;
  border: 1px solid #e3e3e3 !important;
  line-height: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  padding: 5px 15px !important;
  font-size: 13px;
  color: #a7a7a7;
}
.product-page__user-comments input::-webkit-input-placeholder, .product-page__user-comments textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7a7a7;
  font-size: 13px;
}
.product-page__user-comments input::-moz-placeholder, .product-page__user-comments textarea::-moz-placeholder { /* Firefox 19+ */
  color: #a7a7a7;
  font-size: 13px;
}
.product-page__user-comments input:-ms-input-placeholder, .product-page__user-comments textarea:-ms-input-placeholder { /* IE 10+ */
  color: #a7a7a7;
  font-size: 13px;
}
.product-page__user-comments input:-moz-placeholder, .product-page__user-comments textarea:-moz-placeholder { /* Firefox 18- */
  color: #a7a7a7;
  font-size: 13px;
}
.product-page__user-comments textarea {
  height: 190px !important;
}
.product-page__user-comments .comment__title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 20px;
  color: #777;
  font-size: 14px;
}
.product-page__user-comments .comment__captcha input {
  width: 160px;
  border: 1px solid #ddd;
  padding: 4px;
  margin-inline-start: 5px;
}
.product-page__user-comments .comment__captcha i {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}
.product-page__user-comments .comment__error {
  border-color: red;
}
.product-page__user-comments.comment__done:after {
  content: "نظر شما با موفقیت ثبت شد و بعد از تایید مدیریت در سایت قابل مشاهده خواهد بود.";
  position: absolute;
  bottom: 30px;
  right: 15px;
  color: #18AC34;
}
.product-page__user-comments.comment__wait:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top: 2px solid #999;
  border-inline-start: 2px solid transparent;
  animation: loading-spin 0.6s linear infinite;
  display: inline-block;
  margin-inline-end: 5px;
  position: absolute;
  bottom: 6px;
  left: 15px;
}
.product-page__user-comments .comment__box {
  margin-bottom: 15px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box {
    margin-bottom: 5px;
  }
}
.product-page__user-comments .comment__box .comment__box {
  margin: 0 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.product-page__user-comments .comment__box .comment__box .box__header {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.product-page__user-comments .comment__box .comment__box .box__header > div {
  display: inline-block;
}
.product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(1) {
  margin-inline-end: 15px;
  position: relative;
  font-weight: bold;
  padding-inline-end: 7px;
}
.product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(1):after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #ddd;
  position: absolute;
  left: -8px;
  top: 2px;
}
.product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(2) {
  color: #999;
}
.product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(3), .product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(4) {
  float: left;
  font-size: 1.4em;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(3) {
  color: #b7da09;
  margin-inline-start: 26px;
}
.product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(4) {
  color: red;
}
.product-page__user-comments .comment__box .comment__box .box__body {
  font-weight: normal;
  color: #7a7a7a;
  text-align: justify;
}
.product-page__user-comments .comment__box .box__header ul {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box .box__header ul {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box .box__header ul {
    padding: 10px 0;
  }
}
.product-page__user-comments .comment__box .box__header li {
  display: inline-block;
}
.product-page__user-comments .comment__box .box__header li:nth-child(1) {
  margin-inline-end: 15px;
  position: relative;
  font-weight: bold;
  padding-inline-end: 7px;
}
.product-page__user-comments .comment__box .box__header li:nth-child(1):after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #ddd;
  position: absolute;
  left: -8px;
  top: 2px;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(1) {
    margin-inline-end: 6px;
  }
  .product-page__user-comments .comment__box .box__header li:nth-child(1):after {
    left: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(1) {
    margin-inline-end: 6px;
  }
  .product-page__user-comments .comment__box .box__header li:nth-child(1):after {
    left: -3px;
  }
}
.product-page__user-comments .comment__box .box__header li:nth-child(2) {
  color: #999;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(2) {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(2) {
    font-size: 11px;
  }
}
.product-page__user-comments .comment__box .box__header li:nth-child(3), .product-page__user-comments .comment__box .box__header li:nth-child(4) {
  float: left;
  font-size: 1.4em;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.product-page__user-comments .comment__box .box__header li:nth-child(3) {
  color: #b7da09;
  margin-inline-start: 26px;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(3) {
    margin-inline-start: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(3) {
    margin-inline-start: 1px;
  }
}
.product-page__user-comments .comment__box .box__header li:nth-child(4) {
  color: red;
}
.product-page__user-comments .comment__box .box__body {
  padding: 20px 10px;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box .box__body {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box .box__body {
    padding: 10px;
  }
}
.product-page__user-comments button {
  border: 1px solid transparent;
  border-bottom-color: #120a9e;
  color: #fff;
  background-color: #120a9e;
  border-radius: 5px;
  padding: 9px 61px;
  font-size: 14px;
  float: right;
  margin-top: 19px;
}

.titleComment {
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px solid #ed8707;
}
.titleComment p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

body.ltr .product-page__user-comments.comment__done:after {
  right: initial;
  left: 15px;
}
body.ltr .product-page__user-comments.comment__wait:before {
  right: 15px;
  left: initial;
}
body.ltr .product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(1):after {
  right: -8px;
  left: initial;
}
body.ltr .product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(3), body.ltr .product-page__user-comments .comment__box .comment__box .box__header > div:nth-child(4) {
  float: right;
}
body.ltr .product-page__user-comments .comment__box .box__header li:nth-child(1):after {
  right: -8px;
  left: initial;
}
@media (max-width: 767px) {
  body.ltr .product-page__user-comments .comment__box .box__header li:nth-child(1):after {
    right: -3px;
    left: initial;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.ltr .product-page__user-comments .comment__box .box__header li:nth-child(1):after {
    right: -3px;
    left: initial;
  }
}
body.ltr .product-page__user-comments .comment__box .box__header li:nth-child(3), body.ltr .product-page__user-comments .comment__box .box__header li:nth-child(4) {
  float: right;
}
body.ltr .product-page__user-comments button {
  float: left;
}

html[lang=ar-SA] .product-page__user-coments.comment__done:after {
  content: "تم إرسال تعليقك بنجاح وسيظهر في الموقع بعد موافقة الإدارة";
}

html[lang=en-US] .product-page__user-comments.comment__done:after {
  content: "Your comment has been successfully submitted and will be visible on the site after admin approval.";
}
