/* line 1, product-reviews.scss */
.allReviews {
  background: #F7F7F7;
  padding-bottom: 80px; }
  /* line 5, product-reviews.scss */
  .allReviews__inner {
    display: flex;
    flex-direction: column; }
  /* line 10, product-reviews.scss */
  .allReviews__item {
    display: flex;
    justify-content: space-between;
    margin-top: 35px; }
    /* line 15, product-reviews.scss */
    .allReviews__item:last-child {
      margin-bottom: 35px; }
    @media (max-width: 768px) {
      /* line 10, product-reviews.scss */
      .allReviews__item {
        flex-direction: column;
        margin-top: 55px; }
        /* line 23, product-reviews.scss */
        .allReviews__item:first-child {
          margin-top: 35px; } }
    /* line 28, product-reviews.scss */
    .allReviews__item-inner {
      display: flex; }
      @media (max-width: 468px) {
        /* line 28, product-reviews.scss */
        .allReviews__item-inner {
          flex-direction: column; } }
    /* line 36, product-reviews.scss */
    .allReviews__item-img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      flex-shrink: 0; }
      /* line 42, product-reviews.scss */
      .allReviews__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    /* line 49, product-reviews.scss */
    .allReviews__item-review {
      margin-left: 15px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 468px) {
        /* line 49, product-reviews.scss */
        .allReviews__item-review {
          margin-left: 0;
          margin-top: 15px; } }
      /* line 59, product-reviews.scss */
      .allReviews__item-review .head {
        display: flex;
        flex-direction: column;
        margin-bottom: 11px; }
        /* line 64, product-reviews.scss */
        .allReviews__item-review .head .author {
          font-family: Montserrat;
          font-size: 16px;
          font-weight: 600;
          line-height: 21px;
          color: #000000;
          margin-bottom: 2px; }
        /* line 73, product-reviews.scss */
        .allReviews__item-review .head .head-flex {
          display: flex;
          align-items: center; }
          /* line 77, product-reviews.scss */
          .allReviews__item-review .head .head-flex .stars {
            display: flex;
            align-items: center;
            margin-right: 15px; }
            /* line 82, product-reviews.scss */
            .allReviews__item-review .head .head-flex .stars .star {
              width: 14px;
              height: 14px;
              background-position: center;
              background-repeat: no-repeat;
              display: inline-block;
              background-image: url(empty_star.svg);
              margin-right: 5px; }
              /* line 91, product-reviews.scss */
              .allReviews__item-review .head .head-flex .stars .star.half {
                background-image: url("halfstar.svg"); }
              /* line 95, product-reviews.scss */
              .allReviews__item-review .head .head-flex .stars .star.active {
                background-image: url(full_star.svg); }
          /* line 101, product-reviews.scss */
          .allReviews__item-review .head .head-flex .logo {
            height: 15px;
            position: relative;
            width: 100%; }
            /* line 106, product-reviews.scss */
            .allReviews__item-review .head .head-flex .logo .logo-market {
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
      /* line 116, product-reviews.scss */
      .allReviews__item-review .content {
        display: flex;
        flex-direction: column; }
        /* line 120, product-reviews.scss */
        .allReviews__item-review .content-block {
          margin-bottom: 10px; }
        /* line 124, product-reviews.scss */
        .allReviews__item-review .content-title {
          font-family: Montserrat;
          font-size: 14px;
          font-weight: 700;
          line-height: 21px;
          color: #364554; }
        /* line 132, product-reviews.scss */
        .allReviews__item-review .content-value {
          font-family: Montserrat;
          font-size: 14px;
          font-weight: 400;
          line-height: 14px;
          color: #364554; }
          /* line 139, product-reviews.scss */
          .allReviews__item-review .content-value a {
            color: #364554; }
      /* line 145, product-reviews.scss */
      .allReviews__item-review .date {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        color: #A7B3BF; }
    /* line 154, product-reviews.scss */
    .allReviews__item-product {
      width: 245px;
      display: flex;
      flex-shrink: 0;
      margin-left: 42px;
      text-decoration: none;
      height: fit-content; }
      @media (max-width: 768px) {
        /* line 154, product-reviews.scss */
        .allReviews__item-product {
          margin-left: 60px;
          margin-top: 20px; } }
      @media (max-width: 468px) {
        /* line 154, product-reviews.scss */
        .allReviews__item-product {
          margin-left: 0; } }
      /* line 171, product-reviews.scss */
      .allReviews__item-product .product-photo {
        margin-right: 15px;
        width: 37.91px;
        height: 39.98px;
        position: relative; }
        /* line 177, product-reviews.scss */
        .allReviews__item-product .product-photo__img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      /* line 185, product-reviews.scss */
      .allReviews__item-product .product-inner {
        display: flex;
        flex-direction: column; }
      /* line 190, product-reviews.scss */
      .allReviews__item-product .product-title {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: #000000; }
      /* line 199, product-reviews.scss */
      .allReviews__item-product .product-sku {
        font-family: Montserrat;
        font-size: 12.3px;
        font-weight: 400;
        line-height: 13px;
        text-align: left;
        color: #9AA8B6; }

/* line 211, product-reviews.scss */
.load-more {
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: 50px; }
  /* line 218, product-reviews.scss */
  .load-more__btn {
    display: block;
    color: #01426a;
    background: #fff;
    border: 1px solid #01426a;
    font-weight: 600;
    padding: 0 20px;
    height: 45px;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease; }
    /* line 232, product-reviews.scss */
    .load-more__btn:hover {
      background: #01426a;
      color: #fff;
      transition: all 0.3s ease; }

/* line 240, product-reviews.scss */
.noProducts {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  color: #1D2E3F;
  text-align: center; }

/* line 251, product-reviews.scss */
#loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

/* line 264, product-reviews.scss */
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0083BE;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite; }

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