Money Plant in Square Glass Pot

449.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