Current File : /home/inlingua/public_html/bestbuyindia/duvet_covers1.php
<?php include ('include/header.php'); ?>

        <main>

            <header class="site-header d-flex justify-content-center align-items-center">
                <div class="container">
                    <div class="row">
                        

                        <div class="col-lg-12 col-12">
                            <h1 class="text-white">Shop Listing</h1>
                        </div>

                    </div>
                </div>
            </header>

            <section class="shop-section section-padding">
                <div class="container">
                    <div class="row">
                        <!--

                        <div class="col-lg-4 col-md-5 col-12 me-auto mb-5">
                            
                            <form class="custom-form filter-form" action="#" method="get" role="form">
                                <div class="">
                                    <h6 class="filter-form-small-title">Product</h6>

                                    <select name="looking-for" class="form-select form-control" id="looking-for" aria-label="Default select example">
                                        <option value="0" selected>What you looking for?</option>
                                        <option value="1">Bathroom</option>
                                        <option value="2">Dining</option>
                                        <option value="3">Living Room</option>
                                        <option value="4">Children Bedroom</option>
                                        <option value="5">Kitchen</option>
                                    </select>
                                </div>
                                

                                <div class="mt-4">
                                    <h6 class="filter-form-small-title">Price range</h6>

                                    <div class="form-check">
                                        <input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckOne" value="500" checked>
                                        
                                        <label class="form-check-label" for="PriceCheckOne">below $1,000</label>
                                    </div>

                                    <div class="form-check">
                                        <input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckTwo" value="1000">
                                        
                                        <label class="form-check-label" for="PriceCheckTwo">$1,000 - $4,900</label>
                                    </div>
                                    
                                    <div class="form-check">
                                        <input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckTwo" value="5000">
                                        
                                        <label class="form-check-label" for="PriceCheckTwo">$5,000 - $9,900</label>
                                    </div>

                                    <div class="form-check">
                                        <input name="price-range[]" type="checkbox" class="form-check-input" id="PriceCheckThree" value="10000">
                                        
                                        <label class="form-check-label" for="PriceCheckThree">$10,000 - $30,000</label>
                                    </div>
                                </div>

                                <div class="mt-4">
                                    <h6 class="filter-form-small-title">Condition</h6>

                                    <div class="form-check">
                                        <input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckOne" value="all" checked>
                                        
                                        <label class="form-check-label" for="ConditionCheckOne">All</label>
                                    </div>

                                    <div class="form-check">
                                        <input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckTwo" value="excellent">
                                        
                                        <label class="form-check-label" for="ConditionCheckTwo">Excellent</label>
                                    </div>

                                    <div class="form-check">
                                        <input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckThree" value="better">
                                        
                                        <label class="form-check-label" for="ConditionCheckThree">Better</label>
                                    </div>

                                    <div class="form-check">
                                        <input name="condition[]" type="checkbox" class="form-check-input" id="ConditionCheckFour" value="good">
                                        
                                        <label class="form-check-label" for="ConditionCheckFour">Good</label>
                                    </div>
                                </div>

                                <div class="mt-4">
                                    <h6 class="filter-form-small-title">Type</h6>

                                    <div class="form-check">
                                        <input name="condition[]" type="checkbox" class="form-check-input" id="TypeCheckOne" value="" checked>
                                        
                                        <label class="form-check-label" for="TypeCheckOne">Single</label>
                                    </div>

                                    <div class="form-check">
                                        <input name="condition[]" type="checkbox" class="form-check-input" id="TypeCheckTwo" value="">
                                        
                                        <label class="form-check-label" for="TypeCheckTwo">Family</label>
                                    </div>
                                </div>

                                <div class="mt-4">
                                    <button type="submit" class="form-control">Apple Filters</button>
                                </div>
                            </form> -->
                        </div>  

                        <div class="col-lg-12 col-md-12 col-12">
                            <h2>All the images</h2>

                            <p class="mb-5"><strong>3,648 items</strong> are currently available</p>

                            <div class="row">

                                <div class="col-lg-4 col-4">
                                    <div class="shop-thumb">
                                        <div class="shop-image-wrap">
                                            <a href="winter-collection 1.html">
                                                <img src="images/winter-collection/Charlie king/charle king.jpg" class="shop-image img-fluid" alt="">
                                            </a>
                                        
                                        </div> 

                                        <div class="shop-body">
                                            <h4>Winter collection</h4>
                                        </div>
                                    </div>
                                </div>

                                <div class="col-lg-4 col-4">
                                    <div class="shop-thumb">
                                        <div class="shop-image-wrap">
                                            <a href="winter-collection 1.html">
                                                <img src="images/winter-collection/Charlie king/charle king.jpg" class="shop-image img-fluid" alt="">
                                            </a>
                                            <div class="shop-body">
                                                <h4>Win collection</h4>
                                            </div>
                                        </div>
                                    </div>
                                </div>    

                                <div class="col-lg-4 col-4">
                                    <div class="shop-thumb">
                                        <div class="shop-image-wrap">
                                            <a href="winter-collection 1.html">
                                                <img src="images/winter-collection/Charlie king/charle king.jpg" class="shop-image img-fluid" alt="">
                                            </a>
                                        
                                        </div> 

                                        <div class="shop-body">
                                            <h4>Winter collection</h4>
                                        </div>
                                    </div>
                                </div>

                                <div class="col-lg-4 col-4">
                                    <div class="shop-thumb">
                                        <div class="shop-image-wrap">
                                            <a href="winter-collection 1.html">
                                                <img src="images/winter-collection/Charlie king/charle king.jpg" class="shop-image img-fluid" alt="">
                                            </a>
                                            <div class="shop-body">
                                                <h4>Win collection</h4>
                                            </div>
                                        </div>
                                    </div>
                                </div>    

                                <div class="col-lg-4 col-4">
                                    <div class="shop-thumb">
                                        <div class="shop-image-wrap">
                                            <a href="winter-collection 1.html">
                                                <img src="images/winter-collection/Charlie king/charle king.jpg" class="shop-image img-fluid" alt="">
                                            </a>
                                            <div class="shop-body">
                                                <h4>Win collect</h4>
                                            </div>
                                        </div>
                                    </div>
                                </div>    
                                   

                                
                            </div>
                        </div>

                    </div>
                </div>
            </section>

            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#36363e" fill-opacity="1" d="M0,96L40,117.3C80,139,160,181,240,186.7C320,192,400,160,480,149.3C560,139,640,149,720,176C800,203,880,245,960,250.7C1040,256,1120,224,1200,229.3C1280,235,1360,277,1400,298.7L1440,320L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>
        </main>

<?php include('include/footer.php'); ?>