-
Notifications
You must be signed in to change notification settings - Fork 2
/
_shop.html
911 lines (793 loc) · 51.7 KB
/
_shop.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
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Carserv - Auto Repair bootstrap 5 Template</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico">
<!-- CSS
============================================ -->
<!-- Icon Font CSS -->
<link rel="stylesheet" href="assets/css/plugins/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/plugins/icofont.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/css/plugins/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/plugins/animate.min.css">
<link rel="stylesheet" href="assets/css/plugins/jquery-ui.min.css">
<link rel="stylesheet" href="assets/css/plugins/select2.min.css">
<link rel="stylesheet" href="assets/css/plugins/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/plugins/aos.css">
<!-- Main Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!--====== Use the minified version files listed below for better performance and remove the files listed above ======-->
<!-- <link rel="stylesheet" href="assets/css/vendor/plugins.min.css">
<link rel="stylesheet" href="assets/css/style.min.css"> -->
</head>
<body>
<div class="main-wrapper">
<!-- Header Section Start -->
<div class="section header-section">
<!-- Header top Start -->
<div class="header-top d-none d-lg-block">
<div class="container">
<!-- Header top Wrapper Start -->
<div class="header-top-wrapper">
<!-- Header top Wrapper Start -->
<div class="header-top-info">
<p>328D, Marid Drive, Ackloand</p>
<p>Call us: <a href="+12025256214">+12(025) 256 214</a></p>
</div>
<!-- Header top Wrapper End -->
<!-- Header top Wrapper Start -->
<div class="header-top-btn">
<a href="login.html">Login</a>
<a href="register.html">Register</a>
</div>
<!-- Header top Wrapper End -->
</div>
<!-- Header top Wrapper End -->
</div>
</div>
<!-- Header top End -->
<!-- Header Main Start -->
<div class="header-main">
<div class="container">
<!-- Header Main Start -->
<div class="header-main-wrapper">
<!-- Header Logo Start -->
<div class="header-logo">
<a href="index.html"><img src="assets/images/logo.png" alt="Logo"></a>
</div>
<!-- Header Logo End -->
<!-- Header Menu Start -->
<div class="primary-menu d-none d-lg-block">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Services</a>
<ul class="sub-menu">
<li><a href="service.html">Services</a></li>
<li><a href="service-details.html">Services Details</a></li>
</ul>
</li>
<li>
<a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop-grid.html">Shop Grid</a></li>
<li><a href="shop-left-sidebar.html">Shop left Sidebar</a></li>
<li><a href="shop-right-sidebar.html">Shop Right Sidebar</a></li>
<li><a href="product-details-left-sidebar.html">Product Details Left Sidebar</a></li>
<li><a href="product-details-right-sidebar.html">Product Details Right Sidebar</a></li>
</ul>
</li>
<li>
<a href="#">Pages </a>
<ul class="sub-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="compare.html">Compare</a></li>
<li><a href="wishlist.html">Wishlist</a></li>
<li><a href="empty-cart.html">Empty Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="my-account.html">My Account</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="project-gallery.html">Project Gallery</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="our-team.html">Team</a></li>
<li><a href="team-profile.html">Team Profile</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-error.html">404 Error</a></li>
</ul>
</li>
<li>
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-left-sidebar.html">Blog Left Sidebar</a></li>
<li><a href="blog-right-sidebar.html">Blog Right Sidebar</a></li>
<li><a href="blog-details-left-sidebar.html">Blog Details Left Sidebar</a></li>
<li><a href="blog-details-right-sidebar.html">Blog Details Right Sidebar</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Header Menu End -->
<!-- Header Meta Start -->
<div class="header-meta">
<div class="meta-dropdown dropdown">
<button class="toggle" data-bs-toggle="dropdown">
<i class="icofont-shopping-cart"></i>
<span class="count">3</span>
</button>
<div class="dropdown-menu dropdown-cart">
<!-- Cart Content Start -->
<div class="cart-content">
<ul>
<li>
<!-- Single Cart Item Start -->
<div class="single-cart-item">
<div class="cart-thumb">
<img src="assets/images/mini-cart/cart-1.jpg" alt="Cart">
<span class="product-quantity">1x</span>
</div>
<div class="cart-item-content">
<h6 class="product-name"><a href="product-details-left-sidebar.html">Madden by Steve Madden Cale 6</a></h6>
<span class="product-price">$19.12</span>
<div class="attributes-content">
<span><strong>Color:</strong> White </span>
</div>
<button class="cart-remove"><i class="icofont-close-line"></i></button>
</div>
</div>
<!-- Single Cart Item End -->
</li>
<li>
<!-- Single Cart Item Start -->
<div class="single-cart-item">
<div class="cart-thumb">
<img src="assets/images/mini-cart/cart-2.jpg" alt="Cart">
<span class="product-quantity">1x</span>
</div>
<div class="cart-item-content">
<h6 class="product-name"><a href="product-details-left-sidebar.html">New Balance Fresh Foam LAZR v1 Sport</a> </h6>
<span class="product-price">$19.12</span>
<div class="attributes-content">
<span><strong>Color:</strong> White </span>
</div>
<button class="cart-remove"><i class="icofont-close-line"></i></button>
</div>
</div>
<!-- Single Cart Item End -->
</li>
<li>
<!-- Single Cart Item Start -->
<div class="single-cart-item">
<div class="cart-thumb">
<img src="assets/images/mini-cart/cart-3.jpg" alt="Cart">
<span class="product-quantity">1x</span>
</div>
<div class="cart-item-content">
<h6 class="product-name"><a href="product-details-left-sidebar.html">Water and Wind Resistant Insulated Jacket</a></h6>
<span class="product-price">$19.12</span>
<div class="attributes-content">
<span><strong>Color:</strong> White </span>
</div>
<button class="cart-remove"><i class="icofont-close-line"></i></button>
</div>
</div>
<!-- Single Cart Item End -->
</li>
</ul>
</div>
<!-- Cart Content End -->
<!-- Cart Price Start -->
<div class="cart-price">
<div class="cart-subtotals">
<div class="price-inline">
<span class="label">Subtotal</span>
<span class="value">$42.70</span>
</div>
<div class="price-inline">
<span class="label">Shipping</span>
<span class="value">$7.00</span>
</div>
<div class="price-inline">
<span class="label">Taxes</span>
<span class="value">$0.00</span>
</div>
</div>
<div class="cart-total">
<div class="price-inline">
<span class="label">Total</span>
<span class="value">$49.70</span>
</div>
</div>
</div>
<!-- Cart Price Start -->
<div class="checkout-btn">
<a href="checkout.html" class="btn btn-outline-dark btn-hover-primary d-block">Checkout</a>
</div>
</div>
</div>
<div class="header-search d-none d-lg-block">
<form action="#">
<input type="text" placeholder="Search">
<button><i class="icofont-search-2"></i></button>
</form>
</div>
<div class="header-toggle d-lg-none">
<button class="menu-toggle" data-bs-toggle="offcanvas" data-bs-target="#offcanvasExample">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
<!-- Header Meta End -->
</div>
<!-- Header Main End -->
</div>
</div>
<!-- Header Main End -->
</div>
<!-- Header Section End -->
<!-- Mobile Menu Start -->
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample">
<div class="offcanvas-header">
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<!-- Header top Info Start -->
<div class="header-top-info">
<p>328D, Marid Drive, Ackloand</p>
<p>Call us: <a href="+12025256214">+12(025) 256 214</a></p>
</div>
<!-- Header top Info End -->
<!-- Header top Button Start -->
<div class="header-top-btn">
<a href="login.html">Login</a>
<a href="register.html">Register</a>
</div>
<!-- Header top Button End -->
<!-- Header Search Start -->
<div class="header-search">
<form action="#">
<input type="text" placeholder="Search">
<button><i class="icofont-search-2"></i></button>
</form>
</div>
<!-- Header Search End -->
<!-- Mobile Menu Start -->
<div class="mobile-menu-items">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Services</a>
<ul class="sub-menu">
<li><a href="service.html">Services</a></li>
<li><a href="service-details.html">Services Details</a></li>
</ul>
</li>
<li>
<a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop-grid.html">Shop Grid</a></li>
<li><a href="shop-left-sidebar.html">Shop left Sidebar</a></li>
<li><a href="shop-right-sidebar.html">Shop Right Sidebar</a></li>
<li><a href="product-details-left-sidebar.html">Product Details Left Sidebar</a></li>
<li><a href="product-details-right-sidebar.html">Product Details Right Sidebar</a></li>
</ul>
</li>
<li>
<a href="#">Pages </a>
<ul class="sub-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="compare.html">Compare</a></li>
<li><a href="wishlist.html">Wishlist</a></li>
<li><a href="empty-cart.html">Empty Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="my-account.html">My Account</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="project-gallery.html">Project Gallery</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="our-team.html">Team</a></li>
<li><a href="team-profile.html">Team Profile</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-error.html">404 Error</a></li>
</ul>
</li>
<li>
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-left-sidebar.html">Blog Left Sidebar</a></li>
<li><a href="blog-right-sidebar.html">Blog Right Sidebar</a></li>
<li><a href="blog-details-left-sidebar.html">Blog Details Left Sidebar</a></li>
<li><a href="blog-details-right-sidebar.html">Blog Details Right Sidebar</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Mobile Menu End -->
</div>
</div>
<!-- Mobile Menu End -->
<!-- Page Banner Section Start -->
<div class="section page-banner-section" style="background-image: url(assets/images/page-banner-bg.png);">
<div class="container">
<!-- Page Banner Wrapper Start -->
<div class="page-banner-wrapper">
<!-- Page Banner Content Start -->
<div class="page-banner-content">
<!-- Section Title Start -->
<div class="section-title">
<h5 class="sub-title">Shop</h5>
<h2 class="main-title">Our <br> Product</h2>
</div>
<!-- Section Title End -->
<ul class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Shop</li>
</ul>
</div>
<!-- Page Banner Content End -->
<!-- Page Banner Images Start -->
<div class="page-banner-images">
<img src="assets/images/page-banner-4.png" alt="Page Banner">
</div>
<!-- Page Banner Images End -->
</div>
<!-- Page Banner Wrapper End -->
</div>
</div>
<!-- Page Banner Section End -->
<!-- Shop Section Start -->
<div class="section section-padding">
<div class="container">
<!-- Shop Wrapper Start -->
<div class="shop-wrapper">
<div class="row">
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="200">
<div class="product-image">
<span class="lable">25%</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-1.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">17 inch Rim 8 Lug</a></h3>
<div class="price">
<span class="sale-price">$215</span>
<span class="regular-price">$350</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="400">
<div class="product-image">
<span class="lable new">New</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-2.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Bilano V29 Engine</a></h3>
<div class="price">
<span class="sale-price">$3550</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="600">
<div class="product-image">
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-3.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Turbo Turbocharger</a></h3>
<div class="price">
<span class="regular-price">$235</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="200">
<div class="product-image">
<span class="lable">25%</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-4.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">BR-TX805 Disc Brake</a></h3>
<div class="price">
<span class="sale-price">$125</span>
<span class="regular-price">$210</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="400">
<div class="product-image">
<span class="lable">35%</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-5.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Stereo Audio System</a></h3>
<div class="price">
<span class="sale-price">$180</span>
<span class="regular-price">$270</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="600">
<div class="product-image">
<span class="lable new">New</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-6.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Stylish Steering</a></h3>
<div class="price">
<span class="sale-price">$230</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="200">
<div class="product-image">
<span class="lable new">New</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-7.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Air Intake Kit</a></h3>
<div class="price">
<span class="sale-price">$420</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="400">
<div class="product-image">
<span class="lable">55%</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-8.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Rearview Mirror</a></h3>
<div class="price">
<span class="sale-price">$75</span>
<span class="regular-price">$80</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
<div class="col-lg-4 col-sm-6">
<!-- Single Product Start -->
<div class="single-product" data-aos="fade-up" data-aos-delay="600">
<div class="product-image">
<span class="lable">25%</span>
<a href="product-details-right-sidebar.html"><img src="assets/images/shop/shop-9.jpg" alt="Product"></a>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Quick View" data-bs-toggle="modal" data-bs-target="#quickview"><i class="icofont-eye"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
</ul>
</div>
<div class="product-content">
<h3 class="name"><a href="product-details-right-sidebar.html">Sulex Multipayer </a></h3>
<div class="price">
<span class="sale-price">$135</span>
<span class="regular-price">$245</span>
</div>
</div>
</div>
<!-- Single Product End -->
</div>
</div>
</div>
<!-- Shop Wrapper End -->
<!-- Page Pagination Start -->
<div class="page-pagination">
<ul class="pagination justify-content-center">
<li><a href="#"><i class="fa fa-angle-left"></i></a></li>
<li><a class="active" href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li>...</li>
<li><a href="#">15</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i></a></li>
</ul>
</div>
<!-- Page Pagination End -->
</div>
</div>
<!-- Shop Section End -->
<!-- Footer Section Start -->
<div class="section footer-section" style="background-image: url(assets/images/footer-bg.jpg);">
<!-- Footer Widget Start -->
<div class="footer-widget-section section-padding">
<div class="container">
<!-- Footer Widget Wrapper Start -->
<div class="footer-widget-wrapper">
<div class="row">
<div class="col-lg-3 col-md-6 order-md-1 order-lg-1">
<!-- Footer Widget Start -->
<div class="footer-widget" data-aos="fade-up" data-aos-delay="100">
<a class="footer-logo" href="#"><img src="assets/images/logo.png" alt="Logo"></a>
<p>Trusted and reliable service is our to main goal extremely painful. again a there anyone loves our chooses</p>
<div class="widget-info">
<h6 class="title">Contact info</h6>
<p>328D, Parley Street, Ackland <br> Bronex Tower,Australia</p>
<p><span>Phone</span>: +12(654) 521 789</p>
<p><span>Email</span>: [email protected]</p>
</div>
</div>
<!-- Footer Widget End -->
</div>
<div class="col-lg-6 order-md-3 order-lg-2">
<!-- Footer Link End -->
<div class="footer-link-wrapper">
<!-- Footer Widget Start -->
<div class="footer-widget" data-aos="fade-up" data-aos-delay="200">
<h3 class="footer-widget-title">Quick Links</h3>
<ul class="widget-link">
<li><a href="about.html">About us</a></li>
<li><a href="service.html">Our Services</a></li>
<li><a href="our-team.html">Our Mechanics</a></li>
<li><a href="blog-right-sidebar.html">Blog Post</a></li>
<li><a href="login.html">Login/Register</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Footer Widget End -->
<!-- Footer Widget Start -->
<div class="footer-widget" data-aos="fade-up" data-aos-delay="300">
<h3 class="footer-widget-title">Information</h3>
<ul class="widget-link">
<li><a href="contact.html">Book Appointment</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="#">Payment</a></li>
<li><a href="#">Emergency Call</a></li>
<li><a href="#">Tracking Service</a></li>
</ul>
</div>
<!-- Footer Widget End -->
</div>
<!-- Footer Link End -->
</div>
<div class="col-lg-3 col-md-6 order-md-2 order-lg-3">
<!-- Footer Widget Start -->
<div class="footer-widget" data-aos="fade-up" data-aos-delay="400">
<h3 class="footer-widget-title">Information</h3>
<div class="widget-subscribe">
<p>Subscribe our Newsletter to get latest update, offers and promotions </p>
<div class="subscribe-form">
<form action="#">
<input type="text" placeholder="Enter Email">
<button><i class="fa fa-paper-plane-o"></i></button>
</form>
</div>
</div>
<div class="widget-opening">
<h6 class="title">Opening Hour</h6>
<p>Monday to Friday <i class="fa fa-long-arrow-right"></i> 9.30 am to 11.30 pm</p>
<p>Saturday to Sunday <i class="fa fa-long-arrow-right"></i> 10.30 am to 8 pm</p>
</div>
</div>
<!-- Footer Widget End -->
</div>
</div>
</div>
<!-- Footer Widget Wrapper End -->
</div>
</div>
<!-- Footer Widget End -->
<!-- Footer Copyright End -->
<div class="footer-copyright-section">
<div class="container">
<!-- Copyright Wrapper Start -->
<div class="copyright-wrapper">
<div class="copyright-text">
<p>© 2021 <span> Carserv </span> Made with <i class="icofont-heart-alt"></i> by <a href="#">Codecarnival</a></p>
</div>
<div class="copyright-social">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest-p"></i></a>
</div>
</div>
<!-- Copyright Wrapper End -->
</div>
</div>
<!-- Footer Copyright End -->
</div>
<!-- Footer Section End -->
<!--Back To Start-->
<a href="#" class="back-to-top">
<i class="icofont-simple-up"></i>
</a>
<!--Back To End-->
<!-- Quick View -->
<div class="modal fade" id="quickview">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>
<!-- Modal Body -->
<div class="modal-body">
<div class="row gx-lg-0">
<div class="col-md-5">
<!-- Product Quick View Image Start -->
<div class="product-quickview-image product-quickview-active">
<span class="lable">25%</span>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="assets/images/shop/product-details-01.jpg" alt="Product Details">
</div>
<div class="swiper-slide">
<img src="assets/images/shop/product-details-02.jpg" alt="Product Details">
</div>
<div class="swiper-slide">
<img src="assets/images/shop/product-details-03.jpg" alt="Product Details">
</div>
</div>
<div class="swiper-button-prev"><i class="icofont-rounded-left"></i></div>
<div class="swiper-button-next"><i class="icofont-rounded-right"></i></div>
</div>
</div>
<!-- Product Quick View Image End -->
</div>
<div class="col-md-7">
<!-- Product Quick View Content Start -->
<div class="product-quickview-content">
<h3 class="title">17 inch Rim 8 Lug</h3>
<div class="price-rating">
<div class="price">
<span class="sale-price">$215</span>
<span class="regular-price">$350</span>
</div>
<div class="rating">
<div class="rating-star">
<div class="star" style="width: 60%;"></div>
</div>
</div>
</div>
<p>Car servicing rationally consequences extremely painful is the there anyone who loves or pursues take a trivial undertakes chooses pleasure rationally encounter </p>
<div class="product-label">
<div class="single-label">
<p>Stock: <span>Instock</span></p>
</div>
<div class="single-label">
<p>SKU: <span>3FRF54V7</span></p>
</div>
</div>
<div class="product-quantity-action">
<div class="product-quantity d-inline-flex">
<button type="button" class="sub">-</button>
<input type="text" value="1" />
<button type="button" class="add">+</button>
</div>
<ul class="product-action">
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to Cart"><i class="icofont-shopping-cart"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to wishlist"><i class="fa fa-heart-o"></i></button></li>
<li><button data-bs-tooltip="tooltip" data-bs-placement="top" title="Add to compare"><i class="fa fa-random"></i></button></li>
</ul>
</div>
<div class="product-categories-tags">
<div class="product-categories">
<span class="label">Categories:</span>
<ul>
<li><a href="#">Autoparts</a></li>
<li><a href="#">Repari</a></li>
<li><a href="#">Servicing</a></li>
</ul>
</div>
<div class="product-tags">
<span class="label">tags:</span>
<ul>
<li><a href="#">Auto Servicing</a></li>
</ul>
</div>
</div>
</div>
<!-- Product Quick View Content End -->
</div>
</div>
</div>
<!-- Modal Body End -->
</div>
</div>
</div>
<!-- Quick View -->
</div>
<!-- JS
============================================ -->
<!-- Modernizer & jQuery JS -->
<script src="assets/js/vendor/modernizr-3.11.2.min.js"></script>
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/plugins/popper.min.js"></script>
<script src="assets/js/plugins/bootstrap.min.js"></script>
<!-- Plugins JS -->
<script src="assets/js/plugins/swiper-bundle.min.js"></script>
<script src="assets/js/plugins/jquery-ui.min.js"></script>
<script src="assets/js/plugins/select2.min.js"></script>
<script src="assets/js/plugins/ajax-contact.js"></script>
<script src="assets/js/plugins/aos.js"></script>
<!--====== Use the minified version files listed below for better performance and remove the files listed above ======-->
<!-- <script src="assets/js/plugins.min.js"></script> -->
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>