/**
 *  Product comments CSS
 */

.product-comment-modal .material-icons[data-icon]:before,
.product-comment-list-item .material-icons[data-icon]:before,
.gc_productrating-additional-info .material-icons[data-icon]:before,
#gc-productratings-list-header .material-icons[data-icon]:before,
#gc-productratings-list-footer .material-icons[data-icon]:before {
  content: attr(data-icon);
}

.modal-content {
  border-radius: 0;
  background-color: #212631;
}

.btn-unstyle.select-title {
  background: #0A0D16;
  color: #fff;
  border: none;
}

.btn-comment,
.btn-comment-inverse {
  height: 36px;
  border-radius: 2px;
  background-color: #d4c5ae ;
  color: #0a0d16;
  font-size: 14px;
}

.btn-comment .material-icons,
.btn-comment-inverse .material-icons {
  font-size: 20px;
  margin-right: 7px;
}

.btn-comment:hover {
  background-color: #f3812c ;
  color: #fff;
  border: 1px solid #f3812c;
}

.btn-comment-inverse {
  background-color: #f3812c;
  color: #fff;
  border: 1px solid #f3812c;
}

.btn-comment-inverse:hover {
  background-color: #D4C5AE;
  border: 1px solid #0A0D16;
  color: #0A0D16;
}

.btn-comment-big {
  padding: 13px 16px;
  height: 45px;
  background-color: #212631;
  color: #D4C5AE;
  border: 1px solid #D4C5AE
}

.btn-comment-huge {
  padding: 13px 28px;
  height: 45px;
}

.link-comment {
  color: #fff;
}

.link-comment:hover,
.link-comment:active {
  text-decoration: underline;
  color: #D4C5AE;
}

.product-quantity .add .add-to-cart {
  padding: 10px 40px;
  color: #ffffff;
  background-color: #C0570C;
  border-color: #0A0D16;
  font-size: 13px;
}

.product-quantity .add .add-to-cart:hover {
  color: #0A0D16 ;
  background-color: #D4C5AE;
  border-color: #0A0D16 ;
}

/**
 * Additional product infos
 */

.gc_productrating-additional-info {
  margin: 20px 0;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

.gc_productrating-additional-info .link-comment.post-product-comment {
  border-left: 1px solid #212631;
  padding-left: 12px;
  margin-left: 12px;
}

.gc_productrating-additional-info .comments-note {
  margin-right: 30px;
  margin-bottom: 20px;
}

/**
 *  Post comment modal
 */

#gc-productratings-list-header .comments-nb {
  padding-left: 0;
  padding-top: 3px;
  color: #fff;
}

#gc-productratings-list-headline h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Bitter", serif;
  font-size: 22px;
  font-weight: 200;
  text-align: left;
}

.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 {
  float: left;
  font-size: 20px;
}

.product-comment-modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 774px;
}

.product-comment-modal .modal-dialog .h3 {
  font-size: 14px;
  margin-top: 35px;
}

.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;
}

#post-gc-productrating-form .product-cover {
  margin-bottom: 45px;
}

.product-comment-modal label.form-label {
  font-size: 16px;
  margin: 10px 0;
  color: #fff;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #EDE7DE;
  border: 1px solid #212631 ;
}

.product-comment-modal input {
  width: 100%;
  height: 44px;
  border: 1px solid #EDE7DE;
  padding: 0 10px;
  background-color: #EDE7DE;
}

.product-comment-modal textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #EDE7DE;
  margin-bottom: 10px;
  padding: 10px 10px;
  background-color: #EDE7DE;
}

.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;
}

.product-comment-modal .post-comment-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.product-comment-modal .post-comment-buttons .btn-comment {
  margin-left: 15px;
}

#gc-productrating-posted-modal .post-comment-buttons,
#gc-productrating-post-error .post-comment-buttons,
#update-comment-usefulness-post-error .post-comment-buttons {
  margin-top: 40px;
}

.modal-header .material-icons {
  color: #212631  ;
  font-size: 30px;
  line-height: 25px;
}

.modal-header .material-icons.error {
  color: #a94442;
}

.modal-header .material-icons.feedback {
  color: #f39d72;
}

.modal-header .close {
  font-size: 42px;
  font-weight: 100;
  color: #EDE7DE;
}

/**
 *  Star component
 */

.star-content {
  margin: 0 0 0 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.star-content div.star,
.star-content div.star-on,
.star-content div.star-hover {
  display: block;
  width: 20px;
  height: 20px;
/*  background: url(../img/stars.png) no-repeat 0 0 transparent;*/
  background: url(../img/empty_star.svg) no-repeat 0 0 transparent;
  flex: auto;
  margin-left: 3px;
}
.star-content div.star-on,
.star-content div.star-hover {
/*  background-position: -24px 0;*/
  background: url(../img/star.svg) no-repeat 0 0 transparent;
}

.small-stars .star-content div.star,
.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
  background: url(../img/empty_star.svg) 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: 120px;
  display: inline-block;
}

