博主介绍:黄菊华老师《Vue.js入门与商城开发实战》《微信小程序商城开发》图书作者,CSDN博客专家,在线教育专家,CSDN钻石讲师;专注网站制作、小程序开发、软件开发和大学生毕业设计教育、辅导。
所有项目都配有从入门到精通的基础知识视频课程,学习后应对毕业设计答辩,提供核心代码讲解,答辩指导。
项目配有对应开发文档、开题报告、任务书、PPT等,提供毕业设计论文辅导。

项目都录了发布和功能操作演示视频;项目的界面和功能都可以定制,包安装运行!!!

如果需要联系我,可以在CSDN网站查询黄菊华老师的,在文章末尾可以获取联系方式

作品截图

核心代码


<!DOCTYPE html>
<html lang="zxx">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge" />
    <title>Celex - Electronics eCommerce HTML5 Template</title>
    <meta name="description"
        content="240+ Best Bootstrap Templates are available on this website. Find your template for your project compatible with the most popular HTML library in the world." />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <link rel="profile" href="https://gmpg.org/xfn/11">

    <!-- Open Graph (OG) meta tags are snippets of code that control how URLs are displayed when shared on social media  -->
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Celex - Electronics eCommerce HTML5 Template" />
    <meta property="og:url" content="PAGE_URL" />
    <meta property="og:site_name" content="Celex - Electronics eCommerce HTML5 Template" />
    <!-- For the og:image content, replace the # with a link of an image -->
    <meta property="og:image" content="#" />
    <meta property="og:description" content="Celex - Electronics eCommerce HTML5 Template" />
    <meta name="robots" content="noindex, follow" />
    <!-- Add site Favicon -->
    <link rel="icon" href="assets/images/favicon/favicon.png" sizes="32x32" />
    <link rel="icon" href="assets/images/favicon/favicon.png" sizes="192x192" />
    <link rel="apple-touch-icon" href="assets/images/favicon/favicon.png" />
    <meta name="msapplication-TileImage" content="assets/images/favicon/favicon.png" />
    <!-- Structured Data  -->
    <script type="application/ld+json">
        {
            "@context": "http://schema.org",
            "@type": "WebSite",
            "name": "Replace_with_your_site_title",
            "url": "Replace_with_your_site_URL"
        }
    </script>

    <!-- vendor css (Bootstrap & Icon Font) -->
    <!-- <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css" />
    <link rel="stylesheet" href="assets/css/vendor/font.awesome.css" />
    <link rel="stylesheet" href="assets/css/vendor/ionicons.min.css" /> -->

    <!-- plugins css (All Plugins Files) -->
    <!-- <link rel="stylesheet" href="assets/css/plugins/animate.css" />
    <link rel="stylesheet" href="assets/css/plugins/swiper-bundle.min.css" />
    <link rel="stylesheet" href="assets/css/plugins/jquery-ui.min.css" />
    <link rel="stylesheet" href="assets/css/plugins/jquery.lineProgressbar.css">
    <link rel="stylesheet" href="assets/css/plugins/nice-select.css" />
    <link rel="stylesheet" href="assets/css/plugins/venobox.css" /> -->

    <!-- Use the minified version files listed below for better performance and remove the files listed above -->
    <link rel="stylesheet" href="assets/css/vendor/vendor.min.css" />
    <link rel="stylesheet" href="assets/css/plugins/plugins.min.css" />
    <link rel="stylesheet" href="assets/css/style.min.css">

    <!-- Main Style -->
    <!-- <link rel="stylesheet" href="assets/css/style.css" /> -->

</head>

