﻿@charset "UTF-8";
/* @extend */
/* Following media queries are based on Bootstrap 3.x breakpoints */
.product-page__user-comments {
  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: none !important;
  line-height: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  padding: 5px 15px !important;
  font-size: 13px;
  color: #a7a7a7;
  background: #f5f5f5;
}
.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-right: 15px;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__captcha input {
    margin-right: 0;
    margin-top: 15px;
  }
}
.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-right: 2px solid transparent;
  animation: loading-spin 0.6s linear infinite;
  display: inline-block;
  margin-left: 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;
}
.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-left: 15px;
  position: relative;
  font-weight: bold;
  padding-left: 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-right: 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-left: 15px;
  position: relative;
  font-weight: bold;
  padding-left: 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-left: 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-left: 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-right: 26px;
}
@media (max-width: 767px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(3) {
    margin-right: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-page__user-comments .comment__box .box__header li:nth-child(3) {
    margin-right: 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: black;
  color: #fff;
  background-color: black;
  border-radius: 5px;
  padding: 9px 65px;
  font-size: 14px;
  float: right;
  margin-top: 19px;
}

.product-page__box .title-comment {
  line-height: 4;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.product-page__box .floatify__right {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .product-page__box .floatify__right:first-child {
    margin-bottom: 10px;
    display: block;
  }
}
.product-page__box .floatify__left {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .product-page__box .floatify__left:first-child {
    margin-bottom: 10px;
    display: block;
  }
}
