forked from sajanmadaan/Clone-Croma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.html
More file actions
773 lines (746 loc) · 48.9 KB
/
item.html
File metadata and controls
773 lines (746 loc) · 48.9 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
<!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.0">
<title>Items</title>
<link rel="stylesheet" href="item.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="slide.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="dropDownYogesh.css"> -->
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<ul>
<a href="index.html">
<img class="snav" src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://www.croma.com/assets/images/croma_logo.png/mxw_160,f_auto"/>
</a>
<li>
<div class="hamburger" onclick="myFunction(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="sub-menu">
<ul> <h1>SHOP BY CATEGORY</h1>
<li class="hoverme"><a href="#">Televisions & Accessories<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">LED TVs</a></li>
<li><a href="#">QLED TVs</a></li>
<li><a href="#">OLED TVs</a></li>
<li><a href="#">4K Ultra HD TVs</a></li>
<li><a href="#">8K Ultra HD TVs</a></li>
<li><a href="#">Smart TVs</a></li>
<li><a href="#">Full HD TVs</a></li>
<li><a href="#">HD Ready TVs</a></li>
<li><a href="#">Android Smart TVs</a></li>
<li><a href="#">Large Screen TVs</a></li>
<li><a href="#">Medium Screen TVs</a></li>
<li><a href="#">Small Screen TVs</a></li>
<li><a href="#">Croma LED TVs</a></li>
<li><a href="#">Gaming TVs</a></li>
<li><a href="#">TV Accessories</a></li>
<li><a href="#">TV Wall Mount & Stands</a></li>
<li><a href="#">TV Cable & Connectors</a></li>
<li><a href="#">Cables & Connectors</a></li>
<li><a href="#">Other TV Accessories</a></li>
<li><a href="#">Remote & IR Blasters</a></li>
<li><a href="#">TV Radiation Protection Chips</a></li>
<li><a href="#">Media Streaming Devices</a></li>
<li><a href="#">Projectors</a></li>
<li><a href="#">HD Project</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Home Appliances<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Washing Machines & Dryers</a></li>
<li><a href="#">Front Load Washing Machines</a></li>
<li><a href="#">Top Load Washing Machines</a></li>
<li><a href="#">Semi Automatic Washing Machines</a></li>
<li><a href="#">Fully Automatic Washing Machines</a></li>
<li><a href="#">Washer Dryer Combo</a></li>
<li><a href="#">Clothes Dryers</a></li>
<li><a href="#">Smart Washing Machines</a></li>
<li><a href="#">Croma Washing Machines</a></li>
<li><a href="#">Washing Machine Accessories</a></li>
<li><a href="#">Washer Detergents</a></li>
<li><a href="#">Washer Descalers</a></li>
<li><a href="#">Washer/Dryer Covers & Stands</a></li>
<li><a href="#">Refrigerators & Freezers</a></li>
<li><a href="#">Single Door Refrigerators</a></li>
<li><a href="#">Double Door Refrigerators</a></li>
<li><a href="#">Triple Door Refrigerators</a></li>
<li><a href="#">Side By Side Refrigerators</a></li>
<li><a href="#">French Door Refrigerators</a></li>
<li><a href="#">Bottom Freezer Refrigerators</a></li>
<li><a href="#">Mini Freezer Refrigerators</a></li>
<li><a href="#">Deep Freezer Refrigerators</a></li>
<li><a href="#">Built-in Refrigerators</a></li>
<li><a href="#">Wine Coolers</a></li>
<li><a href="#">Ice Makers</a></li>
<li><a href="#">Smart Refrigerators</a></li>
<li><a href="#">Croma Refrigerators</a></li>
<li><a href="#">Refrigerator & Freezers Accessories</a></li>
<li><a href="#">Air Conditioners</a></li>
<li><a href="#">Inverter ACs</a></li>
<li><a href="#">Portable ACs</a></li>
<li><a href="#">Split ACs</a></li>
<li><a href="#">3 Star Acs</a></li>
<li><a href="#">5 Star ACs</a></li>
<li><a href="#">Croma Air Conditioners</a></li>
<li><a href="#">Air Conditioner Accessories</a></li>
<li><a href="#">Refrigerators & Freezers</a></li>
<li><a href="#">Air Purifiers, Humidifiers & Dehumidifiers</a></li>
<li><a href="#">Air Coolers</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Phones & Wearables<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="mobileproduct.html">Mobile Phones</a></li>
<li><a href="#">Android Phones</a></li>
<li><a href="#">iPhones</a></li>
<li><a href="#">Gaming Mobile Phones</a></li>
<li><a href="#">Feature Phones</a></li>
<li><a href="#">Refurbished Mobile Phones</a></li>
<li><a href="#">Telephones</a></li>
<li><a href="#">Landline Phones</a></li>
<li><a href="#">Cordless Phones</a></li>
<li><a href="#">Wearables</a></li>
<li><a href="#">Smart Bands</a></li>
<li><a href="#">Smart Watches</a></li>
<li><a href="#">Fitness Trackers</a></li>
<li><a href="#">VR Headsets</a></li>
<li><a href="#">Fitness Bands, Trackers & Pedometers</a></li>
<li><a href="#">Wearable Accessories</a></li>
<li><a href="#">Other Wearable Accessories</a></li>
<li><a href="#">Wearable Device Chargers & Adapters</a></li>
<li><a href="#">Wearable Device Straps/Belts</a></li>
<li><a href="#">Wearable Device Cases & Protectors</a></li>
<li><a href="#">Headphones & Earphones</a></li>
<li><a href="#">Bluetooth Earphones</a></li>
<li><a href="#">Bluetooth Headphones</a></li>
<li><a href="#">Earphones</a></li>
<li><a href="#">Smart Bands</a></li>
<li><a href="#">Bluetooth Headsets</a></li>
<li><a href="#">Truly Wireless Earbuds</a></li>
<li><a href="#">Mobile Accessories</a></li>
<li><a href="#">Mobile Cases & Covers</a></li>
<li><a href="#">Mobile Chargers & Adapters</a></li>
<li><a href="#">USB Cables & Connectors</a></li>
<li><a href="#">Wearable Device Chargers & Adapters</a></li>
<li><a href="#">Wearable Device Straps/Belts</a></li>
<li><a href="#">Power Banks</a></li>
<li><a href="#">Headphones & Earphones</a></li>
<li><a href="#">Screen Protectors</a></li>
<li><a href="#">Bluetooth Headphones</a></li>
<li><a href="#">Walkie Talkies</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Computer & Tablets<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Laptops</a></li>
<li><a href="#">MacBooks</a></li>
<li><a href="#">DOS & Ubuntu Laptops</a></li>
<li><a href="#">Refurbished Laptops</a></li>
<li><a href="#">Ultra Thin Laptops</a></li>
<li><a href="#">Content Creation Laptops</a></li>
<li><a href="#">Tablets & eReaders</a></li>
<li><a href="#">Android Tablets</a></li>
<li><a href="#">iPads</a></li>
<li><a href="#">Kindles</a></li>
<li><a href="#">Digital Pads</a></li>
<li><a href="#">Desktops & All-in-Ones</a></li>
<li><a href="#">All-in-One Desktops</a></li>
<li><a href="#">iMacs</a></li>
<li><a href="#">Full HD Monitors</a></li>
<li><a href="#">Gaming Monitors</a></li>
<li><a href="#">Computer Audio</a></li>
<li><a href="#">Multimedia Speakers</a></li>
<li><a href="#">Headphones & Earphones</a></li>
<li><a href="#">Network Components</a></li>
<li><a href="#">Wi-Fi Routers</a></li>
<li><a href="#">Network Adapters</a></li>
<li><a href="#">Range Extenders</a></li>
<li><a href="#">Mesh Routers</a></li>
<li><a href="#">Network Switches</a></li>
<li><a href="#">Printers</a></li>
<li><a href="#">Laser Printers</a></li>
<li><a href="#">Batteries, Chargers & Adapters</a></li>
<li><a href="#">Computer Cables & Connectors</a></li>
<li><a href="#">Laptop Bags</a></li>
<li><a href="#">Laptop Screen Protectors</a></li>
<li><a href="#">Laptop Webcams & Mics</a></li>
<li><a href="#">Computer Radiation Protection Chips</a></li>
<li><a href="#">Croma Computer Accessories</a></li>
<li><a href="#">Tablet & iPad Accessories</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Kitchen Appliances<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Dishwashers</a></li>
<li><a href="#">Microwave & Ovens</a></li>
<li><a href="#">Convection Microwave Ovens</a></li>
<li><a href="#">Grill Microwave Ovens</a></li>
<li><a href="#">Solo Microwave Ovens</a></li>
<li><a href="#">Oven-Toaster-Grills (OTG)</a></li>
<li><a href="#">Croma Microwave & Ovens</a></li>
<li><a href="#">Microwave Accessories</a></li>
<li><a href="#">Water Purifiers & Dispensers</a></li>
<li><a href="#">Vegetable & Fruit Cleaners</a></li>
<li><a href="#">Croma Water Purifiers & Dispensers</a></li>
<li><a href="#">Stoves & Cooktops</a></li>
<li><a href="#">Induction Cooktops</a></li>
<li><a href="#">Gas Stoves</a></li>
<li><a href="#">Air Fryers</a></li>
<li><a href="#">Barbeques, Tandoors & Grills</a></li>
<li><a href="#">Cooking Utensils</a></li>
<li><a href="#">Kitchen Utilities</a></li>
<li><a href="#">Storage Containers</a></li>
<li><a href="#">Other Kitchen Accessories</a></li>
<li><a href="#">Dishwasher Accessories</a></li>
<li><a href="#">Dishwasher Descalers</a></li>
<li><a href="#">Dishwasher Utensil Baskets</a></li>
<li><a href="#">Dishwasher Detergents</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Audio & Video<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Media Players</a></li>
<li><a href="#">Digital Audio/Video Players</a></li>
<li><a href="#">Pre-Loaded Devices</a></li>
<li><a href="#">Croma Media Players</a></li>
<li><a href="#">Headphones & Earphones</a></li>
<li><a href="#">Bluetooth Earphones</a></li>
<li><a href="#">Bluetooth Headphones</a></li>
<li><a href="#">Earphones</a></li>
<li><a href="#">Headphones</a></li>
<li><a href="#">Bluetooth Headsets</a></li>
<li><a href="#">Truly Wireless Earbuds</a></li>
<li><a href="#">Croma Headphones & Earphones</a></li>
<li><a href="#">Gaming Headsets</a></li>
<li><a href="#">Speakers</a></li>
<li><a href="#">Portable Bluetooth Speakers</a></li>
<li><a href="#">Party Speakers</a></li>
<li><a href="#">Croma Speakers</a></li>
<li><a href="#">Home Theatre Systems</a></li>
<li><a href="#">Home Theatres</a></li>
<li><a href="#">Sound Bars</a></li>
<li><a href="#">Home Audio Systems</a></li>
<li><a href="#">Karaoke Mics & Microphones</a></li>
<li><a href="#">Audio Amplifiers</a></li>
<li><a href="#">Other Audio System</a></li>
<li><a href="#">DJ Machines/Speakers</a></li>
<li><a href="#">Croma Home Audio Systems</a></li>
<li><a href="#">Musical Instruments</a></li>
<li><a href="#">Audio Accessories</a></li>
<li><a href="#">Audio Cables & Connectors</a></li>
<li><a href="#">Projectors</a></li>
<li><a href="#">Ultra Short Throw Projectors</a></li>
<li><a href="#">HD Projectors</a></li>
<li><a href="#">Long Throw Projectors</a></li>
<li><a href="#">Short Throw Projectors</a></li>
<li><a href="#">Ultra HD 4K Projectors</a></li>
<li><a href="#">Full HD Projectors</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Health & Fitness<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Health Care Products</a></li>
<li><a href="#">Massagers</a></li>
<li><a href="#">Weights & Scales</a></li>
<li><a href="#">Sanitization Products</a></li>
<li><a href="#">Nebulizers</a></li>
<li><a href="#">Hearing Aids</a></li>
<li><a href="#">Steam Vaporizers</a></li>
<li><a href="#">Health Monitors</a></li>
<li><a href="#">Other Health Care Products</a></li>
<li><a href="#">Croma Health Care Products</a></li>
<li><a href="#">Electric Beds & Bed Warmers</a></li>
<li><a href="#">Covid-19 Essentials</a></li>
<li><a href="#">Fitness Bands, Trackers & Pedometers</a></li>
<li><a href="#">Baby Care Products</a></li>
<li><a href="#">Elderly Care Products</a></li>
<li><a href="#">Fitness Equipments</a></li>
<li><a href="#">Treadmills</a></li>
<li><a href="#">Exercise Bikes</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Grooming & Personal care<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Hair Care Products</a></li>
<li><a href="#">Hair Straightners</a></li>
<li><a href="#">Hair Dryers</a></li>
<li><a href="#">Hair Stylers</a></li>
<li><a href="#">Croma Hair Care Products</a></li>
<li><a href="#">Personal Grooming Products</a></li>
<li><a href="#">Epilators</a></li>
<li><a href="#">Trimmers</a></li>
<li><a href="#">Grooming Kits</a></li>
<li><a href="#">Shavers</a></li>
<li><a href="#">Croma Personal Grooming Products</a></li>
<li><a href="#">Dental Care Products</a></li>
<li><a href="#">Grooming Accessories</a></li>
<li><a href="#">Other Personal Grooming Products</a></li>
<li><a href="#">Pet Care Products</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Cameras & Accessories<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Point & Shoot Cameras</a></li>
<li><a href="#">Instant Cameras</a></li>
<li><a href="#">Professional Cameras</a></li>
<li><a href="#">DSLR Cameras</a></li>
<li><a href="#">Mirrorless Cameras</a></li>
<li><a href="#">Camera Lens</a></li>
<li><a href="#">Sports & Action Cameras</a></li>
<li><a href="#">Camcorders</a></li>
<li><a href="#">CCTV Video Security</a></li>
<li><a href="#">Portable Photo Printers</a></li>
<li><a href="#">Camera Accessories</a></li>
<li><a href="#">Tripods, Mounts & Monopods</a></li>
<li><a href="#">Camera Batteries & Chargers</a></li>
<li><a href="#">Camera Bags & Pouches</a></li>
<li><a href="#">Other Camera Accessories</a></li>
<li><a href="#">Memory Cards</a></li>
<li><a href="#">Camera Filters</a></li>
<li><a href="#">Camera Lens Accessories</a></li>
<li><a href="#">Sports & Action Camera Accessories</a></li>
<li><a href="#">Photo Paper Sheets</a></li>
<li><a href="#">Flash & Flash Accessories</a></li>
<li><a href="#">Binoculars & Telescopes</a></li>
<li><a href="#">Studio & Lighting Products</a></li>
<li><a href="#">Digital Photo Frames</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Smart Devices<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Smart Kitchen Devices</a></li>
<li><a href="#">Smart Home Devices</a></li>
<li><a href="#">Universal & Smart Remotes</a></li>
<li><a href="#">Smart TVs</a></li>
<li><a href="#">Smart Air Purifiers</a></li>
<li><a href="#">Smart Washing Machines</a></li>
<li><a href="#">Smart Refrigerators</a></li>
<li><a href="#">Smart ACs</a></li>
<li><a href="#">Smart Air Coolers</a></li>
<li><a href="#">Smart Water Heaters</a></li>
<li><a href="#">Smart Fans</a></li>
<li><a href="#">Smart Work Devices</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Gaming<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Gaming Consoles</a></li>
<li><a href="#">Gaming Laptops</a></li>
<li><a href="#">Gaming Software</a></li>
<li><a href="#">PC Games</a></li>
<li><a href="#">PlayStation Games</a></li>
<li><a href="#">Gaming Accessories</a></li>
<li><a href="#">Gaming Mice</a></li>
<li><a href="#">Gaming Controllers</a></li>
<li><a href="#">Gaming Mouse Pads</a></li>
<li><a href="#">Gaming Headsets</a></li>
<li><a href="#">Gaming Keyboards</a></li>
<li><a href="#">Electronic Toys</a></li>
<li><a href="#">Educational Toys</a></li>
<li><a href="#">Hoverboards</a></li>
<li><a href="#">Remote Control Toys</a></li>
<li><a href="#">Robot Toys & Accessories</a></li>
<li><a href="#">Other Electronic Toys</a></li>
<li><a href="#">3D Printers & 3D Pens</a></li>
<li><a href="#">Walkie Talkies</a></li>
<li><a href="#">Electric Bikes, Cycles & Accessories</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Accessories</a><i class="fa fa-angle-right"></i>
<div class="category">
<ul>
<li><a href="#">Travel Accessories</a></li>
<li><a href="#">Smart Wallets</a></li>
<li><a href="#">Travel Bags</a></li>
<li><a href="#">Travel Comforts & Gears</a></li>
<li><a href="#">Travel Securities</a></li>
<li><a href="#">Binoculars & Telescopes</a></li>
<li><a href="#">Car Accessories</a></li>
<li><a href="#">Car Mobile Holders</a></li>
<li><a href="#">Car Charger</a></li>
<li><a href="#">Croma Car Accessories</a></li>
<li><a href="#">Tyre Inflators</a></li>
<li><a href="#">Car Refrigerators</a></li>
<li><a href="#">Mobile Accessories</a></li>
<li><a href="#">Mobile Cases & Covers</a></li>
<li><a href="#">USB Cables & Connectors</a></li>
<li><a href="#">Mobile Antivirus</a></li>
<li><a href="#">Selfie Sticks & Gimbals</a></li>
<li><a href="#">Mobile Gaming Controllers</a></li>
<li><a href="#">Power Banks</a></li>
<li><a href="#">Croma Mobile Accessories</a></li>
<li><a href="#">Wearable Accessories</a></li>
<li><a href="#">Wearable Device Straps/Belts</a></li>
<li><a href="#">Gaming Accessories</a></li>
<li><a href="#">Gaming Headsets</a></li>
<li><a href="#">Gaming Keyboards</a></li>
<li><a href="#">Gaming Mouse Pads</a></li>
<li><a href="#">Gaming Console & Controller Skins</a></li>
<li><a href="#">Washer/Dryer Covers & Stands</a></li>
<li><a href="#">Washer Descalers</a></li>
<li><a href="#">Air Conditioner Accessories</a></li>
<li><a href="#">Geyser Accessories</a></li>
<li><a href="#">Garment Care Accessories</a></li>
<li><a href="#">Screen Protector</a></li>
<li><a href="#">Cables & Connectors</a></li>
<li><a href="#">Batteries & Chargers</a></li>
<li><a href="#">Grooming Accessories</a></li>
</ul>
</div>
</li>
<li class="hoverme"><a href="#">Top Brands<i class="fa fa-angle-right"></i></a>
<div class="category">
<ul>
<li><a href="#">Amazon</a></li>
<li><a href="#">Apple</a></li>
<li><a href="#">Bajaj</a></li>
<li><a href="#">Blue Star</a></li>
<li><a href="#">Boat</a></li>
<li><a href="#">Bosch</a></li>
<li><a href="#">Bose</a></li>
<li><a href="#">Canon</a></li>
<li><a href="#">Croma</a></li>
<li><a href="#">Daikin</a></li>
<li><a href="#">Dell</a></li>
<li><a href="#">Dyson</a></li>
<li><a href="#">Eleon</a></li>
<li><a href="#">Elica</a></li>
<li><a href="#">Faber</a></li>
<li><a href="#">Haier</a></li>
<li><a href="#">Havells</a></li>
<li><a href="#">Hitachi</a></li>
<li><a href="#">Hisense</a></li>
<li><a href="#">HP</a></li>
<li><a href="#">Hyperice</a></li>
<li><a href="#">IFB</a></li>
<li><a href="#">JBL</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">LG</a></li>
<li><a href="#">Marshall</a></li>
<li><a href="#">Nikon</a></li>
<li><a href="#">Nokia</a></li>
<li><a href="#">OnePlus</a></li>
<li><a href="#">Oppo</a></li>
<li><a href="#">Panasonic</a></li>
<li><a href="#">Philips</a></li>
<li><a href="#">Realme</a></li>
<li><a href="#">Samsung</a></li>
<li><a href="#">Skullcandy</a></li>
<li><a href="#">Sony</a></li>
<li><a href="#">Swiss Military</a></li>
<li><a href="#">TCL</a></li>
<li><a href="#">Vivo</a></li>
<li><a href="#">Voltas</a></li>
<li><a href="#">Xiaomi</a></li>
</ul>
</div>
</li>
</ul>
<h1 class="cross"><i class="fa fa-times">Close</i></h1>
</div>
</li>
<li><a href="#">Menu</a></li>
<div class="search">
<input type="text" name="Searchbox" id="Searchbox" placeholder="What are you looking for?">
<button id="bor"><i class="fa fa-search"></i></button></input>
</div>
<li><a href="order.html">Order</a></li>
<li><a href="signin.html">Sign In</a></li>
<li><a href="#" id="Pin">Pincode<i class="fa fa-pencil"></i></a></li>
<li><a href="cart.html"><i class="fa fa-shopping-cart"></i></a></li>
</ul>
</nav>
<div class="item_header">
<ul class="list">
<li class="list_item">Chroma > </li>
<li class="list_item">Phones & Wearables > </li>
<li class="list_item">Mobile Phones > </li>
<li class="list_item" id="list_name"></li>
</ul>
</div>
<div id="ad">
<img src="https://cdn.dynamicyield.com/api/8775287/images/3368a36e12e2b__dy-hdfcbank-desktop_11nov.jpg">
</div>
<div class="item_container">
<div class="left">
<div class="left_left">
<button><i class="fas fa-angle-up"></i></button>
<div class="left_flex_item">
<img src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/v1632899386/Croma%20Assets/Communication/Mobiles/Images/244201_bjxdfq.png/mxw_1440,f_auto">
</div>
<div class="left_flex_item">
<img src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/v1635836217/Croma%20Assets/Communication/Mobiles/Images/244201_1_bmj36p.png/mxw_1440,f_auto">
</div>
<div class="left_flex_item">
<img src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/v1635836219/Croma%20Assets/Communication/Mobiles/Images/244201_2_yf0oyi.png/mxw_1440,f_auto">
</div>
<div class="left_flex_item">
<img src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/v1632899386/Croma%20Assets/Communication/Mobiles/Images/244201_3_i4s2yq.png/mxw_1440,f_auto">
</div>
<button><i class="fas fa-angle-down"></i></button>
</div>
<div class="left_right">
<img id="mainImg" src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/v1632899386/Croma%20Assets/Communication/Mobiles/Images/244201_bjxdfq.png/mxw_1440,f_auto">
<div class="left_right_bottom">
<input type="checkbox" name="compare" id="compare">
<label for="">COMPARE</label>
<span><i class="fas fa-store"></i> CONNECT TO STORE</span>
<span><i class="fas fa-video"></i> SHOP WITH VIDEO</span>
</div>
</div>
</div>
<div class="right">
<div id="right_top">
<p id="nam"></p>
<p id="prod"><span id="prod_id"></span><span id="star">★★★★ ★</span>(1
Reviews and 0 Ratings)<span></span></p>
<p id="price"><span id="payable"></span>MRP:₹<span id="mrp"></span><span>(Inclusive of all
taxes)</span></p>
<p id="emi"><span>EMI starting at ₹3,765</span><a href="#top">SEE EMI OPTIONS</a></p>
</div>
<div id="right_second">
<div id="rs_heading">
<img
src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://www.croma.com/assets/images/extra-savings.png/mxw_1440,f_auto">
<span>Extra Savings </span>
<span>(6 offers) </span>
<a href="#top">View All Offers </a>
</div>
<div id="rs_content">
<div>
<span>Enjoy No cost EMI for 3 & 6 months on Credit card. Please ensure this is the only product
in cart to avail benefit T&C Apply.</span>
<a href="top">Learn More</a>
</div>
<div>
<div>
<img src="https://payments.juspay.in/web/images/theme_light/mobikwik.png">
</div>
<div>
<span>Get Flat Rs.250 cashback on Mobikwik wallet on minimum Purchase of Rs 5999 & above.
Valid on transactions upto Rs 9999 T&C Apply</span>
<a href="top">Learn More</a>
</div>
</div>
<div>
<div>
<img
src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/f_auto,q_auto,d_Croma%20Assets:no-product-image.jpg,h_40,w_40/v1605291841/Croma%20Assets/CMS/ICICI8975192358942.png/mxw_1440,f_auto">
</div>
<div>
<span>Rs 500 Flat discount on Tx of 10,000 & above with ICICI Credit & Debit Card. Valid on
transactions upto Rs 14999.Select the offer from “View all offers ”on payment page T&C
Apply.</span>
<a href="top">Learn More</a>
</div>
</div>
<div>
<div>
<img
src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/f_auto,q_auto,d_Croma%20Assets:no-product-image.jpg,h_40,w_40/v1605291841/Croma%20Assets/CMS/ICICI8975192358942.png/mxw_1440,f_auto">
</div>
<div>
<span>Rs 1000 Instant discount on Tx of 15,000 & above with ICICI Bank Credit cards. Select
the offer from “View all offers ”on payment page T&C Apply.</span>
<a href="top">Learn More</a>
</div>
</div>
</div>
</div>
<div id="right_third">
<p>Delivery option for <span>560059</span> <a href="#top">Change</a></p>
<i class="fas fa-truck" style= "color: teal"></i><span>Delivery by 18 November 2021</span>
</div>
<div id="right_bottom">
<div id="rb_heading">
<img
src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/f_auto,q_auto,d_Croma%20Assets:no-product-image.jpg/Croma%20Assets/UI%20Assets/shield-2.svg/mxw_1440,f_auto">
<span>ZIP Protection Plan</span>
</div>
<div id="rb_content">
<div class="round">
<input type="checkbox" name="checkbox" id="checkbox" value = "warranty">
<label for="checkbox"></label>
<span>1 Year Extended Warranty-Onsitego</span>
<span>₹3999</span>
</div>
<button id="addToCart">Add to Cart</button>
<button id="buyNow">Buy Now</button>
</div>
</div>
</div>
</div>
<button class="accordion">Key Features</button>
<div class="panel">
<ul>
<li>17.22 cm (6.78"), WQHD+</li>
<li>12GB RAM | 256GB ROM | Android 11</li>
<li>Qualcomm Snapdragon Octa Core 888+ 5G Processor</li>
<li>R: 50MP + 48MP + 12MP + 8MP | F: 32MP</li>
<li>4500 mAh Lithium Polymer Battery</li>
<li>Ambient Light Sensor | Fingerprint Sensor</li>
</ul>
</div>
<button class="accordion">Specifications</button>
<div class="panel">
<h2>Mobile Category</h2>
<div class="speciMobileCat">
<div>
<p class="speciMobDiv">Mobile Type</p>
<p>Android Smartphone</p>
</div>
<div>
<p class="speciMobDiv">Mobile Form Factor</p>
<p>Touch</p>
</div>
<div>
<p class="speciMobDiv">Condition</p>
<p>New</p>
</div>
</div>
<h2>Manufacturer Details</h2>
<div class="speciMobileCat">
<div>
<p class="speciMobDiv">Brand</p>
<p> <a href="https://www.croma.com/vivo-store/b/b-0795" target="_blank">Vivo</a> </p>
</div>
<div>
<p class="speciMobDiv">Model Series</p>
<p>X70 Pro+</p>
</div>
<div>
<p class="speciMobDiv">Model Number</p>
<p>X70 Pro+</p>
</div>
</div>
<div id="btnDiv">
<button id="SpecifiBtn">VIEW MORE</button>
</div>
</div>
<button class="accordion">Overview</button>
<div class="panel">
<p>Why buy Vivo X70 Pro+ 5G</p>
<ul>
<li>Linear Motor with Infrared Remote Control and Dual Speakers</li>
<li>4500 mAh Battery lasts for long</li>
<li>256GB Of Storage for storing your data</li>
<li>Quad Rear Camera with a single selfie camera takes stunning shots</li>
<li>12GB RAM for seamless responsiveness</li>
</ul>
<p>Is your phone running out of charge always? Then, buy Vivo X70 Pro+ 5G online, which is equipped with a 4500 mAh battery. So, it has enough power to let you work, watch videos and play games for extended hours. The large 6.78-inch WQHD+ 3D Curved Display turns every movie session into a binge-watching spree stunning display. With a 120 Hz Refresh Rate enjoy a smooth viewing experience. Loaded with In-Display Fingerprint Sensor, Accelerometer, Ambient Light Sensor, Proximity Sensor, E-compass, Gyroscope, Color Temperature Sensor, Laser Focusing sensor, Infrared Blaster, it ensures effective usability. Running on Funtouch OS 12 based on the Android 11 Operating System, you can seamlessly switch apps or get information from multiple apps at once.</p>
<p>Capture your favourite memories with ease as the Vivo X70 Pro+ 5G features a brilliant setup of 50 MP, 48 MP, 12 MP, and 8 MP cameras. It ensures flawless clarity, so you can see every detail in your captured pic. The 50 MP main camera capture memorable shots in clear detail. Let’s make your mobile films look a lot more professional. Turn on Log mode or use the Full Monitoring function to turn yourself into a seasoned director and unleash your inner creativity. Custom-made for Vivo, the Professional Imaging Chip V1 has integrated AI capabilities designed for professionals, making images and gaming visuals exhilarating beyond measure. Pack the unique features of four legendary ZEISS lenses in one gadget, including Biotar, Distagon, Planar, and Sonnar. Be the portrait style master that they all envy.</p>
</div>
<button class="accordion">Review</button>
<div class="panel">
<div>
<button class="btnReview" id="btn-1">Customer Reviews (1)</button>
<button class="btnReview" id="btn-2">Expert Reviews (0)</button>
<button class="btnReview" id="btn-3">External User Reviews (0)</button>
<button class="btnReview" id="btn-4">Write A Review</button>
</div>
<div id="inReviewY">
<div id="inReview1"><img id="userImg" src="https://d2d22nphq0yz8t.cloudfront.net/88e6cc4b-eaa1-4053-af65-563d88ba8b26/https://media.croma.com/image/upload/f_auto,q_auto,d_Croma%20Assets:no-product-image.jpg/Croma%20Assets/UI%20Assets/profile-avatar.png/mxw_1440,f_auto" alt="ReviewByUser"></div>
<div id="inReview2">
<h2>Akhil</h2>
<p>01 November 2021</p>
<p>Truly a beast device…working awesomely well</p>
</div>
</div>
</div>
<footer>
<div class="foo">
<div class="foo_item">
<h3 class="foothead">CONNECT WITH US</h3>
<div class="foo_input">
<input type="email" name="" id="foo_email" placeholder="Enter Email ID">
<button class="email_btn"><i class="fas fa-arrow-right"></i></button>
</div>
<div class="contact_us">
<div class="contact_us_item"><a href="https://www.youtube.com/user/CromaRetail"></a><img class="logo" src="https://www.pneumaticsindia.com/wp-content/uploads/2020/04/Youtube.png"></div>
<div class="contact_us_item"><a href="https://www.facebook.com/CromaRetail/"><img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png"></a></div>
<div class="contact_us_item"><a href="https://www.instagram.com/croma.retail/"><img class="logo" src="https://toppng.com/uploads/preview/instagram-logo-transparent-logo-instagram-vector-2021-116177766354twhxoagvv.png"></a></div>
<div class="contact_us_item"><a href="https://www.linkedin.com/company/infiniti-retail-limited-croma---a-tata-enterprise/"><img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/768px-LinkedIn_logo_initials.png"></a></div>
<div class="contact_us_item"><a href="https://twitter.com/cromaretail?s=11"><img class="logo" src="https://toppng.com//public/uploads/preview/red-twitter-logo-11549680466ua0eyzyb5c.png"></a></div>
</div>
<p class="lastline">© Copyright 2021 Croma. All rights reserved</p>
</div>
<div class="foo_item">
<h3 class="foothead">USEFUL LINKS</h3>
<div class="foo_item_div">
<div><a href="#top">About Croma</a></div>
<div><a href="#top">E-Care</a></div>
<div><a href="#top">Help And Support</a></div>
<div><a href="#top">Franchise Opportunity</a></div>
<div><a href="#top">FAQs</a></div>
<div><a href="#top">Site Map</a></div>
<div><a href="#top">Return Policy</a></div>
<div><a href="#top">Careers At Crom</a>a</div>
<div><a href="#top">Bulk Enquiry</a></div>
<div><a href="#top">Terms Of Use</a></div>
<div><a href="#top">Store Locator</a></div>
<div><a href="#top">Disclaimer</a></div>
<div><a href="#top">Delightful Programmes</a></div>
<div><a href="#top">Privacy Policy</a></div>
</div>
</div>
<div class="foo_item last">
<h3 class="foothead">PRODUCTS</h3>
<div class="foo_item_div">
<div><a href="#top">Televisions & Accessories</a></div>
<div><a href="#top">Grooming & Personal Care</a></div>
<div><a href="#top">Home Appliances</a></div>
<div><a href="#top">Cameras & Accessories</a></div>
<div><a href="#top">Phones & Wearables</a></div>
<div><a href="#top">Smart Devices</a></div>
<div><a href="#top">Computers & Tablets</a></div>
<div><a href="#top">Gaming</a></div>
<div><a href="#top">Kitchen Appliances</a></div>
<div><a href="#top">Accessories</a></div>
<div><a href="#top">Audio & Video</a></div>
<div><a href="#top">Top Brands</a></div>
<div><a href="#top">Health & Fitness</a></div>
</div>
</div>
</div>
</footer>
</body>
</html>
<script src="dropDownYogesh.js"></script>
<script src="item.js"></script>
<script src="2.js"></script>
<script src="main.js"></script>
<script src="slide.js"></script>