.grade-stars.small-stars {
  min-width: 100px;
}

.grade-stars .star-content {
  position: absolute;
  top: 3px;
  left: 0;
}

.criterion-rating .grade-stars .star-content {
  top: 0;
}

#post-gc-productrating-modal .star-content div.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}
#post-gc-productrating-modal .criterion-rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#post-gc-productrating-modal .criterion-rating label {
  color: #EDE7DE;
  font-size: 14px;
  font-weight: bold;
}

#post-gc-productrating-form input.error,
#post-gc-productrating-form textarea.error {
  background-color: #D4C5AE;
  border: solid 1px #D4C5AE;
}

#post-gc-productrating-form input.valid,
#post-gc-productrating-form textarea.valid {
  border: solid 1px #D4C5AE;
}

/**
 *  Product comments list
 */

.comments-wrapper {
/*  max-width: 90%;*/
}

#gc-productratings-list.owl-carousel .owl-wrapper, #gc-productratings-list.owl-carousel .owl-item {
  text-align: left;
}

#gc-productratings-list.owl-carousel .owl-wrapper {
  gap: 10px;
  display: flex !important;
}

/*#gc-productratings-list.owl-carousel .owl-item {
  max-width: calc(100vw - 50px);
}*/

.product-comment-list-item.row {
  padding: 25px;
  margin-bottom: 18px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.product-comment-list-item.row > .comment-content {
  padding-top: 5px;
}

#gc-productratings-list-headline {
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: max-content;
  float: none;
}

#gc-productratings-list-headline .h1 {
  line-height: 30px;
}

#gc-productratings-list-headline .customNavigation {
  left: 0px;
  top: 3px;
}

.btn-comment-big {
  padding: 12px 35px;
  height: 45px;
}

.btn.btn-comment.btn-comment-big.post-product-comment {
  background-color: #f3812c;
  font-weight: bold;
}


.btn-comment .material-icons, .btn-comment-inverse .material-icons{
  font-size: 20px;
  margin-right: 3px;
}

#post-gc-productrating-form .input-group .input-group-btn > .btn {
  padding: 8.8px;
  border: 1.75px solid #EDE7DE !important;
  background-color: #EDE7DE;
  color: #212631;
 }

.col-md-6.col-sm-6.post-comment-buttons {
  margin-top: 20px;
}

.btn.btn-comment.btn-comment-big {
  background-color: #f3812c;
  color: #fff;
  border: 1px solid #f3812c;
}

.buttonText {
  color: #212631;
}

#gc-productratings-list-header {
  padding: 22px 15px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: center;
  background-color: #212631;
  margin-bottom: 18px;
}

#gc-productratings-list-header .comments-nb {
  padding-left: 0;
  padding-top: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
}

#gc-productratings-list-header .comments-nb  .material-icons {
  margin-right: 3px;
  color: #fff;
}

/*#gc-productratings-list-header .comments-sort a {
  font-size: 0.75rem;
}*/

.comment-content .comment-content {
  display: block;
  min-height: 40px;
}

.comment-answer {
  margin-top: 20px;
}

.comment-buttons.btn-group .report-abuse {
  display: flex;
  align-items: center;
  gap: 10px;
}

#gc-productratings-list .btn-comment {
  margin: 0 auto;
  display: block;
}

.product-comment-list-item {
  padding: 26px 0;
  background-color: #212631;
}

.product-comment-list-item:last-child {
  margin-bottom: 20px;
}

.product-comment-list-item.row {
  background-color: #212631;
}

#empty-gc-productrating {
  text-align: center;
}

.product-comment-list-item .grade-stars .star-content {
  margin: 0 0 10px;
}

.product-comment-list-item .comment-infos {
  height: 19px;
  color: #BBB;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 19px;
  min-height: 100px;
}

.product-comment-list-item .comment-infos .report-abuse {
  display: none;
}

.product-comment-list-item .comment-infos .comment-date {
  margin-bottom: 3px;
}

.product-comment-list-item .comment-infos .grade-stars {
  margin-bottom: 20px;
  margin-left: -3px;
}

.product-comment-list-item .comment-content .h4 {
  height: 22px;
  color: #BBB;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 22px;
}

.product-comment-list-item .comment-content p {
  color: #BBB;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 19px;
  word-break: break-word;
  white-space: pre-wrap;
}

.product-comment-list-item .comment-content .comment-buttons a {
  color: #BBB;
  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;
}

.comments-sort.products-sort-order.dropdown {
    border: 1px solid;
    padding:  7px;
    margin: 0 5px;
}

