.wc-rr-slides {
  opacity: 0 !important;
	transition: .5s all;
}
.wc-rating-stars .star, .wc-rating-count {
    color: #07c167 !important;
    font-size: 18px !important;
}

.wc-rr-slides.slick-initialized {
  opacity: 1 !important;
}
.wc-rr {
  position: relative;
}
ul.slick-dots {
    display: none !important;
}
.wc-rr .slick-arrow {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  width: auto;
}
.wc-rr .slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.wc-rr .wc-rr-card {
  height: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wc-rr .wc-rr-user {
  font-weight: 600;
}
.wc-rr .wc-rr-rating {
    color: #34c16c;
    font-size: 25px;
    margin-bottom: 10px;
}
.wc-rr .wc-rr-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  background: #fafafa;
}
.wc-rr .wc-rr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 200px;
}
.slick-track .slick-slide {
  margin-right: 15px;
}
.wc-rr .slick-prev-arrow,
.wc-rr .slick-next-arrow {
  background-color: #ffffff !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  background-size: 24px !important;
  position: absolute;
  top: calc(50% - 17px);
  z-index: 999;
}
.wc-rr .slick-next-arrow {
  background: url(../images/arrow.png) no-repeat center center;
  rotate: 270deg;
  right: 0 !important;
}
.wc-rr .slick-prev-arrow {
  background: url(../images/arrow.png) no-repeat center center;
  rotate: 90deg;
}
.wc-rr-content {
    height: 130px;
    overflow: hidden;
}
.t_cont {
    display: flex;
}
.t_t_cont{
    max-width: 230px;
    padding-left: 20px;
}
.wc-rr-image {
    max-width: 150px;
}

/* Product Rating Styles */
.wc-product-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
}

.wc-rating-stars {
    display: inline-flex;
    gap: 1px;
}

.wc-rating-stars .star {
    color: #ffc107;
    font-size: 14px;
    line-height: 1;
}

.wc-rating-stars .star.star-empty {
    color: #ddd;
}

.wc-rating-stars .star.star-half {
    color: #ffc107;
    position: relative;
}

.wc-rating-stars .star.star-half::after {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #ffc107;
}

.wc-rating-count {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

/* Large rating for single product page */
.wc-rating-large .wc-rating-stars .star {
    font-size: 18px;
}

.wc-rating-large .wc-rating-count {
    font-size: 14px;
}

/* Small rating for shop page */
.wc-rating-small .wc-rating-stars .star {
    font-size: 12px;
}

.wc-rating-small .wc-rating-count {
    font-size: 11px;
}

/* Shop page specific styling */
.woocommerce ul.products li.product .wc-product-rating {
    margin: 8px 0 5px 0;
    justify-content: center;
}

/* Single product page specific styling */
.single-product .wc-product-rating {
    margin: 10px 0;
}