-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetail.html
More file actions
815 lines (790 loc) · 35.8 KB
/
detail.html
File metadata and controls
815 lines (790 loc) · 35.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
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
<!DOCTYPE html>
<html 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">
<title>Krishna Temple</title>
<link href="css/bootstrap.min.css" rel="stylesheet" >
<link href="fonts/css/fontawesome.min.css" rel="stylesheet" >
<link href="fonts/css/brands.min.css" rel="stylesheet" />
<link href="fonts/css/solid.min.css" rel="stylesheet" />
<link href="css/global.css" rel="stylesheet">
<link href="css/shop.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="main position-relative">
<div class="main_1 position-absolute top-0 w-100">
<section id="top" class="pt-3 pb-3">
<div class="container-xl">
<div class="row top_1">
<div class="col-md-4">
<div class="top_1l">
<ul class="mb-0 font_14">
<li class="d-inline-block"><a class="text-white a_tag" href="#"><i class="fa fa-phone me-1 col_oran"></i> +123) 123 4567 890</a></li>
<li class="d-inline-block ms-3"><a class="text-white a_tag" href="#"><i class="fa fa-envelope me-1 col_oran"></i> info@gmail.com</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="top_1m text-center">
<ul class="mb-0 font_14">
<li class="d-inline-block"><a class="text-white a_tag" href="#"> EVENTS</a></li>
<li class="d-inline-block ms-3"><a class="text-white a_tag" href="#"> SERMONS</a></li>
<li class="d-inline-block ms-3"><a class="text-white a_tag" href="#"> MINISTRIES</a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="top_1r text-end">
<ul class="mb-0 fs-6">
<li class="d-inline-block me-4 font_14"><a class="col_oran fw-bold" href="#"> <i class="fa fa-circle me-1 font_10 text-success"></i> ONLINE</a></li>
<li class="d-inline-block"><a class="text-white fw-bold a_tag" href="#"> <i class="fa-brands fa-facebook-f"></i> </a></li>
<li class="d-inline-block ms-2"><a class="text-white fw-bold a_tag" href="#"> <i class="fa-brands fa-instagram"></i> </a></li>
<li class="d-inline-block ms-2"><a class="text-white fw-bold a_tag" href="#"> <i class="fa-brands fa-linkedin"></i> </a></li>
<li class="d-inline-block ms-2"><a class="text-white fw-bold a_tag" href="#"> <i class="fa-brands fa-pinterest"></i> </a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="header">
<nav class="navbar navbar-expand-md navbar-light p-0 bg-white" id="navbar_sticky">
<div class="container-xl">
<a class="p-0 navbar-brand fw-bold me-0 text-black" href="index.html"><i class="fa-solid fa-om me-1 col_oran"></i> Krishna <br>
<span class="fw-normal font_14 text-muted">Mega Temple</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mb-0 ms-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About </a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Events
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon"><path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z" clip-rule="evenodd"></path></svg>
</a>
<ul class="dropdown-menu drop_1" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="events.html"> Events</a></li>
<li><a class="dropdown-item border-0" href="event_detail.html"> Event Detail</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Donation
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon"><path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z" clip-rule="evenodd"></path></svg>
</a>
<ul class="dropdown-menu drop_1" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="donation.html"> Donation</a></li>
<li><a class="dropdown-item border-0" href="donation_detail.html"> Donation Detail</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Product
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon"><path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z" clip-rule="evenodd"></path></svg>
</a>
<ul class="dropdown-menu drop_1" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="shop.html"> Product</a></li>
<li><a class="dropdown-item" href="detail.html"> Product Detail</a></li>
<li><a class="dropdown-item" href="cart.html"> Shopping Cart</a></li>
<li><a class="dropdown-item border-0" href="checkout.html"> Checkout</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Blog
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon"><path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z" clip-rule="evenodd"></path></svg>
</a>
<ul class="dropdown-menu drop_1" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="blog.html"> Blog</a></li>
<li><a class="dropdown-item border-0" href="blog_detail.html"> Blog Detail</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Pages
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon"><path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z" clip-rule="evenodd"></path></svg>
</a>
<ul class="dropdown-menu drop_1" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="team.html"> Team</a></li>
<li><a class="dropdown-item" href="faq.html"> Faq</a></li>
<li><a class="dropdown-item border-0" href="login.html"> Login</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
<ul class="navbar-nav mb-0 ms-auto">
<li class="nav-item dropdown">
<a class="dropdown-toggle nav_hide nav-link fs-6" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa fa-search"></i>
</a>
<ul class="dropdown-menu drop_1 drop_search p-3" aria-labelledby="navbarDropdown" style="">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control font_14" placeholder="Search Keyword">
<span class="input-group-btn">
<button class="btn btn-primary bg_blue border-0 rounded-0 p-2 px-3" type="button">
<i class="fa fa-search"></i> </button>
</span>
</div>
</form>
</ul>
</li>
<li class="nav-item">
<a class="nav-link fs-6" href="#"><i class="fa fa-heart"></i> </a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle drop_togn nav_hide fs-6" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa fa-shopping-cart"></i>
</a>
<ul class="dropdown-menu drop_cart rounded-0 border-0" aria-labelledby="navbarDropdown" style="">
<li>
<div class="drop_1i row">
<div class="col-md-6 col-6">
<div class="drop_1il"><h5 class="fs-6">2 ITEMS</h5></div>
</div>
<div class="col-md-6 col-6">
<div class="drop_1il text-end"><h5 class="fs-6"><a href="cart.html">VIEW CART</a></h5></div>
</div>
</div>
<div class="drop_1i1 row">
<div class="col-md-6 col-6">
<div class="drop_1i1l"><h6 class="fs-6"><a href="#">Nulla Quis</a> <br> <span class="d-inline-block mt-1 font_15">1x - $89.00</span></h6></div>
</div>
<div class="col-md-4 col-4">
<div class="drop_1i1r"><a href="#"><img src="img/32.png" class="w-100" alt="abc"></a></div>
</div>
<div class="col-md-2 col-2">
<div class="drop_1i1l text-end"><h6> <span><i class="fa fa-remove"></i></span></h6></div>
</div>
</div>
<div class="drop_1i1 row">
<div class="col-md-6 col-6">
<div class="drop_1i1l"><h6 class="fs-6"><a href="#">Eget Nulla</a> <br> <span class="d-inline-block mt-1 font_15">1x - $49.00</span></h6></div>
</div>
<div class="col-md-4 col-4">
<div class="drop_1i1r"><a href="#"><img src="img/33.png" class="w-100" alt="abc"></a></div>
</div>
<div class="col-md-2 col-2">
<div class="drop_1i1l text-end"><h6> <span><i class="fa fa-remove"></i></span></h6></div>
</div>
</div>
<div class="drop_1i2 row">
<div class="col-md-6 col-6">
<div class="drop_1il"><h5 class="fs-6">TOTAL</h5></div>
</div>
<div class="col-md-6 col-6">
<div class="drop_1il text-end"><h5 class="fs-5 col_oran">$142.00</h5></div>
</div>
</div>
<div class="drop_1i3 text-center row">
<div class="col-md-12 col-12">
<ul class="mb-0">
<li class="d-inline-block mx-1"><a class="button px-3 pt-2 pb-2 font_14" href="#">View Order</a></li>
<li class="d-inline-block mx-1"><a class="button_1 px-3 pb-2 pt-2 font_14" href="#">Checkout</a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</section>
</div>
<div class="main_2">
<section id="center" class="center_shopdt">
<div class="center_om bg_back">
<div class="container-xl">
<div class="row center_o1">
<div class="col-md-9">
<div class="center_o1l">
<h1 class="font_60 text-white">Product Detail</h1>
<p class="text-white p-3 mt-3 mb-0">We are a Temple that belives in God and the followers <br> and We are a Temple that belives in Krishna</p>
</div>
</div>
<div class="col-md-3">
<div class="center_o1r text-end">
<h6 class="d-inline-block text-muted bg-white mb-0 p-4 fw-bold"><a class="text-muted a_tag" href="#">HOME</a> <span class="mx-2 fw-normal">|</span> <span class="col_oran">PRODUCT DETAIL</span></h6>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<section id="shop_dt" class="p_4 pb-0">
<div class="container-xl">
<div class="shop_pg1 row">
<div class="col-md-8">
<div class="shop_pgdt">
<div class="shop_1dt1">
<div class="shop_1dt1i row">
<div class="col-md-6">
<div class="shop_1dt1il">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item">
<img src="img/54.png" class="d-block w-100" alt="abc">
</div>
<div class="carousel-item active">
<img src="img/55.png" class="d-block w-100" alt="abc">
</div>
<div class="carousel-item">
<img src="img/56.png" class="d-block w-100" alt="abc">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<div class="col-md-6">
<div class="shop_1dt1ir">
<h6 class="bg_oran font_14 p-1 px-2 text-white d-inline-block">IN STOCK</h6>
<h2 class="mt-2">Lorem Porta</h2>
<h6 class="mt-2">
<span class="font_12 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
(1 customer review))
</h6>
<h4 class="col_oran mt-3"><span class="text-decoration-line-through text-muted me-2">$389.00</span> $349.00</h4>
<p class="mt-3">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.</p>
<input type="number" min="1" value="1" class="form-control float-start me-3 rounded-0" placeholder="Qty" style="width:80px; height:52px;">
<h6 class="mb-0 mt-3"><a class="button_1" href="#">ADD TO CART </a></h6>
<h6 class="mt-4"><a href="#"><i class="fa fa-heart me-1 align-middle col_oran"></i> Add To Wishlist</a>
<a class="ms-3" href="#"><i class="fa fa-recycle me-1 align-middle col_oran"></i> Compare</a></h6>
<h6 class="mt-4"><span class="fw-bold text-muted">Sku:</span> <a href="#">product-12</a></h6>
<h6 class="mt-3 mb-3"><span class="fw-bold text-muted">Tags: </span> <a href="#">Candle</a>, <a href="#">Holder</a>, <a href="#">Stand</a></h6>
<h6 class="mb-0"><span class="fw-bold text-muted">Category: </span> <a href="#">Krishna Temple</a></h6>
<div class="shop_1dt1irn row mt-4">
<div class="col-md-6 col-6">
<div class="shop_1dt1irnl">
<h5 class="mb-3">Share</h5>
<ul class="mb-0">
<li class="d-inline-block"><a class="text-muted a_tag" href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li class="d-inline-block ms-1"><a class="text-muted a_tag" href="#"><i class="fa-brands fa-instagram"></i></a></li>
<li class="d-inline-block ms-1"><a class="text-muted a_tag" href="#"><i class="fa-brands fa-pinterest"></i></a></li>
<li class="d-inline-block ms-1"><a class="text-muted a_tag" href="#"><i class="fa-brands fa-linkedin"></i></a></li>
<li class="d-inline-block ms-1"><a class="text-muted a_tag" href="#"><i class="fa-brands fa-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-6">
<div class="shop_1dt1irnr text-end pt-4">
<ul class="mb-0">
<li class="d-inline-block"><a class="d-block text-center" href="#"><i class="fa fa-bar-chart"></i></a></li>
<li class="d-inline-block ms-1"><a class="d-block text-center" href="#"><i class="fa fa-heart"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="shop_1dt2 mt-4">
<ul class="nav nav-tabs mb-0">
<li class="nav-item d-inline-block me-2">
<a href="#home" data-bs-toggle="tab" aria-expanded="false" class="nav-link active">
<span class="d-md-block">Description</span>
</a>
</li>
<li class="nav-item d-inline-block me-2">
<a href="#profile1" data-bs-toggle="tab" aria-expanded="true" class="nav-link">
<span class="d-md-block">Additional Information</span>
</a>
</li>
<li class="nav-item d-inline-block">
<a href="#profile2" data-bs-toggle="tab" aria-expanded="true" class="nav-link">
<span class="d-md-block">Reviews (1)</span>
</a>
</li>
</ul>
<div class="tab-content border_1 border-top-0 p-4">
<div class="tab-pane active" id="home">
<div class="homei">
<h4>Description</h4>
<p class="mt-3">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea comodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
<div class="tab-pane" id="profile1">
<div class="profile1i">
<h4 class="mb-3">Additional Information</h4>
<div class="table-responsive">
<table class="table mb-0">
<tbody>
<tr>
<th scope="row">Material</th>
<td>
Plastic, Stainless Steel, Wood</td>
</tr>
<tr>
<th scope="row">Color</th>
<td>Blue, Green, Red, Yellow</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="tab-pane" id="profile2">
<div class="profile2i">
<h4 class="mb-3">1 Review</h4>
<div class="profile1i1 row">
<div class="col-md-2">
<div class="profile1i1l text-center">
<span class="col_oran font_80"><i class="fa fa-user"></i></span>
</div>
</div>
<div class="col-md-10">
<div class="profile1i1r border_1 p-4">
<h6>
<span class="fw-bold fs-4">Lorem <span class="font_14 text-muted fw-normal">/</span> </span>December 4, 2018
<span class="font_12 text-warning float-end mt-1">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</h6>
<p class="mb-0">Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante
Very good product and amazing quality.</p>
</div>
</div>
</div>
<h4 class="mt-4">Add a Review</h4>
<p>Your email address will not be published. Required fields are marked *</p>
<h6>Your rating*</h6>
<span class="font_12 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
<textarea placeholder="Write Review*" class="form-control form_text mt-3"></textarea>
<input class="form-control mt-3 " placeholder="Name*" type="text">
<input class="form-control mt-3" placeholder="Email*" type="text">
<div class="form-check mt-3 font_14">
<input class="form-check-input" type="checkbox" value="">
<label class="form-check-label" for="flexCheckDefault">
Save my name, email, and website in this browser for the next time I comment.
</label>
</div>
<h6 class="mb-0 mt-4 center_sm"><a class="button_1" href="#">Post Review</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="shop_pg1r">
<div class="shop_pg1r1 border_1 p-4">
<h4 class="head_1 mb-4">SEARCH</h4>
<div class="input-group">
<input type="text" class="form-control font_14" placeholder="Search Keyword">
<span class="input-group-btn">
<button class="btn btn-primary bg_oran border-0 rounded-0 p-3 px-4" type="button">
<i class="fa fa-search"></i> </button>
</span>
</div>
</div>
<div class="shop_pg1r1 border_1 p-4 mt-4 center_sm">
<h4 class="head_1 mb-4">FILTER BY PRICE</h4>
<label for="customRange3" class="form-label">Range 1% to 100%</label>
<input type="range" class="form-range" min="0" max="5" step="0.5" id="customRange3">
<h6 class="mb-0 mt-3"><a class="button" href="detail.html">Filter</a></h6>
</div>
<div class="shop_pg1r1 border_1 p-4 mt-4">
<h4 class="head_1 mb-4"> CATEGORIES</h4>
<h6 class="font_14"><a class="bg-light d-block p-3" href="detail.html">Holy Book <span class="float-end">(2)</span></a></h6>
<h6 class="font_14"><a class="bg-light d-block p-3" href="detail.html">Candle Holder <span class="float-end">(4)</span></a></h6>
<h6 class="font_14"><a class="bg-light d-block p-3" href="detail.html">Glass <span class="float-end">(5)</span></a></h6>
<h6 class="font_14"><a class="bg-light d-block p-3" href="detail.html">Piano <span class="float-end">(3)</span></a></h6>
<h6 class="font_14"><a class="bg-light d-block p-3" href="detail.html">Stand <span class="float-end">(7)</span></a></h6>
<h6 class="font_14 mb-0"><a class="bg-light d-block p-3" href="detail.html">Uncategorized <span class="float-end">(1)</span></a></h6>
</div>
<div class="shop_pg1r1 border_1 p-4 mt-4">
<h4 class="head_1 mb-4"> LATEST PRODUCTS</h4>
<div class="shop_pg1r1i row">
<div class="col-md-3 col-3">
<div class="shop_pg1r1il">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="detail.html"><img src="img/30.png" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
</div>
<div class="col-md-9 col-9">
<div class="shop_pg1r1ir">
<span class="font_13 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</span>
<h5 class="mt-2"><a href="detail.html">Sem Augue</a></h5>
<h6 class="mb-0 col_oran fw-bold"><span class="text-decoration-line-through fw-normal text-muted me-1">$50.00</span> $47.00</h6>
</div>
</div>
</div><hr>
<div class="shop_pg1r1i row">
<div class="col-md-3 col-3">
<div class="shop_pg1r1il">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="detail.html"><img src="img/31.png" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
</div>
<div class="col-md-9 col-9">
<div class="shop_pg1r1ir">
<span class="font_13 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</span>
<h5 class="mt-2"><a href="detail.html">Nulla Quis</a></h5>
<h6 class="mb-0 col_oran fw-bold"><span class="text-decoration-line-through fw-normal text-muted me-1">$53.00</span> $42.00</h6>
</div>
</div>
</div><hr>
<div class="shop_pg1r1i row">
<div class="col-md-3 col-3">
<div class="shop_pg1r1il">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="detail.html"><img src="img/32.png" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
</div>
<div class="col-md-9 col-9">
<div class="shop_pg1r1ir">
<span class="font_13 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</span>
<h5 class="mt-2"><a href="detail.html">Dolor Amet</a></h5>
<h6 class="mb-0 col_oran fw-bold"><span class="text-decoration-line-through fw-normal text-muted me-1">$60.00</span> $40.00</h6>
</div>
</div>
</div>
</div>
<div class="shop_pg1r1 border_1 p-4 mt-4">
<h4 class="head_1 mb-4">PRODUCT TAGS</h4>
<ul class="mb-0 tags">
<li class="d-inline-block"><a href="detail.html">Candle</a></li>
<li class="d-inline-block"><a href="detail.html">Temple</a></li>
<li class="d-inline-block"><a href="detail.html">Book</a></li>
<li class="d-inline-block"><a href="detail.html">Stand</a></li>
<li class="d-inline-block"><a href="detail.html">Wood</a></li>
<li class="d-inline-block"><a href="detail.html">Bottle</a></li>
<li class="d-inline-block"><a href="detail.html">Lorem</a></li>
<li class="d-inline-block"><a href="detail.html">Porta</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="shop_1dt3 mt-5">
<h2 class="center_sm">Related Products</h2>
<div class="shop_1 row mt-4">
<div class="col-md-4">
<div class="shop_1im text-center border_1 p-4 hvr-curl-top-right">
<div class="shop_1im1 position-relative">
<div class="shop_1im1i">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="#"><img src="img/54.png" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
<div class="shop_1im1i1 position-absolute w-100 top-0">
<ul class="mb-0">
<li class="d-inline-block"><a class="hvr-grow" href="#"><i class="fa fa-eye"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-shopping-basket"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-heart"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-recycle"></i></a></li>
</ul>
</div>
</div>
<div class="shop_1im2 mt-3">
<span class="font_13 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</span>
<h5 class="mt-3"><a href="#">Lorem Porta</a></h5>
<h6 class="mb-0 mt-3 col_oran fw-bold"><span class="text-decoration-line-through fw-normal text-muted me-1">$40.00</span> $37.00</h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="shop_1im text-center border_1 p-4 hvr-curl-top-right">
<div class="shop_1im1 position-relative">
<div class="shop_1im1i">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="#"><img src="img/55.png" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
<div class="shop_1im1i1 position-absolute w-100 top-0">
<ul class="mb-0">
<li class="d-inline-block"><a class="hvr-grow" href="#"><i class="fa fa-eye"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-shopping-basket"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-heart"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-recycle"></i></a></li>
</ul>
</div>
</div>
<div class="shop_1im2 mt-3">
<span class="font_13 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</span>
<h5 class="mt-3"><a href="#">Dolor Quis</a></h5>
<h6 class="mb-0 mt-3 col_oran fw-bold"><span class="text-decoration-line-through fw-normal text-muted me-1">$48.00</span> $39.00</h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="shop_1im text-center border_1 p-4 hvr-curl-top-right">
<div class="shop_1im1 position-relative">
<div class="shop_1im1i">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="#"><img src="img/56.png" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
<div class="shop_1im1i1 position-absolute w-100 top-0">
<ul class="mb-0">
<li class="d-inline-block"><a class="hvr-grow" href="#"><i class="fa fa-eye"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-shopping-basket"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-heart"></i></a></li>
<li class="d-inline-block ms-1"><a class="hvr-grow" href="#"><i class="fa fa-recycle"></i></a></li>
</ul>
</div>
</div>
<div class="shop_1im2 mt-3">
<span class="font_13 text-warning">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-alt"></i>
</span>
<h5 class="mt-3"><a href="#">Sem Augue</a></h5>
<h6 class="mb-0 mt-3 col_oran fw-bold"><span class="text-decoration-line-through fw-normal text-muted me-1">$50.00</span> $47.00</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="footer_m position-relative">
<div class="footer_m1">
<section id="footer" class="p_4 bg_blue">
<div class="container-xl">
<div class="footer_1 row">
<div class="col-md-4">
<div class="footer_1l">
<h4 class="text-white mb-4">About Us</h4>
<p class="text-light">Nulla quis lorem ut libero malesuada feugiat. Quisque velit nisi, pretium ut lacinia in</p>
<ul class="mb-0 flex_box">
<li class="d-flex text-light"><span class="me-3"><i class="fa fa-phone col_oran"></i></span> +123) 123 4567 890 </li>
<li class="d-flex text-light mt-3"><span class="me-3"><i class="fa fa-envelope col_oran"></i></span> info@gmail.com </li>
<li class="d-flex text-light mt-3"><span class="me-3"><i class="fa fa-map-marker col_oran"></i></span> 13/D, Amet Street City Tower, New York USA </li>
</ul>
</div>
</div>
<div class="col-md-2">
<div class="footer_1l">
<h4 class="text-white mb-4">Information</h4>
<div class="row footer_3ism">
<h6 class="col-md-12 col-6"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Ministries</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Services</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Sermons</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Donations</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Volunteers</a></h6>
<h6 class="col-md-12 col-6 mt-2 mb-0"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Events</a></h6>
</div>
</div>
</div>
<div class="col-md-2">
<div class="footer_1l">
<h4 class="text-white mb-4">Others</h4>
<div class="row footer_3ism">
<h6 class="col-md-12 col-6"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Shop</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Cart</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Checkout</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Blog</a></h6>
<h6 class="col-md-12 col-6 mt-2"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Contact Us</a></h6>
<h6 class="col-md-12 col-6 mt-2 mb-0"><i class="fa fa-chevron-right col_oran me-1 font_13 align-middle"></i> <a class="text-light a_tag" href="#"> Policy</a></h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="footer_1l">
<h4 class="text-white mb-4">Recent Posts</h4>
<div class="footer_1li row">
<div class="col-md-3 col-4">
<div class="footer_1lil">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="#"><img src="img/13.jpg" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
</div>
<div class="col-md-9 col-8">
<div class="footer_1lir">
<h6 class="font_13 text-white"><i class="fa fa-calendar col_oran me-1"></i> October 26, 2020</h6>
<h5 class="mb-0 fs-6"><a class="text-light a_tag" href="#">All we’ve discovered by now</a></h5>
</div>
</div>
</div>
<div class="footer_1li row mt-4">
<div class="col-md-3 col-4">
<div class="footer_1lil">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="#"><img src="img/14.jpg" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
</div>
<div class="col-md-9 col-8">
<div class="footer_1lir">
<h6 class="font_13 text-white"><i class="fa fa-calendar col_oran me-1"></i> October 28, 2020</h6>
<h5 class="mb-0 fs-6"><a class="text-light a_tag" href="#">We Who Believe In God</a></h5>
</div>
</div>
</div>
<div class="footer_1li row mt-4">
<div class="col-md-3 col-4">
<div class="footer_1lil">
<div class="grid clearfix">
<figure class="effect-jazz mb-0">
<a href="#"><img src="img/15.jpg" class="w-100" alt="img25"></a>
</figure>
</div>
</div>
</div>
<div class="col-md-9 col-8">
<div class="footer_1lir">
<h6 class="font_13 text-white"><i class="fa fa-calendar col_oran me-1"></i> October 29, 2020</h6>
<h5 class="mb-0 fs-6"><a class="text-light a_tag" href="#">Expecting new issued cases</a></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="footer_b" class="bg_blue">
<div class="container-xl">
<div class="footer_b1 row">
<div class="col-md-5">
<div class="footer_b1l">
<p class="mb-0 text-light">© 2013 Your Website Name. All Rights Reserved | Design by <a class="col_oran fw-bold" href="http://www.templateonweb.com">TemplateOnWeb</a></p>
</div>
</div>
<div class="col-md-3">
<div class="footer_b1m p-4 bg-white">
<h3 class="mb-0"><a href="index.html"><i class="fa-solid fa-om me-1 col_oran"></i> Krishna <br>
<span class="fw-normal font_14 text-muted">Mega Temple</span>
</a></h3>
</div>
</div>
<div class="col-md-4">
<div class="footer_b1r text-end">
<ul class="mb-0">
<li class="d-inline-block"><a class="d-block text-center" href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li class="d-inline-block ms-2"><a class="d-block text-center" href="#"><i class="fa-brands fa-twitter"></i></a></li>
<li class="d-inline-block ms-2"><a class="d-block text-center" href="#"><i class="fa-brands fa-pinterest"></i></a></li>
<li class="d-inline-block ms-2"><a class="d-block text-center" href="#"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="footer_m2 position-absolute w-100">
<section id="subs" class="p_3">
<div class="container-xl">
<div class="subs1 row mx-0 bg-white p-5 px-3 shadow_box">
<div class="col-md-6">
<div class="subs1l">
<h2>Subscribe To Our Newsletter</h2>
<p class="mt-3 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore</p>
</div>
</div>
<div class="col-md-6">
<div class="subs1r mt-4">
<div class="input-group">
<input type="text" class="form-control font_14" placeholder="Your Email">
<span class="input-group-btn">
<button class="btn btn-primary bg_oran border-0 rounded-0 p-3 px-4" type="button">
Subscribe </button>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<script src="js/common.js"></script>
</body>
</html>