<div class="footer-top">
	<div class="banner-bottom">
		<div class="logo-footer">
			<img src="catalog/view/theme/tt_outline3/image/logo.png" alt="logo">
		</div>
		<div class="link-footer">
			<ul>
				<li><a href="{{ contact }}">{{ text_contact }}</a></li>
				<li><a href="{{ sitemap }}">{{ text_sitemap }}</a></li>
				<li><a href="{{ manufacturer }}">{{ text_manufacturer }}</a></li>
				<li><a href="{{ special }}">{{ text_special }}</a></li>
				<li><a href="{{ account }}">{{ text_account }}</a></li>
			</ul>
		</div>
	</div>
	{% if block2 %}
		{{ block2 }}
	{% endif %}
</div>
<footer>
	<div id="back-top">{{ text_backtop }}</div>
	{% if block3 %}
		{{ block3 }}
	{% endif %}
	<p class="copyright-text">{{ powered }}</p>
	{% if block4 %}
		{{ block4 }}
	{% endif %}
</footer>
<script type="text/javascript">
$(document).ready(function(){
	// hide #back-top first
	$("#back-top").hide();
	// fade in #back-top
	$(function () {
		$(window).scroll(function () {
			if ($(this).scrollTop() > 300) {
				$('#back-top').fadeIn();
			} else {
				$('#back-top').fadeOut();
			}
		});
		// scroll body to 0px on click
		$('#back-top').click(function () {
			$('body,html').animate({scrollTop: 0}, 800);
			return false;
		});
	});
});
</script>
<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to donate@opencart.com
//-->
</div><!-- wrapper -->
</body></html>