-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwallets.html
More file actions
706 lines (658 loc) · 28.9 KB
/
wallets.html
File metadata and controls
706 lines (658 loc) · 28.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
<!DOCTYPE html>
<html>
<head>
<!-- META TAGS -->
<meta charset="UTF-8">
<meta name = "viewport" content = "width = device-width, intial-scale = 1.0">
<!-- CSS LOCAL -->
<link href = "style/style.css" rel = "stylesheet">
<link href = "style/producthover.css" rel = "stylesheet">
<link href = "style/product.css" rel = "stylesheet">
<!-- <link href = "style/product-item.css" rel = "stylesheet"> -->
<link href = "style/index.css" rel = "stylesheet">
<link href = "style/responsive.css" rel = "stylesheet">
<link href = "style/cart.css" rel = "stylesheet">
<link href = "style/coursel.css" rel = "stylesheet">
<!-- SCRIPT LOCAL -->
<script src = "script/script.js"></script>
<script src = "script/cart.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap" rel="stylesheet">
<!-- SCRIPT EXTERAL -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
</head>
<body>
<!-- HEADER STARTED -->
<header>
<!-- NAVLINKS -->
<!-- sidebar in mobile responsive -->
<ul class = "slider-menu" id = "sliderMenu">
<a><i class="fas fa-search"></i><input type = "text" placeholder = "Search Products..."></a>
<a href = "wallets.html">Wallets</a>
<a href = "bags.html">Bags</a>
<a href = "belts.html">Belts</a>
<a href = "accesories.html">Accessories</a>
<a href = "gifts.html">Gifts</a>
<a href = "newin.html">New In</a>
<a href = "all-products.html">All Products</a>
<a class = "log-l" href = "login.html">Login</a>
<a class = "log-l" href = "sign.html">Create Account</a>
<a class = "log-l" href = "contact.html">Contact Us</a>
<div class = "aa1"></div>
</ul>
<!-- CART SECTION -->
<div class = "cart-section" id = "cart-slot">
<section class = "cart-header">
<h3>Your Shopping Cart <br><small>(<span id = "cart-item-number">1</span> item)</small></h3>
<i id = "cart-close" class="fas fa-times" onclick = "closeCart()"></i>
</section>
<ul class = "cart-item-list" type = "none">
<li class = "cart-item">
<img class ="cart-item-img" src = "img/products/products-img/product-11.jpeg">
<p class = "cart-item-name">Leather MacPad</p><span class = "cart-item-close"><i class="fas fa-times" onclick = ""></i></span>
<p class = "cart-item-spec">WITH FELT PADDING 13" - 33.5 X 24 CM (13.1" X 9.4" INCHES) / Navy</p>
<div class = "cart-item-div">₹<span class = "cart-item-price">6085</span></div>
<p>Qty : <span class = "qty">1</span></p>
</li>
</ul>
<div class = "for-a-gift-wrapper">
<label for = "giftWrap">
<input type = "checkbox" name = "giftWrap" id = "giftWrap" value ="" >
This is a gift (Free gift wrapping) <i class="fas fa-gift"></i>
</label>
<p>
<a style = "text-decoration:underline" onclick = "giftL()">Click Here</a>
to leave a Gift Message or special instructions to seller.
</p>
<label for = "giftLabel">
<textarea name="note" maxlength="160" id="giftLabel" rows="2" cols="50"style="position:relative; margin: 5px 11.4444px 0px 0px; width: 100%; height: 58px;"></textarea>
</label>
</div>
<div class = "subtotal-div">
<h3>SubTotal<span style = "display:inline-block;padding-left:8rem;">Rs. <span class = "subtotal">9999</span></span></h3>
<div style = "padding-top:0em;display:flex;justify-content:center;font-size:0.7rem;">Free Shipping* | 60 Days Returns | 1 Year Warranty</div>
<button class = "btns cart-btns">GO TO CHECKOUT</button>
<p>Taxes included, discounts applied at checkout.</p>
<span class = "checkout-cards">
<img src = "img/pay-options.jpg" >
</span>
</div>
</div>
<!-- SEARCHBOX-HIDDEN -->
<!-- HEADER-ITEMS STARETED -->
<div class = "header-items header-items-top">
<div id = "search-box" class = "search-box">
<div>
<i class="fas fa-search"></i>
<input type = "text" placeholder = "Search Product...">
<i class="fas fa-times" onclick = "closeSearchBox()"></i>
</div>
</div>
<div class = "header-items-top-items" id = "search-products" onclick = "openSearchBox()">
<i class="fas fa-search"></i>Search
</div>
<div class = "header-items-top-items">
<ul>
<li><a href = "sign.html">Sign In</a></li>
<li><a href = "login.html">Create Account </a></li>
<li><a href = "contact.html">Contact Us</a></li>
<li onclick = "openCart()" ><i class="fas fa-shopping-cart"></i></li>
</ul>
</div>
</div>
<div class = "header-items header-items-bottom">
<div class = "header-items-bottom-items main-c">
<div>
<i id = "openSliderMenuButton"class="fas fa-bars hide-i" onclick = "openSliderMenu()"></i>
<i id = "closeSliderMenuButton"class="fas fa-times hide-i" onclick = "closeSliderMenu()"></i>
</div>
<h2 style = "color:gray;font-size:2.5em;"><a href = "index.html"><img class = "logo-img"style = ""src = "img/logo.png"></a></h2>
<a onclick = "openCartM()" ><i class="fas fa-shopping-cart hide-i"><span id = "cart-icon-item-num">1</span></i></a>
</div>
<div class = "header-items-bottom-items">
<ul class = "" style = "" class = "navlinks">
<li class = "imp-links">
<a href = "products/wallets-men.html">MEN'S WALLETS</a>
</li>
<li class = "imp-links">
<a href = "products/wallets-card.html">CARD HOLDERS</a>
</li>
<li class = "imp-links">
<a href = "products/wallets-passport.html">PASSPORT HOLDERS</a>
</li>
<li class = "imp-links"><a href = "products/wallets-ladies.html">LADIES WALLETS</a></li>
<li class = "imp-links"><a href = "products/wallets-moneyclip.html">MONEY CLIP WALLETS</a></li>
</ul>
</div>
</div>
<!-- HEADER ITEMS ENDED -->
</header>
<!-- SHOWS WHEN TOP UL WILL HIDE BECAUSE SOME BROWER DOSENT SUPPORTS STICKY POSITION -->
<ul class = "show-ul" style = ""class = "navlinks">
<li class = "imp-links">
<a href = "products/wallets-men.html">MEN'S WALLETS</a>
</li>
<li class = "imp-links">
<a href = "products/wallets-card.html">CARD HOLDERS</a>
</li>
<li class = "imp-links">
<a href = "products/wallets-passport.html">PASSPORT HOLDERS</a>
</li>
<li class = "imp-links"><a href = "products/wallets-ladies.html">LADIES WALLETS</a></li>
<li class = "imp-links"><a href = "products/wallets-moneyclip.html">MONEY CLIP WALLETS</a></li>
</ul>
<main>
<div class = "product-main product-mains">
<div class = "product-main-para product-main-para-head">
<div class = "product-link-main">
<a href = "index.html">Home</a> > <a href = "">Leather Wallets</a>
</div>
<h2>Leather Wallets</h2>
<p class= "product-main-info">
Our Wallets have been thoughtfully designed to help you discover
better ways to carry.
Timeless aesthetics, clever wallet architecture and hard-wearing,
responsibly sourced materials make our wallets unique.
Discover our range from Bifold Wallets or Card Holders, Passport
Holders, RFID Wallets and Zip Coin Wallets we have something for
every carry need and if we don’t have it, we’ll make it.
</p>
</div>
</div>
<div class = "product-wrapper">
<div class = "product-type-wrapper">
<div class = "product-type-item">
<a href = "#">
<img src = "img/products/wallets/wallets-type/men_wallets.jpg" alt = "Men's Wallets image">
<p>Men's Wallets</p>
</a>
</div>
<div class = "product-type-item">
<a href = "#">
<img src = "img/products/wallets/wallets-type/card_holders.jpg" alt = "Card Holders image">
<p>Card Holders</p>
</a>
</div>
<div class = "product-type-item">
<a href = "#">
<img src = "img/products/wallets/wallets-type/passport_holders.jpg" alt = "Passport Holders image">
<p>Passport Holders</p>
</a>
</div>
<div class = "product-type-item">
<a href = "#">
<img src = "img/products/wallets/wallets-type/ladies_wallets.jpg" alt = "Ladies Wallets image">
<p>Ladies Wallets</p>
</a>
</div>
<div class = "product-type-item">
<a href = "#">
<img src = "img/products/wallets/wallets-type/money_clip_wallets.jpg" alt = "Money Clips Wallets image">
<p>Money Clips Wallets</p>
</a>
</div>
</div>
<!-- Display WEN M-RESP -->
<div class="carousel product-type-wrapper-mobile"
data-flickity='{ "wrapAround": true }'>
<div class="carousel-cell">
<a href = "#">
<img src = "img/products/wallets/wallets-type/men_wallets.jpg" alt = "Men's Wallets image">
<p>Men's Wallets</p>
</a>
</div>
<div class="carousel-cell">
<a href = "#">
<img src = "img/products/wallets/wallets-type/card_holders.jpg" alt = "Card Holders image">
<p>Card Holders</p>
</a>
</div>
<div class="carousel-cell">
<a href = "#">
<img src = "img/products/wallets/wallets-type/passport_holders.jpg" alt = "Passport Holders image">
<p>Passport Holders</p>
</a>
</div>
<div class="carousel-cell">
<a href = "#">
<img src = "img/products/wallets/wallets-type/ladies_wallets.jpg" alt = "Ladies Wallets image">
<p>Ladies Wallets</p>
</a>
</div>
<div class="carousel-cell">
<a href = "#">
<img src = "img/products/wallets/wallets-type/money_clip_wallets.jpg" alt = "Money Clips Wallets image">
<p>Money Clips Wallets</p>
</a>
</div>
</div>
<!-- PRDOCUST MAIN STATRS FRM HERE -->
<!-- BANNER FOR WALLET-MENS -->
<!-- MENS WALLET START -->
<div class = "product-main product-main-product" style = "background-image:url(img/product-thumbnails/wallet-1.jpg)">
<div class = "product-main-para product-main-para-product">
<h2>Clever Wallet Architecture Meet Timeless Designs</h2>
</div>
</div>
<div class = "product-flex-wrapper">
<!-- MENS WALLETS PRODUCT SECTION -->
<div class = "product-flex" id = "wallet-mens">
<div class = "product-items" id = "wm-1">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/men_wallets/product1/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/men_wallets/product1/hover.jpg">
</div>
<p>Leather Bifold Wallet with RFID Protection</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Minimalist Slim Design. Fits 18 Cards, Cash and Coins</span>
</a>
</div>
<div class = "product-items" id = "wm-2">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/men_wallets/product2/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/men_wallets/product2/hover.jpg">
</div>
<p>Business Wallet with RFID Protection</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Dual Currency Compartment for Multiple Currencies, 5-12 Cards, Coins and Sim Cards</span>
</a>
</div>
<div class = "product-items" id = "wm-3">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/men_wallets/product3/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/men_wallets/product3/hover.jpg">
</div>
<p>Travel Wallet with RFID Protection</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Fits a Passport, Multiple Currencies, 12 Cards, Coins and Sim Cards</span>
</a>
</div>
</div>
</div>
<!-- MEN WALLET END -->
<!-- PASSPORT HOLDER START -->
<div class = "product-main product-main-product" style = "background-image:url('img/product-thumbnails/wallet-2.jpg')">
<div class = "product-main-para product-main-para-product">
<h2>Environmentally Certified Materials That Feel Great To The Touch.</h2>
</div>
</div>
<div class = "product-flex-wrapper">
<!-- PASSPORT PRODUCT SECTION -->
<div class = "product-flex" id = "wallet-passport">
<div class = "product-items" id = "pw-1">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/passport_wallets/product1/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/passport_wallets/product1/hover.jpg">
</div>
<p>Travel Wallet with RFID Protection</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Minimalist Slim Design. Fits 18 Cards, Cash and Coins</span>
</a>
</div>
<div class = "product-items" id = "pw-2">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/passport_wallets/product2/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/passport_wallets/product2/hover.jpg">
</div>
<p>Flat Leather Passport Holder</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Dual Currency Compartment for Multiple Currencies, 5-12 Cards, Coins and Sim Cards</span>
</a>
</div>
<div class = "product-items" id = "pw-3">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/passport_wallets/product3/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/passport_wallets/product3/hover.jpg">
</div>
<p>Super Slim Vertical Passport Wallet</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Fits a Passport, Multiple Currencies, 12 Cards, Coins and Sim Cards</span>
</a>
</div>
</div>
</div>
<!-- PASSPORT HOLDER END -->
<!-- CARD HOLDER START -->
<div class = "product-main product-main-product" style = "background-image:url('img/product-thumbnails/wallet-3.jpg')">
<div class = "product-main-para product-main-para-product">
<h2>The Slim And Versatile, Hard-Wearing Card Holders That
Will Help You Keep Everyting Neat, Tidy And Easily Accessible,
All Made From Long Lasting, Environmentally Certified Leathers.</h2>
</div>
</div>
<div class = "product-flex-wrapper">
<!-- CARD HOLDER PRODUCT SECTION -->
<div class = "product-flex" id = "wallet-card">
<div class = "product-items" id = "ch-1">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/cardholder_wallets/product1/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/cardholder_wallets/product1/hover.jpg">
</div>
<p>Classic Leather Card Holder - 3 Pocket</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Minimalist Slim Design. Fits 18 Cards, Cash and Coins</span>
</a>
</div>
<div class = "product-items" id = "ch-2">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/cardholder_wallets/product2/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/cardholder_wallets/product2/hover.jpg">
</div>
<p>RFID Card Holder</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Dual Currency Compartment for Multiple Currencies, 5-12 Cards, Coins and Sim Cards</span>
</a>
</div>
<div class = "product-items" id = "ch-3">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/cardholder_wallets/product3/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/cardholder_wallets/product3/hover.jpg">
</div>
<p>Super Slim Card Holder with RFID Protection</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Fits a Passport, Multiple Currencies, 12 Cards, Coins and Sim Cards</span>
</a>
</div>
</div>
</div>
<!-- CARD HOLDER END -->
<!-- ZIPCOIN HOLDER START -->
<div class = "product-main product-main-product" style = "background-image:url('img/product-thumbnails/wallet-4.jpg')">
<div class = "product-main-para product-main-para-product">
<h2>The All-Rounder, Pocket Hero That Goes Unnoticed But
Frees Your Pocket From Coins And Clutter. Our Zip Coin
Wallets Will Keep Your Pockets Bulk Free.</h2>
</div>
</div>
<div class = "product-flex-wrapper">
<!-- ZIP COIN PRODUCT SECTION -->
<div class = "product-flex" id = "wallet-zipcoin">
<div class = "product-items" id = "zh-1">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/zipcoin_wallets/product1/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/zipcoin_wallets/product1/hover.jpg">
</div>
<p>Leather Zip Pouch Wallet</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Minimalist Slim Design. Fits 18 Cards, Cash and Coins</span>
</a>
</div>
<div class = "product-items" id = "zh-2">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/zipcoin_wallets/product2/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/zipcoin_wallets/product2/hover.jpg">
</div>
<p>Leather Zip Coin Wallet</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Minimalist Slim Design. Fits 18 Cards, Cash and Coins</span>
</a>
</div>
</div>
</div>
<!-- ZIPCOIN HOLDER END -->
<div class = "product-main product-main-product" style = "background-image:url('img/product-thumbnails/wallet-5.jpg')">
<div class = "product-main-para product-main-para-product">
<h2>Before you consult your fancy, consult your purse.</h2>
</div>
</div>
<div class = "product-flex-wrapper">
<!-- LADIES Wallet PRODUCT SECTION -->
<div class = "product-flex" id = "wallet-ladies">
<div class = "product-items" id = "law-1">
<a href = "#">
<div style= "position:relative;">
<span style = "display:none;">NEW</span>
<img class = "show-img"src = "img/products/wallets/wallets-type/ladies_wallets/product1/front.jpg">
<img class = "hide-img" src = "img/products/wallets/wallets-type/ladies_wallets/product1/hover.jpg">
</div>
<p>Leather Zip Pouch Wallet</p>
<div class = "price">₹<span>8112.30</span></div>
<div class = "color-options">
<span class = "color-options-items ltr-color"> </span>
<span class = "color-options-items blue-ltr-color"> </span>
<span class = "color-options-items dark-ltr-color"> </span>
</div>
<span class="product-detail">RFID Protected. Minimalist Slim Design. Fits 18 Cards, Cash and Coins</span>
</a>
</div>
</div>
</div>
<div class = "pbi-wrapper">
<div class = "pbi-flex">
<div class = "pbi-flex-item">
<img src = "img/pbi/pbi-w1.jpg" >
<div>
<h3>Our Wallets</h3>
<p>
Thoughtfully designed to help you
stash more cards, cash and coins in a
slim silhouette without compromising
functionality.
</p>
</div>
</div>
<div class = "pbi-flex-item">
<img src = "img/pbi/pbi-w2.jpg" >
<div>
<h3>Enjoy smooth travel</h3>
<p>
Swift accessibility and say good bye to
bulky pockets. Our Wallets are designed for
comfort and to adapt to your every day lifestyle.
</p>
</div>
</div>
<div class = "pbi-flex-item">
<img src = "img/pbi/pbi-w3.jpg" >
<div>
<h3>Clever wallet architecture</h3>
<p>
Ensures a Super Slim Wallet design
that is compact, functional and uncompromised.
</p>
</div>
</div>
<div class = "pbi-flex-item">
<img src = "img/pbi/pbi-w4.jpg" >
<div>
<h3>RFID Wallets</h3>
<p>
whether you're planning a short city break
or commuting to work, our RFID protected
wallets let you have a smooth ride anywhere
you go.
</p>
</div>
</div>
</div>
<section class = "pbi-para" style = "text-align:center;margin-bottom:2rem;">
<h3 style = "padding:1rem">Unique Leather Wallets</h3>
<p>
Timeless aesthetics and hard-wearing, responsibly sourced materials are the cornerstone of our designs.
All our wallets allow you to stash your cards, cash and coins in a slim silhouette without compromising their essence, allowing you to enjoy
smooth travel, freeing your pockets from clutter and adapting to your every day lifestyle.</p>
</section>
</div>
</main>
<!-- MAIN END AND FOOTER START -->
<footer>
<div class = "hr-line"></div>
</div>
<div class = "short">
<div class = "short-items">
<img src = "img/short/short1.jpeg">
<p>Worldwide Shipping</p>
</div>
<div class = "short-items">
<img src = "img/short/short2.jpeg">
<p>1 Year Warranty</p>
</div>
<div class = "short-items">
<img src = "img/short/short3.jpeg">
<p>Free Fast Shipping</p>
</div>
<div class = "short-items">
<img src = "img/short/short4.jpeg">
<p>60 Day Returns</p>
</div>
</div>
<section class = "subs">
<h3>DON'T MISS OUT NEW RELEASES & SUBSCRIBER EXCLUSIVES</h3>
<p>We won't spam you, that's a promise.</p>
<div class = "submit-email">
<input type = "search" placeholder = "email@example.com">
<button class = "btns">SUBMIT</button>
</div>
<p>
You are signing up to receive product updates and
newsletters, By signing up, you are consenting to our
<a href = "">privacy policy</a> but you can opt out at any time.
</p>
</section>
<div class = "footer-links">
<ul>
<li class = "link-heads"><a >Information</a></li>
<li><a href = "#">About Us</a></li>
<li><a href = "#">Delivery Information</a></li>
<li><a href = "#">Privacy Policy</a></li>
<li><a href = "#">Terms & Conditions</a></li>
</ul>
<ul>
<li class = "link-heads"><a>Customer Service</a></li>
<li><a href = "#">Contact Us</a></li>
<li><a href = "#">Returns</a></li>
<li><a href = "#">Site Map</a></li>
</ul>
<ul>
<li class = "link-heads"><a>Extras</a></li>
<li><a href = "#">Brands</a></li>
<li><a href = "#">Gift Certificates</a></li>
<li><a href = "#">Affiliate</a></li>
<li><a href = "#">Specials</a></li>
</ul>
<ul>
<li class = "link-heads"><a>My Account</a></li>
<li><a href = "#">My Account</a></li>
<li><a href = "#">Order History</a></li>
<li><a href = "#">Wish List</a></li>
<li><a href = "#">Newsletter</a></li>
</ul>
</div>
<hr>
<div class = "copyright">
<span>Powered By <a href = "index.html">Leather Produkts</a></span>
<span><a href = "#">Leather Products</a> © 2021</span>
<br>
<div class = "social-links">
<p>All rights reserved © 2021 Harber London Ltd</p>
<div>
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-square"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-pinterest"></i>
</div>
</div>
</div>
<!-- FIXED IN FOOTER -->
<div class = "offer-bell-icon" id = "bellIcon">
<div>Get Updated with Latest Offers and Products</div>
<p><a href = "#">YES, PLEASE</a></p>
<span id = "qw" >
<i id = "openBell" class = "fas fa-bell" onclick = "bIcoSli()"></i>
<div class = "close-bell" id = "closeBell">
<i class="fas fa-times" onclick = "bIcoSli_Close()"></i>
</div>
</span>
</div>
<div class = "offer-bell-icon offer-bell-icon-M" id = "b2">
<div>Get Updated with Latest Offers and Products</div>
<p><a href = "#">YES, PLEASE</a></p>
<span id = "qw" >
<i class = "fas fa-bell" ></i>
</span>
<div class = "close-bell">
<i class="fas fa-times" onclick = "b2Nop()"></i>
</div>
</div>
</footer>
</body>
</html>