/**
 * 2007-2022 PrestaShop SA and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2022 PrestaShop SA and Contributors
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */

/**
 *  Product comments CSS
 */

.btn-comment{
  height: 36px;
  border-radius: 2px;
  background-color: #6B868F;
  color: #FFFFFF;
  font-size: 14px;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
  padding: 8px;
}
.btn-comment .material-icons,
.btn-comment-inverse .material-icons{
  font-size: 20px;
  margin-right: 7px;
}

.btn-comment:hover {
  background-color: #3C4D52;
}

.btn-comment-inverse:hover {
  background-color: #6B868F;
  border: 1px solid #6B868F;
  color: #FFFFFF;
}

.btn-comment-big {
  padding: 13px 16px;
  height: 45px;
}

.btn-comment-huge {
  padding: 13px 28px;
  height: 45px;
}

.link-comment {
    color: #666;
    font-weight: 500;
}

.link-comment:hover, .link-comment:active {
  color: #232323;
}

/**
 * Additional product infos
 */

.product-comments-additional-info {
    margin:10px 0;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    float: left;
    width: 100%;
    color: #666;
}
.product-comments-additional-info .link-comment{
  border-left: 1px solid #979797;
  padding-left: 12px;
  margin-left: 12px;
}

/**
 *  Post comment modal
 */
.product-comment-modal .modal-header {
  border: none;
  padding: 30px 30px 15px;
}

.product-comment-modal .modal-body {
  padding: 15px 30px 30px;
}

.product-comment-modal .modal-header h2 {
font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
	float:left;
}

.product-comment-modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 774px;
}

.product-comment-modal .modal-dialog h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.product-comment-modal .modal-dialog .product-flag {
  display: none;
}

.product-comment-modal .modal-dialog .product-cover,
.product-comment-modal .modal-dialog .product-cover img {
  width: 99px;
  height: 99px;
}

.product-comment-modal label.form-label {
  font-size: 14px;
  margin: 10px 0;
}

.product-comment-modal input {
  width: 100%;
  height: 44px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}

.product-comment-modal textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 10px 10px;
}

.product-comment-modal .btn-comment,
.product-comment-modal .btn-comment-inverse {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.product-comment-modal .required {
  font-size: 12px;
  margin-left: 5px;
  color:#FF0000;
}

.product-comment-modal .post-comment-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.product-comment-modal .post-comment-buttons .btn{
	margin:0 5px;
}
.product-comment-modal .post-comment-buttons .btn-comment {
  margin-left: 15px;
}

#product-comment-posted-modal .post-comment-buttons,
#product-comment-post-error .post-comment-buttons,
#update-comment-usefulness-post-error .post-comment-buttons {
  margin-top: 30px;
}

.product-comment-modal .modal-header .material-icons {
  color: #40A85F;
  font-size: 30px;
  line-height: 25px;
}

.modal-header .material-icons.error {
  color: #a94442;
}

.modal-header .material-icons.feedback {
  color: #F39D72;
}

/**
 *  Star component
 */

.star-content {
  margin: 0 0 0 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.grade-stars .star-content .star::after{
	display:none;
}
.star-content div.star, .star-content div.star-on, .star-content div.star-hover {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/small_stars.png) no-repeat 0 0 transparent;
    flex: auto;
    margin: 0 0 0 3px;
}
.star-content div.star:first-child, .star-content div.star-on:first-child, .star-content div.star-hover:first-child {
	margin:0;
}
.star-content div.star-on,
.star-content div.star-hover {
  background-position:-18px 0;
}

.small-stars .star-content div.star,
.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
  background: url(../img/small_stars.png) no-repeat 0 0 transparent;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
  background-position: -19px 0;
}

.star-content div.star-hover {
  cursor: pointer;
}

.grade-stars {
    position: relative;
    height: 20px;
    min-width: 110px;
    display: inline-block;
    vertical-align: middle;
}
.grade-stars.small-stars {
  min-width: 100px;
}

