.dn
{
  display: none;
}
.xs_product__reviews
{
  position: relative;
  z-index: 999;
  background-color: #fff;
  margin-top: 100px;
}



.xs_single_product__reviews___top h2
{
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}
.xs_single_product__reviews___top h2 span
{
  color: #777E90;
}

.xs_single_product__reviews___top > div:nth-child(2) svg
{
  margin-right: 5px;
}


.xs_single_product__reviews___top
{
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.xs_single_product__reviews___top h3
{
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  margin-right: 10px;
}



.xs_single_product__reviews___top > div:nth-child(2) > div
{
  display: flex;
  align-items: center;
}


.xs_single_product__reviews___top > div:nth-child(2) > div span
{
  font-size: 36px;
  font-weight: 400;
  color: #777E90;
  line-height: 42px;
}


.xs_single_product__reviews___top > div:nth-child(2)  p
{
  font-size: 18px;
  color: #777E90 !important;
}

.xs_single_product__reviews > div:first-child
{
  width: 62%;
}

.xs_single_product__reviews > div:last-child
{
  width: 35%;
}

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


.xs_single_product__reviews___sort > span:first-child
{
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
}

.xs_single_product__reviews___sort > span:nth-child(2)
{
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  color: #120A8F;
}


.xs_single_product__reviews___sort > span:last-child
{
  color: #777E90;
  font-size: 20px;
  font-weight: 400;
}



.xs_single_product__reviews___top2 h3
{
  font-size: 36px;
  line-height: 42.66px;
  color: #000;
  text-align: right;
  padding: 0;
  font-weight: 400;
}

.xs_single_product__reviews___top2 h3
{
  margin-bottom: 60px;
}


.children
{
  padding-left: 60px;
  margin-top: 20px;
}


.xs_avatar_comment img
{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 20px;
}

.xs_rev__name
{
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  font-weight: 500;
  margin-right: 10px;
}

.xs_rev__date
{
  font-size: 20px;
  color: #777E90;
  line-height: 24px;
  font-weight: 400;
}

.xs_avatar_comment
{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}


.comment-text
{
  display: flex;
  padding: 15px 20px;
  background-color: #EFF2FF;
  border-radius: 20px;
  flex-direction: column;
}


.star-rating
{
  margin-bottom: 10px;
}



.woocommerce .star-rating {
  font-size: 22px;
  line-height: 18px;
  height: 22px;
  width: 120px; /* Ширина для 5 звездочек */
  color: #B6BAC2; /* Цвет незакрашенных звездочек */
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  font-size: 22px;
  line-height: 18px;
  height: 22px;
  color: #B6BAC2; /* Цвет незакрашенных звездочек */
}

.star svg
{
  width: 22px;
  height: 22px;
  cursor: pointer;
}


.xs_single_product__reviews___content .description
{
  word-wrap: break-word;
}




#comments-container .review 
{
    margin-bottom: 20px !important;
}

#comments-container .children
{
  position: relative;
}


#comments-container .children .review .xs_avatar_comment svg {
  position: absolute;
  left: 15px;
  top: 16px;
}


#load-more-comments
{
  width: 211px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFF2FF;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #000 !important;
}


#load-more-comments svg
{
  margin-right: 10px;
  margin-top: -3px;
}


.xs_not_rev
{
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 50px;
}


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

.rotate-svg {
  animation: rotate 2s linear infinite;
}


#load-more-comments:disabled
{
  color: #000 !important;
  opacity: 0.7;
}


.xs_operator
{
  font-size: 18px;
  font-weight: 400;
  color: #777E90;
}


.xs_operator
{
  margin-right: 10px;
}



.description
{
  word-wrap: break-word !important;
  font-size: 18px;
}


.xs_avatar_comment img
{
  box-shadow: 0px 0px 10px 0px #00000040;
}


.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
  font-size: 21px;
  line-height: 18px;
  height: 22px;
}

