.review-vote {
  border: 0;
  background: none;
  outline: 0;
  opacity: .8;
  padding: 0 3px;
}

.ex-like {
  height: 19px;
  width: 19px;
  fill: #21a028;
  vertical-align: sub;
}

.ex-dislike {
  transform: rotate(180deg);
  fill: #ff6464;
  vertical-align: bottom;
}

.ex-reviews__carousel-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0px;
  overflow: hidden;
  margin-top: 20px;
}

.ex-reviews__carousel {
  margin: 45px 0 45px;
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.ex-reviews__carousel-container .review-rating-change-buttons {
  display: none;
}

.ex-reviews__carousel-item {
  background: #FBFBFB;
  color: #777777;
  border-radius: 4px;
  border: 0px solid;
  border: 1px solid;
  border-color: #e8e8e8;
  height: auto !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.ex-reviews__item-title {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5px;
}

.ex-reviews__item-body {
  padding: 10px;
  flex: 1;
}

.ex-reviews__item-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.review-footer-container {
  padding: 5px 10px;
  min-height: 40px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.review-author {
  flex: 1;
}

.carousel-rating-container {
  text-align: left;
  padding: 0.25rem;
  background: #f8f9fa;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.carousel-rating-container::before {
  content: '';
  /*position: absolute;
  height: 1px;
  left: 10px;
  right: 10px;
  background: #dadada;
  margin-top: 8px;
  */
}

.slick-slider-btn {
  cursor: pointer;
}

.slick-slider-btn .sc-btn-icon {
  -webkit-mask: url(../img/sprite.svg#include--prev-slide-icon);
  mask: url(../img/sprite.svg#include--prev-slide-icon);
  background: #ffffff;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background: #1c1c28;
  display: block;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
  pointer-events: none;
}

.ex-swiper-button-next .sc-btn-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-slider-btn:active .sc-btn-icon {
  -webkit-animation: none;
  animation: none;
}

.ex-reviews__carousel .slick-slider-btn {
  opacity: .8;
  z-index: 10;
}

.ex-reviews__carousel .slick-slider-btn-prev {
  left: 1rem;
}

.ex-reviews__carousel .slick-slider-btn {
  background: #ffffff00;
}

.allready-buy {
  color: #000000;
  padding-left: 5px;
}

.ex-cart-svg {
  height: 15px;
  width: 15px;
  fill: #000000;
  vertical-align: text-top;
}

.ex-star {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
  fill: #ffcd00;
}

.ex-star-grey {
  fill: #cccccc;
}

.rating-background {
  display: inline-block;
  background: #fbfbfb;
  z-index: 5;
  position: relative;
}

.ex-reviews__photo a {
  position: relative;
  border: none;
  overflow: hidden;
  padding: 0;
  display: block;
  margin: 3px 5px 3px 2px;
  height: 60px;
  width: 60px;
  box-shadow: 1px 1px 5px #00000042;
}

.ex-reviews__photo a:hover img,
.ex-reviews__video a:hover img {
  transform: scale(1.1);
  transition: all .1s ease-in-out;
}

.ex-reviews__video a {
  position: relative;
  border: none;
  overflow: hidden;
  padding: 0;
  display: block;
  margin: 3px 5px 3px 2px;
  height: 60px;
  width: 100px;
  box-shadow: 1px 1px 5px #00000042;
}

.ex-reviews__video img {
  max-width: 100%;
}

.ex-reviews__video .ex-youtube-svg {
  position: absolute;
  left: calc(50% - 11px);
  height: 100%;
  width: 22px;
  top: 0;
}

.ex-reviews__thumbneils .imgbb {
  height: 60px;
  width: 60px;
}

.ex-reviews__thumbneils .image-crop {
  height: 120px;
  width: 120px;
}

.image-crop {
  position: absolute;
  max-width: 500px !important;
  top: -40%;
  left: -40%;
}

.ex-reviews__thumbneils>div {
  display: inline-block;
}

.ex-reviews__thumbneils {
  overflow: hidden;
}

.ex-reviews__carousel .swiper-pager {
  position: unset;
  display: none;
}

.ex-carousel-btn {
  position: absolute;
  right: 10px;
  bottom: -20px;
  fill: currentColor;
  display: none;
}

.ex-arrow-right {
  height: 9px;
  width: 15px;
}

.ex-alert {
  padding: 8px 14px 8px 14px !important;
  margin: 5px 0 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.ex-reviews__carousel .owl-wrapper-outer {
  box-shadow: none;
  background: transparent;
}

.ex-reviews__carousel .owl-pagination {
  top: 10px;
}

.review-author-name {
  font-size: 1.1em;
  letter-spacing: -0.5px;
}

.review-rating-change-buttons {
  font-size: 0.9em;
  letter-spacing: -1px;
  font-weight: 700;
}

.ex-reviews-page{
  margin-bottom: 50px;
}

.rating-container-info{
  display: flex;
  position: relative;
}

.rating-container-info-full{
  position: absolute;
  white-space: nowrap;
}

.store-reviews-top-value{
  font-size: 20px;
  font-weight: 500;
  color: #111;
}

.store-reviews-top-value span{
  font-size: 16px;
    color: #555;
}

.store-reviews-top-value-text{
  font-size: 14px;
  line-height: 18px;
}

.store-reviews-top-value-text span{
  font-weight: 500;
}

.store-reviews-top-value-text a{
  text-decoration: underline;
  font-weight: 500;
  color: #636363;
}

.validate-users{
  font-size: 10px;
  letter-spacing: -.2px;
  background: #D1AE56;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  margin-left: 5px;
  box-shadow: 1px 1px #D1AE56;
  white-space: nowrap;
}

.review-top-info-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.review-top-info-container .ex-star{
  width: 20px;
  height: 20px;
}

@media(min-width: 768px) {
  .ex-swiper-button-next {
    opacity: 0;
    right: -20px;
  }

  .ex-swiper-button-prev {
    opacity: 0;
    left: -20px;
  }

  .ex-reviews__carousel .swiper-pager {
    display: block;
  }
}

@media(max-width: 980px) {}

@media(max-width: 480px) {}

@media (max-width: 767.98px) {
  .ex-reviews__carousel {
    background: #fff;
    max-width: 100vh;
    --bs-gutter-x: 1.5rem;
  }

  .store-reviews-top-value{
    text-align: center;
  }

  .review-top-info-container{
    align-items: center;
  }

  .ex-reviews__head {
    padding-top: 20px;
  }
}