Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE html>
2
<!-- 
3
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0
4
Version: 3.4
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Like: www.facebook.com/keenthemes
10
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
11
License: You must have a valid license purchased only from themeforest (the above link) in order to legally use the theme for your project.
12
-->
13
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
 
19
<!-- Head BEGIN -->
20
<head>
21
  <meta charset="utf-8">
22
  <title>Shopping cart | Metronic Shop UI</title>
23
 
24
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
25
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
26
 
27
  <meta content="Metronic Shop UI description" name="description">
28
  <meta content="Metronic Shop UI keywords" name="keywords">
29
  <meta content="keenthemes" name="author">
30
 
31
  <meta property="og:site_name" content="-CUSTOMER VALUE-">
32
  <meta property="og:title" content="-CUSTOMER VALUE-">
33
  <meta property="og:description" content="-CUSTOMER VALUE-">
34
  <meta property="og:type" content="website">
35
  <meta property="og:image" content="-CUSTOMER VALUE-"><!-- link to image for socio -->
36
  <meta property="og:url" content="-CUSTOMER VALUE-">
37
 
38
  <link rel="shortcut icon" href="favicon.ico">
39
 
40
  <!-- Fonts START -->
41
  <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|PT+Sans+Narrow|Source+Sans+Pro:200,300,400,600,700,900&amp;subset=all" rel="stylesheet" type="text/css">
42
  <!-- Fonts END -->
43
 
44
  <!-- Global styles START -->          
45
  <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet">
46
  <link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
47
  <!-- Global styles END -->
48
 
49
  <!-- Page level plugin styles START -->
50
  <link href="../../assets/global/plugins/fancybox/source/jquery.fancybox.css" rel="stylesheet">
51
  <link href="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.css" rel="stylesheet">
52
  <!-- Page level plugin styles END -->
53
 
54
  <!-- Theme styles START -->
55
  <link href="../../assets/global/css/components.css" rel="stylesheet">
56
  <link href="../../assets/frontend/layout/css/style.css" rel="stylesheet">
57
  <link href="../../assets/frontend/pages/css/style-shop.css" rel="stylesheet" type="text/css">
58
  <link href="../../assets/frontend/layout/css/style-responsive.css" rel="stylesheet">
59
  <link href="../../assets/frontend/layout/css/themes/red.css" rel="stylesheet" id="style-color">
60
  <link href="../../assets/frontend/layout/css/custom.css" rel="stylesheet">
61
  <!-- Theme styles END -->
62
</head>
63
<!-- Head END -->
64
 
65
<!-- Body BEGIN -->
66
<body class="ecommerce">
67
    <!-- BEGIN STYLE CUSTOMIZER -->
68
    <div class="color-panel hidden-sm">
69
      <div class="color-mode-icons icon-color"></div>
70
      <div class="color-mode-icons icon-color-close"></div>
71
      <div class="color-mode">
72
        <p>THEME COLOR</p>
73
        <ul class="inline">
74
          <li class="color-red current color-default" data-style="red"></li>
75
          <li class="color-blue" data-style="blue"></li>
76
          <li class="color-green" data-style="green"></li>
77
          <li class="color-orange" data-style="orange"></li>
78
          <li class="color-gray" data-style="gray"></li>
79
          <li class="color-turquoise" data-style="turquoise"></li>
80
        </ul>
81
      </div>
82
    </div>
83
    <!-- END BEGIN STYLE CUSTOMIZER -->
84
 
85
    <!-- BEGIN TOP BAR -->
86
    <div class="pre-header">
87
        <div class="container">
88
            <div class="row">
89
                <!-- BEGIN TOP BAR LEFT PART -->
90
                <div class="col-md-6 col-sm-6 additional-shop-info">
91
                    <ul class="list-unstyled list-inline">
92
                        <li><i class="fa fa-phone"></i><span>+1 456 6717</span></li>
93
                        <!-- BEGIN CURRENCIES -->
94
                        <li class="shop-currencies">
95
                            <a href="javascript:void(0);"></a>
96
                            <a href="javascript:void(0);">£</a>
97
                            <a href="javascript:void(0);" class="current">$</a>
98
                        </li>
99
                        <!-- END CURRENCIES -->
100
                        <!-- BEGIN LANGS -->
101
                        <li class="langs-block">
