-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.html
475 lines (419 loc) · 26.8 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
<!DOCTYPE html>
<html dir="rtl" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.rtl.min.css">
<link rel="stylesheet" href="./node_modules/bootstrap-icons/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="./styles/css/cart.css">
<link rel="icon" href="./images/icons/icon-tab.png">
<!-- Primary Meta Tags -->
<title> سبد خرید - لایف اسپرت </title>
<meta name="title" content="فروشگاه اینترنتی لایف اسپرت">
<meta name="description"
content="سایت لایف اسپرت برای خریداری راحت و امن لوازم وررزشی در هر رشته هست که میتوانید از این سایت استفاده کنید">
<meta name="keywords" content="لایف اسپرت, خرید لوازم ورزشی, ورزشی, خدمات ورزشی, lifesports"">
<!-- Open Graph / Facebook -->
<meta property=" og:type" content="website">
<meta property="og:url" content="http://lifesports.iapp.ir">
<meta property="og:title" content="فروشگاه اینترنتی لایف اسپرت">
<meta property="og:description"
content="سایت لایف اسپرت برای خریداری راحت و امن لوازم وررزشی در هر رشته هست که میتوانید از این سایت استفاده کنید">
<meta property="og:image" content="./images/icons/lifesports.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://lifesports.iapp.ir">
<meta property="twitter:title" content="فروشگاه اینترنتی لایف اسپرت">
<meta property="twitter:description"
content="سایت لایف اسپرت برای خریداری راحت و امن لوازم وررزشی در هر رشته هست که میتوانید از این سایت استفاده کنید">
<meta property="twitter:image" content="./images/icons/lifesports.png">
<meta name="description"
content="سایت لایف اسپرت برای خریداری راحت و امن لوازم وررزشی در هر رشته هست که میتوانید از این سایت استفاده کنید">
<meta name="keywords" content="لایف اسپرت, خرید لوازم ورزشی, ورزشی, خدمات ورزشی, lifesports">
</head>
<body class="hidden-content">
<div class="loader w-100 bg-light d-grid justify-content-center align-items-center">
<div class="custom-loader"></div>
</div>
<header class="fixed-top">
<!-- Topbar Menu -->
<nav class="topbar b-radius-l mx-3 py-2 bg-white">
<div class="container-fluid">
<div class="topbar-content d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center lifesports me-2 me-sm-3">
<a href="/">
<img src="./images/icons/lifesports.png" class="lifesports-icon img-fluid" alt="lifesports">
</a>
</div>
<div class="left-topbar-side d-flex">
<a href="./cart.html" class="text-decoration-none position-relative">
<span class="position-absolute top-0 start-0 badge rounded-pill count-cart fs-8 fw-300">
9+
<span class="visually-hidden">unread messages</span>
</span>
<i
class="bi bi-basket3-fill fs-4 text-white cart-icon pt-2 pb-1 d-block px-3 px-sm-4 b-radius-l"></i>
</a>
<div class="login-register-user ms-2 ms-md-3">
<a href="./login.html" type="text"
class="btn bg-light btn-login-register-user fs-7 b-radius-s w-100 d-flex align-items-center">
<i class="bi bi-person-fill fs-4 me-0 me-md-1"></i>
<span class="d-none d-md-block">ثبت نام / ورود </span>
</a>
</div>
</div>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg b-radius-l px-sm-2 mx-3 bg-theme py-2 align-items-center d-flex">
<div class="container-fluid">
<!-- Navbar at PC And LapTop Device -->
<div class="collapse navbar-collapse d-none d-lg-block f-lalezar" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item b-radius-m me-1 p-0">
<a class="nav-link px-4 text-white fs-6" aria-current="page" href="./index.html">خانه</a>
</li>
<li class="nav-item b-radius-m me-1 p-0">
<a class="nav-link px-4 text-white fs-6" href="./shop.html">فروشگاه</a>
</li>
<li class="nav-item dropdown b-radius-m me-1 p-0">
<a class="nav-link px-4 text-white fs-6 dropdown-toggle" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
دسته بندی کالاها
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item py-2" href="./shop.html?category=لباس ورزشی"> لباس ورزشی
</a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=کفش ورزشی"> کفش ورزشی </a>
</li>
<li><a class="dropdown-item py-2" href="./shop.html?category=توپ ورزشی"> توپ ورزشی </a>
</li>
<li><a class="dropdown-item py-2" href="./shop.html?category=گرم کن ورزشی"> گرم کن ورزشی
</a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=ساک ورزشی"> ساک ورزشی </a>
</li>
<li><a class="dropdown-item py-2" href="./shop.html?category=لوازم بزرگ ورزشی"> لوازم
بزرگ ورزشی</a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=لوازم کوچک ورزشی"> لوازم
کوچک ورزشی</a></li>
<li><a class="dropdown-item py-2" href="./shop.html"> سایر کالاها </a></li>
</ul>
</li>
<li id="special-institutions-btn-menu" class="nav-item b-radius-m me-1 p-0">
<a href="./index.html#special-institutions" class="nav-link px-4 text-white fs-6"
aria-disabled="true">پیشنهادات</a>
</li>
<li class="nav-item b-radius-m me-1 p-0">
<a class="nav-link px-4 text-white fs-6" href="./about-us.html">درباره ما</a>
</li>
</ul>
</div>
<!-- Navbar at Tablet And Phone Device -->
<div class="d-block d-lg-none">
<button class="btn btn-navbar-toggle" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasRight" aria-controls="offcanvasRight">
<div class="bg-white btn-navbar-toggle-item rounded-pill"></div>
<div class="bg-white btn-navbar-toggle-item rounded-pill my-1"></div>
<div class="bg-white btn-navbar-toggle-item rounded-pill"></div>
</button>
<div class="offcanvas offcanvas-start pb-3" tabindex="-1" id="offcanvasRight"
aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<div class="offcanvas-photo text-center">
<a href="/">
<img src="./images/icons/lifesports.png" class="offcanvas-title w-75"
alt="lifesports">
</a>
</div>
<button type="button" class="btn btn-close-navbar me-1 bg-theme text-white circle p-1 px-2"
data-bs-dismiss="offcanvas" aria-label="Close">
<i class="bi bi-x-lg fs-4"></i>
</button>
</div>
<div class="offcanvas-body text-start px-1">
<ul class="f-lalezar m-0 p-0">
<li class="fs-5 mb-2 nav-item rounded-pill bg-light"><a href="/"
class="nav-link px-3 py-2">
<i class="bi bi-house me-1"></i>
خانه</a> </li>
<li class="fs-5 my-2 nav-item rounded-pill bg-light"><a href="./shop.html"
class="nav-link px-3 py-2">
<i class="bi bi-shop me-1"></i>
فروشگاه</a> </li>
<li class="fs-5 my-2 nav-item rounded-pill bg-light"><a href="./about-us.html"
class="nav-link px-3 py-2">
<i class="bi bi-people me-1"></i>
درباره ما </a></li>
<li class="fs-5 my-2 nav-item rounded-pill bg-light"><a href="./about-us.html"
class="nav-link px-3 py-2">
<i class="bi bi-chat-text me-1"></i>
ارتباط با ما </a></li>
<li class="nav-item rounded-pill bg-light dropdown">
<a class="nav-link fs-5 px-3 py-2 dropdown-toggle" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
<i class="bi bi-list me-1"></i>
دسته بندی کالاها
</a>
<ul class="dropdown-menu submenu-category bg-light mt-2">
<li><a class="dropdown-item py-2" href="./shop.html?category=لباس ورزشی">
لباس ورزشی </a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=کفش ورزشی"> کفش
ورزشی </a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=توپ ورزشی"> توپ
ورزشی </a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=گرم کن ورزشی">
گرم کن ورزشی </a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=ساک ورزشی"> ساک
ورزشی </a></li>
<li><a class="dropdown-item py-2" href="./shop.html?category=لوازم بزرگ ورزشی">
لوازم بزرگ ورزشی</a>
</li>
<li><a class="dropdown-item py-2" href="./shop.html?category=لوازم کوچک ورزشی">
لوازم کوچک ورزشی</a>
</li>
<li><a class="dropdown-item py-2" href="./shop.html"> سایر کالاها </a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="search-product position-relative">
<input type="text" placeholder="جستجوی کالا ..."
class="form-control bg-light b-radius-s search-product-input fs-7">
<button class="position-absolute b-radius-s btn-search d-flex px-3 py-2 fs-5 top-0">
<i class="bi bi-search text-white"></i>
</button>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="breadcrumb-content my-5 fs-7">
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item" aria-current="page"> <a href="/"
class="text-decoration-none"> لایف
اسپرت </a></li>
<li class="breadcrumb-item active"> سبد خرید </li>
</ol>
</nav>
</div>
<div class="cart-wrapper b-radius-m bg-white px-3 px-sm-5 py-5">
<!-- Topbar Cart -->
<div class="cart-count b-radius-m p-4 text-white d-flex align-items-center bg-secondary-400">
<div class="right-section-count d-inline-block">
<i class="bi bi-cart text-success bg-white rounded-pill px-3 py-2 fs-5 fw-bold"></i>
</div>
<div class="left-section-count d-inline-block ms-3">
<span class=""> تعداد محصولات </span>
<br>
<span class="f-lalezar fs-5"> 2 محصول </span>
</div>
</div>
<div class="show-section">
<!-- Delete All Products Cart -->
<div class="row mt-5">
<button class="btn btn-danger btn-delete-all-products"> حذف همه </button>
</div>
<!-- Products in Cart -->
<div class="products-cart mt-4">
<div class="row px-2">
<div class="col-12 mt-4 products px-3 px-lg-0 pb-3 pb-lg-0 b-radius-m position-relative">
<button
class="position-absolute rounded-pill top-0 start-0 badge delete-product-cart px-3 py-2 m-2 m-sm-3 text-danger fs-7 fw-300">
حذف
<span class="visually-hidden">unread messages</span>
</button>
<span
class="position-absolute top-0 end-0 badge value-discount-off py-2 px-3 bg-danger fs-6 f-lalezar fw-300">
50%
<span class="visually-hidden">unread messages</span>
</span>
<div class="row align-items-center">
<div class="col-12 col-lg-3 text-center">
<a href="./product-info.html">
<img src="./images/products/man-sports-sweatshirt1.png" alt="Product Imgage"
class="img-fluid p-3 product-image">
</a>
</div>
<div class="col-12 col-sm-8 col-lg-6">
<div class="title mb-4">
<a href="./product-info.html"
class="text-decoration-none color-dark d-block product-title f-lalezar">
سویشرت ورزشی مردانه 1991 اس دبلیو مدل GK1920 NB
</a>
</div>
<div class="product-price">
<span class="discount text-danger text-decoration-line-through me-3 fs-7">
150,000,000
</span>
<span class="price text-success fs-5 f-lalezar">
150,000,000
<span class="color-dark fs-7 title-price"> تومان </span>
</span>
</div>
</div>
<div class="col-12 col-sm-4 col-lg-3 mt-3 mt-sm-0">
<div class="add-minus-product-count d-flex align-items-center f-lalezar">
<button class="fs-1 minus-count color-dark">-</button>
<span class="fs-3 px-5 px-sm-4 px-md-5">1</span>
<button class="fs-1 add-count color-dark">+</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bottombar Cart -->
<div class="cart-infos mt-5">
<!-- Discount Code -->
<div class="row">
<div class="col-12">
<input type="text"
class="rounded-pill form-control input-discount-code d-inline-block bg-light py-2 fs-7 px-4"
placeholder="کد تخفیف...">
<button
class="btn bg-theme text-white rounded-pill fs-7 f-lalezar py-2 px-3 px-sm-4 btn-accept-discount-code">
اعمال کد تخفیف </button>
</div>
</div>
<!-- Cart Infos -->
<div class="row mt-5 align-items-center">
<div class="col-12 col-md-8">
<div
class="total-price py-2 py-md-3 py-lg-1 px-2 px-lg-4 b-radius-s d-flex justify-content-between align-items-center">
<span class="fw-bold title-total">
جمع کل سبد خرید
</span>
<span class="f-lalezar fs-1 total-price-cart">
150,000,000
<span class="fs-6"> تومان </span>
</span>
</div>
</div>
<div class="col-12 col-md-4 mt-2 mt-md-0">
<a href="./order.html"
class="btn w-100 b-radius-s btn-continue-order f-lalezar text-white p-3 fs-5 px-0">
ادامه خرید و ثبت سفارش
</a>
</div>
</div>
<!-- EmptyBag Message -->
<!-- <div class="emptybag-message text-center">
<img src="./images/icons/emptybag.png" class="img-fluid" alt="emptybag">
<p class="fw-bold"> سبد خرید شما خالی است </p>
<a href="./shop.html" class="btn go-shop text-center text-white f-lalezar">
بازگشت به فروشگاه
</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
<footer class="mt-5">
<section class="section-one px-3 text-white">
<div class="row">
<div class="col-12 col-lg-6">
<h3 class="f-lalezar"> لایف اسپرت </h3>
<p class="mt-4">
سایت فروشگاه آنلاین لایف اسپرت برای فروش لوازم ورزشی هست که میتوانید خیلی
راحت محصول خود را یافته و آن را سفارش بدید و از آن استفاده کنید تمام چیز هایی ورزشی که میخواهید
میتوانید در این سایت پیدا کنید ما در لایف اسپرت تضمین کیفیت کالاها رو به شما میدیم و سعی میکنیم
از شما رضایت 100 در صدی داشته باشیم ما در لایف اسپرت این تضمین رو میدیم که خیلی راحت انتخاب کنید
چون ما به شما مشاوره رایگان و تحویل محصول درب منزل و مرجوع کردن کالا رو میدیم تا شما مشتری عزیز
با خیال راحت و آسوده محصول مورد نظر خود را سفارش دهید
</p>
</div>
<div class="col-12 col-lg-5 offset-lg-1 text-start">
<div class="row mt-5 mt-lg-0">
<div class="col-6 col-sm-4">
<h5 class="text-theme mb-4 title-item-footer"> دسترسی سریع </h5>
<ul class="text-start p-lg-0">
<li class="mb-3">
<a href="./shop.html" class="text-decoration-none text-white fs-7"> فروشگاه </a>
</li>
<li class="mb-3">
<a href="./index.html#special-institutions"
class="text-decoration-none text-white fs-7">
پیشنهادات </a>
</li>
<li class="mb-3">
<a href="./about-us.html#contact-us-scroll"
class="text-decoration-none text-white fs-7" id="contact-us"> ارتباط با ما
</a>
</li>
<li>
<a href="./about-us.html" class="text-decoration-none text-white fs-7"> درباره ما
</a>
</li>
</ul>
</div>
<div class="col-6 col-sm-4">
<h5 class="text-theme mb-4 title-item-footer"> با لایف اسپرت </h5>
<ul class="text-start">
<li class="mb-3">
<a class="text-decoration-none text-white fs-7" style="cursor: default;"> ضمانت کالا
</li>
<li class="mb-3">
<a class="text-decoration-none text-white fs-7" style="cursor: default;"> تحویل درب
منزل </a>
</li>
<li class="mb-3">
<a class="text-decoration-none text-white fs-7" style="cursor: default;"> تخفیفات
ویژه </a>
</li>
<li class="mb-3">
<a class="text-decoration-none text-white fs-7" style="cursor: default;"> امکان
مرجوع کالا </a>
</li>
<li>
<a class="text-decoration-none text-white fs-7" style="cursor: default;"> پشتیبانی
24 ساعته </a>
</li>
</ul>
</div>
<div class="col-6 col-sm-4">
<h5 class="text-theme mb-4 title-item-footer"> ارتباط با ما </h5>
<ul class="text-start">
<li class="mb-3">
<a href="#" class="text-decoration-none text-white fs-7"> اینستاگرام </a>
</li>
<li class="mb-3">
<a href="#" class="text-decoration-none text-white fs-7"> تلگرام </a>
</li>
<li class="mb-3">
<a href="#" class="text-decoration-none text-white fs-7"> ایمیل </a>
</li>
<li>
<a href="#" class="text-decoration-none text-white fs-7"> شماره تماس </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section-two">
<div class="px-3 d-grid justify-content-center">
<img src="./images/gallery-items/gallery-item6.png" alt="gallery-item6" class="footer-image img-fluid">
</div>
<div class="caption-footer-img text-center mb-4">
<span class="f-lalezar fs-5"> ۷ روز هفته، ۲۴ ساعته پاسخگوی شما هستیم </span>
</div>
<div class="text-center mb-4">
<img src="./images/icons/namad.png" alt="namad">
</div>
<div class="text-center mb-2">
<span>
تمام حقوق برای لایف اسپرت محفوظ است
</span>
</div>
</section>
</footer>
<script src="./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="./js/features/loader.js"></script>
</body>
</html>