-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment.html
793 lines (755 loc) · 27 KB
/
payment.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
<!--
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 lang="zxx">
<head>
<title>Goggles Ecommerce Category Bootstrap responsive Web Template | Payment :: w3layouts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="Goggles a Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link href="css/login_overlay.css" rel='stylesheet' type='text/css' />
<link href="css/style6.css" rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="css/shop.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/checkout.css">
<link href="css/easy-responsive-tabs.css" rel='stylesheet' type='text/css' />
<link href="css/style.css" rel='stylesheet' type='text/css' />
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800"
rel="stylesheet">
</head>
<body>
<div class="banner-top container-fluid" id="home">
<!-- header -->
<header>
<div class="row">
<div class="col-md-3 top-info text-left mt-lg-4">
<h6>Need Help</h6>
<ul>
<li>
<i class="fas fa-phone"></i> Call</li>
<li class="number-phone mt-3">12345678099</li>
</ul>
</div>
<div class="col-md-6 logo-w3layouts text-center">
<h1 class="logo-w3layouts">
<a class="navbar-brand" href="index.html">
Goggles </a>
</h1>
</div>
<div class="col-md-3 top-info-cart text-right mt-lg-4">
<ul class="cart-inner-info">
<li class="button-log">
<a class="btn-open" href="#">
<span class="fa fa-user" aria-hidden="true"></span>
</a>
</li>
<li class="galssescart galssescart2 cart cart box_1">
<form action="#" method="post" class="last">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="display" value="1">
<button class="top_googles_cart" type="submit" name="submit" value="">
My Cart
<i class="fas fa-cart-arrow-down"></i>
</button>
</form>
</li>
</ul>
<!---->
<div class="overlay-login text-left">
<button type="button" class="overlay-close1">
<i class="fa fa-times" aria-hidden="true"></i>
</button>
<div class="wrap">
<h5 class="text-center mb-4">Login Now</h5>
<div class="login p-5 bg-dark mx-auto mw-100">
<form action="#" method="post">
<div class="form-group">
<label class="mb-2">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="" required="">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label class="mb-2">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="" required="">
</div>
<div class="form-check mb-2">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary submit mb-4">Sign In</button>
</form>
</div>
<!---->
</div>
</div>
<!---->
</div>
</div>
<div class="search">
<div class="mobile-nav-button">
<button id="trigger-overlay" type="button">
<i class="fas fa-search"></i>
</button>
</div>
<!-- open/close -->
<div class="overlay overlay-door">
<button type="button" class="overlay-close">
<i class="fa fa-times" aria-hidden="true"></i>
</button>
<form action="#" method="post" class="d-flex">
<input class="form-control" type="search" placeholder="Search here..." required="">
<button type="submit" class="btn btn-primary submit">
<i class="fas fa-search"></i>
</button>
</form>
</div>
<!-- open/close -->
</div>
<label class="top-log mx-auto"></label>
<nav class="navbar navbar-expand-lg navbar-light bg-light top-header mb-2">
<button class="navbar-toggler mx-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-mega mx-auto">
<li class="nav-item">
<a class="nav-link ml-lg-0" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Features
</a>
<ul class="dropdown-menu mega-menu ">
<li>
<div class="row">
<div class="col-md-4 media-list span4 text-left">
<h5 class="tittle-w3layouts-sub"> Tittle goes here </h5>
<ul>
<li class="media-mini mt-3">
<a href="shop.html">Designer Glasses</a>
</li>
<li class="">
<a href="shop.html"> Ray-Ban</a>
</li>
<li>
<a href="shop.html">Prescription Glasses</a>
</li>
<li class="mt-3">
<h5>View more pages</h5>
</li>
<li class="mt-2">
<a href="about.html">About</a>
</li>
<li>
<a href="customer.html">Customers</a>
</li>
</ul>
</div>
<div class="col-md-4 media-list span4 text-left">
<h5 class="tittle-w3layouts-sub"> Tittle goes here </h5>
<div class="media-mini mt-3">
<a href="shop.html">
<img src="images/g2.jpg" class="img-fluid" alt="">
</a>
</div>
</div>
<div class="col-md-4 media-list span4 text-left">
<h5 class="tittle-w3layouts-sub">Tittle goes here </h5>
<div class="media-mini mt-3">
<a href="shop.html">
<img src="images/g3.jpg" class="img-fluid" alt="">
</a>
</div>
</div>
</div>
<hr>
</li>
</ul>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown1" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Shop
</a>
<ul class="dropdown-menu mega-menu ">
<li>
<div class="row">
<div class="col-md-4 media-list span4 text-left">
<h5 class="tittle-w3layouts-sub"> Tittle goes here </h5>
<ul>
<li class="media-mini mt-3">
<a href="shop.html">Designer Glasses</a>
</li>
<li class="">
<a href="shop.html"> Ray-Ban</a>
</li>
<li>
<a href="shop.html">Prescription Glasses</a>
</li>
<li>
<a href="shop.html">Rx Sunglasses</a>
</li>
<li>
<a href="shop.html">Contact Lenses</a>
</li>
<li>
<a href="shop.html">Multifocal Glasses</a>
</li>
<li>
<a href="shop.html">Kids Glasses</a>
</li>
<li>
<a href="shop.html">Lightweight Glasses</a>
</li>
<li>
<a href="shop.html">Sports Glasses</a>
</li>
</ul>
</div>
<div class="col-md-4 media-list span4 text-left">
<h5 class="tittle-w3layouts-sub"> Tittle goes here </h5>
<ul>
<li class="media-mini mt-3">
<a href="shop.html">Brooks Brothers</a>
</li>
<li>
<a href="shop.html">Persol</a>
</li>
<li>
<a href="shop.html">Polo Ralph Lauren</a>
</li>
<li>
<a href="shop.html">Prada</a>
</li>
<li>
<a href="shop.html">Ray-Ban Jr</a>
</li>
<li>
<a href="shop.html">Sferoflex</a>
</li>
</ul>
<ul class="sub-in text-left">
<li>
<a href="shop.html">Polo Ralph Lauren</a>
</li>
<li>
<a href="shop.html">Prada</a>
</li>
<li>
<a href="shop.html">Ray-Ban Jr</a>
</li>
</ul>
</div>
<div class="col-md-4 media-list span4 text-left">
<h5 class="tittle-w3layouts-sub-nav">Tittle goes here </h5>
<div class="media-mini mt-3">
<a href="shop.html">
<img src="images/g1.jpg" class="img-fluid" alt="">
</a>
</div>
</div>
</div>
<hr>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
</div>
<!-- banner -->
<div class="banner_inner">
<div class="services-breadcrumb">
<div class="inner_breadcrumb">
<ul class="short">
<li>
<a href="index.html">Home</a>
<i>|</i>
</li>
<li>Payment </li>
</ul>
</div>
</div>
</div>
<!--//banner -->
<!--// header_top -->
<!--Payment-->
<section class="banner-bottom-wthreelayouts py-lg-5 py-3">
<div class="container">
<div class="inner-sec-shop px-lg-4 px-3">
<h3 class="tittle-w3layouts my-lg-4 mt-3">Payment </h3>
<!--/tabs-->
<div class="responsive_tabs">
<div id="horizontalTab">
<ul class="resp-tabs-list">
<li>Cash on delivery (COD)</li>
<li>Credit/Debit</li>
<li>Net Banking</li>
<li>Paypal Account</li>
</ul>
<div class="resp-tabs-container">
<!--/tab_one-->
<div class="tab1">
<div class="pay_info">
<div class="vertical_post check_box_agile">
<h5>COD</h5>
<div class="checkbox">
<div class="check_box_one cashon_delivery">
<label class="anim">
<input type="checkbox" class="checkbox">
<span> We also accept Credit/Debit card on delivery. Please Check with the agent.</span>
</label>
</div>
</div>
</div>
</div>
</div>
<!--//tab_one-->
<div class="tab2">
<div class="pay_info">
<form action="#" method="post" class="creditly-card-form agileinfo_form">
<section class="creditly-wrapper wthree, w3_agileits_wrapper">
<div class="credit-card-wrapper">
<div class="first-row form-group">
<div class="controls">
<label class="control-label">Name on Card</label>
<input class="billing-address-name form-control" type="text" name="name" placeholder="John Smith">
</div>
<div class="w3_agileits_card_number_grids">
<div class="w3_agileits_card_number_grid_left">
<div class="controls">
<label class="control-label">Card Number</label>
<input class="number credit-card-number form-control" type="text" name="number" inputmode="numeric" autocomplete="cc-number"
autocompletetype="cc-number" x-autocompletetype="cc-number" placeholder="•••• •••• •••• ••••">
</div>
</div>
<div class="w3_agileits_card_number_grid_right">
<div class="controls">
<label class="control-label">CVV</label>
<input class="security-code form-control" · inputmode="numeric" type="text" name="security-code" placeholder="•••">
</div>
</div>
<div class="clear"> </div>
</div>
<div class="controls">
<label class="control-label">Expiration Date</label>
<input class="expiration-month-and-year form-control" type="text" name="expiration-month-and-year" placeholder="MM / YY">
</div>
</div>
<button class="submit">
<span>Make a payment </span>
</button>
</div>
</section>
</form>
</div>
</div>
<div class="tab3">
<div class="pay_info">
<div class="vertical_post">
<form action="#" method="post">
<h5>Select From Popular Banks</h5>
<div class="swit-radio">
<div class="check_box_one">
<div class="radio_one">
<label>
<input type="radio" name="radio" checked="">
<i></i>Syndicate Bank</label>
</div>
</div>
<div class="check_box_one">
<div class="radio_one">
<label>
<input type="radio" name="radio">
<i></i>Bank of Baroda</label>
</div>
</div>
<div class="check_box_one">
<div class="radio_one">
<label>
<input type="radio" name="radio">
<i></i>Canara Bank</label>
</div>
</div>
<div class="check_box_one">
<div class="radio_one">
<label>
<input type="radio" name="radio">
<i></i>ICICI Bank</label>
</div>
</div>
<div class="check_box_one">
<div class="radio_one">
<label>
<input type="radio" name="radio">
<i></i>State Bank Of India</label>
</div>
</div>
<div class="clearfix"></div>
</div>
<h5>Or SELECT OTHER BANK</h5>
<div class="section_room_pay">
<select class="year">
<option value="">=== Other Banks ===</option>
<option value="ALB-NA">Allahabad Bank NetBanking</option>
<option value="ADB-NA">Andhra Bank</option>
<option value="BBK-NA">Bank of Bahrain and Kuwait NetBanking</option>
<option value="BBC-NA">Bank of Baroda Corporate NetBanking</option>
<option value="BBR-NA">Bank of Baroda Retail NetBanking</option>
<option value="BOI-NA">Bank of India NetBanking</option>
<option value="BOM-NA">Bank of Maharashtra NetBanking</option>
<option value="CSB-NA">Catholic Syrian Bank NetBanking</option>
<option value="CBI-NA">Central Bank of India</option>
<option value="CUB-NA">City Union Bank NetBanking</option>
<option value="CRP-NA">Corporation Bank</option>
<option value="DBK-NA">Deutsche Bank NetBanking</option>
<option value="DCB-NA">Development Credit Bank</option>
<option value="DC2-NA">Development Credit Bank - Corporate</option>
<option value="DLB-NA">Dhanlaxmi Bank NetBanking</option>
<option value="FBK-NA">Federal Bank NetBanking</option>
<option value="IDS-NA">Indusind Bank NetBanking</option>
<option value="IOB-NA">Indian Overseas Bank</option>
<option value="ING-NA">ING Vysya Bank (now Kotak)</option>
<option value="JKB-NA">Jammu and Kashmir NetBanking</option>
<option value="JSB-NA">Janata Sahakari Bank Limited</option>
<option value="KBL-NA">Karnataka Bank NetBanking</option>
<option value="KVB-NA">Karur Vysya Bank NetBanking</option>
<option value="LVR-NA">Lakshmi Vilas Bank NetBanking</option>
<option value="OBC-NA">Oriental Bank of Commerce NetBanking</option>
<option value="CPN-NA">PNB Corporate NetBanking</option>
<option value="PNB-NA">PNB NetBanking</option>
<option value="RSD-DIRECT">Rajasthan State Co-operative Bank-Debit Card</option>
<option value="RBS-NA">RBS (The Royal Bank of Scotland)</option>
<option value="SWB-NA">Saraswat Bank NetBanking</option>
<option value="SBJ-NA">SB Bikaner and Jaipur NetBanking</option>
<option value="SBH-NA">SB Hyderabad NetBanking</option>
<option value="SBM-NA">SB Mysore NetBanking</option>
<option value="SBT-NA">SB Travancore NetBanking</option>
<option value="SVC-NA">Shamrao Vitthal Co-operative Bank</option>
<option value="SIB-NA">South Indian Bank NetBanking</option>
<option value="SBP-NA">State Bank of Patiala NetBanking</option>
<option value="SYD-NA">Syndicate Bank NetBanking</option>
<option value="TNC-NA">Tamil Nadu State Co-operative Bank NetBanking</option>
<option value="UCO-NA">UCO Bank NetBanking</option>
<option value="UBI-NA">Union Bank NetBanking</option>
<option value="UNI-NA">United Bank of India NetBanking</option>
<option value="VJB-NA">Vijaya Bank NetBanking</option>
</select>
</div>
<input type="submit" value="PAY NOW">
</form>
</div>
</div>
</div>
<div class="tab4">
<div class="pay_info row">
<div class="col-md-6 tab-grid">
<img class="pp-img" src="images/paypal.png" alt="Image Alternative text" title="Image Title">
<p>Important: You will be redirected to PayPal's website to securely complete your payment.</p>
<a class="btn btn-primary">Checkout via Paypal</a>
</div>
<div class="col-md-6">
<form action="#" method="post" class="cc-form">
<div class="clearfix">
<div class="form-group form-group-cc-number">
<label>Card Number</label>
<input class="form-control" placeholder="xxxx xxxx xxxx xxxx" type="text">
<span class="cc-card-icon"></span>
</div>
<div class="form-group form-group-cc-cvc">
<label>CVV</label>
<input class="form-control" placeholder="xxxx" type="text">
</div>
</div>
<div class="clearfix">
<div class="form-group form-group-cc-name">
<label>Card Holder Name</label>
<input class="form-control" type="text">
</div>
<div class="form-group form-group-cc-date">
<label>Valid Thru</label>
<input class="form-control" placeholder="mm/yy" type="text">
</div>
</div>
<div class="checkbox checkbox-small mt-4">
<label>
<input class="i-check" type="checkbox" checked="">Add to My Cards</label>
</div>
<input class="btn btn-primary submit mt-4" type="submit" value="Proceed Payment">
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
<!--//tabs-->
</div>
</div>
<!-- //payment -->
</section>
<!--//Payment-->
<!--footer -->
<footer class="py-lg-5 py-3">
<div class="container-fluid px-lg-5 px-3">
<div class="row footer-top-w3layouts">
<div class="col-lg-3 footer-grid-w3ls">
<div class="footer-title">
<h3>About Us</h3>
</div>
<div class="footer-text">
<p>Curabitur non nulla sit amet nislinit tempus convallis quis ac lectus. lac inia eget consectetur sed, convallis at
tellus. Nulla porttitor accumsana tincidunt.</p>
<ul class="footer-social text-left mt-lg-4 mt-3">
<li class="mx-2">
<a href="#">
<span class="fab fa-facebook-f"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fab fa-twitter"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fab fa-google-plus-g"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fab fa-linkedin-in"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fas fa-rss"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fab fa-vk"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 footer-grid-w3ls">
<div class="footer-title">
<h3>Get in touch</h3>
</div>
<div class="contact-info">
<h4>Location :</h4>
<p>0926k 4th block building, king Avenue, New York City.</p>
<div class="phone">
<h4>Contact :</h4>
<p>Phone : +121 098 8907 9987</p>
<p>Email :
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
<div class="col-lg-3 footer-grid-w3ls">
<div class="footer-title">
<h3>Quick Links</h3>
</div>
<ul class="links">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="404.html">Error</a>
</li>
<li>
<a href="shop.html">Shop</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="col-lg-3 footer-grid-w3ls">
<div class="footer-title">
<h3>Sign up for your offers</h3>
</div>
<div class="footer-text">
<p>By subscribing to our mailing list you will always get latest news and updates from us.</p>
<form action="#" method="post">
<input class="form-control" type="email" name="Email" placeholder="Enter your email..." required="">
<button class="btn1">
<i class="far fa-envelope" aria-hidden="true"></i>
</button>
<div class="clearfix"> </div>
</form>
</div>
</div>
</div>
<div class="copyright-w3layouts mt-4">
<p class="copy-right text-center ">© 2018 Goggles. All Rights Reserved | Design by
<a href="http://w3layouts.com/"> W3layouts </a>
</p>
</div>
</div>
</footer>
<!-- //footer -->
<!--jQuery-->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- newsletter modal -->
<!--search jQuery-->
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/classie-search.js"></script>
<script src="js/demo1-search.js"></script>
<!--//search jQuery-->
<!-- cart-js -->
<script src="js/minicart.js"></script>
<script>
googles.render();
googles.cart.on('googles_checkout', function (evt) {
var items, len, i;
if (this.subtotal() > 0) {
items = this.items();
for (i = 0, len = items.length; i < len; i++) {}
}
});
</script>
<!-- //cart-js -->
<script>
$(document).ready(function () {
$(".button-log a").click(function () {
$(".overlay-login").fadeToggle(200);
$(this).toggleClass('btn-open').toggleClass('btn-close');
});
});
$('.overlay-close1').on('click', function () {
$(".overlay-login").fadeToggle(200);
$(".button-log a").toggleClass('btn-open').toggleClass('btn-close');
open = false;
});
</script>
<!-- carousel -->
<!-- easy-responsive-tabs -->
<script src="js/easy-responsive-tabs.js"></script>
<script>
$(document).ready(function () {
$('#horizontalTab').easyResponsiveTabs({
type: 'default', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true, // 100% fit in a container
closed: 'accordion', // Start closed if in accordion view
activate: function (event) { // Callback function if tab is switched
var $tab = $(this);
var $info = $('#tabInfo');
var $name = $('span', $info);
$name.text($tab.text());
$info.show();
}
});
$('#verticalTab').easyResponsiveTabs({
type: 'vertical',
width: 'auto',
fit: true
});
});
</script>
<!-- credit-card -->
<script type="text/javascript" src="js/creditly.js"></script>
<link rel="stylesheet" href="css/creditly.css" type="text/css" media="all" />
<script type="text/javascript">
$(function () {
var creditly = Creditly.initialize(
'.creditly-wrapper .expiration-month-and-year',
'.creditly-wrapper .credit-card-number',
'.creditly-wrapper .security-code',
'.creditly-wrapper .card-type');
$(".creditly-card-form .submit").click(function (e) {
e.preventDefault();
var output = creditly.validate();
if (output) {
// Your validated credit card output
console.log(output);
}
});
});
</script>
<!-- //credit-card -->
<!-- dropdown nav -->
<script>
$(document).ready(function () {
$(".dropdown").hover(
function () {
$('.dropdown-menu', this).stop(true, true).slideDown("fast");
$(this).toggleClass('open');
},
function () {
$('.dropdown-menu', this).stop(true, true).slideUp("fast");
$(this).toggleClass('open');
}
);
});
</script>
<!-- //dropdown nav -->
<script src="js/move-top.js"></script>
<script src="js/easing.js"></script>
<script>
jQuery(document).ready(function($) {
$(".scroll").click(function(event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 900);
});
});
</script>
<script>
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<!--// end-smoth-scrolling -->
<!-- //smooth-scrolling-of-move-up -->
<script src="js/bootstrap.js"></script>
<!-- js file -->
</body>
</html>