-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckout.html
678 lines (644 loc) · 45.4 KB
/
checkout.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Grino | Ecommerce</title>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- burger -->
<link rel="stylesheet" href="./assets/burger.css">
<!-- swiper -->
<link rel="stylesheet" href="./assets/swiper-bundle.min.css">
<!-- animate css -->
<link rel="stylesheet" href="./assets/animate.min.css">
<!-- nice-select2 -->
<link rel="stylesheet" href="./assets/nice-select2.css">
<!-- fancybox -->
<link rel="stylesheet" href="./assets/fancybox.css">
<link rel="stylesheet" href="./assets/bootstrap.min.css">
<link rel="stylesheet" href="./assets/style.css">
<link rel="stylesheet" href="./assets/responsive.css">
</head>
<body>
<!-- mobile menu start -->
<div class="offcanvas offcanvas-start" tabindex="-1" id="mobileMenu">
<div class="offcanvas-body position-relative overflow-x-hidden p-0 d-flex flex-column">
<div class="mobile-menu-inner">
<ul class="list-unstyled">
<li class="active">
<a href="#" class="d-flex align-items-center">
<span class="me-2">New Arrivals</span>
</a>
</li>
<li>
<summary class="d-flex align-items-center">
<span class="me-2">Shop</span>
<svg width="21" height="21" viewBox="0 0 21 21" fill="none"
xmlns="http://www.w3.org/2000/svg">
<mask id="path-1-inside-1_355_2223" fill="white">
<path
d="M14.1525 10.661L7.79657 17.0169L6.90674 16.1271L12.3728 10.661L6.90674 5.19488L7.79657 4.30505L14.1525 10.661Z">
</path>
</mask>
<path
d="M14.1525 10.661L7.79657 17.0169L6.90674 16.1271L12.3728 10.661L6.90674 5.19488L7.79657 4.30505L14.1525 10.661Z"
fill="black"></path>
<path
d="M14.1525 10.661L15.5667 12.0752L16.9809 10.661L15.5667 9.24677L14.1525 10.661ZM7.79657 17.0169L6.38235 18.4311L7.79657 19.8453L9.21078 18.4311L7.79657 17.0169ZM6.90674 16.1271L5.49252 14.7129L4.07831 16.1271L5.49252 17.5413L6.90674 16.1271ZM12.3728 10.661L13.7871 12.0752L15.2013 10.661L13.7871 9.24677L12.3728 10.661ZM6.90674 5.19488L5.49252 3.78067L4.07831 5.19488L5.49252 6.6091L6.90674 5.19488ZM7.79657 4.30505L9.21078 2.89084L7.79657 1.47663L6.38235 2.89084L7.79657 4.30505ZM12.7383 9.24677L6.38235 15.6027L9.21078 18.4311L15.5667 12.0752L12.7383 9.24677ZM9.21078 15.6027L8.32095 14.7129L5.49252 17.5413L6.38235 18.4311L9.21078 15.6027ZM8.32095 17.5413L13.7871 12.0752L10.9586 9.24677L5.49252 14.7129L8.32095 17.5413ZM13.7871 9.24677L8.32095 3.78067L5.49252 6.6091L10.9586 12.0752L13.7871 9.24677ZM8.32095 6.6091L9.21078 5.71927L6.38235 2.89084L5.49252 3.78067L8.32095 6.6091ZM6.38235 5.71927L12.7383 12.0752L15.5667 9.24677L9.21078 2.89084L6.38235 5.71927Z"
fill="black" mask="url(#path-1-inside-1_355_2223)"></path>
</svg>
</summary>
<div class="submenu">
<div class="submenu-inner">
<button
class="close-menu bg-transparent border-0 d-flex align-items-center fw-bold text-dark">
<div class="me-2">
<svg class="align-text-top" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.50005 12L15 4.5L16.05 5.55L9.60005 12L16.05 18.45L15 19.5L7.50005 12Z" fill="black"/>
</svg>
</div>
<span>Shop</span>
</button>
<ul class="list-unstyled">
<li>
<a href="/collections/kahve-demleme-ekipmanlari"
class="d-flex align-items-center">
<span class="me-2">3. Nesil Kahve Ekipmanları</span>
</a>
</li>
<li>
<summary class="d-flex align-items-center">
<span class="me-2">Clothes</span>
<svg width="21" height="21" viewBox="0 0 21 21" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<mask id="path-1-inside-1_355_2223" fill="currentColor">
<path
d="M14.1525 10.661L7.79657 17.0169L6.90674 16.1271L12.3728 10.661L6.90674 5.19488L7.79657 4.30505L14.1525 10.661Z">
</path>
</mask>
<path
d="M14.1525 10.661L7.79657 17.0169L6.90674 16.1271L12.3728 10.661L6.90674 5.19488L7.79657 4.30505L14.1525 10.661Z"
fill="currentColor"></path>
<path
d="M14.1525 10.661L15.5667 12.0752L16.9809 10.661L15.5667 9.24677L14.1525 10.661ZM7.79657 17.0169L6.38235 18.4311L7.79657 19.8453L9.21078 18.4311L7.79657 17.0169ZM6.90674 16.1271L5.49252 14.7129L4.07831 16.1271L5.49252 17.5413L6.90674 16.1271ZM12.3728 10.661L13.7871 12.0752L15.2013 10.661L13.7871 9.24677L12.3728 10.661ZM6.90674 5.19488L5.49252 3.78067L4.07831 5.19488L5.49252 6.6091L6.90674 5.19488ZM7.79657 4.30505L9.21078 2.89084L7.79657 1.47663L6.38235 2.89084L7.79657 4.30505ZM12.7383 9.24677L6.38235 15.6027L9.21078 18.4311L15.5667 12.0752L12.7383 9.24677ZM9.21078 15.6027L8.32095 14.7129L5.49252 17.5413L6.38235 18.4311L9.21078 15.6027ZM8.32095 17.5413L13.7871 12.0752L10.9586 9.24677L5.49252 14.7129L8.32095 17.5413ZM13.7871 9.24677L8.32095 3.78067L5.49252 6.6091L10.9586 12.0752L13.7871 9.24677ZM8.32095 6.6091L9.21078 5.71927L6.38235 2.89084L5.49252 3.78067L8.32095 6.6091ZM6.38235 5.71927L12.7383 12.0752L15.5667 9.24677L9.21078 2.89084L6.38235 5.71927Z"
fill="currentColor" mask="url(#path-1-inside-1_355_2223)"></path>
</svg>
</summary>
<div class="submenu">
<div class="submenu-inner">
<button
class="close-menu bg-transparent border-0 d-flex align-items-center fw-bold text-dark">
<div class="me-2">
<svg class="align-text-top" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.50005 12L15 4.5L16.05 5.55L9.60005 12L16.05 18.45L15 19.5L7.50005 12Z" fill="black"/>
</svg>
</div>
<span>Clothes</span>
</button>
<ul class="list-unstyled">
<li><a href="" class="d-flex align-items-center">Tops</a></li>
<li><a href="" class="d-flex align-items-center">Bottoms</a></li>
</ul>
</div>
</div>
</li>
<li>
<a href="/collections/moka-pot"
class="d-flex align-items-center">
<span class="me-2">Moka Pot</span>
</a>
</li>
<li>
<a href="/collections/setler"
class="d-flex align-items-center">
<span class="me-2">Kahve Setleri</span>
</a>
</li>
<li>
<a href="/collections/filtre-kahve-makineleri"
class="d-flex align-items-center">
<span class="me-2">Filtre Kahve Makineleri</span>
</a>
</li>
<li>
<a href="https://kahvebi.com/collections/otomatik-kahve-degirmeni"
class="d-flex align-items-center">
<span class="me-2">Otomatik Kahve Değirmeni</span>
</a>
</li>
<li>
<a href="/collections/kettle"
class="d-flex align-items-center">
<span class="me-2">Kettle</span>
</a>
</li>
<li>
<a href="/collections/soguk-kahve"
class="d-flex align-items-center">
<span class="me-2">Soğuk Demleme</span>
</a>
</li>
<li>
<a href="/collections/cezve"
class="d-flex align-items-center">
<span class="me-2">Cezve</span>
</a>
</li>
<li>
<a href="/collections/french-press"
class="d-flex align-items-center">
<span class="me-2">French Press</span>
</a>
</li>
<li>
<a href="/collections/kahve-ekipmanlari"
class="d-flex align-items-center">
<span class="me-2">Tümü</span>
</a>
</li>
</ul>
</div>
</div>
</li>
<li>
<a href="#" class="d-flex align-items-center">
<span class="me-2">About Us</span>
</a>
</li>
</ul>
</div>
<div class="mobile-menu-bottom py-20 px-32 mt-auto">
<ul class="list-unstyled mb-2">
<li>
<a href="#" class="btn btn-link">
<span class="text-codgray me-2 align-bottom">
<?xml version="1.0" encoding="utf-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="6" r="4" stroke="currentColor" stroke-width="1.5"/>
<path d="M20 17.5C20 19.9853 20 22 12 22C4 22 4 19.9853 4 17.5C4 15.0147 7.58172 13 12 13C16.4183 13 20 15.0147 20 17.5Z" stroke="currentColor" stroke-width="1.5"/>
</svg>
</span>
Login
</a>
</li>
<li>
<div class="dropdown dropup effect">
<button class="btn btn-link dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-offset="0,20" data-bs-display="static">
USD $ | Turkey
<svg id="Normal" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" class="icon-caret">
<g id="Chevron" transform="translate(2 5)">
<path id="Line" d="M0,0,6,6" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<path id="Line-2" data-name="Line" d="M0,0,6-6" transform="translate(6 6)" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
</g>
</svg>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</div>
</li>
<li>
<div class="dropdown dropup effect">
<button class="btn btn-link dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-offset="0,20" data-bs-display="static">
English
<svg id="Normal" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" class="icon-caret">
<g id="Chevron" transform="translate(2 5)">
<path id="Line" d="M0,0,6,6" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<path id="Line-2" data-name="Line" d="M0,0,6-6" transform="translate(6 6)" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
</g>
</svg>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">Turkish</a></li>
</ul>
</div>
</li>
</ul>
<ul class="list-inline mb-0 social">
<li class="list-inline-item">
<a href="#" class="p-1">
<svg aria-hidden="true" focusable="false" class="icon icon-facebook" viewBox="0 0 18 18">
<path fill="currentColor" d="M16.42.61c.27 0 .5.1.69.28.19.2.28.42.28.7v15.44c0 .27-.1.5-.28.69a.94.94 0 01-.7.28h-4.39v-6.7h2.25l.31-2.65h-2.56v-1.7c0-.4.1-.72.28-.93.18-.2.5-.32 1-.32h1.37V3.35c-.6-.06-1.27-.1-2.01-.1-1.01 0-1.83.3-2.45.9-.62.6-.93 1.44-.93 2.53v1.97H7.04v2.65h2.24V18H.98c-.28 0-.5-.1-.7-.28a.94.94 0 01-.28-.7V1.59c0-.27.1-.5.28-.69a.94.94 0 01.7-.28h15.44z">
</path>
</svg>
</a>
</li>
<li class="list-inline-item">
<a href="#" class="p-1">
<svg aria-hidden="true" focusable="false" class="icon icon-instagram" viewBox="0 0 18 18">
<path fill="currentColor" d="M8.77 1.58c2.34 0 2.62.01 3.54.05.86.04 1.32.18 1.63.3.41.17.7.35 1.01.66.3.3.5.6.65 1 .12.32.27.78.3 1.64.05.92.06 1.2.06 3.54s-.01 2.62-.05 3.54a4.79 4.79 0 01-.3 1.63c-.17.41-.35.7-.66 1.01-.3.3-.6.5-1.01.66-.31.12-.77.26-1.63.3-.92.04-1.2.05-3.54.05s-2.62 0-3.55-.05a4.79 4.79 0 01-1.62-.3c-.42-.16-.7-.35-1.01-.66-.31-.3-.5-.6-.66-1a4.87 4.87 0 01-.3-1.64c-.04-.92-.05-1.2-.05-3.54s0-2.62.05-3.54c.04-.86.18-1.32.3-1.63.16-.41.35-.7.66-1.01.3-.3.6-.5 1-.65.32-.12.78-.27 1.63-.3.93-.05 1.2-.06 3.55-.06zm0-1.58C6.39 0 6.09.01 5.15.05c-.93.04-1.57.2-2.13.4-.57.23-1.06.54-1.55 1.02C1 1.96.7 2.45.46 3.02c-.22.56-.37 1.2-.4 2.13C0 6.1 0 6.4 0 8.77s.01 2.68.05 3.61c.04.94.2 1.57.4 2.13.23.58.54 1.07 1.02 1.56.49.48.98.78 1.55 1.01.56.22 1.2.37 2.13.4.94.05 1.24.06 3.62.06 2.39 0 2.68-.01 3.62-.05.93-.04 1.57-.2 2.13-.41a4.27 4.27 0 001.55-1.01c.49-.49.79-.98 1.01-1.56.22-.55.37-1.19.41-2.13.04-.93.05-1.23.05-3.61 0-2.39 0-2.68-.05-3.62a6.47 6.47 0 00-.4-2.13 4.27 4.27 0 00-1.02-1.55A4.35 4.35 0 0014.52.46a6.43 6.43 0 00-2.13-.41A69 69 0 008.77 0z"></path>
<path fill="currentColor" d="M8.8 4a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 7.43a2.92 2.92 0 110-5.85 2.92 2.92 0 010 5.85zM13.43 5a1.05 1.05 0 100-2.1 1.05 1.05 0 000 2.1z">
</path>
</svg>
</a>
</li>
<li class="list-inline-item">
<a href="#" class="p-1">
<svg aria-hidden="true" focusable="false" class="icon icon-youtube" viewBox="0 0 100 70">
<path d="M98 11c2 7.7 2 24 2 24s0 16.3-2 24a12.5 12.5 0 01-9 9c-7.7 2-39 2-39 2s-31.3 0-39-2a12.5 12.5 0 01-9-9c-2-7.7-2-24-2-24s0-16.3 2-24c1.2-4.4 4.6-7.8 9-9 7.7-2 39-2 39-2s31.3 0 39 2c4.4 1.2 7.8 4.6 9 9zM40 50l26-15-26-15v30z" fill="currentColor">
</path>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- mobile menu end -->
<!-- cart popup start -->
<div class="offcanvas offcanvas-end" tabindex="-1" id="cartPopup">
<div class="cart-popup-inner h-100 d-flex flex-column">
<div class="cart-popup-header d-flex justify-content-between align-items-center p-3 p-lg-4 border-bottom">
<h6 class="fs-18 mb-0">Your cart</h6>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas"></button>
</div>
<div class="cart-popup-coupon bg-teal collapse show" id="cartCoupon">
<div class="text-center text-white py-20 mx-3 mx-lg-4 position-relative">
Save 10% with code <span class="fw-bold">ABC123</span>
<button class="position-absolute end-0 btn p-0 border-0 ms-auto" data-bs-toggle="collapse" data-bs-target="#cartCoupon">
<img src="./snippets/icon-times.svg" alt="...">
</button>
</div>
</div>
<div class="cart-popup-content d-flex flex-column justify-content-between h-100">
<div class="position-relative h-100 overflow-y-auto custom-scroll">
<div class="position-absolute top-0 bottom-0 start-0 end-0 px-3 px-lg-30 ">
<div class="cart-popup-item pt-24">
<div class="cart-item-image">
<a href="#">
<img src="images/cart-image.jpg" alt="..." class="w-100">
</a>
</div>
<div class="cart-item-detail">
<a href="#" class="text-primary fw-semibold fs-14">The Hoxton</a>
<p class="fs-14 text-gray mb-0">Medium, Red</p>
</div>
<div class="cart-item-price">
<ins class="text-decoration-none fw-semibold fs-14">€0.00</ins>
</div>
<div class="cart-item-remove text-primary d-flex align-items-center">
Remove
</div>
<div class="cart-item-quantity">
<div class="d-flex align-items-center justify-content-between">
<div class="quantity d-flex">
<button class="minus"> - </button>
<input type="number" class="qty text-center" step="1" min="0" max="9999" value="1">
<button class="plus"> + </button>
</div>
</div>
</div>
</div>
<div class="cart-popup-item pt-24">
<div class="cart-item-image">
<a href="#">
<img src="images/cart-image.jpg" alt="..." class="w-100">
</a>
</div>
<div class="cart-item-detail">
<a href="#" class="text-primary fw-semibold fs-14">The Hoxton</a>
<p class="fs-14 text-gray mb-0">Medium, Red</p>
</div>
<div class="cart-item-price">
<!-- <ins class="text-decoration-none fw-semibold fs-14">€0.00</ins> -->
<div class="spinner-border" role="status"></div>
</div>
<div class="cart-item-remove text-primary d-flex align-items-center">
Remove
</div>
<div class="cart-item-quantity">
<div class="d-flex align-items-center justify-content-between">
<div class="quantity d-flex">
<button class="minus"> - </button>
<input type="number" class="qty text-center" step="1" min="0" max="9999" value="1">
<button class="plus"> + </button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cart-popup-footer p-3 p-lg-30 border-top border-mercury fs-14 text-primary">
<div class="d-flex justify-content-between align-items-center mb-4">
<p class="mb-0">Sub-total</p>
<p class="mb-0 fs-18">$600</p>
</div>
<p class="text-dove">Shipping, taxes, and discounts codes calculated at checkout.</p>
<button class="btn btn-yellow rounded-0 w-100 fs-18 fw-medium py-17 rounded-6">Checkout</button>
</div>
</div>
</div>
</div>
<!-- cart popup end -->
<!-- searchBar start -->
<div class="offcanvas offcanvas-end" tabindex="-1" id="searchBar">
<div class="searchBar-inner h-100 d-flex flex-column">
<div class="searchBar-header d-flex justify-content-between align-items-center p-3 px-lg-20 border-bottom">
<h6 class="fs-18 mb-0">Search</h6>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas"></button>
</div>
<form action="/search" method="get" class="p-3 px-lg-20 py-lg-30 border-bottom">
<select name="" class="form-select mb-20">
<option value="">All Categories</option>
<option value="">Accessories</option>
</select>
<div class="position-relative">
<input type="text" class="form-control pe-50">
<button class="btn btn-link position-absolute top-0 end-0 text-accent">
<?xml version="1.0" encoding="utf-8"?>
<svg fill="currentcolor" class="flip-horizontal" width="24px" height="24px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"/></svg>
</button>
</div>
</form>
<div class="px-3 px-lg-20 py-10 border-bottom fw-semibold fs-14 shadow-lg">
Search results
</div>
<div class="searchBar-content d-flex flex-column justify-content-between h-100">
<div class="position-relative h-100 overflow-y-auto custom-scroll">
<div class="position-absolute top-0 bottom-0 start-0 end-0 p-3 p-lg-20">
<div class="search-result-item row mb-20">
<div class="col-3 text-center">
<a href="#">
<img src="./images/cart-image.jpg" alt="..." class="img-fluid">
</a>
</div>
<div class="col-8">
<a href="#" class="text-primary fw-semibold fs-14">The Hoxton</a>
<p class="fs-14 text-gray mb-0">Medium, Red</p>
<ins class="text-decoration-none fw-semibold fs-14">€0.00</ins>
</div>
</div>
<div class="search-result-item row mb-20">
<div class="col-3 text-center">
<a href="#">
<img src="./images/cart-image.jpg" alt="..." class="img-fluid">
</a>
</div>
<div class="col-8">
<a href="#" class="text-primary fw-semibold fs-14">The Hoxton</a>
<p class="fs-14 text-gray mb-0">Medium, Red</p>
<ins class="text-decoration-none fw-semibold fs-14">€0.00</ins>
</div>
</div>
<a href="#" class="btn btn-link fs-14 fw-semibold">
View All
<?xml version="1.0" encoding="utf-8"?>
<svg fill="#000000" width="18px" height="18px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M 21.1875 9.28125 L 19.78125 10.71875 L 24.0625 15 L 4 15 L 4 17 L 24.0625 17 L 19.78125 21.28125 L 21.1875 22.71875 L 27.90625 16 Z"/></svg>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- searchBar end -->
<main>
<!-- checkout start -->
<section class="checkout pt-48">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<img src="./assets/logo.svg" alt="" class="mb-32">
<div class="shadow-acc rounded-3 p-3 px-lg-48 pt-40 pb-126 checkout-tabs position-relative overflow-hidden">
<ul class="nav nav-tabs justify-content-between" id="myTab" role="tablist">
<li class="nav-item flex-grow-1 col-lg-4 text-center" role="presentation">
<button class="nav-link py-19 w-100 active" id="home-tab" data-bs-toggle="tab" data-bs-target="#home" type="button"
role="tab" aria-controls="home" aria-selected="true" data-id="0">1. Contact details</button>
</li>
<li class="nav-item flex-grow-1 col-lg-4 text-center" role="presentation">
<button class="nav-link py-19 w-100" id="profile-tab" data-bs-toggle="tab" data-bs-target="#profile" type="button"
role="tab" aria-controls="profile" aria-selected="false" data-id="1">2. Shipping</button>
</li>
<li class="nav-item flex-grow-1 col-lg-4 text-center" role="presentation">
<button class="nav-link py-19 w-100" id="messages-tab" data-bs-toggle="tab" data-bs-target="#messages" type="button"
role="tab" aria-controls="messages" aria-selected="false" data-id="2">3. Payment</button>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content pt-4">
<div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab">
<select class="form-select fs-lg-14 py-lg-23 px-4 mb-4">
<option selected="">2 items</option>
<option value="">New Delhi</option>
<option value="">Istanbul</option>
<option value="">Jakarta</option>
</select>
<p class="mb-4">Do you have an account? <a class="text-teal" href="#">Log in</a></p>
<div class="mb-19">
<label class="fs-14 text-accent" for="email">Email</label>
<input type="text" class="form-control py-15" id="email" value="[email protected]">
</div>
<p class="fs-14 text-primary mb-4 mb-lg-50">By signing up you agree to the <a class="text-teal" href="#">Terms of Use</a> and <a class="text-teal" href="#">Privacy Policy</a></p>
<ul class="list-unstyled text-accent">
<li class="d-flex justify-content-between mb-3">
<span>Subtotal</span>
<span>€0.00</span>
</li>
<li class="d-flex justify-content-between mb-3">
<span>Shipping</span>
<span>Free</span>
</li>
<li class="d-flex justify-content-between mb-3">
<span>Sales tax</span>
<span>€0.00</span>
</li>
<li class="d-flex justify-content-between mb-3 fw-semibold">
<span>Total</span>
<span>€0.00</span>
</li>
</ul>
</div>
<div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<select class="form-select fs-lg-14 py-lg-23 px-4 mb-4">
<option selected="">2 items</option>
<option value="">New Delhi</option>
<option value="">Istanbul</option>
<option value="">Jakarta</option>
</select>
<div class="delivery mb-4">
<div class="mb-3">
<input type="radio" class="d-none" id="standart" name="delivery">
<label for="standart" class="d-flex justify-content-between text-accent py-23 px-4 rounded-1">
<span>Standard delivery</span>
<span>Free</span>
</label>
</div>
<div>
<input type="radio" class="d-none" id="express" name="delivery">
<label for="express" class="d-flex justify-content-between text-accent py-23 px-4 rounded-1">
<span>Express delivery</span>
<span>€0.00</span>
</label>
</div>
</div>
<div class="row mb-4">
<div class="col-lg-6">
<label class="fs-14 text-accent" for="fistName">First name</label>
<input type="text" class="form-control py-15" id="fistName">
</div>
<div class="col-lg-6">
<label class="fs-14 text-accent" for="lastName">Last name</label>
<input type="text" class="form-control py-15" id="lastName">
</div>
</div>
<div class="mb-4">
<label class="fs-14 text-accent" for="address">Address line 1</label>
<textarea class="form-control" rows="3" id="address"></textarea>
</div>
<div class="row mb-4">
<div class="col-lg-6">
<label class="fs-14 text-accent" for="zip">Zip / Postal code</label>
<input type="text" class="form-control py-15" id="zip">
</div>
<div class="col-lg-6">
<label class="fs-14 text-accent" for="state">State / Province</label>
<input type="text" class="form-control py-15" id="state">
</div>
</div>
<div class="row mb-4">
<div class="col-lg-6">
<label class="fs-14 text-accent" for="city">City</label>
<input type="text" class="form-control py-15" id="city">
</div>
<div class="col-lg-6">
<label class="fs-14 text-accent" for="country">Country</label>
<input type="text" class="form-control py-15" id="country">
</div>
</div>
<ul class="list-unstyled text-accent">
<li class="d-flex justify-content-between mb-3">
<span>Subtotal</span>
<span>€0.00</span>
</li>
<li class="d-flex justify-content-between mb-3">
<span>Shipping</span>
<span>Free</span>
</li>
<li class="d-flex justify-content-between mb-3">
<span>Sales tax</span>
<span>€0.00</span>
</li>
<li class="d-flex justify-content-between mb-3 fw-semibold">
<span>Total</span>
<span>€0.00</span>
</li>
</ul>
</div>
<div class="tab-pane" id="messages" role="tabpanel" aria-labelledby="messages-tab">
<select class="form-select fs-lg-14 py-lg-23 px-4 mb-4">
<option selected="">2 items</option>
<option value="">New Delhi</option>
<option value="">Istanbul</option>
<option value="">Jakarta</option>
</select>
<div class="accordion mb-43" id="payment">
<div class="accordion-item mb-4">
<h2 class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne">
<div class="d-flex align-items-center justify-content-between w-100">
Credit card
<div>
<img src="./assets/visa.jpg" alt="">
<img src="./assets/master.jpg" alt="">
<img src="./assets/american.jpg" alt="">
</div>
</div>
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#payment">
<div class="accordion-body">
<div class="mb-4">
<input type="text" class="form-control py-15 card-number" placeholder="Card number">
</div>
<div class="mb-4">
<input type="text" class="form-control py-15" placeholder="Name on card">
</div>
<div class="row">
<div class="col-6">
<input type="text" class="form-control py-15" placeholder="Expiration date">
</div>
<div class="col-6">
<input type="text" class="form-control py-15" placeholder="Security code">
</div>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed py-20" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo">
<div class="d-flex align-items-center justify-content-between w-100">
PayPal
<img src="./assets/paypal.jpg" alt="">
</div>
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#payment">
<div class="accordion-body">
paypal content
</div>
</div>
</div>
</div>
<ul class="list-unstyled text-accent">
<li class="d-flex justify-content-between mb-3">
<span>Subtotal</span>
<span>€0.00</span>
</li>
<li class="d-flex justify-content-between mb-3">
<span>Shipping</span>
<span>Free</span>
</li>
<li class="d-flex justify-content-between mb-3">
<span>Sales tax</span>
<span>€0.00</span>
</li>
<li class="d-flex justify-content-between mb-3 fw-semibold">
<span>Total</span>
<span>€0.00</span>
</li>
</ul>
</div>
</div>
<button class="btn btn-yellow btn-next fs-18 fw-medium rounded-0 text-primary py-2 py-lg-25 px-lg-77 w-100 position-absolute start-0 bottom-0 end-0">Continue</button>
</div>
</div>
</div>
</div>
</section>
<!-- checkout end -->
</main>
<!-- footer start -->
<footer class="footer pt-50 pt-lg-160 text-white">
<div class="bg-accent py-43 px-3">
<ul class="list-unstyled mb-0 text-white d-flex flex-column flex-sm-row justify-content-center gap-3 column-gap-lg-50">
<li class="fs-18">Need help?</li>
<li>Call free + 1 123 456 789</li>
<li>[email protected]</li>
</ul>
</div>
<div class="bg-rhino text-center py-15">
<p class="mb-0 fs-14">Copyright © 2019 Your Brand.</p>
</div>
</footer>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> -->
<script src="./assets/bootstrap.bundle.min.js"></script>
<!-- lazysizes -->
<script src="./assets/lazysizes.min.js"></script>
<script src="./assets/ls.unveilhooks.js"></script>
<!-- swiper -->
<script src="./assets/swiper-bundle.min.js"></script>
<!-- nice-select2 -->
<script src="./assets/nice-select2.js"></script>
<!-- fancybox -->
<script src="./assets/fancybox.umd.js"></script>
<script src="./assets/main.js" ></script>
</body>
</html>