102
                            <a href="javascript:void(0);" class="current">English </a>
103
                            <div class="langs-block-others-wrapper"><div class="langs-block-others">
104
                              <a href="javascript:void(0);">French</a>
105
                              <a href="javascript:void(0);">Germany</a>
106
                              <a href="javascript:void(0);">Turkish</a>
107
                            </div></div>
108
                        </li>
109
                        <!-- END LANGS -->
110
                    </ul>
111
                </div>
112
                <!-- END TOP BAR LEFT PART -->
113
                <!-- BEGIN TOP BAR MENU -->
114
                <div class="col-md-6 col-sm-6 additional-nav">
115
                    <ul class="list-unstyled list-inline pull-right">
116
                        <li><a href="shop-account.html">My Account</a></li>
117
                        <li><a href="shop-wishlist.html">My Wishlist</a></li>
118
                        <li><a href="shop-checkout.html">Checkout</a></li>
119
                        <li><a href="page-login.html">Log In</a></li>
120
                    </ul>
121
                </div>
122
                <!-- END TOP BAR MENU -->
123
            </div>
124
        </div>        
125
    </div>
126
    <!-- END TOP BAR -->
127
 
128
    <!-- BEGIN HEADER -->
129
    <div class="header">
130
      <div class="container">
131
        <a class="site-logo" href="shop-index.html"><img src="../../assets/frontend/layout/img/logos/logo-shop-red.png" alt="Metronic Shop UI"></a>
132
 
133
        <a href="javascript:void(0);" class="mobi-toggler"><i class="fa fa-bars"></i></a>
134
 
135
        <!-- BEGIN CART -->
136
        <div class="top-cart-block">
137
          <div class="top-cart-info">
138
            <a href="javascript:void(0);" class="top-cart-info-count">3 items</a>
139
            <a href="javascript:void(0);" class="top-cart-info-value">$1260</a>
140
          </div>
141
          <i class="fa fa-shopping-cart"></i>
142
 
143
          <div class="top-cart-content-wrapper">
144
            <div class="top-cart-content">
145
              <ul class="scroller" style="height: 250px;">
146
                <li>
147
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
148
                  <span class="cart-content-count">x 1</span>
149
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
150
                  <em>$1230</em>
151
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
152
                </li>
153
                <li>
154
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
155
                  <span class="cart-content-count">x 1</span>
156
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
157
                  <em>$1230</em>
158
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
159
                </li>
160
                <li>
161
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
162
                  <span class="cart-content-count">x 1</span>
163
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
164
                  <em>$1230</em>
165
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
166
                </li>
167
                <li>
168
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
169
                  <span class="cart-content-count">x 1</span>
170
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
171
                  <em>$1230</em>
172
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
173
                </li>
174
                <li>
175
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
176
                  <span class="cart-content-count">x 1</span>
177
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
178
                  <em>$1230</em>
179
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
180
                </li>
181
                <li>
182
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
183
                  <span class="cart-content-count">x 1</span>
184
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
185
                  <em>$1230</em>
186
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
187
                </li>
188
                <li>
189
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
190
                  <span class="cart-content-count">x 1</span>
191
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
192
                  <em>$1230</em>
193
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
194
                </li>
195
                <li>
196
                  <a href="shop-item.html"><img src="../../assets/frontend/pages/img/cart-img.jpg" alt="Rolex Classic Watch" width="37" height="34"></a>
197
                  <span class="cart-content-count">x 1</span>
198
                  <strong><a href="shop-item.html">Rolex Classic Watch</a></strong>
199
                  <em>$1230</em>
200
                  <a href="javascript:void(0);" class="del-goods">&nbsp;</a>
201
                </li>
202
              </ul>
203
              <div class="text-right">
204
                <a href="shop-shopping-cart.html" class="btn btn-default">View Cart</a>
205
                <a href="shop-checkout.html" class="btn btn-primary">Checkout</a>
206
              </div>
207
            </div>
208
          </div>            
209
        </div>
210
        <!--END CART -->
211
 
212
        <!-- BEGIN NAVIGATION -->
213
        <div class="header-navigation">
214
          <ul>
215
            <li class="dropdown">
216
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
217
                Woman
218
 
219
              </a>
220
 
221
              <!-- BEGIN DROPDOWN MENU -->
222
              <ul class="dropdown-menu">
