/home/bonphmya/topmotoculture.store/wp-content/themes/digitaz/footer.php
		</div><!-- .col-full -->
	</div><!-- #content -->

	<?php do_action( 'digitaz_before_footer' );
    if (digitaz_is_elementor_activated() && function_exists('hfe_init') && (hfe_footer_enabled() || hfe_is_before_footer_enabled())) {
        do_action('hfe_footer_before');
        do_action('hfe_footer');
    } else {
        ?>

        <footer id="colophon" class="site-footer" role="contentinfo">
            <?php
            /**
             * Functions hooked in to digitaz_footer action
             *
             * @see digitaz_footer_default - 20
             *
             *
             */
            do_action('digitaz_footer');

            ?>

        </footer><!-- #colophon -->

        <?php
    }

		/**
		 * Functions hooked in to digitaz_after_footer action
		 * @see digitaz_sticky_single_add_to_cart 	- 999 - woo
		 */
		do_action( 'digitaz_after_footer' );
	?>

</div><!-- #page -->

<?php

/**
 * Functions hooked in to wp_footer action
 * @see digitaz_template_account_dropdown 	- 1
 * @see digitaz_mobile_nav - 1
 * @see digitaz_render_woocommerce_shop_canvas - 1 - woo
 */

wp_footer();
?>
</body>
</html>