@font-face {
  font-family: sans-serif;
  src: url("https://cdn.shopify.com/s/files/1/0514/8298/4611/files/Sofia_Pro_Regular_Az.otf?v=1607626671") format("OpenType");
}

.review-widget a {
  cursor: pointer;
}

.question-container,
.reviews-container {
  display: none;
  flex-grow: 1;
}

.reviews-container.active,
.question-container.active {
  display: block;
}

.review-widget-inner {
  padding: 0px 30px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.review-question-inner {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}

.review-question-inner span {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #848484;
  padding: 10px 0px;
  cursor: pointer;
}

.form-open-cta {
  cursor: pointer;
}

.review-question-inner span:first-child {
  margin-right: 30px;
}

.review-question-inner span.active {
  color: #303030;
  font-weight: 500;
  border-bottom: 1px solid #303030;
}

.review-widget-bottom-inner {
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
}

.sortby-dropdown.active {
  display: flex;
}

/* {% comment %} Rating Container Css {% endcomment %} */
.rating-container {
  max-width: 305px;
  min-width: 305px;
  margin-right: 30px;
}

.rating-container-inner {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 10px 20px;
}

.rating-container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.average-rating-and-star {
  display: flex;
  align-items: center;
}

.average-rating {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-right: 10px;
}

.star {
  display: flex;
}

.total-review-and-label {
  display: flex;
  flex-direction: column;
}

.review-count {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e2e;
}

.total-review-and-label label {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #6b6b6b;
}

.rating-container-bottom>div {
  display: flex;
  align-items: center;
}

.rating-container-bottom>div>label {
  padding-right: 10px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

.rating-container-bottom>div>span {
  height: 7px;
  width: 100%;
  background: #ebebeb;
  display: flex;
  border-radius: 4px;
  position: relative;
}

.rating-container-bottom>div>span .progress-width {
  content: "";
  position: absolute;
  height: 100%;
  border-radius: 4px;
  transition: width 1s ease-in-out 0s;
}

.wholescale-review-widget .star-count {
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  padding-left: 10px;
}

/* {% comment %} Review actions css {% endcomment %} */
.reviews-actions {
  display: flex;
}

.reviews-search {
  padding-right: 10px;
}

.reviews-search-inner {
  display: flex;
  position: relative;
}

.reviews-search-inner input {
  height: 36px;
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding-left: 20px;
  margin: 0;
  width: 300px;
  max-width: 300px;
}

.reviews-search-inner svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.reviews-sorby {
  flex-grow: 1;
  max-width: 201px;
  border: 1px solid #d9d9d9;
}

.selected-sortby {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  padding: 0px 15px;
  cursor: pointer;
}

.reviews-sortby-inner .selected-value {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #6b6b6b;
}

.add-review {
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
  width: 30%;
}

.review-actions-left {
  display: flex;
  width: 70%;
}

.add-review-inner {
  width: 160px;
  height: 36px;
  background: #212121;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-review-btn {
  padding-left: 18px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #f3f3f3;
}

.reviews-sortby-inner {
  position: relative;
}

.sortby-dropdown {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
}

.sortby-dropdown span {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #6b6b6b;
  cursor: pointer;
  margin-bottom: 10px;
}

.sortby-dropdown span.active {
  text-decoration: underline;
}

.reviews-list-inner {
  padding-top: 20px;
}

.reviews-list-item {
  padding: 15px 30px 30px 15px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  margin-bottom: 20px;
}

.review-alphabet-title {
  padding-right: 15px;
  display: none;
}

.first-alphabet {
  width: 30px;
  height: 30px;
  background: #139880;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.review-content-top {
  display: flex;
  justify-content: space-between;
}

.name-rating {
  display: flex;
  flex-direction: column;
}

.name-rating .name {
  display: flex;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #686868;
  text-transform: capitalize;
  position: relative;
  top: 2px;
}

.name-rating .rating {
  display: flex;
  padding-top: 5px;
}

.rating.rating-1 svg:nth-child(-n + 1) {
  fill: inherit;
}

.rating.rating-2 svg:nth-child(-n + 2) {
  fill: inherit;
}

.rating.rating-3 svg:nth-child(-n + 3) {
  fill: inherit;
}

.rating.rating-4 svg:nth-child(-n + 4) {
  fill: inherit;
}

.rating.rating-5 svg:nth-child(-n + 5) {
  fill: inherit;
}

.review-date .date {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #9d9d9d;
  display: flex;
}

.review-date .date svg {
  margin-right: 7px;
}

.review-date .date svg path {
  stroke-width: 0px;
}

.review-content-bottom p {
  margin: 0;
  padding-top: 10px;
}

.review-content-bottom p.review-title {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #686868;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 900;
}

.review-content-bottom p.review-description {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #686868;
  padding-top: 2px;
}

.review-content {
  flex-grow: 1;
}

.review-answer {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #686868;
}

.review-answer label {
  color: #000;
  font-size: 15px;
}

/* {% comment %} Question Container Css {% endcomment %} */
.question-actions {
  display: flex;
  justify-content: flex-end;
}

.ask-question-inner {
  width: 160px;
  height: 36px;
  background: #212121;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ask-question-btn {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #f3f3f3;
  padding-left: 15px;
}

.question-list-inner {
  padding-top: 20px;
}

.question-list-item {
  padding: 15px 30px 30px 15px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  margin-bottom: 20px;
}

.question-title {
  margin: 0;
  padding-right: 15px;
}

.question-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.question-date .date {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #9d9d9d;
}

.question-content p {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #383838;
}

.question-content-bottom .answer {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #383838;
  padding-top: 10px;
}

.question-content-bottom p {
  margin: 0;
}

.question-content-bottom label {
  font-weight: 900;
  font-size: 14px;
}

.question-content-bottom .answer label {
  color: #000;
}

.question-content {
  flex-grow: 1;
}

/* {% comment %} widget-form-drawer Css {% endcomment %} */
.widget-form-drawer {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 100%;
  max-width: 430px;
  z-index: 9;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: transform 0.5s;
}

.widget-form-drawer.active {
  transform: translate(0, -50%);
}

.widget-form-inner {
  padding: 25px;
  overflow-y: scroll;
}

.form-title span {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.wholescale-form-field input,
.wholescale-form-field select {
  min-width: 100%;
  padding-left: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  height: 43px;
  margin-bottom: 15px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #525252;
}

.form-title {
  margin-bottom: 20px;
}

.wholescale-form-field textarea {
  min-width: 100%;
  padding-left: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-bottom: 25px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #525252;
  padding-top: 10px;
}

.wholescale-form-field textarea::placeholder,
.wholescale-form-field textarea::-webkit-input-placeholder {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #525252;
}

.widget-form-action input {
  min-width: 100%;
  height: 49px;
  border: unset;
  background: #000000;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.widget-drawer-close {
  position: absolute;
  top: -32px;
  right: 0;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.drawer-open {
  overflow: hidden;
}

.drawer-open:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}

.wholescale-file-upload {
  margin-bottom: 20px;
}

.uploaded-images {
  display: flex;
}

.uploaded-images>div {
  position: relative;
  max-width: 25%;
  object-fit: cover;
  margin-right: 10px;
  flex-grow: 1;
}

.uploaded-images img {
  width: 100%;
}

.wholescale-file-upload input {
  margin-bottom: 10px;
}

.images-limit-text {
  display: none;
  font-size: 14px;
  color: #d50000;
  margin-bottom: 10px;
}

svg.remove-image {
  width: 20px;
  height: 20px;
  fill: #d50000;
  position: absolute;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  z-index: 9;
}

/* {% comment %} Pagination Css {% endcomment %} */
.review-widget .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-widget .pagination .prev {
  padding-right: 10px;
}

.review-widget .pagination .next {
  padding-left: 10px;
}

.review-widget .pagination .prev,
.review-widget .pagination .next {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: unset;
  max-width: 35px;
  padding: 5px;
}

.review-widget .pagination .prev svg,
.review-widget .pagination .next svg {
  width: 30px;
  fill: #000;
}

.review-widget .pagination>span {
  display: flex;
  align-items: center;
}

.review-widget .pagination>span>a {
  min-width: 30px;
  padding: 0px 2px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0px 5px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: transform 0.5s;
}

.review-widget .pagination>span>a.current {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.pagination .wholescale-disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.widget-container.loading {
  position: relative;
}

.widget-container.loading::before {
  content: "";
  background-color: rgb(255 255 255 / 84%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.widget-container.loading:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(https://cdn.shopify.com/s/files/1/0534/4585/3344/files/1494.gif?v=1684503080);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images-list {
  display: flex;
  margin-top: 20px;
  font-size: 0px;
}

.images-list img {
  max-width: 150px;
}

.images-list .images-item {
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: transform 0.5s;
  margin-right: 10px;
}

/* {% comment %} Toast Css {% endcomment %} */
.wholescale-toast {
  position: fixed;
  bottom: 0;
  left: 100px;
  transform: translateY(120%);
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: transform 0.5s cubic-bezier(0.31, 0.67, 0.58, 1);
  z-index: 9;
}

.toast-text {
  padding: 10px 20px;
  background-color: #139880;
  color: #fff;
  border-radius: 2px;
  width: max-content;
}

.wholescale-toast.active {
  opacity: 1;
  transform: translateY(-100%);
  display: flex;
}

.wholescale-toast svg {
  width: 40px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgb(19 152 128 / 60%);
  border-radius: 2px;
}

.review-widget-injection .loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(250 250 250 / 80%);
  z-index: 9;
}

.review-widget-injection .loading:after {
  content: "Please Wait ....";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  z-index: 99;
}

.name-rating .rating path,
.average-rating-and-star path {
  stroke: inherit;
}

.add-photo-section {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.add-photo {
  background-color: #cc0133;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: inline;
  margin: 0;
  letter-spacing: 0px;
}

.add-photo-section span {
  font-size: 12px;
  margin-left: 10px;
}

.uploaded-images {
  display: flex;
}

.wholescale-star-widget .rating-container-top {
  justify-content: unset;
  padding: 0;
  cursor: pointer;
}

.wholescale-star-widget .average-rating-and-star {
  margin-right: 10px;
}

.wholescale-star-widget .rating {
  display: flex;
}

.wholescale-star-widget .total-review-and-label {
  display: block;
}

.average-rating-and-star svg {
  width: 18px;
  height: 18px;
}

/* 2.1 updates */
.review-images-inner {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  /* display: none; */
}

.review-image {
  padding-right: 15px;
}

.review-image img {
  height: 125px;
  width: 125px;
  object-fit: cover;
  border-radius: 5px;
}

.share-container {
  flex: 0 0 100%;
  font-size: 13px;
}

.reviews-list-item {
  flex-wrap: wrap;
  padding-bottom: 5px;
  padding-right: 15px;
}

.share-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.share-inner p {
  margin: 0;
}

.share-action-button {
  display: flex;
  align-items: center;
}

.share-icon {
  display: flex;
}

.share-icon p {
  padding-left: 5px;
}

.share-inner svg {
  width: 15px;
  stroke: #aaaaaa;
}

.share-list a {
  color: #6a6c77;
  text-decoration: unset;
  font-size: 14px;
}

.share-right {
  display: flex;
  align-items: center;
}

.thumbs-up-down {
  display: flex;
}

.line-seperator {
  padding: 0px 5px;
}

.share-right p {
  padding-right: 15px;
}

.thumbs-up-down>p {
  display: flex;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}

.thumbs-up-down span {
  padding-left: 5px;
}

.thumbs-up-down svg {
  fill: #767676;
  width: 15px;
}

.review-content-bottom {
  padding-top: 10px;
}

.thumbs-up-down.block-click>p {
  cursor: not-allowed;
}

.would-recommend {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  padding: 0;
}

.would-recommend svg {
  width: 20px;
  fill: #008060;
  stroke: #008060;
}

.would-recommend p {
  margin: 0;
  font-size: 13px;
  padding-left: 5px;
  color: #008060;
}

/* {% comment %} Media Query Max width 767px {% endcomment %} */
@media (max-width: 980px) {
  .review-widget-inner {
    padding: 0px 10px;
  }

  .review-widget-bottom-inner {
    flex-direction: column;
  }

  .rating-container {
    margin: 0;
    max-width: 100%;
  }

  .reviews-container {
    margin-top: 20px;
  }

  .reviews-actions {
    flex-wrap: wrap;
  }

  .add-review {
    margin-top: 20px;
    justify-content: left;
  }

  .reviews-search {
    max-width: 100%;
    width: 70%;
  }

  .reviews-sorby {
    width: 30%;
    max-width: 100%;
  }

  .question-actions {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .images-list {
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .images-list .images-item {
    max-width: 70%;
    min-width: 70%;
    flex-grow: 1;
  }

  .images-list img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .wholescale-toast {
    left: 10px;
  }

  .review-images-inner {
    justify-content: unset;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .review-image {
    display: flex;
    height: 125px;
    width: 125px;
    flex: 0 0 125px;
  }

  .share-inner {
    flex-wrap: wrap;
  }

  .share-right {
    flex-grow: 1;
  }

  .review-content {
    padding-top: 15px;
  }

  .name-rating {
    flex-wrap: wrap;
  }

  .would-recommend {
    padding: 0;
    flex: 0 0 100%;
  }

  .review-actions-left {
    width: 100%;
  }

  .reviews-search-inner input,
  .selected-sortby {
    height: 32px;
    min-height: 32px;
  }

  .add-review {
    width: 100%;
  }
}

/* Popup Css */
.review-popup-container {
  position: fixed;
  inset: 0px;
  background: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1050;
  font-family: sans-serif;
  display: none;
}

.review-popup-inner {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
}

.review-popup-inner .review-popup-left {
  width: 50%;
}

.review-popup-left img {
  width: 100%;
  border-radius: 8px;
}

.review-popup-inner .review-popup-right {
  width: 50%;
}

.review-popup-inner .reviews-list-item {
  box-shadow: unset;
  border: unset;
}

.review-popup-inner .review-content-bottom p.review-title {
  letter-spacing: normal;
  font-size: 18px;
  color: #000;
  font-family: sans-serif;
}

.review-popup-inner .review-content-bottom p.review-description {
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
  letter-spacing: normal;
}

.review-popup-inner .share-inner {
  flex-direction: column;
  letter-spacing: normal;
}

.review-popup-inner .review-date .date {
  font-family: sans-serif;
}

.review-popup-inner .name-rating .name {
  font-family: sans-serif;
}

.popup-close {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  top: -31px;
}

.popup-close svg {
  width: 20px;
  fill: #fff;
}

.review-images-container img {
  cursor: pointer;
}

.review-popup-inner .would-recommend {
  display: none;
}

@media (max-width: 767px) {
  .review-popup-inner {
    flex-direction: column;
    width: 80%;
    padding: 10px;
  }

  .review-popup-inner .review-popup-left,
  .review-popup-inner .review-popup-right {
    width: 100%;
  }

  .review-images-container img {
    cursor: auto;
  }
}

/* Wholescale 2.0 Dynamic widget css */
.wholescale-review-widget-stars-injection>div:nth-child(2) {
  display: none;
}

/* Product Card css */
.wholescale-inline-rating .rating-container-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wholescale-inline-rating .review-count {
  position: relative;
  margin-left: 5px;
  font-size: 12px;
}

.wholescale-inline-rating .rating.rating-1 svg:nth-child(-n + 1) {
  fill: inherit;
}

.wholescale-inline-rating .rating.rating-2 svg:nth-child(-n + 2) {
  fill: inherit;
}

.wholescale-inline-rating .rating.rating-3 svg:nth-child(-n + 3) {
  fill: inherit;
}

.wholescale-inline-rating .rating.rating-4 svg:nth-child(-n + 4) {
  fill: inherit;
}

.wholescale-inline-rating .rating.rating-5 svg:nth-child(-n + 5) {
  fill: inherit;
}

.wholescale-inline-rating .name-rating .rating path,
.wholescale-inline-rating .average-rating-and-star path {
  stroke: inherit;
}

.wholescale-inline-rating .average-rating-and-star .rating {
  display: flex;
}

.verified-buyer {
  display: flex;
  align-items: center;
}

.verified-buyer svg {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #0f8043;
  color: #fff;
  stroke: #fff;
  fill: #fff;
  margin-left: 5px;
}

.verified-buyer svg path {
  color: inherit;
  fill: inherit;
  stroke: unset;
  stroke-width: 0px;
}

.verified-buyer>span {
  font-weight: 300;
  font-size: 13px;
  text-transform: capitalize;
}

.translated-text {
  color: #212121;
  font-size: 12px;
}