223
                <li class="dropdown-submenu">
224
                  <a href="shop-product-list.html">Hi Tops <i class="fa fa-angle-right"></i></a>
225
                  <ul class="dropdown-menu" role="menu">
226
                    <li><a href="shop-product-list.html">Second Level Link</a></li>
227
                    <li><a href="shop-product-list.html">Second Level Link</a></li>
228
                    <li class="dropdown-submenu">
229
                      <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
230
                        Second Level Link
231
                        <i class="fa fa-angle-right"></i>
232
                      </a>
233
                      <ul class="dropdown-menu">
234
                        <li><a href="shop-product-list.html">Third Level Link</a></li>
235
                        <li><a href="shop-product-list.html">Third Level Link</a></li>
236
                        <li><a href="shop-product-list.html">Third Level Link</a></li>
237
                      </ul>
238
                    </li>
239
                  </ul>
240
                </li>
241
                <li><a href="shop-product-list.html">Running Shoes</a></li>
242
                <li><a href="shop-product-list.html">Jackets and Coats</a></li>
243
              </ul>
244
              <!-- END DROPDOWN MENU -->
245
            </li>
246
            <li class="dropdown dropdown-megamenu">
247
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
248
                Man
249
 
250
              </a>
251
              <ul class="dropdown-menu">
252
                <li>
253
                  <div class="header-navigation-content">
254
                    <div class="row">
255
                      <div class="col-md-4 header-navigation-col">
256
                        <h4>Footwear</h4>
257
                        <ul>
258
                          <li><a href="shop-product-list.html">Astro Trainers</a></li>
259
                          <li><a href="shop-product-list.html">Basketball Shoes</a></li>
260
                          <li><a href="shop-product-list.html">Boots</a></li>
261
                          <li><a href="shop-product-list.html">Canvas Shoes</a></li>
262
                          <li><a href="shop-product-list.html">Football Boots</a></li>
263
                          <li><a href="shop-product-list.html">Golf Shoes</a></li>
264
                          <li><a href="shop-product-list.html">Hi Tops</a></li>
265
                          <li><a href="shop-product-list.html">Indoor and Court Trainers</a></li>
266
                        </ul>
267
                      </div>
268
                      <div class="col-md-4 header-navigation-col">
269
                        <h4>Clothing</h4>
270
                        <ul>
271
                          <li><a href="shop-product-list.html">Base Layer</a></li>
272
                          <li><a href="shop-product-list.html">Character</a></li>
273
                          <li><a href="shop-product-list.html">Chinos</a></li>
274
                          <li><a href="shop-product-list.html">Combats</a></li>
275
                          <li><a href="shop-product-list.html">Cricket Clothing</a></li>
276
                          <li><a href="shop-product-list.html">Fleeces</a></li>
277
                          <li><a href="shop-product-list.html">Gilets</a></li>
278
                          <li><a href="shop-product-list.html">Golf Tops</a></li>
279
                        </ul>
280
                      </div>
281
                      <div class="col-md-4 header-navigation-col">
282
                        <h4>Accessories</h4>
283
                        <ul>
284
                          <li><a href="shop-product-list.html">Belts</a></li>
285
                          <li><a href="shop-product-list.html">Caps</a></li>
286
                          <li><a href="shop-product-list.html">Gloves, Hats and Scarves</a></li>
287
                        </ul>
288
 
289
                        <h4>Clearance</h4>
290
                        <ul>
291
                          <li><a href="shop-product-list.html">Jackets</a></li>
292
                          <li><a href="shop-product-list.html">Bottoms</a></li>
293
                        </ul>
294
                      </div>
295
                      <div class="col-md-12 nav-brands">
296
                        <ul>
297
                          <li><a href="shop-product-list.html"><img title="esprit" alt="esprit" src="../../assets/frontend/pages/img/brands/esprit.jpg"></a></li>
298
                          <li><a href="shop-product-list.html"><img title="gap" alt="gap" src="../../assets/frontend/pages/img/brands/gap.jpg"></a></li>
299
                          <li><a href="shop-product-list.html"><img title="next" alt="next" src="../../assets/frontend/pages/img/brands/next.jpg"></a></li>
300
                          <li><a href="shop-product-list.html"><img title="puma" alt="puma" src="../../assets/frontend/pages/img/brands/puma.jpg"></a></li>
