-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwishlist.html
More file actions
766 lines (745 loc) · 47.9 KB
/
wishlist.html
File metadata and controls
766 lines (745 loc) · 47.9 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>កីមាស Keimeas Handicrafts</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/odometer.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- preloader -->
<div id="preloader">
<div id="ctn-preloader" class="ctn-preloader">
<div class="animation-preloader">
<div class="spinner"></div>
<div class="txt-loading">
<span data-text-preloader="V" class="letters-loading">
K
</span>
<span data-text-preloader="E" class="letters-loading">
R
</span>
<span data-text-preloader="N" class="letters-loading">
O
</span>
<span data-text-preloader="A" class="letters-loading">
M
</span>
<span data-text-preloader="M" class="letters-loading">
A
</span>
</div>
</div>
<div class="loader">
<div class="row">
<div class="col-3 loader-section section-left">
<div class="bg"></div>
</div>
<div class="col-3 loader-section section-left">
<div class="bg"></div>
</div>
<div class="col-3 loader-section section-right">
<div class="bg"></div>
</div>
<div class="col-3 loader-section section-right">
<div class="bg"></div>
</div>
</div>
</div>
</div>
</div>
<!-- preloader end -->
<!-- Scroll-top -->
<button class="scroll-top scroll-to-target" data-target="html">
<i class="fas fa-angle-up"></i>
</button>
<!-- Scroll-top-end-->
<!-- header-area -->
<header class="header-style-two header-style-three">
<!-- header-top -->
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-7">
<div class="header-top-left">
<ul>
<li>
<div class="ship-to">
<span>Language</span>
<div class="dropdown">
<button class="dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<img class="cambodia" src="img/icon/cambodia.png" alt=""> Cambodia
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#"><img class="cambodia" src="img/icon/china.svg.png" alt="">Chinese</a>
<a class="dropdown-item" href="#"><img src="img/icon/australia.png" alt="">AUS</a>
<a class="dropdown-item" href="#"><img src="img/icon/bng.png" alt="">ThiaLand</a>
<a class="dropdown-item" href="#"><img src="img/icon/india.png" alt="">India</a>
</div>
</div>
</div>
</li>
<li>
<div class="heder-top-guide">
<span>Quick Guide</span>
<div class="dropdown">
<button class="dropdown-toggle" type="button" id="dropdownMenuButton2" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Help
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton2">
<a class="dropdown-item" href="terms-conditios.html">Returns</a>
<a class="dropdown-item" href="terms-conditios.html">Privacy</a>
<a class="dropdown-item" href="terms-conditios.html">Terms</a>
</div>
</div>
</div>
</li>
<li>
<div class="heder-top-guide">
<div class="dropdown">
<button class="dropdown-toggle" type="button" id="dropdownMenuButton3" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Sell With Us
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton3">
<a class="dropdown-item" href="my-account.html">Seller Login</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-5">
<div class="header-top-right">
<ul>
<li><a href="my-account.html"><i class="far fa-user"></i>Sign In</a></li>
<li><a href="my-account.html">My Account</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- header-top-end -->
<!-- menu-area -->
<div id="sticky-header" class="main-header menu-area">
<div class="custom-container-two">
<div class="row">
<div class="col-12">
<div class="mobile-nav-toggler"><i class="fas fa-bars"></i></div>
<div class="menu-wrap">
<nav class="menu-nav show">
<div class="logo">
<a href="index.html"><img class="logo-1" src="img/logo/favicon.png" alt="Logo"></a>
</div>
<div class="navbar-wrap main-menu d-none d-lg-flex">
<ul class="navigation">
<li class="dropdown"><a href="index.html">Home</a>
</li>
<li class="active"><a href="about.html">About Us</a></li>
</li>
<li class="dropdown"><a href="blog-details.html">BLOG</a>
</li>
<li class="dropdown"><a href="shop-left-sidebar.html">SHOP</a>
</li>
<li><a href="special.html">SPECIAL</a></li>
<li><a href="contact.html">contacts</a></li>
</ul>
</div>
<div class="header-action d-none d-md-block">
<ul>
<li><a href="#"><i class="flaticon-two-arrows"></i></a></li>
<li><a href="#"><i class="flaticon-heart"></i></a></li>
<li class="header-shop-cart"><a href="#"><i class="flaticon-shopping-bag"></i><span class="cart-count">2</span></a>
<span class="cart-total-price">$ 128.00</span>
<ul class="minicart">
<li class="d-flex align-items-start">
<div class="cart-img">
<a href="#">
<img src="img/product/cart_p01.jpg" alt="">
</a>
</div>
<div class="cart-content">
<h4>
<a href="#">Charity Nike Brand Yellow T-Shirt</a>
</h4>
<div class="cart-price">
<span class="new">$229.9</span>
<span>
<del>$229.9</del>
</span>
</div>
</div>
<div class="del-icon">
<a href="#">
<i class="far fa-trash-alt"></i>
</a>
</div>
</li>
<li class="d-flex align-items-start">
<div class="cart-img">
<a href="#">
<img src="img/product/cart_p02.jpg" alt="">
</a>
</div>
<div class="cart-content">
<h4>
<a href="#">BackPack For School Student</a>
</h4>
<div class="cart-price">
<span class="new">$229.9</span>
<span>
<del>$229.9</del>
</span>
</div>
</div>
<div class="del-icon">
<a href="#">
<i class="far fa-trash-alt"></i>
</a>
</div>
</li>
<li>
<div class="total-price">
<span class="f-left">Total:</span>
<span class="f-right">$239.9</span>
</div>
</li>
<li>
<div class="checkout-link">
<a href="cart.html">Shopping Cart</a>
<a class="red-color" href="checkout.html">Checkout</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><i class="fas fa-times"></i></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="img/logo/white_logo.png" alt="" title=""></a>
</div>
<div class="menu-outer">
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
<div class="social-links">
<ul class="clearfix">
<li><a href="#"><span class="fab fa-twitter"></span></a></li>
<li><a href="#"><span class="fab fa-facebook-square"></span></a></li>
<li><a href="#"><span class="fab fa-pinterest-p"></span></a></li>
<li><a href="#"><span class="fab fa-instagram"></span></a></li>
<li><a href="#"><span class="fab fa-youtube"></span></a></li>
</ul>
</div>
</nav>
</div>
<!-- End Mobile Menu -->
</div>
</div>
</div>
</div>
<!-- menu-area-end -->
<!-- header-search-area -->
<div class="header-search-area d-none d-md-block">
<div class="custom-container-two">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-4 d-none d-lg-block">
<div class="header-category d-none d-lg-block">
<a href="#" class="cat-toggle"><i class="flaticon-menu"></i>ALL DEPARTMENT</a>
<ul class="category-menu">
<li class="has-dropdown"><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img01.png" alt=""></div> Western woman</a>
<ul class="mega-menu">
<li>
<ul>
<li class="dropdown-title">Accessories & Parts</li>
<li><a href="#">Cables & Adapters</a></li>
<li><a href="#">Batteries</a></li>
<li><a href="#">Chargers</a></li>
<li><a href="#">Bags & Cases</a></li>
</ul>
<ul>
<li class="dropdown-title">Electronic Cigarettes</li>
<li><a href="#">Audio & Video</a></li>
<li><a href="#">Televisions</a></li>
<li><a href="#">TV Receivers</a></li>
<li><a href="#">Projectors</a></li>
<li><a href="#">Audio Amplifier Boards</a></li>
</ul>
</li>
<li>
<ul>
<li class="dropdown-title">Smart Electronics</li>
<li><a href="#">Cables & Adapters</a></li>
<li><a href="#">Batteries</a></li>
<li><a href="#">Chargers</a></li>
<li><a href="#">Bags & Cases</a></li>
</ul>
<ul>
<li class="dropdown-title">Portable Audio & Video</li>
<li><a href="#">Audio & Video</a></li>
<li><a href="#">Televisions</a></li>
<li><a href="#">TV Receivers</a></li>
<li><a href="#">Projectors</a></li>
<li><a href="#">Audio Amplifier Boards</a></li>
</ul>
</li>
<li>
<ul>
<li class="dropdown-title">Accessories & Parts</li>
<li><a href="#">Cables & Adapters</a></li>
<li><a href="#">Batteries</a></li>
<li><a href="#">Chargers</a></li>
<li><a href="#">Bags & Cases</a></li>
</ul>
<ul>
<li class="dropdown-title">Audio & Video</li>
<li class="mega-menu-banner"><a href="#"><img src="img/images/megamenu_banner.jpg" alt=""></a>
</li>
</ul>
</li>
</ul>
</li>
<li class="has-dropdown"><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img02.png" alt=""></div> TV, Appliances</a>
<ul class="mega-menu">
<li>
<ul>
<li class="dropdown-title">Accessories & Parts</li>
<li><a href="#">Cables & Adapters</a></li>
<li><a href="#">Batteries</a></li>
<li><a href="#">Chargers</a></li>
<li><a href="#">Bags & Cases</a></li>
</ul>
<ul>
<li class="dropdown-title">Electronic Cigarettes</li>
<li><a href="#">Audio & Video</a></li>
<li><a href="#">Televisions</a></li>
<li><a href="#">TV Receivers</a></li>
<li><a href="#">Projectors</a></li>
<li><a href="#">Audio Amplifier Boards</a></li>
</ul>
</li>
<li>
<ul>
<li class="dropdown-title">Smart Electronics</li>
<li><a href="#">Cables & Adapters</a></li>
<li><a href="#">Batteries</a></li>
<li><a href="#">Chargers</a></li>
<li><a href="#">Bags & Cases</a></li>
</ul>
<ul>
<li class="dropdown-title">Portable Audio & Video</li>
<li><a href="#">Audio & Video</a></li>
<li><a href="#">Televisions</a></li>
<li><a href="#">TV Receivers</a></li>
<li><a href="#">Projectors</a></li>
<li><a href="#">Audio Amplifier Boards</a></li>
</ul>
</li>
<li>
<ul>
<li class="dropdown-title">Accessories & Parts</li>
<li><a href="#">Cables & Adapters</a></li>
<li><a href="#">Batteries</a></li>
<li><a href="#">Chargers</a></li>
<li><a href="#">Bags & Cases</a></li>
</ul>
<ul>
<li class="dropdown-title">Audio & Video</li>
<li class="mega-menu-banner"><a href="#"><img src="img/images/megamenu_banner.jpg" alt=""></a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img03.png" alt=""></div> Baby Product</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img04.png" alt=""></div> Grocery Product</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img05.png" alt=""></div> Beauty, Health Product</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img06.png" alt=""></div> Industrial Product</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img07.png" alt=""></div> Car, Motorbike</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img08.png" alt=""></div> Club Sports</a></li>
<li>
<ul class="more_slide_open">
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img01.png" alt=""></div> Western woman</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img02.png" alt=""></div> Health Product</a></li>
<li><a href="#"><div class="cat-menu-img"><img src="img/product/category_menu_img03.png" alt=""></div> Industrial Product</a></li>
</ul>
</li>
<li class="more_categories">More Categories<i class="fas fa-angle-down"></i></li>
</ul>
</div>
</div>
<div class="col-xl-9 col-lg-8">
<div class="d-flex align-items-center justify-content-center justify-content-lg-end">
<div class="header-search-wrap">
<form action="#">
<input type="text" placeholder="Search for your item's type.....">
<select class="custom-select">
<option selected="">All Categories</option>
<option>Women's Clothing</option>
<option>Men's Clothing</option>
<option>Computer & Office</option>
<option>Consumer Electronics</option>
<option>Home & Garden</option>
<option>Luggage & Bags</option>
<option>Shoes</option>
<option>Mother & Kids</option>
<option>Beauty & Health</option>
<option>Home Appliances</option>
<option>Food</option>
<option>Underwear & Sleepwear</option>
<option>In All Categories</option>
</select>
<button><i class="flaticon-magnifying-glass-1"></i></button>
</form>
</div>
<div class="header-free-shopping">
<p>Free Shipping on Orders <span>$39+</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- header-search-area-end -->
</header>
<!-- header-area-end -->
<!-- main-area -->
<main>
<!-- breadcrumb-area -->
<section class="breadcrumb-area breadcrumb-bg" data-background="img/bg/breadcrumb_bg.jpg">
<div class="container">
<div class="row">
<div class="col-12">
<div class="breadcrumb-content text-center">
<h2>Wishlist</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Wishlist</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb-area-end -->
<!-- wishlist-area -->
<section class="wishlist-area pt-100 pb-100">
<div class="container">
<div class="row">
<div class="col-12">
<div class="table-responsive-xl">
<table class="table mb-0">
<thead>
<tr>
<th class="product-thumbnail"></th>
<th class="product-name">Product</th>
<th class="product-price">Price</th>
<th class="product-quantity">QUANTITY</th>
<th class="product-subtotal">SUBTOTAL</th>
<th class="product-stock-status">Stock Status</th>
<th class="product-add-to-cart"></th>
</tr>
</thead>
<tbody>
<tr>
<td class="product-thumbnail"><a href="#" class="wishlist-remove"><i class="flaticon-cancel-1"></i></a><a href="shop-details.html"><img src="img/product/wishlist_thumb01.jpg" alt=""></a>
</td>
<td class="product-name">
<h4><a href="shop-details.html">Woman Lathers Jacket</a></h4>
<p>Cramond Leopard & Pythong Anorak</p>
<span>65% poly, 35% rayon</span>
</td>
<td class="product-price">$ 29.00</td>
<td class="product-quantity">
<div class="cart-plus">
<form action="#">
<div class="cart-plus-minus">
<input type="text" value="2">
</div>
</form>
</div>
</td>
<td class="product-subtotal"><span>$ 68.00</span></td>
<td class="product-stock-status"><span>In Stock</span></td>
<td class="product-add-to-cart"><span>Added on March 10. 2020</span><a href="cart.html" class="btn">Add to Cart</a></td>
</tr>
<tr>
<td class="product-thumbnail"><a href="#" class="wishlist-remove"><i class="flaticon-cancel-1"></i></a><a href="shop-details.html"><img src="img/product/wishlist_thumb02.jpg" alt=""></a>
</td>
<td class="product-name">
<h4><a href="shop-details.html">Woman Lathers Jacket</a></h4>
<p>Cramond Leopard & Pythong Anorak</p>
<span>65% poly, 35% rayon</span>
</td>
<td class="product-price">$ 29.00</td>
<td class="product-quantity">
<div class="cart-plus">
<form action="#">
<div class="cart-plus-minus">
<input type="text" value="2">
</div>
</form>
</div>
</td>
<td class="product-subtotal"><span>$ 68.00</span></td>
<td class="product-stock-status"><span>In Stock</span></td>
<td class="product-add-to-cart"><span>Added on March 10. 2020</span><a href="cart.html" class="btn">Add to Cart</a></td>
</tr>
<tr>
<td class="product-thumbnail"><a href="#" class="wishlist-remove"><i class="flaticon-cancel-1"></i></a><a href="shop-details.html"><img src="img/product/wishlist_thumb03.jpg" alt=""></a>
</td>
<td class="product-name">
<h4><a href="shop-details.html">Woman Lathers Jacket</a></h4>
<p>Cramond Leopard & Pythong Anorak</p>
<span>65% poly, 35% rayon</span>
</td>
<td class="product-price">$ 29.00</td>
<td class="product-quantity">
<div class="cart-plus">
<form action="#">
<div class="cart-plus-minus">
<input type="text" value="2">
</div>
</form>
</div>
</td>
<td class="product-subtotal"><span>$ 68.00</span></td>
<td class="product-stock-status"><span>In Stock</span></td>
<td class="product-add-to-cart"><span>Added on March 10. 2020</span><a href="cart.html" class="btn">Add to Cart</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<!-- wishlist-area-end -->
<!-- limited-offer-area -->
<section class="limited-offer-area" data-background="img/bg/limited_offer_bg.jpg">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-xl-5 col-lg-6 col-md-7">
<div class="limited-offer-left">
<div class="limited-offer-title">
<span class="sub-title">exclusive offer</span>
<h2 class="title">Smart Watch Bracelet</h2>
</div>
<div class="limited-offer-disc">
<img src="img/images/limited_offer_discount.png" alt="">
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-5">
<div class="limited-offer-action">
<a href="#" class="btn">limited time offer</a>
<div class="amount-info">
<span class="upto">UPTO</span>
<span class="amount">$ 50.00</span>
<span class="off">OFF</span>
</div>
</div>
</div>
</div>
</div>
<h2 class="limited-overlay-title">Vanam Top Sale 35<span>%</span></h2>
<div class="limited-overlay-img"><img src="img/images/limited_offer_img.png" alt=""></div>
</section>
<!-- limited-offer-area-end -->
</main>
<!-- main-area-end -->
<!-- footer-area -->
<footer class="footer-area">
<div class="footer-top pt-65 pb-25">
<div class="container">
<div class="footer-newsletter-wrap footer-newsletter-two">
<div class="row align-items-center">
<div class="col-xl-7 col-lg-6">
<div class="newsletter-title">
<h4>Subscribe Now !</h4>
<span>Venam By Signing Up To Our Newsletter.</span>
</div>
</div>
<div class="col-xl-5 col-lg-6">
<div class="newsletter-form">
<form action="#">
<input type="email" placeholder="Enter Your Email....">
<button class="btn yellow-btn">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<div class="footer-alphabet mb-55">
<div class="row">
<div class="col-12">
<div class="newsletter-title text-left mb-0">
<h4>Find Out More :</h4>
<span>Browse Alphabetically :</span>
<span><a href="#">A</a></span>
<span><a href="#">B</a></span>
<span><a href="#">C</a></span>
<span><a href="#">D</a></span>
<span><a href="#">E</a></span>
<span><a href="#">F</a></span>
<span><a href="#">G</a></span>
<span><a href="#">H</a></span>
<span><a href="#">I</a></span>
<span><a href="#">J</a></span>
<span><a href="#">K</a></span>
<span><a href="#">L</a></span>
<span><a href="#">M</a></span>
<span><a href="#">N</a></span>
<span><a href="#">O</a></span>
<span><a href="#">P</a></span>
<span><a href="#">Q</a></span>
<span><a href="#">R</a></span>
<span><a href="#">S</a></span>
<span><a href="#">T</a></span>
<span><a href="#">U</a></span>
<span><a href="#">V</a></span>
<span><a href="#">W</a></span>
<span><a href="#">X</a></span>
<span><a href="#">Y</a></span>
<span><a href="#">Z</a></span>
<span><a href="#">0~9</a></span>
</div>
</div>
</div>
</div>
<div class="row justify-content-between">
<div class="col-lg-4 col-md-6">
<div class="footer-widget mb-50">
<div class="footer-logo mb-30">
<a href="index.html"><img src="img/logo/logo_black.png" alt=""></a>
</div>
<div class="footer-text mb-35">
<p>Namkand sodales vel online best prices Amazon Check out ethnic wear, formal wear western wear
Blood Pressure Rate Monito.</p>
</div>
<div class="footer-social">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-pinterest-p"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-sm-6">
<div class="footer-widget mb-50">
<div class="fw-title mb-35">
<h5>Customer Service</h5>
</div>
<div class="fw-link">
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Product Recalls</a></li>
<li><a href="#">Accessibility</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-sm-6">
<div class="footer-widget mb-50">
<div class="fw-title mb-35">
<h5>Quick Links</h5>
</div>
<div class="fw-link">
<ul>
<li><a href="#">Return Policy</a></li>
<li><a href="#">Terms Of Use</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Store Pickup</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget mb-50">
<div class="fw-title mb-35">
<h5>Customer Service</h5>
</div>
<div class="footer-contact">
<ul>
<li><i class="fas fa-map-marker-alt"></i> W898 RTower Stat, Suite 56
Brockland, CA 9622 United States</li>
<li><i class="fas fa-headphones"></i> 458-965-3224</li>
<li><i class="fas fa-envelope-open"></i>Support@info.Com</li>
<li><i class="fas fa-fax"></i>458-965-3224</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-wrap copyright-style-two">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6">
<div class="copyright-text">
<p>Copyright © 2020 <a href="#">Venam</a> All Rights Reserved.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 d-none d-md-block">
<div class="payment-method-img text-right">
<img src="img/images/card_img.png" alt="img">
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-area-end -->
<!-- JS here -->
<script src="js/vendor/jquery-3.5.0.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.odometer.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>