.woocommerce-review-link{
    width: 100%;
    display: flex;
    text-decoration: none !important;
}
.woocommerce-review-link span{
    color: #ffcb00;
}

.woocommerce .star-rating span::before{
    color: #FFB000;
}
.woocommerce-product-rating{
    display: flex !important;
    flex-direction: row-reverse !important;
}
.woocommerce-review-link{
    display: flex !important;
    justify-content: right !important;
}
.woocommerce-product-rating .star-rating{
    width: 100px !important;
}
.zoomImg{
    border-radius: 10px !important;
}
.woocommerce-product-rating .star-rating span{
    width: 100%;
}