-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
27 lines (25 loc) · 1.97 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<header class="">
<div class="header-logo">
<a href=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="2722 3343 159.404 27.133">
<defs>
<style>
.cls-1 {
fill: #242e2d;
}
</style>
</defs>
<path id="logo_black" class="cls-1" d="M18.541,45.661a1.131,1.131,0,1,1-1.131-1.131C18.088,44.757,18.541,45.209,18.541,45.661Zm21.932,9.723A1.131,1.131,0,1,0,41.6,56.515,1.068,1.068,0,0,0,40.473,55.384Zm26-5.879a1.131,1.131,0,1,0,1.131,1.131A1.068,1.068,0,0,0,66.475,49.505Zm27.359,3.844a1.131,1.131,0,1,0,1.131,1.131C94.738,53.8,94.286,53.349,93.834,53.349ZM123,44.983a1.131,1.131,0,1,0,1.131,1.131A1.211,1.211,0,0,0,123,44.983ZM141.542,53.8a1.131,1.131,0,1,0,1.131,1.131A1.211,1.211,0,0,0,141.542,53.8ZM10.4,47.018,5.653,51.54,10.4,56.288,1.583,65.107H0V38.2H1.357ZM1.583,53.575l1.809-1.809L1.583,49.957ZM4.522,52.9,1.583,55.836v7.009L8.14,56.288Zm0-2.261L8.14,47.018,1.583,40.461V47.47Zm81.4-3.618-2.939,2.939,2.487,2.487V65.107H83.885V53.123L81.85,51.088l-4.522,4.748v9.27H75.745V38.2h1.583Zm-4.974,2.939L77.328,46.34v7.235Zm1.131-1.131,1.809-1.809-6.557-6.557v3.392ZM30.524,38.2V56.741l-8.14-8.14v2.261L30.524,59v3.618l-8.14-8.14v2.261l8.366,8.366h1.357V38.2Zm26.228,0h1.357V65.107H56.526V46.792l-6.783,6.783V65.107H48.16V47.018Zm-.226,2.713L49.743,47.7v3.618l6.783-6.783ZM114.635,38.2h1.357V65.107h-1.583V46.792l-4.748,4.748V65.333h-1.583V45.661l-4.748-4.748V65.333h-1.583V38.2H103.1l5.879,5.879Zm-.452,2.713-4.748,4.748v3.618l4.748-4.748Zm17.862,24.193h1.583V38.2h-1.583Zm26-26.907H159.4V65.107h-1.583V46.792l-6.783,6.783V65.107h-1.809V47.018Zm-.452,2.713L150.812,47.7v3.618l6.783-6.783Z" transform="translate(2722 3304.8)"/>
</svg></a>
</div>
<div class="header-menu">
<div class="navbar-toggle">
<a href="#menu" class=" z-navbar-toggle uk-padding-remove"><span></span></a>
</div>
<div class="cart-link">
<a class="" href="#">
</a>
<span class="icon-shopping-bag"></span>
<span class="cart-link-total">8360 ₽</span>
</div>
</div>
</header>