{"id":5611,"date":"2022-07-06T16:55:33","date_gmt":"2022-07-06T16:55:33","guid":{"rendered":"https:\/\/maritimetents.com\/nova-scotia\/catering\/"},"modified":"2026-03-06T14:21:19","modified_gmt":"2026-03-06T14:21:19","slug":"catering","status":"publish","type":"page","link":"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/","title":{"rendered":"Catering"},"content":{"rendered":"<!-- Start Shortcoder content --><!-- Cart -->\r\n<div class=\"cartInfo\" style=\"display:none\">\r\n    <i class=\"cartIcon fas fa-shopping-cart\"><\/i><!--no linebreak bc elementor--> <span class=\"simpleCart_quantity\"><\/span> items\r\n<\/div>\r\n\r\n<div class=\"pageDateRangeWrapper elementor-widget-button\">\r\n    <div class=\"elementor-button elementor-animation-grow\" onclick=\"checkAvailDateClick()\" style=\"display:block\">\r\n        <div class=\"ioDateRangeHeader\">Set Event Date<\/div>\r\n        <div id=\"pageDateRange\" class=\"ioDateRange\"><\/div>\r\n    <\/div>\r\n<\/div>\r\n<div class=\"io_category_wrapper elementor-widget-heading\">\r\n    <h1 class=\"catNameIO elementor-heading-title elementor-size-default\">Catering<span class=\"io_forrent io_forrent_142769\"> for Rent<\/span><\/h1>\r\n<\/div>\r\n\r\n<!-- Add View Toggle Buttons -->\r\n<div class=\"io_view_toggle_container\" style=\"display:none;\">\r\n    <div class=\"io_view_toggle_buttons\">\r\n        <button class=\"io_view_toggle_btn active\" data-view=\"tile\" title=\"Tile View\">\r\n            <i class=\"fas fa-th-large\"><\/i>\r\n        <\/button>\r\n        <button class=\"io_view_toggle_btn\" data-view=\"list\" title=\"List View\">\r\n            <i class=\"fas fa-list\"><\/i>\r\n        <\/button>\r\n    <\/div>\r\n<\/div>\r\n<div class=\"category_id\" style=\"display: none\">142769<\/div>\r\n<div class=\"cat_div_wrapper\"><div class=\"io_cat_description io_cat_description_142769 elementor-widget-text-editor catDescriptionIO\"><\/p>\n<p style=\"font-family: Tahoma, Geneva, sans-serif;\"><\/p>\n<p><\/div><\/div>\r\n<div class=\"io_catdiv2\"><\/div>\r\n<div class=\"io_landingpages io_landingpages_142769 elementor-widget-text-editor\"><!-- Start Shortcoder content -->Please submit a quote or contact us to be sure we service your area in NS and NB.<!-- End Shortcoder content --><\/div>\r\n<div class=\"io_cat_longdescription io_cat_longdescription_142769 elementor-widget-text-editor\"><\/div>\r\n<script>\r\n    var isValid = function (u) {\r\n        if (!u) return false;\r\n        var s = String(u).trim();\r\n        if (!s) return false;\r\n        if (s.indexOf('%%') !== -1) return false;\r\n        if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false;\r\n        return true;\r\n    };\r\n\r\n    var isMp4 = function (u) {\r\n        if (!u) return false;\r\n        return \/\\.mp4(?:\\?|#|$)\/i.test(String(u).trim());\r\n    };\r\n\r\n    function CategoryGallery(rental_id, rental_name, images_arr){\r\n        var rid = rental_id;\r\n        var rentalName = rental_name;\r\n\r\n        try {\r\n            if (typeof images_arr === 'string' && images_arr.length) {\r\n                images_arr = JSON.parse(images_arr);\r\n            }\r\n        } catch (e) {\r\n            images_arr = {};\r\n        }\r\n        if (!images_arr) images_arr = {};\r\n\r\n        var $bigAfter = jQuery('#io_img_big2_' + rid);\r\n        var $thumbAfter = jQuery('#io_img_thumb1_' + rid);\r\n\r\n        if ($bigAfter.length && $thumbAfter.length) {\r\n            var relVal = $bigAfter.attr('rel') || 'img_group noopener';\r\n\r\n            var getBigUrl = function (imgObj) {\r\n                return imgObj[\"rentalimage_imagelocbig\"] || imgObj[\"imagelocbig\"] || imgObj[\"big\"] || \"\";\r\n            };\r\n\r\n            var getThumbUrl = function (imgObj) {\r\n                return imgObj[\"rentalimage_imageloc\"] || imgObj[\"imageloc\"] || imgObj[\"thumb\"] || \"\";\r\n            };\r\n\r\n            var addedThumbs = 0;\r\n            var $mainImg = jQuery('#io_img_big2_' + rid).closest('.io_item2_list').find('.io_image_big').first();\r\n\r\n            \/\/ Bind existing thumb1 to its existing big1 anchor using data-big-src\r\n            var $existingThumb1 = jQuery('#io_img_thumb1_' + rid);\r\n            var $existingBig1 = jQuery('#io_img_big1_' + rid);\r\n            if ($existingThumb1.length && $existingBig1.length) {\r\n                var existingBig1Href = $existingBig1.attr('href');\r\n                var existingThumb1Src = $existingThumb1.attr('src');\r\n\r\n                if (isMp4(existingBig1Href) && isValid(existingThumb1Src)) {\r\n                    existingBig1Href = existingThumb1Src;\r\n                    $existingBig1.attr('href', existingBig1Href);\r\n                }\r\n\r\n                if (isValid(existingBig1Href)) {\r\n                    $existingThumb1.attr('data-big-src', existingBig1Href);\r\n                    $existingThumb1.off('click.ioGallery').on('click.ioGallery', function () {\r\n                        if (typeof updateMainPic === 'function') {\r\n                            updateMainPic(this);\r\n                        }\r\n                    });\r\n                }\r\n            }\r\n\r\n            \/\/ Fix built-in big2 anchor if it points to mp4\r\n            if ($bigAfter.length) {\r\n                var builtInBig2Href = $bigAfter.attr('href');\r\n                var builtInThumb2Src = $thumbAfter.attr('src');\r\n\r\n                if (isMp4(builtInBig2Href) && isValid(builtInThumb2Src)) {\r\n                    $bigAfter.attr('href', builtInThumb2Src);\r\n                }\r\n            }\r\n\r\n            for (var key in images_arr) {\r\n                if (!images_arr.hasOwnProperty(key)) continue;\r\n\r\n                var imgObj = images_arr[key] || {};\r\n                var href = getBigUrl(imgObj);\r\n                var src  = getThumbUrl(imgObj);\r\n\r\n                if (isMp4(href) && isValid(src)) {\r\n                    href = src;\r\n                }\r\n\r\n                var n = parseInt(key, 10);\r\n                if (isNaN(n)) {\r\n                    n = addedThumbs + 1;\r\n                }\r\n\r\n                var bigIndex = n + 1;\r\n                var thumbIndex = n + 1;\r\n\r\n                if (isValid(href)) {\r\n                    var bigId = '#io_img_big' + bigIndex + '_' + rid;\r\n                    if (jQuery(bigId).length === 0) {\r\n                        var $a = jQuery('<a\/>', {\r\n                            rel: relVal,\r\n                            href: href,\r\n                            id: 'io_img_big' + bigIndex + '_' + rid\r\n                        });\r\n                        $bigAfter.after($a);\r\n                        $bigAfter = $a;\r\n                    }\r\n                }\r\n\r\n                if (isValid(src)) {\r\n                    var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid;\r\n                    if (jQuery(thumbId).length === 0) {\r\n                        var $img = jQuery('<img\/>', {\r\n                            'class': 'io_image_thumb skip-lazy',\r\n                            title: rentalName,\r\n                            src: src,\r\n                            alt: rentalName,\r\n                            id: 'io_img_thumb' + thumbIndex + '_' + rid,\r\n                            'data-big-src': href\r\n                        }).on('click', function () {\r\n                            if (typeof updateMainPic === 'function') {\r\n                                updateMainPic(this);\r\n                            }\r\n                        });\r\n\r\n                        $thumbAfter.after($img);\r\n                        $thumbAfter = $img;\r\n                        addedThumbs++;\r\n                    }\r\n                }\r\n            }\r\n\r\n            if (addedThumbs > 0) {\r\n                jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show();\r\n            }\r\n        }\r\n    }\r\n\r\n    \/\/ Function to generate list view content on demand (global scope)\r\n    generateListViewContent = function() {\r\n        console.log('[IO List View] Generating list view content dynamically');\r\n\r\n        jQuery('.io_item2_list').each(function() {\r\n            var $item = jQuery(this);\r\n\r\n            if ($item.find('.io_list_view_content').length > 0) {\r\n                return;\r\n            }\r\n\r\n            var rentalId = $item.find('.item_rentalid').text().trim();\r\n            if (!rentalId) {\r\n                console.warn('[IO List View] No rental_id found for item, skipping');\r\n                return;\r\n            }\r\n\r\n            var indoorOutdoor = String(window.io_category_data[rentalId][\"indoor_outdoor\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var staff = String(window.io_category_data[rentalId][\"staff\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var electric = String(window.io_category_data[rentalId][\"electric\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n            var dimensions = String(window.io_category_data[rentalId][\"dimensions\"] || \"\").replace(\/[\\r\\n]+\/g, \"\").trim();\r\n\r\n            var stripHtml = function(html) {\r\n                var tmp = document.createElement(\"DIV\");\r\n                tmp.innerHTML = html;\r\n                return (tmp.textContent || tmp.innerText || \"\").trim();\r\n            };\r\n\r\n            var escapeHtml = function(text) {\r\n                var map = {\r\n                    '&': '&amp;',\r\n                    '<': '&lt;',\r\n                    '>': '&gt;',\r\n                    '\"': '&quot;',\r\n                    \"'\": '&#039;'\r\n                };\r\n                return text.replace(\/[&<>\"']\/g, function(m) { return map[m]; });\r\n            };\r\n\r\n            var html = '<div class=\"io_list_view_content\">';\r\n            html += '<div class=\"io_item_details_labeled\">';\r\n\r\n            if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) {\r\n                html += '<div class=\"io_detail_item io_detail_setup\">';\r\n                html += '<span class=\"io_detail_label\">Setup:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(indoorOutdoor) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n\r\n            var operatorsText = staff ? staff + ' Adult Supervision Required' : \"\";\r\n            if (operatorsText &&\r\n                operatorsText !== '0 Adult Supervision Required' &&\r\n                operatorsText !== 'Adult Supervision Required' &&\r\n                operatorsText !== '0') {\r\n                html += '<div class=\"io_detail_item io_detail_operators\">';\r\n                html += '<span class=\"io_detail_label\">Operators:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(operatorsText) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n\r\n            var powerText = electric ? electric + ' Outlets' : \"\";\r\n            if (powerText &&\r\n                powerText !== '0 Outlets' &&\r\n                powerText !== '0.00 Outlets' &&\r\n                powerText !== 'Outlets' &&\r\n                powerText !== '0') {\r\n                html += '<div class=\"io_detail_item io_detail_power\">';\r\n                html += '<span class=\"io_detail_label\">Power:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(powerText) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n\r\n            if (dimensions && dimensions !== '0' && dimensions.length > 0) {\r\n                html += '<div class=\"io_detail_item io_detail_size\">';\r\n                html += '<span class=\"io_detail_label\">Size:<\/span>';\r\n                html += '<span class=\"io_detail_value\">' + escapeHtml(dimensions) + '<\/span>';\r\n                html += '<\/div>';\r\n            }\r\n\r\n            html += '<\/div>';\r\n            html += '<\/div>';\r\n\r\n            $item.find('.io_buttons_container').before(html);\r\n        });\r\n    };\r\n\r\n    function bindExistingThumbTargets() {\r\n    jQuery('.io_item2_list').each(function() {\r\n        var $item = jQuery(this);\r\n        var rentalId = $item.find('.item_rentalid').text().trim();\r\n        if (!rentalId) return;\r\n\r\n        var arr = window.io_category_data?.[rentalId]?.images_arr;\r\n        try {\r\n            if (typeof arr === 'string' && arr.length) {\r\n                arr = JSON.parse(arr);\r\n            }\r\n        } catch (e) {\r\n            arr = {};\r\n        }\r\n        if (!arr) arr = {};\r\n\r\n        $item.find('.io_image_thumb[id]').each(function() {\r\n            var thumb = this;\r\n            var match = thumb.id.match(\/io_img_thumb(\\d+)_(\\d+)\/);\r\n            if (!match) return;\r\n\r\n            var index = parseInt(match[1], 10) - 1;\r\n            var imgObj = arr[index];\r\n            if (!imgObj) return;\r\n\r\n            var src = imgObj.rentalimage_imageloc || imgObj.imageloc || imgObj.thumb || \"\";\r\n            var href = imgObj.rentalimage_imagelocbig || imgObj.imagelocbig || imgObj.big || \"\";\r\n\r\n            if (isMp4(href) && isValid(src)) {\r\n                href = src;\r\n            }\r\n\r\n            if (isValid(href)) {\r\n                thumb.setAttribute('data-big-src', href);\r\n            }\r\n\r\n            jQuery(thumb).off('click.ioGallery').on('click.ioGallery', function () {\r\n                if (typeof updateMainPic === 'function') {\r\n                    updateMainPic(this);\r\n                }\r\n            });\r\n        });\r\n    });\r\n}\r\n\r\n\r\n    jQuery(document).ready(function($) {\r\n\r\n        jQuery(\".io_item2_list\").each(function(){\r\n            var rentalId = jQuery(this).find('.item_rentalid').text().trim();\r\n            if (io_categoryVariantImages == 'on'){\r\n                if (typeof window.io_category_data !== 'undefined' && window.io_category_data[rentalId]) {\r\n                    CategoryGallery(\r\n                        rentalId,\r\n                        window.io_category_data[rentalId]['rental_name'],\r\n                        window.io_category_data[rentalId][\"images_arr\"]\r\n                    );\r\n                }\r\n            }\r\n        });\r\n\r\n        bindExistingThumbTargets();\r\n\r\n        console.log('[IO View Toggle] Document ready, initializing view toggle functionality');\r\n\r\n        var categoryId = $('.category_id').text().trim();\r\n        var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0;\r\n\r\n        if (!hasNumericCategoryId) {\r\n            console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization');\r\n            return;\r\n        }\r\n\r\n        console.log('[IO View Toggle] Category page detected with categoryId:', categoryId);\r\n        $('body').addClass('io-has-category-id');\r\n\r\n        $('.io_view_toggle_container').show();\r\n        console.log('[IO View Toggle] Toggle buttons displayed for category page');\r\n\r\n        var isInitialized = false;\r\n\r\n        function initViewToggle(force) {\r\n            if (isInitialized && !force) {\r\n                console.log('[IO View Toggle] Already initialized, skipping');\r\n                return;\r\n            }\r\n\r\n            console.log('[IO View Toggle] Initializing view toggle functionality');\r\n\r\n            if ($('.io_view_toggle_btn').length === 0) {\r\n                console.warn('[IO View Toggle] Toggle buttons not found in DOM');\r\n                return;\r\n            }\r\n            console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons');\r\n\r\n            if ($('.io_catdiv2').length === 0) {\r\n                console.warn('[IO View Toggle] Category container (.io_catdiv2) not found');\r\n                return;\r\n            }\r\n            console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers');\r\n\r\n            var savedView = localStorage.getItem('io_category_view') || 'tile';\r\n            console.log('[IO View Toggle] Retrieved saved view preference:', savedView);\r\n\r\n            $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view');\r\n            console.log('[IO View Toggle] Applied initial view class:', savedView + '-view');\r\n\r\n            $('.io_view_toggle_btn').removeClass('active');\r\n            $('.io_view_toggle_btn[data-view=\"' + savedView + '\"]').addClass('active');\r\n            console.log('[IO View Toggle] Updated button states, active button:', savedView);\r\n\r\n            if (savedView === 'list') {\r\n                if (typeof generateListViewContent === 'function') {\r\n                    generateListViewContent();\r\n                } else {\r\n                    console.warn('[IO View Toggle] generateListViewContent function not available yet');\r\n                }\r\n            }\r\n\r\n            var itemCount = $('.io_item2_list').length;\r\n            console.log('[IO View Toggle] Found', itemCount, 'items in category');\r\n\r\n            $('.io_view_toggle_btn').off('click.viewToggle');\r\n\r\n            var buttons = document.querySelectorAll('.io_view_toggle_btn');\r\n            console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS');\r\n\r\n            buttons.forEach(function(button) {\r\n                var newButton = button.cloneNode(true);\r\n                button.parentNode.replaceChild(newButton, button);\r\n\r\n                newButton.addEventListener('click', function(e) {\r\n                    e.preventDefault();\r\n                    e.stopPropagation();\r\n\r\n                    var view = this.getAttribute('data-view');\r\n                    console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view);\r\n\r\n                    if (view === 'list') {\r\n                        if (typeof generateListViewContent === 'function') {\r\n                            generateListViewContent();\r\n                        } else {\r\n                            console.warn('[IO View Toggle] generateListViewContent function not available');\r\n                        }\r\n                    }\r\n\r\n                    document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) {\r\n                        btn.classList.remove('active');\r\n                    });\r\n                    this.classList.add('active');\r\n                    console.log('[IO View Toggle] Updated button active states');\r\n\r\n                    var catdiv = document.querySelector('.io_catdiv2');\r\n                    if (catdiv) {\r\n                        catdiv.classList.remove('tile-view', 'list-view');\r\n                        catdiv.classList.add(view + '-view');\r\n                        console.log('[IO View Toggle] Applied view class:', view + '-view');\r\n                    }\r\n\r\n                    localStorage.setItem('io_category_view', view);\r\n                    console.log('[IO View Toggle] Saved view preference to localStorage:', view);\r\n\r\n                    setTimeout(function() {\r\n                        if (catdiv) {\r\n                            var containerClasses = catdiv.className;\r\n                            var visibleItems = document.querySelectorAll('.io_item2_list:not([style*=\"display: none\"])').length;\r\n                            console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses);\r\n                            console.log('[IO View Toggle] Visible items after view change:', visibleItems);\r\n\r\n                            if (view === 'list') {\r\n                                var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*=\"display: none\"])').length;\r\n                                console.log('[IO View Toggle] Visible list content elements:', visibleListContent);\r\n                            }\r\n                        }\r\n                    }, 100);\r\n                }, true);\r\n\r\n                console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view'));\r\n            });\r\n\r\n            console.log('[IO View Toggle] Event handlers attached successfully');\r\n\r\n            isInitialized = true;\r\n        }\r\n\r\n        console.log('[IO View Toggle] Starting initial setup');\r\n        initViewToggle();\r\n\r\n        $(document).on('io_content_loaded', function() {\r\n            console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing');\r\n\r\n            jQuery(\".io_item2_list\").each(function(){\r\n                var rentalId = jQuery(this).find('.item_rentalid').text().trim();\r\n                if (io_categoryVariantImages == 'on'){\r\n                    if (typeof window.io_category_data !== 'undefined' && window.io_category_data[rentalId]) {\r\n                        CategoryGallery(\r\n                            rentalId,\r\n                            window.io_category_data[rentalId]['rental_name'],\r\n                            window.io_category_data[rentalId][\"images_arr\"]\r\n                        );\r\n                    }\r\n                }\r\n            });\r\n\r\n            bindExistingThumbTargets();\r\n            initViewToggle();\r\n        });\r\n\r\n        if (typeof MutationObserver !== 'undefined') {\r\n            var mutationTimeout;\r\n            var lastItemCount = $('.io_item2_list').length;\r\n\r\n            var observer = new MutationObserver(function(mutations) {\r\n                clearTimeout(mutationTimeout);\r\n\r\n                mutationTimeout = setTimeout(function() {\r\n                    var currentItemCount = $('.io_item2_list').length;\r\n\r\n                    if (currentItemCount > lastItemCount) {\r\n                        console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')');\r\n                        lastItemCount = currentItemCount;\r\n\r\n                        jQuery(\".io_item2_list\").each(function(){\r\n                            var rentalId = jQuery(this).find('.item_rentalid').text().trim();\r\n                            if (io_categoryVariantImages == 'on'){\r\n                                if (typeof window.io_category_data !== 'undefined' && window.io_category_data[rentalId]) {\r\n                                    CategoryGallery(\r\n                                        rentalId,\r\n                                        window.io_category_data[rentalId]['rental_name'],\r\n                                        window.io_category_data[rentalId][\"images_arr\"]\r\n                                    );\r\n                                }\r\n                            }\r\n                        });\r\n\r\n                        bindExistingThumbTargets();\r\n\r\n                        if (isInitialized) {\r\n                            var currentView = localStorage.getItem('io_category_view') || 'tile';\r\n                            if (currentView === 'list') {\r\n                                console.log('[IO View Toggle] Generating list view content for new items');\r\n                                if (typeof generateListViewContent === 'function') {\r\n                                    generateListViewContent();\r\n                                } else {\r\n                                    console.warn('[IO View Toggle] generateListViewContent function not available');\r\n                                }\r\n                            }\r\n                        } else {\r\n                            console.log('[IO View Toggle] Initializing due to new items');\r\n                            initViewToggle();\r\n                        }\r\n                    }\r\n                }, 250);\r\n            });\r\n\r\n            observer.observe(document.body, {\r\n                childList: true,\r\n                subtree: true\r\n            });\r\n            console.log('[IO View Toggle] DOM mutation observer started');\r\n        }\r\n\r\n        $(window).on('resize.viewToggle', function() {\r\n            var windowWidth = $(window).width();\r\n            var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile';\r\n            console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView);\r\n        });\r\n\r\n        console.log('[IO View Toggle] Initialization complete');\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1544861'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1544861\",\"rental_name\":\"Barbecue (4 ft. Industrial - Stainless)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716193\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221544861\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/4ft stainless BBQ_1653327266.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/4ft stainless BBQ_1653327266_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1544861\" name=\"maindiv_Barbecue (4 ft. Industrial - Stainless)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/barbecue-4-ft-industrial-stainless\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Barbecue (4 ft. Industrial - Stainless)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/4ft stainless BBQ_1653327266_big.png\" alt=\"Barbecue (4 ft. Industrial - Stainless)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/4ft stainless BBQ_1653327266_big.png\" id=\"io_img_big1_1544861\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1544861\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Barbecue (4 ft. Industrial - Stainless)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/4ft stainless BBQ_1653327266.png\" alt=\"Barbecue (4 ft. Industrial - Stainless)\"\r\n                 id=\"io_img_thumb1_1544861\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/barbecue-4-ft-industrial-stainless\/\">Barbecue (4 ft. Industrial - Stainless)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1544861\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$150.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Barbecue+%284+ft.+Industrial+-+Stainless%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/barbecue-4-ft-industrial-stainless\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1544861<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\">1<\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/barbecue-4-ft-industrial-stainless\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1544861\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1544861\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545017'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545017\",\"rental_name\":\"Black Thermal Beverage Dispenser (10 cup)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022719955\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545017\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Black Thermal Beverage Dispenser (10 cup)_1653657907.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Black Thermal Beverage Dispenser (10 cup)_1653657907_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545017\" name=\"maindiv_Black Thermal Beverage Dispenser (10 cup)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/black-thermal-beverage-dispenser-10-cup\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Black Thermal Beverage Dispenser (10 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Black Thermal Beverage Dispenser (10 cup)_1653657907_big.png\" alt=\"Black Thermal Beverage Dispenser (10 cup)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Black Thermal Beverage Dispenser (10 cup)_1653657907_big.png\" id=\"io_img_big1_1545017\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545017\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Black Thermal Beverage Dispenser (10 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Black Thermal Beverage Dispenser (10 cup)_1653657907.png\" alt=\"Black Thermal Beverage Dispenser (10 cup)\"\r\n                 id=\"io_img_thumb1_1545017\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/black-thermal-beverage-dispenser-10-cup\/\">Black Thermal Beverage Dispenser (10 cup)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545017\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$12.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Black+Thermal+Beverage+Dispenser+%2810+cup%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/black-thermal-beverage-dispenser-10-cup\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545017<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/black-thermal-beverage-dispenser-10-cup\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545017\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545017\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545457'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545457\",\"rental_name\":\"Candy Buffet (9 dish, tongs\\\/scoops)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022719959\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545457\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Candy Buffet (9dish, tongs, scoops)_1653658184.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Candy Buffet (9dish, tongs, scoops)_1653658184_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545457\" name=\"maindiv_Candy Buffet (9 dish, tongs\/scoops)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/candy-buffet-9-dish-tongs-scoops\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Candy Buffet (9 dish, tongs\/scoops)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Candy Buffet (9dish, tongs, scoops)_1653658184_big.png\" alt=\"Candy Buffet (9 dish, tongs\/scoops)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Candy Buffet (9dish, tongs, scoops)_1653658184_big.png\" id=\"io_img_big1_1545457\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545457\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Candy Buffet (9 dish, tongs\/scoops)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Candy Buffet (9dish, tongs, scoops)_1653658184.png\" alt=\"Candy Buffet (9 dish, tongs\/scoops)\"\r\n                 id=\"io_img_thumb1_1545457\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/candy-buffet-9-dish-tongs-scoops\/\">Candy Buffet (9 dish, tongs\/scoops)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545457\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$20.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Candy+Buffet+%289+dish%2C+tongs%2Fscoops%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/candy-buffet-9-dish-tongs-scoops\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545457<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/candy-buffet-9-dish-tongs-scoops\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545457\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545457\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545043'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545043\",\"rental_name\":\"Carafe - Coffee\\\/Tea\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720003\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545043\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Carafe (Stainless)- Coffee, Tea_1653664251.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Carafe (Stainless)- Coffee, Tea_1653664251_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545043\" name=\"maindiv_Carafe - Coffee\/Tea\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-coffee-tea-glass\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Carafe - Coffee\/Tea\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Carafe (Stainless)- Coffee, Tea_1653664251_big.png\" alt=\"Carafe - Coffee\/Tea\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Carafe (Stainless)- Coffee, Tea_1653664251_big.png\" id=\"io_img_big1_1545043\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545043\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Carafe - Coffee\/Tea\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Carafe (Stainless)- Coffee, Tea_1653664251.png\" alt=\"Carafe - Coffee\/Tea\"\r\n                 id=\"io_img_thumb1_1545043\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-coffee-tea-glass\/\">Carafe - Coffee\/Tea<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545043\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$4.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Carafe+-+Coffee%2FTea<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-coffee-tea-glass\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545043<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-coffee-tea-glass\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545043\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545043\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545143'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545143\",\"rental_name\":\"Carafe - Wine (1 litre - glass)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720005\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545143\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Wine Carafe (1 litre)_1653664377.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Wine Carafe (1 litre)_1653664377_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545143\" name=\"maindiv_Carafe - Wine (1 litre - glass)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-wine-1-litre-glass\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Carafe - Wine (1 litre - glass)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Wine Carafe (1 litre)_1653664377_big.jpg\" alt=\"Carafe - Wine (1 litre - glass)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Wine Carafe (1 litre)_1653664377_big.jpg\" id=\"io_img_big1_1545143\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545143\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Carafe - Wine (1 litre - glass)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Wine Carafe (1 litre)_1653664377.jpg\" alt=\"Carafe - Wine (1 litre - glass)\"\r\n                 id=\"io_img_thumb1_1545143\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-wine-1-litre-glass\/\">Carafe - Wine (1 litre - glass)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545143\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$2.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Carafe+-+Wine+%281+litre+-+glass%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-wine-1-litre-glass\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545143<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/carafe-wine-1-litre-glass\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545143\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545143\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1544959'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1544959\",\"rental_name\":\"Chafing Dish - Economy Rectangle\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716321\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221544959\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/19 x 11.5 Chafing Dish_1653332978.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/19 x 11.5 Chafing Dish_1653332978_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1544959\" name=\"maindiv_Chafing Dish - Economy Rectangle\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-rectangle-19-in-x-11-5-in\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Chafing Dish - Economy Rectangle\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/19 x 11.5 Chafing Dish_1653332978_big.jpg\" alt=\"Chafing Dish - Economy Rectangle\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/19 x 11.5 Chafing Dish_1653332978_big.jpg\" id=\"io_img_big1_1544959\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1544959\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Chafing Dish - Economy Rectangle\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/19 x 11.5 Chafing Dish_1653332978.jpg\" alt=\"Chafing Dish - Economy Rectangle\"\r\n                 id=\"io_img_thumb1_1544959\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-rectangle-19-in-x-11-5-in\/\">Chafing Dish - Economy Rectangle<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1544959\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Chafing+Dish+-+Economy+Rectangle<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-rectangle-19-in-x-11-5-in\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1544959<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-rectangle-19-in-x-11-5-in\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1544959\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1544959\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1544963'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1544963\",\"rental_name\":\"Chafing Dish - Fancy Rectangle\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716373\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221544963\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Fancy Rectangle Chafing Dish_1653336366.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Fancy Rectangle Chafing Dish_1653336366_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1544963\" name=\"maindiv_Chafing Dish - Fancy Rectangle\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-rectangle\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Chafing Dish - Fancy Rectangle\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Fancy Rectangle Chafing Dish_1653336366_big.jpg\" alt=\"Chafing Dish - Fancy Rectangle\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Fancy Rectangle Chafing Dish_1653336366_big.jpg\" id=\"io_img_big1_1544963\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1544963\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Chafing Dish - Fancy Rectangle\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Fancy Rectangle Chafing Dish_1653336366.jpg\" alt=\"Chafing Dish - Fancy Rectangle\"\r\n                 id=\"io_img_thumb1_1544963\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-rectangle\/\">Chafing Dish - Fancy Rectangle<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1544963\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Chafing+Dish+-+Fancy+Rectangle<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-rectangle\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1544963<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-rectangle\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1544963\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1544963\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1544965'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1544965\",\"rental_name\":\"Chafing Dish - Fancy Round\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716377\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221544965\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Fancy Round Chafing Dish_1653336405.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Fancy Round Chafing Dish_1653336405_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1544965\" name=\"maindiv_Chafing Dish - Fancy Round\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-round\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Chafing Dish - Fancy Round\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Fancy Round Chafing Dish_1653336405_big.jpg\" alt=\"Chafing Dish - Fancy Round\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Fancy Round Chafing Dish_1653336405_big.jpg\" id=\"io_img_big1_1544965\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1544965\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Chafing Dish - Fancy Round\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Fancy Round Chafing Dish_1653336405.jpg\" alt=\"Chafing Dish - Fancy Round\"\r\n                 id=\"io_img_thumb1_1544965\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-round\/\">Chafing Dish - Fancy Round<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1544965\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Chafing+Dish+-+Fancy+Round<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-round\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1544965<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-fancy-round\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1544965\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1544965\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1706197'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1706197\",\"rental_name\":\"Chafing Dish Insert (1\\\/2 Pan)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022851983\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221706197\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/half regular_1669993172.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/half regular_1669993172_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1706197\" name=\"maindiv_Chafing Dish Insert (1\/2 Pan)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-1-2-pan\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Chafing Dish Insert (1\/2 Pan)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/half regular_1669993172_big.png\" alt=\"Chafing Dish Insert (1\/2 Pan)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/half regular_1669993172_big.png\" id=\"io_img_big1_1706197\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1706197\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Chafing Dish Insert (1\/2 Pan)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/half regular_1669993172.png\" alt=\"Chafing Dish Insert (1\/2 Pan)\"\r\n                 id=\"io_img_thumb1_1706197\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-1-2-pan\/\">Chafing Dish Insert (1\/2 Pan)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1706197\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$5.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Chafing+Dish+Insert+%281%2F2+Pan%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-1-2-pan\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1706197<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-1-2-pan\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1706197\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1706197\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1706199'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1706199\",\"rental_name\":\"Chafing Dish Insert (Deep Full Pan)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022851985\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221706199\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Full Chafing Dish Insert Deep_1653336869_1669993223.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Full Chafing Dish Insert Deep_1653336869_1669993223_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1706199\" name=\"maindiv_Chafing Dish Insert (Deep Full Pan)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-deep-full-pan\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Chafing Dish Insert (Deep Full Pan)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Full Chafing Dish Insert Deep_1653336869_1669993223_big.png\" alt=\"Chafing Dish Insert (Deep Full Pan)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Full Chafing Dish Insert Deep_1653336869_1669993223_big.png\" id=\"io_img_big1_1706199\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1706199\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Chafing Dish Insert (Deep Full Pan)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Full Chafing Dish Insert Deep_1653336869_1669993223.png\" alt=\"Chafing Dish Insert (Deep Full Pan)\"\r\n                 id=\"io_img_thumb1_1706199\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-deep-full-pan\/\">Chafing Dish Insert (Deep Full Pan)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1706199\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$5.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Chafing+Dish+Insert+%28Deep+Full+Pan%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-deep-full-pan\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1706199<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-deep-full-pan\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1706199\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1706199\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1706225'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1706225\",\"rental_name\":\"Chafing Dish Insert (Full Pan)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022852011\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221706225\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Full Chafing Dish Insert_1653336768_1669993287.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Full Chafing Dish Insert_1653336768_1669993287_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1706225\" name=\"maindiv_Chafing Dish Insert (Full Pan)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-full-pan\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Chafing Dish Insert (Full Pan)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Full Chafing Dish Insert_1653336768_1669993287_big.png\" alt=\"Chafing Dish Insert (Full Pan)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Full Chafing Dish Insert_1653336768_1669993287_big.png\" id=\"io_img_big1_1706225\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1706225\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Chafing Dish Insert (Full Pan)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Full Chafing Dish Insert_1653336768_1669993287.png\" alt=\"Chafing Dish Insert (Full Pan)\"\r\n                 id=\"io_img_thumb1_1706225\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-full-pan\/\">Chafing Dish Insert (Full Pan)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1706225\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$5.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Chafing+Dish+Insert+%28Full+Pan%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-full-pan\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1706225<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/chafing-dish-insert-full-pan\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1706225\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1706225\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545023'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545023\",\"rental_name\":\"Champagne Fountain (5 gal.)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720009\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545023\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Champagne Fountain_1653664581.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Champagne Fountain_1653664581_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545023\" name=\"maindiv_Champagne Fountain (5 gal.)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/champagne-fountain-5-gal\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Champagne Fountain (5 gal.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Champagne Fountain_1653664581_big.jpg\" alt=\"Champagne Fountain (5 gal.)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Champagne Fountain_1653664581_big.jpg\" id=\"io_img_big1_1545023\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545023\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Champagne Fountain (5 gal.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Champagne Fountain_1653664581.jpg\" alt=\"Champagne Fountain (5 gal.)\"\r\n                 id=\"io_img_thumb1_1545023\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/champagne-fountain-5-gal\/\">Champagne Fountain (5 gal.)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545023\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$70.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Champagne+Fountain+%285+gal.%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/champagne-fountain-5-gal\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545023<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/champagne-fountain-5-gal\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545023\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545023\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545025'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545025\",\"rental_name\":\"Coffee Maker (100 cup)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720011\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545025\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Coffee Maker 100 cup_1653664734.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Coffee Maker 100 cup_1653664734_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545025\" name=\"maindiv_Coffee Maker (100 cup)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-100-cup\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Coffee Maker (100 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Coffee Maker 100 cup_1653664734_big.png\" alt=\"Coffee Maker (100 cup)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Coffee Maker 100 cup_1653664734_big.png\" id=\"io_img_big1_1545025\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545025\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Coffee Maker (100 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Coffee Maker 100 cup_1653664734.png\" alt=\"Coffee Maker (100 cup)\"\r\n                 id=\"io_img_thumb1_1545025\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-100-cup\/\">Coffee Maker (100 cup)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545025\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$25.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Coffee+Maker+%28100+cup%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-100-cup\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545025<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-100-cup\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545025\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545025\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545029'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545029\",\"rental_name\":\"Coffee Maker (36 cup)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720015\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545029\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Coffee Maker 36 cup_1653665485.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Coffee Maker 36 cup_1653665485_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545029\" name=\"maindiv_Coffee Maker (36 cup)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-36-cup\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Coffee Maker (36 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Coffee Maker 36 cup_1653665485_big.png\" alt=\"Coffee Maker (36 cup)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Coffee Maker 36 cup_1653665485_big.png\" id=\"io_img_big1_1545029\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545029\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Coffee Maker (36 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Coffee Maker 36 cup_1653665485.png\" alt=\"Coffee Maker (36 cup)\"\r\n                 id=\"io_img_thumb1_1545029\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-36-cup\/\">Coffee Maker (36 cup)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545029\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$20.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Coffee+Maker+%2836+cup%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-36-cup\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545029<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\">0<\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/coffee-maker-36-cup\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545029\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545029\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545033'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545033\",\"rental_name\":\"Cream Pitcher\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133387\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545033\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/thumbnail_Subject (1)_1689951256.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/thumbnail_Subject (1)_1689951256_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545033\" name=\"maindiv_Cream Pitcher\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/cream-pitcher\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Cream Pitcher\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_Subject (1)_1689951256_big.png\" alt=\"Cream Pitcher\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_Subject (1)_1689951256_big.png\" id=\"io_img_big1_1545033\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545033\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Cream Pitcher\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_Subject (1)_1689951256.png\" alt=\"Cream Pitcher\"\r\n                 id=\"io_img_thumb1_1545033\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/cream-pitcher\/\">Cream Pitcher<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545033\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.50<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Cream+Pitcher<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/cream-pitcher\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545033<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/cream-pitcher\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545033\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545033\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1817025'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1817025\",\"rental_name\":\"Electric Induction Single Burner\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022984815\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221817025\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/induction-burner-1_1679666310.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/induction-burner-1_1679666310_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1817025\" name=\"maindiv_Electric Induction Single Burner\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/electric-induction-single-burner\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Electric Induction Single Burner\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/induction-burner-1_1679666310_big.png\" alt=\"Electric Induction Single Burner\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/induction-burner-1_1679666310_big.png\" id=\"io_img_big1_1817025\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1817025\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Electric Induction Single Burner\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/induction-burner-1_1679666310.png\" alt=\"Electric Induction Single Burner\"\r\n                 id=\"io_img_thumb1_1817025\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/electric-induction-single-burner\/\">Electric Induction Single Burner<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1817025\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$35.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Electric+Induction+Single+Burner<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/electric-induction-single-burner\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1817025<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/electric-induction-single-burner\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1817025\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1817025\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1580039'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1580039\",\"rental_name\":\"Fill n Chill Table- 6 ft\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022735775\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221580039\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/fillnchill_3_1655326363.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/fillnchill_3_1655326363_big.jpg\\u0022},\\u00221\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022735777\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221580039\\u0022,\\u0022rentalimage_order\\u0022:\\u00221\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/fill-and-chill-table_1655326363.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/fill-and-chill-table_1655326363_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1580039\" name=\"maindiv_Fill n Chill Table- 6 ft\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/fill-n-chill-table-6-ft\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Fill n Chill Table- 6 ft\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/fillnchill_3_1655326363_big.jpg\" alt=\"Fill n Chill Table- 6 ft\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/fillnchill_3_1655326363_big.jpg\" id=\"io_img_big1_1580039\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/fill-and-chill-table_1655326363_big.jpg\" id=\"io_img_big2_1580039\" target=\"_blank\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Fill n Chill Table- 6 ft\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/fillnchill_3_1655326363.jpg\" alt=\"Fill n Chill Table- 6 ft\"\r\n                 id=\"io_img_thumb1_1580039\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/fill-n-chill-table-6-ft\/\">Fill n Chill Table- 6 ft<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1580039\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$50.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Fill+n+Chill+Table-+6+ft<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/fill-n-chill-table-6-ft\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1580039<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/fill-n-chill-table-6-ft\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1580039\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1580039\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1141849'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1141849\",\"rental_name\":\"Garbage Can (38 L.)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022234477\\u0022,\\u0022rentalimage_createtime\\u0022:\\u00220\\u0022,\\u0022rentalimage_modifiedtime\\u0022:\\u00220\\u0022,\\u0022rentalimage_itemid\\u0022:\\u00221141849\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/large garbage can_748083033.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/large garbage can_748083033_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1141849\" name=\"maindiv_Garbage Can (38 L.)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/garbage-can-38-l\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Garbage Can (38 L.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/large garbage can_748083033_big.jpg\" alt=\"Garbage Can (38 L.)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/large garbage can_748083033_big.jpg\" id=\"io_img_big1_1141849\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1141849\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Garbage Can (38 L.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/large garbage can_748083033.jpg\" alt=\"Garbage Can (38 L.)\"\r\n                 id=\"io_img_thumb1_1141849\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/garbage-can-38-l\/\">Garbage Can (38 L.)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1141849\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$6.92<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Garbage+Can+%2838+L.%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/garbage-can-38-l\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1141849<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/garbage-can-38-l\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1141849\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1141849\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2047759'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2047759\",\"rental_name\":\"Gel Chafing Fuel\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221937367\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222047759\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/fuel_1747159394.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/fuel_1747159394_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2047759\" name=\"maindiv_Gel Chafing Fuel\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gel-chafing-fuel\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Gel Chafing Fuel\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/fuel_1747159394_big.jpg\" alt=\"Gel Chafing Fuel\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/fuel_1747159394_big.jpg\" id=\"io_img_big1_2047759\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2047759\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Gel Chafing Fuel\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/fuel_1747159394.jpg\" alt=\"Gel Chafing Fuel\"\r\n                 id=\"io_img_thumb1_2047759\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gel-chafing-fuel\/\">Gel Chafing Fuel<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2047759\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$5.68<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Gel+Chafing+Fuel<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gel-chafing-fuel\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2047759<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Supply<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gel-chafing-fuel\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2047759\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2047759\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1746201'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1746201\",\"rental_name\":\"Glass Punch Glass\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133313\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221746201\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject_1689949264.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject_1689949264_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1746201\" name=\"maindiv_Glass Punch Glass\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/glass-punch-cups\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Glass Punch Glass\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject_1689949264_big.png\" alt=\"Glass Punch Glass\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject_1689949264_big.png\" id=\"io_img_big1_1746201\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1746201\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Glass Punch Glass\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject_1689949264.png\" alt=\"Glass Punch Glass\"\r\n                 id=\"io_img_thumb1_1746201\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/glass-punch-cups\/\">Glass Punch Glass<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1746201\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.50<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Glass+Punch+Glass<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/glass-punch-cups\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1746201<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/glass-punch-cups\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1746201\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1746201\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1632451'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1632451\",\"rental_name\":\"Gravy Boat\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221135695\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221632451\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/download (1)_1690208040.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/download (1)_1690208040_big.jpeg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1632451\" name=\"maindiv_Gravy Boat\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gravy-boat\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Gravy Boat\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/download (1)_1690208040_big.jpeg\" alt=\"Gravy Boat\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/download (1)_1690208040_big.jpeg\" id=\"io_img_big1_1632451\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1632451\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Gravy Boat\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/download (1)_1690208040.jpeg\" alt=\"Gravy Boat\"\r\n                 id=\"io_img_thumb1_1632451\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gravy-boat\/\">Gravy Boat<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1632451\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$3.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Gravy+Boat<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gravy-boat\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1632451<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/gravy-boat\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1632451\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1632451\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545045'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545045\",\"rental_name\":\"Heat Lamp\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716387\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545045\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Heat Lamp_1653336994.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Heat Lamp_1653336994_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545045\" name=\"maindiv_Heat Lamp\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/heat-lamp\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Heat Lamp\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Heat Lamp_1653336994_big.jpg\" alt=\"Heat Lamp\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Heat Lamp_1653336994_big.jpg\" id=\"io_img_big1_1545045\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545045\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Heat Lamp\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Heat Lamp_1653336994.jpg\" alt=\"Heat Lamp\"\r\n                 id=\"io_img_thumb1_1545045\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/heat-lamp\/\">Heat Lamp<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545045\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$35.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Heat+Lamp<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/heat-lamp\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545045<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/heat-lamp\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545045\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545045\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545359'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545359\",\"rental_name\":\"Ice Bucket with Stand\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133345\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545359\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (1)_1689949802.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (1)_1689949802_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545359\" name=\"maindiv_Ice Bucket with Stand\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/ice-bucket-with-stand\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Ice Bucket with Stand\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (1)_1689949802_big.png\" alt=\"Ice Bucket with Stand\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (1)_1689949802_big.png\" id=\"io_img_big1_1545359\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545359\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Ice Bucket with Stand\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (1)_1689949802.png\" alt=\"Ice Bucket with Stand\"\r\n                 id=\"io_img_thumb1_1545359\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/ice-bucket-with-stand\/\">Ice Bucket with Stand<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545359\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$15.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Ice+Bucket+with+Stand<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/ice-bucket-with-stand\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545359<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/ice-bucket-with-stand\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545359\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545359\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1769329'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1769329\",\"rental_name\":\"Lobster Bib (Disposible)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133295\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221769329\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/thumbnail_Subject_1689947986.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/thumbnail_Subject_1689947986_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1769329\" name=\"maindiv_Lobster Bib (Disposible)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-bib-disposible\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Lobster Bib (Disposible)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_Subject_1689947986_big.png\" alt=\"Lobster Bib (Disposible)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_Subject_1689947986_big.png\" id=\"io_img_big1_1769329\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1769329\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Lobster Bib (Disposible)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_Subject_1689947986.png\" alt=\"Lobster Bib (Disposible)\"\r\n                 id=\"io_img_thumb1_1769329\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-bib-disposible\/\">Lobster Bib (Disposible)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1769329\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.15<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Lobster+Bib+%28Disposible%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-bib-disposible\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1769329<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-bib-disposible\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1769329\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1769329\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545049'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545049\",\"rental_name\":\"Lobster Crackers\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716507\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545049\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Lobster Cracker_1653344977.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Lobster Cracker_1653344977_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545049\" name=\"maindiv_Lobster Crackers\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-crackers\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Lobster Crackers\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Cracker_1653344977_big.jpg\" alt=\"Lobster Crackers\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Cracker_1653344977_big.jpg\" id=\"io_img_big1_1545049\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545049\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Lobster Crackers\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Cracker_1653344977.jpg\" alt=\"Lobster Crackers\"\r\n                 id=\"io_img_thumb1_1545049\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-crackers\/\">Lobster Crackers<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545049\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Lobster+Crackers<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-crackers\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545049<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-crackers\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545049\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545049\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545051'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545051\",\"rental_name\":\"Lobster Pick\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716509\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545051\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Lobster Pick_1653345015.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Lobster Pick_1653345015_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545051\" name=\"maindiv_Lobster Pick\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pick\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Lobster Pick\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Pick_1653345015_big.jpg\" alt=\"Lobster Pick\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Pick_1653345015_big.jpg\" id=\"io_img_big1_1545051\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545051\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Lobster Pick\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Pick_1653345015.jpg\" alt=\"Lobster Pick\"\r\n                 id=\"io_img_thumb1_1545051\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pick\/\">Lobster Pick<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545051\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Lobster+Pick<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pick\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545051<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pick\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545051\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545051\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1544935'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1544935\",\"rental_name\":\"Lobster Pot \\u0026 Burner (18 gal.)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022716297\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221544935\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Lobster Pot and Burner_1653332720.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Lobster Pot and Burner_1653332720_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1544935\" name=\"maindiv_Lobster Pot & Burner (18 gal.)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pot-burner-18-gal\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Lobster Pot & Burner (18 gal.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Pot and Burner_1653332720_big.png\" alt=\"Lobster Pot & Burner (18 gal.)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Pot and Burner_1653332720_big.png\" id=\"io_img_big1_1544935\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1544935\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Lobster Pot & Burner (18 gal.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Lobster Pot and Burner_1653332720.png\" alt=\"Lobster Pot & Burner (18 gal.)\"\r\n                 id=\"io_img_thumb1_1544935\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pot-burner-18-gal\/\">Lobster Pot & Burner (18 gal.)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1544935\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$50.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Lobster+Pot+%26+Burner+%2818+gal.%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pot-burner-18-gal\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1544935<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/lobster-pot-burner-18-gal\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1544935\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1544935\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545061'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545061\",\"rental_name\":\"Pitcher - Water\\\/Beer\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720377\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545061\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Pitcher- Water, Beer_1653684322.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Pitcher- Water, Beer_1653684322_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545061\" name=\"maindiv_Pitcher - Water\/Beer\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/pitcher-water-beer\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Pitcher - Water\/Beer\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Pitcher- Water, Beer_1653684322_big.png\" alt=\"Pitcher - Water\/Beer\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Pitcher- Water, Beer_1653684322_big.png\" id=\"io_img_big1_1545061\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545061\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Pitcher - Water\/Beer\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Pitcher- Water, Beer_1653684322.png\" alt=\"Pitcher - Water\/Beer\"\r\n                 id=\"io_img_thumb1_1545061\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/pitcher-water-beer\/\">Pitcher - Water\/Beer<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545061\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.75<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Pitcher+-+Water%2FBeer<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/pitcher-water-beer\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545061<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/pitcher-water-beer\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545061\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545061\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545099'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545099\",\"rental_name\":\"Punch Bowl - stainless\\\/gold trim (18 in.)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221135653\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545099\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/thumbnail_IMG-6445_1690206461.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/thumbnail_IMG-6445_1690206461_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545099\" name=\"maindiv_Punch Bowl - stainless\/gold trim (18 in.)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/punch-bowl-stainless-gold-trim-18-in\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Punch Bowl - stainless\/gold trim (18 in.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_IMG-6445_1690206461_big.png\" alt=\"Punch Bowl - stainless\/gold trim (18 in.)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_IMG-6445_1690206461_big.png\" id=\"io_img_big1_1545099\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545099\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Punch Bowl - stainless\/gold trim (18 in.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/thumbnail_IMG-6445_1690206461.png\" alt=\"Punch Bowl - stainless\/gold trim (18 in.)\"\r\n                 id=\"io_img_thumb1_1545099\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/punch-bowl-stainless-gold-trim-18-in\/\">Punch Bowl - stainless\/gold trim (18 in.)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545099\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$15.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Punch+Bowl+-+stainless%2Fgold+trim+%2818+in.%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/punch-bowl-stainless-gold-trim-18-in\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545099<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/punch-bowl-stainless-gold-trim-18-in\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545099\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545099\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1544997'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1544997\",\"rental_name\":\"Salad Bowl (15 in.)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720381\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221544997\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Salad Bowl 15in_1653684510.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Salad Bowl 15in_1653684510_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1544997\" name=\"maindiv_Salad Bowl (15 in.)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-15-in\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Salad Bowl (15 in.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salad Bowl 15in_1653684510_big.png\" alt=\"Salad Bowl (15 in.)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salad Bowl 15in_1653684510_big.png\" id=\"io_img_big1_1544997\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1544997\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Salad Bowl (15 in.)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salad Bowl 15in_1653684510.png\" alt=\"Salad Bowl (15 in.)\"\r\n                 id=\"io_img_thumb1_1544997\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-15-in\/\">Salad Bowl (15 in.)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1544997\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$5.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Salad+Bowl+%2815+in.%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-15-in\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1544997<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-15-in\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1544997\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1544997\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545007'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545007\",\"rental_name\":\"Salad Bowl (18 in)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720383\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545007\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Salad Bowl 18in_1653684552.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Salad Bowl 18in_1653684552_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545007\" name=\"maindiv_Salad Bowl (18 in)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-18-in\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Salad Bowl (18 in)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salad Bowl 18in_1653684552_big.png\" alt=\"Salad Bowl (18 in)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salad Bowl 18in_1653684552_big.png\" id=\"io_img_big1_1545007\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545007\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Salad Bowl (18 in)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salad Bowl 18in_1653684552.png\" alt=\"Salad Bowl (18 in)\"\r\n                 id=\"io_img_thumb1_1545007\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-18-in\/\">Salad Bowl (18 in)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545007\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$6.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Salad+Bowl+%2818+in%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-18-in\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545007<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salad-bowl-18-in\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545007\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545007\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545063'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545063\",\"rental_name\":\"Salt \\u0026 Pepper Set\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720385\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545063\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Salt and Pepper Set_1653684604.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Salt and Pepper Set_1653684604_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545063\" name=\"maindiv_Salt & Pepper Set\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salt-pepper-set\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Salt & Pepper Set\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salt and Pepper Set_1653684604_big.png\" alt=\"Salt & Pepper Set\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salt and Pepper Set_1653684604_big.png\" id=\"io_img_big1_1545063\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545063\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Salt & Pepper Set\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Salt and Pepper Set_1653684604.png\" alt=\"Salt & Pepper Set\"\r\n                 id=\"io_img_thumb1_1545063\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salt-pepper-set\/\">Salt & Pepper Set<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545063\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Salt+%26+Pepper+Set<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salt-pepper-set\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545063<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/salt-pepper-set\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545063\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545063\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545077'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545077\",\"rental_name\":\"Serving Fork\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720387\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545077\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Serving Fork_1653684699.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Serving Fork_1653684699_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545077\" name=\"maindiv_Serving Fork\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-fork\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Serving Fork\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Serving Fork_1653684699_big.png\" alt=\"Serving Fork\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Serving Fork_1653684699_big.png\" id=\"io_img_big1_1545077\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545077\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Serving Fork\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Serving Fork_1653684699.png\" alt=\"Serving Fork\"\r\n                 id=\"io_img_thumb1_1545077\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-fork\/\">Serving Fork<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545077\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Serving+Fork<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-fork\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545077<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-fork\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545077\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545077\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545083'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545083\",\"rental_name\":\"Serving Spoon - slotted\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133359\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545083\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/download_1689950413.jpeg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/download_1689950413_big.jpeg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545083\" name=\"maindiv_Serving Spoon - slotted\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-slotted\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Serving Spoon - slotted\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/download_1689950413_big.jpeg\" alt=\"Serving Spoon - slotted\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/download_1689950413_big.jpeg\" id=\"io_img_big1_1545083\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545083\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Serving Spoon - slotted\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/download_1689950413.jpeg\" alt=\"Serving Spoon - slotted\"\r\n                 id=\"io_img_thumb1_1545083\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-slotted\/\">Serving Spoon - slotted<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545083\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Serving+Spoon+-+slotted<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-slotted\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545083<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-slotted\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545083\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545083\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545085'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545085\",\"rental_name\":\"Serving Spoon - solid\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133375\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545085\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/46981_pic1_587x.progressive_1689950663.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/46981_pic1_587x.progressive_1689950663_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545085\" name=\"maindiv_Serving Spoon - solid\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-solid\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Serving Spoon - solid\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/46981_pic1_587x.progressive_1689950663_big.png\" alt=\"Serving Spoon - solid\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/46981_pic1_587x.progressive_1689950663_big.png\" id=\"io_img_big1_1545085\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545085\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Serving Spoon - solid\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/46981_pic1_587x.progressive_1689950663.png\" alt=\"Serving Spoon - solid\"\r\n                 id=\"io_img_thumb1_1545085\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-solid\/\">Serving Spoon - solid<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545085\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Serving+Spoon+-+solid<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-solid\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545085<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/serving-spoon-solid\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545085\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545085\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2032355'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2032355\",\"rental_name\":\"Solid Stainless Steel Turner\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221180011\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222032355\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (22)_1694451347.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (22)_1694451347_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2032355\" name=\"maindiv_Solid Stainless Steel Turner\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/solid-stainless-steel-turner\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Solid Stainless Steel Turner\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (22)_1694451347_big.png\" alt=\"Solid Stainless Steel Turner\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (22)_1694451347_big.png\" id=\"io_img_big1_2032355\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2032355\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Solid Stainless Steel Turner\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (22)_1694451347.png\" alt=\"Solid Stainless Steel Turner\"\r\n                 id=\"io_img_thumb1_2032355\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/solid-stainless-steel-turner\/\">Solid Stainless Steel Turner<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2032355\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Solid+Stainless+Steel+Turner<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/solid-stainless-steel-turner\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2032355<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/solid-stainless-steel-turner\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2032355\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2032355\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545089'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545089\",\"rental_name\":\"Soup Ladle\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133483\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545089\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (3)_1689955590.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (3)_1689955590_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545089\" name=\"maindiv_Soup Ladle\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/soup-ladle\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Soup Ladle\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (3)_1689955590_big.png\" alt=\"Soup Ladle\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (3)_1689955590_big.png\" id=\"io_img_big1_1545089\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545089\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Soup Ladle\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (3)_1689955590.png\" alt=\"Soup Ladle\"\r\n                 id=\"io_img_thumb1_1545089\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/soup-ladle\/\">Soup Ladle<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545089\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Soup+Ladle<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/soup-ladle\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545089<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/soup-ladle\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545089\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545089\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545107'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545107\",\"rental_name\":\"Sugar Bowl\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133409\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545107\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (2)_1689951844.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (2)_1689951844_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545107\" name=\"maindiv_Sugar Bowl\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/sugar-bowl\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Sugar Bowl\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (2)_1689951844_big.png\" alt=\"Sugar Bowl\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (2)_1689951844_big.png\" id=\"io_img_big1_1545107\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545107\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Sugar Bowl\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (2)_1689951844.png\" alt=\"Sugar Bowl\"\r\n                 id=\"io_img_thumb1_1545107\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/sugar-bowl\/\">Sugar Bowl<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545107\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$0.50<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Sugar+Bowl<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/sugar-bowl\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545107<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/sugar-bowl\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545107\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545107\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545113'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545113\",\"rental_name\":\"Table Number Holder (chrome)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221135635\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545113\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/54176u_1000_1690202051.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/54176u_1000_1690202051_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545113\" name=\"maindiv_Table Number Holder (chrome)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/table-number-holder-chrome\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Table Number Holder (chrome)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/54176u_1000_1690202051_big.jpg\" alt=\"Table Number Holder (chrome)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/54176u_1000_1690202051_big.jpg\" id=\"io_img_big1_1545113\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545113\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Table Number Holder (chrome)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/54176u_1000_1690202051.jpg\" alt=\"Table Number Holder (chrome)\"\r\n                 id=\"io_img_thumb1_1545113\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/table-number-holder-chrome\/\">Table Number Holder (chrome)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545113\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$2.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Table+Number+Holder+%28chrome%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/table-number-holder-chrome\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545113<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/table-number-holder-chrome\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545113\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545113\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545121'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545121\",\"rental_name\":\"Thermovat (100 cup)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022720401\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545121\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Thermovat (200 cup)_1653685151.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Thermovat (200 cup)_1653685151_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545121\" name=\"maindiv_Thermovat (100 cup)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/thermovat-200-cup\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Thermovat (100 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Thermovat (200 cup)_1653685151_big.png\" alt=\"Thermovat (100 cup)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Thermovat (200 cup)_1653685151_big.png\" id=\"io_img_big1_1545121\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545121\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Thermovat (100 cup)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Thermovat (200 cup)_1653685151.png\" alt=\"Thermovat (100 cup)\"\r\n                 id=\"io_img_thumb1_1545121\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/thermovat-200-cup\/\">Thermovat (100 cup)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545121\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$28.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Thermovat+%28100+cup%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/thermovat-200-cup\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545121<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/thermovat-200-cup\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545121\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545121\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545125'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545125\",\"rental_name\":\"Tongs\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221133349\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545125\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/4409hd_edlund-1__46624_1689949947.jpg\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/4409hd_edlund-1__46624_1689949947_big.jpg\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545125\" name=\"maindiv_Tongs\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/tongs\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Tongs\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/4409hd_edlund-1__46624_1689949947_big.jpg\" alt=\"Tongs\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/4409hd_edlund-1__46624_1689949947_big.jpg\" id=\"io_img_big1_1545125\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545125\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Tongs\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/4409hd_edlund-1__46624_1689949947.jpg\" alt=\"Tongs\"\r\n                 id=\"io_img_thumb1_1545125\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/tongs\/\">Tongs<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545125\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$1.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Tongs<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/tongs\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545125<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/tongs\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545125\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545125\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['2019671'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"2019671\",\"rental_name\":\"Wine Bottle Holder\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u00221167911\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00222019671\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (21)_1693225625.png\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Subject (21)_1693225625_big.png\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_2019671\" name=\"maindiv_Wine Bottle Holder\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-holder\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Wine Bottle Holder\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (21)_1693225625_big.png\" alt=\"Wine Bottle Holder\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (21)_1693225625_big.png\" id=\"io_img_big1_2019671\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_2019671\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Wine Bottle Holder\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Subject (21)_1693225625.png\" alt=\"Wine Bottle Holder\"\r\n                 id=\"io_img_thumb1_2019671\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-holder\/\">Wine Bottle Holder<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_2019671\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$2.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Wine+Bottle+Holder<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-holder\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">2019671<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-holder\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_2019671\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_2019671\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n<!-- Start Shortcoder content --><script>window.io_category_data = window.io_category_data || {}; window.io_category_data['1545321'] = {\"indoor_outdoor\":\"\",\"staff\":\"\",\"electric\":\"0.00\",\"dimensions\":\"\",\"rental_id\":\"1545321\",\"rental_name\":\"Wine Bucket Stand (Stainless)\",\"images_arr\":\"{\\u00220\\u0022:{\\u0022rentalimage_id\\u0022:\\u0022815793\\u0022,\\u0022rentalimage_createtime\\u0022:null,\\u0022rentalimage_modifiedtime\\u0022:null,\\u0022rentalimage_itemid\\u0022:\\u00221545321\\u0022,\\u0022rentalimage_order\\u0022:\\u00220\\u0022,\\u0022rentalimage_imageloc\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Wine Bucket Stand_1666114607.JPG\\u0022,\\u0022rentalimage_imagelocbig\\u0022:\\u0022https:\\\/\\\/rental.software\\\/users\\\/maritimetents\\\/images\\\/Wine Bucket Stand_1666114607_big.JPG\\u0022}}\"};<\/script><div class=\"io_item2_list elementor-widget-heading simpleCart_ioShelfItem cat_div_1545321\" name=\"maindiv_Wine Bucket Stand (Stainless)\">\r\n    <div class=\"cat_div\">\r\n        <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-bucket-stand-stainless\/\">\r\n            <div class=\"btn btn-primary view-product-button\">View Product<\/div>\r\n            <img decoding=\"async\" class=\"category_big_img cat_img item_image io_image_big\" title=\"Wine Bucket Stand (Stainless)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Wine Bucket Stand_1666114607_big.JPG\" alt=\"Wine Bucket Stand (Stainless)\" \/>\r\n        <\/a>\r\n        <a rel=\"noopener\" href=\"https:\/\/rental.software\/users\/maritimetents\/images\/Wine Bucket Stand_1666114607_big.JPG\" id=\"io_img_big1_1545321\" target=\"_blank\"><\/a>\r\n        <a rel=\"img_group noopener\" href=\"\" id=\"io_img_big2_1545321\"><\/a>\r\n        <br>\r\n        <div class=\"io_image_thumbbox io_category_thumbox\" style=\"display:none;\">\r\n            <img decoding=\"async\" class=\"io_image_thumb skip-lazy\" title=\"Wine Bucket Stand (Stainless)\" src=\"https:\/\/rental.software\/users\/maritimetents\/images\/Wine Bucket Stand_1666114607.JPG\" alt=\"Wine Bucket Stand (Stainless)\"\r\n                 id=\"io_img_thumb1_1545321\" onclick=\"updateMainPic(this)\" \/>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"io_item2_list_inner\">\r\n        <p class=\"elementor-heading-title rentNameIO item_name\"><a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-bucket-stand-stainless\/\">Wine Bucket Stand (Stainless)<\/a><\/p>\r\n        <p class=\"rentNameIO_price rentNameIO_price_1545321\"><span class=\"cat_from\" style=\"font-style:italic;font-size:smaller;\">from<\/span> <span class=\"rentNameIO_pricespan\">$10.00<\/span><\/p>\r\n        <p class=\"item_encoded\" style=\"display:none;\">Wine+Bucket+Stand+%28Stainless%29<\/p>\r\n        <span class=\"item_href\" style=\"display:none;\">https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-bucket-stand-stainless\/<\/span>\r\n        <p class=\"item_rentalid\" style=\"display:none;\">1545321<\/p>\r\n        <p class=\"item_vendorid\" style=\"display:none;\"><\/p>\r\n        <p class=\"item_qtytype\" style=\"display:none;\">Limited<\/p>\r\n        <p class=\"item_inputtype\" style=\"display:none;\">Dropdown<\/p>\r\n        <span class=\"item_qtyincrement\" style=\"display:none;\">1<\/span>\r\n        <div class=\"item_timeslots\" style=\"display:none;\"><\/div>\r\n        <p class=\"item_giftcardvalue\" style=\"display:none;\"><\/p>\r\n        <div class=\"item_hasRequiredAcc\" style=\"display:none;\"><\/div>\r\n\r\n        <!-- Store list view data as attributes (lightweight) -->\r\n        <div class=\"io_list_view_data\"><\/div>\r\n        <div class=\"io_buttons_container\">\r\n            <a href=\"https:\/\/maritimetents.com\/nova-scotia\/inventory\/catering\/wine-bucket-stand-stainless\/\" class=\"io_more_info_button\">MORE INFO<\/a>\r\n            <div class=\"elementor-widget-button add_cart_1545321\">\r\n                <a class=\"item_add elementor-button elementor-size-sm elementor-animation-grow io_button rentNameIO_button\"\r\n                   href=\"javascript:;\"><!--no linebreak bc elementor--><i class=\"fas fa-shopping-cart\"><\/i> Add to Cart<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"unavailable_message unavailable_message_1545321\"  onclick=\"checkAvailDateClick()\">item unavailable (change date)<\/div>\r\n    <\/div>\r\n<\/div>\r\n<script>\r\n    jQuery(document).ready(function () {\r\n        \/\/ Hide price when zero\r\n        jQuery(\".rentNameIO_pricespan\").each(function () {\r\n            if( !Number( this.textContent.replace(\/[^0-9.-]+\/g,\"\") ) ){\r\n                jQuery(this.parentElement).hide();\r\n            }\r\n        });\r\n    });\r\n<\/script><!-- End Shortcoder content -->\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":15101,"parent":5636,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"io_meta_description":"","footnotes":""},"class_list":["post-5611","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/pages\/5611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/comments?post=5611"}],"version-history":[{"count":35,"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/pages\/5611\/revisions"}],"predecessor-version":[{"id":16691,"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/pages\/5611\/revisions\/16691"}],"up":[{"embeddable":true,"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/pages\/5636"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/media\/15101"}],"wp:attachment":[{"href":"https:\/\/maritimetents.com\/nova-scotia\/wp-json\/wp\/v2\/media?parent=5611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}