/**
 * Reviews Advanced
 *
 */
body:not(.merchant-pagination-load-more) .merchant-pagination-wrapper {
  display: none;
}

.merchant-adv-reviews-modal-photo-slider h2,
.merchant-adv-reviews h2 {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .merchant-adv-reviews-modal-photo-slider-media-carousel .no-carousel,
  .merchant-adv-reviews-media-carousel .no-carousel {
    margin-top: 30px;
  }
  .merchant-adv-reviews-modal-photo-slider-media-carousel .no-carousel .merchant-carousel-stage,
  .merchant-adv-reviews-media-carousel .no-carousel .merchant-carousel-stage {
    margin: 0 !important;
  }
  .merchant-adv-reviews-modal-photo-slider-media-carousel .no-carousel .merchant-carousel-stage > .item,
  .merchant-adv-reviews-media-carousel .no-carousel .merchant-carousel-stage > .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-right: 15px;
  }
  .merchant-adv-reviews-modal-photo-slider-media-carousel .no-carousel .merchant-carousel-stage > .item:last-child,
  .merchant-adv-reviews-media-carousel .no-carousel .merchant-carousel-stage > .item:last-child {
    margin-right: 0;
  }
}
.merchant-adv-reviews-modal-photo-slider-media-carousel .section-title,
.merchant-adv-reviews-media-carousel .section-title {
  margin-bottom: 20px;
}
.merchant-adv-reviews-modal-photo-slider-media-carousel .item,
.merchant-adv-reviews-media-carousel .item {
  cursor: pointer;
}
.merchant-adv-reviews-modal-photo-slider-media-carousel .item img,
.merchant-adv-reviews-media-carousel .item img {
  width: 100%;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-title,
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-desc,
.merchant-adv-reviews .merchant-adv-reviews-title,
.merchant-adv-reviews .merchant-adv-reviews-desc {
  text-align: var(--mrc-adv-reviews-title-desc-align, left);
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-title,
.merchant-adv-reviews .merchant-adv-reviews-title {
  margin-top: 100px;
  margin-bottom: 20px !important;
  color: var(--mrc-adv-reviews-title-color, #212121);
}
.merchant-adv-reviews-modal-photo-slider .star-rating,
.merchant-adv-reviews .star-rating {
  float: none !important;
  margin: 0 !important;
  font-size: var(--mrc-adv-reviews-start-font-size, 20px) !important;
  color: var(--mrc-adv-reviews-stars-color, #FFA441) !important;
  top: 1px;
}
.merchant-adv-reviews-modal-photo-slider .star-rating:before,
.merchant-adv-reviews .star-rating:before {
  content: "SSSSS";
  color: var(--mrc-adv-reviews-stars-bg-color, #777) !important;
}
.merchant-adv-reviews-modal-photo-slider .star-rating span:before,
.merchant-adv-reviews .star-rating span:before {
  color: var(--mrc-adv-reviews-stars-color, #FFA441) !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-review-write-button,
.merchant-adv-reviews-modal-photo-slider .merchant-pagination-button,
.merchant-adv-reviews .merchant-adv-review-write-button,
.merchant-adv-reviews .merchant-pagination-button {
  background-color: var(--mrc-adv-reviews-button-bg-color, #212121) !important;
  color: var(--mrc-adv-reviews-button-color, #FFF) !important;
  padding: 8px 23px;
  text-decoration: none !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-review-write-button:hover,
.merchant-adv-reviews-modal-photo-slider .merchant-pagination-button:hover,
.merchant-adv-reviews .merchant-adv-review-write-button:hover,
.merchant-adv-reviews .merchant-pagination-button:hover {
  background-color: var(--mrc-adv-reviews-button-bg-color-hover, #757575) !important;
  color: var(--mrc-adv-reviews-button-color-hover, #FFF) !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-desc,
.merchant-adv-reviews .merchant-adv-reviews-desc {
  color: var(--mrc-adv-reviews-desc-color, #777);
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header,
.merchant-adv-reviews .merchant-adv-reviews-header {
  margin-top: 45px;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .mrc-right-col,
.merchant-adv-reviews .merchant-adv-reviews-header .mrc-right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
@media screen and (min-width: 445px) and (max-width: 767px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .mrc-right-col,
  .merchant-adv-reviews .merchant-adv-reviews-header .mrc-right-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
@media screen and (max-width: 444px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .mrc-right-col,
  .merchant-adv-reviews .merchant-adv-reviews-header .mrc-right-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-reviews-orderby-form,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-reviews-orderby-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: auto;
  margin-bottom: 0 !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-reviews-orderby-form label,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-reviews-orderby-form label {
  white-space: nowrap;
  margin: 0 7px 0 0;
  font-size: 1rem;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-reviews-orderby-form select,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-reviews-orderby-form select {
  width: 100%;
  border: 1px solid var(--mrc-adv-reviews-dividers-color, #e9e9e9);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23212121' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  background-size: 10px;
  padding: 10px 40px 10px 18px !important;
  height: auto !important;
  font-size: 1rem !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper .merchant-adv-reviews-rating,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper .merchant-adv-reviews-rating {
  font-size: 2em;
  line-height: 1.4;
  color: var(--mrc-adv-reviews-title-color, #212121);
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper .merchant-adv-reviews-rating + .star-rating,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-adv-reviews-rating-wrapper .merchant-adv-reviews-rating + .star-rating {
  margin-left: 16px !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-header .merchant-adv-reviews-total,
.merchant-adv-reviews .merchant-adv-reviews-header .merchant-adv-reviews-total {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--mrc-adv-reviews-title-color, #212121);
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-body,
.merchant-adv-reviews .merchant-adv-reviews-body {
  margin-bottom: 50px;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-body #comments,
.merchant-adv-reviews .merchant-adv-reviews-body #comments {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-body .woocommerce-noreviews,
.merchant-adv-reviews .merchant-adv-reviews-body .woocommerce-noreviews {
  margin: 50px 0 0;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-footer,
.merchant-adv-reviews .merchant-adv-reviews-footer {
  text-align: center;
  margin-bottom: 100px;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-review-write-button,
.merchant-adv-reviews .merchant-adv-review-write-button {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-review-write-button,
  .merchant-adv-reviews .merchant-adv-review-write-button {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
  }
}

.merchant-adv-reviews {
  display: block !important;
  width: 100%;
}
.merchant-adv-reviews:after {
  content: none !important;
}

.star-rating.merchant-star-rating-style2 {
  font-size: 1.75em;
  margin: 0;
}
.star-rating.merchant-star-rating-style2:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .star-rating.merchant-star-rating-style2 {
    font-size: 1em;
  }
}

.merchant-star-rating-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item:focus {
  outline: none;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item:hover > div {
  opacity: 0.7;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item.rating-active > div {
  opacity: 0.6;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item svg {
  cursor: pointer;
  margin-left: 5px;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  position: relative;
}
@media (max-width: 768px) {
  .merchant-star-rating-bars .merchant-star-rating-bar-item-inner {
    width: 300px;
  }
}
.merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-rating {
  width: 60px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--mrc-adv-reviews-title-color, #212121);
}
.merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-bar {
  position: relative;
  margin-left: 20px;
  background-color: var(--mrc-adv-reviews-bar-bg-color, #f5f5f5);
  height: 10px;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-bar .item-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--mrc-adv-reviews-bar-color, #212121);
  width: 0;
  height: 100%;
  border-radius: 10px;
}
.merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-qty {
  width: 30px;
  font-size: 0.8rem;
  margin: 0 0 0 10px !important;
  color: var(--mrc-adv-reviews-title-color, #212121);
}
@media screen and (max-width: 767px) {
  .merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-rating {
    white-space: nowrap;
  }
  .merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-bar {
    width: 180px;
    min-width: calc(100% - 120px);
  }
  .merchant-star-rating-bars .merchant-star-rating-bar-item-inner .item-qty {
    margin-left: auto;
  }
}

.merchant-review-author {
  text-transform: capitalize;
}

.merchant-reviews-list-wrapper {
  border-top: 1px solid var(--mrc-adv-reviews-dividers-color, #e9e9e9);
  border-bottom: 1px solid var(--mrc-adv-reviews-dividers-color, #e9e9e9);
  margin-top: 40px;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item {
  padding: 40px 0;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item p {
  margin-bottom: 20px;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item p:last-of-type {
  margin-bottom: 0;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-reviews-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .star-rating + .merchant-review-author {
  margin-left: 20px;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.05em;
  color: var(--mrc-adv-reviews-title-color, #212121);
}
@media screen and (max-width: 767px) {
  .merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-author {
    font-size: 0.8em;
  }
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .verified,
.merchant-reviews-list-wrapper .merchant-reviews-list-item .owner-reply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
  font-size: 0.7rem;
  font-weight: 100;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-date {
  font-size: 0.8rem;
  color: var(--mrc-adv-reviews-desc-color, #777);
}
@media (min-width: 768px) {
  .merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-date-wrapper {
    text-align: right;
  }
  .merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-date {
    font-size: 1rem;
  }
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content {
  margin-top: 25px;
  color: var(--mrc-adv-reviews-desc-color, #777);
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content p {
  color: var(--mrc-adv-reviews-desc-color, #777);
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content .merchant-review-images {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content .merchant-review-images .merchant-review-image {
  position: relative;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  border-radius: 5px;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content .merchant-review-images .merchant-review-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content .merchant-review-images .merchant-review-image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content .merchant-review-images .merchant-review-image:hover {
  cursor: pointer;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item .merchant-review-content .merchant-review-images .merchant-review-image:hover .merchant-review-image-overlay {
  opacity: 1;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item.merchant-reviews-list-item-child {
  margin-left: 40px;
}
.merchant-reviews-list-wrapper .merchant-reviews-list-item + .merchant-reviews-list-item {
  border-top: 1px solid var(--mrc-adv-reviews-dividers-color, #e9e9e9);
}

/**
 * Pagination (colors only)
 */
.merchant-adv-reviews-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merchant-adv-reviews-pagination.woocommerce-pagination {
  float: none;
}
.merchant-adv-reviews-pagination.woocommerce-pagination ul li span.current {
  color: var(--mrc-adv-reviews-button-color, #FFF) !important;
  border-color: var(--mrc-adv-reviews-button-bg-color, #212121) !important;
  background-color: var(--mrc-adv-reviews-button-bg-color, #212121) !important;
}
.merchant-adv-reviews-pagination.woocommerce-pagination ul li a:hover, .merchant-adv-reviews-pagination.woocommerce-pagination ul li a:focus {
  color: var(--mrc-adv-reviews-button-color-hover, #FFF) !important;
  border-color: var(--mrc-adv-reviews-button-bg-color-hover, #757575) !important;
  background-color: var(--mrc-adv-reviews-button-bg-color-hover, #757575) !important;
}
.merchant-adv-reviews-pagination.woocommerce-pagination ul li a.prev, .merchant-adv-reviews-pagination.woocommerce-pagination ul li a.next {
  text-indent: 0;
}

/**
 * Review Modal
 */
.merchant-adv-reviews-modal {
  max-width: none !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(33, 33, 33, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
  z-index: 99999;
}
.merchant-adv-reviews-modal.show {
  opacity: 1;
  visibility: visible;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body {
  position: relative;
  padding: 50px 33px 50px 50px;
  background-color: var(--mrc-adv-reviews-modal-bg-color, #f5f5f5);
  max-width: calc(100vw - 40px);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close {
  position: fixed;
}
@media screen and (min-width: 769px) {
  .merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close {
    top: 20px;
    right: 20px;
  }
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close .icon-cancel {
  cursor: pointer;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close .icon-cancel path {
  fill: var(--mrc-adv-reviews-modal-close-icon-color, #212121);
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close:hover .icon-cancel path {
  fill: var(--mrc-adv-reviews-modal-close-icon-color-hover, #757575);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content {
  width: 100%;
  padding-right: 17px;
  max-width: 500px;
  max-height: 85vh;
  overflow-y: auto;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content::-webkit-scrollbar {
  width: 7px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content::-webkit-scrollbar-thumb {
  background-color: #CCC;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content h4 {
  margin: 0 0 20px 0 !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content h5 {
  margin: 0 0 10px 0 !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content p {
  margin: 0 !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content p + p {
  margin-top: 10px !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .modal-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  color: var(--mrc-adv-reviews-modal-title-color, #212121);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .modal-title + .stars {
  margin-top: 10px !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .merchant-adv-reviews-modal-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .merchant-adv-reviews-modal-product img {
  max-width: 100px !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .merchant-adv-reviews-modal-product .modal-product-info {
  margin-left: 25px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .merchant-adv-reviews-modal-product .modal-product-info h5 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--mrc-adv-reviews-modal-title-color, #212121);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .merchant-adv-reviews-modal-product .modal-product-info p {
  font-size: 0.9rem;
  color: var(--mrc-adv-reviews-modal-desc-color, #777);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .merchant-adv-reviews-modal-product .modal-product-info p:last-of-type {
  margin-bottom: 0;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form-rating {
  display: block !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form-rating .modal-title {
  display: block !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .stars {
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .stars a:before {
  color: var(--mrc-adv-reviews-stars-bg-color, #757575) !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .stars:hover a:before, .merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .stars.selected a:before {
  color: var(--mrc-adv-reviews-stars-color, #FFA441) !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form-comment {
  margin-top: 15px !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form {
  display: block !important;
  margin-left: 2px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form > p {
  min-width: 100%;
  float: none !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p {
  margin-bottom: 20px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:last-of-type {
  margin-bottom: 0;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p.form-submit {
  display: block !important;
  float: none !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) label {
  display: block;
  margin-bottom: 10px;
  color: var(--mrc-adv-reviews-modal-title-color, #212121) !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) textarea {
  max-height: none !important;
  height: 110px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) textarea,
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) input {
  max-height: 50px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) textarea,
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) input {
  display: block;
  width: 100%;
  color: var(--mrc-adv-reviews-modal-textarea-color, #777) !important;
  background-color: var(--mrc-adv-reviews-modal-textarea-bg-color, #FFF) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px !important;
  border-width: 1px;
  border-radius: 2px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) #submit {
  display: block !important;
  color: var(--mrc-adv-reviews-button-color, #FFF) !important;
  background-color: var(--mrc-adv-reviews-button-bg-color, #212121) !important;
  width: 100% !important;
  padding: 13px !important;
  font-weight: 400 !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) #submit:hover, .merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p:not(.comment-form-cookies-consent) #submit:focus {
  color: var(--mrc-adv-reviews-button-color-hover, #FFF) !important;
  background-color: var(--mrc-adv-reviews-button-bg-color-hover, #757575) !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p.comment-form-cookies-consent input,
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p.comment-form-cookies-consent label {
  display: inline;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form p.comment-form-cookies-consent input {
  border-width: 1px;
  border-radius: 2px;
  background-color: var(--mrc-adv-reviews-modal-textarea-bg-color, #FFF) !important;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media {
  margin-top: 15px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media input[type=file] {
  display: none;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  margin: 10px 0 20px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: ease border-color 300ms;
  transition: ease border-color 300ms;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area:hover {
  border-color: var(--mrc-adv-reviews-modal-textarea-color-hover, #212121);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area:hover p {
  color: var(--mrc-adv-reviews-modal-textarea-color-hover, #212121);
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area p {
  font-size: 0.9rem;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area p.hide,
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area .merchant-adv-reviews-upload-icon.hide {
  display: none;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area .merchant-adv-reviews-loader {
  display: none;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media #merchant-adv-reviews-drop-area .merchant-adv-reviews-loader.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 15px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 90px;
  position: relative;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview > div:after {
  content: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview > div:hover:after {
  content: "";
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview > div:hover button {
  display: block;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .comment-form .merchant-adv-reviews-media .merchant-adv-reviews-upload-preview button {
  display: none;
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 3px;
  background: none;
  padding: 0;
  cursor: pointer;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rtl .merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content .modal-product-info {
  margin-left: 0;
  margin-right: 25px;
}
.rtl .merchant-adv-reviews-modal .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-close {
  left: 30px;
  right: unset;
}

.merchant-carousel {
  padding: 0 !important;
}

.merchant-adv-reviews-modal-photo-slider .merchant-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.merchant-adv-reviews-modal-photo-slider.show {
  background: rgba(0, 0, 0, 0.9);
}
.merchant-adv-reviews-modal-photo-slider.loading:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 3px solid transparent;
  border-top: 3px solid #FFF;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-body {
  z-index: 99;
}
@media (max-width: 768px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-body {
    max-width: calc(100vw - 80px);
  }
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-body .merchant-adv-reviews-modal-content {
  width: 960px;
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  overflow: hidden;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-close {
  z-index: 999;
}
.merchant-adv-reviews-modal-photo-slider .merchant-carousel-wrapper .item {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.merchant-adv-reviews-modal-photo-slider .merchant-carousel-wrapper .item img {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
.merchant-adv-reviews-modal-photo-slider .merchant-carousel-wrapper .merchant-carousel-nav {
  top: 50% !important;
  width: 28px;
  height: 34px;
  line-height: 40px;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.merchant-adv-reviews-modal-photo-slider .merchant-carousel-wrapper .merchant-carousel-nav:hover {
  background: rgb(255, 255, 255);
}
.merchant-adv-reviews-modal-photo-slider .merchant-carousel-wrapper .merchant-carousel-nav-prev {
  left: 0 !important;
  right: auto !important;
  border-radius: 0 5px 5px 0;
}
.merchant-adv-reviews-modal-photo-slider .merchant-carousel-wrapper .merchant-carousel-nav-next {
  border-radius: 5px 0 0 5px;
  right: 0 !important;
  left: auto !important;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-content {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-body {
  padding: 0;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column {
  overflow: hidden;
  position: relative;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column:first-child {
  background: #000;
}
@media screen and (min-width: 769px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
  }
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column:first-child {
    padding: 0 20px;
  }
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column:last-child {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column:first-child {
    padding: 0 7px;
  }
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column-review {
  padding: 40px 50px 40px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column-review {
    padding: 25px;
  }
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column-review-title {
  margin-block: 0;
  font-size: 24px;
  line-height: 1.4;
}
.merchant-adv-reviews-modal-photo-slider .merchant-adv-reviews-modal-column .merchant-review-content {
  overflow-y: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.merchant-adv-reviews-modal-next-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none !important;
  z-index: 999;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin: 0;
}
.merchant-adv-reviews-modal-next-prev.hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .merchant-adv-reviews-modal-next-prev {
    padding: 15px;
  }
  .merchant-adv-reviews-modal-next-prev.merchant-adv-reviews-modal-next {
    right: 10px;
  }
  .merchant-adv-reviews-modal-next-prev.merchant-adv-reviews-modal-prev {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .merchant-adv-reviews-modal-next-prev {
    padding: 7px;
  }
  .merchant-adv-reviews-modal-next-prev.merchant-adv-reviews-modal-next {
    right: 5px;
  }
  .merchant-adv-reviews-modal-next-prev.merchant-adv-reviews-modal-prev {
    left: 5px;
  }
}
.merchant-adv-reviews-modal-next-prev:focus, .merchant-adv-reviews-modal-next-prev:active {
  outline: none;
}

.merchant-adv-reviews-modal-photo-slider-single-review .merchant-adv-reviews-modal-next-prev {
  display: none;
}

.merchant-collect-order-review .merchant-order-review-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
.merchant-collect-order-review .merchant-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.merchant-collect-order-review .merchant-product-image img {
  width: 100px;
  height: auto;
}
.merchant-collect-order-review .merchant-product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merchant-collect-order-review .merchant-product-details .merchant-product-name h5 {
  margin: 0 0 15px;
}
.merchant-collect-order-review .merchant-product-details .merchant-product-name h5 a {
  text-decoration: none;
}
.merchant-collect-order-review .merchant-product-details .merchant-product-desc {
  margin-bottom: 25px;
}
.merchant-collect-order-review .merchant-add-review {
  width: 200px;
}
.merchant-collect-order-review .review-modal-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
}
.merchant-collect-order-review .review-modal-body.show {
  opacity: 1;
  visibility: visible;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form {
  position: relative;
  padding: 45px 50px;
  background-color: var(--mrc-adv-reviews-modal-bg-color, #f5f5f5);
  max-width: 500px;
  max-height: 100vh;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .modal-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  color: var(--mrc-adv-reviews-modal-title-color, #212121);
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-form-group {
  margin-bottom: 25px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-form-group > label {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  font-size: 15px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .product-data .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .product-data .product-image img {
  width: 100px;
  height: auto;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .product-data .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .product-data .product-details .product-name h5 {
  margin: 0 0 15px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .product-data .product-details .product-name h5 a {
  text-decoration: none;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-star-rating input {
  display: none;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-star-rating label {
  direction: rtl;
  cursor: pointer;
  -webkit-transition: 100ms;
  transition: 100ms;
  color: var(--mrc-adv-reviews-stars-bg-color, #757575);
  font-family: star;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-star-rating input:checked ~ label,
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-star-rating input:hover ~ label {
  color: #f5c518;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-star-rating label:hover ~ label {
  color: #f5c518;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area {
  border: 1px dashed #828181;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #fafafa;
  border-radius: 3px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area.dragover {
  border-color: #2196F3;
  background-color: #2196F3;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area p {
  margin-bottom: 0;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area .merchant-uploaded-images-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area .merchant-uploaded-images-preview .uploaded-image {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area .merchant-uploaded-images-preview .uploaded-image img {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area .merchant-uploaded-images-preview .uploaded-image button {
  position: absolute;
  background-color: unset;
  border: unset;
  outline: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area .merchant-uploaded-images-preview .uploaded-image:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-image-drop-area .merchant-uploaded-images-preview .uploaded-image:hover button {
  opacity: 1;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-button {
  border: 2px solid var(--bt-color-button-border, #212121);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--bt-color-button-bg, #212121);
  color: var(--bt-color-button, #FFF);
  padding-top: var(--bt-padding-button-top-bottom, 13px);
  padding-bottom: var(--bt-padding-button-top-bottom, 13px);
  padding-left: var(--bt-padding-button-left-right, 24px);
  padding-right: var(--bt-padding-button-left-right, 24px);
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  border-radius: var(--bt-border-radius-button, 0);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: var(--bt-letter-spacing-button, 0px);
  font-size: var(--bt-font-size-button, 14px);
  background-color: var(--bt-color-button-bg, #212121);
  text-decoration: none;
  width: 100%;
  position: relative;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: loading_spinner_animation 0.6s linear infinite;
          animation: loading_spinner_animation 0.6s linear infinite;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-ajax-message {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-ajax-message.success {
  background-color: #4BB543;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-ajax-message.error {
  background-color: #ff3333;
}
.merchant-collect-order-review .review-modal-body .merchant-product-review-form .merchant-ajax-message.show {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes loading_spinner_animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading_spinner_animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}