-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
712 lines (705 loc) · 27.4 KB
/
products.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Eshop a Flat E-Commerce Bootstrap Responsive Website Template | Products :: w3layouts</title>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/component.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Eshop Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--webfont-->
<!-- for bootstrap working -->
<script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script>
<!-- //for bootstrap working -->
<!-- cart -->
<script src="js/simpleCart.min.js"> </script>
<!-- cart -->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
</head>
<body>
<!-- header-section-starts -->
<div class="header">
<div class="header-top-strip">
<div class="container">
<div class="header-top-left">
<ul>
<li><a href="account.html"><span class="glyphicon glyphicon-user"> </span>Login</a></li>
<li><a href="register.html"><span class="glyphicon glyphicon-lock"> </span>Create an Account</a></li>
</ul>
</div>
<div class="header-right">
<div class="cart box_1">
<a href="checkout.html">
<h3> <span class="simpleCart_total"> $0.00 </span> (<span id="simpleCart_quantity" class="simpleCart_quantity"> 0 </span>)<img src="images/bag.png" alt=""></h3>
</a>
<p><a href="javascript:;" class="simpleCart_empty">Empty cart</a></p>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- header-section-ends -->
<div class="inner-banner">
<div class="container">
<div class="banner-top inner-head">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<h1><a href="index.html"><span>E</span> -Shop</a></h1>
</div>
</div>
<!--/.navbar-header-->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Men <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>NEW IN</h6>
<li><a href="products.html">New In Clothing</a></li>
<li><a href="products.html">New In Bags</a></li>
<li><a href="products.html">New In Shoes</a></li>
<li><a href="products.html">New In Watches</a></li>
<li><a href="products.html">New In Grooming</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>CLOTHING</h6>
<li><a href="products.html">Polos & Tees</a></li>
<li><a href="products.html">Casual Shirts</a></li>
<li><a href="products.html">Casual Trousers</a></li>
<li><a href="products.html">Jeans</a></li>
<li><a href="products.html">Shorts & 3/4th</a></li>
<li><a href="products.html">Formal Shirts</a></li>
<li><a href="products.html">Formal Trousers</a></li>
<li><a href="products.html">Suits & Blazers</a></li>
<li><a href="products.html">Track Wear</a></li>
<li><a href="products.html">Inner Wear</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>WATCHES</h6>
<li><a href="products.html">Analog</a></li>
<li><a href="products.html">Chronograph</a></li>
<li><a href="products.html">Digital</a></li>
<li><a href="products.html">Watch Cases</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">women <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-3">
<div class="row">
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>NEW IN</h6>
<li><a href="products.html">New In Clothing</a></li>
<li><a href="products.html">New In Bags</a></li>
<li><a href="products.html">New In Shoes</a></li>
<li><a href="products.html">New In Watches</a></li>
<li><a href="products.html">New In Beauty</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>CLOTHING</h6>
<li><a href="products.html">Polos & Tees</a></li>
<li><a href="products.html">Casual Shirts</a></li>
<li><a href="products.html">Casual Trousers</a></li>
<li><a href="products.html">Jeans</a></li>
<li><a href="products.html">Shorts & 3/4th</a></li>
<li><a href="products.html">Formal Shirts</a></li>
<li><a href="products.html">Formal Trousers</a></li>
<li><a href="products.html">Suits & Blazers</a></li>
<li><a href="products.html">Track Wear</a></li>
<li><a href="products.html">Inner Wear</a></li>
</ul>
</div>
<div class="col-sm-4">
<ul class="multi-column-dropdown">
<h6>WATCHES</h6>
<li><a href="products.html">Analog</a></li>
<li><a href="products.html">Chronograph</a></li>
<li><a href="products.html">Digital</a></li>
<li><a href="products.html">Watch Cases</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">kids <b class="caret"></b></a>
<ul class="dropdown-menu multi-column columns-2">
<div class="row">
<div class="col-sm-6">
<ul class="multi-column-dropdown">
<h6>NEW IN</h6>
<li><a href="products.html">New In Boys Clothing</a></li>
<li><a href="products.html">New In Girls Clothing</a></li>
<li><a href="products.html">New In Boys Shoes</a></li>
<li><a href="products.html">New In Girls Shoes</a></li>
</ul>
</div>
<div class="col-sm-6">
<ul class="multi-column-dropdown">
<h6>ACCESSORIES</h6>
<li><a href="products.html">Bags</a></li>
<li><a href="products.html">Watches</a></li>
<li><a href="products.html">Sun Glasses</a></li>
<li><a href="products.html">Jewellery</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</ul>
</li>
<li><a href="typography.html">TYPO</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<!--/.navbar-collapse-->
</nav>
<!--/.navbar-->
</div>
</div>
</div>
<!-- content-section-starts -->
<div class="container">
<div class="products-page">
<div class="products">
<div class="product-listy">
<h2>our Products</h2>
<ul class="product-list">
<li><a href="">New Products</a></li>
<li><a href="">Old Products</a></li>
<li><a href="">T-shirts</a></li>
<li><a href="">pants</a></li>
<li><a href="">Dress</a></li>
<li><a href="">Shorts</a></li>
<li><a href="#">Shirts</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</div>
<div class="latest-bis">
<img src="images/l4.jpg" class="img-responsive" alt="" />
<div class="offer">
<p>40%</p>
<small>Top Offer</small>
</div>
</div>
<div class="tags">
<h4 class="tag_head">Tags Widget</h4>
<ul class="tags_links">
<li><a href="#">Kitesurf</a></li>
<li><a href="#">Super</a></li>
<li><a href="#">Duper</a></li>
<li><a href="#">Theme</a></li>
<li><a href="#">Men</a></li>
<li><a href="#">Women</a></li>
<li><a href="#">Equipment</a></li>
<li><a href="#">Best</a></li>
<li><a href="#">Accessories</a></li>
<li><a href="#">Men</a></li>
<li><a href="#">Apparel</a></li>
<li><a href="#">Super</a></li>
<li><a href="#">Duper</a></li>
<li><a href="#">Theme</a></li>
<li><a href="#">Responsive</a></li>
<li><a href="#">Women</a></li>
<li><a href="#">Equipment</a></li>
</ul>
</div>
</div>
<div class="new-product">
<div class="new-product-top">
<ul class="product-top-list">
<li><a href="index.html">Home</a> <span>></span></li>
<li><span class="act">Best Sales</span> </li>
</ul>
<p class="back"><a href="index.html">Back to Previous</a></p>
<div class="clearfix"></div>
</div>
<div class="mens-toolbar">
<div class="sort">
<div class="sort-by">
<label>Sort By</label>
<select>
<option value="">
Position </option>
<option value="">
Name </option>
<option value="">
Price </option>
</select>
<a href=""><img src="images/arrow2.gif" alt="" class="v-middle"></a>
</div>
</div>
<ul class="women_pagenation">
<li>Page:</li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
</ul>
<div class="clearfix"></div>
</div>
<div id="cbp-vm" class="cbp-vm-switcher cbp-vm-view-grid">
<div class="cbp-vm-options">
<a href="#" class="cbp-vm-icon cbp-vm-grid cbp-vm-selected" data-view="cbp-vm-view-grid" title="grid">Grid View</a>
<a href="#" class="cbp-vm-icon cbp-vm-list" data-view="cbp-vm-view-list" title="list">List View</a>
</div>
<div class="pages">
<div class="limiter visible-desktop">
<label>Show</label>
<select>
<option value="" selected="selected">
9 </option>
<option value="">
15 </option>
<option value="">
30 </option>
</select> per page
</div>
</div>
<div class="clearfix"></div>
<ul>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p1.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">perspiciatis</p>
</div>
<div class="pricey"><span class="item_price">$259.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p2.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Great Explorer</p>
</div>
<div class="pricey"><span class="item_price">$189.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Wattle seed bunya nuts spring onion okra garlic bitterleaf zucchini.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p3.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Similique Sunt</p>
</div>
<div class="pricey"><span class="item_price">$699.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p4.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Shrinking</p>
</div>
<div class="pricey"><span class="item_price">$599.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p5.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Perfectly Simple</p>
</div>
<div class="pricey"><span class="item_price">$459.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p6.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Equal Blame</p>
</div>
<div class="pricey"><span class="item_price">$119.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p7.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Neque Porro</p>
</div>
<div class="pricey"><span class="item_price">$289.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p8.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Perfectly Simple</p>
</div>
<div class="pricey"><span class="item_price">$169.12</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
<li>
<a class="cbp-vm-image" href="single.html">
<div class="simpleCart_shelfItem">
<div class="view view-first">
<div class="inner_content clearfix">
<div class="product_image">
<img src="images/p9.jpg" class="img-responsive" alt=""/>
<div class="mask">
<div class="info">Quick View</div>
</div>
<div class="product_container">
<div class="cart-left">
<p class="title">Praising Pain</p>
</div>
<div class="pricey"><span class="item_price">$199.00</span></div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</a>
<div class="cbp-vm-details">
Kohlrabi bok choy broccoli rabe welsh onion spring onion tatsoi ricebean kombu chard.
</div>
<a class="cbp-vm-icon cbp-vm-add item_add" href="#">Add to cart</a>
</div>
</li>
</ul>
</div>
<script src="js/cbpViewModeSwitch.js" type="text/javascript"></script>
<script src="js/classie.js" type="text/javascript"></script>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
<!-- content-section-ends -->
<div class="other-products">
<div class="container">
<h3 class="like text-center">Featured Collection</h3>
<ul id="flexiselDemo3">
<li><a href="single.html"><img src="images/l1.jpg" class="img-responsive"/></a>
<div class="product liked-product simpleCart_shelfItem">
<a class="like_name" href="single.html">Perfectly simple</a>
<p><a class="item_add" href="#"><i></i> <span class=" item_price">$759</span></a></p>
</div>
</li>
<li><a href="single.html"><img src="images/l2.jpg" class="img-responsive"/></a>
<div class="product liked-product simpleCart_shelfItem">
<a class="like_name" href="single.html">Praising pain</a>
<p><a class="item_add" href="#"><i></i> <span class=" item_price">$699</span></a></p>
</div>
</li>
<li><a href="single.html"><img src="images/l3.jpg" class="img-responsive"/></a>
<div class="product liked-product simpleCart_shelfItem">
<a class="like_name" href="single.html">Neque porro</a>
<p><a class="item_add" href="#"><i></i> <span class=" item_price">$329</span></a></p>
</div>
</li>
<li><a href="single.html"><img src="images/l4.jpg" class="img-responsive"/></a>
<div class="product liked-product simpleCart_shelfItem">
<a class="like_name" href="single.html">Equal blame</a>
<p><a class="item_add" href="#"><i></i> <span class=" item_price">$499</span></a></p>
</div>
</li>
<li><a href="single.html"><img src="images/l5.jpg" class="img-responsive"/></a>
<div class="product liked-product simpleCart_shelfItem">
<a class="like_name" href="single.html">Perfectly simple</a>
<p><a class="item_add" href="#"><i></i> <span class=" item_price">$649</span></a></p>
</div>
</li>
</ul>
<script type="text/javascript">
$(window).load(function() {
$("#flexiselDemo3").flexisel({
visibleItems: 4,
animationSpeed: 1000,
autoPlay: true,
autoPlaySpeed: 3000,
pauseOnHover: true,
enableResponsiveBreakpoints: true,
responsiveBreakpoints: {
portrait: {
changePoint:480,
visibleItems: 1
},
landscape: {
changePoint:640,
visibleItems: 2
},
tablet: {
changePoint:768,
visibleItems: 3
}
}
});
});
</script>
<script type="text/javascript" src="js/jquery.flexisel.js"></script>
</div>
</div>
<!-- content-section-ends-here -->
<div class="news-letter">
<div class="container">
<div class="join">
<!--
<h6>JOIN OUR MAILING LIST</h6>
<div class="sub-left-right">
<form>
<input type="text" value="Enter Your Email Here" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter Your Email Here';}" />
<input type="submit" value="SUBSCRIBE" />
</form>
</div>
-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v2.10";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="https://www.facebook.com/photo.php?fbid=1653063564765015" data-numposts="5" data-width="100%"></div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer_top">
<div class="span_of_4">
<div class="col-md-3 span1_of_4">
<h4>Shop</h4>
<ul class="f_nav">
<li><a href="#">new arrivals</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">kids</a></li>
<li><a href="#">brands</a></li>
<li><a href="#">trends</a></li>
<li><a href="#">sale</a></li>
<li><a href="#">style videos</a></li>
</ul>
</div>
<div class="col-md-3 span1_of_4">
<h4>help</h4>
<ul class="f_nav">
<li><a href="#">frequently asked questions</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">kids</a></li>
<li><a href="#">brands</a></li>
</ul>
</div>
<div class="col-md-3 span1_of_4">
<h4>account</h4>
<ul class="f_nav">
<li><a href="account.html">login</a></li>
<li><a href="register.html">create an account</a></li>
<li><a href="#">create wishlist</a></li>
<li><a href="checkout.html">my shopping bag</a></li>
<li><a href="#">brands</a></li>
<li><a href="#">create wishlist</a></li>
</ul>
</div>
<div class="col-md-3 span1_of_4">
<h4>popular</h4>
<ul class="f_nav">
<li><a href="#">new arrivals</a></li>
<li><a href="#">men</a></li>
<li><a href="#">women</a></li>
<li><a href="#">accessories</a></li>
<li><a href="#">kids</a></li>
<li><a href="#">brands</a></li>
<li><a href="#">trends</a></li>
<li><a href="#">sale</a></li>
<li><a href="#">style videos</a></li>
<li><a href="#">login</a></li>
<li><a href="#">brands</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="cards text-center">
<img src="images/cards.jpg" alt="" />
</div>
<div class="copyright text-center">
<p>© 2015 Eshop. All Rights Reserved | Design by <a href="http://w3layouts.com"> W3layouts</a></p>
</div>
</div>
</div>
</body>
</html>