/* ========================================================= RK VISION CUSTOM HEADER + FIBOSEARCH ========================================================= */ /* ========================================================= HEADER CSS ========================================================= */ add_action('wp_head', function () { ?>
📍 Khanna Market, Lodhi Road, New Delhi - 110003
Help
.whols_retailer_price { margin: 0px 0px 0px 0px; }.whols_wholesaler_price { margin: 0px 0px 0px 0px; }
📍 Khanna Market, Lodhi Road, New Delhi - 110003
Help

175 x 67 cm Refrigerator

Showing the single result

Scroll to Top
Price - slider
Price - inputs
document.addEventListener('DOMContentLoaded', function () { function initRKVisionProductHover() { document.querySelectorAll('li.product').forEach(function(product) { if (product.dataset.rkTouchReady) { return; } product.dataset.rkTouchReady = 'true'; product.addEventListener('touchstart', function() { document.querySelectorAll('li.product.rk-touch-image') .forEach(function(otherProduct) { if (otherProduct !== product) { otherProduct.classList.remove('rk-touch-image'); } }); product.classList.toggle('rk-touch-image'); }, { passive: true }); }); } initRKVisionProductHover(); const observer = new MutationObserver(function() { initRKVisionProductHover(); }); observer.observe(document.body, { childList: true, subtree: true }); });