301
                          <li><a href="shop-product-list.html"><img title="zara" alt="zara" src="../../assets/frontend/pages/img/brands/zara.jpg"></a></li>
302
                        </ul>
303
                      </div>
304
                    </div>
305
                  </div>
306
                </li>
307
              </ul>
308
            </li>
309
            <li><a href="shop-item.html">Kids</a></li>
310
            <li class="dropdown dropdown100 nav-catalogue">
311
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
312
                New
313
 
314
              </a>
315
              <ul class="dropdown-menu">
316
                <li>
317
                  <div class="header-navigation-content">
318
                    <div class="row">
319
                      <div class="col-md-3 col-sm-4 col-xs-6">
320
                        <div class="product-item">
321
                          <div class="pi-img-wrapper">
322
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
323
                          </div>
324
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
325
                          <div class="pi-price">$29.00</div>
326
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
327
                        </div>
328
                      </div>
329
                      <div class="col-md-3 col-sm-4 col-xs-6">
330
                        <div class="product-item">
331
                          <div class="pi-img-wrapper">
332
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model3.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
333
                          </div>
334
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
335
                          <div class="pi-price">$29.00</div>
336
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
337
                        </div>
338
                      </div>
339
                      <div class="col-md-3 col-sm-4 col-xs-6">
340
                        <div class="product-item">
341
                          <div class="pi-img-wrapper">
342
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model7.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
343
                          </div>
344
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
345
                          <div class="pi-price">$29.00</div>
346
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
347
                        </div>
348
                      </div>
349
                      <div class="col-md-3 col-sm-4 col-xs-6">
350
                        <div class="product-item">
351
                          <div class="pi-img-wrapper">
352
                            <a href="shop-item.html"><img src="../../assets/frontend/pages/img/products/model4.jpg" class="img-responsive" alt="Berry Lace Dress"></a>
353
                          </div>
354
                          <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
355
                          <div class="pi-price">$29.00</div>
356
                          <a href="#" class="btn btn-default add2cart">Add to cart</a>
357
                        </div>
358
                      </div>
359
                    </div>
360
                  </div>
361
                </li>
362
              </ul>
363
            </li>
364
            <li class="dropdown active">
365
              <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
366
                Pages
367
 
368
              </a>
369
 
370
              <ul class="dropdown-menu">
371
                <li><a href="shop-index.html">Home Default</a></li>
372
                <li><a href="shop-index-header-fix.html">Home Header Fixed</a></li>
373
                <li><a href="shop-index-light-footer.html">Home Light Footer</a></li>
374
                <li><a href="shop-product-list.html">Product List</a></li>
375
                <li><a href="shop-search-result.html">Search Result</a></li>
376
                <li><a href="shop-item.html">Product Page</a></li>
377
                <li class="active"><a href="shop-shopping-cart-null.html">Shopping Cart (Null Cart)</a></li>
378
                <li><a href="shop-shopping-cart.html">Shopping Cart</a></li>
379
                <li><a href="shop-checkout.html">Checkout</a></li>
380
                <li><a href="shop-about.html">About</a></li>
381
                <li><a href="shop-contacts.html">Contacts</a></li>
382
                <li><a href="shop-account.html">My account</a></li>
383
                <li><a href="shop-wishlist.html">My Wish List</a></li>
384
                <li><a href="shop-goods-compare.html">Product Comparison</a></li>
385
                <li><a href="shop-standart-forms.html">Standart Forms</a></li>
386
                <li><a href="shop-faq.html">FAQ</a></li>
387
                <li><a href="shop-privacy-policy.html">Privacy Policy</a></li>
388
                <li><a href="shop-terms-conditions-page.html">Terms &amp; Conditions</a></li>
389
              </ul>
390
            </li>
391
            <li><a href="index.html" target="_blank">Corporate</a></li>
392
            <li><a href="onepage-index.html" target="_blank">One Page</a></li>
393
            <li><a href="http://keenthemes.com/preview/metronic/theme/templates/admin&amp;page=ecommerce_index.html" target="_blank">Admin theme</a></li>
394
 
395
            <!-- BEGIN TOP SEARCH -->
396
            <li class="menu-search">
397
              <span class="sep"></span>
398
              <i class="fa fa-search search-btn"></i>
399
              <div class="search-box">
400
                <form action="#">
401
                  <div class="input-group">
