-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
776 lines (731 loc) · 61.3 KB
/
products.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
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Landrick - Saas & Software Landing Page Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Premium Bootstrap 4 Landing Page Template" />
<meta name="keywords" content="Saas, Software, multi-uses, HTML, Clean, Modern" />
<meta name="author" content="Shreethemes" />
<meta name="email" content="[email protected]" />
<meta name="website" content="http://www.shreethemes.in" />
<meta name="Version" content="v2.5.1" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.9/css/unicons.css">
<!-- Main Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Loader -->
<!-- <div id="preloader">
<div id="status">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div> -->
<!-- Loader -->
<!-- Navbar STart -->
<header id="topnav" class="defaultscroll sticky">
<div class="container">
<!-- Logo container-->
<div>
<a class="logo" href="index.html">
<img src="images/logo-dark.png" height="24" alt="">
</a>
</div>
<div class="buy-button">
<a href="https://1.envato.market/4n73n" target="Login.html" class="btn btn-primary">Login</a>
</div><!--end login button-->
<!-- End Logo container-->
<div class="menu-extras">
<div class="menu-item">
<!-- Mobile menu toggle-->
<a class="navbar-toggle">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>
<div id="navigation">
<!-- Navigation Menu-->
<ul class="navigation-menu">
<li><a href="index.html">Home</a></li>
<li class="has-submenu">
<a href="shop-products.html">Products</a>
</li>
<li class="has-submenu">
<a href="page-aboutus.html">About us</a>
</li>
<li class="has-submenu">
<a href="cart.html">Cart</a>
</li>
</ul><!--end navigation menu-->
<div class="buy-menu-btn d-none">
<a href="Login.html" target="_blank" class="btn btn-primary">Login</a>
</div><!--end login button-->
</div><!--end navigation-->
</div><!--end container-->
</header><!--end header-->
<!-- Navbar End -->
<!-- Hero Start -->
<section class="bg-half bg-light d-table w-100">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<div class="page-next-level">
<h4 class="title"> All Products </h4>
<div class="page-next">
<nav aria-label="breadcrumb" class="d-inline-block">
<ul class="breadcrumb bg-white rounded shadow mb-0">
<li class="breadcrumb-item"><a href="index.html">Landrick</a></li>
<li class="breadcrumb-item"><a href="index-shop.html">Shop</a></li>
<li class="breadcrumb-item active" aria-current="page">Products</li>
</ul>
</nav>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div> <!--end container-->
</section><!--end section-->
<div class="position-relative">
<div class="shape overflow-hidden text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48H1437.5H2880V0H2160C1442.5 52 720 0 720 0H0V48Z" fill="currentColor"></path>
</svg>
</div>
</div>
<!-- Hero End -->
<!-- Start Products -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-12">
<div class="card border-0 sidebar sticky-bar">
<div class="card-body p-0">
<!-- SEARCH -->
<div class="widget">
<div id="search2" class="widget-search mb-0">
<form role="search" method="get" id="searchform" class="searchform">
<div>
<input type="text" class="border rounded" name="s" id="s" placeholder="Search Keywords...">
<input type="submit" id="searchsubmit" value="Search">
</div>
</form>
</div>
</div>
<!-- SEARCH -->
<!-- CATAGORIES -->
<div class="widget mt-4 pt-2">
<h4 class="widget-title">Catagories</h4>
<ul class="list-unstyled mt-4 mb-0 blog-catagories">
<li><a href="jvascript:void(0)">Men</a></li>
<li><a href="jvascript:void(0)">Women</a></li>
<li><a href="jvascript:void(0)">Electronics</a></li>
<li><a href="jvascript:void(0)">Jewellery</a></li>
<li><a href="jvascript:void(0)">Shoes</a></li>
<li><a href="jvascript:void(0)">Kid’s Wear</a></li>
<li><a href="jvascript:void(0)">Sports</a></li>
<li><a href="jvascript:void(0)">Toys</a></li>
<li><a href="jvascript:void(0)">Gift Corners</a></li>
</ul>
</div>
<!-- CATAGORIES -->
<!-- color -->
<div class="widget mt-4 pt-2">
<h4 class="widget-title">Color</h4>
<ul class="list-unstyled mt-4 mb-0">
<li class="list-inline-item"><a href="jvascript:void(0)" class="px-3 py-1 rounded-pill bg-primary"></a></li>
<li class="list-inline-item"><a href="jvascript:void(0)" class="px-3 py-1 rounded-pill bg-danger"></a></li>
<li class="list-inline-item"><a href="jvascript:void(0)" class="px-3 py-1 rounded-pill bg-success"></a></li>
<li class="list-inline-item"><a href="jvascript:void(0)" class="px-3 py-1 rounded-pill bg-info"></a></li>
<li class="list-inline-item"><a href="jvascript:void(0)" class="px-3 py-1 rounded-pill bg-secondary"></a></li>
<li class="list-inline-item"><a href="jvascript:void(0)" class="px-3 py-1 rounded-pill bg-warning"></a></li>
</ul>
</div>
<!-- COlor -->
<!-- Top Products -->
<div class="widget mt-4 pt-2">
<h4 class="widget-title">Top Products</h4>
<ul class="list-unstyled mt-4 mb-0">
<li class="media align-items-center">
<a href="javascript:void(0)">
<img src="images/shop/product/s1.jpg" class="img-fluid avatar avatar-small rounded shadow" style="height:auto;" alt="">
</a>
<div class="content ml-3">
<a href="javascript:void(0)" class="text-dark h6">T-Shirt</a>
<h6 class="text-muted small font-italic mb-0 mt-1">$18.00 <del class="text-danger ml-2">$22.00</del> </h6>
</div>
</li>
<li class="media align-items-center mt-2">
<a href="javascript:void(0)">
<img src="images/shop/product/s3.jpg" class="img-fluid avatar avatar-small rounded shadow" style="height:auto;" alt="">
</a>
<div class="content ml-3">
<a href="javascript:void(0)" class="text-dark h6">Watch</a>
<h6 class="text-muted small font-italic mb-0 mt-1">$18.00 <del class="text-danger ml-2">$22.00</del> </h6>
</div>
</li>
<li class="media align-items-center mt-2">
<a href="javascript:void(0)">
<img src="images/shop/product/s6.jpg" class="img-fluid avatar avatar-small rounded shadow" style="height:auto;" alt="">
</a>
<div class="content ml-3">
<a href="javascript:void(0)" class="text-dark h6">Coffee Cup</a>
<h6 class="text-muted small font-italic mb-0 mt-1">$18.00 <del class="text-danger ml-2">$22.00</del> </h6>
</div>
</li>
<li class="media align-items-center mt-2">
<a href="javascript:void(0)">
<img src="images/shop/product/s8.jpg" class="img-fluid avatar avatar-small rounded shadow" style="height:auto;" alt="">
</a>
<div class="content ml-3">
<a href="javascript:void(0)" class="text-dark h6">Wooden Stools</a>
<h6 class="text-muted small font-italic mb-0 mt-1">$18.00 <del class="text-danger ml-2">$22.00</del> </h6>
</div>
</li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-9 col-md-8 col-12 mt-5 pt-2 mt-sm-0 pt-sm-0">
<div class="row align-items-center">
<div class="col-lg-9 col-md-7">
<div class="section-title">
<h5 class="mb-0">Showing 1–15 of 47 results</h5>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-5 mt-4 mt-sm-0 pt-2 pt-sm-0">
<div class="form custom-form">
<div class="form-group mb-0">
<select class="form-control custom-select" id="Sortbylist-job">
<option>Sort by latest</option>
<option>Sort by popularity</option>
<option>Sort by rating</option>
<option>Sort by price: low to high</option>
<option>Sort by price: high to low</option>
</select>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s1.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-1.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Branded T-Shirt</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$16.00 <del class="text-danger ml-2">$21.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s2.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-2.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Shopping Bag</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$21.00 <del class="text-danger ml-2">$25.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s3.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-3.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Elegent Watch</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$5.00 <span class="text-success ml-1">30% off</span> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s4.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-4.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Casual Shoes</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$18.00 <del class="text-danger ml-2">$22.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s5.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-5.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Earphones</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$3.00</h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s6.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-6.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Elegent Mug</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$4.50 <del class="text-danger ml-2">$6.50</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s7.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-7.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Sony Headphones</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$9.99 <span class="text-success ml-2">20% off</span> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s8.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-8.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Wooden Stools</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$22.00 <del class="text-danger ml-2">$25.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s9.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-9.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Coffee Cup / Mug</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$16.00 <del class="text-danger ml-2">$21.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s10.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-10.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Sunglasses</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$21.00 <del class="text-danger ml-2">$25.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s11.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-11.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Loafer Shoes</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$5.00 <span class="text-success ml-1">30% off</span> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s12.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-12.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">T-Shirts</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$18.00 <del class="text-danger ml-2">$22.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s13.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-13.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Wooden Chair</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$16.00 <del class="text-danger ml-2">$21.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s14.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-14.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">Women Block Heels</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$21.00 <del class="text-danger ml-2">$25.00</del> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card shop-list border-0 position-relative overflow-hidden">
<div class="shop-image position-relative overflow-hidden rounded shadow">
<a href="shop-product-detail.html"><img src="images/shop/product/s15.jpg" class="img-fluid" alt=""></a>
<a href="shop-product-detail.html" class="overlay-work">
<img src="images/shop/product/s-15.jpg" class="img-fluid" alt="">
</a>
<ul class="list-unstyled shop-icons">
<li><a href="javascript:void(0)" class="btn btn-icon btn-pills btn-soft-danger"><i data-feather="heart" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-product-detail.html" class="btn btn-icon btn-pills btn-soft-primary"><i data-feather="eye" class="icons"></i></a></li>
<li class="mt-2"><a href="shop-cart.html" class="btn btn-icon btn-pills btn-soft-warning"><i data-feather="shopping-cart" class="icons"></i></a></li>
</ul>
</div>
<div class="card-body content pt-4 p-2">
<a href="shop-product-detail.html" class="text-dark product-name h6">T-Shirts</a>
<div class="d-flex justify-content-between mt-1">
<h6 class="text-muted small font-italic mb-0 mt-1">$5.00 <span class="text-success ml-1">30% off</span> </h6>
<ul class="list-unstyled text-warning mb-0">
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
<li class="list-inline-item"><i class="mdi mdi-star"></i></li>
</ul>
</div>
</div>
</div>
</div><!--end col-->
<!-- PAGINATION START -->
<div class="col-12 mt-4 pt-2">
<ul class="pagination justify-content-center mb-0">
<li class="page-item"><a class="page-link" href="javascript:void(0)" aria-label="Previous"><i class="mdi mdi-arrow-left"></i> Prev</a></li>
<li class="page-item active"><a class="page-link" href="javascript:void(0)">1</a></li>
<li class="page-item"><a class="page-link" href="javascript:void(0)">2</a></li>
<li class="page-item"><a class="page-link" href="javascript:void(0)">3</a></li>
<li class="page-item"><a class="page-link" href="javascript:void(0)" aria-label="Next">Next <i class="mdi mdi-arrow-right"></i></a></li>
</ul>
</div><!--end col-->
<!-- PAGINATION END -->
</div><!--end row-->
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- End Products -->
<!-- Footer Start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12 mb-0 mb-md-4 pb-0 pb-md-2">
<a href="#" class="logo-footer">
<img src="images/logo-light.png" height="24" alt="">
</a>
<p class="mt-4">Start shopping with SVP that can provide everything you need to shop for your home.</p>
<ul class="list-unstyled social-icon social mb-0 mt-4">
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="instagram" class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="twitter" class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="linkedin" class="fea icon-sm fea-social"></i></a></li>
</ul><!--end icon-->
</div><!--end col-->
<div class="col-lg-2 col-md-4 col-12 mt-4 mt-sm-0 pt-2 pt-sm-0">
<h4 class="text-light footer-head">Company</h4>
<ul class="list-unstyled footer-list mt-4">
<li><a href="page-aboutus.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> About us</a></li>
<li><a href="page-faqs.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> FAQ's</a></li>
<li><a href="page-team.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Team</a></li>
<li><a href="page-jobs.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Careers</a></li>
<li><a href="page-blog-grid.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Blog</a></li>
<li><a href="auth-cover-login.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Login</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-3 col-md-4 col-12 mt-4 mt-sm-0 pt-2 pt-sm-0">
<h4 class="text-light footer-head">Usefull Links</h4>
<ul class="list-unstyled footer-list mt-4">
<li><a href="page-terms.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Terms of Services</a></li>
<li><a href="page-privacy.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Privacy Policy</a></li>
<li><a href="sitemap.html" class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> Site map</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-3 col-md-4 col-12 mt-4 mt-sm-0 pt-2 pt-sm-0">
<h4 class="text-light footer-head">Newsletter</h4>
<p class="mt-4">Sign up and receive the latest tips via email.</p>
<form>
<div class="row">
<div class="col-lg-12">
<div class="foot-subscribe form-group position-relative">
<label>Write to our email <span class="text-danger">*</span></label>
<h5 class="text-foot"><i class="mdi mdi-chevron-right mr-1"></i> [email protected]</h5>
</div>
</div>
<div class="col-lg-12">
<input type="submit" id="submitsubscribe" name="send" class="btn btn-soft-primary btn-block" value="Subscribe">
</div>
</div>
</form>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</footer><!--end footer-->
<!-- Back to top -->
<a href="#" class="btn btn-icon btn-soft-primary back-to-top"><i data-feather="arrow-up" class="icons"></i></a>
<!-- Back to top -->
<!-- javascript -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<script src="https://unicons.iconscout.com/release/v2.1.9/script/monochrome/bundle.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>