-
Notifications
You must be signed in to change notification settings - Fork 0
/
order-shopping-cart.html
executable file
·745 lines (739 loc) · 37.3 KB
/
order-shopping-cart.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
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!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 style14 start from here -->
<header class="style14" id="mt-header">
<!-- mt top bar start from here -->
<div class="mt-top-bar">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 hidden-xs">
<span class="tel"> <i class="fa fa-phone" aria-hidden="true"></i> +1 (555) 333 22 11</span>
</div>
<div class="col-xs-12 col-sm-6 text-right">
<!-- mt top lang start from here -->
<div class="mt-top-lang">
<a href="#" class="lang-opener">Language<i class="fa fa-angle-down" aria-hidden="true"></i></a>
<div class="drop">
<ul>
<li><a href="#">English</a></li>
<li><a href="#">Urdu</a></li>
<li><a href="#">Hindi</a></li>
<li><a href="#">Dutch</a></li>
<li><a href="#">German</a></li>
</ul>
</div>
</div>
<!-- mt top lang end from here -->
<span class="account"><a href="#">Login</a> or <a href="#">Create Account</a></span>
</div>
</div>
</div>
</div><!-- mt top bar end here -->
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- mt bottom bar start from here -->
<div class="mt-bottom-bar">
<!-- mt logo start from here -->
<div class="mt-logo"><a href="#"><img alt="schon" src="images/mt-logo.png"></a></div>
<!-- mt icon list start from here -->
<ul class="mt-icon-list">
<li><a class="icon-magnifier" href="#"></a></li>
<li><a class="icon-heart" href="#"></a></li>
<li class="drop">
<a class="cart-opener" href="#">
<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 class="hidden-md hidden-lg">
<a href="#" class="bar-opener big mobile-toggle">
<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><!-- navigation end here -->
</div><!-- mt bottom bar end here -->
</div>
</div>
</div>
<span class="mt-side-over"></span>
</header><!-- mt -header style14 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">
<section class="mt-contact-banner mt-banner-22 wow fadeInUp" data-wow-delay="0.4s" style="background-image: url(http://placehold.it/1920x325);">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1 class="text-center">SHOPPING CART</h1>
<!-- Breadcrumbs of the Page -->
<nav class="breadcrumbs">
<ul class="list-unstyled">
<li><a href="index.html">Home <i class="fa fa-angle-right"></i></a></li>
<li>Shopping Cart</li>
</ul>
</nav>
<!-- Breadcrumbs of the Page end -->
</div>
</div>
</div>
</section>
<!-- Mt Process Section of the Page -->
<div class="mt-process-sec wow fadeInUp" data-wow-delay="0.4s">
<div class="container">
<div class="row">
<div class="col-xs-12">
<ul class="list-unstyled process-list">
<li class="active">
<span class="counter">01</span>
<strong class="title">Shopping Cart</strong>
</li>
<li>
<span class="counter">02</span>
<strong class="title">Check Out</strong>
</li>
<li>
<span class="counter">03</span>
<strong class="title">Order Complete</strong>
</li>
</ul>
</div>
</div>
</div>
</div><!-- Mt Process Section of the Page end -->
<!-- Mt Product Table of the Page -->
<div class="mt-product-table wow fadeInUp" data-wow-delay="0.4s">
<div class="container">
<div class="row border">
<div class="col-xs-12 col-sm-6">
<strong class="title">PRODUCT</strong>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="title">PRICE</strong>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="title">QUANTITY</strong>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="title">TOTAL</strong>
</div>
</div>
<div class="row border">
<div class="col-xs-12 col-sm-2">
<div class="img-holder">
<img src="http://placehold.it/105x105" alt="image description">
</div>
</div>
<div class="col-xs-12 col-sm-4">
<strong class="product-name">Marvelous Modern 3 Seater</strong>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="price"><i class="fa fa-eur"></i> 599,00</strong>
</div>
<div class="col-xs-12 col-sm-2">
<form action="#" class="qyt-form">
<fieldset>
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</fieldset>
</form>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="price"><i class="fa fa-eur"></i> 599,00</strong>
<a href="#"><i class="fa fa-close"></i></a>
</div>
</div>
<div class="row border">
<div class="col-xs-12 col-sm-2">
<div class="img-holder">
<img src="http://placehold.it/105x105" alt="image description">
</div>
</div>
<div class="col-xs-12 col-sm-4">
<strong class="product-name">Marvelous Modern 3 Seater</strong>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="price"><i class="fa fa-eur"></i> 599,00</strong>
</div>
<div class="col-xs-12 col-sm-2">
<form action="#" class="qyt-form">
<fieldset>
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</fieldset>
</form>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="price"><i class="fa fa-eur"></i> 599,00</strong>
<a href="#"><i class="fa fa-close"></i></a>
</div>
</div>
<div class="row border">
<div class="col-xs-12 col-sm-2">
<div class="img-holder">
<img src="http://placehold.it/105x105" alt="image description">
</div>
</div>
<div class="col-xs-12 col-sm-4">
<strong class="product-name">Marvelous Modern 3 Seater</strong>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="price"><i class="fa fa-eur"></i> 599,00</strong>
</div>
<div class="col-xs-12 col-sm-2">
<form action="#" class="qyt-form">
<fieldset>
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</fieldset>
</form>
</div>
<div class="col-xs-12 col-sm-2">
<strong class="price"><i class="fa fa-eur"></i> 599,00</strong>
<a href="#"><i class="fa fa-close"></i></a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<form action="#" class="coupon-form">
<fieldset>
<div class="mt-holder">
<input type="text" class="form-control" placeholder="Your Coupon Code">
<button type="submit">APPLY</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div><!-- Mt Product Table of the Page end -->
<!-- Mt Detail Section of the Page -->
<section class="mt-detail-sec style1 wow fadeInUp" data-wow-delay="0.4s">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<h2>CALCULATE SHIPPING</h2>
<form action="#" class="bill-detail">
<fieldset>
<div class="form-group">
<select class="form-control">
<option value="1">Select Country</option>
</select>
</div>
<div class="form-group">
<select class="form-control">
<option value="1">State / Country</option>
</select>
</div>
<div class="form-group">
<select class="form-control">
<option value="1">Zip / Postal Code</option>
</select>
</div>
<div class="form-group">
<button class="update-btn" type="submit">UPDATE TOTAL <i class="fa fa-refresh"></i></button>
</div>
</fieldset>
</form>
</div>
<div class="col-xs-12 col-sm-6">
<h2>CART TOTAL</h2>
<ul class="list-unstyled block cart">
<li>
<div class="txt-holder">
<strong class="title sub-title pull-left">CART SUBTOTAL</strong>
<div class="txt pull-right">
<span><i class="fa fa-eur"></i> 1299,00</span>
</div>
</div>
</li>
<li>
<div class="txt-holder">
<strong class="title sub-title pull-left">SHIPPING</strong>
<div class="txt pull-right">
<strong>Free Shipping</strong>
</div>
</div>
</li>
<li style="border-bottom: none;">
<div class="txt-holder">
<strong class="title sub-title pull-left">CART TOTAL</strong>
<div class="txt pull-right">
<span><i class="fa fa-eur"></i> 1299,00</span>
</div>
</div>
</li>
</ul>
<a href="#" class="process-btn">PROCEED TO CHECKOUT <i class="fa fa-check"></i></a>
</div>
</div>
</div>
</section>
<!-- Mt Detail Section of the Page end -->
</main><!-- Main of the Page end here -->
<!-- footer of the Page -->
<footer id="mt-footer" class="style4 wow fadeInUp" data-wow-delay="0.4s">
<div class="footer-holder">
<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>