/* EMPTY */
#post-product-comment-modal .modal-title,
#product-comment-posted-modal .modal-title {
  font-family: "nexa-bold";
  font-size: 1.6rem;
}

#post-product-comment-modal .modal-footer {
  flex-wrap: nowrap;
}

#post-product-comment-modal .btn-secondary {
  background: #d9d9d9;
  border: 0;
  color: #404041;
}

.product-comment-list-item .name {
  font-size: 1.3rem;
}

.progress-bar-review {
  position: relative;
  height: 8px;
  background-color: #f5f5f5 !important;
  border-radius: 10px;
  max-width: 235px;
  width: 60%;
}

.progress-bar-primary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #404041;
  border-radius: 5px;
}

@media screen and (max-width: 991.98px) {
  .notes-overview {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575.98px) {
  .product-comment-list-item-wrapper {
    flex-wrap: wrap;
  }
}
