.product_reviews{
  position: absolute;
  top: 0px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product-miniature .product-label {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 45px;
  height: 45px;
}
.product-miniature .product-label img {
  width: 100%;
  height: 100%;
}

#product .product-label {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 55px;
  height: 55px;
}
#product .product-label img {
  width: 100%;
  height: 100%;
}

#product .product-accessories .product-label {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 45px;
  height: 45px;
}
#product .product-accessories .product-label img {
  width: 100%;
  height: 100%;
}

#product .featured-products .product-label {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 45px;
  height: 45px;
}
#product .featured-products .product-label img {
  width: 100%;
  height: 100%;
}

.product-miniature .product-label-right {
  position: relative;
  width: 45px;
  height: 45px;
}

.product-miniature .product-label-right img {
  width: 100%;
  height: 100%;
}

#product .product-label-right {
  position: absolute;
  top: 100px;
  right: 155px;
  width: 90px;
  height: 90px;
}
@media (max-width: 767px) {
  #product .product-label-right {
    top: 50px;
    right: 40px;
    width: 45px;
    height: 45px;
  }
}
#product .product-label-right img {
  width: 100%;
  height: 100%;
}

#product .product-accessories .product-label-right {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 45px;
  height: 45px;
}
#product .product-accessories .product-label-right img {
  width: 100%;
  height: 100%;
}

#product .featured-products .product-label-right {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 45px;
  height: 45px;
}
#product .featured-products .product-label-right img {
  width: 100%;
  height: 100%;
}