.xs_date_sort
{
  display: inline-block;
  margin-top: -4px;
}

.xs_rating_sort
{
  margin-top: -4px;
}

.xs_date_sort a
{
  color: #000;
  font-size: 20px;

}

.xs_date_sort a
{
  color: #000;
}

.xs_date_sort__default a svg
{
  color: #000;
  font-size: 20px;
  margin-left: 3px;
}


.xs_sort_active
{
  color: #120A8F !important;
}

.xs_sort_active svg path
{
  stroke: #120A8F !important;
}

.xs_single_product__reviews___sort svg
{
  margin: 0 4px;
}






.xs_rating_sort
{
  display: inline-block;
}

.xs_rating_sort a
{
  color: #000;
  font-size: 20px;

}

.xs_rating_sort a
{
  color: #000;
}

.xs_rating_sort__default a svg
{
  color: #000;
  font-size: 20px;
  margin-left: 3px;
}

.xs_otzoviki__reviews
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.xs_otzoviki__reviews___item
{
  text-decoration: none;
  width: 179px;
  margin-bottom: 30px;
}

.xs_otzoviki__reviews___item div
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.xs_otzoviki__reviews___item div > span:first-child
{
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
}

.xs_otzoviki__reviews___item div > span:last-child
{
  color: #777E90;
  font-size: 18px;
}


.xs_otzoviki__reviews___item div > span:first-child svg
{
  margin-right: 5px;
}




.xs_xs_single_product__reviews___top___mob
{
  display: none;
}


.xs_more__views
{
  margin-bottom: -3px;
}





/* Media */

@media screen and (max-width: 1200px){
    .xs_single_product__reviews___top h2 {
      font-size: 28px;
      line-height: 32px;
  }

  .xs_single_product__reviews___top h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .xs_single_product__reviews___top2 h3
  {
    font-size: 28px;
    line-height: 32px;
  }


  .xs_single_product__reviews___top > div:nth-child(2) > div span {
      font-size: 31px;
      line-height: auto;
  }

  .xs_single_product__reviews___top > div:nth-child(2) p {
    font-size: 16px;
    line-height: 18px;
  }

  .xs_otzoviki__reviews___item {
    width: 153px;
    margin-bottom: 30px;
  }

  .xs_otzoviki__reviews___item div > span:last-child {
      font-size: 14px;
  }

  .xs_single_product__reviews___sort > span:first-child {
      font-size: 16px;
  }

  .xs_date_sort a {
      font-size: 16px;
  }

  .xs_rating_sort a {
      font-size: 16px;
  }


}


@media screen and (max-width: 992px){
  .xs_single_product__reviews___top h2 {
      font-size: 21px;
      line-height: 23px;
  }

  .xs_single_product__reviews___top h3 {
    font-size: 21px;
    line-height: 23px;
  }

  .xs_single_product__reviews___top2 h3
  {
    font-size: 21px;
    line-height: 23px;
  }

  .xs_single_product__reviews___sort > span:first-child {
      font-size: 14px;
  }

  .xs_date_sort a {
      font-size: 14px;
  }

  .xs_rating_sort a {
      font-size: 14px;
  }


  .xs_single_product__reviews___top > div:nth-child(2) > div span {
      font-size: 24px;
      line-height: normal;
  }

  .xs_single_product__reviews___top > div:nth-child(2) > div svg
  {
    width: 20px;
    height: 20px;
  }

  .xs_single_product__reviews > div:last-child {
      width: 24%;
  }

  .xs_otzoviki__reviews {
    justify-content: flex-end;
  }

  .xs_single_product__reviews > div:first-child {
      width: 71%;
  }

  .xs_single_product__reviews___top > div:nth-child(2) p br
  {
    display: none;
  }

  .xs_single_product__reviews___top > div
  {
    width: 49%;
  }
}