/*
** 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,
#products .thumbnail-container.has-reviews:focus .highlighted-informations,
.featured-products
  .thumbnail-container.has-reviews:hover
  .highlighted-informations,
.featured-products
  .thumbnail-container.has-reviews:focus
  .highlighted-informations,
.product-accessories
  .thumbnail-container.has-reviews:hover
  .highlighted-informations,
.featured-products
  .thumbnail-container.has-reviews:focus
  .highlighted-informations,
.product-miniature
  .thumbnail-container.has-reviews:hover
  .highlighted-informations,
.product-miniature
  .thumbnail-container.has-reviews:focus
  .highlighted-informations {
  height: 4.5rem;
}

#products
  .thumbnail-container.has-reviews:hover
  .highlighted-informations
  .variant-links,
#products
  .thumbnail-container.has-reviews:focus
  .highlighted-informations
  .variant-links,
.featured-products
  .thumbnail-container.has-reviews:hover
  .highlighted-informations
  .variant-links,
.featured-products
  .thumbnail-container.has-reviews:focus
  .highlighted-informations
  .variant-links,
.product-accessories
  .thumbnail-container.has-reviews:hover
  .highlighted-informations
  .variant-links,
.featured-products
  .thumbnail-container.has-reviews:focus
  .highlighted-informations
  .variant-links,
.product-miniature
  .thumbnail-container.has-reviews:hover
  .highlighted-informations
  .variant-links,
.product-miniature
  .thumbnail-container.has-reviews:focus
  .highlighted-informations
  .variant-links {
  min-height: 3.7rem;
}

#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: -26px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  background: #212631;
  padding: 4px 0;
  visibility: hidden;
}

.product-list-reviews .grade-stars .star-content {
  top: 1px;
}

.product-list-reviews .comments-nb {
  margin-left: 5px;
  font-size: 13px;
}

.product-comment-list-item .comment-answer {
  background-color: #EDE7DE;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

#gc-productratings-list-header .comments-nb .material-icons {
  margin-right: 3px;
}

#gc-productratings-pagination-info {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #gc-productratings-list-footer {
    position: relative;
    min-height: 45px;
  }

  #gc-productratings-list-footer .post-product-comment {
    margin: 0 auto;
    display: block;
  }

  #gc-productratings-list-pagination {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

@media (max-width: 768px) {
  #gc-productratings-list-footer {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #gc-productratings-list-header {
    padding: 0;
    background: none;
  }
  #gc-productratings-list-header .comments-note,
  #gc-productratings-list-header .comments-nb svg {
    display: none;
  }
  #gc-productratings-list-header .comments-nb {
    font-size: 15px;
  }
  .product-comment-list-item .comment-infos {
    position: relative;
  }
  .product-comment-list-item .comment-infos .report-abuse {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .product-comment-list-item.row > .comment-content .report-abuse {
    display: none;
  }
}

@media (max-width: 576px) {
  #gc-productratings-list-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  #gc-productratings-list-pagination {
    margin-bottom: 10px;
  }
}

#gc-productratings-list-pagination {
  height: 32px;
}

#gc-productratings-list-pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#gc-productratings-list-pagination ul li span {
  height: 32px;
  width: 24px;
  margin: 0 5px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #969696;
}

#gc-productratings-list-pagination ul li.active span,
#gc-productratings-list-pagination ul li span.next i,
#gc-productratings-list-pagination ul li span.prev i {
  font-weight: bold;
}

#gc-productratings-list-pagination ul li.disabled span {
  opacity: 0.3;
  cursor: not-allowed;
}

#gc-productratings-list-pagination ul li.active span {
  cursor: not-allowed;
}

.product-comment-list-item .images-wraper {
  display: flex;
}
.product-comment-list-item .images-wraper .img-item-box {
  margin-right: 5px;
}
.product-comment-list-item .images-wraper .img-item-box::last-child {
  margin-right: 0px;
}

@media (max-width: 576px) {
.product-comment-modal .modal-dialog .h3 {
font-size: 14px;
text-align: right;
padding-top: 20px;
  }
}


@media (max-width: 576px) {
.btn.btn-comment.btn-comment-big {
  background-color: #f3812c;
  color: #fff;
  border: 1px solid #f3812c;
  width: 100%;
  }
}

@media (max-width: 576px) {
.btn-comment-inverse:hover {
  background-color: #D4C5AE;
  border: 1px solid #0A0D16;
  color: #0A0D16;
  width: 100%;
  }
}

@media (max-width: 576px) {
.comments-sort.products-sort-order.dropdown {
display: contents;
}
}

#product .rating-comments {
  width: auto;
  font-size: 14px;
}

#product .rating-comments:hover a {
  color: #f3812c;
}

@media (max-width: 767px) {
  #product .rating-comments {
    display: none;
  }
}
