/**/
#product .col-add-btn #request-a-quote-product-btn{
  margin-top: 15px;
  background: #cac2a5;
  color:#1a1a1a;
}

#product .col-add-btn #request-a-quote-product-btn:hover{
  background-color: #e6e1cf;
}

.submit-quote-row{
  padding-top: 20px;
}
.product-quote-modal .modal-header {
  border: none;
  padding: 30px 30px 15px;
}

.product-quote-modal .modal-body {
  padding: 0 30px 30px;
}

.product-quote-modal .modal-header h2 {
  float: left;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .product-quote-modal .modal-dialog {
    width: calc(100% - 30px);
    max-width: 774px;
  }
}

.product-quote-modal .modal-dialog h3 {
  font-size: 14px;
}

.product-quote-modal .modal-dialog .product-flag {
  display: none;
}

.product-quote-modal .modal-dialog .product-cover,
.product-quote-modal .modal-dialog .product-cover img {
  width: 100%;
}

.product-quote-modal label.form-label {
  font-size: 13px;
  margin: 10px 0;
}

.product-quote-modal input {
  width: 100%;
  height: 34px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
}

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

.product-quote-modal .btn-quote,
.product-quote-modal .btn-quote-inverse {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.product-quote-modal .required {
  font-size: 12px;
  margin-left: 5px;
}

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

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

#product-quote-posted-modal .post-quote-buttons,
#product-quote-post-error .post-quote-buttons,
#update-quote-usefulness-post-error .post-quote-buttons {
  margin-top: 30px;
}

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

.star-content div.star-on,
.star-content div.star-hover {
  background-position: -24px 0;
}


.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-product-quote-modal .star-content div.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}
#post-product-quote-modal .criterion-rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#post-product-quote-modal .criterion-rating label {
  color: #363a41;
  font-size: 14px;
  font-weight: bold;
}

#post-product-quote-form input.error,
#post-product-quote-form textarea.error {
  background-color: #f2dede;
  border: solid 1px #ebcccc;
}

#post-product-quote-form input.valid,
#post-product-quote-form textarea.valid {
  border: solid 1px #d0e9c6;
}

/**
 *  Product quote list
 */

#product-quote-list-header {
  padding: 20px 15px;
  color: #232323;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#product-quote-list-header .quote-nb {
  padding-left: 0;
  padding-top: 3px;
}

#product-quote-list-header .quote-nb .material-icons {
  margin-right: 3px;
}

#product-quote-list .btn-quote {
  margin: 0 auto;
  display: block;
}

.product-quote-list-item {
  padding: 26px 0;
  margin: 0 0 20px;
  background-color: #ffffff;
  text-align: left;
}

#empty-product-quote {
  text-align: center;
}

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

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

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

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

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

.product-quote-list-item .quote-content .quote-buttons a {
  color: #6b868f;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 19px;
  margin-right: 8px;
}

.product-quote-list-item .quote-content .quote-buttons a .material-icons {
  font-size: 18px;
  cursor: pointer;
}

.content-message-popup hr{
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
}

.submit-quote-row button.btn-quote i{
  display: none;
}
.submit-quote-row button.btn-quote:disabled i,
.submit-quote-row button.btn-quote[disabled] i{
  display:inline;
}


.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
*/

.product-list-reviews {
  position: absolute;
  top: -26px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 0;
  visibility: hidden;
}

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

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

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

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

  #product-quote-list-pagination {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

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

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

  #product-quote-list-pagination {
    margin-bottom: 10px;
  }
}

#product-quote-list-pagination {
  height: 32px;
}

#product-quote-list-pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#product-quote-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: #6b868f;
}

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

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

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


.modal-header.error{
  background-color: rgba(243,101,101,0.4);
  border-radius: 0;
}
.modal-header.success{
  background-color: #2b7735;
  color: #fff;
  border-radius: 0;
}

#product-quote-posted-modal h2{
  margin-bottom: 0;
}