<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta lang="en" />
<meta id="HOME_INDEX_ID"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>




        

<link rel='shortcut icon' href="https://bartamediagroup.net/logo/20221103/645987081321461ea64f655931b93657.png"/>















<meta name="description" content="Cheap Post Lights,Breakers, Load Centers &amp; Fuses,Fire Pits,Torches,Door Closers,Spotlights,Household Fans,Heating &amp; Cooling,| Free Worldwide Shipping. Save Up to 70%."/>







<title>Discount Door Closers | bartamediagroup.net</title>







    
<script type='text/javascript' src="/t099/js/jquery-1.7.2.min.js?_v=1.0.11"></script>
<script type='text/javascript' src="/t099/js/main.js?_v=1.0.11"></script>

<link rel='stylesheet' type='text/css' href="/t099/css/font.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/visual.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/global.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/default_global.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/user.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/effect.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/style.css?_v=1.0.11" />


<script src="/common/js/layer/layer.js?_v=1.0.11"></script>
<script src="/common/js/jquery.lazyload.js?_v=1.0.11"></script>
<link rel='stylesheet' type='text/css' href="/t099/css/skin.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/index.css?_v=1.0.11" />
<link rel='stylesheet' type='text/css' href="/t099/css/main.css?_v=1.0.11" />
<link rel="stylesheet" type="text/css" href="/t099/css/custom_style.css?_v=1.0.11">
<script>// 初始加载
window.onload = function() {
    var imgs = document.querySelectorAll('img');
    let imgContainer = document.querySelector('.img-container');
    function load() {
// 在某个容器中的懒加载实现
        let innerHeight = parseInt(window.getComputedStyle(imgContainer).height);
        let scrollTop = imgContainer.scrollTop;
        let offsetTop = imgContainer.offsetTop;
// 注释部分为在整个页面中的懒加载实现
// let innerHeight = window.innerHeight; 页面可视区域的高度
// const scrollTop = document.documentElement.scrollTop || document.body.scrollTop 滚动条距离顶部的高度
        for(let i=0; i<imgs.length;i++) {
// 可视区域高度+滚动高度 > 当前图片距离顶部的距离时，说明到达了可视区域，此时应该加载图片
//    if(innerHeight+scrollTop > imgs[i].offsetTop)
            if (innerHeight+scrollTop > imgs[i].offsetTop - offsetTop) {
                let tags = new Image();
                tags.src = imgs[i].getAttribute('data-src');
                tags.onload = function() {
                    imgs[i].src = tags.src;
                }
            }
        }
    }
    load(imgs)
    window.addEventListener('scroll', function() {
        load(imgs);
    })
}</script>
<link href="/t099/index_files/font.css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/visual.css" rel="stylesheet" type="text/css">
<link href="/t099/index_files/global.css" rel="stylesheet" type="text/css">
<link href="/t099/index_files/iconfont.css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/global(1).css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/user.css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/effect.css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/image.css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/style.css" rel="stylesheet" type="text/css" as="style">
<link href="/t099/index_files/cdx_visual.css" rel="stylesheet" type="text/css">
<link href="/t099/index_files/cdx_global.css" rel="stylesheet" type="text/css">
<link href="/t099/index_files/lightbox.min.css" rel="stylesheet" type="text/css">
<link href="/t099/index_files/module_1.css" rel="stylesheet" type="text/css">
<style type="text/css">@charset "UTF-8";
:root{
    --ThemesBoxTitleColor: #000000;
    --ThemesBoxTitleFont: "Heebo-Medium";
    --ThemesBoxSubTitleColor: #333333;
    --ThemesBoxSubTitleFont: "Heebo-Light";
    --ThemesProductsTitleColor: #333333;
    --ThemesProductsTitleFont: "Heebo-Medium";
    --ThemesProductsPriceColor: #ff5f00;
    --ThemesProductsPriceFont: "Heebo-Medium";
    --ThemesProductsDelPriceColor: #999999;
    --ThemesProductsDelPriceFont: "Heebo-Regular";
    --ThemesTextContentColor: #333333;
    --ThemesTextContentFont: "Heebo-Regular";
    --ThemesHeaderBgColor: #fff;
    --ThemesHeaderLineColor: #efefef;
    --ThemesHeaderTextColor: #333;
    --ThemesHeaderIconColor: #333;
    --ThemesHeaderIconSearchColor: #fff;
    --ThemesHeaderIconSearchBgColor: #0069ff;
    --ThemesBoardColor: #ababab;
    --ThemesBoardBgColor: #101010;
    --ThemesHeaderTipsColor: #fc381a;
    --ThemesHeaderInputBgColor: #f0f1f4;
    --ThemesNavTextColor: #333;
    --ThemesNavTextHoverColor: #0069ff;
    --ThemesFooterBgColor: #272a2e;
    --ThemesFooterLineColor: #444;
    --ThemesFooterIconColor: #bbb;
    --ThemesFooterTitleColor: #fff;
    --ThemesFooterTextColor: #fff;
    --ThemesFooterTextHoverColor: #0069ff;
    --ThemesCopyrightColor: #999;
    --ThemesCopyrightBgColor: #1b1d20;
    --ThemesReviewsStarColor: #333;
}
body,html{font-family:'Heebo-Regular',Arial;color:#333;}
.themes_article_title,.themes_article_title a{color:#333333;font-family:"Heebo-Medium";}
.themes_article_subtitle{color:#666666;font-family:"Heebo-Regular";}

.themes_box_title,.themes_box_title a{color: var(--ThemesBoxTitleColor);font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle{color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_products_title,.themes_products_title a{color:var(--ThemesProductsTitleColor);font-family: var(--ThemesProductsTitleFont);}
.themes_products_price{color: var(--ThemesProductsPriceColor);font-family: var(--ThemesProductsPriceFont);}
.themes_products_origin_price{ color: var(--ThemesProductsDelPriceColor);font-family: var(--ThemesProductsDelPriceFont);}
.themes_text_content{ color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}

.icon-star1.star_1:before{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

.wrap_section_tablets .ly_product_more {color: #666; font-family: 'Heebo-Regular';}
.wrap_section_tablets .ly_product_more:hover {color: #ff5f00;}


#head_information{background:var(--ThemesBoardBgColor);}
/* 切换汇率 */
#head_information .default_currency_style,#head_information .default_language_style,#head_information .default_language_currency_style{color:var(--ThemesBoardColor);font-family:"Heebo-Regular";}
#header .default_account_style .iconfont{color: var(--ThemesHeaderIconColor);}
#header{background:var(--ThemesHeaderBgColor);}
/* 搜索框 */
#header .default_search_style{background:var(--ThemesHeaderInputBgColor);}
#header .default_search_style .default_search_form input.text{color:var(--ThemesHeaderTextColor);background:transparent;font-family:"Heebo-Regular";}
#header .default_search_style .default_search_form .button{background-color:var(--ThemesHeaderIconSearchBgColor);color: var(--ThemesHeaderIconSearchColor);}
#header .default_search_style .default_search_form input::-webkit-input-placeholder{color:var(--ThemesHeaderTextColor);font-family:"Heebo-Regular";}
#header .default_search_style .default_search_form input::-moz-placeholder{color:var(--ThemesHeaderTextColor);font-family:"Heebo-Regular";}

/* 购物车 */
#header .default_shopping_cart_style:hover{-webkit-text-decoration-color: var(--ThemesHeaderTextColor);text-decoration-color: var(--ThemesHeaderTextColor);}
#header .default_shopping_cart_style .cart_count{color:var(--ThemesHeaderBgColor);font-family:"Heebo-Regular";background:var(--ThemesHeaderTipsColor);}
#header .default_shopping_cart_style .cart_count_price{color:var(--ThemesHeaderTextColor);font-family:"Heebo-Regular"}
#header .default_shopping_cart_style .iconfont{color: var(--ThemesHeaderIconColor);}
/* 导航栏 */
#header .default_nav_style li>a{color:var(--ThemesNavTextColor);font-family:"Heebo-Medium";}
#header .default_nav_style li.active>a{color:var(--ThemesNavTextHoverColor);}
#header .default_nav_style li:hover>a{color:var(--ThemesNavTextHoverColor);}
#header .head_left_menu{background-color: var(--ThemesHeaderIconSearchBgColor);}
#header .head_left_menu a{color:var(--ThemesHeaderIconSearchColor);font-family:"Heebo-Medium"}
#header .head_left_menu:hover>a{color:var(--ThemesHeaderIconSearchColor);text-decoration:none;}
.nav_menu .nav_categories{background:#fff;-webkit-box-shadow:0px 0px 15px rgba(0,0,0,.1);box-shadow:0px 0px 15px rgba(0,0,0,.1);}
.nav_menu .nav_categories .rows{border-bottom:1px solid #f5f5f5;}
.nav_menu .nav_categories_box a{color:#333333;font-family:"Heebo-Regular";}
.nav_menu .nav_categories_box a:hover{color:#0069ff;}
.nav_categories .rows .nav_subcate{border:1px solid #bbb;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3);}
.nav_categories .rows .nav_subcate dl.tline{border-top:1px solid #ddd;}
#header .head_left_menu .iconfont{color: var(--ThemesHeaderIconSearchColor);}
/* banner轮播 */
.wrap_slider .slider_container .slider_wrap .slider_item .text_box .bold_text{color:#222;font-family:"Heebo-Light";}
.wrap_slider .slider_container .slider_wrap .slider_item .text_box .small_text{color:#222;font-family:"Heebo-Medium";}
#banner_edit .banner_tab a{background-color:#e9e9e9;border:2px solid transparent;}
#banner_edit .banner_tab a.on{background-color:transparent;border-color:#e9e9e9;}
/* 内容开始 */
.wrap_section_title{font-family:"Heebo-Medium";}
.wrap_section{background:#f5f5f5;}
.tablets_list .tablets_item .item_box{background:#fff;}
.tablets_list .tablets_item .discount_tags .discount_tag_item{background:#f33c3c;color:#fff;font-family:"Heebo-Medium";}
@media screen and (max-width:1000px){.text_box .bold_text{color:#333333;font-family:"Heebo-Medium";}
    .tablets_list .tablets_item .tablets_item_info{background:#fff;}
    .mobile_slider_pagination .slider_pagination_dot{background-color:#aaaaaa;border:1px solid transparent;}
    .mobile_slider_pagination .slider_pagination_dot.active{border-color:#aaaaaa;background-color:transparent;}
    .show_more_btn{color:#333333;font-family:"Heebo-Regular";border:1px solid #333;}
}
/* 内容结束 */
/* 邮件订阅 */
.newsletter_area_bg{background:#f5f5f5;}
.default_newsletter_style .newsletter_title .sub_text{color:#333333;font-family:"Heebo-Light";}
.default_newsletter_style .newsletter_title .sub_text::after{background-color:#ccc;}
.default_newsletter_style .default_newsletter_form{}
.default_newsletter_style .default_newsletter_form input.text{border:1px solid #ebebeb;color:#333;font-family:"Heebo-Light";background-color:#fff;}
.default_newsletter_style .default_newsletter_form input.subscribe{background-color:#0069ff;}
.default_newsletter_style .default_newsletter_form input::-webkit-input-placeholder{color:#999999;font-family:"Heebo-Light"}
.default_newsletter_style .default_newsletter_form input::-moz-placeholder{color:#999999;font-family:"Heebo-Light"}
.default_newsletter_style .default_newsletter_form input:-ms-input-placeholder{color:#999999;font-family:"Heebo-Light"}
.footer_bg{background:var(--ThemesFooterBgColor);}
#footer .about_us_area .about_us_title{color:#ffffff;font-family:"Heebo-Medium";}
#footer .default_foot_menu_style .menu_list>dl>dt{color:var(--ThemesFooterTitleColor);font-family:"Heebo-Medium";}
#footer .default_foot_menu_style dl dd a{color:var(--ThemesFooterTextColor);font-family:"Heebo-Light";}
#footer .default_foot_menu_style dl dd a:hover{color:var(--ThemesFooterTextHoverColor);}
#footer .footer_bottom{background:var(--ThemesCopyrightBgColor);}
#footer .footer_bottom p{font-family:"Heebo-Light";color:var(--ThemesCopyrightColor);}
#footer .footer_bottom p a{color:var(--ThemesCopyrightColor);}
.global_swap_chain{background:#1b1d20;color:#ddd;}
.follow_us_list li>a>i{color: var(--ThemesFooterIconColor);}
@media screen and (max-width:1000px){#header .mobile_shopcar_area .shopcar_num_m{background-color:var(--ThemesHeaderTipsColor);color:var(--ThemesHeaderBgColor);}
    #header .header_menu_mb span{background-color:#000000;}
    .newsletter_area_bg{background:#272a2e;}
    .default_newsletter_style .newsletter_title .top_text{color:#fff;font-family:"Heebo-Medium";}
    .default_newsletter_style .newsletter_title .top_text i{color:#fff;font-family:"Heebo-Medium";}
    .default_newsletter_style .newsletter_title .sub_text{font-size:12px;color:#999999;border-width:0;}
    .default_newsletter_style .newsletter_subtitle .subtitle_text{color:#999999;}
    #footer .default_foot_menu_style{border-top-width: 1px;border-top-style: solid;border-top-color: var(--ThemesFooterLineColor);}
    #footer .default_foot_menu_style .menu_list>dl>dt{border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: var(--ThemesFooterLineColor);color:var(--ThemesFooterTitleColor);font-family:"Heebo-Medium";-webkit-tap-highlight-color:rgba(0,0,0,0);}
    #header .mobile_search_area{color: var(--ThemesHeaderIconColor);}
    #header .mobile_shopcar_area{color: var(--ThemesHeaderIconColor);}
    #header .header_menu_mb i{color: var(--ThemesHeaderIconColor);}
}
.ly_animation::after,.ly_animation::before{background-color:rgba(0,0,0,0.2);}


@media screen and (min-width:1000px){
    #header.ly_page_slide{border-bottom-color: var(--ThemesHeaderLineColor);border-bottom-style: solid;border-bottom-width: 1px;}
}

.tablets_list .tablets_item .operator_btns .operator_btn_item a .iconfont{
    color: #666666;
}</style><link href="/t099/index_files/font(1).css" rel="stylesheet" type="text/css" media="all" onload="this.media=&#39;all&#39;"><link href="/t099/index_files/font(2).css" rel="stylesheet" type="text/css" media="all" onload="this.media=&#39;all&#39;"><link href="/t099/index_files/font(3).css" rel="stylesheet" type="text/css" media="all" onload="this.media=&#39;all&#39;"><link href="/t099/index_files/font(1).css" rel="stylesheet" type="text/css" media="all" onload="this.media=&#39;all&#39;">    <link href="/t099/index_files/index.css" rel="stylesheet" type="text/css">

    
        <style>
            @media screen and (max-width: 1000px) {
                body .header_content_height {
                    height: 60px;
                }
            }
        </style>
    
</head>
<body class="lang_en">

<script>
    function nav_side_show() {
        $('body,html').animate({ scrollTop: 0 }, 1);
        $('.nav_side').addClass('show').css({visibility:'visible'});
        $('body,html').css({height:$(window).height(),'overflow':'hidden'})
        $('#div_mask').show();
    }
    function nav_side_hide() {
        $('body,html').attr('style','')
        currency_side_hide()
        $('#div_mask').hide();
        $('.nav_side').removeClass('show').css({visibility:'hidden'});
    }
    function nav_side_sub_show(_this) {
  $('.pop_up_container .user').hide();
        $(_this).siblings('.category_side').css({'visibility': 'visible','position': 'fixed','width':'100%'}).addClass('show')
    }
    function nav_side_sub_hide(_this) {
        $('.pop_up_container .user').show();
        $(_this).parent().parent().removeClass('show').css({'visibility': 'hidden'})
    }
    function currency_side_show() {
        $('.currency_side').addClass('show').css({visibility:'visible'});
    }
    function currency_side_hide() {

        $('.currency_side').removeClass('show').css({visibility:'hidden'});
    }

</script>
<div id="div_mask" style="width: 100%; height: 3770px; overflow: hidden; position: fixed; top: 0px; left: 0px; background: rgb(0, 0, 0); opacity: 0.6; z-index: 10000;display: none"></div>
<div class="g-tips">Save Money Today, Free shipping worldwide.</div>
<style type="text/css">
    .FontColor,
    a.FontColor,
    a.FontColor:hover {
        color: #000000;
    }

    .FontBgColor {
        background-color: #000000;
    }

    .FontBorderColor {
        border-color: #000000;
    }

    .FontBorderHoverColor:hover,
    a.FontBorderHoverColor:hover {
        border-color: #000000 !important;
    }

    .FontBgHoverColor:hover {
        background-color: #000000 !important;
    }

    .FontHoverColor:hover {
        color: #000000 !important;
    }

    .NavBgColor {
        background-color: #006FFF;
    }

    .NavHoverBgColor:hover {
        background-color: #005AB0;
    }

    .NavBorderColor1 {
        border-color: #FFFFFF;
    }

    .NavBorderColor2 {
        border-color: #E0E0E0;
    }

    .AddtoCartBgColor {
        background-color: #FFFFFF;
    }

    .AddtoCartBorderColor {
        border-color: #FFFFFF;
    }

    .BuyNowBgColor {
        background-color: #000000;
    }

    .ReviewBgColor {
        background-color: #EA215C;
    }

    .DiscountBgColor {
        background-color: #EA215C;
    }

    .DiscountBorderColor {
        border-color: #EA215C;
    }

    .ProListBgColor {
        background-color: #005AB0;
    }

    .ProListHoverBgColor:hover {
        background-color: #5260BE;
    }

    .GoodBorderColor {
        border-color: #005AB0;
    }

    .GoodBorderHoverColor:hover {
        border-color: #357CBE;
    }

    .GoodBorderColor.selected {
        border-color: #357CBE;
    }

    .GoodBorderBottomHoverColor {
        border-bottom-color: #357CBE;
    }
</style>
<script type="text/javascript">if (typeof $(window).webDisplay == "function") {
    $(window).resize(function () { $(window).webDisplay(0); })
    $(document).ready(function () { $(window).webDisplay(0); });
} var ueeshop_config = {
    'domain': '',
    'date': '2022/07/03 14:34:40',
    'lang': 'en',
    'language': 'en',
    'currency': 'USD',
    'currency_symbols': '$',
    'currency_rate': '1.0000',
    'FbAppId': '',
    'FbPixelOpen': '0',
    'UserId': '0',
    'TouristsShopping': '1',
    'PaypalENV': 'sandbox',
    'PaypalExcheckout': '',
    'PaypalLoaclPayment': '',
    'PaypalLang': 'en_US',
    'PaypalBusiness': '0',
    'PaypalCreditCard': '0',
    'PaypalLanguage': '0',
    'tmp_dir': '/tmp/t/t099/',
    'IsMobile': 0,
    'GooglePixelOpen': '0',
    'BingTabOpen': '0',
    'pintrkPixelOpen': '0',
    'm': 'index',
    'a': 'index',
}
window.onhashchange = function () {
    if (document.location.pathname.indexOf('/cart/complete/') != -1) {
        window.history.replaceState(null, null, '/cart/checkout.html');
        window.history.go(0);
    }
}
</script>
<div class="left_fixed_side">
    <div class="pop_up nav_side" style="visibility: hidden;">
        <a class="close" href="javascript:;" style="    width: 10vw;
    height: 10vw;
    max-width: 50px;
    max-height: 50px;
    background: url(/t131/images/nav_close.png) no-repeat center/100%;
    display: block;
    cursor: pointer;"  onclick="nav_side_hide(this)"><em></em></a>
        <div class="pop_up_container nav_container clean">
            <div class="user clean">
                <div class="user_logo" ></div>
                <a rel="nofollow" href="/login" class="FontColor">Sign In</a> or <a rel="nofollow" href="/register" class="FontColor">Join Free</a>
            </div>
            
            <nav class="menu_list" style="height: 603px; max-height: 603px;">
                <div class="menu_container">
                    
                        <div  class="ui_border_b item">
                            <a href="/" rel="nofollow">Home</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Home</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item">
                            <a href="/cp/post-lights-252801.html" rel="nofollow">Post Lights</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Post Lights</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item son">
                            <a href="/cp/breakers-load-centers-fuses-252802.html" rel="nofollow">Breakers, Load Centers & Fuses</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Breakers, Load Centers & Fuses</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            <div class="ui_border_b item">
                                                <a href="/cp/circuit-breaker-panels-252812.html" title="Sports Watch">Circuit Breaker Panels</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/circuit-breakers-252813.html" title="Sports Watch">Circuit Breakers</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/accessories-252818.html" title="Sports Watch">Accessories</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/fuses-252819.html" title="Sports Watch">Fuses</a>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item">
                            <a href="/cp/fire-pits-252803.html" rel="nofollow">Fire Pits</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Fire Pits</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item son">
                            <a href="/cp/torches-252804.html" rel="nofollow">Torches</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Torches</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            <div class="ui_border_b item">
                                                <a href="/cp/propane-torches-252825.html" title="Sports Watch">Propane Torches</a>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item">
                            <a href="/cp/door-closers-252805.html" rel="nofollow">Door Closers</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Door Closers</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item">
                            <a href="/cp/spotlights-252806.html" rel="nofollow">Spotlights</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Spotlights</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item son">
                            <a href="/cp/household-fans-252807.html" rel="nofollow">Household Fans</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Household Fans</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            <div class="ui_border_b item">
                                                <a href="/cp/wallmounted-fans-252826.html" title="Sports Watch">Wall-mounted Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/personal-fans-252827.html" title="Sports Watch">Personal Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/floor-fans-252828.html" title="Sports Watch">Floor Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/tower-fans-252829.html" title="Sports Watch">Tower Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/table-fans-252830.html" title="Sports Watch">Table Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/pedestal-fans-252831.html" title="Sports Watch">Pedestal Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/window-fans-252832.html" title="Sports Watch">Window Fans</a>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div  class="ui_border_b item son">
                            <a href="/cp/heating-cooling-252808.html" rel="nofollow">Heating & Cooling</a>
                            <div class="icon nav_icon" onclick="nav_side_sub_show(this)"><em><i></i></em></div>

                            <div class="pop_up category_side" style="visibility: hidden;">
                                <div class="pop_up_container nav_container clean">
                                    <a class="fl close category_close" href="javascript:;" onclick="nav_side_sub_hide(this)"><em><i></i></em></a>
                                    <div class="fl category_title">Heating & Cooling</div>
                                    <div class="clear"></div>
                                    <div class="menu_list" style="height: 603px; max-height: 603px;">
                                        <div class="menu_container">
                                            <div class="ui_border_b item">
                                                <a href="/cp/dehumidifiers-humidifiers-252833.html" title="Sports Watch">Dehumidifiers & Humidifiers</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/industrial-heaters-252834.html" title="Sports Watch">Industrial Heaters</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/air-conditioners-coolers-252835.html" title="Sports Watch">Air Conditioners & Coolers</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/fans-252836.html" title="Sports Watch">Fans</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/fireplaces-252837.html" title="Sports Watch">Fireplaces</a>
                                            </div>
                                            <div class="ui_border_b item">
                                                <a href="/cp/heaters-252839.html" title="Sports Watch">Heaters</a>
                                            </div>

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    
                </div>
                <div class="menu_divide"></div>
                <div class="menu_container">
<!--                    <blc:nation >-->
<!--                        <div onclick="currency_side_show(this)" class="ui_border_b item son currency_item" th:each="local : ${tagNations}" th:if="${session.currentNation.abb==local.abb}">-->
<!--                            <a href="javascript:;" rel="nofollow">-->
<!--                                [${local.currency}] <img   th:src="@{''+${local.imageUrl}}" th:alt="${local.name}" th:title="#{home.welcome}"  />-->
<!--                            </a>-->
<!--                            <div class="icon"><em><i></i></em></div>-->
<!--                        </div>-->
<!--                    </blc:nation>-->
                </div>
            </nav>
        </div>
    </div>
    <div class="pop_up currency_side" style="visibility: hidden;">
<!--        <div class="pop_up_container nav_container clean">-->
<!--            <a class="fl close category_close" onclick="currency_side_hide(this)" href="javascript:;"><em><i></i></em></a>-->
<!--            <blc:nation >-->
<!--                <div class="fl category_title"  th:each="local : ${tagNations}" th:if="${session.currentNation.abb==local.abb}">[${local.currency}]</div>-->
<!--            </blc:nation>-->
<!--            <div class="clear"></div>-->
<!--            <blc:nation >-->
<!--                <div class="menu_list" style="height: auto">-->
<!--                    <div class="menu_container">-->
<!--                        <div class="ui_border_b item"  th:each="local : ${tagNations}">-->
<!--                            <a  th:src="${#URL.urlMap({'lang': local.abb})}"  class="currency_item updateUrl" >-->
<!--                                <img   th:src="@{''+${local.imageUrl}}" th:alt="${local.name}" th:title="#{home.welcome}"  />[${local.currency}]-->
<!--                            </a>-->
<!--                        </div>-->
<!--                    </div>-->
<!--                </div>-->
<!--            </blc:nation>-->
<!--        </div>-->
    </div>
</div>
<div class="global_shopping_cart_bg"></div>
<div class="global_shopping_cart_box"></div>
<div id="fixed_login_popup">
    <div id="fixed_login_box">
        <div class="center_content">
            <a href="javascript:;" class="signin_close iconfont icon-close1"></a><!-- checkout页面 需要判断 -->
            <form name="signin_form" class="login" method="POST">
                <h3>Sign In</h3>
                <div class="login_brief">Access your account &amp; orders history.</div>
                <div id="error_login_box" class="error_note_box">Incorrect email address or password. Please try
                    again.<br> Make sure the Caps Lock is off before you enter password.</div>
                <div class="row">
                    <label for="AccountEmail">Email</label>
                    <input name="AccountEmail" type="text" maxlength="100" format="AccountEmail" notnull="">
                </div>
                <div class="row">
                    <label for="AccountPassword">Password</label>
                    <input name="AccountPassword" type="password" autocomplete="off" notnull="">
                </div>
                <div class="flex_box">
                    <input class="ckb" type="checkbox" id="IsStay" name="IsStay" value="1" checked="checked">
                    <label for="IsStay" class="protect">
                        <i class="FontBgColor FontBorderColor"></i>
                        Remember me </label>
                    <div class="forgot">Forgot your <a href="/account/forgot.html"
                                                       class="forgot">password</a>?</div>
                </div>
                <button class="signbtn signin FontBgColor FontBorderColor" type="submit">Sign In</button>
                <div class="new_customer">
                    New customer ? <a href="/account/sign-up.html"
                                      class="FontColor">Start here.</a> </div>
                <input type="hidden" name="do_action" value="user.login">
                <input type="hidden" name="comeback" value="">
                <input type="hidden" name="jumpUrl" value="/">
            </form>
        </div>
    </div>
    <div id="fixed_login_popup_bg"></div>
</div>
<script>
    $(document).ready(function () {
        user_obj.sign_in_init();
    });
</script>
<div plugins="header-0" visualwid="234" style="">
    <div id="head_information" class="show_pc">
        <div class="wrap_container">
            <div class="fr rit">

                <div id="default_language_currency_box" class="hide themes_popups">
                    <h4>
                        Select Your Language / Currency <i></i>
                    </h4>
                    <div class="default_language_currency_container">
                        <div class="default_language_currency_scroll">
                            <h5>Language</h5>
                            <div class="app_language_item">
                                <div class="clear"></div>
                            </div>
                            <div class="default_language_currency_list default_language_item">
                                <a rel="nofollow" class="current" href="javascript:;"
                                   data-url="//t099.shop5.ueeshop.com" data-lang="en">English</a>
                                <a rel="nofollow" class="" href="javascript:;"
                                   data-url="%2F"
                                   data-lang="jp">Japanese</a>
                            </div>
                            <div class="clear"></div>
                            <div class="blank20"></div>
                            <h5>Currency</h5>
                            <div class="default_language_currency_list default_currency_item">
                                <a rel="nofollow" class="current" href="javascript:;" data="USD"><img
                                        src="/t099/index_files/53092c531f.jpg" alt="USD" class="img_loading">USD</a>
                                <a rel="nofollow" class="" href="javascript:;" data="EUR"><img
                                        src="/t099/index_files/b355374c5e.jpg" alt="EUR" class="img_loading">EUR</a>
                                <a rel="nofollow" class="" href="javascript:;" data="GBP"><img
                                        src="/t099/index_files/f5e3cb314d.jpg" alt="GBP" class="img_loading">GBP</a>
                                <a rel="nofollow" class="" href="javascript:;" data="CAD"><img
                                        src="/t099/index_files/235af43e96.jpg" alt="CAD" class="img_loading">CAD</a>
                                <a rel="nofollow" class="" href="javascript:;" data="CNY"><img
                                        src="/t099/index_files/f6d134d8f9.jpg" alt="CNY" class="img_loading">CNY</a>
                                <a rel="nofollow" class="" href="javascript:;" data="SAR"><img
                                        src="/t099/index_files/60bd92d052.jpg" alt="SAR" class="img_loading">SAR</a>
                                <a rel="nofollow" class="" href="javascript:;" data="SGD"><img
                                        src="/t099/index_files/861736934f.jpg" alt="SGD" class="img_loading">SGD</a>
                                <a rel="nofollow" class="" href="javascript:;" data="NZD"><img
                                        src="/t099/index_files/2018d74d2b.jpg" alt="NZD" class="img_loading">NZD</a>
                                <a rel="nofollow" class="" href="javascript:;" data="ARS"><img
                                        src="/t099/index_files/1d660ca75b.jpg" alt="ARS" class="img_loading">ARS</a>
                                <a rel="nofollow" class="" href="javascript:;" data="INR"><img
                                        src="/t099/index_files/576ad644b9.jpg" alt="INR" class="img_loading">INR</a>
                                <a rel="nofollow" class="" href="javascript:;" data="COP"><img
                                        src="/t099/index_files/902e3b753b.jpg" alt="COP" class="img_loading">COP</a>
                                <a rel="nofollow" class="" href="javascript:;" data="AED"><img
                                        src="/t099/index_files/a50d2c401e.jpg" alt="AED" class="">AED</a>
                            </div>
                            <div class="clear"></div>
                        </div>
                    </div>
                    <div class="default_language_currency_submit">SAVE</div>
                </div>
            </div>
        </div>
    </div>
    <!-- 头部 -->
    <div id="header" class=" themes_global_header">
        <div class="show_pc head_wrap_bg">
            <div class="head_top">
                <div class="wrap_container clean">
                    <div class="head_lbar">
                        <div class="logo">
                            
                                <h1><a href="/"><img src="https://bartamediagroup.net/logo/20221103/645987081321461ea64f655931b93657.png"  alt="Discount Door Closers | bartamediagroup.net"  /></a></h1>
                            
                        </div>
                    </div>
                    <div class="head_mbar">
                        <div class="default_search default_search_style" plugins_pos="0">
                            <a class="bg global_search" href="javascript:;" rel="nofollow">
                            </a>
                            <div class="default_search_form ajax_search">
                                <form action="/search" method="get" class="form">
                                    <input type="text" class="text fl" placeholder="search ..." name="q"
                                           autocomplete="off" value="" plugins_mod="Title">
                                    <button type="submit" class="button fr"> <i class="iconfont icon-search1"></i>
                                    </button>
                                    <div class="clear"></div>
                                    <i></i>
                                </form>
                            </div>
                        </div>
                    </div>
                    <div class="head_rbar">
                        <div class="icon_group_item account_area" onclick="javascript:location.href='/account'">
                            <div class="default_account default_account_style">
                                <i class="iconfont icon-member1"></i>
                                <div class="global_login_sec SignInButton">
                                    <div class="SignInButton_sec"></div>
                                </div>
                                <div class="clear"></div>
                            </div>
                        </div>
                        <div class="icon_group_item shopcar_area">
                            <a href="/cart/"
                               class="default_shopping_cart default_shopping_cart_style default_shopping_cart_down">
                                <i class="iconfont icon-shoppingcart1"></i>
                                <span class="text_0">CART</span>
                                <span class="cart_count">0</span>
                                <span class="text_1">Itemes</span>
                                <span class="cart_count_price">0.00</span>
                                <div class="cart_note themes_dropdown"></div>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
            <div class="head_bottom head_nav_bg">
                <div class="wrap_container">
                    <div class="wrap_nav">
                        <div class="head_left_menu">
                            <i class="iconfont icon-mb_menu2"></i>
                            <a href="/products/">All Categories</a>
                        </div>
                        <ul class="default_nav themes_nav_point default_nav_style">
                            
                                <li style="margin-left: 10px" class="has_sec">
                                    <div>
                                        <a href="/" target="_self" >Home</a>

                                        
                                    </div>
                                </li>
                                <li style="margin-left: 10px" class="has_sec">
                                    <div>
                                        <a href="/cp/post-lights-252801.html" target="_self" >Post Lights</a>

                                        
                                    </div>
                                </li>
                                <li style="margin-left: 10px" class="has_sec">
                                    <div>
                                        <a href="/cp/breakers-load-centers-fuses-252802.html" target="_self" >Breakers, Load Centers & Fuses</a>

                                        <div class="nav_sec small_nav_sec">
                                            <div class="top"></div>
                                            <div class="nav_sec_box">
                                                <div id="nav_sec_1" class="nav_list">
                                                    <dl class="nav_sec_item">
                                                        <dt>
                                                            <a class="nav_sec_a" href="/cp/circuit-breaker-panels-252812.html" title="Sports Watch">
                                                                Circuit Breaker Panels </a>
                                                        </dt>
                                                    </dl>
                                                    <div class="clear"></div>
                                                </div>
                                                <div id="nav_sec_1" class="nav_list">
                                                    <dl class="nav_sec_item">
                                                        <dt>
                                                            <a class="nav_sec_a" href="/cp/circuit-breakers-252813.html" title="Sports Watch">
                                                                Circuit Breakers </a>
                                                        </dt>
                                                    </dl>
                                                    <div class="clear"></div>
                                                </div>
                                                <div id="nav_sec_1" class="nav_list">
                                                    <dl class="nav_sec_item">
                                                        <dt>
                                                            <a class="nav_sec_a" href="/cp/accessories-252818.html" title="Sports Watch">
                                                                Accessories </a>
                                                        </dt>
                                                    </dl>
                                                    <div class="clear"></div>
                                                </div>
                                                <div id="nav_sec_1" class="nav_list">
                                                    <dl class="nav_sec_item">
                                                        <dt>
                                                            <a class="nav_sec_a" href="/cp/fuses-252819.html" title="Sports Watch">
                                                                Fuses </a>
                                                        </dt>
                                                    </dl>
                                                    <div class="clear"></div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </li>
                                <li style="margin-left: 10px" class="has_sec">
                                    <div>
                                        <a href="/cp/fire-pits-252803.html" target="_self" >Fire Pits</a>

                                        
                                    </div>
                                </li>
                                <li style="margin-left: 10px" class="has_sec">
                                    <div>
                                        <a href="/cp/torches-252804.html" target="_self" >Torches</a>

                                        <div class="nav_sec small_nav_sec">
                                            <div class="top"></div>
                                            <div class="nav_sec_box">
                                                <div id="nav_sec_1" class="nav_list">
                                                    <dl class="nav_sec_item">
                                                        <dt>
                                                            <a class="nav_sec_a" href="/cp/propane-torches-252825.html" title="Sports Watch">
                                                                Propane Torches </a>
                                                        </dt>
                                                    </dl>
                                                    <div class="clear"></div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </li>
                                <li style="margin-left: 10px" class="has_sec">
                                    <div>
                                        <a href="/cp/door-closers-252805.html" target="_self" >Door Closers</a>

                                        
                                    </div>
                                </li>
                                
                                
                                
                            
                        </ul>
                        <input type="hidden" name="defaultNavType" value="">
                        <input type="hidden" name="defaultNavSwitch" value="1">
                        <input type="hidden" name="default_nav_icon" value="">
                        <input type="hidden" name="navType" value="1">
                        <div class="nav_menu">
<!--                            <div class="nav_categories">-->
<!--                                <ul class="nav_categories_box">-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/home-security-cameras-387"-->
<!--                                           title="Home Security Cameras">Home Security Cameras</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/surveillance-cameras-386"-->
<!--                                           title="Surveillance Cameras">Surveillance Cameras</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/portable-audio-364"-->
<!--                                           title="Portable Audio">Portable Audio</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/video-374"-->
<!--                                           title="Video">Video</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/cell-phone-118"-->
<!--                                           title="Cell Phone">Cell Phone</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/mi-125"-->
<!--                                           title="MI">MI</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/huawei-126"-->
<!--                                           title="HUAWEI">HUAWEI</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/webmaster-referral-360"-->
<!--                                           title="Webmaster referral">Webmaster referral</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/office-product-362"-->
<!--                                           title="Office Product">Office Product</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/accessories-365"-->
<!--                                           title="Accessories">Accessories</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/office-product-373"-->
<!--                                           title="Office Product">Office Product</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/portable-audio-375"-->
<!--                                           title="Portable Audio">Portable Audio</a>-->
<!--                                    </li>-->
<!--                                    <li class="rows" data="[]">-->
<!--                                        <a href="/collections/wireless-surveillance-388"-->
<!--                                           title="Wireless Surveillance">Wireless Surveillance</a>-->
<!--                                    </li>-->
<!--                                </ul>-->
<!--                            </div>-->
                        </div>
                    </div>
                </div>

            </div>
        </div>
        <div class="mobile_wrap mobile_header_bg show_mobile">
            <div class="wrap_main">
                <div class="mobile_head_left">
                    <div class="header_menu_mb global_menu" onclick="nav_side_show()">
                        <i class="iconfont icon-mb_menu2"></i>
                    </div>
                    <div class="logo">
                        <h1><a href="/"><img src="/t099/index_files/b6252bf2ba.png"
                                                                           alt="MY SHOP" class=""></a></h1>
                    </div>
                </div>
                <div class="mobile_head_right">
                    <div class="mobile_search_area global_search"><i class="iconfont icon-search1"></i></div>
                    <a href="/cart/" class="mobile_shopcar_area">
                        <i class="shopcar_icon_m iconfont icon-shoppingcart5"></i>
                        <span class="shopcar_num_m">0</span>
                    </a>
                </div>
            </div>
        </div>
    </div>
</div>

    <form name="submitForm" action="" method="post">
        <input type="hidden" name="lang">
        <input type="hidden" name="cate" id="sitecate">
        <input type="hidden" name="current" id="sitecurrent">
        <input type="hidden" name="sort" id="sitesort">
    </form>
    <script>
        var elementsByClassName = document.getElementsByClassName("updateUrl");
        for (let i = 0; i < elementsByClassName.length; i++) {
            var url=elementsByClassName[i].getAttribute("src")
            elementsByClassName[i].setAttribute("src","")
            elementsByClassName[i].setAttribute("onClick","language('"+url+"')")
        }
         function language(url){
        console.log(url)
        var split = url.split("?");
        var elementsByNameElement = document.getElementsByName("submitForm")[0];
        elementsByNameElement.setAttribute("action",split[0]);
        var params=split[1].split("&");
        for(var i=0;i<params.length;i++){
            var param=params[i].split("=")
            document.getElementById("site"+param[0]).value=param[1]
        }
        document.submitForm.submit();
    }
    </script>

        <div id="banner" plugins="banner-0" effect="0-1" visualwid="634" style="height: 500px;">
            <div id="banner_edit" data-type="0" data-slidetype="0" data-width="1210" data-height="500"
                 style="max-width: 1210px; height: 500px;">
                <div class="banner_box">
                    
                        <div class="banner_list"
                             data-data="{&quot;banner&quot;:{&quot;left&quot;:&quot;0%&quot;,&quot;top&quot;:&quot;0%&quot;},&quot;title&quot;:{&quot;font-family&quot;:&quot;Arial&quot;,&quot;font-style&quot;:&quot;normal&quot;,&quot;text-decoration&quot;:&quot;none&quot;,&quot;font-weight&quot;:&quot;bold&quot;,&quot;color&quot;:&quot;#333&quot;,&quot;font-size&quot;:&quot;66px&quot;,&quot;left&quot;:&quot;31.71%&quot;,&quot;top&quot;:&quot;27.89%&quot;},&quot;brief&quot;:{&quot;font-family&quot;:&quot;Arial&quot;,&quot;font-style&quot;:&quot;normal&quot;,&quot;text-decoration&quot;:&quot;none&quot;,&quot;font-weight&quot;:&quot;normal&quot;,&quot;color&quot;:&quot;#333&quot;,&quot;font-size&quot;:&quot;18px&quot;,&quot;left&quot;:&quot;31.71%&quot;,&quot;top&quot;:&quot;49.77%&quot;},&quot;mainpic&quot;:{&quot;left&quot;:&quot;50%&quot;,&quot;top&quot;:&quot;50%&quot;}}">
                            <a href="" title="Loud Speaker Microphones">
                                <div class="banner_position">
                                    <img rel="nofollow" src="https://bartamediagroup.net/banner/Home_Improvement/400da84b0afe47b3a1b3b7e82aee0f7d.jpg?x-oss-process=image/resize,m_pad,h_720,w_1920" alt="bartamediagroup.net"/>
                                    <div class="banner_title"></div>
                                    <div class="banner_brief"></div>
                                    <div class="banner_mainpic"></div>
                                </div>
                            </a>
                        </div>
                    
                </div>
                <div class="banner_tab">
                    
                        <a href="javascript:;"></a>
                    

                </div>
                <a class="banner_prev" href="javascript:;"></a>
                <a class="banner_next" href="javascript:;"></a>
                <div class="banner_loading" style="display: none;"></div>
            </div>
            <script>zbanner_init();</script>
        </div>

        <style>
            /* SHOP SOCAIL */
            .social_padding {
            }

            .socail_list {
                margin-top: 16px
            }

            .socail_list .socail_item {
                position: relative;
                float: left;
                width: 50%
            }

            .text_box {
                position: absolute;
                top: 28px;
                left: 30px;
                z-index: 10
            }

            .text_box .bold_text {
                font-size: 18px
            }

            .text_box .small_text {
                margin-top: 3%;
                font-size: 14px
            }

            .socail_list .shop_cont {
                float: left;
                width: 100%
            }

            .socail_list .socail_item a {
                display: block;
                position: relative;
                -webkit-box-sizing: border-box;
                box-sizing: border-box
            }

            .socail_list .socail_item:first-child a {
                padding-right: 4px
            }

            .socail_list .socail_item:last-child a {
                padding-left: 4px
            }

            .socail_list .socail_item:nth-child(2) {
            }

            .socail_list .socail_item:nth-child(2) a {
                float: left;
                width: 100%
            }

            .socail_list .socail_item a.second_item {
                float: left;
                padding-top: 9px;
                width: 50%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding-right: 2px
            }

            .socail_list .socail_item a.second_item:last-of-type {
                padding-left: 6px;
                padding-right: 0;
                padding-right: 0
            }

            .socail_list .socail_item a img {
                vertical-align: top;
                display: block;
                margin: 0 auto;
                width: 100%
            }

            @media screen and (max-width: 1000px) {
                .socail_list {
                    padding: 0 15px
                }

                .socail_list .socail_item {
                    width: 100%
                }

                .socail_list .socail_item:first-child a {
                    padding-right: 4px
                }

                .socail_list .socail_item:nth-child(1) {
                    margin-bottom: 15px
                }

                .socail_list .socail_item:nth-child(2) a {
                    padding: 0 0
                }

                .socail_list .socail_item:nth-child(2) a:nth-child(1) {
                    margin-bottom: 15px
                }

                .socail_list .socail_item:nth-child(2) a:nth-child(2) {
                    padding-right: 7.5px
                }

                .socail_list .socail_item a.second_item:last-of-type {
                    padding-left: 7.5px
                }

                .socail_list .socail_item a.second_item .text_box {
                    position: static;
                    -webkit-transform: none;
                    -ms-transform: none;
                    transform: none;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding-bottom: 11px;
                    padding: 18px 5px 11px 5px
                }

                .text_box .bold_text {
                    font-size: 12px;
                    line-height: 15px
                }

                .socail_list .socail_item:nth-child(1) .text_box {
                    top: 24px;
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    left: 15px
                }

                .socail_list .socail_item:nth-child(1) .text_box .bold_text {
                    font-size: 18px;
                    line-height: 24px
                }

                .wrap_section_product {
                    padding: 0;
                    padding-top: 22px
                }

                .text_box {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 30px
                }

                .text_box .bold_text {
                    font-size: 12px
                }

                .text_box .small_text {
                    margin-top: 3%;
                    font-size: 12px
                }

                .text_box_top {
                    position: absolute;
                    top: 8%;
                    left: 0;
                    right: 0;
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    text-align: center
                }
            }

            @media screen and (max-width: 500px) {
                .socail_list .socail_item a.second_item .text_box {
                    padding: 18px 5px 11px 5px
                }
            }
        </style>
        <div class="ly_index_box" visualwid="220" style="">
            <div class="wrap_section social_padding wrap_section_tablets wrap_tablets_padding">
                <div class="wrap_container_tablets" plugins_pos="0">
                    <div class="wrap_section_title themes_title themes_box_title">
                        <span plugins_mod="Title" class="themes_box_title">Best &amp; Sellers</span>

                    </div>
                    <div class="tablets_content clean">
                        <div class="tablets_right ly_pro_box">
                            <ul class="tablets_list clean">

                                
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/maui-torch-set-of-2-landscape-torch-oil-lamp-tabletop-torch-outdoor-lighting-patina-118972.html" title="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41UowHjUcgL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/maui-torch-set-of-2-landscape-torch-oil-lamp-tabletop-torch-outdoor-lighting-patina-118972.html"
                                                            title="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping">Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$55.99">$55.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$156.00">$156.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/maui-torch-set-of-2-landscape-torch-oil-lamp-tabletop-torch-outdoor-lighting-patina-118972.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/whirlwind-life-battery-operated-fan-home-or-outdoor-dualuse-portable-fanwith-15600mah-capacity-battery-can-running-524-hours-design-for-campingpatiowith-usb-output-for-phone-137184.html" title="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/51shjm6InsL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/whirlwind-life-battery-operated-fan-home-or-outdoor-dualuse-portable-fanwith-15600mah-capacity-battery-can-running-524-hours-design-for-campingpatiowith-usb-output-for-phone-137184.html"
                                                            title="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping">Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$41.99">$41.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$99.00">$99.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/whirlwind-life-battery-operated-fan-home-or-outdoor-dualuse-portable-fanwith-15600mah-capacity-battery-can-running-524-hours-design-for-campingpatiowith-usb-output-for-phone-137184.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/titan-great-outdoors-42in-hemisphere-fire-pit-patina-fire-pit-134144.html" title="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/31vEoA3ZvbL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/titan-great-outdoors-42in-hemisphere-fire-pit-patina-fire-pit-134144.html"
                                                            title="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping">TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$68.99">$68.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$479.00">$479.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/titan-great-outdoors-42in-hemisphere-fire-pit-patina-fire-pit-134144.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/kasla-19in-outdoor-fire-pit-bag-compatible-with-outland-firebowlportable-propane-fire-pit-carry-bag-fit-outland-fire-bowl-893-870-823propane-fire-pit-carry-bag-for-camping-130328.html" title="Kasla 19-in Outdoor Fire Pit Bag Compatible with Outland Firebowl,Portable Propane Fire Pit Carry Bag Fit Outland Fire Bowl 893 870 823,Propane Fire Pit Carry Bag for Camping -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41+mZsqSFPL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Kasla 19-in Outdoor Fire Pit Bag Compatible with Outland Firebowl,Portable Propane Fire Pit Carry Bag Fit Outland Fire Bowl 893 870 823,Propane Fire Pit Carry Bag for Camping -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/kasla-19in-outdoor-fire-pit-bag-compatible-with-outland-firebowlportable-propane-fire-pit-carry-bag-fit-outland-fire-bowl-893-870-823propane-fire-pit-carry-bag-for-camping-130328.html"
                                                            title="Kasla 19-in Outdoor Fire Pit Bag Compatible with Outland Firebowl,Portable Propane Fire Pit Carry Bag Fit Outland Fire Bowl 893 870 823,Propane Fire Pit Carry Bag for Camping -Free Shipping">Kasla 19-in Outdoor Fire Pit Bag Compatible with Outland Firebowl,Portable Propane Fire Pit Carry Bag Fit Outland Fire Bowl 893 870 823,Propane Fire Pit Carry Bag for Camping -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$8.99">$8.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$18.00">$18.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/kasla-19in-outdoor-fire-pit-bag-compatible-with-outland-firebowlportable-propane-fire-pit-carry-bag-fit-outland-fire-bowl-893-870-823propane-fire-pit-carry-bag-for-camping-130328.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Kasla 19-in Outdoor Fire Pit Bag Compatible with Outland Firebowl,Portable Propane Fire Pit Carry Bag Fit Outland Fire Bowl 893 870 823,Propane Fire Pit Carry Bag for Camping -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/59-ft-solar-lamp-post-light-upgrade-outdoor-solar-post-lamp-with-planter-street-lamp-pole-lighting-outside-for-pathway-driveway-street-patio-garden-yard-140150.html" title="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41FmzkySNVL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/59-ft-solar-lamp-post-light-upgrade-outdoor-solar-post-lamp-with-planter-street-lamp-pole-lighting-outside-for-pathway-driveway-street-patio-garden-yard-140150.html"
                                                            title="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping">5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$27.99">$27.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$64.00">$64.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/59-ft-solar-lamp-post-light-upgrade-outdoor-solar-post-lamp-with-planter-street-lamp-pole-lighting-outside-for-pathway-driveway-street-patio-garden-yard-140150.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/wybfztt188-round-fire-pit-outdoor-firepit-firebowl-poker-spark-screen-retardant-mesh-lid-outside-backyard-deck-heavy-duty-metal-grate-black-135186.html" title="WYBFZTT-188 Round Fire Pit Outdoor Firepit Firebowl Poker Spark Screen Retardant Mesh Lid Outside Backyard Deck Heavy Duty Metal Grate Black -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41dzp6gN4mL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="WYBFZTT-188 Round Fire Pit Outdoor Firepit Firebowl Poker Spark Screen Retardant Mesh Lid Outside Backyard Deck Heavy Duty Metal Grate Black -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/wybfztt188-round-fire-pit-outdoor-firepit-firebowl-poker-spark-screen-retardant-mesh-lid-outside-backyard-deck-heavy-duty-metal-grate-black-135186.html"
                                                            title="WYBFZTT-188 Round Fire Pit Outdoor Firepit Firebowl Poker Spark Screen Retardant Mesh Lid Outside Backyard Deck Heavy Duty Metal Grate Black -Free Shipping">WYBFZTT-188 Round Fire Pit Outdoor Firepit Firebowl Poker Spark Screen Retardant Mesh Lid Outside Backyard Deck Heavy Duty Metal Grate Black -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$132.99">$132.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$1029.00">$1029.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/wybfztt188-round-fire-pit-outdoor-firepit-firebowl-poker-spark-screen-retardant-mesh-lid-outside-backyard-deck-heavy-duty-metal-grate-black-135186.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="WYBFZTT-188 Round Fire Pit Outdoor Firepit Firebowl Poker Spark Screen Retardant Mesh Lid Outside Backyard Deck Heavy Duty Metal Grate Black -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/bbgs-outdoor-fire-pit-round-firepit-metal-fire-bowl-fireplace-backyard-patio-garden-stove-with-spark-screen-and-safety-poker-132852.html" title="BBGS Outdoor Fire Pit Round FirePit Metal Fire Bowl Fireplace Backyard Patio Garden Stove with Spark Screen and Safety Poker -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/31nMrSI461S.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="BBGS Outdoor Fire Pit Round FirePit Metal Fire Bowl Fireplace Backyard Patio Garden Stove with Spark Screen and Safety Poker -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/bbgs-outdoor-fire-pit-round-firepit-metal-fire-bowl-fireplace-backyard-patio-garden-stove-with-spark-screen-and-safety-poker-132852.html"
                                                            title="BBGS Outdoor Fire Pit Round FirePit Metal Fire Bowl Fireplace Backyard Patio Garden Stove with Spark Screen and Safety Poker -Free Shipping">BBGS Outdoor Fire Pit Round FirePit Metal Fire Bowl Fireplace Backyard Patio Garden Stove with Spark Screen and Safety Poker -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$78.99">$78.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$558.00">$558.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/bbgs-outdoor-fire-pit-round-firepit-metal-fire-bowl-fireplace-backyard-patio-garden-stove-with-spark-screen-and-safety-poker-132852.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="BBGS Outdoor Fire Pit Round FirePit Metal Fire Bowl Fireplace Backyard Patio Garden Stove with Spark Screen and Safety Poker -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/2-in-1-outdoor-patio-steel-fire-pit-bowl-bbq-grill-for-backyard-camping-picnic-bonfire-garden-wspark-screen-cover-light-gray-134938.html" title="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41YVEbOIxwL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/2-in-1-outdoor-patio-steel-fire-pit-bowl-bbq-grill-for-backyard-camping-picnic-bonfire-garden-wspark-screen-cover-light-gray-134938.html"
                                                            title="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping">2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$71.99">$71.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$334.00">$334.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/2-in-1-outdoor-patio-steel-fire-pit-bowl-bbq-grill-for-backyard-camping-picnic-bonfire-garden-wspark-screen-cover-light-gray-134938.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/arris-5v-usb-cooling-jacket-air-conditioning-jacket-with-4-fans-uv-resistant-cooling-ac-fan-jacket-for-for-summer-high-temp-outdoor-work-112590.html" title="ARRIS 5V USB Cooling Jacket, Air Conditioning Jacket With 4 Fans, UV Resistant Cooling AC Fan Jacket for for Summer High Temp Outdoor Work -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41hRpS6cSzS.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="ARRIS 5V USB Cooling Jacket, Air Conditioning Jacket With 4 Fans, UV Resistant Cooling AC Fan Jacket for for Summer High Temp Outdoor Work -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/arris-5v-usb-cooling-jacket-air-conditioning-jacket-with-4-fans-uv-resistant-cooling-ac-fan-jacket-for-for-summer-high-temp-outdoor-work-112590.html"
                                                            title="ARRIS 5V USB Cooling Jacket, Air Conditioning Jacket With 4 Fans, UV Resistant Cooling AC Fan Jacket for for Summer High Temp Outdoor Work -Free Shipping">ARRIS 5V USB Cooling Jacket, Air Conditioning Jacket With 4 Fans, UV Resistant Cooling AC Fan Jacket for for Summer High Temp Outdoor Work -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$16.99">$16.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$39.00">$39.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/arris-5v-usb-cooling-jacket-air-conditioning-jacket-with-4-fans-uv-resistant-cooling-ac-fan-jacket-for-for-summer-high-temp-outdoor-work-112590.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="ARRIS 5V USB Cooling Jacket, Air Conditioning Jacket With 4 Fans, UV Resistant Cooling AC Fan Jacket for for Summer High Temp Outdoor Work -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/small-tower-fan-paris-rhne-75-oscillating-tower-fan-with-2-speeds-12-cooling-desk-table-fan-portable-bladeless-fan-for-bedroom-home-office-desktop-125002.html" title="Small Tower Fan, PARIS RHÃ”NE 75Â° Oscillating Tower Fan with 2 Speeds, 12&#39;&#39; Cooling Desk Table Fan Portable Bladeless Fan for Bedroom Home Office Desktop -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/315W6kjoftL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Small Tower Fan, PARIS RHÃ”NE 75Â° Oscillating Tower Fan with 2 Speeds, 12&#39;&#39; Cooling Desk Table Fan Portable Bladeless Fan for Bedroom Home Office Desktop -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/small-tower-fan-paris-rhne-75-oscillating-tower-fan-with-2-speeds-12-cooling-desk-table-fan-portable-bladeless-fan-for-bedroom-home-office-desktop-125002.html"
                                                            title="Small Tower Fan, PARIS RHÃ”NE 75Â° Oscillating Tower Fan with 2 Speeds, 12&#39;&#39; Cooling Desk Table Fan Portable Bladeless Fan for Bedroom Home Office Desktop -Free Shipping">Small Tower Fan, PARIS RHÃ”NE 75Â° Oscillating Tower Fan with 2 Speeds, 12'' Cooling Desk Table Fan Portable Bladeless Fan for Bedroom Home Office Desktop -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$29.99">$29.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$69.00">$69.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/small-tower-fan-paris-rhne-75-oscillating-tower-fan-with-2-speeds-12-cooling-desk-table-fan-portable-bladeless-fan-for-bedroom-home-office-desktop-125002.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Small Tower Fan, PARIS RHÃ”NE 75Â° Oscillating Tower Fan with 2 Speeds, 12&#39;&#39; Cooling Desk Table Fan Portable Bladeless Fan for Bedroom Home Office Desktop -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                
                            </ul>
                        </div>
                    </div>
                </div>
            </div>

        </div>
        <style></style>
        <div class="ly_index_box" visualwid="221" style="">
            <div class="wrap_section social_padding wrap_section_tablets wrap_tablets_padding">
                <div class="wrap_container_tablets" plugins_pos="0">
                    <div class="wrap_section_title themes_title themes_box_title">
                        <span plugins_mod="Title" class="themes_box_title">Featured Products</span>

                    </div>
                    <div class="tablets_content clean">
                        <div class="tablets_right ly_pro_box">
                            <ul class="tablets_list clean">


                                
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/2-in-1-outdoor-patio-steel-fire-pit-bowl-bbq-grill-for-backyard-camping-picnic-bonfire-garden-wspark-screen-cover-light-gray-134938.html" title="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41YVEbOIxwL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/2-in-1-outdoor-patio-steel-fire-pit-bowl-bbq-grill-for-backyard-camping-picnic-bonfire-garden-wspark-screen-cover-light-gray-134938.html"
                                                            title="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping">2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$71.99">$71.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$334.00">$334.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/2-in-1-outdoor-patio-steel-fire-pit-bowl-bbq-grill-for-backyard-camping-picnic-bonfire-garden-wspark-screen-cover-light-gray-134938.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="2 in 1 Outdoor Patio Steel Fire Pit Bowl BBQ Grill for Backyard, Camping, Picnic, Bonfire, Garden w/Spark Screen Cover - Light Gray -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/titan-great-outdoors-42in-hemisphere-fire-pit-patina-fire-pit-134144.html" title="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/31vEoA3ZvbL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/titan-great-outdoors-42in-hemisphere-fire-pit-patina-fire-pit-134144.html"
                                                            title="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping">TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$68.99">$68.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$479.00">$479.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/titan-great-outdoors-42in-hemisphere-fire-pit-patina-fire-pit-134144.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="TITAN GREAT OUTDOORS 42-in Hemisphere Fire Pit, Patina Fire Pit -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/maui-torch-set-of-2-landscape-torch-oil-lamp-tabletop-torch-outdoor-lighting-patina-118972.html" title="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41UowHjUcgL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/maui-torch-set-of-2-landscape-torch-oil-lamp-tabletop-torch-outdoor-lighting-patina-118972.html"
                                                            title="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping">Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$55.99">$55.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$156.00">$156.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/maui-torch-set-of-2-landscape-torch-oil-lamp-tabletop-torch-outdoor-lighting-patina-118972.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Maui Torch Set of 2, Landscape torch, Oil lamp, Tabletop Torch, Outdoor Lighting (Patina) -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/battery-operated-desk-fan-with-timer-4-speeds-with-upgraded-strong-airflow-9-inch-rechargeable-table-fan-for-home-camping-hurricane-quiet-portable-fast-charging-5200mah-metal-fan-for-durable-143178.html" title="Battery Operated Desk Fan with Timer, 4 Speeds with Upgraded Strong Airflow, 9 Inch Rechargeable Table Fan for Home Camping Hurricane, Quiet &amp; Portable, Fast Charging, 5200mAh, Metal Fan for Durable, Easy Cleaning, 360Â° Rotation -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/51HQPfvxrsL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Battery Operated Desk Fan with Timer, 4 Speeds with Upgraded Strong Airflow, 9 Inch Rechargeable Table Fan for Home Camping Hurricane, Quiet &amp; Portable, Fast Charging, 5200mAh, Metal Fan for Durable, Easy Cleaning, 360Â° Rotation -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/battery-operated-desk-fan-with-timer-4-speeds-with-upgraded-strong-airflow-9-inch-rechargeable-table-fan-for-home-camping-hurricane-quiet-portable-fast-charging-5200mah-metal-fan-for-durable-143178.html"
                                                            title="Battery Operated Desk Fan with Timer, 4 Speeds with Upgraded Strong Airflow, 9 Inch Rechargeable Table Fan for Home Camping Hurricane, Quiet &amp; Portable, Fast Charging, 5200mAh, Metal Fan for Durable, Easy Cleaning, 360Â° Rotation -Free Shipping">Battery Operated Desk Fan with Timer, 4 Speeds with Upgraded Strong Airflow, 9 Inch Rechargeable Table Fan for Home Camping Hurricane, Quiet & Portable, Fast Charging, 5200mAh, Metal Fan for Durable, Easy Cleaning, 360Â° Rotation -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$15.99">$15.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$30.00">$30.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/battery-operated-desk-fan-with-timer-4-speeds-with-upgraded-strong-airflow-9-inch-rechargeable-table-fan-for-home-camping-hurricane-quiet-portable-fast-charging-5200mah-metal-fan-for-durable-143178.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Battery Operated Desk Fan with Timer, 4 Speeds with Upgraded Strong Airflow, 9 Inch Rechargeable Table Fan for Home Camping Hurricane, Quiet &amp; Portable, Fast Charging, 5200mAh, Metal Fan for Durable, Easy Cleaning, 360Â° Rotation -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/bali-outdoors-gas-fire-pit-patio-furniture-table-propane-firepit-28inch-steel-tabletop-fire-pit-with-cover-lid-blue-glass-stone-50000btu-black-134460.html" title="BALI OUTDOORS Gas Fire Pit Patio Furniture Table Propane Firepit, 28Inch Steel Tabletop Fire Pit with Cover Lid, Blue Glass Stone, 50,000BTU, Black -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41v67f5jrfL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="BALI OUTDOORS Gas Fire Pit Patio Furniture Table Propane Firepit, 28Inch Steel Tabletop Fire Pit with Cover Lid, Blue Glass Stone, 50,000BTU, Black -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/bali-outdoors-gas-fire-pit-patio-furniture-table-propane-firepit-28inch-steel-tabletop-fire-pit-with-cover-lid-blue-glass-stone-50000btu-black-134460.html"
                                                            title="BALI OUTDOORS Gas Fire Pit Patio Furniture Table Propane Firepit, 28Inch Steel Tabletop Fire Pit with Cover Lid, Blue Glass Stone, 50,000BTU, Black -Free Shipping">BALI OUTDOORS Gas Fire Pit Patio Furniture Table Propane Firepit, 28Inch Steel Tabletop Fire Pit with Cover Lid, Blue Glass Stone, 50,000BTU, Black -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$61.99">$61.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$219.00">$219.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/bali-outdoors-gas-fire-pit-patio-furniture-table-propane-firepit-28inch-steel-tabletop-fire-pit-with-cover-lid-blue-glass-stone-50000btu-black-134460.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="BALI OUTDOORS Gas Fire Pit Patio Furniture Table Propane Firepit, 28Inch Steel Tabletop Fire Pit with Cover Lid, Blue Glass Stone, 50,000BTU, Black -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/59-ft-solar-lamp-post-light-upgrade-outdoor-solar-post-lamp-with-planter-street-lamp-pole-lighting-outside-for-pathway-driveway-street-patio-garden-yard-140150.html" title="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41FmzkySNVL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/59-ft-solar-lamp-post-light-upgrade-outdoor-solar-post-lamp-with-planter-street-lamp-pole-lighting-outside-for-pathway-driveway-street-patio-garden-yard-140150.html"
                                                            title="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping">5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$27.99">$27.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$64.00">$64.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/59-ft-solar-lamp-post-light-upgrade-outdoor-solar-post-lamp-with-planter-street-lamp-pole-lighting-outside-for-pathway-driveway-street-patio-garden-yard-140150.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="5.9 FT Solar Lamp Post Light, Upgrade Outdoor Solar Post Lamp with Planter, Street Lamp Pole Lighting Outside for Pathway Driveway Street Patio Garden Yard -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/whirlwind-life-battery-operated-fan-home-or-outdoor-dualuse-portable-fanwith-15600mah-capacity-battery-can-running-524-hours-design-for-campingpatiowith-usb-output-for-phone-137184.html" title="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/51shjm6InsL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/whirlwind-life-battery-operated-fan-home-or-outdoor-dualuse-portable-fanwith-15600mah-capacity-battery-can-running-524-hours-design-for-campingpatiowith-usb-output-for-phone-137184.html"
                                                            title="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping">Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$41.99">$41.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$99.00">$99.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/whirlwind-life-battery-operated-fan-home-or-outdoor-dualuse-portable-fanwith-15600mah-capacity-battery-can-running-524-hours-design-for-campingpatiowith-usb-output-for-phone-137184.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Whirlwind Life Battery Operated Fan, Home or Outdoor Dual-use Portable Fan,With 15600mAh Capacity Battery Can Running 5-24 Hours, Design For Campingï¼ŒPatioï¼Œwith USB Output For Phone -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/zuvas-desk-fan-battery-operated-fan-rechargeable-180tilt-folding-personal-fan-ultra-quiet-small-portable-fan-3-speed-adjustable-strong-wind-usb-fan-for-office-bedroom-home-desktop-camping-white-137374.html" title="Zuvas Desk Fan Battery Operated Fan Rechargeable 180Â°Tilt Folding Personal Fan Ultra Quiet Small Portable Fan 3 Speed Adjustable Strong Wind USB Fan For Office Bedroom Home Desktop Camping (White) -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41jifCxlWlL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Zuvas Desk Fan Battery Operated Fan Rechargeable 180Â°Tilt Folding Personal Fan Ultra Quiet Small Portable Fan 3 Speed Adjustable Strong Wind USB Fan For Office Bedroom Home Desktop Camping (White) -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/zuvas-desk-fan-battery-operated-fan-rechargeable-180tilt-folding-personal-fan-ultra-quiet-small-portable-fan-3-speed-adjustable-strong-wind-usb-fan-for-office-bedroom-home-desktop-camping-white-137374.html"
                                                            title="Zuvas Desk Fan Battery Operated Fan Rechargeable 180Â°Tilt Folding Personal Fan Ultra Quiet Small Portable Fan 3 Speed Adjustable Strong Wind USB Fan For Office Bedroom Home Desktop Camping (White) -Free Shipping">Zuvas Desk Fan Battery Operated Fan Rechargeable 180Â°Tilt Folding Personal Fan Ultra Quiet Small Portable Fan 3 Speed Adjustable Strong Wind USB Fan For Office Bedroom Home Desktop Camping (White) -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$7.99">$7.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$14.00">$14.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/zuvas-desk-fan-battery-operated-fan-rechargeable-180tilt-folding-personal-fan-ultra-quiet-small-portable-fan-3-speed-adjustable-strong-wind-usb-fan-for-office-bedroom-home-desktop-camping-white-137374.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Zuvas Desk Fan Battery Operated Fan Rechargeable 180Â°Tilt Folding Personal Fan Ultra Quiet Small Portable Fan 3 Speed Adjustable Strong Wind USB Fan For Office Bedroom Home Desktop Camping (White) -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/xinbao-pagodastyle-steel-fire-pitmetal-woodburning-enclosed-outdoor-fireplace-with-log-fire-grate-and-pokermodern-bonfire-in-the-backyard-and-terrace-133091.html" title="XINBAO Pagoda-Style Steel Fire Pit-Metal Wood-Burning Enclosed Outdoor Fireplace with Log Fire Grate and Poker-Modern Bonfire in The Backyard and Terrace -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41CmHX3c0XL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="XINBAO Pagoda-Style Steel Fire Pit-Metal Wood-Burning Enclosed Outdoor Fireplace with Log Fire Grate and Poker-Modern Bonfire in The Backyard and Terrace -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/xinbao-pagodastyle-steel-fire-pitmetal-woodburning-enclosed-outdoor-fireplace-with-log-fire-grate-and-pokermodern-bonfire-in-the-backyard-and-terrace-133091.html"
                                                            title="XINBAO Pagoda-Style Steel Fire Pit-Metal Wood-Burning Enclosed Outdoor Fireplace with Log Fire Grate and Poker-Modern Bonfire in The Backyard and Terrace -Free Shipping">XINBAO Pagoda-Style Steel Fire Pit-Metal Wood-Burning Enclosed Outdoor Fireplace with Log Fire Grate and Poker-Modern Bonfire in The Backyard and Terrace -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$210.99">$210.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$1630.00">$1630.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/xinbao-pagodastyle-steel-fire-pitmetal-woodburning-enclosed-outdoor-fireplace-with-log-fire-grate-and-pokermodern-bonfire-in-the-backyard-and-terrace-133091.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="XINBAO Pagoda-Style Steel Fire Pit-Metal Wood-Burning Enclosed Outdoor Fireplace with Log Fire Grate and Poker-Modern Bonfire in The Backyard and Terrace -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/camping-clip-on-fan-5000mah-4-speeds-quiet-airflow-personal-fan-with-35-hours-work-time-for-tent-lantern-hurricane-emergency-battery-operated-desk-fan-with-hanging-hook-for-home-office-141008.html" title="Camping Clip On Fan 5000mAh, 4 Speeds Quiet Airflow Personal Fan with 35 Hours Work Time for Tent Lantern , Hurricane Emergency, Battery Operated Desk Fan With Hanging Hook for Home &amp; Office -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/51l-1RYRnwS.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Camping Clip On Fan 5000mAh, 4 Speeds Quiet Airflow Personal Fan with 35 Hours Work Time for Tent Lantern , Hurricane Emergency, Battery Operated Desk Fan With Hanging Hook for Home &amp; Office -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/camping-clip-on-fan-5000mah-4-speeds-quiet-airflow-personal-fan-with-35-hours-work-time-for-tent-lantern-hurricane-emergency-battery-operated-desk-fan-with-hanging-hook-for-home-office-141008.html"
                                                            title="Camping Clip On Fan 5000mAh, 4 Speeds Quiet Airflow Personal Fan with 35 Hours Work Time for Tent Lantern , Hurricane Emergency, Battery Operated Desk Fan With Hanging Hook for Home &amp; Office -Free Shipping">Camping Clip On Fan 5000mAh, 4 Speeds Quiet Airflow Personal Fan with 35 Hours Work Time for Tent Lantern , Hurricane Emergency, Battery Operated Desk Fan With Hanging Hook for Home & Office -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$8.99">$8.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$16.00">$16.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/camping-clip-on-fan-5000mah-4-speeds-quiet-airflow-personal-fan-with-35-hours-work-time-for-tent-lantern-hurricane-emergency-battery-operated-desk-fan-with-hanging-hook-for-home-office-141008.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Camping Clip On Fan 5000mAh, 4 Speeds Quiet Airflow Personal Fan with 35 Hours Work Time for Tent Lantern , Hurricane Emergency, Battery Operated Desk Fan With Hanging Hook for Home &amp; Office -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <style></style>
        <div class="ly_index_box ly_index_two_img" visualwid="222" style="">
            <div class="wrap_section social_padding wrap_section_tablets wrap_tablets_padding">
                <div class="wrap_container_tablets">
                    <div class="wrap_section_title themes_title themes_box_title" plugins_pos="0">
                        <span plugins_mod="Title" class="themes_box_title">New Arrival</span>

                    </div>
                    <div class="tablets_content clean">

                        <div class="tablets_right">
                            <ul class="tablets_list clean">
                                
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/zhangwj-outdoor-fire-pit-wood-burning-fire-pit-large-fire-pit-outdoor-fireplace-burner-fireplace-brazier-garden-patio-light-fire-pit-with-grill-and-spark-arrestor-135892.html" title="ZHANGWJ Outdoor Fire Pit Wood Burning Fire Pit Large Fire Pit Outdoor Fireplace Burner Fireplace Brazier Garden Patio Light Fire Pit with Grill and Spark Arrestor -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/516PpJSWXBL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="ZHANGWJ Outdoor Fire Pit Wood Burning Fire Pit Large Fire Pit Outdoor Fireplace Burner Fireplace Brazier Garden Patio Light Fire Pit with Grill and Spark Arrestor -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/zhangwj-outdoor-fire-pit-wood-burning-fire-pit-large-fire-pit-outdoor-fireplace-burner-fireplace-brazier-garden-patio-light-fire-pit-with-grill-and-spark-arrestor-135892.html"
                                                            title="ZHANGWJ Outdoor Fire Pit Wood Burning Fire Pit Large Fire Pit Outdoor Fireplace Burner Fireplace Brazier Garden Patio Light Fire Pit with Grill and Spark Arrestor -Free Shipping">ZHANGWJ Outdoor Fire Pit Wood Burning Fire Pit Large Fire Pit Outdoor Fireplace Burner Fireplace Brazier Garden Patio Light Fire Pit with Grill and Spark Arrestor -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$74.99">$74.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$709.00">$709.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/zhangwj-outdoor-fire-pit-wood-burning-fire-pit-large-fire-pit-outdoor-fireplace-burner-fireplace-brazier-garden-patio-light-fire-pit-with-grill-and-spark-arrestor-135892.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="ZHANGWJ Outdoor Fire Pit Wood Burning Fire Pit Large Fire Pit Outdoor Fireplace Burner Fireplace Brazier Garden Patio Light Fire Pit with Grill and Spark Arrestor -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/arlington-mm18-plastic-nonmetallic-meter-mounting-base-15875-inch-width-x-1125-inch-depth-x-17625-inch-height-117183.html" title="Arlington MM18 Plastic Non-Metallic Meter Mounting Base 15.875 Inch Width x 1.125 Inch Depth x 17.625 Inch Height -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/210VMkhXLSL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Arlington MM18 Plastic Non-Metallic Meter Mounting Base 15.875 Inch Width x 1.125 Inch Depth x 17.625 Inch Height -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/arlington-mm18-plastic-nonmetallic-meter-mounting-base-15875-inch-width-x-1125-inch-depth-x-17625-inch-height-117183.html"
                                                            title="Arlington MM18 Plastic Non-Metallic Meter Mounting Base 15.875 Inch Width x 1.125 Inch Depth x 17.625 Inch Height -Free Shipping">Arlington MM18 Plastic Non-Metallic Meter Mounting Base 15.875 Inch Width x 1.125 Inch Depth x 17.625 Inch Height -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$12.99">$12.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$25.00">$25.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/arlington-mm18-plastic-nonmetallic-meter-mounting-base-15875-inch-width-x-1125-inch-depth-x-17625-inch-height-117183.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Arlington MM18 Plastic Non-Metallic Meter Mounting Base 15.875 Inch Width x 1.125 Inch Depth x 17.625 Inch Height -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/topeakmart-43-outdoor-gas-fire-pit-50000-btu-propane-fire-pits-with-tempered-glass-tabletop-rattan-wicker-base-and-fire-glass-stones-for-patiogardenparty-2-in-1-fire-table-for-outdoor-heating-127414.html" title="Topeakmart 43â€™â€™ Outdoor Gas Fire Pit 50,000 BTU Propane Fire Pits with Tempered Glass Tabletop, Rattan Wicker Base and Fire Glass Stones for Patio/Garden/Party, 2 in 1 Fire Table for Outdoor Heating -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41J4qZZ0phL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Topeakmart 43â€™â€™ Outdoor Gas Fire Pit 50,000 BTU Propane Fire Pits with Tempered Glass Tabletop, Rattan Wicker Base and Fire Glass Stones for Patio/Garden/Party, 2 in 1 Fire Table for Outdoor Heating -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/topeakmart-43-outdoor-gas-fire-pit-50000-btu-propane-fire-pits-with-tempered-glass-tabletop-rattan-wicker-base-and-fire-glass-stones-for-patiogardenparty-2-in-1-fire-table-for-outdoor-heating-127414.html"
                                                            title="Topeakmart 43â€™â€™ Outdoor Gas Fire Pit 50,000 BTU Propane Fire Pits with Tempered Glass Tabletop, Rattan Wicker Base and Fire Glass Stones for Patio/Garden/Party, 2 in 1 Fire Table for Outdoor Heating -Free Shipping">Topeakmart 43â€™â€™ Outdoor Gas Fire Pit 50,000 BTU Propane Fire Pits with Tempered Glass Tabletop, Rattan Wicker Base and Fire Glass Stones for Patio/Garden/Party, 2 in 1 Fire Table for Outdoor Heating -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$65.99">$65.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$309.00">$309.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/topeakmart-43-outdoor-gas-fire-pit-50000-btu-propane-fire-pits-with-tempered-glass-tabletop-rattan-wicker-base-and-fire-glass-stones-for-patiogardenparty-2-in-1-fire-table-for-outdoor-heating-127414.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Topeakmart 43â€™â€™ Outdoor Gas Fire Pit 50,000 BTU Propane Fire Pits with Tempered Glass Tabletop, Rattan Wicker Base and Fire Glass Stones for Patio/Garden/Party, 2 in 1 Fire Table for Outdoor Heating -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/frigidaire-energy-star-50pint-dehumidifier-with-builtin-pump-in-white-136528.html" title="Frigidaire Energy Star 50-Pint Dehumidifier with Built-in Pump in White -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/0001250528357_A.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Frigidaire Energy Star 50-Pint Dehumidifier with Built-in Pump in White -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/frigidaire-energy-star-50pint-dehumidifier-with-builtin-pump-in-white-136528.html"
                                                            title="Frigidaire Energy Star 50-Pint Dehumidifier with Built-in Pump in White -Free Shipping">Frigidaire Energy Star 50-Pint Dehumidifier with Built-in Pump in White -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$84.99">$84.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$299.00">$299.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/frigidaire-energy-star-50pint-dehumidifier-with-builtin-pump-in-white-136528.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Frigidaire Energy Star 50-Pint Dehumidifier with Built-in Pump in White -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/4-in1fire-pit-outdoor-garden-firepitbbq-grillcofa-tableice-pit-patio-heater-ideal-for-garden-decoration30-30-157-134950.html" title="4 in1Fire Pit, Outdoor Garden Firepit/BBQ Grill/Cofa Table/Ice Pit, Patio Heater Ideal for Garden Decoration(30&quot; 30&quot; 15.7&quot;) -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41g3Mz95NYS.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="4 in1Fire Pit, Outdoor Garden Firepit/BBQ Grill/Cofa Table/Ice Pit, Patio Heater Ideal for Garden Decoration(30&quot; 30&quot; 15.7&quot;) -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/4-in1fire-pit-outdoor-garden-firepitbbq-grillcofa-tableice-pit-patio-heater-ideal-for-garden-decoration30-30-157-134950.html"
                                                            title="4 in1Fire Pit, Outdoor Garden Firepit/BBQ Grill/Cofa Table/Ice Pit, Patio Heater Ideal for Garden Decoration(30&quot; 30&quot; 15.7&quot;) -Free Shipping">4 in1Fire Pit, Outdoor Garden Firepit/BBQ Grill/Cofa Table/Ice Pit, Patio Heater Ideal for Garden Decoration(30" 30" 15.7") -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$124.99">$124.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$966.00">$966.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/4-in1fire-pit-outdoor-garden-firepitbbq-grillcofa-tableice-pit-patio-heater-ideal-for-garden-decoration30-30-157-134950.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="4 in1Fire Pit, Outdoor Garden Firepit/BBQ Grill/Cofa Table/Ice Pit, Patio Heater Ideal for Garden Decoration(30&quot; 30&quot; 15.7&quot;) -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/fire-pit-heat-shield-42-high-temp-deck-protector-grass-patio-lawn-round-protective-defender-pad-under-grill-bonfire-chimenea-campfire-smoker-outdoor-fireplace-fire-resistant-mat-130873.html" title="Fire Pit Heat Shield - 42&quot; High Temp Deck Protector - Grass, Patio, Lawn Round Protective Defender Pad - Under Grill, Bonfire, Chimenea, Campfire, Smoker, Outdoor Fireplace Fire Resistant Mat -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/410EVHYjf6S.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Fire Pit Heat Shield - 42&quot; High Temp Deck Protector - Grass, Patio, Lawn Round Protective Defender Pad - Under Grill, Bonfire, Chimenea, Campfire, Smoker, Outdoor Fireplace Fire Resistant Mat -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/fire-pit-heat-shield-42-high-temp-deck-protector-grass-patio-lawn-round-protective-defender-pad-under-grill-bonfire-chimenea-campfire-smoker-outdoor-fireplace-fire-resistant-mat-130873.html"
                                                            title="Fire Pit Heat Shield - 42&quot; High Temp Deck Protector - Grass, Patio, Lawn Round Protective Defender Pad - Under Grill, Bonfire, Chimenea, Campfire, Smoker, Outdoor Fireplace Fire Resistant Mat -Free Shipping">Fire Pit Heat Shield - 42" High Temp Deck Protector - Grass, Patio, Lawn Round Protective Defender Pad - Under Grill, Bonfire, Chimenea, Campfire, Smoker, Outdoor Fireplace Fire Resistant Mat -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$13.99">$13.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$32.00">$32.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/fire-pit-heat-shield-42-high-temp-deck-protector-grass-patio-lawn-round-protective-defender-pad-under-grill-bonfire-chimenea-campfire-smoker-outdoor-fireplace-fire-resistant-mat-130873.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Fire Pit Heat Shield - 42&quot; High Temp Deck Protector - Grass, Patio, Lawn Round Protective Defender Pad - Under Grill, Bonfire, Chimenea, Campfire, Smoker, Outdoor Fireplace Fire Resistant Mat -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/lasko-2002w-personal-fan-6inch-white-2002-143223.html" title="Lasko 2002W Personal Fan, 6-Inch, White, 2002 -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41cQxCaCY5L.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Lasko 2002W Personal Fan, 6-Inch, White, 2002 -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/lasko-2002w-personal-fan-6inch-white-2002-143223.html"
                                                            title="Lasko 2002W Personal Fan, 6-Inch, White, 2002 -Free Shipping">Lasko 2002W Personal Fan, 6-Inch, White, 2002 -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$8.99">$8.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$17.00">$17.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/lasko-2002w-personal-fan-6inch-white-2002-143223.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Lasko 2002W Personal Fan, 6-Inch, White, 2002 -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/handheld-fan-rechargeable-portable-fan-battery-operated-fan-speed-adjustable-portable-fan-personal-desk-fan-usb-fan-for-kids-girls-women-men-home-office-indoor-outdoor-travelling-shopping-hand-fan-142369.html" title="Handheld Fan Rechargeable -Portable Fan Battery Operated Fan Speed Adjustable Portable Fan Personal Desk Fan USB Fan For Kids Girls Women Men Home Office Indoor Outdoor Travelling Shopping Hand Fan -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41ndnMt9GnL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Handheld Fan Rechargeable -Portable Fan Battery Operated Fan Speed Adjustable Portable Fan Personal Desk Fan USB Fan For Kids Girls Women Men Home Office Indoor Outdoor Travelling Shopping Hand Fan -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/handheld-fan-rechargeable-portable-fan-battery-operated-fan-speed-adjustable-portable-fan-personal-desk-fan-usb-fan-for-kids-girls-women-men-home-office-indoor-outdoor-travelling-shopping-hand-fan-142369.html"
                                                            title="Handheld Fan Rechargeable -Portable Fan Battery Operated Fan Speed Adjustable Portable Fan Personal Desk Fan USB Fan For Kids Girls Women Men Home Office Indoor Outdoor Travelling Shopping Hand Fan -Free Shipping">Handheld Fan Rechargeable -Portable Fan Battery Operated Fan Speed Adjustable Portable Fan Personal Desk Fan USB Fan For Kids Girls Women Men Home Office Indoor Outdoor Travelling Shopping Hand Fan -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$4.99">$4.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$8.00">$8.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/handheld-fan-rechargeable-portable-fan-battery-operated-fan-speed-adjustable-portable-fan-personal-desk-fan-usb-fan-for-kids-girls-women-men-home-office-indoor-outdoor-travelling-shopping-hand-fan-142369.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Handheld Fan Rechargeable -Portable Fan Battery Operated Fan Speed Adjustable Portable Fan Personal Desk Fan USB Fan For Kids Girls Women Men Home Office Indoor Outdoor Travelling Shopping Hand Fan -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/skygenius-portable-handheld-fan-2600mah-rechargeable-batteryusb-operated-mini-cooling-fan-for-home-office-outdoors-travelblack-141647.html" title="SkyGenius Portable Handheld Fan, 2600mAh Rechargeable Battery/USB Operated Mini Cooling Fan for Home Office Outdoors Travel(Black)â€¦ -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/41dhMNG6pTL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="SkyGenius Portable Handheld Fan, 2600mAh Rechargeable Battery/USB Operated Mini Cooling Fan for Home Office Outdoors Travel(Black)â€¦ -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/skygenius-portable-handheld-fan-2600mah-rechargeable-batteryusb-operated-mini-cooling-fan-for-home-office-outdoors-travelblack-141647.html"
                                                            title="SkyGenius Portable Handheld Fan, 2600mAh Rechargeable Battery/USB Operated Mini Cooling Fan for Home Office Outdoors Travel(Black)â€¦ -Free Shipping">SkyGenius Portable Handheld Fan, 2600mAh Rechargeable Battery/USB Operated Mini Cooling Fan for Home Office Outdoors Travel(Black)â€¦ -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$4.99">$4.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$8.00">$8.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/skygenius-portable-handheld-fan-2600mah-rechargeable-batteryusb-operated-mini-cooling-fan-for-home-office-outdoors-travelblack-141647.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="SkyGenius Portable Handheld Fan, 2600mAh Rechargeable Battery/USB Operated Mini Cooling Fan for Home Office Outdoors Travel(Black)â€¦ -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="tablets_item themes_prod">
                                        <div class="item_box">
                                            <div class="item_box_h">
                                                <div class="img pic_box">
                                                    <div class="type_img">
                                                        <div class="type_themeImg">
                                                            <a href="/ae/skyflame10lb-natural-lava-rocks-for-fire-pits-fire-tablesfireplaces-garden-landscaping-decoration-indoor-and-outdoor-use-341-inch-black-128191.html" title="Skyflame10LB Natural Lava Rocks for Fire Pits, Fire Tables,Fireplaces, Garden Landscaping Decoration, Indoor and Outdoor Use, 3/4~1 Inch, Black -Free Shipping" class="img">
                                                                <img  rel="nofollow"  data-original="https://image.bartamediagroup.net/517U0+csyaL.jpg.jpg?x-oss-process=image/resize,m_pad,h_300,w_300/format,jpg" alt="Skyflame10LB Natural Lava Rocks for Fire Pits, Fire Tables,Fireplaces, Garden Landscaping Decoration, Indoor and Outdoor Use, 3/4~1 Inch, Black -Free Shipping"/>
                                                            </a>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="tablets_item_info">
                                                    <div class="tablets_item_info_title themes_products_title"><a
                                                            href="/ae/skyflame10lb-natural-lava-rocks-for-fire-pits-fire-tablesfireplaces-garden-landscaping-decoration-indoor-and-outdoor-use-341-inch-black-128191.html"
                                                            title="Skyflame10LB Natural Lava Rocks for Fire Pits, Fire Tables,Fireplaces, Garden Landscaping Decoration, Indoor and Outdoor Use, 3/4~1 Inch, Black -Free Shipping">Skyflame10LB Natural Lava Rocks for Fire Pits, Fire Tables,Fireplaces, Garden Landscaping Decoration, Indoor and Outdoor Use, 3/4~1 Inch, Black -Free Shipping</a></div>
                                                    <div class="tablets_item_info_price">
                                        												<span
                                                                                                class="tablets_item_info_saleprice themes_price themes_products_price"><em
                                                                                                class="currency_data"></em><span
                                                                                                class="price_data" price="$9.99">$9.99</span></span>
                                                        <span
                                                                class="tablets_item_info_originprice themes_subtitle themes_products_origin_price"><em
                                                                class="currency_data"></em><span class="price_data" price="$21.00">$21.00</span></span>
                                                    </div>
                                                </div>
                                                <div class="operator_btns">
                                                    <div class="operator_btn_item add_fav_item ">
                                                        <a
                                                                href="/ae/skyflame10lb-natural-lava-rocks-for-fire-pits-fire-tablesfireplaces-garden-landscaping-decoration-indoor-and-outdoor-use-341-inch-black-128191.html">
                                                            <i class="iconfont icon-search1"></i>
                                                        </a>
                                                    </div>
                                                    <div class="operator_btn_item operator_btn_item_cart">
                                                        <a class="add_cart" href="javascript:;" rel="nofollow"
                                                           title="Skyflame10LB Natural Lava Rocks for Fire Pits, Fire Tables,Fireplaces, Garden Landscaping Decoration, Indoor and Outdoor Use, 3/4~1 Inch, Black -Free Shipping"
                                                           data="58">
                                                            <i class="iconfont icon-shoppingcart1"></i>
                                                        </a>
                                                    </div>
                                                </div>
                                                <div class="discount_tags none">
                                                    <em class="icon_seckill span_yell">Sale</em>
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <style></style>
        <link href="/t099/index_files/plugins.css" rel="stylesheet" type="text/css">
        <script type="text/javascript" src="/t099/index_files/plugins.js.下载"></script>
        <script type="text/javascript">$(document).ready(function () {
            plugins_obj.gallery_init()
        });</script>

        <style>
            .global_mode_gallery8 {
                margin-top: 15px;
                padding-top: 65px
            }

            .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item {
                float: left;
                width: 16.666666666666664%;
                position: relative
            }

            .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item .pic_box {
                display: block;
                width: 100%;
                padding-top: 100%;
                position: relative
            }

            .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item .pic_box img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%
            }

            .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item .hover_btn {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                opacity: 0;
                cursor: pointer;
                background-color: rgba(0, 0, 0, 0.9);
                transition: all .3s;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                -ms-transition: all .3s;
                -webkit-transition: all .3s;
                overflow: hidden
            }

            .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item .hover_btn img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                max-width: 37.5%
            }

            .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item:hover .hover_btn {
                opacity: 1
            }

            .global_mode_gallery8 .gallery_title_box {
                padding-top: 50px;
                padding-bottom: 50px;
                text-align: center;
                line-height: 16px
            }

            .global_mode_gallery8 .gallery_title_box a {
                display: inline-block;
                font-size: 14px;
                text-decoration: none
            }

            .global_mode_gallery8 .gallery_title_box a img,
            .global_mode_gallery8 .gallery_title_box a span {
                vertical-align: middle
            }

            @media screen and (max-width: 1000px) {
                .global_mode_gallery8 {
                    padding-top: 20px
                }

                .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item {
                    width: 33.33333333333333%
                }

                .global_mode_gallery8 .gallery_content .gallery_list .gallery_img_item:hover .hover_btn {
                    opacity: 0
                }

                .global_mode_gallery8 .gallery_title_box {
                    display: none
                }
            }
        </style>
        <div class="themes_global_point"></div>
    
<div id="footer" plugins="footer-0" visualwid="235" style="">
    <div class="footer_top">
        <div class="newsletter_area wrap_content_padding newsletter_area_bg">
            <div class="wrap_container">
                <div class="wrap_newsletter_container">
                    <div class="default_newsletter default_newsletter_style">
                        <div class="newsletter_title" plugins_pos="0">
                            <div plugins_mod="Title" class="top_text themes_box_title">Newsletter</div>
                            <div plugins_mod="SubTitle" class="sub_text themes_box_subtitle">Always be the first to
                                get the latest offer.</div>
                        </div>
                        <form id="newsletter_form" class="default_newsletter_form">
                            <input type="text" class="text" name="Email" value=""
                                   placeholder="Enter your e-mail address" notnull="" format="Email">
                            <input type="submit" class="subscribe FontBgColor" value="Subscribe">
                            <div class="clear"></div>
                        </form>
                    </div>

                </div>
            </div>
        </div>
    </div>
    <div class="footer_middle footer_bg">
        <div class="wrap_container">
            <div class="show_pc clean">
                <div class="default_foot_menu default_foot_menu_style">
                    <div class="menu_list">
                        
                            <dl>
                                <dt>Customer Care</dt>
                                <dd>
                                    <a href="/page/Our-Story.html" title="Our Story">Our Story</a>
                                </dd>
                                <dd>
                                    <a href="/page/Privacy-Policy.html" title="Privacy Policy">Privacy Policy</a>
                                </dd>
                                <dd>
                                    <a href="/page/Terms-and-Conditions.html" title="Terms and Conditions">Terms and Conditions</a>
                                </dd>
                                <dd>
                                    <a href="/page/Shipping-Policy.html" title="Shipping Policy">Shipping Policy</a>
                                </dd>
                            </dl>
                        
                    </div>

                    <div class="menu_list menu_list_contact">
                        <dl>
                            <dt>Contact Us<i class="iconfont icon-mb_add1"></i></dt>
                            
                                <dd>
                                    <a href="javascript:;" title="Contact Us">sales@bartamediagroup.net</a>
                                </dd>
                                <dd>
                                    <!--                                    -->
                                </dd>
                                <dd>
                                    <a href="javascript:;" title="Contact Us">1440 Old Grantham Rd,Goldsboro,NC,27530</a>
                                </dd>
                            
                        </dl>
                    </div>
                </div>
            </div>
            <div class="show_mobile">
                <div class="footer_social">
                    <div class="social_icons">
                        <div class="follow_us_list clearfix">
                            <ul>
                                <li>
                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                       class="icon_follow_facebook" target="_blank" title="facebook">
                                        <i class="iconfont icon-facebook1"></i>
                                    </a>
                                </li>
                                <li>
                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                       class="icon_follow_twitter" target="_blank" title="twitter">
                                        <i class="iconfont icon-twitter1"></i>
                                    </a>
                                </li>
                                <li>
                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                       class="icon_follow_google" target="_blank" title="google">
                                        <i class="iconfont icon-google1"></i>
                                    </a>
                                </li>
                                <li>
                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                       class="icon_follow_linkedin" target="_blank" title="linkedin">
                                        <i class="iconfont icon-linkedin1"></i>
                                    </a>
                                </li>
                                <li>
                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                       class="icon_follow_instagram" target="_blank" title="instagram">
                                        <i class="iconfont icon-instagram1"></i>
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                <div class=" mobile_links_area">
                    <div class="mobile_foot_nav">
                        <div class="default_foot_menu default_foot_menu_style">
                            <div class="menu_list">
                                <dl>
                                    <dt>About<i class="iconfont icon-mb_add4"></i></dt>
                                    <dd><a href="/pages/contact-us-28"
                                           title="Contact Us">Contact Us</a></dd>
                                    <dd><a href="/pages/follow-our-blog-29"
                                           title="Follow Our Blog">Follow Our Blog</a></dd>
                                    <dd><a href="/pages/affiliate-program-30"
                                           title="Affiliate Program">Affiliate Program</a></dd>
                                    <dd><a href="/pages/about-us-31"
                                           title="About Us">About Us</a></dd>
                                </dl>
                            </div>
                            <div class="menu_list">
                                <dl>
                                    <dt>Member<i class="iconfont icon-mb_add4"></i></dt>
                                    <dd><a href="/pages/order-tracking-3"
                                           title="Order Tracking">Order Tracking</a></dd>
                                    <dd><a href="/pages/contact-ushtml"
                                           title="WishList">WishList</a></dd>
                                    <dd><a href="/pages/change-account-23"
                                           title="Change Account">Change Account</a></dd>
                                    <dd><a href="/pages/create-an-account-24"
                                           title="Create an Account">Create an Account</a></dd>
                                </dl>
                            </div>
                            <div class="menu_list">
                                <dl>
                                    <dt>Overview<i class="iconfont icon-mb_add4"></i></dt>
                                    <dd><a href="/pages/about-us-25"
                                           title="About us">About us</a></dd>
                                    <dd><a href="/pages/shipping-returns-26"
                                           title="Shipping &amp; Returns">Shipping &amp; Returns</a></dd>
                                    <dd><a href="/pages/location-working-hours-27"
                                           title="Location &amp; Working Hours">Location &amp; Working Hours</a>
                                    </dd>
                                </dl>
                            </div>
                            <div class="menu_list menu_list_follow_us">
                                <dl>
                                    <dt>Follow Us<i class="iconfont icon-mb_add4"></i></dt>
                                    <dd>
                                        <div class="follow_us_list clearfix">
                                            <ul>
                                                <li>
                                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                                       class="icon_follow_facebook" target="_blank"
                                                       title="facebook">
                                                        <i class="iconfont icon-facebook1"></i>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                                       class="icon_follow_twitter" target="_blank" title="twitter">
                                                        <i class="iconfont icon-twitter1"></i>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                                       class="icon_follow_google" target="_blank" title="google">
                                                        <i class="iconfont icon-google1"></i>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                                       class="icon_follow_linkedin" target="_blank"
                                                       title="linkedin">
                                                        <i class="iconfont icon-linkedin1"></i>
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="http://t087.shop.ueeshop.com/" rel="nofollow"
                                                       class="icon_follow_instagram" target="_blank"
                                                       title="instagram">
                                                        <i class="iconfont icon-instagram1"></i>
                                                    </a>
                                                </li>
                                            </ul>
                                        </div>
                                    </dd>
                                </dl>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="footer_bottom">
        <div class="wrap_container bottom_devide_line">
            <p>Copyright © 2007-2020 All Rights Reserved. POWERED BY UEESHOP</p>
        </div>
        <div class="partner ">
            <div class="partners_box"><a href="javascript:;" title="paypal"><img
                    src="/t099/index_files/d94033a45c.jpg" alt="paypal" class=""></a><a href="javascript:;"
                                                                                        title="visa"><img src="/t099/index_files/593db311b1.jpg" alt="visa" class=""></a><a
                    href="javascript:;" title="00"><img src="/t099/index_files/7d36834cda.jpg" alt="00"
                                                        class=""></a><a href="javascript:;" title="002"><img src="/t099/index_files/90c709e00a.jpg"
                                                                                                             alt="002" class=""></a><a href="javascript:;" title="american express"><img
                    src="/t099/index_files/5867ac63fc.jpg" alt="american express" class=""></a><a
                    href="javascript:;" title="ideal"><img src="/t099/index_files/831321188a.jpg" alt="ideal"
                                                           class=""></a><a href="javascript:;" title="lipi"><img src="/t099/index_files/b960bb7870.jpg"
                                                                                                                 alt="lipi" class=""></a><a href="javascript:;" title="sofort"><img
                    src="/t099/index_files/1f0f1e5d50.jpg" alt="sofort" class=""></a><a href="javascript:;"
                                                                                        title="ems"><img src="/t099/index_files/346c895d01.jpg" alt="ems" class=""></a><a
                    href="javascript:;" title="dhl"><img src="/t099/index_files/7d3921de41.jpg" alt="dhl"
                                                         class=""></a></div>
        </div>
        <ul class="global_payment_icon_html">
            <li class="pic_box"><img src="/t099/index_files/icon_Paypal.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_AmericanExpress.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_Maestro.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_Mastercard.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_Visa.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_Jcb.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_Discover.png" class=""></li>
            <li class="pic_box"><img src="/t099/index_files/icon_Dinersclub.png" class=""></li>
        </ul>
    </div>
</div>
<div id="chat_window">

</div>
<div align="center">
    <script type="text/javascript" src="/t099/index_files/analytics.js.下载" async=""></script>
    <script src="/t099/index_files/fixed.toper.js.下载"></script>
    <script>(function (global, $) {
        $(document).ready(function () {
            if ($('#currency_box').size()) {
                $.ajax({
                    url: "/app/Request.php",
                    data: {
                        "module": "Exchange",
                        "action": "getExchange",
                    },
                    type: 'post',
                    dataType: 'json',
                    success: function (result) {
                        if (result.ret == 1) {
                            var currency_html = '',
                                row = result.msg.array;
                            currency_html += '<div class="currency_mask"></div>';
                            currency_html += '<dt>';
                            currency_html += '	 <a href="javascript:;">' + ueeshop_config.currency + '<div class="arrow"><em></em><i></i></div></a>';
                            currency_html += '</dt>';
                            currency_html += '<dd class="default_currency_list">';
                            currency_html += '<div class="close"></div>';
                            currency_html += '	<ul>';
                            for ($i = 0; $i < row.length; $i++) {
                                currency_html += '<li><a href="javascript:;" rel="nofollow" data="' + row[$i]['Currency'] + '">' + row[$i]['Currency'] + '</li>';
                            }
                            currency_html += '	</ul>';
                            currency_html += '</dd>';
                            currency_html && $('#currency_box').html(currency_html);
                            if (result.msg.count > 1) {
                                $('#currency_box').addClass('prod_info_currency_more');
                            }
                            if ($(window).width() <= 1000) {
                                $('body #currency_box dt').on('click', function () {
                                    var current = $(this).hasClass('current'),
                                        box = $(this).parent().find('.default_currency_list');
                                    if (current) {
                                        $(this).removeClass('current');
                                        $('.currency_mask').hide();
                                        box.hide().css('opacity', 0);
                                        $('body').css('overflow', 'auto');
                                    } else {
                                        $(this).addClass('current');
                                        $('.currency_mask').show();
                                        box.show().css('opacity', 1);
                                        $('body').css('overflow', 'hidden');
                                    }
                                })
                                $('body #currency_box .close').on('click', function () {
                                    var box = $(this).parent();
                                    box.removeClass('current');
                                    $('.products_detail_box .detail_right .prod_info_currency dt').removeClass('current');
                                    $('.currency_mask').hide();
                                    $('.default_currency_list').hide().css('opacity', 0);
                                    $('body').css('overflow', 'auto');
                                })
                            }
                        }
                    },
                });
                return false;
            }
        });
    })(window, jQuery);</script>
    <script>(function (global, $) {
        $(document).ready(function () {
            if ($('#chat_box').size()) {
                $.ajax({
                    url: "/app/Request.php",
                    data: {
                        "module": "Chat",
                        "action": "getChat",
                    },
                    type: 'post',
                    dataType: 'json',
                    success: function (result) {
                        if (result.ret == 1) {
                            var IsFloatChat = result.msg.IsFloatChat,
                                ChatData = $.parseJSON(result.msg.ChatData),
                                Html = '';
                            if (ChatData) {
                                Html += '<div class="box">';
                                Html += '		<div class="box_size">';
                                Html += '			<a href="javascript:;" class="more"></a>';
                                if (IsFloatChat == 1) {
                                    $('#chat_window').find('.chat_box').addClass('cur');
                                }
                                $.each(ChatData, function ($k, $v) {
                                    var toolIconClass = '';
                                    var length = Object.keys($v).length;
                                    if (length > 1 || $k == 'WeChat') {
                                        Html += '<div class="chat_item chat_' + $k.toLowerCase() + '" >';
                                        var toolIconClass = 'icon-tool_' + $k.toLowerCase() + 1;
                                        Html += '<i class="iconfont ' + toolIconClass + '"></i>';
                                        Html += '		<div class="abs">';
                                        Html += '			<div class="more_box">';
                                        Html += '				<div class="hidden">';
                                        $.each($v, function ($key, $value) {
                                            $link = $value.Account;
                                            $target = 'target="_blank"';
                                            if ($value.Type == 3) {
                                                $link = 'javascript:;';
                                                $target = '';
                                            } else if ($value.Type == 0 || $value.Type == 2) {
                                                $target = '';
                                            }
                                            Html += '<a href="' + $link + '" ' + $target + ' class="item" ' + $value.Type + '>';
                                            Html += $value.Name;
                                            if ($value.Type == 3) {
                                                Html += '<div class="relimg"><img src="' + $value.PicPath + '" alt="' + $value['Name'] + '"></img></div>';
                                            }
                                            Html += '</a>';
                                        })
                                        Html += '				</div>';
                                        Html += '			</div>';
                                        Html += '		</div>';
                                        Html += '</div>';
                                    } else {
                                        Html += '<a class="chat_item chat_' + $k.toLowerCase() + '" target="_blank" rel="nofollow" href="' + $v[0].Account + '" title="' + $v[0].Name + '" >'
                                        var toolIconClass = 'icon-tool_' + $k.toLowerCase() + 1;
                                        Html += '<i class="iconfont ' + toolIconClass + '"></i>';
                                        Html += '</a>';
                                    }
                                })
                                Html += '		</div>';
                                Html += '</div>';
                                $('#chat_box').html(Html);
                                function chat_check() {
                                    if ($('#chat_window').find('.chat_box').hasClass('cur')) {
                                        return false;
                                    }
                                    var current = $('#chat_box').hasClass('current') ? 1 : 0,
                                        more_height = $(window).width() > 768 ? 50 : 0;
                                    height = $('#chat_box').find('.box_size').outerHeight() - more_height;
                                    if (current) {
                                        var set = 'hidden';
                                        $('#chat_box .box').stop(true, true).css('overflow', set).find('.more').show();
                                        $('#chat_box').removeClass('current').find('.box').stop(true, true).animate({ 'height': $(window).width() > 768 ? 50 : 40 }, 400);
                                    } else {
                                        var set = 'visible';
                                        $('#chat_box .box').stop(true, true).css('overflow', set).find('.more').hide();
                                        $('#chat_box').addClass('current').find('.box').stop(true, true).animate({ 'height': height }, 400);
                                    }
                                    console.log(set);
                                }
                                if ($(window).width() <= 768) {
                                    $('#chat_window .more').on('click', function () {
                                        chat_check();
                                        $('#chat_window .chat_box .box .more').show();
                                    })
                                } else {
                                    $('#chat_box .box').hover(function () {
                                        chat_check();
                                    }, function () {
                                        chat_check();
                                    })
                                }
                            }

                        }
                    }
                });
                return false;
            }
        });
    })(window, jQuery);</script>
</div>



</body>
</html>
