/*
* Ecomteck
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the ecomteck.com license that is
 * available through the world-wide-web at this URL:
 * https://ecomteck.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Ecomteck
 * @package     Ecomteck_ProductQuestions
 * @copyright   Copyright (c) 2019 Ecomteck (https://ecomteck.com/)
 * @license     https://ecomteck.com/LICENSE.txt
*/
@font-face {
  font-family: 'customer-question';
  src: url('fonts/customer-question.eot?t29cdu');
  src: url('fonts/customer-question.eot?t29cdu#iefix') format('embedded-opentype'), url('fonts/customer-question.ttf?t29cdu') format('truetype'), url('fonts/customer-question.woff?t29cdu') format('woff'), url('fonts/customer-question.svg?t29cdu#customer-question') format('svg');
  font-weight: normal;
  font-style: normal;
}
.box-question-list {
  border: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}
.box-question-list .block-title {
  margin-bottom: 3rem;
}
.box-question-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
}
.next-question {
  margin-top: 3rem;
}
.question-list {
  margin-bottom: 2rem;
}
.question-list ul.parent {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.question-list ul.parent > li {
  margin-bottom: 25px;
  border: 0px;
}
.question-list ul.parent > li:last-child {
  margin-bottom: 0px;
  border: 0px;
  padding-bottom: 0px;
}
.question-list ul.answers {
  list-style: none;
  margin-top: 15px;
  border: 1px solid #ccc;
  margin-left: 20px;
  padding: 10px;
  border-style: dashed;
  position: relative;
}
.question-list ul.answers li {
  margin-bottom: 25px;
}
.question-list ul.answers li:last-child {
  margin: 0px;
}
.question-list ul.answers .question-add {
  display: block;
  border: 0px;
}
.question-list ul.answers .question-add textarea.mage-error:focus {
  border-color: #ed8380;
}
.question-list ul.answers .question-add textarea + div.mage-error {
  padding: 5px !important;
  margin: 0px !important;
  border: 1px solid #ccc !important;
  border-top: 0px !important;
}
.question-list ul.answers:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 10px;
  border-top: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  transform: rotate(36deg) skew(-20deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.question-list ul.reply {
  list-style: initial;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #bbbbbb;
}
.question-list ul.reply li.reply-on span:before {
  font-family: 'customer-question';
  content: "\e900";
  padding-right: 5px;
}
.question-list ul.reply li {
  display: inline-block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
  cursor: pointer;
}
.question-list ul.reply .like span.loading-number {
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 18px;
}
.question-list ul.reply .dislike span.loading-number {
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 18px;
}
.question-list ul.reply .like:before,
.question-list ul.reply .dislike:before {
  font-family: 'customer-question';
  content: "\e902";
  padding-right: 5px;
}
.question-list ul.reply .dislike {
  position: relative;
}
.question-list ul.reply .dislike span {
  padding-left: 10px;
}
.question-list ul.reply .dislike:before {
  content: "\e901";
  position: absolute;
  top: 2px;
}
.question-list ul.reply li:hover,
.question-list ul.reply li:focus {
  color: #575757;
}
.question-list ul.parent > li p {
  margin-bottom: 5px;
}
.question-list ul.parent > li p.table {
  display: flex;
}
.question-list ul.parent > li p.table .first-character {
  width: 30px;
  height: 30px;
  background: #ddd;
  margin-right: 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  background-color: #ddd;
  color: #7d7d7d;
}
.question-list ul.parent > li p.table .author-name {
  overflow: hidden;
  line-height: 13px;
  text-transform: capitalize;
  color: #514943;
}
.question-list ul.parent > li p.table .time {
  font-size: 71%;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}
.question-list ul.parent > li p.table .like {
  margin-right: 15px;
}
.question-add .block-title {
  margin-bottom: 2rem;
}
.question-add .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
}
.question-add .question-policy {
  float: left;
  line-height: 2.1;
}
.question-add .question-policy a {
  color: #555;
  position: relative;
}
.question-add .question-policy a:hover {
  color: #1979c3;
  text-decoration: none;
}
.question-add .question-policy b {
  padding-right: 5px;
}
.question-add .question-policy a:after {
  font-family: 'customer-question';
  content: "\e9a8";
  font-size: 17px;
  position: absolute;
  top: -7px;
}
.question-add textarea {
  margin-bottom: -5px;
  width: 100%;
  outline: none;
  border-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.question-add textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #2188ff;
}
.question-add textarea.mage-error:focus {
  border-color: #ed8380;
}
.question-add textarea + div.mage-error {
  padding: 5px !important;
  margin: 0px !important;
  border: 1px solid #ccc !important;
  border-top: 0px !important;
}
.question-add .question-form-actions {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  margin: 0px;
  border: 1px solid #ccc;
  border-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.question-add .question-form-actions .actions-primary {
  float: right;
}
.question-add .question-form-actions .actions-primary button {
  margin: 0px;
}
.question-add .question-form-actions .actions-primary button.cancel {
  margin-left: 15px;
}
.question-load-more {
  text-align: center;
  margin-bottom: 2rem;
}
.question-load-more a {
  position: relative;
}
.question-load-more a span {
  padding-right: 10px;
}
.question-load-more a:hover {
  text-decoration: none;
}
.question-load-more a:after {
  content: "\e903";
  font-family: 'customer-question';
  font-size: 17px;
  position: absolute;
  top: -2px;
}
.action-actived {
  color: #575757;
}
button.cancel,
.hidden-input,
.img-loading {
  display: none;
}
@media (max-width: 767px) {
  .question-add .question-form-actions .actions-primary {
    float: initial;
  }
  .question-add .question-form-actions .actions-primary button.cancel {
    margin: 10px 0px;
  }
}
