<?php
session_start();
include("includes/database.php");
include("functions/functions.php");
include("count.php");
hit_count();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Checkout | Babykish</title>
<meta name="keywords" content="online shopping Dubai, online shopping" />
<meta name="description" content="" />
<?php include("includes/shop-head.php"); ?>
</head>
<body>
<div class="page-wrapper">
<?php include("includes/header.php"); ?>
<main class="main checkout">
<div class="page-content pt-7 pb-10 mb-10">
<div class="step-by pr-4 pl-4">
<h3 class="title title-simple title-step"><a href="shopping-cart">1. Shopping Cart</a></h3>
<h3 class="title title-simple title-step active"><a href="checkout">2. Checkout</a></h3>
<h3 class="title title-simple title-step"><a href="confirm-order">3. Order Complete</a></h3>
</div>
<div class="container mt-7">
<div class="card accordion">
<div class="alert alert-light alert-primary alert-icon mb-4 card-header">
<i class="fas fa-exclamation-circle"></i>
<span class="text-body">Returning customer?</span>
<a href="#alert-body1" class="text-primary collapse">Click here to login</a>
</div>
<div class="alert-body collapsed" id="alert-body1">
<p>If you have shopped with us before, please enter your details below.
If you are a new customer, please proceed to the Billing section.</p>
<div class="row cols-md-2">
<form class="mb-4 mb-md-0">
<label for="username">Username Or Email *</label>
<input type="text" class="input-text form-control mb-0" name="username" id="username" autocomplete="username">
</form>
<form class="mb-4 mb-md-0">
<label for="password">Password *</label>
<input class="input-text form-control mb-0" type="password" name="password" id="password" autocomplete="current-password">
</form>
</div>
<div class="checkbox d-flex align-items-center justify-content-between">
<div class="form-checkbox pt-0 mb-0">
<input type="checkbox" class="custom-checkbox" id="signin-remember"
name="signin-remember" />
<label class="form-control-label" for="signin-remember">Remember
Me</label>
</div>
<a href="#" class="lost-link">Lost your password?</a>
</div>
<div class="link-group">
<a href="#" class="btn btn-dark btn-rounded mb-4">Login</a>
<span class="d-inline-block text-body font-weight-semi-bold">or Login With</span>
<div class="social-links mb-4">
<a href="#" class="social-link social-google fab fa-google"></a>
<a href="#" class="social-link social-facebook fab fa-facebook-f"></a>
<a href="#" class="social-link social-twitter fab fa-twitter"></a>
</div>
</div>
</div>
</div>
<div class="card accordion">
<div class="alert alert-light alert-primary alert-icon mb-4 card-header">
<i class="fas fa-exclamation-circle"></i>
<span class="text-body">Have a coupon?</span>
<a href="#alert-body2" class="text-primary">Click here to enter your code</a>
</div>
<div class="alert-body mb-4 collapsed" id="alert-body2">
<p>If you have a coupon code, please apply it below.</p>
<div class="check-coupon-box d-flex">
<input type="text" name="coupon_code" class="input-text form-control text-grey ls-m mr-4"
id="coupon_code" value="" placeholder="Coupon code">
<button type="submit" class="btn btn-dark btn-rounded btn-outline">Apply Coupon</button>
</div>
</div>
</div>
<form action="#" class="form">
<div class="row">
<div class="col-lg-7 mb-6 mb-lg-0 pr-lg-4">
<h3 class="title title-simple text-left text-uppercase">Billing Details</h3>
<div class="row">
<div class="col-xs-6">
<label>First Name *</label>
<input type="text" class="form-control" name="first-name" required="" />
</div>
<div class="col-xs-6">
<label>Last Name *</label>
<input type="text" class="form-control" name="last-name" required="" />
</div>
</div>
<label>Company Name (Optional)</label>
<input type="text" class="form-control" name="company-name" required="" />
<label>Country / Region *</label>
<div class="select-box">
<select name="country" class="form-control">
<option value="us" selected>United States (US)</option>
<option value="uk"> United Kingdom</option>
<option value="fr">France</option>
<option value="aus">Austria</option>
</select>
</div>
<label>Street Address *</label>
<input type="text" class="form-control" name="address1" required=""
placeholder="House number and street name" />
<input type="text" class="form-control" name="address2" required=""
placeholder="Apartment, suite, unit, etc. (optional)" />
<div class="row">
<div class="col-xs-6">
<label>Town / City *</label>
<input type="text" class="form-control" name="city" required="" />
</div>
<div class="col-xs-6">
<label>State *</label>
<input type="text" class="form-control" name="state" required="" />
</div>
</div>
<div class="row">
<div class="col-xs-6">
<label>ZIP *</label>
<input type="text" class="form-control" name="zip" required="" />
</div>
<div class="col-xs-6">
<label>Phone *</label>
<input type="text" class="form-control" name="phone" required="" />
</div>
</div>
<label>Email Address *</label>
<input type="text" class="form-control" name="email-address" required="" />
<div class="form-checkbox mb-0">
<input type="checkbox" class="custom-checkbox" id="create-account"
name="create-account">
<label class="form-control-label ls-s" for="create-account">Create an account?</label>
</div>
<div class="form-checkbox mb-6">
<input type="checkbox" class="custom-checkbox" id="different-address"
name="different-address">
<label class="form-control-label ls-s" for="different-address">Ship to a different
address?</label>
</div>
<h2 class="title title-simple text-uppercase text-left">Additional Information</h2>
<label>Order Notes (Optional)</label>
<textarea class="form-control pb-2 pt-2 mb-0" cols="30" rows="5"
placeholder="Notes about your order, e.g. special notes for delivery"></textarea>
</div>
<aside class="col-lg-5 sticky-sidebar-wrapper">
<div class="sticky-sidebar mt-1" data-sticky-options="{'bottom': 50}">
<div class="summary pt-5">
<h3 class="title title-simple text-left text-uppercase">Your Order</h3>
<table class="order-table">
<thead>
<tr>
<th>Product</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td class="product-name">Fashionable Overnight Bag <span
class="product-quantity">× 1</span></td>
<td class="product-total text-body">$110.00</td>
</tr>
<tr>
<td class="product-name">Mackintosh Poket backpack <span
class="product-quantity">× 1</span></td>
<td class="product-total text-body">$180.00</td>
</tr>
<tr class="summary-subtotal">
<td>
<h4 class="summary-subtitle">Subtotal</h4>
</td>
<td class="summary-subtotal-price pb-0 pt-0">$290.00
</td>
</tr>
<tr class="sumnary-shipping shipping-row-last">
<td colspan="2">
<h4 class="summary-subtitle">Calculate Shipping</h4>
<ul>
<li>
<div class="custom-radio">
<input type="radio" id="flat_rate"
name="shipping" class="custom-control-input" checked>
<label class="custom-control-label"
for="flat_rate">Flat rate</label>
</div>
</li>
<li>
<div class="custom-radio">
<input type="radio" id="free-shipping"
name="shipping" class="custom-control-input">
<label class="custom-control-label"
for="free-shipping">Free
shipping</label>
</div>
</li>
<li>
<div class="custom-radio">
<input type="radio" id="local_pickup"
name="shipping" class="custom-control-input">
<label class="custom-control-label"
for="local_pickup">Local pickup</label>
</div>
</li>
</ul>
</td>
</tr>
<tr class="summary-total">
<td class="pb-0">
<h4 class="summary-subtitle">Total</h4>
</td>
<td class=" pt-0 pb-0">
<p class="summary-total-price ls-s text-primary">$290.00</p>
</td>
</tr>
</tbody>
</table>
<div class="payment accordion radio-type">
<h4 class="summary-subtitle ls-m pb-3">Payment Methods</h4>
<div class="card">
<div class="card-header">
<a href="#collapse1" class="collapse text-body text-normal ls-m">Check payments
</a>
</div>
<div id="collapse1" class="expanded" style="display: block;">
<div class="card-body ls-m">
Please send a check to Store Name, Store Street,
Store Town, Store State / County, Store Postcode.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a href="#collapse2" class="expand text-body text-normal ls-m">Cash on delivery</a>
</div>
<div id="collapse2" class="collapsed">
<div class="card-body ls-m">
Pay with cash upon delivery.
</div>
</div>
</div>
</div>
<div class="form-checkbox mt-4 mb-5">
<input type="checkbox" class="custom-checkbox" id="terms-condition"
name="terms-condition" />
<label class="form-control-label" for="terms-condition">
I have read and agree to the website <a href="#">terms and conditions </a>*
</label>
</div>
<button type="submit" class="btn btn-dark btn-rounded btn-order">Place Order</button>
</div>
</div>
</aside>
</div>
</form>
</div>
</div>
</main>
<!-- End Main -->
<footer class="footer">
<div class="container">
<div class="footer-top">
<div class="row align-items-center">
<div class="col-lg-3">
<a href="demo1.html" class="logo-footer">
<img src="images/logo-footer.png" alt="logo-footer" width="154" height="43" />
</a>
<!-- End FooterLogo -->
</div>
<div class="col-lg-9">
<div class="widget widget-newsletter form-wrapper form-wrapper-inline">
<div class="newsletter-info mx-auto mr-lg-2 ml-lg-4">
<h4 class="widget-title">Subscribe to our Newsletter</h4>
<p>Get all the latest information, Sales and Offers.</p>
</div>
<form action="#" class="input-wrapper input-wrapper-inline">
<input type="email" class="form-control" name="email" id="email"
placeholder="Email address here..." required />
<button class="btn btn-primary btn-rounded btn-md ml-2" type="submit">subscribe<i
class="d-icon-arrow-right"></i></button>
</form>
</div>
<!-- End Newsletter -->
</div>
</div>
</div>
<!-- End FooterTop -->
<div class="footer-middle">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="widget widget-info">
<h4 class="widget-title">Contact Info</h4>
<ul class="widget-body">
<li>
<label>Phone:</label>
<a href="tel:#">Toll Free (123) 456-7890</a>
</li>
<li>
<label>Email:</label>
<a href="mailto:mail@riode.com">mail@riode.com</a>
</li>
<li>
<label>Address:</label>
<a href="#">123 Street Name, City, England</a>
</li>
<li>
<label>WORKING DAYS / HOURS:</label>
</li>
<li>
<a href="#">Mon - Sun / 9:00 AM - 8:00 PM</a>
</li>
</ul>
</div>
<!-- End Widget -->
</div>
<div class="col-lg-3 col-md-6">
<div class="widget ml-lg-4">
<h4 class="widget-title">My Account</h4>
<ul class="widget-body">
<li>
<a href="about-us.html">About Us</a>
</li>
<li>
<a href="#">Order History</a>
</li>
<li>
<a href="#">Returns</a>
</li>
<li>
<a href="#">Custom Service</a>
</li>
<li>
<a href="#">Terms & Condition</a>
</li>
</ul>
</div>
<!-- End Widget -->
</div>
<div class="col-lg-3 col-md-6">
<div class="widget ml-lg-4">
<h4 class="widget-title">Contact Info</h4>
<ul class="widget-body">
<li>
<a href="#">Sign in</a>
</li>
<li>
<a href="cart.html">View Cart</a>
</li>
<li>
<a href="wishlist.html">My Wishlist</a>
</li>
<li>
<a href="#">Track My Order</a>
</li>
<li>
<a href="#">Help</a>
</li>
</ul>
</div>
<!-- End Widget -->
</div>
<div class="col-lg-3 col-md-6">
<div class="widget widget-instagram">
<h4 class="widget-title">Instagram</h4>
<figure class="widget-body row">
<div class="col-3">
<img src="images/instagram/01.jpg" alt="instagram 1" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/02.jpg" alt="instagram 2" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/03.jpg" alt="instagram 3" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/04.jpg" alt="instagram 4" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/05.jpg" alt="instagram 5" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/06.jpg" alt="instagram 6" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/07.jpg" alt="instagram 7" width="64" height="64" />
</div>
<div class="col-3">
<img src="images/instagram/08.jpg" alt="instagram 8" width="64" height="64" />
</div>
</figure>
</div>
<!-- End Instagram -->
</div>
</div>
</div>
<!-- End FooterMiddle -->
<div class="footer-bottom">
<div class="footer-left">
<figure class="payment">
<img src="images/payment.png" alt="payment" width="159" height="29" />
</figure>
</div>
<div class="footer-center">
<p class="copyright">Riode eCommerce © 2021. All Rights Reserved</p>
</div>
<div class="footer-right">
<div class="social-links">
<a href="#" class="social-link social-facebook fab fa-facebook-f"></a>
<a href="#" class="social-link social-twitter fab fa-twitter"></a>
<a href="#" class="social-link social-linkedin fab fa-linkedin-in"></a>
</div>
</div>
</div>
<!-- End FooterBottom -->
</div>
</footer>
<!-- End Footer -->
</div>
<!-- Sticky Footer -->
<div class="sticky-footer sticky-content fix-bottom">
<a href="demo1.html" class="sticky-link active">
<i class="d-icon-home"></i>
<span>Home</span>
</a>
<a href="shop.html" class="sticky-link">
<i class="d-icon-volume"></i>
<span>Categories</span>
</a>
<a href="wishlist.html" class="sticky-link">
<i class="d-icon-heart"></i>
<span>Wishlist</span>
</a>
<a href="account.html" class="sticky-link">
<i class="d-icon-user"></i>
<span>Account</span>
</a>
<div class="header-search hs-toggle dir-up">
<a href="#" class="search-toggle sticky-link">
<i class="d-icon-search"></i>
<span>Search</span>
</a>
<form action="#" class="input-wrapper">
<input type="text" class="form-control" name="search" autocomplete="off"
placeholder="Search your keyword..." required />
<button class="btn btn-search" type="submit">
<i class="d-icon-search"></i>
</button>
</form>
</div>
</div>
<!-- Scroll Top -->
<a id="scroll-top" href="#top" title="Top" role="button" class="scroll-top"><i class="d-icon-arrow-up"></i></a>
<!-- MobileMenu -->
<div class="mobile-menu-wrapper">
<div class="mobile-menu-overlay">
</div>
<!-- End Overlay -->
<a class="mobile-menu-close" href="#"><i class="d-icon-times"></i></a>
<!-- End CloseButton -->
<div class="mobile-menu-container scrollable">
<form action="#" class="input-wrapper">
<input type="text" class="form-control" name="search" autocomplete="off"
placeholder="Search your keyword..." required />
<button class="btn btn-search" type="submit">
<i class="d-icon-search"></i>
</button>
</form>
<!-- End Search Form -->
<ul class="mobile-menu mmenu-anim">
<li>
<a href="demo1.html">Home</a>
</li>
<li>
<a href="#" class="active">Categories</a>
<ul>
<li>
<a href="#">
Variations 1
</a>
<ul>
<li><a href="shop-banner-sidebar.html">Banner With Sidebar</a></li>
<li><a href="shop-boxed-banner.html">Boxed Banner</a></li>
<li><a href="shop-infinite-scroll.html">Infinite Ajaxscroll</a></li>
<li><a href="shop-horizontal-filter.html">Horizontal Filter</a></li>
<li><a href="#">Navigation Filter<span class="tip tip-hot">Hot</span></a></li>
<li><a href="shop-off-canvas.html">Off-Canvas Filter</a></li>
<li><a href="shop-right-sidebar.html">Right Toggle Sidebar</a></li>
</ul>
</li>
<li>
<a href="#">
Variations 2
</a>
<ul>
<li><a href="shop-grid-3cols.html">3 Columns Mode<span
class="tip tip-new">New</span></a></li>
<li><a href="shop-grid-4cols.html">4 Columns Mode</a></li>
<li><a href="shop-grid-5cols.html">5 Columns Mode</a></li>
<li><a href="shop-grid-6cols.html">6 Columns Mode</a></li>
<li><a href="shop-grid-7cols.html">7 Columns Mode</a></li>
<li><a href="shop-grid-8cols.html">8 Columns Mode</a></li>
<li><a href="shop-list.html">List Mode</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="product.html">Products</a>
<ul>
<li>
<a href="#">Product Pages</a>
<ul>
<li><a href="product-simple.html">Simple Product</a></li>
<li><a href="product.html">Variable Product</a></li>
<li><a href="product-sale.html">Sale Product</a></li>
<li><a href="product-featured.html">Featured & On Sale</a></li>
<li><a href="shop-off-canvas.html">Off-Canvas Filter</a></li>
<li><a href="shop-right-sidebar.html">Right Toggle Sidebar</a></li>
<li><a href="product-sticky-cart.html">Add Cart Sticky<span
class="tip tip-hot">Hot</span></a></li>
<li><a href="product-tabinside.html">Tab Inside</a></li>
</ul>
</li>
<li>
<a href="#">Product Layouts</a>
<ul>
<li><a href="product-grid.html">Grid Images<span class="tip tip-new">New</span></a></li>
<li><a href="product-masonry.html">Masonry</a></li>
<li><a href="product-gallery.html">Gallery Type</a></li>
<li><a href="product-full.html">Full Width Layout</a></li>
<li><a href="product-sticky.html">Sticky Info</a></li>
<li><a href="product-sticky-both.html">Left & Right Sticky</a></li>
<li><a href="product-horizontal.html">Horizontal Thumb</a></li>
<li><a href="product-left-sidebar">Left Sidebar</a></li>
<li><a href="#">Build Your Own</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">Pages</a>
<ul>
<li><a href="about-us.html">About</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="account.html">Login</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="error-404.html">Error 404</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
</ul>
</li>
<li>
<a href="blog-classic.html">Blog</a>
<ul>
<li><a href="blog-classic.html">Classic</a></li>
<li><a href="blog-listing.html">Listing</a></li>
<li>
<a href="#">Grid</a>
<ul>
<li><a href="blog-grid-2col.html">Grid 2 columns</a></li>
<li><a href="blog-grid-3col.html">Grid 3 columns</a></li>
<li><a href="blog-grid-4col.html">Grid 4 columns</a></li>
<li><a href="blog-grid-sidebar.html">Grid sidebar</a></li>
</ul>
</li>
<li>
<a href="#">Masonry</a>
<ul>
<li><a href="blog-masonry-2col.html">Masonry 2 columns</a></li>
<li><a href="blog-masonry-3col.html">Masonry 3 columns</a></li>
<li><a href="blog-masonry-4col.html">Masonry 4 columns</a></li>
<li><a href="blog-masonry-sidebar.html">Masonry sidebar</a></li>
</ul>
</li>
<li>
<a href="#">Mask</a>
<ul>
<li><a href="blog-mask-grid.html">Blog mask grid</a></li>
<li><a href="blog-mask-masonry.html">Blog mask masonry</a></li>
</ul>
</li>
<li>
<a href="post-single.html">Single Post</a>
</li>
</ul>
</li>
<li>
<a href="#">Elements</a>
<ul>
<li><a href="element-products.html">Products</a></li>
<li><a href="element-typography.html">Typography</a></li>
<li><a href="element-titles.html">Titles</a></li>
<li><a href="element-categories.html">Product Category</a></li>
<li><a href="element-buttons.html">Buttons</a></li>
<li><a href="element-accordions.html">Accordions</a></li>
<li><a href="element-alerts.html">Alert & Notification</a></li>
<li><a href="element-tabs.html">Tabs</a></li>
<li><a href="element-testimonials.html">Testimonials</a></li>
<li><a href="element-blog-posts.html">Blog Posts</a></li>
<li><a href="element-instagrams.html">Instagrams</a></li>
<li><a href="element-cta.html">Call to Action</a></li>
<li><a href="element-icon-boxes.html">Icon Boxes</a></li>
<li><a href="element-icons.html">Icons</a></li>
</ul>
</li>
<li><a href="https://d-themes.com/buynow/riodehtml">Buy Riode!</a></li>
</ul>
<!-- End MobileMenu -->
</div>
</div>
<!-- Plugins JS File -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/sticky/sticky.min.js"></script>
<script src="vendor/elevatezoom/jquery.elevatezoom.min.js"></script>
<script src="vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Main JS File -->
<script src="js/main.min.js"></script>
</body>
</html>