<body>
    <!-- Header Area start  -->
    <div class="header section">
        <!-- Header Top Message Start -->
        <div class="header-top section-fluid bg-white border-bottom">
            <div class="container">
                <div class="row row-cols-xl-3 row-cols-lg-auto justify-content-lg-between align-items-center">
                    <!-- Header Top Message Start -->
                    <div class="col text-center text-lg-left">
                        <div
                            class="header-top-massege justify-content-center justify-content-lg-start d-flex align-items-center">
                            <img src="assets/images/icons/phone.png" alt="">
                            <p> Call Us :<a href="tel:+0123456789"> +0123456789</a></p>
                        </div>
                    </div>
                    <!-- Header Top Message End -->
                    <!-- Header Top Search Start -->
                    <div class="col d-none d-lg-block">
                        <div class="dropdown_search">
                            <form class="action-form" action="#">
                                <input class="form-control" placeholder="Search Your Products" type="text">
                                <button class="submit" type="submit"><i class="ion-ios-search"></i></button>
                            </form>
                        </div>
                    </div>
                    <!-- Header Top Search End -->
                    <!-- Header Top Language Currency -->
                    <div class="col d-none d-lg-block">
                        <div class="header-top-set-lan-curr d-flex justify-content-end">
                            <!-- Single Wedge Start -->
                            <div class="header-top-curr dropdown">
                                <button class="dropdown-toggle" data-bs-toggle="dropdown"> Language : (ENG) <i
                                        class="ion-ios-arrow-down"></i></button>
                                <ul class="dropdown-menu dropdown-menu-right">
                                    <li><a class="dropdown-item" href="#">English</a></li>
                                    <li><a class="dropdown-item" href="#">Italiano</a></li>
                                    <li><a class="dropdown-item" href="#">Français</a></li>
                                    <li><a class="dropdown-item" href="#">Filipino</a></li>
                                </ul>
                            </div>
                            <!-- Single Wedge End -->
                            <!-- Single Wedge Start -->
                            <div class="header-top-curr dropdown">
                                <button class="dropdown-toggle pe-0 border-0" data-bs-toggle="dropdown">Currency : (USD)
                                    <i class="ion-ios-arrow-down"></i></button>
                                <ul class="dropdown-menu dropdown-menu-right">
                                    <li><a class="dropdown-item" href="#">USD $</a></li>
                                    <li><a class="dropdown-item" href="#">EUR €</a></li>
                                    <li><a class="dropdown-item" href="#">POUND $</a></li>
                                    <li><a class="dropdown-item" href="#">FRANC ₣</a></li>
                                </ul>
                            </div>
                            <!-- Single Wedge End -->
                        </div>
                    </div>
                    <!-- Header Top Language Currency -->
                </div>
            </div>
        </div>
        <!-- Header Top  End -->
        <!-- Header Bottom  Start -->
        <div class="header-bottom d-none d-lg-block sticky-nav">
            <div class="container position-relative">
                <div class="row justify-content-between align-items-center">
                    <!-- Header Logo Start -->
                    <div class="col-lg-2">
                        <div class="header-logo">
                            <a href="index.html"><img src="assets/images/logo/logo.png" alt="Site Logo" /></a>
                        </div>
                    </div>
                    <!-- Header Logo End -->
                    <!-- Header Menu Start -->
                    <div class="col-lg-8">
                        <div class="main-menu manu-color-white">
                            <ul>
                                <li class="dropdown"><a href="#">Home <i class="ion-ios-arrow-down"></i></a>
                                    <ul class="sub-menu">
                                        <li><a href="index.html">Home 1</a></li>
                                        <li><a href="index-2.html">Home 2</a></li>
                                    </ul>
                                </li>
                                <li class="dropdown position-static"><a href="#">Shop <i
                                            class="ion-ios-arrow-down"></i></a>
                                    <ul class="mega-menu d-block">
                                        <li class="d-flex">
                                            <ul class="d-block">
                                                <li class="title"><a href="#">Shop Page</a></li>
                                                <li><a href="shop-3-column.html">Shop 3 Column</a></li>
                                                <li><a href="shop-4-column.html">Shop 4 Column</a></li>
                                                <li><a href="shop-left-sidebar.html">Shop Left Sidebar</a></li>
                                                <li><a href="shop-right-sidebar.html">Shop Right Sidebar</a></li>
                                            </ul>
                                            <ul class="d-block">
                                                <li class="title"><a href="#">product Details Page</a></li>
                                                <li><a href="single-product.html">Product Single</a></li>
                                                <li><a href="single-product-variable.html">Product Variable</a></li>
                                                <li><a href="single-product-affiliate.html">Product Affiliate</a></li>
                                                <li><a href="single-product-group.html">Product Group</a></li>
                                                <li><a href="single-product-tabstyle-2.html">Product Tab 2</a></li>
                                                <li><a href="single-product-tabstyle-3.html">Product Tab 3</a></li>
                                            </ul>
                                            <ul class="d-block">
                                                <li class="title"><a href="#">Single Product Page</a></li>
                                                <li><a href="single-product-slider.html">Product Slider</a></li>
                                                <li><a href="single-product-gallery-left.html">Product Gallery Left</a>
                                                </li>
                                                <li><a href="single-product-gallery-right.html">Product Gallery
                                                        Right</a>
                                                </li>
                                                <li><a href="single-product-sticky-left.html">Product Sticky Left</a>
                                                </li>
                                                <li><a href="single-product-sticky-right.html">Product Sticky Right</a>
                                                </li>
                                            </ul>
                                            <ul class="d-block">
                                                <li class="title"><a href="#">Other Pages</a></li>
                                                <li><a href="cart.html">Cart Page</a></li>
                                                <li><a href="checkout.html">Checkout Page</a></li>
                                                <li><a href="compare.html">Compare Page</a></li>
                                                <li><a href="wishlist.html">Wishlist Page</a></li>
                                                <li><a href="my-account.html">Account Page</a></li>
                                                <li><a href="login.html">Login & Register Page</a></li>
                                                <li><a href="empty-cart.html">Empty Cart Page</a></li>
                                            </ul>
                                        </li>
                                        <li>

                                            <ul class="menu-banner w-100">
                                                <li>
                                                    <a class="p-0" href="shop-left-sidebar.html"><img
                                                            class="img-responsive w-100"
                                                            src="assets/images/banner/3.jpg" alt=""></a>
                                                </li>
                                                <li>
                                                    <a class="p-0" href="shop-left-sidebar.html"><img
                                                            class="img-responsive w-100"
                                                            src="assets/images/banner/4.jpg" alt=""></a>
                                                </li>
                                            </ul>
                                        </li>
                                    </ul>
                                </li>
                                <li class="dropdown"><a href="#">Pages <i class="ion-ios-arrow-down"></i></a>
                                    <ul class="sub-menu">
                                        <li><a href="about.html">About us</a></li>
                                        <li><a href="404.html">404 Page</a></li>
                                        <li><a href="privacy-policy.html">Privacy Policy</a></li>

                                        <li><a href="faq.html">Faq Page</a></li>
                                        <li><a href="thank-you-page.html">Thank You Page</a></li>
                                        <li><a href="coming-soon.html">Coming Soon Page</a></li>
                                    </ul>
                                </li>
                                <li class="dropdown "><a href="#">Blog <i class="ion-ios-arrow-down"></i></a>
                                    <ul class="sub-menu">
                                        <li class="dropdown position-static"><a href="blog-grid-left-sidebar.html">Blog
                                                Grid
                                                <i class="ion-ios-arrow-right"></i></a>
                                            <ul class="sub-menu sub-menu-2">
                                                <li><a href="blog-grid-left-sidebar.html">Blog Grid Left Sidebar</a>
                                                </li>
                                                <li><a href="blog-grid-right-sidebar.html">Blog Grid Right Sidebar</a>
                                                </li>
                                            </ul>
                                        </li>
                                        <li class="dropdown position-static"><a href="blog-list-left-sidebar.html">Blog
                                                List
                                                <i class="ion-ios-arrow-right"></i></a>
                                            <ul class="sub-menu sub-menu-2">
                                                <li><a href="blog-list-left-sidebar.html">Blog List Left Sidebar</a>
                                                </li>
                                                <li><a href="blog-list-right-sidebar.html">Blog List Right Sidebar</a>
                                                </li>
                                            </ul>
                                        </li>
                                        <li class="dropdown position-static"><a
                                                href="blog-single-left-sidebar.html">Single
                                                Blog <i class="ion-ios-arrow-right"></i></a>
                                            <ul class="sub-menu sub-menu-2">
                                                <li class="border-bottom"><a href="blog-single-left-sidebar.html">Single
                                                        Blog Left Sidebar</a>
                                                </li>
                                                <li><a href="blog-single-right-sidebar.html">Single Blog Right
                                                        Sidebar</a>
                                                </li>
                                            </ul>
                                        </li>
                                    </ul>
                                </li>
                                <li><a href="contact.html">Contact us</a></li>
                            </ul>
                        </div>
                    </div>
                    <!-- Header Menu End -->
                    <!-- Header Action Start -->
                    <div class="col-lg-2">
                        <div class="header-actions">
                            <!-- Single Wedge Start -->
                            <div class="header-bottom-set dropdown">
                                <button class="dropdown-toggle header-action-btn" data-bs-toggle="dropdown"><i
                                        class="fa fa-cog"></i></button>
                                <ul class="dropdown-menu dropdown-menu-right">
                                    <li><a class="dropdown-item" href="my-account.html">My account</a></li>
                                    <li><a class="dropdown-item" href="checkout.html">Checkout</a></li>
                                    <li><a class="dropdown-item" href="login.html">Sign in</a></li>
                                </ul>
                            </div>
                            <!-- Single Wedge End -->
                            <a href="#offcanvas-wishlist"
                                class="header-action-btn header-action-btn-cart offcanvas-toggle ">
                                <i class="fa fa-heart"></i>
                                <span class="header-action-num">3</span>
                            </a>
                            <!-- Single Wedge End -->
                            <a href="#offcanvas-cart"
                                class="header-action-btn header-action-btn-cart offcanvas-toggle pe-0">
                                <i class="fa fa-shopping-basket"></i>
                                <span class="header-action-num">3</span>
                            </a>
                            <a href="#offcanvas-mobile-menu"
                                class="header-action-btn header-action-btn-menu offcanvas-toggle d-lg-none">
                                <i class="fa fa-bars"></i>
                            </a>
                        </div>
                    </div>
                    <!-- Header Action End -->
                </div>
            </div>
        </div>
        <!-- Header Bottom  End -->
        <!-- Header Bottom  Start -->
        <div class="header-bottom d-lg-none sticky-nav bg-white">
            <div class="container">
                <div class="row align-self-center">
                    <!-- Header Logo Start -->
                    <div class="col align-self-center">
                        <div class="header-logo">
                            <a href="index.html"><img src="assets/images/logo/logo.png" alt="Site Logo" /></a>
                        </div>
                    </div>
                    <!-- Header Logo End -->
                    <!-- Header Action Start -->
                    <div class="col align-self-center">
                        <div class="header-actions">
                            <!-- Single Wedge Start -->
                            <div class="header-bottom-set dropdown">
                                <button class="dropdown-toggle header-action-btn" data-bs-toggle="dropdown"><i
                                        class="fa fa-cog"></i></button>
                                <ul class="dropdown-menu dropdown-menu-right">
                                    <li><a class="dropdown-item" href="my-account.html">My account</a></li>
                                    <li><a class="dropdown-item" href="checkout.html">Checkout</a></li>
                                    <li><a class="dropdown-item" href="login.html">Sign in</a></li>
                                </ul>
                            </div>
                            <!-- Single Wedge End -->
                            <a href="#offcanvas-wishlist"
                                class="header-action-btn header-action-btn-cart offcanvas-toggle ">
                                <i class="fa fa-heart"></i>
                                <span class="header-action-num">3</span>
                            </a>
                            <!-- Single Wedge End -->
                            <a href="#offcanvas-cart"
                                class="header-action-btn header-action-btn-cart offcanvas-toggle pe-0">
                                <i class="fa fa-shopping-basket"></i>
                                <span class="header-action-num">3</span>
                                <!-- <span class="cart-amount">$30.00</span> -->
                            </a>
                            <a href="#offcanvas-mobile-menu"
                                class="header-action-btn header-action-btn-menu offcanvas-toggle d-lg-none">
                                <i class="fa fa-bars"></i>
                            </a>
                        </div>
                    </div>
                    <!-- Header Action End -->
                </div>
            </div>
        </div>
        <!-- Header Bottom  End -->
    </div>
    <!-- Header Area End  -->



    <!-- Header Top Search Start -->
    <div class="d-block d-lg-none mb-5">
        <div class="container">
            <div class="dropdown_search">
                <form class="action-form" action="#">
                    <input class="form-control" placeholder="Search Your Products" type="text">
                    <button class="submit" type="submit"><i class="ion-ios-search"></i></button>
                </form>
            </div>
        </div>
    </div>
    <!-- Header Top Search End -->


    <!-- OffCanvas Wishlist Start -->
    <div id="offcanvas-wishlist" class="offcanvas offcanvas-wishlist">
        <div class="inner">
            <div class="head">
                <span class="title">Wishlist</span>
                <button class="offcanvas-close">×</button>
            </div>
            <div class="body customScroll">
                <ul class="minicart-product-list">
                    <li>
                        <a href="single-product.html" class="image"><img src="assets/images/product-image/1.jpg"
                                alt="Cart product Image"></a>
                        <div class="content">
                            <a href="single-product.html" class="title">Walnut Cutting Board</a>
                            <span class="quantity-price">1 x <span class="amount">$21.86</span></span>
                            <a href="#" class="remove">×</a>
                        </div>
                    </li>
                    <li>
                        <a href="single-product.html" class="image"><img src="assets/images/product-image/2.jpg"
                                alt="Cart product Image"></a>
                        <div class="content">
                            <a href="single-product.html" class="title">Lucky Wooden Elephant</a>
                            <span class="quantity-price">1 x <span class="amount">$13.28</span></span>
                            <a href="#" class="remove">×</a>
                        </div>
                    </li>
                    <li>
                        <a href="single-product.html" class="image"><img src="assets/images/product-image/3.jpg"
                                alt="Cart product Image"></a>
                        <div class="content">
                            <a href="single-product.html" class="title">Fish Cut Out Set</a>
                            <span class="quantity-price">1 x <span class="amount">$17.34</span></span>
                            <a href="#" class="remove">×</a>
                        </div>
                    </li>
                </ul>
            </div>
            <div class="foot">
                <div class="buttons">
                    <a href="wishlist.html" class="btn btn-dark btn-hover-primary mt-30px">view wishlist</a>
                </div>
            </div>
        </div>
    </div>
    <!-- OffCanvas Wishlist End -->

    <!-- OffCanvas Cart Start -->
    <div id="offcanvas-cart" class="offcanvas offcanvas-cart">
        <div class="inner">
            <div class="head">
                <span class="title">Cart</span>
                <button class="offcanvas-close">×</button>
            </div>
            <div class="body customScroll">
                <ul class="minicart-product-list">
                    <li>
                        <a href="single-product.html" class="image"><img src="assets/images/product-image/1.jpg"
                                alt="Cart product Image"></a>
                        <div class="content">
                            <a href="single-product.html" class="title">Walnut Cutting Board</a>
                            <span class="quantity-price">1 x <span class="amount">$21.86</span></span>
                            <a href="#" class="remove">×</a>
                        </div>
                    </li>
                    <li>
                        <a href="single-product.html" class="image"><img src="assets/images/product-image/2.jpg"
                                alt="Cart product Image"></a>
                        <div class="content">
                            <a href="single-product.html" class="title">Lucky Wooden Elephant</a>
                            <span class="quantity-price">1 x <span class="amount">$13.28</span></span>
                            <a href="#" class="remove">×</a>
                        </div>
                    </li>
                    <li>
                        <a href="single-product.html" class="image"><img src="assets/images/product-image/3.jpg"
                                alt="Cart product Image"></a>
                        <div class="content">
                            <a href="single-product.html" class="title">Fish Cut Out Set</a>
                            <span class="quantity-price">1 x <span class="amount">$17.34</span></span>
                            <a href="#" class="remove">×</a>
                        </div>
                    </li>
                </ul>
            </div>
            <div class="foot">
                <div class="sub-total">
                    <table class="table">
                        <tbody>
                            <tr>
                                <td class="text-left">Sub-Total :</td>
                                <td class="text-right">$23.30</td>
                            </tr>
                            <tr>
                                <td class="text-left">Eco Tax (-2.00) :</td>
                                <td class="text-right">$4.52</td>
                            </tr>
                            <tr>
                                <td class="text-left">VAT (20%) :</td>
                                <td class="text-right">$5.66</td>
                            </tr>
                            <tr>
                                <td class="text-left">Total :</td>
                                <td class="text-right theme-color">$33.48</td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <div class="buttons">
                    <a href="cart.html" class="btn btn-dark btn-hover-primary mb-6">view cart</a>
                    <a href="checkout.html" class="btn btn-outline-dark current-btn">checkout</a>
                </div>
                <p class="minicart-message">Free Shipping on All Orders Over $100!</p>
            </div>
        </div>
    </div>
    <!-- OffCanvas Cart End -->

    <!-- OffCanvas Menu Start -->
    <div id="offcanvas-mobile-menu" class="offcanvas offcanvas-mobile-menu">
        <button class="offcanvas-close"></button>
        <div class="inner customScroll">

            <div class="offcanvas-menu mb-4">
                <ul>
                    <li><a href="#"><span class="menu-text">Home</span></a>
                        <ul class="sub-menu">
                            <li><a href="index.html"><span class="menu-text">Home 1</span></a></li>
                            <li><a href="index-2.html"><span class="menu-text">Home 2</span></a></li>
                        </ul>
                    </li>
                    <li><a href="about.html">About Us</a></li>
                    <li><a href="#"><span class="menu-text">Shop</span></a>
                        <ul class="sub-menu">
                            <li>
                                <a href="#"><span class="menu-text">Shop Page</span></a>
                                <ul class="sub-menu">
                                    <li><a href="shop-3-column.html">Shop 3 Column</a></li>
                                    <li><a href="shop-4-column.html">Shop 4 Column</a></li>
                                    <li><a href="shop-left-sidebar.html">Shop Grid Left Sidebar</a></li>
                                    <li><a href="shop-right-sidebar.html">Shop Grid Right Sidebar</a></li>
                                </ul>
                            </li>
                            <li>
                                <a href="#"><span class="menu-text">product Details Page</span></a>
                                <ul class="sub-menu">
                                    <li><a href="single-product.html">Product Single</a></li>
                                    <li><a href="single-product-variable.html">Product Variable</a></li>
                                    <li><a href="single-product-affiliate.html">Product Affiliate</a></li>
                                    <li><a href="single-product-group.html">Product Group</a></li>
                                    <li><a href="single-product-tabstyle-2.html">Product Tab 2</a></li>
                                    <li><a href="single-product-tabstyle-3.html">Product Tab 3</a></li>
                                </ul>
                            </li>
                            <li>
                                <a href="#"><span class="menu-text">Single Product Page</span></a>
                                <ul class="sub-menu">
                                    <li><a href="single-product-slider.html">Product Slider</a></li>
                                    <li><a href="single-product-gallery-left.html">Product Gallery Left</a>
                                    </li>
                                    <li><a href="single-product-gallery-right.html">Product Gallery Right</a>
                                    </li>
                                    <li><a href="single-product-sticky-left.html">Product Sticky Left</a></li>
                                    <li><a href="single-product-sticky-right.html">Product Sticky Right</a></li>
                                </ul>
                            </li>
                            <li>
                                <a href="#"><span class="menu-text">Other Pages</span></a>
                                <ul class="sub-menu">
                                    <li><a href="cart.html">Cart Page</a></li>
                                    <li><a href="checkout.html">Checkout Page</a></li>
                                    <li><a href="compare.html">Compare Page</a></li>
                                    <li><a href="wishlist.html">Wishlist Page</a></li>
                                    <li><a href="my-account.html">Account Page</a></li>
                                    <li><a href="login.html">Login & Register Page</a></li>
                                    <li><a href="empty-cart.html">Empty Cart Page</a></li>
                                </ul>
                            </li>
                        </ul>
                    </li>
                    <li><a href="#"><span class="menu-text">Pages</span></a>
                        <ul class="sub-menu">
                            <li><a href="404.html">404 Page</a></li>
                            <li><a href="privacy-policy.html">Privacy Policy</a></li>

                            <li><a href="faq.html">Faq Page</a></li>
                            <li><a href="thank-you-page.html">Thank You Page</a></li>
                            <li><a href="coming-soon.html">Coming Soon Page</a></li>
                        </ul>
                    </li>
                    <li><a href="#"><span class="menu-text">Blog</span></a>
                        <ul class="sub-menu">
                            <li><a href="#"><span class="menu-text">Blog Grid</span></a>
                                <ul class="sub-menu">
                                    <li><a href="blog-grid-left-sidebar.html">Blog Grid Left Sidebar</a></li>
                                    <li><a href="blog-grid-right-sidebar.html">Blog Grid Right Sidebar</a></li>
                                </ul>
                            </li>
                            <li><a href="#"><span class="menu-text">Blog List</span></a>
                                <ul class="sub-menu">
                                    <li><a href="blog-list-left-sidebar.html">Blog List Left Sidebar</a></li>
                                    <li><a href="blog-list-right-sidebar.html">Blog List Right Sidebar</a></li>
                                </ul>
                            </li>
                            <li><a href="#"><span class="menu-text">Blog Single</span></a>
                                <ul class="sub-menu">
                                    <li><a href="blog-single-left-sidebar.html">Blog Single Left Sidebar</a></li>
                                    <li><a href="blog-single-right-sidebar.html">Blog Single Right Sidbar</a></li>
                                </ul>
                            </li>
                        </ul>
                    </li>
                    <li><a href="contact.html">Contact Us</a></li>
                </ul>
            </div>
            <!-- OffCanvas Menu End -->

            <!-- Language Currency start -->
            <div class="offcanvas-userpanel mt-8">
                <ul>
                    <!-- Language Start -->
                    <li class="offcanvas-userpanel__role">
                        <a href="#">English <i class="ion-ios-arrow-down"></i></a>
                        <ul class="user-sub-menu">
                            <li><a class="current" href="#">English</a></li>
                            <li><a href="#"> Italiano</a></li>
                            <li><a href="#"> Français</a></li>
                            <li><a href="#"> Filipino</a></li>
                        </ul>
                    </li>
                    <!-- Language End -->
                    <!-- Currency Start -->
                    <li class="offcanvas-userpanel__role">
                        <a href="#">USD $ <i class="ion-ios-arrow-down"></i></a>
                        <ul class="user-sub-menu">
                            <li><a class="current" href="#">USD $</a></li>
                            <li><a href="#">EUR €</a></li>
                            <li><a href="#">POUND $</a></li>
                            <li><a href="#">FRANC ₣</a></li>
                        </ul>
                    </li>
                    <!-- Currency End -->
                </ul>
            </div>
            <!-- Language Currency End -->
            <div class="offcanvas-social mt-auto">
                <ul>
                    <li>
                        <a href="#"><i class="ion-social-facebook"></i></a>
                    </li>
                    <li>
                        <a href="#"><i class="ion-social-twitter"></i></a>
                    </li>
                    <li>
                        <a href="#"><i class="ion-social-google"></i></a>
                    </li>
                    <li>
                        <a href="#"><i class="ion-social-youtube"></i></a>
                    </li>
                    <li>
                        <a href="#"><i class="ion-social-instagram"></i></a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <!-- OffCanvas Menu End -->


    <div class="offcanvas-overlay"></div>

    <!-- Hero/Intro Slider Start -->
    <div class="section ">
        <div class="hero-slider swiper-container slider-nav-style-1 hero-slider-nav slider-dot-style-1 hero-slider-dot">
            <!-- Hero slider Active -->
            <div class="swiper-wrapper">
                <!-- Single slider item -->
                <div class="hero-slide-item slider-height swiper-slide d-flex"
                    data-bg-image="assets/images/slider-image/bg-1.jpg">
                    <div class="container align-self-center">
                        <div class="row">
                            <div class="col-xl-6 col-lg-7 col-md-7 col-sm-7 align-self-center">
                                <div class="hero-slide-content slider-animated-1">
                                    <h2 class="title-1">Bracket Holder <br> & Camera Stand </h2>
                                    <p>Avail 15% off on Making Charges for all Items</p>
                                    <a href="shop-left-sidebar.html"
                                        class="btn btn-lg btn-primary btn-hover-dark mt-4">Shop Now</a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Single slider item -->
                <div class="hero-slide-item slider-height swiper-slide d-flex"
                    data-bg-image="assets/images/slider-image/bg-2.jpg">
                    <div class="container align-self-center">
                        <div class="row">
                            <div class="col-xl-6 col-lg-7 col-md-7 col-sm-7 align-self-center">
                                <div class="hero-slide-content slider-animated-1">
                                    <h2 class="title-1">Flight Simulator <br> & Setup </h2>
                                    <p>Avail 15% off on Making Charges for all Items</p>
                                    <a href="shop-left-sidebar.html"
                                        class="btn btn-lg btn-primary btn-hover-dark mt-4">Shop Now</a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Add Pagination -->
            <div class="swiper-pagination swiper-pagination-white"></div>
            <!-- Add Arrows -->
            <div class="swiper-buttons">
                <div class="swiper-button-next"></div>
                <div class="swiper-button-prev"></div>
            </div>
        </div>
    </div>

    <!-- Hero/Intro Slider End -->


    <!-- Banner Section Start -->
    <div class="section pb-100px pt-100px">
        <div class="container">
            <!-- Banners Start -->
            <div class="row">
                <!-- Banner Start -->
                <div class="col-lg-6 col-12 mb-md-30px mb-lm-30px" data-aos="fade-up" data-aos-delay="200">
                    <div class="banner-2">
                        <img src="assets/images/banner/5.jpg" alt="" />
                        <div class="info justify-content-end">
                            <div class="content align-self-center text-end">
                                <span class="category">New Arrival</span>
                                <h3 class="title">
                                    Bluetooth
                                    <br /> Speaker
                                </h3>
                                <a href="shop-left-sidebar.html" class="shop-link">Shop Now</a>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Banner End -->

                <!-- Banner Start -->
                <div class="col-lg-6 col-12" data-aos="fade-up" data-aos-delay="400">
                    <div class="banner-2">
                        <img src="assets/images/banner/6.jpg" alt="" />
                        <div class="info justify-content-end">
                            <div class="content align-self-center text-end">
                                <span class="category">New Arrival</span>
                                <h3 class="title">
                                    Bluetooth
                                    <br /> Speaker
                                </h3>
                                <a href="shop-left-sidebar.html" class="shop-link">Shop Now</a>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Banner End -->
            </div>
            <!-- Banners End -->
        </div>
    </div>
    <!-- Banner Section End -->



    <!-- Feature Section Start -->
    <div class="section">
        <div class="container">
            <div class="feature-wrap section-padding-sm">
                <div class="row row-cols-lg-auto row-cols-sm-2 row-cols-1 justify-content-between mb-n5">
                    <!-- Feature Start -->
                    <div class="col mb-5">
                        <div class="feature">
                            <div class="icon text-primary align-self-center"><img
                                    src="assets/images/icons/feature-icon-1.png" alt=""></div>
                            <div class="content">
                                <h5 class="title">Free shipping</h5>
                                <p>Free shipping all order</p>
                            </div>
                        </div>
                    </div>
                    <!-- Feature End -->

                    <!-- Feature Start -->
                    <div class="col mb-5">
                        <div class="feature">
                            <div class="icon text-primary align-self-center"><img
                                    src="assets/images/icons/feature-icon-2.png" alt=""></div>
                            <div class="content">
                                <h5 class="title">online support</h5>
                                <p>Support 24 hours a day</p>
                            </div>
                        </div>
                    </div>
                    <!-- Feature End -->
                    <!-- Feature Start -->
                    <div class="col mb-5">
                        <div class="feature">
                            <div class="icon text-primary align-self-center"><img
                                    src="assets/images/icons/feature-icon-3.png" alt=""></div>
                            <div class="content">
                                <h5 class="title">100% monney back</h5>
                                <p>We ensure secure payment</p>
                            </div>
                        </div>
                    </div>
                    <!-- Feature End -->

                    <!-- Feature Start -->
                    <div class="col mb-5">
                        <div class="feature">
                            <div class="icon text-primary align-self-center"><img
                                    src="assets/images/icons/feature-icon-4.png" alt=""></div>
                            <div class="content">
                                <h5 class="title">Money Return</h5>
                                <p>30 days for free return</p>
                            </div>
                        </div>
                    </div>
                    <!-- Feature End -->
                </div>
            </div>
        </div>
    </div>
    <!-- Feature Section End -->

    <!-- Product tab Area Start -->
    <div class="section product-tab-area pt-100px">
        <div class="container">
            <div class="row">
                <div class="col-md-12 text-center" data-aos="fade-up">
                    <div class="section-title mb-0">
                        <h2 class="title">Our Products</h2>
                    </div>
                </div>

                <!-- Tab Start -->
                <div class="col-md-12 text-center mb-40px" data-aos="fade-up" data-aos-delay="200">
                    <ul class="product-tab-nav nav justify-content-center">
                        <li class="nav-item"><a class="nav-link active" data-bs-toggle="tab"
                                href="#tab-product-new-arrivals">New Arrivals</a></li>
                        <li class="nav-item"><a class="nav-link" data-bs-toggle="tab"
                                href="#tab-product-best-sellers">Best
                                Sellers </a></li>
                        <li class="nav-item"><a class="nav-link" data-bs-toggle="tab" href="#tab-product-sale-item">Sale
                                Items</a></li>
                        <li class="nav-item"><a class="nav-link" data-bs-toggle="tab" href="#tab-product-on-sales">On
                                Sales</a></li>
                    </ul>
                </div>
                <!-- Tab End -->
            </div>
            <div class="row">
                <div class="col">
                    <div class="tab-content">
                        <!-- 1st tab start -->
                        <div class="tab-pane fade show active" id="tab-product-new-arrivals">
                            <!-- New Product Slider Start -->
                            <div class="new-product-slider swiper-container slider-nav-style-1" data-aos="fade-up"
                                data-aos-delay="200">
                                <div class="new-product-wrapper swiper-wrapper">
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/1.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/2.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">New</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="New Affordable Fire TV"
                                                        href="shop-left-sidebar.html">New Affordable Fire
                                                        TV</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/3.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/4.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">New</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Webcam, Cameras Optics, Output"
                                                        href="shop-left-sidebar.html">Webcam, Cameras
                                                        Optics, Output </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/5.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/6.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">New</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Digital Air Fryer Stainless Steel"
                                                        href="shop-left-sidebar.html">Digital Air Fryer
                                                        Stainless Steel </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/7.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/8.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">New</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Bissell SpotClean Pro Portable Carpet"
                                                        href="shop-left-sidebar.html">Bissell SpotClean
                                                        Pro
                                                        Portable Carpet</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/10.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/9.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">New</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Alexa-Compatible Echo Devices"
                                                        href="shop-left-sidebar.html">Alexa-Compatible Echo
                                                        Devices</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                </div>
                                <!-- Add Arrows -->
                                <div class="swiper-buttons">
                                    <div class="swiper-button-next"></div>
                                    <div class="swiper-button-prev"></div>
                                </div>
                            </div>
                        </div>
                        <!-- 1st tab end -->
                        <!-- 2nd tab start -->
                        <div class="tab-pane fade" id="tab-product-best-sellers">
                            <!-- New Product Slider Start -->
                            <div class="new-product-slider swiper-container slider-nav-style-1" data-aos="fade-up"
                                data-aos-delay="200">
                                <div class="new-product-wrapper swiper-wrapper">
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/1.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/2.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                    <span class="sale">-5%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="New Affordable Fire TV"
                                                        href="shop-left-sidebar.html">New Affordable Fire
                                                        TV</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$42.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/3.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/4.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Webcam, Cameras Optics, Output"
                                                        href="shop-left-sidebar.html">Webcam, Cameras
                                                        Optics, Output </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/5.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/6.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">New</span>
                                                    <span class="sale">-10%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Digital Air Fryer Stainless Steel"
                                                        href="shop-left-sidebar.html">Digital Air Fryer
                                                        Stainless Steel </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$48.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/7.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/8.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">sale</span>
                                                    <span class="sale">-7%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Bissell SpotClean Pro Portable Carpet"
                                                        href="shop-left-sidebar.html">Bissell SpotClean
                                                        Pro
                                                        Portable Carpet</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$44.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/10.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/9.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Alexa-Compatible Echo Devices"
                                                        href="shop-left-sidebar.html">Alexa-Compatible Echo
                                                        Devices</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                </div>
                                <!-- Add Arrows -->
                                <div class="swiper-buttons">
                                    <div class="swiper-button-next"></div>
                                    <div class="swiper-button-prev"></div>
                                </div>
                            </div>
                        </div>
                        <!-- 2nd tab end -->
                        <!-- 3rd tab start -->
                        <div class="tab-pane fade" id="tab-product-sale-item">
                            <!-- New Product Slider Start -->
                            <div class="new-product-slider swiper-container slider-nav-style-1" data-aos="fade-up"
                                data-aos-delay="200">
                                <div class="new-product-wrapper swiper-wrapper">
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/1.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/2.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                    <span class="sale">-5%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="New Affordable Fire TV"
                                                        href="shop-left-sidebar.html">New Affordable Fire
                                                        TV</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$42.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/3.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/4.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Webcam, Cameras Optics, Output"
                                                        href="shop-left-sidebar.html">Webcam, Cameras
                                                        Optics, Output </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/5.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/6.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                    <span class="sale">-10%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Digital Air Fryer Stainless Steel "
                                                        href="shop-left-sidebar.html">Digital Air Fryer
                                                        Stainless Steel </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$48.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/7.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/8.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">sale</span>
                                                    <span class="sale">-7%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Bissell SpotClean Pro Portable Carpet"
                                                        href="shop-left-sidebar.html">Bissell SpotClean
                                                        Pro
                                                        Portable Carpet</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$44.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/10.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/9.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Alexa-Compatible Echo Devices"
                                                        href="shop-left-sidebar.html">Alexa-Compatible Echo
                                                        Devices</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                </div>
                                <!-- Add Arrows -->
                                <div class="swiper-buttons">
                                    <div class="swiper-button-next"></div>
                                    <div class="swiper-button-prev"></div>
                                </div>
                            </div>
                        </div>
                        <!-- 3rd tab end -->
                        <!-- 4th tab start -->
                        <div class="tab-pane fade" id="tab-product-on-sales">
                            <!-- New Product Slider Start -->
                            <div class="new-product-slider swiper-container slider-nav-style-1" data-aos="fade-up"
                                data-aos-delay="200">
                                <div class="new-product-wrapper swiper-wrapper">
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/1.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/2.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                    <span class="sale">-5%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="New Affordable Fire TV"
                                                        href="shop-left-sidebar.html">New Affordable Fire
                                                        TV</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$42.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/3.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/4.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Webcam, Cameras Optics, Output"
                                                        href="shop-left-sidebar.html">Webcam, Cameras
                                                        Optics, Output </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/5.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/6.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                    <span class="sale">-10%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Digital Air Fryer Stainless Steel"
                                                        href="shop-left-sidebar.html">Digital Air Fryer
                                                        Stainless Steel </a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$48.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/7.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/8.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">sale</span>
                                                    <span class="sale">-7%</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Bissell SpotClean Pro Portable Carpet"
                                                        href="shop-left-sidebar.html">Bissell SpotClean Pro
                                                        Portable Carpet</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                    <span class="old">$44.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                    <div class="new-product-item swiper-slide">
                                        <div class="product">
                                            <div class="thumb">
                                                <a href="single-product.html" class="image">
                                                    <img src="assets/images/product-image/10.jpg" alt="Product" />
                                                    <img class="hover-image" src="assets/images/product-image/9.jpg"
                                                        alt="Product" />
                                                </a>
                                                <span class="badges">
                                                    <span class="new">Sale</span>
                                                </span>
                                                <div class="actions">
                                                    <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                                            class="fa fa-heart-o"></i></a>
                                                    <a href="#" class="action quickview" data-link-action="quickview"
                                                        title="Quick view" data-bs-toggle="modal"
                                                        data-bs-target="#exampleModal"><i class="fa fa-search"></i></a>
                                                    <a href="compare.html" class="action compare" title="Compare"><i
                                                            class="fa fa-refresh"></i></a>
                                                </div>
                                                <button title="Add To Cart" class=" add-to-cart">Add
                                                    To Cart</button>
                                            </div>
                                            <div class="content">
                                                <h5 class="title"><a title="Alexa-Compatible Echo Devices"
                                                        href="shop-left-sidebar.html">Alexa-Compatible Echo
                                                        Devices</a></h5>
                                                <span class="price">
                                                    <span class="new">$38.50</span>
                                                </span>
                                            </div>
                                        </div>
                                    </div>
                                    <!-- Single Prodect -->
                                </div>
                                <!-- Add Arrows -->
                                <div class="swiper-buttons">
                                    <div class="swiper-button-next"></div>
                                    <div class="swiper-button-prev"></div>
                                </div>
                            </div>
                        </div>
                        <!-- 4th tab end -->
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Product tab Area End -->


    <!-- Product Category Start -->
    <div class="section pt-100px pb-100px">
        <div class="category-slider swiper-container" data-aos="fade-up">
            <div class="category-wrapper swiper-wrapper">
                <!-- Single Category -->
                <div class=" swiper-slide">
                    <a href="shop-left-sidebar.html" class="category-inner ">
                        <div class="category-single-item">
                            <span class="badges">
                                <span class="new">sale</span>
                            </span>
                            <img src="assets/images/category-image/1.jpg" alt="">
                            <span class="title">headphones</span>
                        </div>
                    </a>
                </div>
                <!-- Single Category -->
                <div class=" swiper-slide">
                    <a href="shop-left-sidebar.html" class="category-inner ">
                        <div class="category-single-item">
                            <span class="badges">
                                <span class="new">sale</span>
                            </span>
                            <img src="assets/images/category-image/2.jpg" alt="">
                            <span class="title">New speaker</span>
                        </div>
                    </a>
                </div>
                <!-- Single Category -->
                <div class=" swiper-slide">
                    <a href="shop-left-sidebar.html" class="category-inner ">
                        <div class="category-single-item">
                            <span class="badges">
                                <span class="sale">-7%</span>
                            </span>
                            <img src="assets/images/category-image/3.jpg" alt="">
                            <span class="title">Laser Light</span>
                        </div>
                    </a>
                </div>
                <!-- Single Category -->
                <div class=" swiper-slide">
                    <a href="shop-left-sidebar.html" class="category-inner ">
                        <div class="category-single-item">
                            <span class="badges">
                                <span class="new">sale</span>
                            </span>
                            <img src="assets/images/category-image/4.jpg" alt="">
                            <span class="title">vr 3d box</span>
                        </div>
                    </a>
                </div>
                <!-- Single Category -->
                <div class="swiper-slide">
                    <a href="shop-left-sidebar.html" class="category-inner ">
                        <div class="category-single-item">
                            <span class="badges">
                                <span class="sale">-7%</span>
                            </span>
                            <img src="assets/images/category-image/2.jpg" alt="">
                            <span class="title">headphones</span>
                        </div>
                    </a>
                </div>
                <!-- Single Category -->
            </div>
        </div>
    </div>

    <!-- Product Category End -->
    <!-- Product tab Area Start -->
    <div class="section feature-product-area pb-100px">
        <div class="container">
            <div class="row">
                <div class="col-md-12 text-center" data-aos="fade-up">
                    <div class="section-title mb-0">
                        <h2 class="title">Features Products</h2>
                        <p class="sub-title mb-50px">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mb-40px" data-aos="fade-up" data-aos-delay="200">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/1.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/2.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="new">New</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="New Affordable Fire TV" href="shop-left-sidebar.html">New
                                    Affordable Fire
                                    TV</a></h5>
                            <span class="price">
                                <span class="new">$38.50</span>
                            </span>
                        </div>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mb-40px" data-aos="fade-up" data-aos-delay="400">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/3.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/4.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="new">New</span>
                                <span class="sale">-10%</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Webcam, Cameras Optics, Output"
                                    href="shop-left-sidebar.html">Webcam, Cameras
                                    Optics, Output </a></h5>
                            <span class="price">
                                <span class="new">$38.50</span>
                                <span class="old">$48.50</span>
                            </span>
                        </div>
                    </div>
                    <!-- Single Prodect -->
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mb-40px" data-aos="fade-up" data-aos-delay="600">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/5.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/6.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="sale">-7%</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Digital Air Fryer Stainless Steel"
                                    href="shop-left-sidebar.html">Digital Air Fryer
                                    Stainless Steel</a></h5>
                            <span class="price">
                                <span class="new">$30.50</span>
                                <span class="old">$38.00</span>
                            </span>
                        </div>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mb-40px" data-aos="fade-up" data-aos-delay="800">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/7.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/8.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="new">Sale</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Bissell SpotClean Pro Portable Carpet"
                                    href="shop-left-sidebar.html">Bissell SpotClean Pro
                                    Portable Carpet</a></h5>
                            <span class="price">
                                <span class="new">$38.50</span>
                            </span>
                        </div>
                    </div>
                    <!-- Single Prodect -->
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mb-md-30px mb-lm-30px" data-aos="fade-up"
                    data-aos-delay="200">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/9.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/10.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="new">New</span>
                                <span class="sale">-5%</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Alexa-Compatible Echo Devices"
                                    href="shop-left-sidebar.html">Alexa-Compatible Echo
                                    Devices</a></h5>
                            <span class="price">
                                <span class="new">$38.50</span>
                                <span class="old">$40.50</span>
                            </span>
                        </div>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6  mb-md-30px mb-lm-30px" data-aos="fade-up"
                    data-aos-delay="400">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/11.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/12.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="new">Sale</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Fashion Stainless Steel Smart Watch"
                                    href="shop-left-sidebar.html">Fashion Stainless Steel Smart Watch</a></h5>
                            <span class="price">
                                <span class="new">$38.50</span>
                            </span>
                        </div>
                    </div>
                    <!-- Single Prodect -->
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mb-es-30px" data-aos="fade-up" data-aos-delay="600">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/2.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/1.jpg" alt="Product">
                            </a>
                            <span class="badges">
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Piano Black Nespresso Vertuo Plus"
                                    href="shop-left-sidebar.html">Piano Black Nespresso Vertuo Plus</a></h5>
                            <span class="price">
                                <span class="new">$30.50</span>
                            </span>
                        </div>
                    </div>
                </div>
                <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 " data-aos="fade-up" data-aos-delay="800">
                    <!-- Single Prodect -->
                    <div class="product">
                        <div class="thumb">
                            <a href="single-product.html" class="image">
                                <img src="assets/images/product-image/4.jpg" alt="Product">
                                <img class="hover-image" src="assets/images/product-image/3.jpg" alt="Product">
                            </a>
                            <span class="badges">
                                <span class="new">New</span>
                            </span>
                            <div class="actions">
                                <a href="wishlist.html" class="action wishlist" title="Wishlist"><i
                                        class="fa fa-heart-o"></i></a>
                                <a href="#" class="action quickview" data-link-action="quickview" title="Quick view"
                                    data-bs-toggle="modal" data-bs-target="#exampleModal"><i
                                        class="fa fa-search"></i></a>
                                <a href="compare.html" class="action compare" title="Compare"><i
                                        class="fa fa-refresh"></i></a>
                            </div>
                            <button title="Add To Cart" class=" add-to-cart">Add
                                To Cart</button>
                        </div>
                        <div class="content">
                            <h5 class="title"><a title="Mpow Flame Bluetooth Headphones"
                                    href="shop-left-sidebar.html">Mpow Flame Bluetooth Headphones</a></h5>
                            <span class="price">
                                <span class="new">$38.50</span>
                            </span>
                        </div>
                    </div>
                    <!-- Single Prodect -->
                </div>
            </div>
        </div>
    </div>
    <!-- Product tab Area End -->

    <!-- Testimonial Start -->
    <div class="testimonial-area pt-100px pb-100px" data-bg-image="assets/images/testimonial-image/testimonial-bg.jpg">
        <div class="container">
            <div class="testimonial-slider-container swiper-container slider-dot-style-1 testi-dot">
                <div class="testimonial-slider-wrapper swiper-wrapper">
                    <!-- Testimonial item Start -->
                    <div class="testimonial-slider-item swiper-slide text-center">
                        <div class="testimonial-image">
                            <img src="assets/images/testimonial-image/1.png" alt="man-image">
                        </div>
                        <div class="testimonial-content">
                            <p>Phasellus rhoncus aliquam lacus vitae semper. Quisque pellentesque vestibulum dolor,
                                varius maximus lectus ultricies a. In interdum, metus malesuada aliquam elementum, enim
                                tellus aliquam mi, ac cursus ante lorem at libero.</p>
                        </div>
                        <div class="testimonial-author">
                            <h4>Rebecka Filson <span>Customer</span></h4>
                        </div>
                    </div>
                    <!-- Testimonial item End -->
                    <!-- Testimonial item Start -->
                    <div class="testimonial-slider-item swiper-slide  text-center">
                        <div class="testimonial-image">
                            <img src="assets/images/testimonial-image/2.png" alt="man-image">
                        </div>
                        <div class="testimonial-content">
                            <p>Phasellus rhoncus aliquam lacus vitae semper. Quisque pellentesque vestibulum dolor,
                                varius maximus lectus ultricies a. In interdum, metus malesuada aliquam elementum, enim
                                tellus aliquam mi, ac cursus ante lorem at libero.</p>
                        </div>
                        <div class="testimonial-author">
                            <h4>Nathanael Jaworski <span>Customer</span></h4>
                        </div>
                    </div>
                    <!-- Testimonial item End -->
                    <!-- Testimonial item Start -->
                    <div class="testimonial-slider-item swiper-slide  text-center">
                        <div class="testimonial-image">
                            <img src="assets/images/testimonial-image/3.png" alt="man-image">
                        </div>
                        <div class="testimonial-content">
                            <p>Phasellus rhoncus aliquam lacus vitae semper. Quisque pellentesque vestibulum dolor,
                                varius maximus lectus ultricies a. In interdum, metus malesuada aliquam elementum, enim
                                tellus aliquam mi, ac cursus ante lorem at libero.</p>
                        </div>
                        <div class="testimonial-author">
                            <h4>Magdalena Valencia <span>Customer</span></h4>
                        </div>
                    </div>
                    <!-- Testimonial item End -->
                </div>
                <!-- Add Pagination -->
                <div class="swiper-pagination"></div>
            </div>
        </div>
    </div>
    <!-- Testimonial End -->
    <!-- Best rated Product Start -->
    <div class="top-rated-area pt-100px pb-75px">
        <div class="container">
            <!-- section title start -->
            <div class="row">
                <div class="col-md-12" data-aos="fade-up">
                    <div class="section-title text-center mb-6">
                        <h2 class="title">Top Rated Products</h2>
                        <p class="sub-title">Lorem ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod
                        </p>
                    </div>
                </div>
            </div>
            <!-- section title start -->
            <!-- Best Product Activation Start -->
            <div class="top-rated-slider  swiper-container slider-nav-style-1">
                <div class="swiper-wrapper">
                    <!-- Double Product Start -->
                    <div class="double-pro swiper-slide">
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/1.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 100%"></span>
                                    </span>
                                    <span class="rating-num">(5)</span>
                                </span>
                                <h4 class="title"><a title="Alexa-Compatible Echo Devices"
                                        href="single-product.html">Alexa-Compatible Echo
                                        Devices</a></h4>
                                <p><span class="price">$30.00</span><del class="prev-price">$32.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/2.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 80%"></span>
                                    </span>
                                    <span class="rating-num">(4)</span>
                                </span>
                                <h4 class="title"><a title="Fire TV Blaster lets Fire TV"
                                        href="single-product.html">Fire TV
                                        Blaster lets Fire TV</a></h4>
                                <p><span class="price">$150.00</span><del class="prev-price">$200.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                    </div>
                    <!-- Double Product End -->
                    <!-- Double Product Start -->
                    <div class="double-pro swiper-slide">
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/3.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 60%"></span>
                                    </span>
                                    <span class="rating-num">(3)</span>
                                </span>
                                <h4 class="title"><a title="Fashion Stainless Steel Smart Watch"
                                        href="single-product.html">Fashion Stainless Smart Watch</a></h4>
                                <p><span class="price">$30.00</span><del class="prev-price">$32.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/4.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 70%"></span>
                                    </span>
                                    <span class="rating-num">(3.5)</span>
                                </span>
                                <h4 class="title"><a title="Morphy Richards Travel Jug Kettle"
                                        href="single-product.html">Morphy Richards Travel Jug</a></h4>
                                <p><span class="price">$150.00</span><del class="prev-price">$200.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                    </div>
                    <!-- Double Product End -->
                    <!-- Double Product Start -->
                    <div class="double-pro swiper-slide">
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/5.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 100%"></span>
                                    </span>
                                    <span class="rating-num">(5)</span>
                                </span>
                                <h4 class="title"><a title="JBL Link Portable Review" href="single-product.html">JBL
                                        Link
                                        Portable Review</a></h4>
                                <p><span class="price">$30.00</span><del class="prev-price">$32.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/6.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 80%"></span>
                                    </span>
                                    <span class="rating-num">(4)</span>
                                </span>
                                <h4 class="title"><a title="Bissell SpotClean Professional Portable Carpet Cleaner"
                                        href="single-product.html">Bissell Portable Carpet Cleaner</a>
                                </h4>
                                <p><span class="price">$150.00</span><del class="prev-price">$200.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                    </div>
                    <!-- Double Product End -->
                    <!-- Double Product Start -->
                    <div class="double-pro swiper-slide">
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/7.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 100%"></span>
                                    </span>
                                    <span class="rating-num">(5)</span>
                                </span>
                                <h4 class="title"><a title="Avalon Bay Stainless Steel Basket Air Fryer"
                                        href="single-product.html">Avalon Bay Basket Air Fryer</a></h4>
                                <p><span class="price">$30.00</span><del class="prev-price">$32.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/8.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 80%"></span>
                                    </span>
                                    <span class="rating-num">(4)</span>
                                </span>
                                <h4 class="title"><a title="Honeywell TurboForce Air Circulator Fan Black, HT-900"
                                        href="single-product.html">Honeywell Air Fan Black, HT-900</a>
                                </h4>
                                <p><span class="price">$150.00</span><del class="prev-price">$200.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                    </div>
                    <!-- Double Product End -->
                    <!-- Double Product Start -->
                    <div class="double-pro swiper-slide">
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/1.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 60%"></span>
                                    </span>
                                    <span class="rating-num">(3)</span>
                                </span>
                                <h4 class="title"><a title="Alexa-Compatible Echo Devices"
                                        href="single-product.html">Alexa-Compatible Echo Devices</a></h4>
                                <p><span class="price">$30.00</span><del class="prev-price">$32.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/2.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 80%"></span>
                                    </span>
                                    <span class="rating-num">(4)</span>
                                </span>
                                <h4 class="title"><a title="Fire TV Blaster lets Fire TV"
                                        href="single-product.html">Fire TV
                                        Blaster lets Fire TV</a></h4>
                                <p><span class="price">$150.00</span><del class="prev-price">$200.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                    </div>
                    <!-- Double Product End -->
                    <!-- Double Product Start -->
                    <div class="double-pro swiper-slide">
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/3.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 60%"></span>
                                    </span>
                                    <span class="rating-num">(3)</span>
                                </span>
                                <h4 class="title"><a title="Fashion Stainless Steel Smart Watch"
                                        href="single-product.html">Fashion Stainless Smart Watch</a></h4>
                                <p><span class="price">$30.00</span><del class="prev-price">$32.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                        <!-- Single Product Start -->
                        <div class="single-product">
                            <div class="pro-img">
                                <a href="single-product.html"><img class="img" src="assets/images/product-small/4.jpg"
                                        alt="product-image"></a>
                            </div>
                            <div class="pro-content">
                                <span class="ratings">
                                    <span class="rating-wrap">
                                        <span class="star" style="width: 100%"></span>
                                    </span>
                                    <span class="rating-num">(5)</span>
                                </span>
                                <h4 class="title"><a title="Morphy Richards Travel Jug Kettle"
                                        href="single-product.html">Morphy Richards Travel Jug </a></h4>
                                <p><span class="price">$150.00</span><del class="prev-price">$200.00</del></p>
                            </div>
                        </div>
                        <!-- Single Product End -->
                    </div>
                    <!-- Double Product End -->
                </div>
                <!-- Best Product Activation End -->
                <!-- Add Arrows -->
                <div class="swiper-buttons">
                    <div class="swiper-button-next"></div>
                    <div class="swiper-button-prev"></div>
                </div>
            </div>
        </div>
    </div>
    <!-- Best rated Product End -->
    <!-- Brand area start -->
    <div class="brand-area">
        <div class="container">
            <div class="brand-slider d-flex swiper-container slider-nav-style-1">
                <div class="brand-slider-wrapper swiper-wrapper align-items-center align-self-center">
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/1.png" alt="" /></a>
                    </div>
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/2.png" alt="" /></a>
                    </div>
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/3.png" alt="" /></a>
                    </div>
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/4.png" alt="" /></a>
                    </div>
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/5.png" alt="" /></a>
                    </div>
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/1.png" alt="" /></a>
                    </div>
                    <div class="brand-slider-item swiper-slide">
                        <a href="#"><img src="assets/images/brand-logo/2.png" alt="" /></a>
                    </div>
                </div>
                <!-- Add Arrows -->
                <div class="swiper-buttons">
                    <div class="swiper-button-next"></div>
                    <div class="swiper-button-prev"></div>
                </div>
            </div>
        </div>
    </div>
    <!-- Brand area end -->
    <!--  Blog area Start -->
    <div class="main-blog-area pb-100px pt-100px">
        <div class="container">
            <!-- section title start -->
            <div class="row">
                <div class="col-md-12" data-aos="fade-up">
                    <div class="section-title text-center mb-11">
                        <h2 class="title">Latest Blog</h2>
                        <p class="sub-title">Lorem ipsum dolor sit amet consectetur adipisicing elit.
                        </p>
                    </div>
                </div>
            </div>
            <!-- section title start -->
            <div class="blog-slider swiper-container slider-nav-style-1" data-aos="fade-up" data-aos-delay="200">
                <!-- Start single blog -->
                <div class="swiper-wrapper">
                    <div class="single-blog swiper-slide">
                        <div class="blog-image">
                            <a href="blog-single-left-sidebar.html"><img src="assets/images/blog-image/1.jpg"
                                    class="img-responsive w-100" alt=""></a>
                        </div>
                        <div class="blog-text">
                            <div class="blog-athor-date d-flex">
                                <p class="m-0">By: <a class="blog-date" href="#">Admin </a><span>-</span></p>
                                <p class="m-0">On: <a class="blog-date" href="#">14 Dec 2028</a></p>
                            </div>
                            <h5 class="blog-heading"><a
                                    title="Successful completion of largest digital industry research project in Europe"
                                    class="blog-heading-link" href="blog-single-left-sidebar.html">Successful completion
                                    of largest digital project.</a></h5>
                            <p class="blog-detail-text">Quisque vel nibh cursus, congue nisl sit amet, mollis lorem.
                                Aliquam erat volutpat. Etiam sit amet tortor in odio malesuada ultrices.</p>

                            <a href="blog-single-left-sidebar.html"
                                class="btn btn-lg btn-hover-color-primary btn-color-dark mt-30px">Read More</a>
                        </div>
                    </div>
                    <!-- End single blog -->
                    <div class="single-blog swiper-slide">
                        <div class="blog-image">
                            <a href="blog-single-left-sidebar.html"><img src="assets/images/blog-image/2.jpg"
                                    class="img-responsive w-100" alt=""></a>
                        </div>
                        <div class="blog-text">
                            <div class="blog-athor-date d-flex">
                                <p class="m-0">By: <a class="blog-date" href="#">Admin </a><span>-</span></p>
                                <p class="m-0">On: <a class="blog-date" href="#">14 Dec 2028</a></p>
                            </div>
                            <h5 class="blog-heading"><a
                                    title="Some M1 Macs Affected By Fast User Switching Screensaver Bug"
                                    class="blog-heading-link" href="blog-single-left-sidebar.html">Some M1 Macs Affected
                                    By Fast User Switching.
                                </a></h5>
                            <p class="blog-detail-text">Quisque vel nibh cursus, congue nisl sit amet, mollis lorem.
                                Aliquam erat volutpat. Etiam sit amet tortor in odio malesuada ultrices.</p>

                            <a href="blog-single-left-sidebar.html"
                                class="btn btn-lg btn-hover-color-primary btn-color-dark mt-30px">Read More</a>
                        </div>
                    </div>
                    <!-- End single blog -->
                    <div class="single-blog swiper-slide">
                        <div class="blog-image">
                            <a href="blog-single-left-sidebar.html"><img src="assets/images/blog-image/3.jpg"
                                    class="img-responsive w-100" alt=""></a>
                        </div>
                        <div class="blog-text">
                            <div class="blog-athor-date d-flex">
                                <p class="m-0">By: <a class="blog-date" href="#">Admin </a><span>-</span></p>
                                <p class="m-0">On: <a class="blog-date" href="#">14 Dec 2028</a></p>
                            </div>
                            <h5 class="blog-heading"><a title="Electrical technicians working on electronics parts"
                                    class="blog-heading-link" href="blog-single-left-sidebar.html">Electrical
                                    technicians working on electronics parts.</a></h5>
                            <p class="blog-detail-text">Quisque vel nibh cursus, congue nisl sit amet, mollis lorem.
                                Aliquam erat volutpat. Etiam sit amet tortor in odio malesuada ultrices.</p>

                            <a href="blog-single-left-sidebar.html"
                                class="btn btn-lg btn-hover-color-primary btn-color-dark mt-30px">Read More</a>
                        </div>
                    </div>
                    <!-- End single blog -->
                    <div class="single-blog swiper-slide">
                        <div class="blog-image">
                            <a href="blog-single-left-sidebar.html"><img src="assets/images/blog-image/4.jpg"
                                    class="img-responsive w-100" alt=""></a>
                        </div>
                        <div class="blog-text">
                            <div class="blog-athor-date d-flex">
                                <p class="m-0">By: <a class="blog-date" href="#">Admin </a> <span>-</span> </p>
                                <p class="m-0">On: <a class="blog-date" href="#">14 Dec 2028</a></p>
                            </div>
                            <h5 class="blog-heading"><a title="Best Laptop for Blogging and Bloggers"
                                    class="blog-heading-link" href="blog-single-left-sidebar.html">Best Laptop for
                                    Blogging and Bloggers.</a></h5>
                            <p class="blog-detail-text">Quisque vel nibh cursus, congue nisl sit amet, mollis lorem.
                                Aliquam erat volutpat. Etiam sit amet tortor in odio malesuada ultrices.</p>

                            <a href="blog-single-left-sidebar.html"
                                class="btn btn-lg btn-hover-color-primary btn-color-dark mt-30px">Read More</a>
                        </div>
                    </div>
                    <!-- End single blog -->
                </div>
                <!-- Add Arrows -->
                <div class="swiper-buttons">
                    <div class="swiper-button-next"></div>
                    <div class="swiper-button-prev"></div>
                </div>
            </div>
        </div>
    </div>
    <!--  Blog area End -->

    <!-- Footer Area Start -->

    <footer class="off-white-bg">
        <!-- Footer Top Start -->
        <div class="footer-top">
            <div class="container">
                <div class="row">
                    <div class="col-lg-6 mx-auto">
                        <div class="newsletter text-center">
                            <div class="main-news-desc">
                                <div class="news-desc">
                                    <h3 class="title">Sign Up For Newsletters</h3>
                                    <p class="sub-title">Get e-mail updates about our latest shop and special offers.
                                    </p>
                                </div>
                            </div>
                            <div id="mc_embed_signup" class="subscribe-form">
                                <form id="mc-embedded-subscribe-form" class="validate" novalidate=""
                                    name="mc-embedded-subscribe-form" method="post"
                                    action="http://devitems.us11.list-manage.com/subscribe/post?u=6bbb9b6f5827bd842d9640c82&amp;id=05d85f18ef">
                                    <div id="mc_embed_signup_scroll" class="mc-form">
                                        <input class="email" type="email" required="" placeholder="Your Email Address"
                                            name="EMAIL" value="">
                                        <div class="mc-news" aria-hidden="true">
                                            <input type="text" value="" tabindex="-1"
                                                name="b_6bbb9b6f5827bd842d9640c82_05d85f18ef">
                                        </div>
                                        <div class="clear">
                                            <button id="mc-embedded-subscribe" class="button btn-primary" type="submit"
                                                name="subscribe" value="">SUBSCRIBE</button>
                                        </div>
                                    </div>
                                </form>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <!-- Single Footer Start -->
                    <div class="col-lg-4  col-md-7 col-sm-6">
                        <div class="single-footer">
                            <h3 class="footer-title">My Account</h3>
                            <div class="footer-content">
                                <div class="loc-address">
                                    <span><i class="ion-ios-location-outline"></i> Your address goes here.</span>
                                    <span><i class="ion-ios-email-outline"></i>Mail Us : <a
                                            href="mailto:demo@example.com">demo@example.com</a></span>
                                    <span><i class="ion-ios-telephone-outline"></i>Phone: <a
                                            href="tel:0123456789">0123456789</a> </span>
                                </div>
                                <div class="payment-mth mt-4"><a href="#"><img class="img img-fluid"
                                            src="assets/images/icons/payment.png" alt="payment-image"></a></div>
                            </div>
                        </div>
                    </div>
                    <!-- Single Footer Start -->
                    <!-- Single Footer Start -->
                    <div class="col-lg-2  col-md-5 col-sm-6 footer-full">
                        <div class="single-footer">
                            <h3 class="footer-title">Categories</h3>
                            <div class="footer-content">
                                <ul class="footer-list">
                                    <li><a href="#">Ecommerce</a></li>
                                    <li><a href="#">Shopify</a></li>
                                    <li><a href="#">Prestashop</a></li>
                                    <li><a href="#">Opencart</a></li>
                                    <li><a href="#">Magento</a></li>
                                    <li><a href="#">Jigoshop</a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <!-- Single Footer Start -->
                    <!-- Single Footer Start -->
                    <div class="col-lg-2  col-md-4 col-md-4 col-sm-6 footer-full">
                        <div class="single-footer">
                            <h3 class="footer-title">Information</h3>
                            <div class="footer-content">
                                <ul class="footer-list">
                                    <li><a href="index.html">Home</a></li>
                                    <li><a href="about.html">About Us</a></li>
                                    <li><a href="contact.html">Contact Us</a></li>
                                    <li><a href="#">Returns & Exchanges</a></li>
                                    <li><a href="#">Shipping & Delivery</a></li>
                                    <li><a href="#">Privacy Policy</a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <!-- Single Footer Start -->
                    <!-- Single Footer Start -->
                    <div class="col-lg-2 col-md-4 col-sm-6 footer-full">
                        <div class="single-footer">
                            <h3 class="footer-title">Quick Links</h3>
                            <div class="footer-content">
                                <ul class="footer-list">
                                    <li><a href="account.html">My Account</a></li>
                                    <li><a href="#">Store Location</a></li>
                                    <li><a href="#">Orders Tracking</a></li>
                                    <li><a href="#">Return Policy</a></li>
                                    <li><a href="#">Size Guide</a></li>
                                    <li><a href="contact.html">Contact Us</a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <!-- Single Footer Start -->
                    <!-- Single Footer Start -->
                    <div class="col-lg-2 col-md-4 col-sm-6 footer-full">
                        <div class="single-footer">
                            <h3 class="footer-title">Extres</h3>
                            <div class="footer-content">
                                <ul class="footer-list">
                                    <li><a href="#">Brand</a></li>
                                    <li><a href="#">Affiliates</a></li>
                                    <li><a href="#">Order History</a></li>
                                    <li><a href="#">Shopping Rates</a></li>
                                    <li><a href="#">Specials</a></li>
                                    <li><a href="#">Amazone Prime </a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <!-- Single Footer Start -->
                </div>
                <!-- Row End -->
            </div>
            <!-- Container End -->
        </div>
        <!-- Footer Top End -->
        <!-- Footer Bottom Start -->
        <div class="footer-bottom off-white-bg2">
            <div class="container">
                <div class="footer-bottom-content d-sm-flex justify-content-sm-between align-items-center text-center">
                    <p class="copy-right-text m-0 ">Copyright &copy; 2025. All right reserved. <a target="_blank" href="https://www.mobanwang.com/" title="网站模板">网站模板</a></p>
                    <div class="footer-social-content mt-xs-10px">
                        <ul class="social-content-list d-flex justify-content-center justify-content-sm-end ">
                            <li><a href="#"><i class="ion-social-twitter"></i></a></li>
                            <li><a href="#"><i class="ion-social-tumblr"></i></a></li>
                            <li><a href="#"><i class="ion-social-facebook"></i></a></li>
                            <li><a href="#"><i class="ion-social-instagram"></i></a></li>
                        </ul>
                    </div>
                </div>
            </div>
            <!-- Container End -->
        </div>
        <!-- Footer Bottom End -->
    </footer>
    <!-- Footer End -->
    <!-- Footer Area End -->



    <!-- Modal -->
    <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog">
        <div class="modal-dialog" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"><span
                            aria-hidden="true">x</span></button>
                </div>
                <div class="modal-body">
                    <div class="row">
                        <div class="col-md-5 col-sm-12 col-xs-12 mb-lm-30px mb-sm-30px align-self-center">
                            <!-- Swiper -->
                            <div class="swiper-container gallery-top mb-4">
                                <div class="swiper-wrapper">
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/1.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/2.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/3.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/4.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/5.jpg"
                                            alt="">
                                    </div>
                                </div>
                            </div>
                            <div class="swiper-container gallery-thumbs slider-nav-style-1 small-nav">
                                <div class="swiper-wrapper">
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/1.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/2.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/3.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/4.jpg"
                                            alt="">
                                    </div>
                                    <div class="swiper-slide">
                                        <img class="img-responsive m-auto" src="assets/images/product-image/5.jpg"
                                            alt="">
                                    </div>
                                </div>
                                <!-- Add Arrows -->
                                <div class="swiper-buttons">
                                    <div class="swiper-button-next"></div>
                                    <div class="swiper-button-prev"></div>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-7 col-sm-12 col-xs-12">
                            <div class="product-details-content quickview-content">
                                <h2>New Affordable Fire TV</h2>
                                <p class="reference">Reference:<span> demo_17</span></p>
                                <div class="pro-details-rating-wrap">
                                    <div class="rating-product">
                                        <i class="ion-android-star"></i>
                                        <i class="ion-android-star"></i>
                                        <i class="ion-android-star"></i>
                                        <i class="ion-android-star"></i>
                                        <i class="ion-android-star"></i>
                                    </div>
                                    <span class="read-review"><a class="reviews" href="#">Read reviews
                                            (1)</a></span>
                                </div>
                                <div class="pricing-meta">
                                    <ul>
                                        <li class="old-price not-cut">$18.90</li>
                                    </ul>
                                </div>
                                <p class="quickview-para">Integer vitae vehicula turpis, ut convallis purus. Sed
                                    bibendum turpis sit amet tincidunt hendrerit. Cras nisl ligula, iaculis eu luctus
                                    et, malesuada quis nisl.</p>
                                <div class="pro-details-size-color">
                                    <div class="pro-details-color-wrap">
                                        <span>Color</span>
                                        <div class="pro-details-color-content">
                                            <ul>
                                                <li class="blue"></li>
                                                <li class="maroon active"></li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                                <div class="pro-details-quality">
                                    <div class="cart-plus-minus">
                                        <input class="cart-plus-minus-box" type="text" name="qtybutton" value="1" />
                                    </div>
                                    <div class="pro-details-cart btn-hover">
                                        <button class="add-cart btn btn-primary btn-hover-primary ml-4"> Add To
                                            Cart</button>
                                    </div>
                                </div>
                                <div class="pro-details-wish-com">
                                    <div class="pro-details-wishlist">
                                        <a href="wishlist.html"><i class="fa fa-heart-o"></i>Add to
                                            wishlist</a>
                                    </div>
                                    <div class="pro-details-compare">
                                        <a href="compare.html"><i class="fa fa-random"></i>Add to
                                            compare</a>
                                    </div>
                                </div>
                                <div class="pro-details-social-info">
                                    <span>Share</span>
                                    <div class="social-info">
                                        <ul>
                                            <li>
                                                <a href="#"><i class="ion-social-facebook"></i></a>
                                            </li>
                                            <li>
                                                <a href="#"><i class="ion-social-twitter"></i></a>
                                            </li>
                                            <li>
                                                <a href="#"><i class="ion-social-google"></i></a>
                                            </li>
                                            <li>
                                                <a href="#"><i class="ion-social-instagram"></i></a>
                                            </li>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Modal end -->







    <!-- Global Vendor, plugins JS -->

    <!-- Vendor JS -->
    <!-- <script src="assets/js/vendor/jquery-3.5.1.min.js"></script>
    <script src="assets/js/vendor/popper.min.js"></script>
    <script src="assets/js/vendor/bootstrap.min.js"></script>
    <script src="assets/js/vendor/jquery-migrate-3.3.0.min.js"></script>
    <script src="assets/js/vendor/modernizr-3.11.2.min.js"></script> -->

    <!--Plugins JS-->
    <!-- <script src="assets/js/plugins/swiper-bundle.min.js"></script>
    <script src="assets/js/plugins/jquery-ui.min.js"></script>
    <script src="assets/js/plugins/jquery.nice-select.min.js"></script>
    <script src="assets/js/plugins/countdown.js"></script>
    <script src="assets/js/plugins/scrollup.js"></script>
    <script src="assets/js/plugins/jquery.waypoints.js"></script>
    <script src="assets/js/plugins/jquery.lineProgressbar.js"></script>
    <script src="assets/js/plugins/jquery.zoom.min.js"></script>
    <script src="assets/js/plugins/venobox.min.js"></script>
    <script src="assets/js/plugins/ajax-mail.js"></script> -->

    <!-- Use the minified version files listed below for better performance and remove the files listed above -->
    <script src="assets/js/vendor/vendor.min.js"></script>
    <script src="assets/js/plugins/plugins.min.js"></script>

    <!-- Main Js -->
    <script src="assets/js/main.js"></script>
</body>

</html>

Logo

电商企业物流数字化转型必备!快递鸟 API 接口,72 小时快速完成物流系统集成。全流程实战1V1指导,营造开放的API技术生态圈。

更多推荐