.grade-stars .star-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.criterion-rating .grade-stars .star-content {
  top: 0;
}

#post-product-comment-modal .star-content div.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}
#post-product-comment-modal .criterion-rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#post-product-comment-modal .criterion-rating label {
  color: #363A41;
  font-size: 14px;
  font-weight: bold;
}

#post-product-comment-form input.error,
#post-product-comment-form textarea.error {
  background-color: #f2dede;
  border: solid 1px #ebcccc;
}

#post-product-comment-form input.valid,
#post-product-comment-form textarea.valid {
  border: solid 1px #d0e9c6;
}

/**
 *  Product comments list
 */
.product-comments-additional-info .btn-comment {
    background: none;
    height: auto;
    box-shadow: none;
    color: #666;
    padding: 0;
}
.product-comments-additional-info .btn-comment i{
	font-size:16px;
}
.product-comments-list-main {
    float: left;
    width: 100%;
	display:none;
}
#product-comments-list-header {
    padding: 20px 15px;
    color: #232323;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #f5f5f5;
	cursor:pointer;
	float:left;
	width:100%;
	align-items:center;
}
#product-comments-list-header .comments-note {
    padding: 0 30px 0 0;
}
#product-comments-list-header::after {
    font-family: 'Material Icons';
    content: '\e5cf';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
}
#product-comments-list-header.active::after {
    font-family: 'Material Icons';
    content: '\e5ce';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
#product-comments-list-header .comments-nb {
    padding-left: 0;
    font: 500 16px/22px "Poppins", Helvetica, sans-serif;
}

#product-comments-list-header .comments-nb  .material-icons {
  margin-right: 3px;
}

#product-comments-list .btn-comment {
  margin: 0 auto;
  display: block;
}

.product-comment-list-item {
  padding: 26px 0;
  margin: 0 0 20px;
  background-color: #FFFFFF;
  text-align: left;
}

#empty-product-comment {
  text-align: center;
}

.product-comment-list-item .grade-stars .star-content {
  margin: 0 0 10px;
}

.product-comment-list-item .comment-infos {
  height: 19px;
  color: #666666;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 19px;
  min-height: 100px;
}

.product-comment-list-item .comment-infos .grade-stars {
  margin-bottom: 20px;
}
.post-product-comment i {
    font-size: 16px;
    vertical-align: middle;
}
.product-comment-list-item .comment-content h4 {
  height: 22px;
  color: #363A41;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 22px;
}

.product-comment-list-item .comment-content p {
  color: #363A42;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 19px;
  word-break: break-word;
}

.product-comment-list-item .comment-content .comment-buttons a {
  color: #666666;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 19px;
  margin-right: 8px;
}

.product-comment-list-item .comment-content .comment-buttons a .material-icons {
  font-size: 18px;
  cursor: pointer;
}

/*
** Quickview style
*/

.product-quickview-review {
  display: flex;
  flex-direction: row;
}

.product-quickview-review .grade-stars .star-content {
  margin: 0 0 0 0;
  top: 0;
}

/*
** Product list override
*/
#products .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,
#products .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants,
.featured-products .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants,
.product-accessories .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,
.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container.has-reviews:focus .highlighted-informations.no-variants {
  height: 4.125rem;
}

