<!DOCTYPE html>
<!--[if IE]><![endif]-->
<!--[if IE 8 ]><html dir="{{ direction }}" lang="{{ lang }}" class="ie8"><![endif]-->
<!--[if IE 9 ]><html dir="{{ direction }}" lang="{{ lang }}" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html dir="{{ direction }}" lang="{{ lang }}">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ title }}</title>
<base href="{{ base }}" />
{% if description %}
<meta name="description" content="{{ description }}" />
{% endif %}
{% if keywords %}
<meta name="keywords" content="{{ keywords }}" />
{% endif %}

<script src="catalog/view/theme/tt_indecor6/stylesheet/js_all.js?v=1.00"></script>
<link href="catalog/view/javascript/font-awesome/css/font-awesome.min.css?v=1.00" rel="stylesheet" type="text/css" />
<link href="catalog/view/javascript/pe-icon-7-stroke/css/pe-icon-7-stroke.css?v=1.00" rel="stylesheet" type="text/css" />
<link href="catalog/view/javascript/ionicons/css/ionicons.css?v=1.00" rel="stylesheet" type="text/css" />
<link href="catalog/view/javascript/bebas_neue/css/bebas_neue.css?v=1.00" rel="stylesheet" type="text/css" />
<link href="catalog/view/javascript/simple-line-icons/css/simple-line-icons.css?v=1.00" rel="stylesheet" type="text/css" />
<link href="catalog/view/javascript/stroke-gap-icons/css/stroke-gap-icons.css?v=1.00" rel="stylesheet" type="text/css" />
<script src="catalog/view/javascript/opentheme/ocslideshow/jquery.nivo.slider.js?v=1.00" ></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700" rel="stylesheet">
<link href="catalog/view/theme/tt_indecor6/stylesheet/all_in_one.css?v=1.00" rel="stylesheet" />
{% if use_quick_view %}
<script src="catalog/view/javascript/cloudzoom/cloud-zoom.1.0.2.min.js?v=1.00" ></script>
<script src="catalog/view/javascript/cloudzoom/zoom.js?v=1.00" ></script>
<script src="catalog/view/javascript/ocquickview/ocquickview.js?v=1.00" ></script>

{% endif %}
{% for style in styles %}
<link href="{{ style.href }}?v=1.00" type="text/css" rel="{{ style.rel }}" media="{{ style.media }}" />
{% endfor %}
{% for script in scripts %}
<script src="{{ script }}?v=1.00" ></script>
{% endfor %}
<script src="catalog/view/javascript/common.js?v=1.00" ></script>
{% for link in links %}
<link href="{{ link.href }}" rel="{{ link.rel }}" />
{% endfor %}
{% for analytic in analytics %}
{{ analytic }}
{% endfor %}
{% if theme_option_status[store_id] %}
  <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.10/webfont.js?v=1.00"></script>
  <script>
    WebFont.load({
      google: {
        {% if header_tag[store_id].font_family == header_tag[store_id].font_family %}
		families: ['{{ header_tag[store_id].font_family ? header_tag[store_id].font_family }}']
		{% else %}
		families: ['{{ header_tag[store_id].font_family ? header_tag[store_id].font_family }}', '{{ body_css[store_id].font_family ? body_css[store_id].font_family }}']
		{% endif %}
      }
    });
	
  </script>
  <style>
    {% if a_tag %}
    {{ a_tag[store_id].color ? 'a { color: #' ~ a_tag[store_id].color ~ '; }' : '' }}
    {{ a_tag[store_id].hover_color ? 'a:hover { color: #' ~ a_tag[store_id].hover_color ~ '; }' : '' }}
    {% endif %}

    {% if header_tag %}
    h1, h2, h3, h4, h5, h6 {
    {{ header_tag[store_id].color ? 'color: #' ~ header_tag[store_id].color ~ ';' : '' }}
    {{ header_tag[store_id].font_family ? 'font-family: ' ~ header_tag[store_id].font_family ~ ';' : '' }}
    {{ header_tag[store_id].font_weight ? 'font-weight: ' ~ header_tag[store_id].font_weight ~ ';' : ''}}
    }
    {{ header_tag[store_id].h1.font_size ? 'h1 { font-size: ' ~ header_tag[store_id].h1.font_size ~ '; }' : '' }}
    {{ header_tag[store_id].h2.font_size ? 'h2 { font-size: ' ~ header_tag[store_id].h2.font_size ~ '; }' : '' }}
    {{ header_tag[store_id].h3.font_size ? 'h3 { font-size: ' ~ header_tag[store_id].h3.font_size ~ '; }' : '' }}
    {{ header_tag[store_id].h4.font_size ? 'h4 { font-size: ' ~ header_tag[store_id].h4.font_size ~ '; }' : '' }}
    {{ header_tag[store_id].h5.font_size ? 'h5 { font-size: ' ~ header_tag[store_id].h5.font_size ~ '; }' : '' }}
    {{ header_tag[store_id].h6.font_size ? 'h6 { font-size: ' ~ header_tag[store_id].h6.font_size ~ '; }' : '' }}
    {% endif %}

    {% if body_css %}
    body {
    {{ body_css[store_id].color ? 'color: #' ~ body_css[store_id].color ~ ';' : '' }}
    {{ body_css[store_id].font_family ? 'font-family: ' ~ body_css[store_id].font_family ~ ';' : '' }}
    {{ body_css[store_id].font_size ? 'font-size: ' ~ body_css[store_id].font_size ~ ';' : '' }}
    {{ body_css[store_id].font_weight ? 'font-weight: ' ~ body_css[store_id].font_weight ~ ';' : '' }}
    {{ body_css[store_id].line_height ? 'line-height: ' ~ body_css[store_id].line_height ~ ';' : '' }}
    }
    {% endif %}
  </style>
{% endif %}
</head>
<body class="{{ class }} home1">
<div class="wrapper">
<nav id="top">
	<div class="container">
	<div class="container-inner">	
		<ul class="box box-left">
			{% if block3 %}
				{{ block3 }}
			{% endif %}
		</ul>
		<div class="header-text">
			{% if block8 %}
				{{ block8 }}
			{% endif %}
		</div>
		<ul class="box box-right">
			
			<li class="language" style="display:none;">{{ language }}</li>
			<li class="currency" style="display:none;">{{ currency }}</li>
			<li><a href="/contul-meu">Contul meu</a></li>
			<li><a href="/wishlist">Wishlist</a></li>
			<li><a href="/cosul-meu">Coșul meu</a></li>
			
			
			
		</ul>
		
	</div>
	</div>
