.custom-product-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.custom-product-thumbnail {
    width: calc(25% - 15px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.custom-product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.custom-product-thumbnail:hover {
    transform: scale(1.05);
}






/* Change the color of the review stars */
.woocommerce .star-rating span:before {
    color: #FFD700; /* Gold color */
}

/* Change the color of the empty stars */
.woocommerce .star-rating:before {
    color: #CCCCCC; /* Light grey color */
}

/* Change the size of the stars */
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    font-size: 14px; /* Adjust the size as needed */
}

/* Add a shadow to the stars */
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Subtle shadow effect */
}






.single-product div.product .woocommerce-product-rating .star-rating {
  margin-bottom: 15px;
}

#reviews .commentlist li p.meta {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

p {
  text-align: center;
  font-size: 16px;
}

.woocommerce .woocommerce-Tabs-panel--msbr_reviews #reviews #comments ol.commentlist li .comment-text {
  text-align: center;
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
  font-size: 16px;
}

#reviews .commentlist li .comment_container {
  margin-bottom: 15px;
}

#li-comment-226.review.byuser.comment-author-petshop-marcu.bypostauthor.even.thread-even.depth-1 {
  margin-right: 10px;
}

.woocommerce .woocommerce-Tabs-panel--msbr_reviews #reviews #comments ol.commentlist li img.avatar {
  margin-right: 1px;
}