-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCART.HTML
543 lines (476 loc) · 28.5 KB
/
CART.HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<html>
<head>
<title>ekka-Cart</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" EKKA, your number one source for all outfits. We're dedicated to giving you the very best of product, with a focus on best quality, satisfy shopping;">
<meta name="keywords" content="online shopping, shopping cart, ecommerce platforms, digital marketing, sales, offer, top collection,">
<meta name="author" content="Anjani">
<link href="css/bootstrap 5.13.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/x-icon" href="images/logo-copy.png">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<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=Monoton&display=swap" rel="stylesheet">
</head>
<body>
<div class="social-media">
<div class="container">
<div class="row pt-2">
<div class="col-sm-4">
<a href="#"><i class="fab fa-facebook-f p-2 bg-light rounded-circle text-gray mr-1"></i></a>
<a href="#"> <i class="fab fa-twitter p-2 bg-light rounded-circle text-gray mr-1"></i></a>
<a href="#"> <i class="fab fa-instagram p-2 bg-light rounded-circle text-gray mr-1"></i></a>
<a href="#"><i class="fab fa-linkedin-in p-2 bg-light rounded-circle text-gray mr-1"></i></a>
</div>
<div class="col-sm-4 pt-2">
<p class="text-center text-muted">FREE SHIPING THIS WEEEKORDER OVER - $75</p>
</div>
<div class="col-sm-4">
<nav class="navbar navbar-expand-sm justify-content-end mr-auto">
<ul class="navbar-nav dropdown">
<li class="nav-item dropdown"><a class="nev-link dropdown-toggle text-decoration-none text-muted mx-3" href="#" id="navbardropdownmenulink" role="button" data-bs-toggle="dropdown" aria-expanded="false">CURRENCY</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">INR</a></li>
<li><a class="dropdown-item" href="#">USD</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nev-link dropdown-toggle text-decoration-none text-muted mx-3" href="#" id="navbardropdownmenulink" role="button" data-bs-toggle="dropdown" aria-expanded="false">LANGUAGE</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">Japanese</a></li>
<li><a class="dropdown-item" href="#">Russian</a></li>
<li><a class="dropdown-item" href="#">Italian</a></li>
<li><a class="dropdown-item" href="#">French</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-------------------navbar logo section-------------------------->
<nav class="navbar navbar-expand-sm p-0 border border-bottom bg-white py-2">
<div class="container">
<a class="navbar-brand col-sm-3" href="index.html"><img src="images/logo.png" alt="logo" class="img-fluid" width="90px"> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse1">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse col-sm-9" id="navbarCollapse1">
<form class="d-flex w-100 justify-content-center">
<input class="form-control me-2 mt-2" type="search" placeholder="Enter your product name..." aria-label="Search">
<button class="btn btn-outline-success mt-2" type="submit">Search</button>
</form>
<ul class="navbar-nav text-uppercase justify-content-end mr-auto w-100">
<li><a class="nav-link text-muted" href="login.html"><i class="far fa-user fs-1"></i></a></li>
<li><a class="nav-link text-muted" href="#"><i class="far fa-heart fs-1"></i>
<span class="bg-secondary badge rounded-circle badge-notification ">1</span></a>
</li>
<li><a class="nav-link text-muted" href="CART.HTML"><i class="fas fa-cart-plus fs-1"></i></a></li>
</ul>
</div>
</div>
</nav>
<!-----------------menu bar section--------------------->
<nav class="navbar navbar-expand-sm NAVBAR-LIGHT">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar2">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar2">
<ul class="navbar-nav text-uppercase justify-content-center mr-auto w-100 ">
<li class="nav-item fw-bold"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="about.html">About Us</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="product.html">Product</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="compare.html">Categories</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="adver.html">others</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="blog.html">blog</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="shop.html">Shop</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="faq.html">FAQs</a></li>
<li class="nav-item fw-bold"><a class="nav-link" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="--bs-breadcrumb-divider: '>>';">
<div class="container">
<div class="col-sm-3">
<a class="navbar-brand fs-6 fw-bold text-gray" href="#">Cart</a>
</div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb mb-0 py-2">
<li class="breadcrumb-item">
<a class="text-dark text-decoration-none" href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">
<a class="text-decoration-none" href="#">Cart</a>
</li>
</ol>
</nav>
</div>
</nav>
<!----------------cart section------------------->
<div class="cart">
<div class="container">
<div class="row mt-5">
<div class="col-sm-8 mt-5">
<table class="table table-hover border">
<thead>
<tr>
<th>Products</th>
<th>Price</th>
<th>Quantity</th>
<th>Total</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>
<div class="row mx-0 my-2">
<div class="col-sm-2">
<img src="../ekka/images/cart-1.jpg" alt="Stylish Baby Shoes" class="img-fluid">
</div>
<div class="col-sm-10">
<h6 class="py-3 mb-0 text-gray">Stylish Baby Shoes</h6>
</div>
</div>
</th>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$56.00 </h6>
</td>
<td style="width: 10%;">
<input type="number" class="form-control my-3" placeholder="1">
</td>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$56.00 </h6>
</td>
<td>
<a href="#"><i class="far fa-trash-alt text-gray fs-5 py-3 my-2"></i></a>
</td>
</tr>
<tr>
<th>
<div class="row mx-0 my-2">
<div class="col-sm-2">
<img src="../ekka/images/cart-2.jpg" alt="Full Sleeves T-shrit " class="img-fluid">
</div>
<div class="col-sm-10">
<h6 class="py-3 mb-0 text-gray">Full Sleeves T-shrit (men)</h6>
</div>
</div>
</th>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$90.00 </h6>
</td>
<td style="width: 10%;">
<input type="number" class="form-control my-3" placeholder="1">
</td>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$90.00 </h6>
</td>
<td>
<a href="#"><i class="far fa-trash-alt text-gray fs-5 py-3 my-2"></i></a>
</td>
</tr>
<tr>
<th>
<div class="row mx-0 my-2">
<div class="col-sm-2">
<img src="../ekka/images/cart-3.jpg" alt="Full Sleeves T-shrit" class="img-fluid">
</div>
<div class="col-sm-10">
<h6 class="py-3 mb-0 text-gray">Full Sleeves T-shrit (women)</h6>
</div>
</div>
</th>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$100.00 </h6>
</td>
<td style="width: 10%;">
<input type="number" class="form-control my-3" placeholder="1">
</td>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$100.00 </h6>
</td>
<td>
<a href="#"><i class="far fa-trash-alt text-gray fs-5 py-3 my-2"></i></a>
</td>
</tr>
<tr>
<th>
<div class="row mx-0 my-2">
<div class="col-sm-2">
<img src="../ekka/images/cart-4.jpg" alt="Trending Hat " class="img-fluid">
</div>
<div class="col-sm-10">
<h6 class="py-3 mb-0 text-gray">Trending Hat</h6>
</div>
</div>
</th>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$70.00 </h6>
</td>
<td style="width: 10%;">
<input type="number" class="form-control my-3" placeholder="2">
</td>
<td>
<h6 class="py-3 mb-0 text-gray my-2">$140.00 </h6>
</td>
<td>
<a href="#"><i class="far fa-trash-alt text-gray fs-5 py-3 my-2
"></i></a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4 mt-5">
<div class="accordion border p-3">
<h4 class="fw-light">Summary</h4>
<div class="accordion-item border-0">
<h2 class="accordion-header border-bottom" id="headingOne">
<button class="accordion-button bg-white fw-bold px-0 text-dark" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Estimate Shopping
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body px-0">
<p class=" text-muted">Enter your destination to get shopping estimate</p>
<label class="form-label fw-bold text-gray">Country*</label>
<select class="form-select mb-3 text-gray rounded-0">
<option selected>United States</option>
<option value="1">Country 1</option>
<option value="2">Country 2</option>
<option value="3">Country 3</option>
<option value="1">Country 4</option>
<option value="2">Country 5</option>
</select>
<label class="form-label fw-bold text-gray mt-3">State/Province</label>
<select class="form-select mb-3 text-gray rounded-0">
<option selected>Please select a State,Province</option>
<option value="1">State/Province 1</option>
<option value="2">State/Province 2</option>
<option value="3">State/Province 3</option>
<option value="1">State/Province 4</option>
<option value="2">State/Province 5</option>
</select>
<label class="form-label fw-bold text-gray mt-3">Zip/Postal code</label>
<input class="form-control rounded-0" type="text" placeholder="Zip/Postal code">
</div>
</div>
</div>
<table class="table table-borderless text-gray">
<tr>
<td>Sub-total</td>
<td class="text-end fw-bold">$80.00</td>
</tr>
<tr>
<td>Delivery Charges</td>
<td class="text-end">$80.00</td>
</tr>
<tr class="border-bottom">
<td>Coupan Discount</td>
<td class="text-end text-danger pb-4 fw-bold">Apply Coupan</td>
</tr>
<tr>
<th class="fw-bold">Total Amount</th>
<td class="text-end">$80.00</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<!--------------NEW ARRIVALS-------------------->
<div class="new-arrivals">
<div class="container">
<div class="row my-5 ">
<h2 class="text-center text-gray fw-bold mt-5">New Arrivals</h2>
<p class="text-center text-muted text-capitalize pb-3">Browse the collection of top products</p>
<div class="col-sm-3 mb-3">
<div class="card border-0">
<img src="images/full-sleeve.png" alt="Full Sleeve Cap T-Shrit" class="img-fluid">
<p class=" position-absolute bg-danger px-4 py-1 text-light fw-bold mt-3 border-start-0 rounded-pill">SALE</p>
<div class="card-body px-0">
<div class="card-title text-muted"><h6>Full Sleeve Cap T-Shrit</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$100.00 </del><strong>$70.00</strong></a>
<div class="size">
<DIV class="ROW">
<h6 class="col-sm-4">
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-dARK"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
<ul class="list-inline COL-SM-8">
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">S</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">M</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XL</a></li>
<li class="list-inline-item fw-bold"><a class="text-decoration-none TEXT-MUTED BORDER PY-1 PX-2 BG-LIGHT" href="#">XL</a></li>
</ul>
</DIV>
</div>
</div>
</div>
</div>
<div class="col-sm-3 mb-3">
<div class="card border-0">
<img src="images/CLASSIC-BAG.png" alt="Classic Leather Purse" class="img-fluid">
<div class="card-body px-0">
<div class="card-title text-muted"><h6>Classic Leather Purse</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$100.00 </del><strong>$80.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-dARK"></i></a>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
</h6>
</div>
</div>
</div>
<div class="col-sm-3 mb-3">
<div class="card border-0">
<img src="images/FANCY-SANDAL.png" alt="Fancy Ladies Sandal" class="img-fluid">
<p class=" position-absolute bg-primary px-4 py-1 text-light fw-bold mt-3 border-start-0 rounded-pill top-0 end-0">20%</p>
<div class="card-body px-0">
<div class="card-title text-muted"><h6>Fancy Ladies Sandal</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$100.00 </del><strong>$80.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-dARK"></i></a>
<a href="#"><i class="fas fa-circle text-warning"></i></a>
</h6>
</a>
</div>
</div>
</div>
<div class="col-sm-3 mb-3">
<div class="card border-0">
<img src="images/BACKPACK.png" alt="Women Leather Backpack" class="img-fluid">
<div class="card-body px-0">
<div class="card-title text-muted"><h6>Women Leather Backpack</h6></div>
<p class="text-warning m-0">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star text-secondary"></i>
</p>
<a href="#" class="text-black text-decoration-none"><del>$80.00 </del><strong>$50.00</strong></a>
<h6>
<a href="#"><i class="fas fa-circle text-danger"></i></a>
<a href="#"><i class="fas fa-circle text-info"></i></a>
<a href="#"><i class="fas fa-circle text-dARK"></i></a>
<a href="#"><i class="fas fa-circle text-warning"></i></a>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!---------------contest------------------>
<div class="contest">
<div class="container">
<p class="text-center bg-gray text-light py-2 mt-5">Win a Contest! Get this limited edition <a class="text-light" href="#" >View Detail</a></p>
</div>
</div>
<!----------------------------footer section---------------------------->
<div>
<div class="container">
<div class="row mt-5 mr-0 border-bottom border-muted pb-5">
<div class="col-sm-3 pl-5">
<img src="images/logo.png" alt="ekka-logo">
<p class=" mt-3"><a href="#" class="text-capitalize text-secondary text-decoration-none">71 Pilgrim avenue chevy chase, east california.</a></p>
<p><a href="tel:+123 456 78" class="text-secondary text-decoration-none"><strong>Call Us:</strong> +123 456 789</a></p>
<p><a href="mailto:ekka@gmail.com" class="text-secondary text-decoration-none"><strong>Email:</strong> ekka@gmail.com</a></p>
</div>
<div class="col-sm-2">
<h3><a href="#" class="text-gray text-decoration-none">Information</a></h3>
<ul class="list-inline text-capitalize">
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> about us </li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> FAQ </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none">delivery information </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> contact us </a></li>
</ul>
</div>
<div class="col-sm-2">
<h3><a href="#" class="text-gray text-decoration-none">Account</a></h3>
<ul class="list-inline text-capitalize">
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> my account </li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> order history </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none">wish list </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> specials </a></li>
</ul>
</div>
<div class="col-sm-2">
<h3><a href="#" class="text-gray text-decoration-none">Services</a></h3>
<ul class="list-inline text-capitalize">
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> discount returns </li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> policy & policy </a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> customer service</a></li>
<li class="pb-2"><a href="#" class="h6 text-secondary text-decoration-none"> terms & conditions </a></li>
</ul>
</div>
<div class="col-sm-3 pr-5">
<h3><a href="#" class="text-gray text-decoration-none ">Newsletter</a></h3>
<p class=" mt-3 "><a href="#" class=" text-secondary text-decoration-none ">Get instant updates about our new products and special promos!</a></p>
<input type="text" placeholder="Enter your email here....." class="form-control">
</div>
</div>
</div>
</div>
<!-------------------------------------copyright section---------------------------->
<div class="footer-icon">
<div class="container">
<div class="row ml-4 mt-2 pb-1 mr-0">
<div class="col-sm-4">
<a href="#"><i class="fab fa-facebook-f p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
<a href="#"> <i class="fab fa-twitter p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
<a href="#"> <i class="fab fa-instagram p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
<a href="#"><i class="fab fa-linkedin-in p-2 bg-secondary rounded-circle text-light mr-1"></i></a>
</div>
<div class="col-sm-4">
<a href="#" class="text-decoration-none"><p class="text-center text-muted ">Copyright 2021-2022 EKKA. All Rights Reserved</p></a>
</div>
<div class="col-sm-4 pr-5">
<ul class="list-inline text-right ">
<li class="list-inline-item border p-1" ><a href="#"> <img src="images/visa.png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/master-card.png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/phone-pay.png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/maestro..png" width="50px" height="25px"> </a></li>
<li class="list-inline-item border p-1"><a href="#"> <img src="images/skrill.png" width="50px" height="25px"> </a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="js/javascript.5.13.min.js"></script>