-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
752 lines (705 loc) · 27 KB
/
index.php
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
<!doctype html>
<html>
<head>
<title>Nitip App</title>
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400italic,700italic&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
<link href="css/mobilemenu.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/simple-line-icons.css" rel="stylesheet">
<link href="css/foundation.min.css" rel="stylesheet">
<link href="css/jquery.fancybox.css" rel="stylesheet">
<link href="css/style.min.css" rel="stylesheet">
<!-- Theme color -->
<link href="css/less/colors/blue.min.css" rel="stylesheet">
<!-- <link href="favicon.ico" rel="icon" type="image/x-icon" /> -->
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32">
<script src="js/lib/modernizr.js"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
</head>
<body data-currency="IDR">
<span class="theme-bg-c"></span>
<div class="preloader-block">
<div class="preloader-container">
<svg id="Layer_1" x="0px" y="0px"
width="150px" height="150px" viewBox="0 0 600 690" enable-background="new 0 0 600 690" xml:space="preserve">
<polygon fill="#FFFFFF" class="polygon" stroke="#A7A9AC" stroke-width="8" stroke-miterlimit="10" points="54.558,557.559 300,132.441
545.441,557.559 "/>
<polygon fill="#8856A3" class="inner" points="96.037,535.115 300,168.885 503.963,535.115 "/>
</svg>
</div>
</div>
<div class="page-content">
<header class="header">
<div class="menu-wrapper">
<div class="row">
<div class="column large-2">
<div class="logo-wrapper">
<img src="images/logo.png" alt="" class="logo-image">
</div>
</div>
<div class="column large-10">
<nav class="js-navs-list">
<ul class="menu-page">
<li class="menu-item">
<a href="#products">Intro</a>
</li>
<li class="menu-item">
<a href="#companies">Nitip List</a>
</li>
<li class="menu-item">
<a href="#reviews">Reviews</a>
</li>
<li class="menu-item">
<a href="#about">About us</a>
</li>
<li class="menu-item">
<a href="#news">News</a>
</li>
<li class="menu-item">
<a href="#contacts">Contacts</a>
</li>
<li class="menu-item" onclick="location.href='login.php'">
<a href="#test" >Member</a>
</li>
<li class="menu-item" onclick="location.href='admin/login.php'">
<a href="#test" >Admin</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="header-container">
<div class="header-wrapper">
<div class="header-content">
<div class="row">
<div class="columns large-12 medium-12 small-12">
<div class="page-quote-block">
<h2 class="page-quote js-slidedown-reveal">Nitip App</h2>
<h4 class="quote-comment js-slidedown-reveal">
Get anything you need from anyone you want.
</h4>
<span class="theme-bg-c js-procede-btn button js-slidedown-reveal">Check It</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="video-bg-wrapper">
<video preload="auto" loop class="video-bg js-video-bg" poster="images/bg-preview.jpg" muted>
<source src="video/shop.mp4" type="video/mp4">
<!--<source src="video/Croatia-P1-0.webm" type="video/webm">-->
</video>
</div>
<div class="mobile-menu-wrapper">
<div class="toggle-btn-block js-toggle-menu">
<div class="toggle-btn"></div>
</div>
<div class="mobile-nav-list js-mobile-container">
</div>
</div>
</header>
<section role="main">
<section class="our-products l-section-padding" id="products">
<div class="row">
<div class="columns large-12">
<h2 class="l-section-title"><span class="title-text">So many items waiting for you</span></h2>
</div>
</div>
<div class="row">
<div class="column-large-12">
<div class="hidden-container">
<div class="row">
<div class="columns large-12 medium-12">
<div class="added-products">
<p class="l-inline-block"></p>
<div class="shopping-cart l-inline-block">
<i data-icon=""></i>
<span class="products-number"><span class="js-product-count">0</span></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="columns large-12 medium-12 small-12">
<div class="product-presentation-wrapper">
<div class="product-presentation-content js-products-container">
<div class="category-list">
<dl class="select">
<dt>
<a href="#"><span data-icon=""></span></a>
</dt>
<dd></dd>
</dl>
</div>
<div class="slider-preloader">
<div id="preloader-container">
<div class="preloader-center">
<div class="preloader-view">
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="our-partners l-section-padding" id="companies">
<div class="row">
<div class="columns large-12">
<div class="partners-carousel">
<?php
require('reqlist.php');
?>
<!-- <ul class="slides">
<li>
<div class="partners-item">
<a href="#">
<img src="http://placehold.it/220x40" alt=""/>
</a>
</div>
</li>
<li>
<div class="partners-item">
<a href="#">
<img src="http://placehold.it/220x40" alt=""/>
</a>
</div>
</li>
<li>
<div class="partners-item">
<a href="#">
<img src="http://placehold.it/220x40" alt=""/>
</a>
</div>
</li>
<li>
<div class="partners-item">
<a href="#">
<img src="http://placehold.it/220x40" alt=""/>
</a>
</div>
</li>
<li>
<div class="partners-item">
<a href="#">
<img src="http://placehold.it/220x40" alt=""/>
</a>
</div>
</li>
<li>
<div class="partners-item">
<a href="#">
<img src="http://placehold.it/220x40" alt=""/>
</a>
</div>
</li>
</ul> -->
</div>
</div>
</div>
</section>
<section class="checkit-section">
<div class="row">
<div class="column large-9 medium-9">
<div class="checkit-section-title">
<h4>Excited about what's waiting for you? Check it out.</h4>
</div>
</div>
<div class="column large-3 medium-3">
<div class="checkit-btn-block"><span class="checkit-btn l-dis-ib button">Check it out</span></div>
</div>
</div>
</section>
<section class="testimonial-slider parallax-section l-section-padding" id="reviews">
<div class="testimonials-list-container">
<ul class="testimonials-list">
<li class="testimonial-item">
<div class="testimonial-container">
<div class="testimonial-auth">
<div class="testim-auth-photo">
<img src="http://placehold.it/140x140" alt="">
</div>
<p class="short-info">Irawan,<span class="auth-country"> Cengkareng</span></p>
</div>
<p class="main-testimonial">Thank you so much. I really think that this is very well innovation that make my live be easier and fun.</p>
</div>
</li>
<li class="testimonial-item">
<div class="testimonial-container">
<div class="testimonial-auth">
<div class="testim-auth-photo">
<img src="http://placehold.it/140x140" alt="">
</div>
<p class="short-info">John McKenzey,<span class="auth-country"> California</span></p>
</div>
<p class="main-testimonial">Thank you so much. I really didn’t expect such a quick and positive response! Often when something goes wrong with a product it seems the consumer is the one that gets the “raw end of the deal it seems the consumer is the one that gets the “raw end of the deal.</p>
</div>
</li>
<li class="testimonial-item">
<div class="testimonial-container">
<div class="testimonial-auth">
<div class="testim-auth-photo">
<img src="http://placehold.it/140x140" alt="">
</div>
<p class="short-info">John McKenzey,<span class="auth-country"> California</span></p>
</div>
<p class="main-testimonial">Thank you so much. I really didn’t expect such a quick and positive response! Often when something goes wrong with a product it seems the consumer is the one that gets the “raw end of the deal it seems the consumer is the one that gets the “raw end of the deal.</p>
</div>
</li>
</ul>
</div>
</section>
<section class="news-section l-section-padding" id="news">
<div class="row">
<div class="column large-12">
<h2 class="l-section-title subtitle">
<span class="title-text">Think about it</span>
<span class="section-subtitle">So many people going travel around the world and get million stories. it's a pleasure if we can share each other with giving a gift that can tell how wonderful this world and magnificent our story.
</span>
</h2>
</div>
</div>
<div class="row">
<div class="column large-12">
<div class="news-list-block">
<div class="row">
<div class="column large-4 medium-6">
<div class="news-item js-news-item">
<div class="news-image-block news-with-slider">
<img src="images/placeholder.png" class="news-placeholder" alt="">
<div class="news-images-list">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
</div>
<a href="#"></a>
</div>
<div class="main-news-block">
<p class="news-date l-dis-ib">3 September 2014</p>
<a href="#"><h4 class="news-title l-dis-ib">John Doe Nabs Lead in Adaptation of 'Paper Towns'</h4></a>
<p class="main-news l-dis-ib">
John Doe just added a major role to her quickly growing acting resume. As if teens (and, okay, quite a few adults) needed another reason to idolize the Brit, she just signed on to play the female lead in the film adaptation of The Fault in Our Stars author John Green’s YA book, Paper Towns.
</p>
</div>
</div>
</div>
<div class="column large-4 medium-6">
<div class="news-item js-news-item">
<div class="news-image-block">
<img src="images/placeholder.png" class="news-placeholder" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<div class="hover-parent">
<a href="#" class="top-block" data-icon="">
</a>
<a href="#" class="bottom-block" data-icon="">
</a>
</div>
</div>
<div class="main-news-block">
<p class="news-date l-dis-ib">4 September 2014</p>
<a href="#"><h4 class="news-title l-dis-ib">How to Nail Swedish, French, and American Style All at Once</h4></a>
<p class="main-news l-dis-ib">
At this point, French illustrator, photographer, and all-around-cool-lady Garance Doré doesn't just run a blog, she runs a brand. Her wispy illustrations, once loved by only a corner of the Internet, decorate Gap T-, Kate Spade bags.
</p>
</div>
</div>
</div>
<div class="column large-4 medium-6">
<div class="news-item js-news-item">
<div class="news-image-block">
<img src="images/placeholder.png" class="news-placeholder" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<div class="hover-parent">
<a href="#" class="top-block" data-icon="">
</a>
<a href="#" class="bottom-block" data-icon="">
</a>
</div>
</div>
<div class="main-news-block">
<p class="news-date l-dis-ib">6 September 2014</p>
<a href="#"><h4 class="news-title l-dis-ib">High School's Super-Strict Dress Code</h4></a>
<p class="main-news l-dis-ib">
Here's a list of clothing that can land you in detention at Tottenville High School: spaghetti-strap tank tops, short shorts, miniskirts, leggings, skinny jeans, halter tops, and even headbands. The Staten Island, New York school is cracking down on its dress code in a big way—and that's left students outraged.
</p>
</div>
</div>
</div>
<div class="column large-4 medium-6">
<div class="news-item js-news-item">
<div class="news-image-block">
<img src="images/placeholder.png" class="news-placeholder" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<div class="hover-parent">
<a href="#" class="top-block" data-icon="">
</a>
<a href="#" class="bottom-block" data-icon="">
</a>
</div>
</div>
<div class="main-news-block">
<p class="news-date l-dis-ib">8 September 2014</p>
<a href="#"><h4 class="news-title l-dis-ib">23 SPRING TRENDS FROM THE RUNWAYS</h4></a>
<p class="main-news l-dis-ib">
There are plenty of reasons why we are excited for next spring, but digesting the trends from the runway of New York Fashion Week has us positively giddy. Check out all of the great things to look forward to next season. A few of them you might be able to try out right now.
</p>
</div>
</div>
</div>
<div class="column large-4 medium-6">
<div class="news-item js-news-item">
<div class="news-image-block news-with-slider">
<img src="images/placeholder.png" class="news-placeholder" alt="">
<div class="news-images-list">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
</div>
<a href="#"></a>
</div>
<div class="main-news-block">
<p class="news-date l-dis-ib">11 September 2014</p>
<a href="#"><h4 class="news-title l-dis-ib">THE BEST OF LONDON STREET STYLE</h4></a>
<p class="main-news l-dis-ib">
The fashion month marathon runs on! Our man on the street, Dan Roberts, is capturing all the action at London Fashion Week, from Somerset House and beyond. Here are the best street style snaps from the first stop across the pond.
</p>
</div>
</div>
</div>
<div class="column large-4 medium-6">
<div class="news-item js-news-item">
<div class="news-image-block">
<img src="images/placeholder.png" class="news-placeholder" alt="">
<img src="http://placehold.it/470x470" class="news-image" alt="">
<div class="hover-parent">
<a href="#" class="top-block" data-icon="">
</a>
<a href="#" class="bottom-block" data-icon="">
</a>
</div>
</div>
<div class="main-news-block">
<p class="news-date l-dis-ib">1 September 2014</p>
<a href="#"><h4 class="news-title l-dis-ib">AllSaints Reinvents the Fashion Show Formula</h4></a>
<p class="main-news l-dis-ib">
New York Fashion week has come and gone, but one brand was conspicuously absent from the fray. In lieu of showing at Lincoln Center, as they have the past two seasons, It girl-beloved London brand AllSaints elected instead to host a digital runway show set against an airport backdrop (a metaphor for global expansion and freedom).
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="video-section">
<span class="js-play-btn video-play-btn">
<span class="play-icon-container">
<i class="fa fa-play play-icon"></i>
</span>
</span>
<video preload="auto" loop class="video-block js-page-video" poster="http://placehold.it/1280x720">
<source src="video/shop.mp4" type="video/mp4">
<!--<source src="video/MOTO-HD.webm" type="video/webm">-->
<!--<source src="video/MOTO-HD.ogv" type="video/ogg">-->
</video>
</section>
<section class="about-us l-section-padding" id="about">
<div class="row">
<div class="columns large-12 medium-12 small-12">
<div class="stats-in-number custom-column">
<ul>
<li class="stats-item large-3 medium-3 small-12">
<div class="important-facts-wrapper">
<div class="important-facts">
<div class="fact-icon">
<i data-icon=""></i>
</div>
<span class="animated-text">
<span id="hours" class="animated-fact">24</span>
<span>h</span>
</span>
</div>
<p class="facts-info">Avarage delivery time</p>
</div>
</li>
<li class="stats-item large-3 medium-3 small-12">
<div class="important-facts-wrapper">
<div class="important-facts">
<div class="fact-icon">
<i data-icon=""></i>
</div>
<span class="animated-text">
<span id="sold" class="animated-fact">2443</span>
</span>
</div>
<p class="facts-info">Products sold</p>
</div>
</li>
<li class="stats-item large-3 medium-3 small-12">
<div class="important-facts-wrapper">
<div class="important-facts">
<div class="fact-icon">
<i data-icon=""></i>
</div>
<span class="animated-text">
<span id="happy" class="animated-fact">98</span>
<span>%</span>
</span>
</div>
<p class="facts-info">Happy clients</p>
</div>
</li>
<li class="stats-item large-3 medium-3 small-12">
<div class="important-facts-wrapper">
<div class="important-facts">
<div class="fact-icon">
<i data-icon=""></i>
</div>
<span class="animated-text">
<span id="experience" class="animated-fact">20</span>
</span>
</div>
<p class="facts-info">Years of experience</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
</section>
<footer>
<section class="get-in-touch l-section-padding bg-img" id="contacts">
<div class="title-block">
<div class="row">
<div class="columns large-12">
<h2 class="l-section-title">
<span class="title-text">
contact or find us on <span class="js-map-view show-map-btn">the map</span>
</span>
</h2>
</div>
</div>
</div>
<div class="fields-view">
<form action="sendmail.php" method="post">
<div class="row">
<div class="columns large-6 medium-6">
<div class="align-center-small">
<div class="centered-block">
<label for="name" class="contact-label">Name</label>
<input type="text" id="name" class="contact-field required" name="name_field">
</div>
<div class="centered-block">
<label for="mail" class="contact-label">E-mail</label>
<input type="text" id="mail" class="contact-field required" name="mail_field">
</div>
<div class="centered-block">
<label for="subject" class="contact-label">Subject</label>
<input type="text" id="subject" class="contact-field required" name="subject_field">
</div>
</div>
</div>
<div class="columns large-6 medium-6">
<div class="align-center-small">
<div class="centered-block">
<label for="message" class="contact-label">Message</label>
<textarea id="message" class="contact-field textarea-contact required" name="message_field"></textarea>
<span class="checkout">
<span>Send</span>
<i class="fa fa-envelope-o"></i>
</span>
</div>
</div>
</div>
</div>
</form>
<div class="socials-list">
<ul class="social-icons">
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-dribbble"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-tumblr"></i></a>
</li>
</ul>
</div>
</div>
</section>
<div class="footer-wrapper l-section-padding">
<div class="row">
<div class="columns large-12">
<div class="footer-container">
<div class="footer-item">
<!-- <address>
<p class="address-item">
<span class="heightlight">e-mail:</span> clothes_shop@triablo.com
</p>
<p class="address-item">
<span class="heightlight">address:</span> New York, Saint Nicholas Avenue 13/1
</p>
<p class="address-item">
<span class="heightlight">fax:</span> +1 0123-4567-8900
</p>
</address>
-->
</div>
<div class="footer-item">
<div class="logo-wrapper">
<div class="logo-block">
<a href="#main-carousel">
<img src="images/footer-logo.png" alt="" class="footer-logo"/>
</a>
</div>
</div>
</div>
<div class="footer-item">
<div class="copy-right">
<p>
© Nitip 2014. All Rights Reserved
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="modals">
<div class="map-view js-map-container">
<span class="button form-view-btn js-form-view">back to site</span>
<div id="map-block">
</div>
</div>
<div class="codal-container">
<div class="success-block popup-elem">
<p class="thank-popup"><span>Thank you!</span><br/> We will contact you soon.</p>
<span class="close-popup"></span>
</div>
<div class="error-block popup-elem">
<p class="thank-popup"><span>Please, </span><br/>complete the form.</p>
<span class="close-popup"></span>
</div>
</div>
<div class="products-modals">
<div class="products-category-list">
<div class="category-container">
<div class="category-block category-list">
<div class="row">
<div class="columns large-12 medium-12">
<dl class="select">
<dt></dt>
<dd>
<div class="options-list">
<div class="close-btn"></div>
<div class="options-wrapper">
<div class="options-container js-category-list">
</div>
</div>
</div>
<div class="loader">
<div class="loader-container">
<svg id="Layer_1" x="0px" y="0px"
width="600px" height="690px" viewBox="0 0 600 690" enable-background="new 0 0 600 690" xml:space="preserve">
<polygon fill="#f1f1f1" class="polygon" stroke="#A7A9AC" stroke-width="8" stroke-miterlimit="10" points="54.558,557.559 300,132.441
545.441,557.559 "/>
<polygon fill="#8856A3" class="inner" points="96.037,535.115 300,168.885 503.963,535.115 "/>
</svg>
</div>
</div>
</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
<div class="products-form">
<div class="form-container">
<div class="main-form-block">
<div class="row">
<div class="columns large-12">
<div class="form-block-header custom-reveal">
<div class="form-close-btn"></div>
</div>
</div>
</div>
<div class="row">
<div class="columns large-7 medium-7">
<div class="order-list-block custom-reveal">
<div class="order-list-container js-order-container">
</div>
<div class="order-total-block">
<p class="total l-dis-ib">Total:</p>
<p class="total-price l-dis-ib js-total-price">
<span class="currency"></span>
<span class="value">0.00</span>
</p>
</div>
</div>
</div>
<div class="columns large-5 medium-5">
<div class="form-fields products-form-block">
<form action="sendmail.php" method="POST">
<input type="text" name="name_field" placeholder="Name" id="name_field" class="fillable-field required custom-reveal">
<span class="mail-field l-pos-r">
<input type="text" placeholder="E-mail" name="mail_field" id="mail_field" class="fillable-field required custom-reveal">
</span>
<input type="text" placeholder="Phone number" name="phone_field" id="phone_field" class="fillable-field required custom-reveal">
<input type="text" name="prCode_field" id="prCode_field" class="fillable-field l-hidden required custom-reveal products-code-list">
<input type="submit" value="Send" class="button submit-btn checkout custom-reveal preorder-btn">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="custom-modal js-custom-modal" id="test">
<table width="100%">
<tr>
<td width="90%">
testing page<br>
testing page<br>
testing page<br>
</td>
<td>
<a href="#test" class="js-close-modal">x</a>
</td>
</tr>
</table>
</div>
</div>
<div class="product-details-modal">
</div>
</div>
<script data-main="js/script.js" src="js/lib/require.js"></script>
</body>
</html>