-
Notifications
You must be signed in to change notification settings - Fork 0
/
multi-ventor.html
931 lines (905 loc) · 72.3 KB
/
multi-ventor.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
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/margin_padding_helper.css">
<!-- icons -->
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<!-- Stylesheet -->
<link href="css/owl/owl.carousel.min.css" type="text/css" rel="stylesheet" />
<link href="css/owl/owl.theme.default.min.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/custom-slider.css">
<title>Home Page</title>
<!--
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" /> -->
<style>
.circle-image {
border-radius: 50%;
max-width: 225px;
height: 225px;
border: 10px solid #fff;
}
</style>
</head>
<body>
<!--header-->
<header class="Sticky">
<div class="container">
<div id="header">
<!--logo-->
<div class="logo">
<h1 class="navbar-brand navbar-brand_"><a href="home.html"><img src="img/logo.png" alt="" width="164px"/></a></h1>
</div>
<!--.logo-->
<!--Navigation-->
<div class="navigation">
<ul>
<li class="mega-menu cat">
<a href="#"><span class="las la-store-alt"></span> Store</a>
<ul class="sub-mega-menu">
<div class="nav flex-column nav-pills" role="tablist">
<a class="nav-link active" data-toggle="pill" href="#news-0" role="tab" aria-expanded="true">Best Sellers</a>
<a class="nav-link" data-toggle="pill" href="#news-1" role="tab" aria-expanded="false">Promos</a>
<a class="nav-link" data-toggle="pill" href="#news-2" role="tab" aria-expanded="false">New</a>
<a class="nav-link" data-toggle="pill" href="#news-3" role="tab" aria-expanded="false">Discovery Boxes</a>
</div>
<div class="tab-content">
<div class="tab-pane active" id="news-0" role="tabpanel" aria-expanded="true">
<div class="row">
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Protein</li>
<li><a href="#">Casein</a></li>
<li><a href="#">Gainer</a></li>
<li><a href="#">Isolate</a></li>
<li><a href="#">Vegan</a></li>
<li><a href="#">Whey</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Bars</li>
<li><a href="#">Energy</a></li>
<li><a href="#">Protein</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Amino Acids</li>
<li><a href="#">Liquid</a></li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Powders</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Drinks</li>
<li><a href="#">Energy</a></li>
<li><a href="#">Protein</a></li>
<li><a href="#">Amino Acids</a></li>
<li><a href="#">L-Carnitine</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Vitamins</li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Ready to drink</a></li>
<li><a href="#">Shots</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">L-Carnitine</li>
<li><a href="#">Ready to drink</a></li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Shots</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Fat Burner</li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Liquid</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Accessories</li>
<li><a href="#">Belts</a></li>
<li><a href="#">Gloves</a></li>
<li><a href="#">Others</a></li>
<li><a href="#">Shakers</a></li>
<li><a href="#">T-shirts</a></li>
</ul>
</div>
</div>
</div>
<div class="tab-pane" id="news-1" role="tabpanel" aria-expanded="false">
<div class="row">
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Protein</li>
<li><a href="#">Casein</a></li>
<li><a href="#">Gainer</a></li>
<li><a href="#">Isolate</a></li>
<li><a href="#">Vegan</a></li>
<li><a href="#">Whey</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Bars</li>
<li><a href="#">Energy</a></li>
<li><a href="#">Protein</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Amino Acids</li>
<li><a href="#">Liquid</a></li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Powders</a></li>
</ul>
</div>
</div>
</div>
<div class="tab-pane" id="news-2" role="tabpanel" aria-expanded="false">
<div class="row">
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Protein</li>
<li><a href="#">Casein</a></li>
<li><a href="#">Gainer</a></li>
<li><a href="#">Isolate</a></li>
<li><a href="#">Vegan</a></li>
<li><a href="#">Whey</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Bars</li>
<li><a href="#">Energy</a></li>
<li><a href="#">Protein</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Amino Acids</li>
<li><a href="#">Liquid</a></li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Powders</a></li>
</ul>
</div>
</div>
</div>
<div class="tab-pane" id="news-3" role="tabpanel" aria-expanded="false">
<div class="row">
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Protein</li>
<li><a href="#">Casein</a></li>
<li><a href="#">Gainer</a></li>
<li><a href="#">Isolate</a></li>
<li><a href="#">Vegan</a></li>
<li><a href="#">Whey</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Bars</li>
<li><a href="#">Energy</a></li>
<li><a href="#">Protein</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list-inline">
<li class="menu-title">Amino Acids</li>
<li><a href="#">Liquid</a></li>
<li><a href="#">Capsules</a></li>
<li><a href="#">Powders</a></li>
</ul>
</div>
</div>
</div>
</div>
</ul>
</li>
<li class="mega-menu img-text">
<a href="#"><span class="las la-bullseye"></span> Goal</a>
<ul>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
<span>Endurance</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
<span>Energy</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
<span>Muscle</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
<span>Strength</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
<span>Weight Loss</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
<span>Wellness</span>
</a>
</li>
</ul>
</li>
<li class="mega-menu">
<a href="#">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" xml:space="preserve">
<g>
<path d="M77.1,11.2H22.9c-6.4,0-11.6,5.2-11.6,11.6v54.3c0,6.4,5.2,11.6,11.6,11.6h54.3c6.4,0,11.6-5.2,11.6-11.6V22.9C88.8,16.5,83.5,11.2,77.1,11.2z M83.9,76.2c0,4.3-3.5,7.8-7.8,7.8H23.8c-4.3,0-7.8-3.5-7.8-7.8V23.8c0-4.3,3.5-7.8,7.8-7.8h52.3c4.3,0,7.8,3.5,7.8,7.8V76.2z"/>
<path d="M41.8,3.4L3.4,41.8c-4.5,4.5-4.5,11.9,0,16.4l38.4,38.4c4.5,4.5,11.9,4.5,16.4,0l38.4-38.4c4.5-4.5,4.5-11.9,0-16.4L58.2,3.4C53.7-1.1,46.3-1.1,41.8,3.4z M92.5,44.5c3,3,3,8,0,11l-37,37c-3,3-8,3-11,0l-37-37c-3-3-3-8,0-11l37-37c3-3,8-3,11,0L92.5,44.5z"/>
</g>
<g>
<path d="M42.9,37.5c2,1.3,3.5,3.1,4.7,5.4c1.1,2.3,1.7,4.9,1.7,7.9c0,2.9-0.6,5.6-1.7,7.9c-1.2,2.3-2.7,4.2-4.7,5.5c-2,1.3-4.2,2-6.6,2c-2.4,0-4.6-0.7-6.6-2c-2-1.3-3.5-3.1-4.7-5.5c-1.2-2.3-1.7-5-1.7-7.9c0-2.9,0.6-5.6,1.7-7.9c1.2-2.3,2.7-4.1,4.7-5.4c2-1.3,4.2-2,6.6-2C38.7,35.5,40.9,36.2,42.9,37.5z M31.4,44.5c-1.2,1.5-1.8,3.6-1.8,6.3c0,2.6,0.6,4.7,1.8,6.2c1.2,1.5,2.8,2.3,4.9,2.3c2,0,3.6-0.8,4.8-2.3c1.2-1.5,1.8-3.6,1.8-6.2c0-2.6-0.6-4.7-1.8-6.2c-1.2-1.5-2.8-2.3-4.9-2.3C34.2,42.2,32.6,43,31.4,44.5z"/>
<path d="M75.7,65.8h-6.2L59,47.5v18.3h-6.2V36H59l10.4,18.5V36h6.2V65.8z"/>
</g>
</svg>
Brand
</a>
<ul>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/250x150">
</a>
</li>
</ul>
</li>
<li class="mega-menu offer">
<a href="#">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve">
<g>
<path d="M477.958,262.633c-2.06-4.215-2.06-9.049,0-13.263l19.096-39.065c10.632-21.751,2.208-47.676-19.178-59.023l-38.41-20.38c-4.144-2.198-6.985-6.11-7.796-10.729l-7.512-42.829c-4.183-23.846-26.241-39.87-50.208-36.479l-43.053,6.09c-4.647,0.656-9.242-0.838-12.613-4.099l-31.251-30.232c-17.401-16.834-44.661-16.835-62.061,0L193.72,42.859c-3.372,3.262-7.967,4.753-12.613,4.099l-43.053-6.09c-23.975-3.393-46.025,12.633-50.208,36.479l-7.512,42.827c-0.811,4.62-3.652,8.531-7.795,10.73l-38.41,20.38c-21.386,11.346-29.81,37.273-19.178,59.024l19.095,39.064c2.06,4.215,2.06,9.049,0,13.263l-19.096,39.064c-10.632,21.751-2.208,47.676,19.178,59.023l38.41,20.38c4.144,2.198,6.985,6.11,7.796,10.729l7.512,42.829c3.808,21.708,22.422,36.932,43.815,36.93c2.107,0,4.245-0.148,6.394-0.452l43.053-6.09c4.643-0.659,9.241,0.838,12.613,4.099l31.251,30.232c8.702,8.418,19.864,12.626,31.03,12.625c11.163-0.001,22.332-4.209,31.03-12.625l31.252-30.232c3.372-3.261,7.968-4.751,12.613-4.099l43.053,6.09c23.978,3.392,46.025-12.633,50.208-36.479l7.513-42.827c0.811-4.62,3.652-8.531,7.795-10.73l38.41-20.38c21.386-11.346,29.81-37.273,19.178-59.024L477.958,262.633z M464.035,334.635l-38.41,20.38c-12.246,6.499-20.645,18.057-23.04,31.713l-7.512,42.828c-1.415,8.068-8.874,13.487-16.987,12.342l-43.053-6.09c-13.73-1.945-27.316,2.474-37.281,12.113L266.5,478.152c-5.886,5.694-15.109,5.694-20.997,0l-31.251-30.232c-8.422-8.147-19.432-12.562-30.926-12.562c-2.106,0-4.229,0.148-6.355,0.449l-43.053,6.09c-8.106,1.146-15.571-4.274-16.987-12.342l-7.513-42.829c-2.396-13.656-10.794-25.215-23.041-31.712l-38.41-20.38c-7.236-3.839-10.086-12.61-6.489-19.969l19.096-39.065c6.088-12.456,6.088-26.742,0-39.198l-19.096-39.065c-3.597-7.359-0.747-16.13,6.489-19.969l38.41-20.38c12.246-6.499,20.645-18.057,23.04-31.713l7.512-42.828c1.416-8.068,8.874-13.488,16.987-12.342l43.053,6.09c13.725,1.943,27.316-2.474,37.281-12.113l31.252-30.232c5.886-5.694,15.109-5.694,20.997,0l31.251,30.232c9.965,9.64,23.554,14.056,37.281,12.113l43.053-6.09c8.107-1.147,15.572,4.274,16.987,12.342l7.512,42.829c2.396,13.656,10.794,25.215,23.041,31.712l38.41,20.38c7.236,3.839,10.086,12.61,6.489,19.969l-19.096,39.064c-6.088,12.455-6.088,26.743,0,39.198l19.096,39.064C474.121,322.024,471.271,330.796,464.035,334.635z"/>
</g>
<g>
<path d="M363.886,148.116c-5.765-5.766-15.115-5.766-20.881,0L148.116,343.006c-5.766,5.766-5.766,15.115,0,20.881c2.883,2.883,6.662,4.325,10.44,4.325c3.778,0,7.558-1.441,10.44-4.325l194.889-194.889C369.653,163.231,369.653,153.883,363.886,148.116z"/>
<path d="M196.941,123.116c-29.852,0-54.139,24.287-54.139,54.139s24.287,54.139,54.139,54.139s54.139-24.287,54.139-54.139S226.793,123.116,196.941,123.116z M196.941,201.863c-13.569,0-24.608-11.039-24.608-24.609c0-13.569,11.039-24.608,24.608-24.608c13.569,0,24.609,11.039,24.609,24.608C221.549,190.824,210.51,201.863,196.941,201.863z"/>
<path d="M315.061,280.61c-29.852,0-54.139,24.287-54.139,54.139s24.287,54.139,54.139,54.139c29.852,0,54.139-24.287,54.139-54.139S344.913,280.61,315.061,280.61zM315.061,359.357c-13.569,0-24.609-11.039-24.609-24.608s11.039-24.608,24.609-24.608c13.569,0,24.608,11.039,24.608,24.608S328.63,359.357,315.061,359.357z"/>
</g>
</svg>
Offers
</a>
<ul>
<li>
<a href="#">
<img src="https://via.placeholder.com/40x40">
<span>Flash Sale</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/40x40">
<span>Crazy Deals</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/40x40">
<span>Wipe Out Sale</span>
</a>
</li>
<li>
<a href="#">
<img src="https://via.placeholder.com/40x40">
<span>Half Price Store</span>
</a>
</li>
</ul>
</li>
<li><a href="#"><span class="lar la-edit"></span> i-Nutrition</a></li>
<li><a href="workout.html"><span class="las la-dumbbell"></span> Workouts</a></li>
<li><a href="franchise.html"><span class="las la-warehouse"></span> Franchise</a></li>
<li><a href="#"><span class="las la-question"></span> Why us</a></li>
</ul>
<ul>
<li class="search">
<div class="search-box">
<form method="post">
<input type="text" name="search" id="search" class="search" placeholder="search for products, Brand and more" />
<input type="submit" value="" />
</form>
</div>
</li>
<li><a href="#"><span class="lar la-user"></span> Profile</a></li>
<li class="dropdown mini-cart"><a href="#"><span class="las la-shopping-bag"></span> Cart <strong>2</strong></a>
<div class="dropdown-menu dropdown-menu-right">
<div class="mini-cart-item">
<div class="product_image">
<a href="#">
<img src="img/products.png" alt="">
</a>
</div>
<div class="product_des">
<span>1x MuscleBlaze Whey Protein</span>
<p>900.00</p>
<a href="#" class="action"><span class="lar la-trash-alt"></span></a>
</div>
</div>
<div class="mini-cart-item">
<div class="product_image">
<a href="#">
<img src="img/products.png" alt="">
</a>
</div>
<div class="product_des">
<span>1x MuscleBlaze Whey Protein</span>
<p>900.00</p>
<a href="#" class="action"><span class="lar la-trash-alt"></span></a>
</div>
</div>
<div class="total_drop">
<div class="clearfix total_value">
<span>Total</span>
<span class="align-right">$200.00</span>
</div>
<div class="checkout">
<a href="cart.html" class="btn btn-outline-primary btn-block">View Cart</a>
<a href="checkout.html" class="btn btn-primary btn-block mt-3">Checkout</a>
</div>
</div>
</div>
</li>
</ul>
</div>
<!--.Navigation-->
</div>
</div>
<!--Mobile Navigation-->
<div class="mobile_navigation">
<div class="navbar no-gutters">
<div class="col-3">
<button data-toggle="collapse-side" data-target=".side-collapse" type="button" class="navbar-toggle"> <span class="las la-bars"></span></button>
<div class="side-collapse">
<h1>Hello, User</h1>
<span class="las la-times close_btn"></span>
<div class="user_btn">
<div class="row gutters-1">
<div class="col-6">
<a href="#" class="btn btn-outline-primary btn-block">Sign in</a>
</div>
<div class="col-6">
<a href="#" class="btn btn-primary btn-block">Sign up</a>
</div>
</div>
</div>
<nav role="navigation" class="navbar-collapse">
<ul>
<li class="active"><a href="#"><span class="las la-store-alt"></span> Store</a></li>
<li><a href="#"><span class="las la-bullseye"></span> Goal</a></li>
<li>
<a href="#">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" xml:space="preserve">
<g>
<path d="M77.1,11.2H22.9c-6.4,0-11.6,5.2-11.6,11.6v54.3c0,6.4,5.2,11.6,11.6,11.6h54.3c6.4,0,11.6-5.2,11.6-11.6V22.9C88.8,16.5,83.5,11.2,77.1,11.2z M83.9,76.2c0,4.3-3.5,7.8-7.8,7.8H23.8c-4.3,0-7.8-3.5-7.8-7.8V23.8c0-4.3,3.5-7.8,7.8-7.8h52.3c4.3,0,7.8,3.5,7.8,7.8V76.2z"/>
<path d="M41.8,3.4L3.4,41.8c-4.5,4.5-4.5,11.9,0,16.4l38.4,38.4c4.5,4.5,11.9,4.5,16.4,0l38.4-38.4c4.5-4.5,4.5-11.9,0-16.4L58.2,3.4C53.7-1.1,46.3-1.1,41.8,3.4z M92.5,44.5c3,3,3,8,0,11l-37,37c-3,3-8,3-11,0l-37-37c-3-3-3-8,0-11l37-37c3-3,8-3,11,0L92.5,44.5z"/>
</g>
<g>
<path d="M42.9,37.5c2,1.3,3.5,3.1,4.7,5.4c1.1,2.3,1.7,4.9,1.7,7.9c0,2.9-0.6,5.6-1.7,7.9c-1.2,2.3-2.7,4.2-4.7,5.5c-2,1.3-4.2,2-6.6,2c-2.4,0-4.6-0.7-6.6-2c-2-1.3-3.5-3.1-4.7-5.5c-1.2-2.3-1.7-5-1.7-7.9c0-2.9,0.6-5.6,1.7-7.9c1.2-2.3,2.7-4.1,4.7-5.4c2-1.3,4.2-2,6.6-2C38.7,35.5,40.9,36.2,42.9,37.5z M31.4,44.5c-1.2,1.5-1.8,3.6-1.8,6.3c0,2.6,0.6,4.7,1.8,6.2c1.2,1.5,2.8,2.3,4.9,2.3c2,0,3.6-0.8,4.8-2.3c1.2-1.5,1.8-3.6,1.8-6.2c0-2.6-0.6-4.7-1.8-6.2c-1.2-1.5-2.8-2.3-4.9-2.3C34.2,42.2,32.6,43,31.4,44.5z"/>
<path d="M75.7,65.8h-6.2L59,47.5v18.3h-6.2V36H59l10.4,18.5V36h6.2V65.8z"/>
</g>
</svg>
Brand
</a>
</li>
<li>
<a href="#">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve">
<g>
<path d="M477.958,262.633c-2.06-4.215-2.06-9.049,0-13.263l19.096-39.065c10.632-21.751,2.208-47.676-19.178-59.023l-38.41-20.38c-4.144-2.198-6.985-6.11-7.796-10.729l-7.512-42.829c-4.183-23.846-26.241-39.87-50.208-36.479l-43.053,6.09c-4.647,0.656-9.242-0.838-12.613-4.099l-31.251-30.232c-17.401-16.834-44.661-16.835-62.061,0L193.72,42.859c-3.372,3.262-7.967,4.753-12.613,4.099l-43.053-6.09c-23.975-3.393-46.025,12.633-50.208,36.479l-7.512,42.827c-0.811,4.62-3.652,8.531-7.795,10.73l-38.41,20.38c-21.386,11.346-29.81,37.273-19.178,59.024l19.095,39.064c2.06,4.215,2.06,9.049,0,13.263l-19.096,39.064c-10.632,21.751-2.208,47.676,19.178,59.023l38.41,20.38c4.144,2.198,6.985,6.11,7.796,10.729l7.512,42.829c3.808,21.708,22.422,36.932,43.815,36.93c2.107,0,4.245-0.148,6.394-0.452l43.053-6.09c4.643-0.659,9.241,0.838,12.613,4.099l31.251,30.232c8.702,8.418,19.864,12.626,31.03,12.625c11.163-0.001,22.332-4.209,31.03-12.625l31.252-30.232c3.372-3.261,7.968-4.751,12.613-4.099l43.053,6.09c23.978,3.392,46.025-12.633,50.208-36.479l7.513-42.827c0.811-4.62,3.652-8.531,7.795-10.73l38.41-20.38c21.386-11.346,29.81-37.273,19.178-59.024L477.958,262.633z M464.035,334.635l-38.41,20.38c-12.246,6.499-20.645,18.057-23.04,31.713l-7.512,42.828c-1.415,8.068-8.874,13.487-16.987,12.342l-43.053-6.09c-13.73-1.945-27.316,2.474-37.281,12.113L266.5,478.152c-5.886,5.694-15.109,5.694-20.997,0l-31.251-30.232c-8.422-8.147-19.432-12.562-30.926-12.562c-2.106,0-4.229,0.148-6.355,0.449l-43.053,6.09c-8.106,1.146-15.571-4.274-16.987-12.342l-7.513-42.829c-2.396-13.656-10.794-25.215-23.041-31.712l-38.41-20.38c-7.236-3.839-10.086-12.61-6.489-19.969l19.096-39.065c6.088-12.456,6.088-26.742,0-39.198l-19.096-39.065c-3.597-7.359-0.747-16.13,6.489-19.969l38.41-20.38c12.246-6.499,20.645-18.057,23.04-31.713l7.512-42.828c1.416-8.068,8.874-13.488,16.987-12.342l43.053,6.09c13.725,1.943,27.316-2.474,37.281-12.113l31.252-30.232c5.886-5.694,15.109-5.694,20.997,0l31.251,30.232c9.965,9.64,23.554,14.056,37.281,12.113l43.053-6.09c8.107-1.147,15.572,4.274,16.987,12.342l7.512,42.829c2.396,13.656,10.794,25.215,23.041,31.712l38.41,20.38c7.236,3.839,10.086,12.61,6.489,19.969l-19.096,39.064c-6.088,12.455-6.088,26.743,0,39.198l19.096,39.064C474.121,322.024,471.271,330.796,464.035,334.635z"/>
</g>
<g>
<path d="M363.886,148.116c-5.765-5.766-15.115-5.766-20.881,0L148.116,343.006c-5.766,5.766-5.766,15.115,0,20.881c2.883,2.883,6.662,4.325,10.44,4.325c3.778,0,7.558-1.441,10.44-4.325l194.889-194.889C369.653,163.231,369.653,153.883,363.886,148.116z"/>
<path d="M196.941,123.116c-29.852,0-54.139,24.287-54.139,54.139s24.287,54.139,54.139,54.139s54.139-24.287,54.139-54.139S226.793,123.116,196.941,123.116z M196.941,201.863c-13.569,0-24.608-11.039-24.608-24.609c0-13.569,11.039-24.608,24.608-24.608c13.569,0,24.609,11.039,24.609,24.608C221.549,190.824,210.51,201.863,196.941,201.863z"/>
<path d="M315.061,280.61c-29.852,0-54.139,24.287-54.139,54.139s24.287,54.139,54.139,54.139c29.852,0,54.139-24.287,54.139-54.139S344.913,280.61,315.061,280.61zM315.061,359.357c-13.569,0-24.609-11.039-24.609-24.608s11.039-24.608,24.609-24.608c13.569,0,24.608,11.039,24.608,24.608S328.63,359.357,315.061,359.357z"/>
</g>
</svg>
Offer
</a>
</li>
<li><a href="#"><span class="lar la-edit"></span> i-Nutrition</a></li>
<li><a href="workout.html"><span class="las la-dumbbell"></span> Workouts</a></li>
<li><a href="franchise.html"><span class="las la-warehouse"></span> Franchise</a></li>
<li><a href="#"><span class="las la-question"></span> Why us</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-6 text-center">
<div class="navbar-brand">
<a href="home.html">
<img src="img/logo.png" alt="Nutrition systems"/>
</a>
</div>
</div>
<div class="left_side_toogle_menu col-3 text-right">
<ul>
<li><a href="#"><i class="lar la-user"></i></a></li>
<li><a href="cart.html"><span class="cart-count">2</span><i class="las la-shopping-bag"></i></a></li>
</ul>
</div>
</div>
<div class="search">
<form method="post" action="#">
<div class="input-group">
<input type="text" name="" class="form-control" placeholder="search for products, Brand and more">
<div class="input-group-append">
<button class="btn btn-primary" type="submit"><i class="las la-search"></i></button>
</div>
</div>
</form>
</div>
</div>
<!--/Mobile Navigation-->
</header>
<!--header end here-->
<!--breadcrumb content-->
<section class="breadcrumb-wrapper">
<div class="container">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="home.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Multi Ventor Seller</li>
</ol>
</nav>
</div>
</section>
<!--breadcrumb content end here-->
<section class="header-img">
<img src="https://via.placeholder.com/1920x400">
<h2 class="title fw-700">Multi Ventor Seller</h2>
</section>
<style type="text/css">
h3.market-heading.text-center {
text-decoration: underline;
margin: 30px 0;
font-size: 20px;
}
.market-subhead {
margin: 15px 0;
font-weight: 600;
text-decoration: underline;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
h3.market-heading.left {
text-decoration: underline;
margin-top: 30px;
font-size: 20px;
margin-bottom: 15px;
}
span.market-span {
font-size: 14px;
color: #212121;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ul.market-list {
padding-left: 25px;
}
li.market-list-check {
margin-top: 10px;
}
.table {
font-size: 13px;
}
table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #dd121f;
color: #fff;
}
table tr:nth-child(2n) {
background-color: #f2f2f2;
}
.market-contact {
margin: 25px 0 5px;
font-size: 16px;
font-weight: 800;
}
.market-footer {
margin: 30px 0;
}
form.form-horizontal.sell .form-group .col-sm-10 p {
font-size: 14px;
}
form.form-horizontal.sell .form-group .col-sm-10 {
float: right;
}
section.mb-5.pricing .form-group {
display: flex;
}
</style>
<section class="mb-5 pricing">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="row">
<div class="col-md-12">
<div class="form-group success_msg" style="display: none;">
<div class="col-sm-12">
<div class="alert alert-success"><strong>Success!</strong> We have received your request.</div>
</div>
</div>
<div class="form-group">
<h1 class="entry-title"><a href="#">Sell On Nutrition System</a></h1>
</div>
<form class="form-horizontal sell_on_hxp_form" method="post">
<div class="form-group">
<label class="control-label col-sm-2" for="company_name">Registered Company Name *:</label>
<div class="col-sm-10">
<input type="text" name="company_name" placeholder="Registered Company Name" class="form-control" required="" />
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="company_name">Business Nature *:</label>
<div class="col-sm-10">
<p><input type="radio" name="business_nature" value="Manufacturer" checked="" /> Manufacturer</p>
<p><input type="radio" name="business_nature" value="Importer" /> Importer </p>
<p><input type="radio" name="business_nature" value="Reseller" /> Reseller</p>
<p><input type="radio" name="business_nature" value="Distributor" /> Distributor </p>
<p><input type="radio" name="business_nature" value="Limited" /> Limited</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="company_name">Category Of Your Product Range *:</label>
<div class="col-sm-10">
<p><input type="radio" name="product_range" value="Sports Nutrition" checked="" /> Sports Nutrition </p>
<p><input type="radio" name="product_range" value="Health Nutrition" /> Health Nutrition </p>
<p><input type="radio" name="product_range" value="Weight loss" /> Weight loss </p>
<p><input type="radio" name="product_range" value="Ayurveda and Herbs" /> Ayurveda and Herbs </p>
<p><input type="radio" name="product_range" value="Hair Loss" /> Hair Loss </p>
<p><input type="radio" name="product_range" value="Acne care" /> Acne care </p>
<p><input type="radio" name="product_range" value="Fitness accessories" /> Fitness accessories </p>
<p><input type="radio" name="product_range" value="Other" /> Other </p>
<p>
As of now HealthXP is listing in below categories only. If the brand that you wish to sell doesn't fall in the categories mentioned below then select other and write down the category name, We will contact you once we
start listing in the said category
</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="phone_no"> Brand Name To Sell On HealthXP*:</label>
<div class="col-sm-10">
<input type="text" name="brand_name" placeholder="Name To Sell On HealthXP" class="form-control" required="" />
<p>Share The Brand Name(s) That You Wish To Sell On HealthXP</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="company_name">Monthly Revenue*:</label>
<div class="col-sm-10">
<p><input type="radio" name="monthly_revenue" value="0-1lacs" checked="" /> 0-1lacs </p>
<p><input type="radio" name="monthly_revenue" value="1-5 lacs" /> 1-5 lacs </p>
<p><input type="radio" name="monthly_revenue" value="5-10 lacs" /> 5-10 lacs </p>
<p><input type="radio" name="monthly_revenue" value="10 -50 lacs" /> 10 -50 lacs </p>
<p><input type="radio" name="monthly_revenue" value="1 Crores+" /> 1 Crores+ </p>
<p>Please share the monthly revenue generated online from these brand(s)</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="phone_no">Share The Brand Link :</label>
<div class="col-sm-10">
<input type="text" name="brand_link" placeholder="Share The Brand Link" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="phone_no">Share Your Contact Number:</label>
<div class="col-sm-10">
<input type="text" name="contact_no" placeholder="Share Your Contact Number" class="form-control" />
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="phone_no">Share Your Email Address:</label>
<div class="col-sm-10">
<input type="email" name="email" placeholder="Share Your Email Address" class="form-control" />
</div>
</div>
<div class="form-group">
<div class="col-sm-2"></div>
<div class="col-sm-offset-2 col-sm-10 text-right">
<button type="submit" class="btn btn-outline-primary mr-3">Apply Now</button>
<button type="reset" class="btn btn-outline-primary">Cancel</button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-10">
<div class="row">
<div class="col-lg-12">
<div class="video btn-round">
<h3 class="market-heading text-center">Market Place Policy</h3>
<span class="market-span">Use of the Platform and the features therein is governed by the following terms and conditions including applicable policies available on the Platform, notifications and communications sent to seller, which is incorporated herein by way of reference. To transact on the Platform, seller shall be subject to the policies that are applicable to the Platform for such a transaction. By mere use of the Platform seller shall be contracting with Bright Lifecare (P) Ltd (hereinafter referred to as “BLPL”), and these terms and conditions including the policies constitute your binding obligations to BLPL.</span>
<div class="market-subhead">Enrolment:</div>
<span class="market-span">To begin the enrolment process, sellerc must complete the registration process. As part of the application, you must provide us with your (or your business's) legal name, address, phone number, e-mail address and applicable tax registration details. We may at any time cease providing any or all the Services at our sole discretion and without notice.</span>
<div class="market-subhead">Seller Eligibility:</div>
<span class="market-span">The use of the Platform is available only to persons who can form legally binding contracts under the Indian Contract Act, 1872. Persons who are "incompetent to contract" within the meaning of the Indian Contract Act, 1872 including minors, un-discharged insolvents etc. are not eligible to use the Platform. If you are a minor i.e. under the age of 18 years, you shall not register as a seller on the Platform, transact or use the Platform. BLPL reserves the right to terminate your registration and/or refuse you access to the Platform if it is brought to BLPL’s notice or discovered that you are under the age of 18 years. If you register as a business entity, you represent that you are duly authorized by the business entity to accept the TOU and you have the authority to bind the business entity to the TOU.</span>
<div class="market-subhead">Your Account and Registration Obligations:</div>
<span class="market-span">During use of the Platform, you agree to furnish your details and information as requested by us from time to time. You shall remain responsible for maintaining confidentiality of this information, as well as your display name, login and password details. You agree that if you provide any information which is untrue, inaccurate, not current, or incomplete or we have reasonable grounds to suspect that such information is untrue, inaccurate, not current, incomplete, or not in accordance with the TOU, we shall have the right to suspend or terminate your account on the Platform or indefinitely block you from accessing the Platform.</span>
<div class="market-subhead">Communications:</div>
<span class="market-span">When you use the Platform or send emails, other data, information, or communication to us, you agree and understand that you are communicating with us through electronic records and you consent to receive communications via electronic records from us periodically or as and when required. We may communicate with you by email, telephonically or any other mode of communication, electronic or otherwise.</span>
<h3 class="market-heading left">PAYMENT TERMS/PRODUCT PRICING AND COMMISSION SETTLEMENT:</h3>
<ul class="market-list">
<li class="market-list-check">Seller shall quote the best, lowest and competitive Selling Price (inclusive of all applicable taxes and charges) for each Product on the Platform.</li>
<li class="market-list-check">
Seller’s continued use of Seller Panel (including updated information in Seller Panel, listing of Products, inventory etc.) and healthkart.com (including selling price and MRP and product specifications) selling price shall be
deemed as acceptance of such modifications/amendments/ revisions.
</li>
<li class="market-list-check">It shall be the Seller’s responsibility to review the emails/notifications/by BLPL Ecommerce from time to time.</li>
<li class="market-list-check">
Seller may provide a discount / offer on the Products. That seller may revise the selling price of the product by way of telephonic or e-mail or and/or any other mode of communication. The Selling Price of the Products offered for
sale by the Seller on the Platform shall be in accordance with applicable laws, rules and regulations (i.e. either equal to, or less than, the maximum retail price of that Product). The maximum retail price, along with other
statutory declarations, shall be mentioned on each product and/or on its packaging in accordance with applicable laws.
</li>
<li class="market-list-check">
Every week payment shall be made to the sellers after deducting market place commission, other dues and applicable taxes for the delivered orders and no payment shall be pending for product delivered beyond 14 days of delivery.
</li>
<li class="market-list-check">Payout reports shall be made available to the vendors every week for the payment made during the week and any queries thereof shall be raised within 72 hours of getting the reports.</li>
<li class="market-list-check">
Seller shall provide No dues certificate on quarterly basis. Seller acceptance of payout made by BLPL and continuity of further business shall be deemed as acceptance of market place commission deducted on all transactions made
during the period.
</li>
<li class="market-list-check">
BLPL shall have the right to amend the market place Fees percentage applicable to any Product as provided in the Commercial Term Segment, with notice of the same to Seller by way of an email or telephonic conversation and/or a
notification on the Seller Panel detailing such modifications/ amendments/ revisions to the BLPL market place Fees.
</li>
<li class="market-list-check">
The Selling Price in respect of a Product purchased by a buyer shall be received in full by BLPL Ecommerce either through the online system, i.e., the payment gateway offered by BLPL Ecommerce on the Platform, or by way of cash on
delivery.
</li>
<li class="market-list-check">Seller will be responsible for payment of all applicable taxes including sales tax and VAT. Seller agrees and acknowledges that Seller will pay BLPL Marketplace fee.</li>
<li class="market-list-check">
For any market place Fees deducted, BLPL shall release the TDS amount to the Seller within 30 days after receiving accurate TDS certificate. TDS deposit is explicit responsibility of Seller to government on time as per Income Tax
Act, 1961.
</li>
<li class="market-list-check">
Seller agrees that BLPL Ecommerce shall, always have the right and option to deduct/adjust any payments due to, or from, Seller in one transaction, against any payments due to, or from, Seller in other or previous transactions.
</li>
</ul>
<h3 class="market-heading left">TRANSFER OF OWNERSHIP OF PRODUCT, LOGISTICS AND CONSUMER RIGHTS:</h3>
<ul class="market-list">
<li class="market-list-check">
Seller agrees that BLPL Ecommerce’s role is limited to managing the Platform for the display of the Products and other incidental services to facilitate the shopping transactions between Seller and the Buyers. Accordingly, BLPL
Ecommerce is merely an intermediary and is only a platform/facilitator where the Seller may offer its Products for sale. At no time shall BLPL Ecommerce have any obligations or liabilities in respect of such contract nor shall BLPL
Ecommerce hold any rights, title or interest in the Products. BLPL Ecommerce shall not be responsible for any unsatisfactory or delayed performance or any actions or inactions of the Seller including delays as a result of the
Products being out of stock.
</li>
<li class="market-list-check">
Seller shall ensure that the ownership in the Products purchased will be transferred to the Buyer after successful delivery of the same at the destination provided by the Buyer, until which the ownership in the Products shall vest
with the Seller alone. Seller agrees and acknowledges that as a market place, BLPL Ecommerce will extend its value added services enabling partners for handling of logistics thereby facilitating the smooth functioning of the
transaction between Seller and the Buyer and the Seller undertakes to furnish the accurate weights of the Products (i.e., actual weight of the Product and accessories if any, along with its Packing) to be shipped by the Courier
Partner. In the event of any discrepancy in the weight of the Product provided by the Seller and the weight of the Product provided by the Courier Partner at the time of shipment of pick-up of shipment, the weight provided by the
Courier Partner shall be considered to be final and deviations if any in the logistic charges on accounts of such deviations shall be charged to and recovered from the Seller on actual basis. Any damage in transit on account of
inadequate/unsuitable packaging will be to the account of the Seller.
</li>
<li class="market-list-check">Seller hereby agrees to accept all sales return (cash on delivery or non-cash on delivery), which are refused/not accepted by the Buyer at the time of delivery.</li>
<li class="market-list-check">
Seller will offer standard manufacturer’s or seller’s warranty actually associated with the Products. However, the Seller agrees that repair, replacement or 100% (one hundred percent) refund of money will be given to the Buyer
against any manufacturing defect or damage reported by the Buyer. Seller shall be solely responsible to issue a suitable, duly stamped, manufacturer’s warranty card to the Buyer with the Product at the time of dispatch of the
Product, if applicable. The Parties also agree and acknowledge that the primary and sole responsibility for redressal of the Buyer’s complaints will rest solely with Seller at all times.
</li>
<li class="market-list-check">
Seller undertakes to accept all the return shipments irrespective of condition of the shipment and any dispute with respect to the condition of the shipment shall be settled only after acceptance of the shipment by Seller. If the
shipment is not accepted by Seller, no dispute related to returns shall be entertained by BLPL Ecommerce.
</li>
<li class="market-list-check">Seller undertakes to put return shipment queries with business team by email within 72 hours of receiving of shipments failing which such queries of Seller shall not be considered by BLPL Ecommerce.</li>
<li class="market-list-check">In case of receipt of damaged product, Seller undertakes to send 360 deg photos within 72 hours of receiving such product, no claims shall be entertained against queries made after 72 hour.</li>
</ul>
<div class="market-subhead">Customer Dispute resolution:</div>
<span class="market-span">Provided herein is the list of the disputes that may arise during the order fulfillment process for which Seller will be accountable.</span>
<ul class="market-list">
<li class="market-list-check">Seller should settle all disputes related to operations with customer directly. Only payment will be done through BLPL Ecommerce for utilizing BLPL services.</li>
<li class="market-list-check">Seller should not get involved in any collusion activity with the customer. If Seller is caught indulging in such malpractices, BLPL Ecommerce may take legal action and levy penalties as deemed suitable by BLPL.</li>
</ul>
<div class="market-subhead">Customer Dispute resolution:</div>
<table class="table">
<tr>
<th>Sr. No.</th>
<th>Particulars</th>
<th>Replacement / Return / accountability</th>
</tr>
<tr>
<td>1</td>
<td>Damaged/ Defective/Wrong SKU shipment</td>
<td>To be borne by Seller</td>
</tr>
<tr>
<td>2</td>
<td>Refund/ Replacement in case of wrong size, color issues</td>
<td>To be borne by Seller</td>
</tr>
<tr>
<td>3</td>
<td>Post Shipment return up to a period of 14 days from delivery, because of product quality issue.</td>
<td>To be borne by Seller</td>
</tr>
<tr>
<td>4</td>
<td>Wrong Specifications (not in line as what is mentioned on website)</td>
<td>To be borne by Seller</td>
</tr>
<tr>
<td>5</td>
<td>MRP Difference (e.g.-MRP difference on the website and on the product received)</td>
<td>To be borne by Seller</td>
</tr>
</table>
<div class="market-contact">Contact Us</div>
<span class="market-span">Please send any comments or questions, including all enquiries not related to trademark and copyright infringement, on the Website to sellers@nutrition.com</span>
<div class="market-footer">Nuteition System Private limited.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row gutters-2">
<div class="col-xl-9 col-lg-8">
<div class="row gutters-1">
<div class="widget col-md-3 col-6">
<h3 class="widget-title">Nutritions Systems</h3>
<ul class="links">
<li><a href="about-us.html">About us</a></li>
<li><a href="refer-and-earn.html">Refer & Earn</a></li>
<li><a href="career.html">Careers</a></li>
<li><a href="policy.html">Terms & Conditions</a></li>
<li><a href="policy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="widget col-md-3 col-6">
<h3 class="widget-title">Support</h3>
<ul class="links">
<li><a href="user-account.html">Your Account</a></li>
<li><a href="store-locator.html">Store Locator</a></li>
<li><a href="policy.html">Delivery Policies</a></li>
<li><a href="policy.html">Return Policy</a></li>
<li><a href="policy.html">FAQ's & Help</a></li>
<li><a href="contact-us">Contact us</a></li>
<li><a href="#">Sell on Nutiritions</a></li>
</ul>
</div>
<div class="widget col-md-3 col-6">
<h3 class="widget-title">Categories</h3>
<ul class="links">
<li><a href="#">Body Building</a></li>
<li><a href="#">Weight Loss</a></li>
<li><a href="#">Health Living</a></li>
<li><a href="#">Hair & Skin Care</a></li>
<li><a href="#">Sports Nutritions</a></li>
</ul class="links">
</div>
<div class="widget col-md-3 col-6">
<h3 class="widget-title">Optional</h3>
<ul class="links">
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Lorem Ipsum</a></li>
</ul>
</div>
</div>
</div>
<div class="widget col-xl-3 col-lg-4 mt-5 mt-lg-0">
<h3 class="widget-title">SIGN UP FOR NEWSLETTER</h3>
<p>Be the first one to receive amazing offers, deals and news from Nutrition systems</p>
<form method="post" action="#" id="newsletter" class="mb-4">
<div class="input-group">
<input type="text" name="newsletter" class="form-control" placeholder="Enter Your Email id" />
<div class="input-group-append">
<button class="btn btn-primary" type="submit">Send</button>
</div>
</div>
</form>
</div>
</div>
<hr class="my-4">
<div class="row gutters-2 justify-content-between">
<div class="col-lg-8">
<h3>Pay Using</h3>
<img src="img/payment.svg" alt="payment" class="my-4 my-md-0 pr-lg-5">
<p><span class="fw-600">About Nutritionsystems:</span> Nutritionsystems.com is India's largest online health & fitness store for men and women. Shop online from the latest collections of health, fitness and similar products featuring the best brands.</p>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<h3>Connect with us</h3>
<div class="social-media circle mt-4">
<ul>
<li><a href="#"><span class="fa fa-facebook"></span></a></li>
<li><a href="#"><span class="fa fa-instagram"></span></a></li>
<li><a href="#"><span class="fa fa-youtube-play"></span></a></li>
<li>
<a href="#">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 100" xml:space="preserve">
<path class="st1" d="M50.2,35.5c0-10.7,0-21.4,0-32.1c0-2.1,1.3-3.4,3.3-3.4c5,0,10,0,15.1,0c2,0,3.1,1.2,3.2,3.1 c0.1,2.1,0.3,4.2,1.1,6.2c1.4,3.6,3.5,6.6,6.6,8.9c2.1,1.6,4.4,2.6,6.9,3.3c1.6,0.5,3.2,0.4,4.8,0.6c1.4,0.2,2.6,1.4,2.6,2.8c0,5.3,0,10.6,0,15.9c0,1.5-1.3,2.8-3,2.9c-1.5,0.1-3-0.2-4.6-0.3c-1-0.1-1.9-0.3-2.9-0.4c-2.8-0.5-5.5-1.4-8.2-2.4c-0.9-0.4-1.8-0.7-2.6-1.2c-0.7-0.5-0.8-0.3-0.8,0.5c0,6.5,0,12.9,0,19.4c0,3.3,0,6.5,0,9.8c0,2.6-0.6,5.2-1.3,7.7c-0.9,2.9-2.1,5.7-3.8,8.2c-1.4,2.2-2.9,4.2-4.8,6c-2.8,2.6-5.9,4.8-9.4,6.4c-3,1.3-6.1,2.2-9.3,2.7c-2.3,0.3-4.6,0.3-6.9,0.1c-1.8-0.1-3.5-0.5-5.3-0.9c-1.7-0.4-3.4-1-5-1.7c-2.3-1-4.4-2.2-6.4-3.7c-2-1.5-3.7-3.2-5.3-5c-1.5-1.7-2.8-3.6-3.9-5.5c-1.1-2-1.9-4.1-2.6-6.2c-1-3.4-1.5-6.9-1.4-10.5c0.1-2.1,0.4-4.2,0.8-6.2c0.8-3.5,2.1-6.8,4-9.9c2.2-3.5,4.9-6.5,8.2-9c2.8-2.2,6-3.8,9.3-5c2.3-0.8,4.7-1.2,7.2-1.5c1-0.1,2-0.1,3-0.1c2-0.1,3.1,1.5,3.1,3.1c0.1,5.2,0.1,10.3,0,15.5c0,1.6-1.3,3-3.1,3c-3.6,0-6.5,1.5-8.7,4.4c-1.4,1.8-2.1,3.7-2.3,6c-0.3,4.5,1.5,7.9,5.2,10.3c2.2,1.4,4.6,1.9,7.3,1.6c2.7-0.3,5-1.5,6.8-3.5c1.8-2,2.9-4.4,2.9-7.1C50.2,57,50.2,46.2,50.2,35.5z"/>
</svg>
</a>
</li>
<li><a href="#"><span class="fa fa-google-plus-g"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--/footer-->
<!--Copyright-->
<div class="copyright">
<div class="container">
<p><span class="fw-600 text-primary">Disclaimer:</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.Quisque eu nibh ac arcu porttitor consectetur et sit amet nisi. Phasellussed justo vel nulla vestibulum dapibus. Curabitur consequat lacus risus, ac tempus metus porttitor a. Quisquelobortis faucibus mauris, et consequat eros vehicula a. Quisque hendrerit pharetra augue sed fermentum. Orci varius natoquepenatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur quis tellus interdum, rutrum mi id, consectetur est.</p>
<p class="mb-0">Copyright © 2020. All Rights Reserved</p>
</div>
</div>
<!--/copyright-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/slider_function.js"></script>
<script src="js/main.js"></script>
</body>
</html>