402
                    <input type="text" placeholder="Search" class="form-control">
403
                    <span class="input-group-btn">
404
                      <button class="btn btn-primary" type="submit">Search</button>
405
                    </span>
406
                  </div>
407
                </form>
408
              </div>
409
            </li>
410
            <!-- END TOP SEARCH -->
411
          </ul>
412
        </div>
413
        <!-- END NAVIGATION -->
414
      </div>
415
    </div>
416
    <!-- Header END -->
417
 
418
    <div class="main">
419
      <div class="container">
420
        <!-- BEGIN SIDEBAR & CONTENT -->
421
        <div class="row margin-bottom-40">
422
          <!-- BEGIN CONTENT -->
423
          <div class="col-md-12 col-sm-12">
424
            <h1>Shopping cart</h1>
425
            <div class="shopping-cart-page">
426
              <div class="shopping-cart-data clearfix">
427
                <p>Your shopping cart is empty!</p>
428
              </div>
429
            </div>
430
          </div>
431
          <!-- END CONTENT -->
432
        </div>
433
        <!-- END SIDEBAR & CONTENT -->
434
 
435
        <!-- BEGIN SIMILAR PRODUCTS -->
436
        <div class="row margin-bottom-40">
437
          <div class="col-md-12 col-sm-12">
438
            <h2>Most popular products</h2>
439
            <div class="owl-carousel owl-carousel4">
440
              <div>
441
                <div class="product-item">
442
                  <div class="pi-img-wrapper">
443
                    <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress">
444
                    <div>
445
                      <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a>
446
                      <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a>
447
                    </div>
448
                  </div>
449
                  <h3><a href="shop-item.html">Berry Lace Dress</a></h3>
450
                  <div class="pi-price">$29.00</div>
451
                  <a href="#" class="btn btn-default add2cart">Add to cart</a>
452
                  <div class="sticker sticker-new"></div>
453
                </div>
454
              </div>
455
              <div>
456
                <div class="product-item">
457
                  <div class="pi-img-wrapper">
458
                    <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress">
459
                    <div>
460
                      <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a>
461
                      <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a>
462
                    </div>
463
                  </div>
464
                  <h3><a href="shop-item.html">Berry Lace Dress2</a></h3>
465
                  <div class="pi-price">$29.00</div>
466
                  <a href="#" class="btn btn-default add2cart">Add to cart</a>
467
                </div>
468
              </div>
469
              <div>
470
                <div class="product-item">
471
                  <div class="pi-img-wrapper">
472
                    <img src="../../assets/frontend/pages/img/products/k3.jpg" class="img-responsive" alt="Berry Lace Dress">
473
                    <div>
474
                      <a href="../../assets/frontend/pages/img/products/k3.jpg" class="btn btn-default fancybox-button">Zoom</a>
475
                      <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a>
476
                    </div>
477
                  </div>
478
                  <h3><a href="shop-item.html">Berry Lace Dress3</a></h3>
479
                  <div class="pi-price">$29.00</div>
480
                  <a href="#" class="btn btn-default add2cart">Add to cart</a>
481
                </div>
482
              </div>
483
              <div>
484
                <div class="product-item">
485
                  <div class="pi-img-wrapper">
486
                    <img src="../../assets/frontend/pages/img/products/k4.jpg" class="img-responsive" alt="Berry Lace Dress">
487
                    <div>
488
                      <a href="../../assets/frontend/pages/img/products/k4.jpg" class="btn btn-default fancybox-button">Zoom</a>
489
                      <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a>
490
                    </div>
491
                  </div>
492
                  <h3><a href="shop-item.html">Berry Lace Dress4</a></h3>
493
                  <div class="pi-price">$29.00</div>
494
                  <a href="#" class="btn btn-default add2cart">Add to cart</a>
495
                  <div class="sticker sticker-sale"></div>
496
                </div>
497
              </div>
498
              <div>
499
                <div class="product-item">
500
                  <div class="pi-img-wrapper">
501
                    <img src="../../assets/frontend/pages/img/products/k1.jpg" class="img-responsive" alt="Berry Lace Dress">
502
                    <div>
503
                      <a href="../../assets/frontend/pages/img/products/k1.jpg" class="btn btn-default fancybox-button">Zoom</a>
504
                      <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a>
505
                    </div>