</nav>

<header>
{{ menu }}
	<div class="header-top"></div>
	<div class="header-inner fix" >
		<div class="container">
		<div class="container-inner">
			<div class="logo-container">
				<div id="logo">
				  {% if logo %}
					<a href="{{ home }}"><img src="{{ logo }}" title="{{ name }}" alt="{{ name }}" class="img-responsive" /></a>
				  {% else %}
					<h1><a href="{{ home }}">{{ name }}</a></h1>
				  {% endif %}
				</div>
			</div>
			<div class="box box-left">
				{% if block1 %}
					{{ block1 }}
				{% endif %}
				{% if block2 %}
					{{ block2 }}
				{% endif %}
			</div>
			
			<div class="box box-right">
				{{ search }}
				
				<div class="box-setting">
					<div class="btn-group">	
						<div class="dropdown-toggle setting-button" data-toggle="dropdown"></div>
						<div class="dropdown-menu setting-content">
							<div class="account">
								<button class="btn btn-link btn-link-current">{{ text_account }} <i class="icon-arrow-down"></i></button>
								<div class="content"  id="top-links">
									{% if use_ajax_login %}
										<ul class="ul-account list-unstyled">
									{% else %}
										<ul class="list-unstyled">
									{% endif %}
									{% if logged %}
									<li><a href="{{ account }}">{{ text_account }}</a></li>
									<li><a href="{{ order }}">{{ text_order }}</a></li>
									<li><a href="{{ transaction }}">{{ text_transaction }}</a></li>
									<li><a href="{{ download }}">{{ text_download }}</a></li>				
									<li>
										{% if use_ajax_login %}
											<a id="a-logout-link" href="{{ logout }}">{{ text_logout }}</a>
										{% else %}
											<a href="{{ logout }}">{{ text_logout }}</a>
										{% endif %}
									</li>			
									{% else %}
									<li>
										{% if use_ajax_login %}
											<a id="a-register-link" href="{{ register }}">{{ text_register }}</a>
										{% else %}
											<a href="{{ register }}">{{ text_register }}</a> 
										{% endif %}
									</li>
									<li>
										{% if use_ajax_login %}
											<a id="a-login-link" href="{{ login }}">{{ text_login }}</a>
										{% else %}
											<a href="{{ login }}">{{ text_login }}</a> 
										{% endif %}
									</li>
									{% endif %}
								  </ul>
								</div>
							</div>
							
						</div>
					</div>
				</div>
				{{ cart }}
			</div>
		  <div class="clearfix"></div>
		</div>
		</div>
		</div>
</header>

