Heart Shape Red Velvet Photo Cake

Price range: ₹799.00 through ₹4,099.00


jQuery(function ($) { var stars = $('.woocommerce p.stars a'); stars.on('mouseenter click', function () { var index = stars.index(this) + 1; stars.removeClass('pc-fill'); stars.filter(':lt(' + index + ')').addClass('pc-fill'); }); });
0