-
Notifications
You must be signed in to change notification settings - Fork 32
/
user_accountpage.html
833 lines (783 loc) · 31.6 KB
/
user_accountpage.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Customer Account</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.png" />
<!-- Place favicon.ico in the root directory -->
<!-- google-font -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<!-- all css here -->
<!-- bootstrap v3.3.6 css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- jquery-ui.min css -->
<link rel="stylesheet" href="css/jquery-ui.min.css">
<!-- nivo-slider css -->
<link rel="stylesheet" href="css/nivo-slider.css">
<!-- magnific-popup css -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- meanmenu css -->
<link rel="stylesheet" href="css/meanmenu.min.css">
<!-- owl.carousel css -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!--linearicons css -->
<link rel="stylesheet" href="css/linearicons-icon-font.min.css">
<!-- font-awesome css -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
<!-- style css -->
<link rel="stylesheet" href="style.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
<!-- modernizr css -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- header-start -->
<header>
<div class="header-top-area ptb-10 hidden-xs header-top-area-4">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-5">
<div class="header-top-right header-top-left-4">
<p>FREE SHIPPING ON ORDERS OVER Rs499</p>
</div>
</div>
<div class="col-lg-9 col-md-8 col-sm-7 header-top-right-4">
<!--<div class="dropdown header-left-menu">
<button class="btn btn-default header-left-menu dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<img src="img/eng/1.jpg" alt="" /> English 1 <i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu">
<li><a href="#"><img src="img/eng/2.jpg" alt="" /> English 1</a></li>
<li><a href="#"><img src="img/eng/3.jpg" alt="" /> English 2</a></li>
<li><a href="#"><img src="img/eng/1.jpg" alt="" /> English 3</a></li>
</ul>
</div>-->
<!--<div class="dropdown header-left-menu">
<button class="btn btn-default header-left-menu dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
GBP <i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu">
<li><a href="#"> EUR - Euro</a></li>
<li><a href="#"> USD - US Dollar</a></li>
</ul>
</div>-->
<div class="header-top-left">
<ul>
<li class="click_menu"><a href="#">My Account <i class="fa fa-angle-down"></i></a>
<ul class="click_menu_show">
<li><a href="customer-login.html">Compare Products</a></li>
<li><a href="customer-login.html">My Account</a></li>
<li><a href="wishlist.html">My Wish List</a></li>
<li><a href="customer-login.html">Sign In</a></li>
</ul>
</li>
<li><a href="customer-account.html">Create an Account</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header-bottom-area home-page-2 ptb-10">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="menu-search-box scnd-fix">
<form action="#">
<input type="text" placeholder="Search here..."/>
<button><span class="lnr lnr-magnifier"></span></button>
</form>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="logo logo2">
<a href="index.html"><img src="img/logo-4.png" alt="" /></a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 hidden-xs">
<div class="header-bottom-right-4-inner">
<a href="#"><span class="lnr lnr-heart"></span></a>
</div>
<div class="header-bottom-right header-bottom-right-4">
<div class="shop-cart shop-cart-4">
<a href="#"><span class="lnr lnr-cart"></span></a>
</div>
<div class="shop-cart-hover shop-cart-hover-4 fix">
<ul>
<li>
<div class="cart-img">
<a href="#"><img src="img/cart/1.jpg" alt="" /></a>
</div>
<div class="cart-content">
<h4><a href="#">1 x Faded...</a></h4>
<span><a href="#">S, Orange</a></span>
<span class="cart-price">Rs 16.84</span>
</div>
<div class="cart-del">
<i class="fa fa-times-circle"></i>
</div>
</li>
<li>
<div class="cart-img">
<a href="#"><img src="img/cart/1.jpg" alt="" /></a>
</div>
<div class="cart-content">
<h4><a href="#">1 x Faded...</a></h4>
<span><a href="#">S, Orange</a></span>
<span class="cart-price">Rs 16.84</span>
</div>
<div class="cart-del">
<i class="fa fa-times-circle"></i>
</div>
</li>
<li class="total-price"><span> Total Rs 48.04 </span></li>
<li class="checkout-bg">
<a href="checkout.html">checkout <i class="fa fa-angle-right"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- mainmenu-area-start -->
<div class="mainmenu-area home-page-2 mainmenu-area-4" id="main_h">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="mainmenu hidden-xs">
<nav>
<ul>
<li class="active"><a href="index.html">Seating</a>
<ul>
<li><a href="">EXECUTIVE CUSHIONED CHAIRS</a></li>
<li><a href="">EXECUTIVE MESH CHAIRS</a></li>
<li><a href="">WORKSTATION CHAIRS</a></li>
<li><a href="">VISITOR CHAIR</a></li>
<li><a href="">STOOL</a></li>
<li><a href="">RECLINER CHIARS</a></li>
<li><a href="">AUDITORIUM CHAIRS</a></li>
<li><a href="">ACCESSORIES</a></li>
</ul>
</li>
<li><a href="shop.html">Table</a>
<div class="megamenu">
<span>
<a href="#" class="megatitle">EXCUTIVE MODULAR TABLES</a>
<a href="#">EXECUTIVE TRADITIONAL TABLES</a>
<a href="#">COMPUTER TABLES</a>
<a href="#">STEEL TABLES</a>
<a href="#">ACCESSORIES</a>
</span>
<!--<span>
<a href="#" class="megatitle">Nightstands</a>
<a href="#">Brown Finish</a>
<a href="#">Distressed</a>
<a href="#">Cherry Finish</a>
<a href="#">Weathered</a>
<a href="#">Laundry</a>
</span>
<span>
<a href="#" class="megatitle">Headboards</a>
<a href="#">Upholstered</a>
<a href="#">Tufted</a>
<a href="#">Storage</a>
<a href="#">padded</a>
<a href="#">Outdoor</a>
</span>-->
</div>
</li>
<li><a href="shop.html">Workstation Furnitures</a>
<div class="megamenu megamenu2 living-megamenu">
<span>
<a href="#" class="megatitle">Living Chairs</a>
<a href="#">mattress</a>
<a href="#">bunk bed</a>
<a href="#">Weathered</a>
<a href="#">sideboard</a>
<a href="#">Dresses</a>
</span>
<span>
<a href="#" class="megatitle">Bootees Bags</a>
<a href="#">Brown Finish</a>
<a href="#">Distressed</a>
<a href="#">Tufted</a>
<a href="#">Cherry Finish</a>
<a href="#">Weathered</a>
</span>
<span>
<a href="#" class="megatitle">Headboards</a>
<a href="#">Upholstered</a>
<a href="#">Tufted</a>
<a href="#">Storage</a>
<a href="#">Sweaters</a>
<a href="#">padded</a>
</span>
<span>
<a href="#" class="megatitle">Headboards</a>
<a href="#">Upholstered</a>
<a href="#">Tufted</a>
<a href="#">Storage</a>
<a href="#">Wedges</a>
<a href="#">padded</a>
</span>
</div>
</li>
<li><a href="shop.html">Dining Room</a>
<div class="megamenu dining-megamenu">
<span>
<a href="#" class="megatitle">Dining tables</a>
<a href="#">Crochet</a>
<a href="#">Sleeveless</a>
<a href="#">Stripes</a>
<a href="#">Sweaters</a>
</span>
<span>
<a href="#" class="megatitle">Dining chairs</a>
<a href="#">Dining chairs</a>
<a href="#">Ankle</a>
<a href="#">Cherry Finish</a>
<a href="#">Weathered</a>
</span>
<span>
<a href="#" class="megatitle">Dining sets</a>
<a href="#">Upholstered</a>
<a href="#">Tufted</a>
<a href="#">Footwear</a>
<a href="#">Wedges</a>
</span>
</div>
</li>
<li><a href="#">All pages</a>
<ul>
<li><a href="wishlist.html">my wishlist</a></li>
<li><a href="cart.html">cart page</a></li>
<li><a href="checkout.html">checkout</a></li>
<li><a href="product-details.html">product-details</a></li>
<li><a href="user_accountpage.html">User account</a></li>
<li><a href="customer-login.html">login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="shop.html">shop </a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<div class="mobile-menu-area hidden-sm hidden-md hidden-lg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mobile-menu">
<nav id="mobile-menu">
<ul>
<li class="active"><a href="index.html">Home</a>
<ul>
<li><a href="index.html">home version 1</a></li>
<li><a href="index-2.html">home version 2</a></li>
<li><a href="index-3.html">home version 3</a></li>
<li><a href="index-4.html">home version 4</a></li>
</ul>
</li>
<li><a href="shop.html">Bedroom</a>
<ul>
<li><a href="#">Beds</a>
<ul>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Storage Beds</a></li>
<li><a href="#">Regular Beds</a></li>
<li><a href="#">Sleigh Beds</a></li>
<li><a href="#">modern beds</a></li>
</ul>
</li>
<li><a href="#">Nightstands</a>
<ul>
<li><a href="#">Brown Finish</a></li>
<li><a href="#">Distressed</a></li>
<li><a href="#">Cherry Finish</a></li>
<li><a href="#">Weathered</a></li>
<li><a href="#">Laundry</a></li>
</ul>
</li>
<li><a href="#">Headboards</a>
<ul>
<li><a href="#">Upholstered</a></li>
<li><a href="#">Tufted</a></li>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Platform Beds</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="shop.html">Living Room </a>
<ul>
<li><a href="#">Beds</a>
<ul>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Storage Beds</a></li>
<li><a href="#">Regular Beds</a></li>
<li><a href="#">Sleigh Beds</a></li>
<li><a href="#">modern beds</a></li>
</ul>
</li>
<li><a href="#">Nightstands</a>
<ul>
<li><a href="#">Brown Finish</a></li>
<li><a href="#">Distressed</a></li>
<li><a href="#">Cherry Finish</a></li>
<li><a href="#">Weathered</a></li>
<li><a href="#">Laundry</a></li>
</ul>
</li>
<li><a href="#">Headboards</a>
<ul>
<li><a href="#">Upholstered</a></li>
<li><a href="#">Tufted</a></li>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Platform Beds</a></li>
</ul>
</li>
<li><a href="#">Headboards</a>
<ul>
<li><a href="#">Upholstered</a></li>
<li><a href="#">Tufted</a></li>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Platform Beds</a></li>
<li><a href="#">Platform Beds</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="shop.html">Dining Room</a>
<ul>
<li><a href="#">Dining tables</a>
<ul>
<li><a href="#">Crochet</a></li>
<li><a href="#">Sleeveless</a></li>
<li><a href="#">Regular Beds</a></li>
<li><a href="#">Stripes</a></li>
<li><a href="#">Sweaters</a></li>
</ul>
</li>
<li><a href="#">Dining chairs</a>
<ul>
<li><a href="#">Ankle</a></li>
<li><a href="#">Distressed</a></li>
<li><a href="#">Cherry Finish</a></li>
<li><a href="#">Weathered</a></li>
<li><a href="#">Laundry</a></li>
</ul>
</li>
<li><a href="#">Headboards</a>
<ul>
<li><a href="#">Upholstered</a></li>
<li><a href="#">Tufted</a></li>
<li><a href="#">Phery Finiss</a></li>
<li><a href="#">Platform Beds</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="shop.html">pages</a>
<ul>
<li><a href="wishlist.html">my wishlist</a></li>
<li><a href="cart.html">cart page</a></li>
<li><a href="checkout.html">checkout</a></li>
<li><a href="product-details.html">product-details</a></li>
<li><a href="user_accountpage.html">User account</a></li>
<li><a href="customer-login.html">login</a></li>
<li><a href="register.html">Register</a></li>
<li><a href="shop.html">shop </a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
<li><a href="blog.html">blog</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<!-- mainmenu-area-end -->
<!-- page-title-wrapper-start -->
<div class="page-title-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-title">
<h3>Create New Customer Account</h3>
</div>
</div>
</div>
</div>
</div>
<!-- page-title-wrapper-end -->
<!-- contuct-form-area-start -->
<div class="login-area ptb-80">
<div class="container">
<div class="container">
<div class="col-sm-12">
<h3>Edit Profile</h3>
<hr/>
<div class="col-sm-3"> <!-- required for floating -->
<!-- Nav tabs -->
<ul class="nav nav-tabs tabs-left">
<li class="active"><a href="#profile" data-toggle="tab">Profile</a></li>
<li><a href="#chnage_passwrd" data-toggle="tab">Change Password</a></li>
<li><a href="#deliveryaddress" data-toggle="tab">Delivery Address</a></li>
<li><a href="#reentorders" data-toggle="tab">Recent Orders</a></li>
<li><a href="#returnorders" data-toggle="tab">Return Orders</a></li>
</ul>
</div>
<div class="col-sm-9">
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="profile">
<div class="login-form">
<form>
<div class="form-group login-page">
<label for="">First Name <span>*</span></label>
<input type="text" class="form-control" id="">
</div>
<div class="form-group login-page">
<label for="">Last Name <span>*</span></label>
<input type="email" class="form-control" id="">
</div>
<!--<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox"> Sign Up for Newsletter
</label>
</div>
</div>
<div class="login-title">
<h3>Sign-in Information</h3>
</div>-->
<div class="form-group login-page">
<label for="">Email <span>*</span></label>
<input type="text" class="form-control" id="">
</div>
<button type="submit" class="btn btn-default login-btn">Submit</button>
</form>
</div>
</div>
<div class="tab-pane" id="chnage_passwrd">
<form>
<div class="form-group login-page">
<label for="">Old Password<span>*</span></label>
<input type="password" class="form-control" id="">
</div>
<div class="form-group login-page">
<label for="">New Password<span>*</span></label>
<input type="password" class="form-control" id="">
</div>
<div class="form-group login-page">
<label for="">Confirm Password<span>*</span></label>
<input type="password" class="form-control" id="">
</div>
<button type="submit" class="btn btn-default login-btn">Submit</button>
</form>
</div>
<div class="tab-pane" id="deliveryaddress">
<div class="col-md-12 col-sm-12 col-xs-12">
<h4 class="profile_addresstab">Choose Address</h4>
<div class="col-md-6 col-sm-6 col-xs-12 multiple_address">
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> E-199 kalka ji New Delhi infront of Sanatan Dharam Mandir New Delhi 110019
</label>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 multiple_address">
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> E-199 kalka ji New Delhi infront of Sanatan Dharam Mandir New Delhi 110019
</label>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 multiple_address">
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> E-199 kalka ji New Delhi infront of Sanatan Dharam Mandir New Delhi 110019 E-199 kalka ji New Delhi infront of Sanatan Dharam Mandir New Delhi 110019
</label>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 multiple_address">
<label class="radio-inline">
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> E-199 kalka ji New Delhi infront of Sanatan Dharam Mandir New Delhi 110019
</label>
</div>
</div>
<div class="col-md-12 col-sm-12">
<h4 class="profile_addresstab">Enter New Address Here</h4>
<div class="col-md-6">
<div class="checkout-form-list">
<label>First Name <span class="required">*</span></label>
<input type="text" placeholder="" />
</div>
</div>
<div class="col-md-6">
<div class="checkout-form-list">
<label>Last Name <span class="required">*</span></label>
<input type="text" placeholder="" />
</div>
</div>
<div class="col-md-12">
<div class="checkout-form-list">
<label>Address <span class="required">*</span></label>
<input type="text" placeholder="Street address" />
</div>
</div>
</div>
</div>
<div class="tab-pane" id="reentorders">
<div class="wishlist-table table-responsive">
<table>
<thead>
<tr>
<th class="product-remove"><span class="nobr">Remove</span></th>
<th class="product-thumbnail">Image</th>
<th class="product-name"><span class="nobr">Product Name</span></th>
<th class="product-name"><span class="nobr">Order No.</span></th>
<th class="product-price"><span class="nobr"> Unit Price </span></th>
<!--<th class="product-stock-stauts"><span class="nobr"> Stock Status </span></th>
<th class="product-add-to-cart"><span class="nobr">Buy It Again </span></th>-->
</tr>
</thead>
<tbody>
<tr>
<td class="product-remove"><a href="#">x</a></td>
<td class="product-thumbnail"><a href="#"><img src="img/wishlist/1.jpg" alt="" /></a></td>
<td class="product-name"><a href="#">Vestibulum suscipit</a></td>
<td class="product-name"><a href="#">GHJGHJGJHGHJHJHJ</a></td>
<td class="product-price"><span class="amount">Rs35.00</span></td>
<!--<td class="product-stock-status"><span class="wishlist-in-stock">In Stock</span></td>
<td class="product-add-to-cart"><a href="#"> Buy It Again</a></td>-->
</tr>
<tr>
<td class="product-remove"><a href="#">x</a></td>
<td class="product-thumbnail"><a href="#"><img src="img/wishlist/2.jpg" alt="" /></a></td>
<td class="product-name"><a href="#">Vestibulum dictum magna</a></td>
<td class="product-name"><a href="#">GHJGHJGJHGHJHJHJ</a></td>
<td class="product-price"><span class="amount">Rs50.00</span></td>
<!--<td class="product-stock-status"><span class="wishlist-in-stock">In Stock</span></td>
<td class="product-add-to-cart"><a href="#"> Buy It Again</a></td>-->
</tr>
</tbody>
</table>
</div>
</div>
<div class="tab-pane" id="returnorders">
<div class="wishlist-table table-responsive">
<table>
<thead>
<tr>
<th class="product-name"><span class="nobr">Product Name</span></th>
<th class="product-name"><span class="nobr">Order No.</span></th>
<th class="product-price"><span class="nobr"> Unit Price </span></th>
<th class="product-remove"><span class="nobr">Check Process</span></th>
<!--<th class="product-stock-stauts"><span class="nobr"> Stock Status </span></th>
<th class="product-add-to-cart"><span class="nobr">Buy It Again </span></th>-->
</tr>
</thead>
<tbody>
<tr>
<!--<td class="product-remove"><a href="#">x</a></td>-->
<td class="product-name"><a href="#">Vestibulum suscipit</a></td>
<td class="product-name"><a href="#">GHJGHJGJHGHJHJHJ</a></td>
<td class="product-price"><span class="amount">Rs35.00</span></td>
<td class="product-name"><a href="#">Check Process</a></td>
<!--<td class="product-stock-status"><span class="wishlist-in-stock">In Stock</span></td>
<td class="product-add-to-cart"><a href="#"> Buy It Again</a></td>-->
</tr>
<tr>
<!--<td class="product-remove"><a href="#">x</a></td>-->
<td class="product-name"><a href="#">Vestibulum dictum magna</a></td>
<td class="product-name"><a href="#">GHJGHJGJHGHJHJHJ</a></td>
<td class="product-price"><span class="amount">Rs50.00</span></td>
<td class="product-name"><a href="#">Check Process</a></td>
<!--<td class="product-stock-status"><span class="wishlist-in-stock">In Stock</span></td>
<td class="product-add-to-cart"><a href="#"> Buy It Again</a></td>-->
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div><!-- /container -->
</div>
</div>
<!-- contuct-form-area-end -->
<!-- contact-area-start -->
<div class="contact-area ptb-40">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mar_b-30">
<div class="contuct-info text-center">
<h4>Sign up for news & offers!</h4>
<p>You may safely unsubscribe at any time</p>
</div>
</div>
<div class="col-lg-6 col-md-8 col-sm-12 col-lg-offset-1 col-xs-12">
<div class="search-box">
<form action="#">
<input type="email" placeholder="Enter your email address"/>
<button><span class="lnr lnr-envelope"></span></button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- contact-area-end -->
<!-- footer-area-start -->
<div class="footer-area footer-area-4 ptb-80">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-5 col-sm-6 col-xs-12 mar_b-30">
<div class="footer-wrapper">
<div class="footer-logo">
<a href="#"><img src="img/logo-4.png" alt="" /></a>
</div>
<p>We are a team of designers and developers that create high quality Magento, Prestashop, Opencart themes and provide premium and support to our products.</p>
<ul>
<li>
<span>Address : </span> Delhi india
</li>
<li>
<span>Phone: </span> 123445689
</li>
<li>
<span>Email:</span> <a href="#">admin@dsfbvbbdvgz.company</a>
</li>
</ul>
<ul class="footer-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-flickr"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 hidden-sm col-xs-12 mar_b-30">
<div class="footer-wrapper">
<div class="footer-title">
<a href="#"><h3>useful links</h3></a>
</div>
<div class="footer-wrapper">
<ul class="usefull-link">
<li><a href="#">Contact us</a></li>
<li><a href="#">Site map</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Specials</a></li>
<li><a href="#">My Cart</a></li>
<li><a href="#">Wishlist</a></li>
<li><a href="#">Custom service</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 hidden-md hidden-sm col-xs-12 mar_b-30">
<div class="footer-wrapper">
<div class="footer-title">
<a href="#"><h3>useful links</h3></a>
</div>
<div class="footer-wrapper">
<ul class="usefull-link">
<li><a href="#">Contact us</a></li>
<li><a href="#">Site map</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Specials</a></li>
<li><a href="#">My Cart</a></li>
<li><a href="#">Wishlist</a></li>
<li><a href="#">Custom service</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="footer-wrapper">
<div class="footer-title">
<a href="#"><h3>useful links</h3></a>
</div>
<div class="footer-wrapper">
<ul class="usefull-link">
<li><a href="#">Contact us</a></li>
<li><a href="#">Site map</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Specials</a></li>
<li><a href="#">My Cart</a></li>
<li><a href="#">Wishlist</a></li>
<li><a href="#">Custom service</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer-area-end -->
<!-- .copyright-area-start -->
<div class="copyright-area">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 mar_b-30">
<div class="copyright text-left">
<p>2016 @ All Rights Reserved - <a href="#"></a></p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="copyright-img text-right">
<a href="#"><img src="img/payment.png" alt="" /></a>
</div>
</div>
</div>
</div>
</div>
<!-- .copyright-area-end -->
<!-- all js here -->
<!-- jquery latest version -->
<script src="js/vendor/jquery-1.12.0.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- owl.carousel js -->
<script src="js/owl.carousel.min.js"></script>
<!-- meanmenu js -->
<script src="js/jquery.meanmenu.js"></script>
<!-- jquery-ui js -->
<script src="js/jquery-ui.min.js"></script>
<!-- nivo.slider js -->
<script src="js/jquery.nivo.slider.js"></script>
<!-- magnific-popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<!-- scrolly js -->
<script src="js/jquery.scrolly.js"></script>
<!-- plugins js -->
<script src="js/plugins.js"></script>
<!-- main js -->
<script src="js/main.js"></script>
</body>
</html>