-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
executable file
·684 lines (678 loc) · 41.2 KB
/
faq.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html>
<html lang="en">
<head>
<!-- set the encoding of your site -->
<meta charset="utf-8">
<!-- set the viewport width and initial-scale on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schön. | eCommerce HTML5 Template</title>
<!-- include the site stylesheet -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic%7cMontserrat:400,700%7cOxygen:400,300,700' rel='stylesheet' type='text/css'>
<!-- include the site stylesheet -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- include the site stylesheet -->
<link rel="stylesheet" href="css/animate.css">
<!-- include the site stylesheet -->
<link rel="stylesheet" href="css/icon-fonts.css">
<!-- include the site stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- include the site stylesheet -->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- main container of all the page elements -->
<div id="wrapper">
<!-- Page Loader -->
<div id="pre-loader" class="loader-container">
<div class="loader">
<img src="images/svg/rings.svg" alt="loader">
</div>
</div>
<div class="w1">
<!-- mt header style4 start here -->
<header id="mt-header" class="style4">
<!-- mt bottom bar start here -->
<div class="mt-bottom-bar">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<!-- mt logo start here -->
<div class="mt-logo"><a href="#"><img src="images/mt-logo.png" alt="schon"></a></div>
<!-- mt icon list start here -->
<ul class="mt-icon-list">
<li class="hidden-lg hidden-md">
<a href="#" class="bar-opener mobile-toggle">
<span class="bar"></span>
<span class="bar small"></span>
<span class="bar"></span>
</a>
</li>
<li><a href="#" class="icon-magnifier"></a></li>
<li><a href="#" class="icon-heart"></a></li>
<li class="drop">
<a href="#" class="cart-opener">
<span class="icon-handbag"></span>
<span class="num">3</span>
</a>
<!-- mt drop start here -->
<div class="mt-drop">
<!-- mt drop sub start here -->
<div class="mt-drop-sub">
<!-- mt side widget start here -->
<div class="mt-side-widget">
<!-- cart row start here -->
<div class="cart-row">
<a href="#" class="img"><img src="http://placehold.it/80x80" alt="image" class="img-responsive"></a>
<div class="mt-h">
<span class="mt-h-title"><a href="#">Marvelous Modern 3 Seater</a></span>
<span class="price"><i class="fa fa-eur" aria-hidden="true"></i> 599,00</span>
<span class="mt-h-title">Qty: 1</span>
</div>
<a href="#" class="close fa fa-times"></a>
</div>
<!-- cart row end here -->
<!-- cart row start here -->
<div class="cart-row">
<a href="#" class="img"><img src="http://placehold.it/80x80" alt="image" class="img-responsive"></a>
<div class="mt-h">
<span class="mt-h-title"><a href="#">Marvelous Modern 3 Seater</a></span>
<span class="price"><i class="fa fa-eur" aria-hidden="true"></i> 599,00</span>
<span class="mt-h-title">Qty: 1</span>
</div>
<a href="#" class="close fa fa-times"></a>
</div>
<!-- cart row end here -->
<!-- cart row start here -->
<div class="cart-row">
<a href="#" class="img"><img src="http://placehold.it/80x80" alt="image" class="img-responsive"></a>
<div class="mt-h">
<span class="mt-h-title"><a href="#">Marvelous Modern 3 Seater</a></span>
<span class="price"><i class="fa fa-eur" aria-hidden="true"></i> 599,00</span>
<span class="mt-h-title">Qty: 1</span>
</div>
<a href="#" class="close fa fa-times"></a>
</div>
<!-- cart row end here -->
<!-- cart row total start here -->
<div class="cart-row-total">
<span class="mt-total">Sub Total</span>
<span class="mt-total-txt"><i class="fa fa-eur" aria-hidden="true"></i> 799,00</span>
</div>
<!-- cart row total end here -->
<div class="cart-btn-row">
<a href="#" class="btn-type2">VIEW CART</a>
<a href="#" class="btn-type3">CHECKOUT</a>
</div>
</div>
<!-- mt side widget end here -->
</div>
<!-- mt drop sub end here -->
</div>
<!-- mt drop end here -->
<span class="mt-mdropover"></span>
</li>
<li>
<a href="#" class="bar-opener side-opener">
<span class="bar"></span>
<span class="bar small"></span>
<span class="bar"></span>
</a>
</li>
</ul>
<!-- mt icon list end here -->
<!-- navigation start here -->
<nav id="nav">
<ul>
<li>
<a class="drop-link" href="homepage1.html">HOME <i class="fa fa-angle-down hidden-lg hidden-md" aria-hidden="true"></i></a>
<div class="s-drop">
<ul>
<li><a href="homepage1.html">Homepage1</a></li>
<li><a href="homepage2.html">homepage2</a></li>
<li><a href="homepage3.html">homepage3</a></li>
<li><a href="homepage4.html">homepage4</a></li>
<li><a href="homepage5.html">Homepage5</a></li>
<li><a href="homepage6.html">homepage6</a></li>
<li><a href="homepage7.html">homepage7</a></li>
<li><a href="homepage8.html">homepage8</a></li>
<li><a href="homepage9.html">homepage9</a></li>
</ul>
</div>
</li>
<li class="drop">
<a href="product-grid-view.html">PRODUCTS <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<!-- mt dropmenu start here -->
<div class="mt-dropmenu text-left">
<!-- mt frame start here -->
<div class="mt-frame">
<!-- mt f box start here -->
<div class="mt-f-box">
<!-- mt col3 start here -->
<div class="mt-col-3">
<div class="sub-dropcont">
<strong class="title"><a href="product-grid-view.html" class="mt-subopener">PRODUCTS</a></strong>
<div class="sub-drop">
<ul>
<li><a href="product-grid-view.html">Product Grid View</a></li>
<li><a href="product-list-view.html">Product List View</a></li>
<li><a href="product-detail.html">Product Detail</a></li>
</ul>
</div>
</div>
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">404 Pages</a></strong>
<div class="sub-drop">
<ul>
<li><a href="404-page.html">404 Page</a></li>
<li><a href="404-page2.html">404 Page2</a></li>
</ul>
</div>
</div>
</div>
<!-- mt col3 end here -->
<!-- mt col3 start here -->
<div class="mt-col-3">
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">About US</a></strong>
<div class="sub-drop">
<ul>
<li><a href="about-us.html">About</a></li>
</ul>
</div>
</div>
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">Contact US</a></strong>
<div class="sub-drop">
<ul>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="contact-us2.html">Contact 2</a></li>
</ul>
</div>
</div>
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">Coming Soon</a></strong>
<div class="sub-drop">
<ul>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="coming-soon2.html">Coming Soon2</a></li>
</ul>
</div>
</div>
</div>
<!-- mt col3 end here -->
<!-- mt col3 start here -->
<div class="mt-col-3">
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">KITCHEN FURNITURE</a></strong>
<div class="sub-drop">
<ul>
<li><a href="#">Kitchen Taps</a></li>
<li><a href="#">Breakfast time</a></li>
<li><a href="#">Cooking</a></li>
<li><a href="#">Food Storage Boxes</a></li>
<li><a href="#">Spice Jars</a></li>
<li><a href="#">Napskins</a></li>
<li><a href="#">Oven Gloves</a></li>
<li><a href="#">Placemats</a></li>
<li><a href="#">Cooking</a></li>
<li><a href="#">Food Storage Boxes</a></li>
<li><a href="#">Spice Jars</a></li>
</ul>
</div>
</div>
</div>
<!-- mt col3 end here -->
<!-- mt col3 start here -->
<div class="mt-col-3 promo">
<div class="mt-promobox">
<a href="#"><img src="http://placehold.it/295x320" alt="promo banner" class="img-responsive"></a>
</div>
</div>
<!-- mt col3 end here -->
</div>
<!-- mt f box end here -->
</div>
<!-- mt frame end here -->
</div>
<!-- mt dropmenu end here -->
<span class="mt-mdropover"></span>
</li>
<li>
<a class="drop-link" href="blog-right-sidebar.html">Blog <i class="fa fa-angle-down hidden-lg hidden-md" aria-hidden="true"></i></a>
<div class="s-drop">
<ul>
<li><a href="blog-fullwidth-page.html">Blog Fullwidth Page</a></li>
<li><a href="blog-right-sidebar2.html">blog right sidebar2</a></li>
<li><a href="blog-postlist-3-masonry.html">blog postlist masonry</a></li>
<li><a href="blog-post-detail-sidebar.html">blog post detail sidebar</a></li>
<li><a href="blog-post-detail-full-width.html">blog post detail full width</a></li>
</ul>
</div>
</li>
<li class="drop">
<a href="#">PAGES <i class="fa fa-angle-down" aria-hidden="true"></i></a>
<!-- mt dropmenu start here -->
<div class="mt-dropmenu text-left">
<!-- mt frame start here -->
<div class="mt-frame">
<!-- mt f box start here -->
<div class="mt-f-box">
<!-- mt col3 start here -->
<div class="mt-col-3">
<div class="sub-dropcont">
<strong class="title"><a href="product-grid-view.html" class="mt-subopener">PRODUCTS</a></strong>
<div class="sub-drop">
<ul>
<li><a href="product-grid-view.html">Product Grid View</a></li>
<li><a href="product-list-view.html">Product List View</a></li>
<li><a href="product-detail.html">Product Detail</a></li>
</ul>
</div>
</div>
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">404 Pages</a></strong>
<div class="sub-drop">
<ul>
<li><a href="404-page.html">404 Page</a></li>
<li><a href="404-page2.html">404 Page2</a></li>
</ul>
</div>
</div>
</div>
<!-- mt col3 end here -->
<!-- mt col3 start here -->
<div class="mt-col-3">
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">About US</a></strong>
<div class="sub-drop">
<ul>
<li><a href="about-us.html">About</a></li>
</ul>
</div>
</div>
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">Contact US</a></strong>
<div class="sub-drop">
<ul>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="contact-us2.html">Contact 2</a></li>
</ul>
</div>
</div>
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">Coming Soon</a></strong>
<div class="sub-drop">
<ul>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="coming-soon2.html">Coming Soon2</a></li>
</ul>
</div>
</div>
</div>
<!-- mt col3 end here -->
<!-- mt col3 start here -->
<div class="mt-col-3">
<div class="sub-dropcont">
<strong class="title"><a href="#" class="mt-subopener">KITCHEN FURNITURE</a></strong>
<div class="sub-drop">
<ul>
<li><a href="#">Kitchen Taps</a></li>
<li><a href="#">Breakfast time</a></li>
<li><a href="#">Cooking</a></li>
<li><a href="#">Food Storage Boxes</a></li>
<li><a href="#">Spice Jars</a></li>
<li><a href="#">Napskins</a></li>
<li><a href="#">Oven Gloves</a></li>
<li><a href="#">Placemats</a></li>
<li><a href="#">Cooking</a></li>
<li><a href="#">Food Storage Boxes</a></li>
<li><a href="#">Spice Jars</a></li>
</ul>
</div>
</div>
</div>
<!-- mt col3 end here -->
<!-- mt col3 start here -->
<div class="mt-col-3 promo">
<div class="mt-promobox">
<a href="#"><img src="http://placehold.it/295x320" alt="promo banner" class="img-responsive"></a>
</div>
</div>
<!-- mt col3 end here -->
</div>
<!-- mt f box end here -->
</div>
<!-- mt frame end here -->
</div>
<!-- mt dropmenu end here -->
<span class="mt-mdropover"></span>
</li>
<li><a href="about-us.html">About</a></li>
<li>
<a class="drop-link" href="contact-us.html">Contact <i class="fa fa-angle-down hidden-lg hidden-md" aria-hidden="true"></i></a>
<div class="s-drop">
<ul>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="contact-us2.html">Contact 2</a></li>
</ul>
</div>
</li>
</ul>
</nav>
<!-- mt icon list end here -->
</div>
</div>
</div>
</div>
<!-- mt bottom bar end here -->
<span class="mt-side-over"></span>
</header><!-- mt header style4 end here -->
<!-- mt side menu start here -->
<div class="mt-side-menu">
<!-- mt holder start here -->
<div class="mt-holder">
<a href="#" class="side-close"><span></span><span></span></a>
<strong class="mt-side-title">MY ACCOUNT</strong>
<!-- mt side widget start here -->
<div class="mt-side-widget">
<header>
<span class="mt-side-subtitle">SIGN IN</span>
<p>Welcome back! Sign in to Your Account</p>
</header>
<form action="#">
<fieldset>
<input type="text" placeholder="Username or email address" class="input">
<input type="password" placeholder="Password" class="input">
<div class="box">
<span class="left"><input class="checkbox" type="checkbox" id="check1"><label for="check1">Remember Me</label></span>
<a href="#" class="help">Help?</a>
</div>
<button type="submit" class="btn-type1">Login</button>
</fieldset>
</form>
</div>
<!-- mt side widget end here -->
<div class="or-divider"><span class="txt">or</span></div>
<!-- mt side widget start here -->
<div class="mt-side-widget">
<header>
<span class="mt-side-subtitle">CREATE NEW ACCOUNT</span>
<p>Create your very own account</p>
</header>
<form action="#">
<fieldset>
<input type="text" placeholder="Username or email address" class="input">
<button type="submit" class="btn-type1">Register</button>
</fieldset>
</form>
</div>
<!-- mt side widget end here -->
</div>
<!-- mt holder end here -->
</div><!-- mt side menu end here -->
<!-- mt search popup start here -->
<div class="mt-search-popup">
<div class="mt-holder">
<a href="#" class="search-close"><span></span><span></span></a>
<div class="mt-frame">
<form action="#">
<fieldset>
<input type="text" placeholder="Search...">
<span class="icon-microphone"></span>
<button class="icon-magnifier" type="submit"></button>
</fieldset>
</form>
</div>
</div>
</div><!-- mt search popup end here -->
<!-- Main of the Page -->
<main id="mt-main">
<!-- Mt Content Banner of the Page -->
<section class="mt-contact-banner" style="background-image: url(http://placehold.it/1920x205);">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h1>FAQ's</h1>
<nav class="breadcrumbs">
<ul class="list-unstyled">
<li><a href="index.html">home <i class="fa fa-angle-right"></i></a></li>
<li>FAQ's</li>
</ul>
</nav>
</div>
</div>
</div>
</section>
<!-- Mt Content Banner of the Page end -->
<!-- Mt About Section of the Page -->
<section class="mt-about-sec" style="padding-bottom: 0;">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="txt wow fadeInUp" data-wow-delay="0.4s">
<h2>FAQ's</h2>
<p>Morbi in erat malesuada, sollicitudin massa at, tristique nisl. Maecenas id eros scelerisque, vulputate tortor quis, efficitur arcu sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Umco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit sse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat <strong>Vestibulum sit amet metus euismod, condimentum lectus id, ultrices sem.</strong></p>
<p>Fusce mattis nunc lacus, vulputate facilisis dui efficitur ut. Vestibulum sit amet metus euismod, condimentum lectus id, ultrices sem. Morbi in erat malesuada, sollicitudin massa at, </p>
</div>
</div>
</div>
</div>
</section>
<!-- Mt About Section of the Page -->
<div class="container faq-section mt-about-sec">
<div class="row txt">
<div class="col-xs-12">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<img src="http://placehold.it/320x306" alt="image description" class="img-responsive pull-left" style="max-width: 320px; margin: 0 5% 20px 0;">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.</p>
<p>Consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam.</p>
<img src="http://placehold.it/320x191" alt="image description" class="img-responsive pull-right" style="max-width: 320px; margin: 0 0 20px 5%;">
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo" class="collapsed">
Ut enim ad minim veniam, quis nostrud exercitation ullamco?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree" class="collapsed">
Laboris nisi ut aliquip ex ea commodo consequat aute irure dolor?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading4">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse4" aria-expanded="false" aria-controls="collapse4" class="collapsed">
Nemo enim ipsam voluptatem quia voluptas sit?
</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading4">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading5">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse5" aria-expanded="false" aria-controls="collapse5" class="collapsed">
Duis aute irure dolor in reprehenderit in voluptate?
</a>
</h4>
</div>
<div id="collapse5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading5">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading6">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse6" aria-expanded="false" aria-controls="collapse6" class="collapsed">
Velit esse cillum dolore eu fugiat nulla pariatur?
</a>
</h4>
</div>
<div id="collapse6" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading6">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main><!-- Main of the Page end -->
<!-- footer of the Page -->
<footer id="mt-footer" class="style7 wow fadeInUp" data-wow-delay="0.4s">
<div class="footer-holder bg-grey">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 mt-paddingbottomsm">
<!-- F Widget About of the Page -->
<div class="f-widget-about">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="Schon"></a>
</div>
<p>Exercitation ullamco laboris nisi ut aliquip ex<br> commodo consequat. Duis aute irure</p>
<ul class="list-unstyled address-list">
<li><i class="fa fa-map-marker"></i><address>Connaugt Road Central Suite 18B, 148 <br>New Yankee</address></li>
<li><i class="fa fa-phone"></i><a href="tel:15553332211">+1 (555) 333 22 11</a></li>
<li><i class="fa fa-envelope-o"></i><a href="mailto:info@schon.chair">info@schon.chair</a></li>
</ul>
</div>
<!-- F Widget About of the Page end -->
</div>
<nav class="col-xs-12 col-sm-8 col-md-5 mt-paddingbottomsm">
<!-- Footer Nav of the Page -->
<div class="nav-widget-1">
<h3 class="f-widget-heading">Categories</h3>
<ul class="list-unstyled f-widget-nav">
<li><a href="#">Chairs</a></li>
<li><a href="#">Sofas</a></li>
<li><a href="#">Living</a></li>
<li><a href="#">Bedroom</a></li>
<li><a href="#">Tables</a></li>
<li><a href="#">New</a></li>
</ul>
</div>
<!-- Footer Nav of the Page end -->
<!-- Footer Nav of the Page -->
<div class="nav-widget-1">
<h3 class="f-widget-heading">Information</h3>
<ul class="list-unstyled f-widget-nav">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Customer Service</a></li>
<li><a href="#">FAQs</a></li>
</ul>
</div>
<!-- Footer Nav of the Page end -->
<!-- Footer Nav of the Page -->
<div class="nav-widget-1">
<h3 class="f-widget-heading">Account</h3>
<ul class="list-unstyled f-widget-nav">
<li><a href="#">My Account</a></li>
<li><a href="#">Order Tracking</a></li>
<li><a href="#">Wish List</a></li>
<li><a href="#">Shopping Cart</a></li>
<li><a href="#">Checkout</a></li>
</ul>
</div>
<!-- Footer Nav of the Page end -->
</nav>
<div class="col-xs-12 col-md-3 text-right hidden-sm">
<!-- F Widget Newsletter of the Page -->
<div class="f-widget-newsletter">
<h3 class="f-widget-heading">Sing Up Newsletter</h3>
<p>Subscribe now to get 15% off <br>on any product</p>
<div class="holder">
<!-- Newsletter Form of the Page -->
<form action="#" class="newsletter-form">
<fieldset>
<input type="email" placeholder="Your Email" class="form-control">
<button type="submit"><i class="fa fa-angle-right"></i></button>
</fieldset>
</form>
<!-- Newsletter Form of the Page end -->
</div>
<h4 class="f-widget-heading follow">Follow Us</h4>
<!-- Social Network of the Page -->
<ul class="list-unstyled social-network">
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-whatsapp"></i></a></li>
</ul>
<!-- Social Network of the Page end -->
</div>
<!-- F Widget Newsletter of the Page end -->
</div>
</div>
</div>
</div>
<!-- Footer Area of the Page -->
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<p>© <a href="index.html">schön.</a> - All rights Reserved</p>
</div>
<div class="col-xs-12 col-sm-6 text-right">
<div class="bank-card-2">
<img src="images/bank-card2.png" alt="Bank Card">
</div>
</div>
</div>
</div>
</div>
<!-- Footer Area of the Page end -->
</footer><!-- footer of the Page end -->
</div>
<span id="back-top" class="fa fa-arrow-up"></span>
</div>
<!-- include jQuery -->
<script src="js/jquery.js"></script>
<!-- include jQuery -->
<script src="js/plugins.js"></script>
<!-- include jQuery -->
<script src="js/jquery.main.js"></script>
</body>
</html>