#products .product-miniature .thumbnail-container.has-reviews .discount-amount.online-only,
#products .product-miniature .thumbnail-container.has-reviews .discount-percentage.online-only,
#products .product-miniature .thumbnail-container.has-reviews .on-sale.online-only,
#products .product-miniature .thumbnail-container.has-reviews .online-only.online-only,
#products .product-miniature .thumbnail-container.has-reviews .pack.online-only,
#products .product-miniature .thumbnail-container.has-reviews .product-flags .new.online-only,
.featured-products .product-miniature .thumbnail-container.has-reviews .discount-amount.online-only,
.featured-products .product-miniature .thumbnail-container.has-reviews .discount-percentage.online-only,
.featured-products .product-miniature .thumbnail-container.has-reviews .on-sale.online-only,
.featured-products .product-miniature .thumbnail-container.has-reviews .online-only.online-only,
.featured-products .product-miniature .thumbnail-container.has-reviews .pack.online-only,
.featured-products .product-miniature .thumbnail-container.has-reviews .product-flags .new.online-only,
.product-accessories .product-miniature .thumbnail-container.has-reviews .discount-amount.online-only,
.product-accessories .product-miniature .thumbnail-container.has-reviews .discount-percentage.online-only,
.product-accessories .product-miniature .thumbnail-container.has-reviews .on-sale.online-only,
.product-accessories .product-miniature .thumbnail-container.has-reviews .online-only.online-only,
.product-accessories .product-miniature .thumbnail-container.has-reviews .pack.online-only,
.product-accessories .product-miniature .thumbnail-container.has-reviews .product-flags .new.online-only {
  top: 11.5rem;
}
.product-list-reviews {
    position: absolute;
    top: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.5); */
    /* padding: 4px 0; */
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 70px;
}
.comments-note span {
    display: none;
}
.product-list-reviews .grade-stars .star-content {
  top: 1px;
}
.product-list .product-list-reviews {
    position: static;
    display: block;
    padding: 0 0 10px;
}
.product-list .has-reviews .product-list-reviews {
    position: static;
    display: block;
    padding: 0 0 10px;
}
.product-list-reviews .comments-nb {
  margin-left: 5px;
  font-size: 13px;
}
@media (max-width: 1199px) {
.product-comments-additional-info .link-comment{
	margin-left:0;
}
}
@media (max-width: 991px) and (min-width: 544px){
.additional-links.comments_advices {
    padding: 10px 0 0;
	float:left;
	width:100%;
}
}
@media (min-width: 768px) {
  #product-comments-list-footer {
    position: relative;
    min-height: 45px;
  }

  #product-comments-list-footer .post-product-comment {
    margin: 0 auto;
    display: block;
  }

  #product-comments-list-pagination {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
@media (max-width: 730px) {
.ttproduct-img,.ttproduct-content,.ttproduct-rating{
	float:left;
	width:100%;
}
#post-product-comment-modal .criterion-rating{
justify-content: flex-start;
}
}
@media (max-width: 768px) {
  #product-comments-list-footer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  #product-comments-list-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  #product-comments-list-pagination {
    margin-bottom: 10px;
  }
}
@media (max-width: 543px) {
.product-comments-additional-info .link-comment {
    padding-left: 0;
    margin-left: 0;
    float: left;
    margin: 0 0 10px;
	border:none;
}
.product-comments-additional-info .comments-note {
    margin: 0 0 10px;
}
#product-comments-list-header{
	display:block;
}
#post-product-comment-modal .criterion-rating{
	display:block;
}
}
#product-comments-list-pagination {
  height: 32px;
}

#product-comments-list-pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#product-comments-list-pagination ul li span {
    height: 34px;
    width: 34px;
    margin: 0 5px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 6px;
}
#product-comments-list-pagination ul li span.next i,
 #product-comments-list-pagination ul li span.prev i{
    line-height: 20px;
}
#product-comments-list-pagination ul li.active span,
#product-comments-list-pagination ul li span.next i,
#product-comments-list-pagination ul li span.prev i {
  font-weight: normal;
}

#product-comments-list-pagination ul li.disabled span {
  opacity: 0.3;
  cursor: not-allowed;
}

#product-comments-list-pagination ul li.active span {
    cursor: not-allowed;
    background: #9d2d2c;
    color: #fff;
    border-color: #9d2d2c;
}
#product-comments-list-pagination ul li span:hover{
    background: #9d2d2c;
    color: #fff;
    border-color: #9d2d2c;
}
#product-comments-list-pagination ul li.disabled span:hover{
	background:none;
	border-color:#e5e5e5;
	color:#000000;
}