HTMLify
single-product-normal.html
Views: 2 | Author: ravi4
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 | <!DOCTYPE html> <html class="no-js" lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="meta description"> <title>Single Product :: DNX - Jewelry Store eCommerce</title> <!--=== Favicon ===--> <link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon"/> <!--== Google Fonts ==--> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i"/> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:400,700"/> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i"/> <!--=== Bootstrap CSS ===--> <link href="assets/css/vendor/bootstrap.min.css" rel="stylesheet"> <!--=== Font-Awesome CSS ===--> <link href="assets/css/vendor/font-awesome.css" rel="stylesheet"> <!--=== Plugins CSS ===--> <link href="assets/css/plugins.css" rel="stylesheet"> <!--=== Main Style CSS ===--> <link href="assets/css/style.css" rel="stylesheet"> <!-- Modernizer JS --> <script src="assets/js/vendor/modernizr-2.8.3.min.js"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--== Header Area Start ==--> <header id="header-area" class="header__3"> <div class="ruby-container"> <div class="row"> <!-- Logo Area Start --> <div class="col-3 col-lg-1 col-xl-2 m-auto"> <a href="index.html" class="logo-area"> <img src="assets/img/logo-black.png" alt="Logo" class="img-fluid"/> </a> </div> <!-- Logo Area End --> <!-- Navigation Area Start --> <div class="col-3 col-lg-9 col-xl-8 m-auto"> <div class="main-menu-wrap"> <nav id="mainmenu"> <ul> <li class="dropdown-show"><a href="index.html">Home</a> <ul class="dropdown-nav sub-dropdown"> <li><a href="index.html">Home Layout 1</a></li> <li><a href="index2.html">Home Layout 2</a></li> <li><a href="index3.html">Home Layout 3</a></li> <li><a href="index4.html">Home Layout 4</a></li> <li><a href="index5.html">Home Layout 5</a></li> <li><a href="index6.html">Home Layout 6</a></li> </ul> </li> <li class="dropdown-show"><a href="#">Shop</a> <ul class="mega-menu-wrap dropdown-nav"> <li class="mega-menu-item"><a href="shop.html" class="mega-item-title">Shop Layout</a> <ul> <li><a href="shop.html">Shop Left Sidebar</a></li> <li><a href="shop-right-sidebar.html">Shop Right Sidebar</a></li> <li><a href="shop-left-full-wide.html">Shop Left Full Wide</a></li> <li><a href="shop-right-full-wide.html">Shop Right Full Wide</a></li> <li><a href="shop-full-wide.html">Shop Without Sidebar</a></li> </ul> </li> <li class="mega-menu-item"><a href="single-product.html" class="mega-item-title">Single Products</a> <ul> <li><a href="single-product.html">Single Product</a></li> <li><a href="single-product-normal.html">Single Product Normal</a></li> <li><a href="single-product-group.html">Single Product Group</a></li> <li><a href="single-product-external.html">Single Product External</a></li> </ul> </li> </ul> </li> <li class="dropdown-show"><a href="#">Pages</a> <ul class="dropdown-nav"> <li><a href="cart.html">Shopping Cart</a></li> <li><a href="checkout.html">Checkout</a></li> <li><a href="compare.html">Compare</a></li> <li><a href="wishlist.html">Wishlist</a></li> <li><a href="login-register.html">Login & Register</a></li> <li><a href="my-account.html">My Account</a></li> <li><a href="404.html">404 Error</a></li> </ul> </li> <li class="dropdown-show"><a href="#">Men</a> <ul class="mega-menu-wrap dropdown-nav"> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Shirt</a> <ul> <li><a href="shop.html">Tops & Tees</a></li> <li><a href="shop.html">Polo Short Sleeve</a></li> <li><a href="shop.html">Graphic T-Shirts</a></li> <li><a href="shop.html">Jackets & Coats</a></li> <li><a href="shop.html">Fashion Jackets</a></li> </ul> </li> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Jeans</a> <ul> <li><a href="shop.html">Crochet</a></li> <li><a href="shop.html">Sleeveless</a></li> <li><a href="shop.html">Stripes</a></li> <li><a href="shop.html">Sweaters</a></li> <li><a href="shop.html">Hoodies</a></li> </ul> </li> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Shoes</a> <ul> <li><a href="shop.html">Tops & Tees</a></li> <li><a href="shop.html">Polo Short Sleeve</a></li> <li><a href="shop.html">Graphic T-Shirts</a></li> <li><a href="shop.html">Jackets & Coats</a></li> <li><a href="shop.html">Fashion Jackets</a></li> </ul> </li> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Watches</a> <ul> <li><a href="shop.html">Crochet</a></li> <li><a href="shop.html">Sleeveless</a></li> <li><a href="shop.html">Stripes</a></li> <li><a href="shop.html">Sweaters</a></li> <li><a href="shop.html">Hoodies</a></li> </ul> </li> </ul> </li> <li class="dropdown-show"><a href="shop-left-full-wide.html">Women</a> <ul class="mega-menu-wrap dropdown-nav"> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Kamiz</a> <ul> <li><a href="shop.html">Tops & Tees</a></li> <li><a href="shop.html">Polo Short Sleeve</a></li> <li><a href="shop.html">Graphic T-Shirts</a></li> <li><a href="shop.html">Jackets & Coats</a></li> <li><a href="shop.html">Fashion Jackets</a></li> </ul> </li> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Life Style</a> <ul> <li><a href="shop.html">Crochet</a></li> <li><a href="shop.html">Sleeveless</a></li> <li><a href="shop.html">Stripes</a></li> <li><a href="shop.html">Sweaters</a></li> <li><a href="shop.html">Hoodies</a></li> </ul> </li> <li class="mega-menu-item"><a href="shop-left-full-wide.html" class="mega-item-title">Shoes</a> <ul> <li><a href="shop.html">Tops & Tees</a></li> <li><a href="shop.html">Polo Short Sleeve</a></li> <li><a href="shop.html">Graphic T-Shirts</a></li> <li><a href="shop.html">Jackets & Coats</a></li> <li><a href="shop.html">Fashion Jackets</a></li> </ul> </li> </ul> </li> <li class="dropdown-show"><a href="#">Blog</a> <ul class="dropdown-nav"> <li><a href="blog.html">Blog Right Sidebar</a></li> <li><a href="blog-left-sidebar.html">Blog Left Sidebar</a></li> <li><a href="blog-grid.html">Blog Grid Layout</a></li> <li><a href="single-blog.html">Blog Details</a></li> </ul> </li> <li><a href="contact.html">Contact Us</a></li> </ul> </nav> </div> </div> <!-- Navigation Area End --> <!-- Header Right Meta Start --> <div class="col-6 col-lg-2 m-auto"> <div class="header-right-meta text-right"> <ul> <li><a href="#" class="modal-active"><i class="fa fa-search"></i></a></li> <li class="settings"><a href="#"><i class="fa fa-cog"></i></a> <div class="site-settings d-block d-sm-flex"> <dl class="currency"> <dt>Currency</dt> <dd class="current"><a href="#">USD</a></dd> <dd><a href="#">AUD</a></dd> <dd><a href="#">CAD</a></dd> <dd><a href="#">BDT</a></dd> </dl> <dl class="my-account"> <dt>My Account</dt> <dd><a href="#">Dashboard</a></dd> <dd><a href="#">Profile</a></dd> <dd><a href="#">Sign</a></dd> </dl> <dl class="language"> <dt>Language</dt> <dd class="current"><a href="#">English (US)</a></dd> <dd><a href="#">English (UK)</a></dd> <dd><a href="#">Chinees</a></dd> <dd><a href="#">Bengali</a></dd> <dd><a href="#">Hindi</a></dd> <dd><a href="#">Japanees</a></dd> </dl> </div> </li> <li class="shop-cart"><a href="#"><i class="fa fa-shopping-bag"></i> <span class="count">3</span></a> <div class="mini-cart"> <div class="mini-cart-body"> <div class="single-cart-item d-flex"> <figure class="product-thumb"> <a href="#"><img class="img-fluid" src="assets/img/product-1.jpg" alt="Products"/></a> </figure> <div class="product-details"> <h2><a href="#">Sprite Yoga Companion</a></h2> <div class="cal d-flex align-items-center"> <span class="quantity">3</span> <span class="multiplication">X</span> <span class="price">$77.00</span> </div> </div> <a href="#" class="remove-icon"><i class="fa fa-trash-o"></i></a> </div> <div class="single-cart-item d-flex"> <figure class="product-thumb"> <a href="#"><img class="img-fluid" src="assets/img/product-2.jpg" alt="Products"/></a> </figure> <div class="product-details"> <h2><a href="#">Yoga Companion Kit</a></h2> <div class="cal d-flex align-items-center"> <span class="quantity">2</span> <span class="multiplication">X</span> <span class="price">$6.00</span> </div> </div> <a href="#" class="remove-icon"><i class="fa fa-trash-o"></i></a> </div> <div class="single-cart-item d-flex"> <figure class="product-thumb"> <a href="#"><img class="img-fluid" src="assets/img/product-3.jpg" alt="Products"/></a> </figure> <div class="product-details"> <h2><a href="#">Sprite Yoga Companion Kit</a></h2> <div class="cal d-flex align-items-center"> <span class="quantity">1</span> <span class="multiplication">X</span> <span class="price">$116.00</span> </div> </div> <a href="#" class="remove-icon"><i class="fa fa-trash-o"></i></a> </div> </div> <div class="mini-cart-footer"> <a href="checkout.html" class="btn-add-to-cart">Checkout</a> </div> </div> </li> </ul> </div> </div> <!-- Header Right Meta End --> </div> </div> </header> <!--== Header Area End ==--> <!--== Search Box Area Start ==--> <div class="body-popup-modal-area"> <span class="modal-close"><img src="assets/img/cancel.png" alt="Close" class="img-fluid"/></span> <div class="modal-container d-flex"> <div class="search-box-area"> <div class="search-box-form"> <form action="#" method="post"> <input type="search" placeholder="type keyword and hit enter"/> <button class="btn" type="button"><i class="fa fa-search"></i></button> </form> </div> </div> </div> </div> <!--== Search Box Area End ==--> <!--== Page Title Area Start ==--> <div id="page-title-area"> <div class="container"> <div class="row"> <div class="col-12 text-center"> <div class="page-title-content"> <ul class="breadcrumb"> <li><a href="index.html">Home</a></li> <li><a href="shop-full-wide.html">Shop</a></li> <li><a href="single-product.html" class="active">Crown Summit Backpack</a></li> </ul> </div> </div> </div> </div> </div> <!--== Page Title Area End ==--> <!--== Page Content Wrapper Start ==--> <div id="page-content-wrapper" class="p-9"> <div class="ruby-container"> <div class="row"> <!-- Single Product Page Content Start --> <div class="col-lg-12"> <div class="single-product-page-content"> <div class="row"> <!-- Product Thumbnail Start --> <div class="col-lg-5"> <div class="product-thumbnail-wrap"> <div class="product-thumb-carousel owl-carousel"> <div class="single-thumb-item"> <a href="single-product.html"><img class="img-fluid" src="assets/img/single-pro-thumb.jpg" alt="Product"/></a> </div> <div class="single-thumb-item"> <a href="single-product.html"><img class="img-fluid" src="assets/img/single-pro-thumb-2.jpg" alt="Product"/></a> </div> <div class="single-thumb-item"> <a href="single-product.html"><img class="img-fluid" src="assets/img/single-pro-thumb-3.jpg" alt="Product"/></a> </div> <div class="single-thumb-item"> <a href="single-product.html"><img class="img-fluid" src="assets/img/single-pro-thumb-4.jpg" alt="Product"/></a> </div> <div class="single-thumb-item"> <a href="single-product.html"><img class="img-fluid" src="assets/img/single-pro-thumb-5.jpg" alt="Product"/></a> </div> </div> </div> </div> <!-- Product Thumbnail End --> <!-- Product Details Start --> <div class="col-lg-7 mt-5 mt-lg-0"> <div class="product-details"> <h2><a href="single-product.html">Crown Summit Backpack</a></h2> <div class="rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half"></i> <i class="fa fa-star-o"></i> </div> <span class="price">$52.00</span> <div class="product-info-stock-sku"> <span class="product-stock-status">In Stock</span> <span class="product-sku-status ml-5"><strong>SKU</strong> MH03</span> </div> <p class="products-desc">Ideal for cold-weathered training worked lorem ipsum outdoors, the Chaz Hoodie promises superior warmth with every wear. Thick material blocks out the wind as ribbed cuffs and bottom band seal in body heat Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim, reprehenderit.</p> <div class="product-quantity mt-5 d-flex align-items-center"> <div class="quantity-field"> <label for="qty">Qty</label> <input type="number" id="qty" min="1" max="100" value="1"/> </div> <a href="single-product.html" class="btn btn-add-to-cart">Add to Cart</a> </div> <div class="product-btn-group d-none d-sm-block"> <a href="single-product.html" class="btn btn-add-to-cart btn-whislist">+ Add to Wishlist</a> <a href="single-product.html" class="btn btn-add-to-cart btn-whislist">+ Add to Compare</a> <a href="single-product.html" class="btn btn-add-to-cart btn-compare">Email</a> </div> </div> </div> <!-- Product Details End --> </div> <div class="row"> <div class="col-lg-12"> <!-- Product Full Description Start --> <div class="product-full-info-reviews"> <!-- Single Product tab Menu --> <nav class="nav" id="nav-tab"> <a class="active" id="description-tab" data-toggle="tab" href="#description">Description</a> <a id="reviews-tab" data-toggle="tab" href="#reviews">Reviews</a> </nav> <!-- Single Product tab Menu --> <!-- Single Product tab Content --> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="description"> <p>Stay comfortable and stay in the race no matter what the weather's up to. The Bruno Compete Hoodie's water-repellent exterior shields you from the elements, while advanced fabric technology inside wicks moisture to keep you dry.Stay comfortable and stay in the race no matter what the weather's up to. The Bruno Compete Hoodie's water-repellent exterior shields you from the elements, while advanced fabric technology inside wicks moisture to keep you dry.Stay comfortable and stay in the race no matter what the weather's up to. The Bruno Compete Hoodie's water-repellent exterior shields you from the elements, while advanced fabric technology inside wicks moisture to keep you dry.</p> <ul> <li>Adipisicing elitEnim, laborum.</li> <li>Lorem ipsum dolor sit</li> <li>Dolorem molestiae quod voluptatem! Sint.</li> <li>Iure obcaecati odio pariatur quae saepe!</li> </ul> </div> <div class="tab-pane fade" id="reviews"> <div class="row"> <div class="col-lg-7"> <div class="product-ratting-wrap"> <div class="pro-avg-ratting"> <h4>4.5 <span>(Overall)</span></h4> <span>Based on 9 Comments</span> </div> <div class="ratting-list"> <div class="sin-list float-left"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <span>(5)</span> </div> <div class="sin-list float-left"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-o"></i> <span>(3)</span> </div> <div class="sin-list float-left"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <span>(1)</span> </div> <div class="sin-list float-left"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <span>(0)</span> </div> <div class="sin-list float-left"> <i class="fa fa-star"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <span>(0)</span> </div> </div> <div class="rattings-wrapper"> <div class="sin-rattings"> <div class="ratting-author"> <h3>Cristopher Lee</h3> <div class="ratting-star"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <span>(5)</span> </div> </div> <p>enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia res eos qui ratione voluptatem sequi Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci veli</p> </div> <div class="sin-rattings"> <div class="ratting-author"> <h3>Nirob Khan</h3> <div class="ratting-star"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <span>(5)</span> </div> </div> <p>enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia res eos qui ratione voluptatem sequi Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci veli</p> </div> <div class="sin-rattings"> <div class="ratting-author"> <h3>MD.ZENAUL ISLAM</h3> <div class="ratting-star"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <span>(5)</span> </div> </div> <p>enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia res eos qui ratione voluptatem sequi Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci veli</p> </div> </div> <div class="ratting-form-wrapper fix"> <h3>Add your Comments</h3> <form action="#" method="post"> <div class="ratting-form row"> <div class="col-12 mb-4"> <h5>Rating:</h5> <div class="ratting-star fix"> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> <i class="fa fa-star-o"></i> </div> </div> <div class="col-md-6 col-12 mb-4"> <label for="name">Name:</label> <input id="name" placeholder="Name" type="text"> </div> <div class="col-md-6 col-12 mb-4"> <label for="email">Email:</label> <input id="email" placeholder="Email" type="text"> </div> <div class="col-12 mb-4"> <label for="your-review">Your Review:</label> <textarea name="review" id="your-review" placeholder="Write a review"></textarea> </div> <div class="col-12"> <input value="add review" type="submit"> </div> </div> </form> </div> </div> </div> </div> </div> </div> <!-- Single Product tab Content --> </div> <!-- Product Full Description End --> </div> </div> </div> </div> <!-- Single Product Page Content End --> </div> </div> </div> <!--== Page Content Wrapper End ==--> <!-- Footer Area Start --> <footer id="footer-area"> <!-- Footer Call to Action Start --> <div class="footer-callto-action"> <div class="ruby-container"> <div class="callto-action-wrapper"> <div class="row"> <div class="col-lg-3 col-md-6"> <!-- Single Call-to Action Start --> <div class="single-callto-action d-flex"> <figure class="callto-thumb"> <img src="assets/img/air-plane.png" alt="WorldWide Shipping"/> </figure> <div class="callto-info"> <h2>Free Shipping Worldwide</h2> <p>On order over $150 - 7 days a week</p> </div> </div> <!-- Single Call-to Action End --> </div> <div class="col-lg-3 col-md-6"> <!-- Single Call-to Action Start --> <div class="single-callto-action d-flex"> <figure class="callto-thumb"> <img src="assets/img/support.png" alt="Support"/> </figure> <div class="callto-info"> <h2>24/7 CUSTOMER SERVICE</h2> <p>Call us 24/7 at 000 - 123 - 456k</p> </div> </div> <!-- Single Call-to Action End --> </div> <div class="col-lg-3 col-md-6"> <!-- Single Call-to Action Start --> <div class="single-callto-action d-flex"> <figure class="callto-thumb"> <img src="assets/img/money-back.png" alt="Money Back"/> </figure> <div class="callto-info"> <h2>MONEY BACK Guarantee!</h2> <p>Send within 30 days</p> </div> </div> <!-- Single Call-to Action End --> </div> <div class="col-lg-3 col-md-6"> <!-- Single Call-to Action Start --> <div class="single-callto-action d-flex"> <figure class="callto-thumb"> <img src="assets/img/cog.png" alt="Guide"/> </figure> <div class="callto-info"> <h2>SHOPPING GUIDE</h2> <p>Quis Eum Iure Reprehenderit</p> </div> </div> <!-- Single Call-to Action End --> </div> </div> </div> </div> </div> <!-- Footer Call to Action End --> <!-- Footer Follow Up Area Start --> <div class="footer-followup-area"> <div class="ruby-container"> <div class="followup-wrapper"> <div class="row"> <div class="col-lg-12 text-center"> <div class="follow-content-wrap"> <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="logo"/></a> <p>Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum</p> <div class="footer-social-icons"> <a href="#"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-pinterest"></i></a> <a href="#"><i class="fa fa-instagram"></i></a> <a href="#"><i class="fa fa-flickr"></i></a> </div> <a href="#"><img src="assets/img/payment.png" alt="Payment Method"/></a> </div> </div> </div> </div> </div> </div> <!-- Footer Follow Up Area End --> <!-- Footer Image Gallery Area Start --> <div class="footer-image-gallery"> <div class="ruby-container"> <div class="image-gallery-wrapper"> <div class="row"> <div class="col-lg-12"> <div class="imgage-gallery-carousel owl-carousel"> <div class="gallery-item"> <a href="#"><img src="assets/img/gallery-img-1.jpg" alt="Gallery"/></a> </div> <div class="gallery-item"> <a href="#"><img src="assets/img/gallery-img-2.jpg" alt="Gallery"/></a> </div> <div class="gallery-item"> <a href="#"><img src="assets/img/gallery-img-3.jpg" alt="Gallery"/></a> </div> <div class="gallery-item"> <a href="#"><img src="assets/img/gallery-img-4.jpg" alt="Gallery"/></a> </div> <div class="gallery-item"> <a href="#"><img src="assets/img/gallery-img-3.jpg" alt="Gallery"/></a> </div> <div class="gallery-item"> <a href="#"><img src="assets/img/gallery-img-2.jpg" alt="Gallery"/></a> </div> </div> </div> </div> </div> </div> </div> <!-- Footer Image Gallery Area End --> <!-- Copyright Area Start --> <div class="copyright-area"> <div class="ruby-container"> <div class="row"> <div class="col-lg-12 text-center"> <div class="copyright-text"> <p><a target="_blank" href="https://linktr.ee/dnxempire">DNX</a></p> </div> </div> </div> </div> </div> <!-- Copyright Area End --> </footer> <!-- Footer Area End --> <!-- Scroll to Top Start --> <a href="#" class="scrolltotop"><i class="fa fa-angle-up"></i></a> <!-- Scroll to Top End --> <!--=======================Javascript============================--> <!--=== Jquery Min Js ===--> <script src="assets/js/vendor/jquery-3.3.1.min.js"></script> <!--=== Jquery Migrate Min Js ===--> <script src="assets/js/vendor/jquery-migrate-1.4.1.min.js"></script> <!--=== Popper Min Js ===--> <script src="assets/js/vendor/popper.min.js"></script> <!--=== Bootstrap Min Js ===--> <script src="assets/js/vendor/bootstrap.min.js"></script> <!--=== Plugins Min Js ===--> <script src="assets/js/plugins.js"></script> <!--=== Active Js ===--> <script src="assets/js/active.js"></script> </body> </html> |