506
                  </div>
507
                  <h3><a href="shop-item.html">Berry Lace Dress5</a></h3>
508
                  <div class="pi-price">$29.00</div>
509
                  <a href="#" class="btn btn-default add2cart">Add to cart</a>
510
                </div>
511
              </div>
512
              <div>
513
                <div class="product-item">
514
                  <div class="pi-img-wrapper">
515
                    <img src="../../assets/frontend/pages/img/products/k2.jpg" class="img-responsive" alt="Berry Lace Dress">
516
                    <div>
517
                      <a href="../../assets/frontend/pages/img/products/k2.jpg" class="btn btn-default fancybox-button">Zoom</a>
518
                      <a href="#product-pop-up" class="btn btn-default fancybox-fast-view">View</a>
519
                    </div>
520
                  </div>
521
                  <h3><a href="shop-item.html">Berry Lace Dress6</a></h3>
522
                  <div class="pi-price">$29.00</div>
523
                  <a href="#" class="btn btn-default add2cart">Add to cart</a>
524
                </div>
525
              </div>
526
            </div>
527
          </div>
528
        </div>
529
        <!-- END SIMILAR PRODUCTS -->
530
      </div>
531
    </div>
532
 
533
    <!-- BEGIN STEPS -->
534
    <div class="steps-block steps-block-red">
535
      <div class="container">
536
        <div class="row">
537
          <div class="col-md-4 steps-block-col">
538
            <i class="fa fa-truck"></i>
539
            <div>
540
              <h2>Free shipping</h2>
541
              <em>Express delivery withing 3 days</em>
542
            </div>
543
            <span>&nbsp;</span>
544
          </div>
545
          <div class="col-md-4 steps-block-col">
546
            <i class="fa fa-gift"></i>
547
            <div>
548
              <h2>Daily Gifts</h2>
549
              <em>3 Gifts daily for lucky customers</em>
550
            </div>
551
            <span>&nbsp;</span>
552
          </div>
553
          <div class="col-md-4 steps-block-col">
554
            <i class="fa fa-phone"></i>
555
            <div>
556
              <h2>477 505 8877</h2>
557
              <em>24/7 customer care available</em>
558
            </div>
559
          </div>
560
        </div>
561
      </div>
562
    </div>
563
    <!-- END STEPS -->
564
 
565
    <!-- BEGIN PRE-FOOTER -->
566
    <div class="pre-footer">
567
      <div class="container">
568
        <div class="row">
569
          <!-- BEGIN BOTTOM ABOUT BLOCK -->
570
          <div class="col-md-3 col-sm-6 pre-footer-col">
571
            <h2>About us</h2>
572
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam sit nonummy nibh euismod tincidunt ut laoreet dolore magna aliquarm erat sit volutpat. Nostrud exerci tation ullamcorper suscipit lobortis nisl aliquip  commodo consequat. </p>
573
            <p>Duis autem vel eum iriure dolor vulputate velit esse molestie at dolore.</p>
574
          </div>
575
          <!-- END BOTTOM ABOUT BLOCK -->
576
          <!-- BEGIN BOTTOM INFO BLOCK -->
577
          <div class="col-md-3 col-sm-6 pre-footer-col">
578
            <h2>Information</h2>
579
            <ul class="list-unstyled">
580
              <li><i class="fa fa-angle-right"></i> <a href="#">Delivery Information</a></li>
581
              <li><i class="fa fa-angle-right"></i> <a href="#">Customer Service</a></li>
582
              <li><i class="fa fa-angle-right"></i> <a href="#">Order Tracking</a></li>
583
              <li><i class="fa fa-angle-right"></i> <a href="#">Shipping & Returns</a></li>
584
              <li><i class="fa fa-angle-right"></i> <a href="contacts.html">Contact Us</a></li>
585
              <li><i class="fa fa-angle-right"></i> <a href="#">Careers</a></li>
586
              <li><i class="fa fa-angle-right"></i> <a href="#">Payment Methods</a></li>
587
            </ul>
588
          </div>
589
          <!-- END INFO BLOCK -->
590
 
591
          <!-- BEGIN TWITTER BLOCK --> 
592
          <div class="col-md-3 col-sm-6 pre-footer-col">
593
            <h2 class="margin-bottom-0">Latest Tweets</h2>