@media screen and (max-width: 768px){

  .xs_single_product__reviews > div:last-child {
      width: 100%;
      order: -1;
  }

  .xs_single_product__reviews > div:first-child {
      width: 100%;
  }

  .xs_single_product__reviews
  {
    flex-direction: column;
  }

  .xs_product__reviews {
      margin-top: 50px;
  }

  .xs_single_product__reviews___top2 h3
  {
    text-align: left;
  }

  .xs_otzoviki__reviews
  {
    justify-content: space-between;
  }

  .xs_single_product__reviews___top2 h3
  {
    margin-bottom: 20px;
  }

  .xs_xs_single_product__reviews___top___mob
  {
    display: flex;
    align-items: center;
  }

  .xs_single_product__reviews___top > div:last-child {
      display: none;
  }

  .xs_single_product__reviews___top > div
  {
    width: 100%;
  }

  .xs_single_product__reviews___top h2 span {
      display: none;
  }

  .xs_xs_single_product__reviews___top___mob h2
  {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
  }

  .xs_xs_single_product__reviews___top___mob h2 span
  {
    color: #777E90 !important;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
  }
  .xs_xs_single_product__reviews___top___mob
  {
    margin-bottom: 20px;
  }

  .xs_xs_single_product__reviews___top___mob > div:first-child
  {
    margin-right: 20px;
  }

  .xs_xs_single_product__reviews___top___mob svg
  {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }

  .xs_xs_single_product__reviews___top___mob > div:last-child
  {
    display: flex;
    align-items: center;
    font-size: 21px;
    line-height: 25px;
    color: #777E90;
  }

  .xs_single_product__reviews___top2 h3
  {
    font-size: 18px;
    line-height: 22px;
  }

  .xs_single_product__reviews___top h2
  {
    font-weight: 500;
  }

  .xs_single_product__reviews___sort > span:first-child {
    font-size: 18px;
    line-height: 22px;
  }
  .xs_date_sort a {
    font-size: 18px;
    line-height: 22px;
  }

  .xs_rating_sort a {
    font-size: 18px;
    line-height: 22px;
  }
  

  .xs_date_sort {
    margin-right: 10px;
  }
}



@media screen and (max-width: 576px){
  .xs_rev__name {
      font-size: 14px;
      line-height: 17px;
  }
 .xs_rev__date
  {
    font-size: 14px;
    line-height: 17px;
  }


  .description {
      font-size: 14px;
  }

  .commentlist .children  .xs_avatar_comment
  {
    flex-wrap: wrap;
  }

  .xs_single_product__reviews___sort > span:first-child {
      font-size: 16px;
      line-height: 22px;
  }

  .xs_date_sort a {
      font-size: 16px;
      line-height: 22px;
  }

  .xs_rating_sort a {
      font-size: 16px;
      line-height: 22px;
  }


  .xs_operator
  {
    font-size: 14px;
    line-height: 17px;
  }
}



@media screen and (max-width: 480px){
  .xs_otzoviki__reviews___item {
    width: 48%;
    margin-bottom: 30px;
  }

  .xs_otzoviki__reviews img
  {
    width: 100%;
  }

  .xs_otzoviki_more
  {
    cursor: pointer;
    width: 166px;
    height: 47px;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0 auto;
    border: 1px solid transparent;
    outline: none;
    background-color: #EFF2FF;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    font-weight: 600;
  }

  .xs_otzoviki_more:last-child
  {
    display: none !important;
  }

  .xs_otzoviki_more svg
  {
    margin-right: 7px;
  }

  .xs_avatar_comment img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    margin-right: 20px;
  }


  .xs_otzoviki__reviews___item div > span:first-child svg
  {
    width: 17px;
    height: 17px;
    margin-top: -1px;
  }

  .xs_avatar_comment
  {
    flex-wrap: wrap;
  }

  .xs_avatar_comment > div
  {
    display: flex;
    flex-direction: column;
  }
}





