@font-face {
  font-family: "woocommerce-photo-reviews";
  src: url("../fonts/woocommerce-photo-reviews.eot");
  src: url("../fonts/woocommerce-photo-reviews.eot?#iefix") format("embedded-opentype"), url("../fonts/woocommerce-photo-reviews.woff") format("woff"), url("../fonts/woocommerce-photo-reviews.ttf") format("truetype"), url("../fonts/woocommerce-photo-reviews.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "woocommerce-photo-reviews";
    src: url("../fonts/woocommerce-photo-reviews.svg") format("svg");
  }
  @font-face {
    font-family: "star";
    src: url("../fonts/star.svg") format("svg");
  }
}
.rtl .shortcode-wcpr-stars-count {
  padding-left: 0;
}

.shortcode-wcpr-stars-count {
  font-size: 10px;
  width: -webkit-fill-available;
  width: -moz-available;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row {
  display: flex;
  font-size: 14px;
  width: 100%;
  height: 22px;
  align-items: center;
  justify-content: space-between;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row .shortcode-wcpr-col-number {
  display: inline-block;
  font-size: inherit;
  padding: 0;
  width: auto;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row .shortcode-wcpr-col-star {
  width: 1.5em;
  overflow: hidden;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating {
  width: 7.5em;
  float: unset;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating:before {
  opacity: 0;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row .shortcode-wcpr-col-process {
  max-width: calc(100% - 60px);
  width: 100%;
  margin: 0 10;
}
.shortcode-wcpr-stars-count.shortcode-grid-style .shortcode-wcpr-row .shortcode-wcpr-col-rank-count {
  text-align: right;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row {
  display: inline-block;
  font-size: 0;
  width: 100%;
  height: 22px;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row > div {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding-left: 5px;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-rank-count {
  width: 50px;
  white-space: nowrap;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-process {
  width: calc(100% - 50px - 84px);
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star {
  width: 84px;
  font-size: 14px;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating {
  width: 100%;
  font-size: 14px;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star:before,
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating:before {
  color: #ffb600;
  opacity: 0.3 !important;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star span:before,
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating span:before {
  color: #ffb600;
}

.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-number {
  width: 16px;
  display: none;
}

.rate-percent-bg .rate-percent-bg-1 {
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
  z-index: 2;
}

.rate-percent-bg .rate-percent {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  background: #feb525;
}

.rtl .rate-percent-bg .rate-percent {
  left: unset;
  right: 0;
}

.rate-percent-bg {
  position: relative;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
}

.shortcode-wcpr-col-star .star-rating:before,
.shortcode-wcpr-col-star .star-rating span:before,
.shortcode-wcpr-overall-rating-right-star .star-rating:before,
.shortcode-wcpr-overall-rating-right-star .star-rating span:before {
  font-size: inherit;
  letter-spacing: 1px !important;
}

/*overall rating*/
.shortcode-wcpr-overall-rating-and-rating-count {
  gap: 20px;
  width: 100%;
  padding-bottom: 30px;
  display: inline-flex;
}
.shortcode-wcpr-overall-rating-and-rating-count h2 {
  display: inline;
  white-space: nowrap;
}
.shortcode-wcpr-overall-rating-and-rating-count .shortcode-wcpr-overall-rating-main {
  display: flex;
  align-items: center;
}
.shortcode-wcpr-overall-rating-and-rating-count .shortcode-wcpr-overall-rating-left {
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  background: #2d2b2b;
  color: white;
  border-radius: 3px;
  font-size: 16px;
  margin: 10px 1px;
}
.shortcode-wcpr-overall-rating-and-rating-count .shortcode-wcpr-overall-rating-left .shortcode-wcpr-overall-rating-left-average {
  white-space: nowrap;
}
.shortcode-wcpr-overall-rating-and-rating-count .shortcode-wcpr-overall-rating-right {
  padding-left: 10px;
  text-align: left;
}
.shortcode-wcpr-overall-rating-and-rating-count .shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-total {
  float: none;
  clear: both;
  white-space: nowrap;
}
.shortcode-wcpr-overall-rating-and-rating-count .shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-star .star-rating {
  width: 5.53em;
  font-size: 14px;
  float: left;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style {
  display: flex;
  gap: 20px;
  padding: 0;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating {
  flex-grow: 1;
  width: auto;
  background-color: #f6f6f6;
  display: flex;
  border-radius: 10px;
  padding: 20px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-average {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.125;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right-star {
  font-size: 20px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right-star .star-rating {
  min-width: 109px;
  min-height: 20px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right-star .star-rating span {
  min-height: 20px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right-star .star-rating span:before {
  font-size: 20px !important;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right-star .star-rating:before {
  font-size: 20px !important;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right-total {
  font-size: 1.125em;
  margin-top: 5px;
  color: #ffb600;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-grid-style .shortcode-wcpr-stars-count {
  flex-grow: 1;
  width: auto;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-list-style .shortcode-list-style .wcpr-title2 .shortcode-wcpr-overall-rating-right-star {
  font-size: 22px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-list-style .shortcode-list-style .wcpr-title2 .shortcode-wcpr-overall-rating-right-star .star-rating {
  min-width: 119px;
  min-height: 22px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-list-style .shortcode-list-style .wcpr-title2 .shortcode-wcpr-overall-rating-right-star .star-rating span {
  min-height: 22px;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-list-style .shortcode-list-style .wcpr-title2 .shortcode-wcpr-overall-rating-right-star .star-rating span:before {
  font-size: 22px !important;
}
.shortcode-wcpr-overall-rating-and-rating-count.shortcode-list-style .shortcode-list-style .wcpr-title2 .shortcode-wcpr-overall-rating-right-star .star-rating:before {
  opacity: 0.3;
  font-size: 22px !important;
}

.rtl .shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-star .star-rating {
  float: right;
}

.product .woocommerce-product-rating .star-rating:before,
.commentlist .comment-text .star-rating:before,
.shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-right-star .star-rating:before {
  color: #ffb600;
  opacity: 0.3 !important;
}

.product .woocommerce-product-rating .star-rating span:before,
.commentlist .comment-text .star-rating span:before,
.shortcode-wcpr-overall-rating .shortcode-wcpr-overall-rating-right-star .star-rating span:before {
  color: #ffb600;
}

/*filter*/
.shortcode-wcpr-filter-container {
  padding: 0;
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}
.shortcode-wcpr-filter-container.wcpr-filter-style-grid, .shortcode-wcpr-filter-container.wcpr-filter-style-grid-layout-2 {
  border-width: 1px 0 1px 0;
  margin-top: 35px;
  margin-bottom: 35px;
  gap: 25px;
  padding: 15px 0;
}
.shortcode-wcpr-filter-container.wcpr-filter-style-grid .shortcode-wcpr-filter-button, .shortcode-wcpr-filter-container.wcpr-filter-style-grid-layout-2 .shortcode-wcpr-filter-button {
  border-radius: 20px;
  margin: 0;
}

.shortcode-wcpr-comments .shortcode-wcpr-filter-container {
  display: flex !important;
}

.shortcode-wcpr-filter-container .shortcode-wcpr-filter-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  padding: 10px 15px !important;
  display: inline-block;
  margin: 10px 5px !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-in-out 0s;
  text-decoration: none !important;
  border: 1px solid;
}

.shortcode-wcpr-filter-container .shortcode-wcpr-filter-button:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.shortcode-wcpr-filter-container .shortcode-wcpr-filter-button.shortcode-wcpr-active {
  background-color: #000000 !important;
}

.shortcode-wcpr-filter-button.shortcode-wcpr-filter-button-images:before {
  font-family: "woocommerce-photo-reviews";
  content: "\f109";
}

.shortcode-wcpr-filter-button.shortcode-wcpr-filter-button-verified:before {
  font-family: "woocommerce-photo-reviews";
  content: "\f10a";
}

.shortcode-wcpr-filter-button:before {
  margin: 0 5px 0 0 !important;
  font-size: inherit !important;
}

ul.shortcode-wcpr-filter-button-ul {
  list-style-type: none;
  position: absolute;
  z-index: 999;
  margin: 10px 0 0 0 !important;
  left: -1px;
  padding: 0;
  display: none;
}

.shortcode-wcpr-filter-button-wrap:hover ul.shortcode-wcpr-filter-button-ul {
  display: block;
}

.shortcode-wcpr-filter-button-wrap {
  position: relative;
  display: inline-block;
  width: 125px;
}

.shortcode-wcpr-filter-container li.shortcode-wcpr-filter-button-li {
  margin: 0 !important;
  display: inline-block;
}

.shortcode-wcpr-filter-container li.shortcode-wcpr-filter-button-li a {
  margin: 0 !important;
  width: 125px !important;
}

@media screen and (max-width: 680px) {
  .shortcode-wcpr-overall-rating-and-rating-count {
    display: inline-block !important;
  }

  .shortcode-wcpr-overall-rating-main {
    justify-content: center;
  }

  .shortcode-wcpr-overall-rating {
    text-align: center;
  }

  .shortcode-wcpr-stars-count {
    margin: 0;
    padding: 0;
  }
}
.shortcode-wcpr-comment-form-images label {
  display: block;
}

.shortcode-wcpr-comment-form-images .wcpr_image_upload {
  max-width: 100%;
}

/*button load more*/
.woocommerce-photo-reviews-shortcode .wcpr-load-more-reviews-button-container .wcpr-load-more-reviews-button {
  display: inline-block !important;
  background: black;
  color: #fff;
  border-radius: 3px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

.wcpr-load-more-reviews-button-container {
  text-align: center;
}

/*custom fields*/
.wcpr-custom-field {
  margin: 8px 0;
}

.wcpr-custom-field .wcpr-custom-field-name {
  font-size: 16px;
}

.wcpr-custom-field .wcpr-custom-field-input {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}

.wcpr-custom-field .wcpr-custom-field-input > div {
  width: 48%;
}

.wcpr-custom-field .wcpr-custom-field-input > div input,
.wcpr-custom-field-input > div select {
  width: 100%;
  padding: 5px;
  margin: 0;
  font-size: 14px;
}

/*custom fields in review*/
.wcpr-review-custom-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

span.wcpr-review-custom-field-value {
  font-weight: 500;
}

span.wcpr-review-custom-field-name {
  font-weight: 300;
}

/*vote button*/
.wcpr-comment-helpful-button-container {
  margin: 5px 0;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  border-top: 1px solid rgba(1, 1, 1, 0.1);
  flex-wrap: wrap;
  padding: 5px 0;
  position: relative;
}

.reviews-content-right-meta .wcpr-comment-helpful-button-container {
  margin: 10px 0;
}

.wcpr-comment-helpful-button-container span {
  cursor: pointer;
}

span.wcpr-comment-helpful-button-label {
  margin: 0 5px;
}

.wcpr-comment-helpful-button-vote-container {
  display: flex;
}

span.wcpr-comment-helpful-button-down-vote {
  transform: rotate(180deg);
}

.wcpr-comment-helpful-button-up-vote,
.wcpr-comment-helpful-button-up-vote-count,
.wcpr-comment-helpful-button-down-vote,
.wcpr-comment-helpful-button-down-vote-count {
  font-weight: 300;
  margin: 0 2px;
}

.wcpr-comment-helpful-button-up-vote {
  margin-right: 8px;
}

.wcpr-comment-helpful-button-voted-up .wcpr-comment-helpful-button-up-vote,
.wcpr-comment-helpful-button-voted-up .wcpr-comment-helpful-button-up-vote-count,
.wcpr-comment-helpful-button-voted-down .wcpr-comment-helpful-button-down-vote,
.wcpr-comment-helpful-button-voted-down .wcpr-comment-helpful-button-down-vote-count {
  font-weight: 700;
  cursor: initial;
}

.wcpr-comment-helpful-button-voting-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.wcpr-comment-helpful-button-voting .wcpr-comment-helpful-button-voting-overlay {
  display: block;
}

.wcpr-comment-helpful-button {
  transition: transform 200ms ease;
}

.wcpr-comment-helpful-button-container:not(.wcpr-comment-helpful-button-voted-up) .wcpr-comment-helpful-button-up-vote:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

.wcpr-comment-helpful-button-container:not(.wcpr-comment-helpful-button-voted-down) .wcpr-comment-helpful-button-down-vote:hover {
  transform: scale3d(1.2, 1.2, 1.2) rotate(180deg);
}

/*shortcode*/
.shortcode-wcpr-html {
  overflow: hidden;
}

/*pagination*/
.shortcode-wcpr-pagination {
  padding: 0 0 20px;
  display: inline-flex;
  gap: 5px;
  width: 100%;
}
.shortcode-wcpr-pagination.wcpr-pagination-2 {
  justify-content: center;
}
.shortcode-wcpr-pagination.wcpr-pagination-2 .wcpr-page-numbers {
  border-radius: 100%;
  padding: 10px 14px;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  color: #212121;
  box-shadow: 0 0 0 1px #ccc inset;
}
.shortcode-wcpr-pagination.wcpr-pagination-2 .wcpr-page-numbers.wcpr-current, .shortcode-wcpr-pagination.wcpr-pagination-2 .wcpr-page-numbers:hover {
  color: #fff;
  background: #212121;
  box-shadow: unset;
}
.shortcode-wcpr-pagination.wcpr-pagination-2 .wcpr-page-numbers.wcpr-no-page {
  box-shadow: unset;
}
.shortcode-wcpr-pagination.wcpr-pagination-2 .wcpr-page-numbers.wcpr-page-numbers-nav {
  border-radius: 20px;
  padding: 10px 20px;
}

.shortcode-wcpr-pagination .wcpr-page-numbers {
  padding: 8px 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.shortcode-wcpr-pagination .wcpr-page-numbers.wcpr-page-numbers-pre {
  margin-right: 5px;
}

.shortcode-wcpr-pagination .wcpr-page-numbers.wcpr-current {
  color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

/*woocommerce review*/
.woocommerce-photo-reviews-shortcode {
  position: relative;
  padding: 10px 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews h2 small a {
  text-decoration: none;
  color: #777;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews h3 {
  margin: 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews #comment {
  height: 75px;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-comments .star-rating {
  width: 75px;
  font-size: 14px;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .add_review::after, .woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .add_review::before {
  content: " ";
  display: table;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .add_review::after {
  clear: both;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments h2 {
  clear: none;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist::after, .woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist::before {
  content: " ";
  display: table;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist::after {
  clear: both;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .meta {
  color: #777;
  font-size: 0.75em;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-review-before {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  flex-wrap: wrap;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li img.avatar {
  padding: 3px;
  width: 48px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text::after, .woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text::after {
  clear: both;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 0;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist ul.children .star-rating {
  display: none;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}

.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .commentlist > li::before {
  content: "";
}

.shortcode-wcpr-overall-rating-and-rating-count .star-rating,
.woocommerce-photo-reviews-shortcode .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 100px;
  font-family: "star" !important;
  margin: 0;
}

.shortcode-wcpr-overall-rating-and-rating-count .star-rating::before,
.woocommerce-photo-reviews-shortcode .star-rating::before {
  content: "sssss" !important;
  font-family: "star" !important;
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.shortcode-wcpr-overall-rating-and-rating-count .star-rating span,
.woocommerce-photo-reviews-shortcode .star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-family: "star" !important;
}

.shortcode-wcpr-overall-rating-and-rating-count .star-rating span::before,
.woocommerce-photo-reviews-shortcode .star-rating span::before {
  content: "SSSSS" !important;
  font-family: "star" !important;
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce-photo-reviews-shortcode .woocommerce-product-rating {
  line-height: 2;
  display: block;
}

.woocommerce-photo-reviews-shortcode .woocommerce-product-rating::after, .woocommerce-photo-reviews-shortcode .woocommerce-product-rating::before {
  content: " ";
  display: table;
}

.woocommerce-photo-reviews-shortcode .woocommerce-product-rating::after {
  clear: both;
}

.woocommerce-photo-reviews-shortcode .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.woocommerce-photo-reviews-shortcode .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}

.woocommerce-photo-reviews-shortcode .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.wcpr-shortcode-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
  cursor: progress;
  display: none;
}

.wcpr-shortcode-overlay:before {
  content: url(../images/loading-2.gif);
  width: 64px;
  height: 64px;
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale3d(0.5, 0.5, 0.5);
}

.woocommerce-photo-reviews-shortcode.woocommerce-photo-reviews-shortcode-loading .shortcode-wcpr-filter-button-wrap {
  overflow: hidden;
}

.woocommerce-photo-reviews-shortcode.woocommerce-photo-reviews-shortcode-loading .wcpr-shortcode-overlay {
  display: block;
}

.shortcode-wcpr-review-before .wcpr-review-country i,
.shortcode-wcpr-comment-author-with-country .shortcode-wcpr-review-country i {
  transform: scale(0.4);
  margin: -12px -18px;
}

img.jetpack-lazy-image + img {
  display: none !important;
}

body.theme-goya #shortcode-reviews-content-right .star-rating span {
  font-size: 0;
}
body.theme-goya .shortcode-wcpr-comments .commentlist {
  max-width: 100%;
}

/*# sourceMappingURL=shortcode-style.css.map */