594
            <a class="twitter-timeline" href="https://twitter.com/twitterapi" data-tweet-limit="2" data-theme="dark" data-link-color="#57C8EB" data-widget-id="455411516829736961" data-chrome="noheader nofooter noscrollbar noborders transparent">Loading tweets by @keenthemes...</a>      
595
          </div>
596
          <!-- END TWITTER BLOCK -->
597
 
598
          <!-- BEGIN BOTTOM CONTACTS -->
599
          <div class="col-md-3 col-sm-6 pre-footer-col">
600
            <h2>Our Contacts</h2>
601
            <address class="margin-bottom-40">
602
              35, Lorem Lis Street, Park Ave<br>
603
              California, US<br>
604
              Phone: 300 323 3456<br>
605
              Fax: 300 323 1456<br>
606
              Email: <a href="mailto:info@metronic.com">info@metronic.com</a><br>
607
              Skype: <a href="skype:metronic">metronic</a>
608
            </address>
609
          </div>
610
          <!-- END BOTTOM CONTACTS -->
611
        </div>
612
        <hr>
613
        <div class="row">
614
          <!-- BEGIN SOCIAL ICONS -->
615
          <div class="col-md-6 col-sm-6">
616
            <ul class="social-icons">
617
              <li><a class="rss" data-original-title="rss" href="#"></a></li>
618
              <li><a class="facebook" data-original-title="facebook" href="#"></a></li>
619
              <li><a class="twitter" data-original-title="twitter" href="#"></a></li>
620
              <li><a class="googleplus" data-original-title="googleplus" href="#"></a></li>
621
              <li><a class="linkedin" data-original-title="linkedin" href="#"></a></li>
622
              <li><a class="youtube" data-original-title="youtube" href="#"></a></li>
623
              <li><a class="vimeo" data-original-title="vimeo" href="#"></a></li>
624
              <li><a class="skype" data-original-title="skype" href="#"></a></li>
625
            </ul>
626
          </div>
627
          <!-- END SOCIAL ICONS -->
628
          <!-- BEGIN NEWLETTER -->
629
          <div class="col-md-6 col-sm-6">
630
            <div class="pre-footer-subscribe-box pull-right">
631
              <h2>Newsletter</h2>
632
              <form action="#">
633
                <div class="input-group">
634
                  <input type="text" placeholder="youremail@mail.com" class="form-control">
635
                  <span class="input-group-btn">
636
                    <button class="btn btn-primary" type="submit">Subscribe</button>
637
                  </span>
638
                </div>
639
              </form>
640
            </div> 
641
          </div>
642
          <!-- END NEWLETTER -->
643
        </div>
644
      </div>
645
    </div>
646
    <!-- END PRE-FOOTER -->
647
 
648
    <!-- BEGIN FOOTER -->
649
    <div class="footer">
650
      <div class="container">
651
        <div class="row">
652
          <!-- BEGIN COPYRIGHT -->
653
          <div class="col-md-6 col-sm-6 padding-top-10">
654
            2014 © Metronic Shop UI. ALL Rights Reserved. 
655
          </div>
656
          <!-- END COPYRIGHT -->
657
          <!-- BEGIN PAYMENTS -->
658
          <div class="col-md-6 col-sm-6">
659
            <ul class="list-unstyled list-inline pull-right">
660
              <li><img src="../../assets/frontend/layout/img/payments/western-union.jpg" alt="We accept Western Union" title="We accept Western Union"></li>
661
              <li><img src="../../assets/frontend/layout/img/payments/american-express.jpg" alt="We accept American Express" title="We accept American Express"></li>
662
              <li><img src="../../assets/frontend/layout/img/payments/MasterCard.jpg" alt="We accept MasterCard" title="We accept MasterCard"></li>
663
              <li><img src="../../assets/frontend/layout/img/payments/PayPal.jpg" alt="We accept PayPal" title="We accept PayPal"></li>
664
              <li><img src="../../assets/frontend/layout/img/payments/visa.jpg" alt="We accept Visa" title="We accept Visa"></li>
665
            </ul>
666
          </div>
667
          <!-- END PAYMENTS -->
668
        </div>
669
      </div>
670
    </div>
671
    <!-- END FOOTER -->
672
 
673
    <!-- BEGIN fast view of a product -->
674
    <div id="product-pop-up" style="display: none; width: 700px;">
675
            <div class="product-page product-pop-up">
676
              <div class="row">
677
                <div class="col-md-6 col-sm-6 col-xs-3">
678
                  <div class="product-main-image">
679
                    <img src="../../assets/frontend/pages/img/products/model7.jpg" alt="Cool green dress with red bell" class="img-responsive">
680
                  </div>
681
                  <div class="product-other-images">
682
                    <a href="#" class="active"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model3.jpg"></a>
683
                    <a href="#"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model4.jpg"></a>
684
                    <a href="#"><img alt="Berry Lace Dress" src="../../assets/frontend/pages/img/products/model5.jpg"></a>
685
                  </div>
686
                </div>
687
                <div class="col-md-6 col-sm-6 col-xs-9">
688
                  <h1>Cool green dress with red bell</h1>
689
                  <div class="price-availability-block clearfix">
690
                    <div class="price">
691
                      <strong><span>$</span>47.00</strong>
692
                      <em>$<span>62.00</span></em>
693
                    </div>
694
                    <div class="availability">
695
                      Availability: <strong>In Stock</strong>
696
                    </div>
697
                  </div>
698
                  <div class="description">
699
                    <p>Lorem ipsum dolor ut sit ame dolore  adipiscing elit, sed nonumy nibh sed euismod laoreet dolore magna aliquarm erat volutpat
700
Nostrud duis molestie at dolore.</p>
701
                  </div>
702
                  <div class="product-page-options">
703
                    <div class="pull-left">
704
                      <label class="control-label">Size:</label>
705
                      <select class="form-control input-sm">
706
                        <option>L</option>
707
                        <option>M</option>
708
                        <option>XL</option>
709
                      </select>
710
                    </div>
711
                    <div class="pull-left">
712
                      <label class="control-label">Color:</label>
713
                      <select class="form-control input-sm">
714
                        <option>Red</option>
715
                        <option>Blue</option>
716
                        <option>Black</option>
717
                      </select>
718
                    </div>
719
                  </div>
720
                  <div class="product-page-cart">
721
                    <div class="product-quantity">
722
                        <input id="product-quantity" type="text" value="1" readonly name="product-quantity" class="form-control input-sm">
723
                    </div>
724
                    <button class="btn btn-primary" type="submit">Add to cart</button>
725
                    <a href="shop-item.html" class="btn btn-default">More details</a>
726
                  </div>
727
                </div>
728
 
729
                <div class="sticker sticker-sale"></div>
730
              </div>
731
            </div>
732
    </div>
733
    <!-- END fast view of a product -->
734
 
735
    <!-- Load javascripts at bottom, this will reduce page load time -->
736
    <!-- BEGIN CORE PLUGINS (REQUIRED FOR ALL PAGES) -->
737
    <!--[if lt IE 9]>
738
    <script src="../../assets/global/plugins/respond.min.js"></script>  
739
    <![endif]-->  
740
    <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
741
    <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
742
    <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>      
743
    <script src="../../assets/frontend/layout/scripts/back-to-top.js" type="text/javascript"></script>
744
    <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
745
    <!-- END CORE PLUGINS -->
746
 
747
    <!-- BEGIN PAGE LEVEL JAVASCRIPTS (REQUIRED ONLY FOR CURRENT PAGE) -->
748
    <script src="../../assets/global/plugins/fancybox/source/jquery.fancybox.pack.js" type="text/javascript"></script><!-- pop up -->
749
    <script src="../../assets/global/plugins/carousel-owl-carousel/owl-carousel/owl.carousel.min.js" type="text/javascript"></script><!-- slider for products -->
750
    <script src='../../assets/global/plugins/zoom/jquery.zoom.min.js' type="text/javascript"></script><!-- product zoom -->
751
    <script src="../../assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"></script><!-- Quantity -->
752
 
753
    <script src="../../assets/frontend/layout/scripts/layout.js" type="text/javascript"></script>
754
    <script type="text/javascript">
755
        jQuery(document).ready(function() {
756
            Layout.init();    
757
            Layout.initOWL();
758
            Layout.initTwitter();
759
            Layout.initImageZoom();
760
            Layout.initTouchspin();
761
        });
762
    </script>
763
    <!-- END PAGE LEVEL JAVASCRIPTS -->
764
</body>
765
<!-- END BODY -->
766
</html>