Server IP : 103.53.40.154 / Your IP : 18.217.246.148 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/lizatilessolution.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php ob_start(); require_once("includes/dbsmain.inc.php"); $page_name=basename($_SERVER['PHP_SELF'],'.php'); include("site-main-query.php"); $sess_id=session_id(); $site_url=$compDATA['admin_website_url']; $author = str_replace("http://","","$site_url"); $full_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?> <!doctype html> <html class="no-js"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-YWKSE0LF2Z"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-YWKSE0LF2Z'); </script> <meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack --> <!-- Basic page needs ================================================== --> <meta charset="utf-8"> <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]--> <link rel="shortcut icon" href="<?=$site_url?>/<?=$compDATA['admin_favicon']?>" type="image/png" /> <?php $catgoryID=$_REQUEST['id']; if(!empty($catgoryID)){ $meta_pro_name=db_scalar("select category_name from tbl_category where category_status='Active' and category_id='$catgoryID'"); $meta_title=db_scalar("select category_meta_title from tbl_category where category_status='Active' and category_id='$catgoryID'"); $meta_keyw=db_scalar("select category_meta_keywords from tbl_category where category_status='Active' and category_id='$catgoryID'"); $meta_desc=db_scalar("select category_meta_description from tbl_category where category_status='Active' and category_id='$catgoryID'"); if($meta_title=="") { $meta_title="$meta_pro_name | Wholesaler | Supplier | in Hapur Uttar Pradesh India"; } if($meta_keyw=="") { $meta_keyw=""; } if($meta_desc=="") { $meta_desc="Liza Tiles Solution is the best Wholesaler and Supplier of $meta_pro_name in Hapur Uttar Pradesh India."; } ?> <title><?=$meta_title?></title> <META NAME="description" content="<?=$meta_desc?>" /> <META NAME="keywords" content="<?=$meta_keyw?>" /> <? }else{ $titl=db_scalar("select site_pages_meta_title from tbl_site_pages where site_pages_status='Active' and site_pages_link='$page_name'"); $desc=db_scalar("select site_pages_meta_description from tbl_site_pages where site_pages_status='Active' and site_pages_link='$page_name'"); $keyw=db_scalar("select site_pages_meta_keyword from tbl_site_pages where site_pages_status='Active' and site_pages_link='$page_name'"); $PAGE_name=db_scalar("select site_pages_name from tbl_site_pages where site_pages_status='Active' and site_pages_link='$page_name'"); if($titl=="") { $titl=$compDATA['admin_company_name']." ".$PAGE_name; } if($desc=="") { $desc=$compDATA['admin_company_name']." ".$PAGE_name; } if($keyw=="") { $keyw=$compDATA['admin_company_name']." ".$PAGE_name; } ?> <title> <?=$titl?> </title> <meta name="description" content="<?=$desc?>"> <META NAME="keywords" content="<?=$keyw?>" /> <?}?> <!-- Social meta ================================================== --> <?php if($compDATA['admin_index_follow']=='Yes'){ ?> <meta name="robots" content="index, follow" /> <? }else{ ?> <meta name="robots" content="noindex, nofollow" /> <? } ?> <?php if($compDATA['admin_meta_fb_id']!=''){ ?> <meta property="fb:page_id" content="<?=$compDATA['admin_meta_fb_id']?>" /> <? } ?> <?php if($compDATA['admin_meta_alexa_id']!=''){ ?> <meta name="alexaVerifyID" content="<?=$compDATA['admin_meta_alexa_id']?>"/> <? } ?> <?php if($compDATA['admin_meta_msvalidate_id']!=''){ ?> <meta name="msvalidate.01" content="<?=$compDATA['admin_meta_msvalidate_id']?>" /> <? } ?> <?php if($compDATA['admin_site_verification_code']!=''){ ?> <meta name="google-site-verification" content="<?=$compDATA['admin_site_verification_code']?>" /> <? } ?> <?php if($compDATA['admin_google_analytic_code']!=''){ echo $compDATA['admin_google_analytic_code']; }?> <meta content="website"> <meta content="Liza Tiles"> <meta content="index.html"> <meta content="img/logo.png"> <meta content="img/logo.png"> <meta content="Liza Tiles"> <meta name="twitter:card" content="summary"> <!-- Helpers ================================================== --> <link rel="canonical" href="<?=$site_url?>"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#e81a46"> <!-- CSS ================================================== --> <link href="<?=$site_url?>/assets/css/frame.scsscaf9.css?v=9426220215837586323" rel="stylesheet" type="text/css" media="all" /> <link href="<?=$site_url?>/assets/css/stylef519.css?v=9563008235082663961" rel="stylesheet" type="text/css" media="all" /> <link href="<?=$site_url?>/assets/css/slick-theme9f34.css?v=2233732570428193107" rel="stylesheet" type="text/css" media="all" /> <link href="<?=$site_url?>/assets/css/slick.scss970e.css?v=16549570842209384745" rel="stylesheet" type="text/css" media="all" /> <link href="<?=$site_url?>/assets/css/magnific-popup5b32.css?v=6545196245694404998" rel="stylesheet" type="text/css" media="all" /> <link href="<?=$site_url?>/assets/css/slick-slider4537.css?v=63856673619892493" rel="stylesheet" type="text/css" media="all" /> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert-dev.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> <!--<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,400italic,600italic,700,700italic,800,800italic"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,400italic,600italic,700,700italic,800,800italic"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Arvo:300,300italic,400,600,400italic,600italic,700,700italic,800,800italic"> --> <!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/4505239670/digital_wallets/dialog"> <link href="https://monorail-edge.shopifysvc.com/" rel="dns-prefetch"> <script id="shopify-features" type="application/json">{"accessToken":"20f2442b6e23a2d64765c1883919d440","betas":["rich-media-storefront-analytics"],"domain":"bath-fixtures.myshopify.com","predictiveSearch":true,"shopId":4505239670,"smart_payment_buttons_url":"https:\/\/cdn.shopify.com\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/cdn.shopify.com\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "bath-fixtures.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.theme = {"name":"JOGA (final)","id":79243509878,"theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "cdn.shopify.com";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/instafeed.nfcube.com\/cdn\/83cc12fb58e12840e56e1516b7bf0738.js?shop=bath-fixtures.myshopify.com","\/\/productreviews.shopifycdn.com\/assets\/v4\/spr.js?shop=bath-fixtures.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":4505239670,"offset":-14400,"reqid":"c3ca6a18-071f-4d4e-be17-53ede152c92b","pageurl":"bath-fixtures.myshopify.com\/","u":"a1ae8e26a022","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var isDuplicatedThankYouPageView = function() { return document.cookie.indexOf('loggedConversion=' + window.location.pathname) !== -1; } var setCookieIfThankYouPage = function() { if (window.location.pathname.indexOf('/checkouts') !== -1 && window.location.pathname.indexOf('/thank_you') !== -1) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + window.location.pathname + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { (new Image()).src = 'http://v.shopify.com/internal_errors/track?error=trekkie_load'; }; script.async = true; script.src = '<?=$site_url?>/assets/js/trekkie.storefront.min7bee.js?v=2020.04.13.1'; var first = document.getElementsByTagName('script')[0]; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":4505239670,"isMerchantRequest":null,"themeId":79243509878,"themeCityHash":"16292722749480437580","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true},"Performance":{"navigationTimingApiMeasurementsEnabled":true,"navigationTimingApiMeasurementsSampleRate":1},"Session Attribution":{}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; (function () { if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) { return; } window.BOOMR = window.BOOMR || {}; window.BOOMR.snippetStart = new Date().getTime(); window.BOOMR.snippetExecuted = true; window.BOOMR.snippetVersion = 12; window.BOOMR.application = "core"; window.BOOMR.shopId = 4505239670; window.BOOMR.themeId = 79243509878; window.BOOMR.url = "<?=$site_url?>/assets/js/shopify-boomerang-1.0.0.min.js"; var where = document.currentScript || document.getElementsByTagName("script")[0]; var parentNode = where.parentNode; var promoted = false; var LOADER_TIMEOUT = 3000; function promote() { if (promoted) { return; } var script = document.createElement("script"); script.id = "boomr-scr-as"; script.src = window.BOOMR.url; script.async = true; parentNode.appendChild(script); promoted = true; } function iframeLoader(wasFallback) { promoted = true; var dom, bootstrap, iframe, iframeStyle; var doc = document; var win = window; window.BOOMR.snippetMethod = wasFallback ? "if" : "i"; bootstrap = function(parent, scriptId) { var script = doc.createElement("script"); script.id = scriptId || "boomr-if-as"; script.src = window.BOOMR.url; BOOMR_lstart = new Date().getTime(); parent = parent || doc.body; parent.appendChild(script); }; if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) { window.BOOMR.snippetMethod = "s"; bootstrap(parentNode, "boomr-async"); return; } iframe = document.createElement("IFRAME"); iframe.src = "about:blank"; iframe.title = ""; iframe.role = "presentation"; iframe.loading = "eager"; iframeStyle = (iframe.frameElement || iframe).style; iframeStyle.width = 0; iframeStyle.height = 0; iframeStyle.border = 0; iframeStyle.display = "none"; parentNode.appendChild(iframe); try { win = iframe.contentWindow; doc = win.document.open(); } catch (e) { dom = document.domain; iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);"; win = iframe.contentWindow; doc = win.document.open(); } if (dom) { doc._boomrl = function() { this.domain = dom; bootstrap(); }; doc.write("<body onload='document._boomrl();'>"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener("load", win._boomrl, false); } else if (win.attachEvent) { win.attachEvent("onload", win._boomrl); } } doc.close(); } var link = document.createElement("link"); if (link.relList && typeof link.relList.supports === "function" && link.relList.supports("preload") && ("as" in link)) { window.BOOMR.snippetMethod = "p"; link.href = window.BOOMR.url; link.rel = "preload"; link.as = "script"; link.addEventListener("load", promote); link.addEventListener("error", function() { iframeLoader(true); }); setTimeout(function() { if (!promoted) { iframeLoader(true); } }, LOADER_TIMEOUT); BOOMR_lstart = new Date().getTime(); parentNode.appendChild(link); } else { iframeLoader(false); } function boomerangSaveLoadTime(e) { window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime(); } if (window.addEventListener) { window.addEventListener("load", boomerangSaveLoadTime, false); } else if (window.attachEvent) { window.attachEvent("onload", boomerangSaveLoadTime); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", function(e) { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); }); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function(e) { if (!e) e=event; if (e.propertyName === "onBoomerangLoaded") { e.detail.BOOMR.init({ ResourceTiming: { enabled: true, trackedResourceTypes: ["script", "img", "css"] }, }); e.detail.BOOMR.t_end = new Date().getTime(); } }); } })(); if (!isDuplicatedThankYouPageView()) { setCookieIfThankYouPage(); window.ShopifyAnalytics.lib.page( null, {"pageType":"home"} ); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "<?=$site_url?>/assets/js/shop_events_listener-43fce3d908d9bd272394a7b71efb84146cdd385cdb9ca0fd444b2281d7f9b65a.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script integrity="sha256-WJ/zNC1jntI8lPX8EeA9ZOB4jipKaHOR6+7u8g6vL1A=" crossorigin="anonymous" data-source-attribution="shopify.loadfeatures" defer src="<?=$site_url?>/assets/js/load_feature-589ff3342d639ed23c94f5fc11e03d64e0788e2a4a687391ebeeeef20eaf2f50.js"></script> <script integrity="sha256-h+g5mYiIAULyxidxudjy/2wpCz/3Rd1CbrDf4NudHa4=" data-source-attribution="shopify.dynamic-checkout" defer src="<?=$site_url?>/assets/js/features-87e8399988880142f2c62771b9d8f2ff6c290b3ff745dd426eb0dfe0db9d1dae.js" crossorigin="anonymous"></script> <link rel="stylesheet" media="screen" href="<?=$site_url?>/assets/css/styles335f.css?240"> <script id="sections-script" data-sections="slideshow,testimonial-type-11,brands,footer" defer src="<?=$site_url?>/assets/js/scripts335f.js?240"></script> <style id="shopify-dynamic-checkout">.shopify-payment-button__button--hidden { visibility: hidden; } .shopify-payment-button__button { border-radius: 4px; border: none; box-shadow: 0 0 0 0 transparent; color: white; cursor: pointer; display: block; font-size: 1em; font-weight: 500; line-height: 1; text-align: center; width: 100%; transition: background 0.2s ease-in-out; } .shopify-payment-button__button[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--unbranded { background-color: #1990c6; padding: 1em 2em; } .shopify-payment-button__button--unbranded:hover:not([disabled]) { background-color: #136f99; } .shopify-payment-button__more-options { background: transparent; border: 0 none; cursor: pointer; display: block; font-size: 1em; margin-top: 1em; text-align: center; width: 100%; } .shopify-payment-button__more-options:hover:not([disabled]) { text-decoration: underline; } .shopify-payment-button__more-options[disabled] { opacity: 0.6; cursor: default; } .shopify-payment-button__button--branded { display: flex; flex-direction: column; min-height: 44px; position: relative; z-index: 1; } .shopify-payment-button__button--branded .shopify-cleanslate { flex: 1 !important; display: flex !important; flex-direction: column !important; } </style> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <script src="<?=$site_url?>/assets/js/header5b82.js?v=10798697627293206366" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert-dev.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.css"> <script type="text/javascript" src="<?=$site_url?>/assets/js/buttons.js"></script> <script type="text/javascript">stLight.options({publisher: "4a467312-eb52-4e56-a80a-d5930e0afac4", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script> <script> window.use_sticky = false; window.ajax_cart = true; window.money_format = "<span class=money>${{amount}} USD</span>"; window.shop_currency = "USD"; window.show_multiple_currencies = true; window.enable_sidebar_multiple_choice = true; window.loading_url = "img/loadinga062.gif?v=5083731268673326083"; window.dropdowncart_type = "hover"; window.file_url = "http://cdn.shopify.com/s/files/1/0045/0523/9670/files/?240"; window.asset_url = ""; window.items="Items"; window.many_in_stock="Many In Stock"; window.out_of_stock=" Out of stock"; window.in_stock=" In Stock"; window.unavailable="Unavailable"; window.product_name="Product Name"; window.product_image="Product Image"; window.product_desc="Product Description"; window.available_stock="Available In stock"; window.unavailable_stock="Unavailable In stock"; window.compare_note="Product Added over 8 product !. Do you want to compare 8 added product ?"; window.added_to_cmp="Added to compare"; window.add_to_cmp="Add to compare"; window.select_options="Select options"; window.add_to_cart="Add to Cart"; window.confirm_box="Yes,I want view it!"; window.cancelButtonText="Continue"; window.use_color_swatch = true; window.newsletter_popup = true; window.remove="Remove"; var compare_list = []; </script> </head> <body id="joga-bath-fixtures-shopify-theme" class="template-index" > <nav class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left" id="cbp-spmenu-s1"> <div class="gf-menu-device-wrapper"> <div class="close-menu">x</div> <div class="gf-menu-device-container"></div> </div> </nav> <div class="header-type-8"> <div id="SearchDrawer" class="search-bar drawer drawer--top search-bar-type-3"> <div class="search-bar__table"> <form action="<?=$site_url?>/search.html" method="get" class="search-bar__table-cell search-bar__form" role="search"> <div class="search-bar__table"> <div class="search-bar__table-cell search-bar__icon-cell"> <button type="submit" class="search-bar__icon-button search-bar__submit"> <span class="fa fa-search" aria-hidden="true"></span> </button> </div> <div class="search-bar__table-cell"> <input type="search" id="SearchInput" name="search_product" placeholder="Search..." aria-label="Search..." class="search-bar__input"> </div> </div> </form> <div class="search-bar__table-cell text-right"> <button type="button" class="search-bar__icon-button search-bar__close js-drawer-close"> <span class="fa fa-times" aria-hidden="true"></span> </button> </div> </div> </div> <header class="site-header"> <div class="header-sticky"> <div id="header-landing"> <div class="wrapper"> <div class="grid--full site-header__menubar"> <h1 class="grid__item wide--one-sixth post-large--one-sixth large--one-sixth site-header__logo" itemscope itemtype="http://schema.org/Organization"> <?php $sql_logo_welcome=db_query("select * from tbl_header where 1 and header_status='Active' limit 1"); if(mysqli_num_rows($sql_logo_welcome)>0){ $DATALOGO=mysqli_fetch_array($sql_logo_welcome); @extract($DATALOGO); } ?> <a href="<?=$site_url?>"> <img class="normal-logo" src="<?=$site_url?>/header_files/<?=$DATALOGO['header_logo']?>" alt="<?=$compDATA['admin_company_name']?>" title="<?=$compDATA['admin_company_name']?>" itemprop="logo"> </a> </h1> <style> .view-more-style{ /* color:#e81a46 !important;*/ font-weight:bold; } </style> <div class="grid__item wide--five-sixths post-large--five-sixths large--five-sixths menubar-section"> <div id="shopify-section-navigation" class="shopify-section"> <div class="desktop-megamenu"> <div class="header-sticky"> <div id="header-landing" class="sticky-animate"> <div class="nav-bar-mobile"> <nav class="nav-bar" role="navigation"> <div class="site-nav-dropdown_inner"> <div class="menu-tool"> <div class="container"> <ul class="site-nav"> <?php $link_sql=db_query("select * from tbl_site_pages where 1 and site_pages_status='Active' and site_pages_show_in_header='Yes' order by site_pages_order_by asc limit 4"); if(mysqli_num_rows($link_sql)>0){ while($link_data=mysqli_fetch_array($link_sql)){ $pgName=$link_data['site_pages_link']; if($pgName=="products") {?> <li class=" dropdown mega-menu"> <a href="<?=$site_url?>/products.html" class=""> <span> <?=$link_data['site_pages_name']?> </span> </a> <div class="site-nav-dropdown"> <div class="container style_5"> <div class="col-1 parent-mega-menu"> <div class="inner col-xs-12 col-sm-4"> <a href="javascript:void(0)" class=" "> By Brands </a> <ul class="dropdown"> <?php $cat_brand_query=db_query("select * from tbl_partners where partner_status='Active' limit 8"); $brand_count=mysqli_num_rows(db_query("select * from tbl_partners where partner_status='Active'")); while($cat_brand_res=mysqli_fetch_array($cat_brand_query)) { ?> <li> <a href="<?=$site_url?>/product-by.html?brand_name=<?=$cat_brand_res['partner_name']?>&type=Brand" > <?=$cat_brand_res['partner_name']?> </a> </li> <?}?> <?php if($brand_count>8) { db_scalar("select partner_name from tbl_partners where partner_status='Active' limit 8,1") ?> <li> <a href="<?=$site_url?>/product-by.html?brand_name=<?=db_scalar("select partner_name from tbl_partners where partner_status='Active' limit 8,1")?>&type=Brand" class="view-more-style"> View More </a> </li> <?}?> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <a href="javascript:void(0)" class=" "> By Size </a> <ul class="dropdown"> <?php $cat_size_query=db_query("select * from tbl_size where size_status='Active' limit 8"); $size_count=mysqli_num_rows(db_query("select * from tbl_size where size_status='Active'")); while($cat_size_res=mysqli_fetch_array($cat_size_query)) { ?> <li> <a href="<?=$site_url?>/product-by.html?size_name=<?=$cat_size_res['size_name']?>&type=Size" > <?=$cat_size_res['size_name']?> </a> </li> <?}?> <?php if($size_count>8) { db_scalar("select size_name from tbl_size where size_status='Active' limit 8,1") ?> <li> <a href="<?=$site_url?>/product-by.html?size_name=<?=db_scalar("select size_name from tbl_size where size_status='Active' limit 8,1")?>&type=Size" class="view-more-style"> View More </a> </li> <?}?> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <a href="javascript:void(0)" class=" "> By Category </a> <ul class="dropdown"> <?php $cat_query=db_query("select * from tbl_category where category_status='Active' and category_parent_id='0' limit 8"); $cat_count=mysqli_num_rows(db_query("select * from tbl_category where category_status='Active' and category_parent_id='0'")); while($cat_res=mysqli_fetch_array($cat_query)) { ?> <li> <a href="<?=$site_url?>/products.html?id=<?=$cat_res['category_id']?>" > <?=$cat_res['category_name']?> </a> </li> <?}?> <?php if($cat_count>8) { ?> <li> <a href="<?=$site_url?>/products.html" class="view-more-style"> View More </a> </li> <?}?> </ul> </div> <?/* <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="javascript:void(0)" class=" "> By Area </a> <ul class="dropdown"> <?php $header_area_query=db_query("select * from tbl_area where area_status='Active' limit 10"); $area_count=mysqli_num_rows(db_query("select * from tbl_area where area_status='Active' ")); while($header_area_res=mysqli_fetch_array($header_area_query)) { ?> <li> <a href="<?=$site_url?>/product-by.html?area_name=<?=$header_area_res['area_name']?>&type=Area" > <?=$header_area_res['area_name']?> </a> </li> <?}?> <?php if($area_count>10) { ?> <li> <a href="<?=$site_url?>/product-by.html?area_name=<?=db_scalar("select area_name from tbl_area where area_status='Active' limit 10,1")?>&type=Area" class="view-more-style"> View More </a> </li> <?}?> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="javascript:void(0)" class=" "> By Design </a> <ul class="dropdown"> <?php $header_design_query=db_query("select * from tbl_design where design_status='Active' limit 10"); $design_count=mysqli_num_rows(db_query("select * from tbl_design where design_status='Active'")); while($header_design_res=mysqli_fetch_array($header_design_query)) {?> <!-- Menu level 3 --> <li> <a href="<?=$site_url?>/product-by.html?design_name=<?=$header_design_res['design_name']?>&type=Design" > <?=$header_design_res['design_name']?> </a> </li> <?}?> <?php if($design_count>10) {?> <li> <a href="<?=$site_url?>/product-by.html?design_name=<?=db_scalar("select design_name from tbl_design where design_status='Active' limit 10,1")?>&type=Design" class="view-more-style"> View More </a> </li> <?} ?> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="javascript:void(0)" class=" "> By Category </a> <ul class="dropdown"> <?php $header_cat_query=db_query("select * from tbl_category where category_status='Active' and category_parent_id='0' limit 10"); $cat_count=mysqli_num_rows(db_query("select * from tbl_category where category_status='Active' and category_parent_id='0'")); while($header_cat_res=mysqli_fetch_array($header_cat_query)) {?> <!-- Menu level 3 --> <li> <a href="<?=$site_url?>/products.html?id=<?=$header_cat_res['category_id']?>" > <?=$header_cat_res['category_name']?> </a> </li> <?}?> <?php if($cat_count>10) { ?> <li> <a href="<?=$site_url?>/products.html" class="view-more-style"> View More </a> </li> <?}?> </ul> </div> */?> </div> </div> </div> </li> <?php }else{ ?> <li class=" "> <a href="<?=$site_url?>/<?=$link_data['site_pages_link']?>.html" <?php if($pgName==$page_name){?> class="current" <?}?>> <span> <?=$link_data['site_pages_name']?> </span> </a> </li> <?}?> <?}}?> <?/* <li class=" dropdown mega-menu"> <a href="#" class=""> <span> Products </span> </a> <div class="site-nav-dropdown"> <div class="container style_5"> <div class="col-1 parent-mega-menu"> <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="#" class=" "> By Brands </a> <ul class="dropdown"> <!-- Menu level 3 --> <li> <a href="#" > Chrome Sink </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Movable Spout </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Swivel Spout </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Pull-Out Spout </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Sink Mixer </a> </li> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="#" class=" "> By Use </a> <ul class="dropdown"> <!-- Menu level 3 --> <li> <a href="#" > Mounted Bidet </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Modern Round </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Contemporary Wall </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Ceramic Bidet </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Stylish White </a> </li> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="#" class=" "> By Type </a> <ul class="dropdown"> <!-- Menu level 3 --> <li> <a href="#" > 8" Ceiling Mount </a> </li> <!-- Menu level 3 --> <li> <a href="#" > 6" Rain Shower </a> </li> <!-- Menu level 3 --> <li> <a href="#" > 8" Chrome Rain </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Rain Shower </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Full Spray </a> </li> </ul> </div> <div class="inner col-xs-12 col-sm-4"> <!-- Menu level 2 --> <a href="#" class=" "> By Type </a> <ul class="dropdown"> <!-- Menu level 3 --> <li> <a href="#" > Glass Soap </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Frosted Glass Soap </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Square Polished </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Decorative Blue </a> </li> <!-- Menu level 3 --> <li> <a href="#" > Wire Soap </a> </li> </ul> </div> </div> </div> </div> </li> */?> <?php if($compDATA['admin_mobile']!=""){ ?> <li style="background-color:black;"> <a class="menu__moblie" href="tel:<?=$compDATA['admin_mobile']?>" class=""> <span style="color:white;"> Order Now <?=$compDATA['admin_mobile']?> </span> </a> </li> <?}?> </ul> </div> </div> </div> </nav> </div> </div> </div> </div> </div> </div> <div id="shopify-section-header" class="shopify-section"><div class="menu-icon" style="display:inline-block;"> <div class="header-bar__module cart header_cart"> <!-- Mini Cart Start --> <div class="baskettop"> <div class="wrapper-top-cart"> <a href="<?=$site_url?>/cart.html" id="ToggleDown" class="icon-cart-arrow"> <!--<i class="fa fa-shopping-basket" aria-hidden="true"></i>--> <div class="detail"> <div id="cartCount"> <?=db_scalar("select count(bskt_id) from tbl_basket where bskt_session_id='$_SESSION[cart_session_id]'")?> </div> </div> Cart </a> </div> </div> <!-- End Top Header --> </div> <div class="header-search"> <div class="header-search"> <a href="#" class="site-header__link site-header__search js-drawer-open-top"> <span class="fa fa-search" aria-hidden="true"></span> </a> </div> </div> <div class="header_currency"> <ul class="tbl-list"> <li class="currency dropdown-parent uppercase currency-block"> </li> </ul> </div> <ul class="menu_bar_right"> <li> <div class="slidedown_section"> <?=ucwords(db_scalar("select reg_name from tbl_registration where reg_id='$_SESSION[login_id]'"))?> <a id="Togglemodal" class="icon-cart-arrow" title="account"><i class="fa fa-user"></i></a> <div id="slidedown-modal"> <div class="header-panel-top"> <ul> <li> <div class="customer_account"> <ul> <?php if($_SESSION['login_id']!="") {?> <li> <a class="wishlist" href="<?=$site_url?>/cart.html" title="Shopping Cart">Shopping Cart</a> </li> <li> <a href="<?=$site_url?>/logout.html" title="Logout">Logout</a> </li> <?}else{?> <li> <a class="wishlist" href="<?=$site_url?>/cart.html" title="Shopping Cart">Shopping Cart</a> </li> <li> <a href="<?=$site_url?>/login.html" title="Login">Login</a> </li> <li> <a href="<?=$site_url?>/register.html" title="Create account">Create account</a> </li> <?}?> </ul> </div> </li> </ul> </div> </div> </div> </li> </ul> <div class="header-mobile"> <div class="menu-block visible-phone"><!-- start Navigation Mobile --> <div id="showLeftPush"> <i class="fa fa-bars" aria-hidden="true"></i> </div> </div><!-- end Navigation Mobile --> </div> </div> <style> /* Top block */ .header-type-8 .top_bar { background: ; } .header-type-8 .top_bar li, .header-type-8 .top_bar span { color:;} .header-type-8 .top_bar a { color:;} .header-type-8 .top_bar a:hover { color:;} .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow #cartCount { background: #3e454c;color:#ffffff;} .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow:hover #cartCount { background: #e81a46;color:#ffffff;} /* Logo block */ .header-type-8 .site-header__logo a { color:#3e454c;} .header-type-8 .site-header__logo a:hover { color:#e81a46;} /* Search block */ .header-type-8 .search-bar input[type="search"] {color:#3e454c;} .header-type-8 .header-search span {color:#3e454c;} .header-type-8 .header-search span:hover {color:#e81a46;} .header-type-8 .search-bar__form, .header-type-8 #SearchDrawer { } .header-type-8 .search-bar__form button,.header-type-8 .search-bar__icon-button { color:#3e454c;} .header-type-8 .search-bar__form button:hover,.header-type-8 .search-bar__icon-button:hover { color:#e81a46;} .header-type-8 .search-bar input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#3e454c; } .header-type-8 .search-bar input[type="search"]::-moz-placeholder { /* Firefox 19+ */ color:#3e454c; } .header-type-8 .search-bar input[type="search"]:-ms-input-placeholder { /* IE 10+ */ color:#3e454c; } .header-type-8 .search-bar input[type="search"]:-moz-placeholder { /* Firefox 18- */ color:#3e454c; } /* Menu block */ .header-type-8 .is-sticky .site-header__menubar,.mobile-nav-section { background:; } .header-type-8 .menu-tool ul li {color: ;} .header-type-8 .menu-tool ul li a,.mobile-nav-section .mobile-nav-trigger {color:#3e454c;} .header-type-8 .menu-tool ul li a:hover,.header-type-8 .menu-tool .site-nav > li > a.current:hover {color:#e81a46;} .header-type-8 .menu-tool .site-nav > li > a.current {color:#e81a46;} .header-type-8 .site-nav-dropdown,#MobileNav,.mobile-nav__sublist { background: #fff;} .header-type-8 .site-nav-dropdown .inner > a {color: #e81a46;} .header-type-8 .site-nav-dropdown .inner > a:hover {color: #e81a46;} .header-type-8 .site-nav-dropdown .inner .dropdown a,.header-type-8 .menu-tool .site-nav .site-nav-dropdown li a,.header-type-8 .site-nav .widget-featured-product .product-title,.header-type-8 .site-nav .widget-featured-product .widget-title h3,#MobileNav a,.mobile-nav__sublist a,.site-nav .widget-featured-nav .owl-prev a,.site-nav .widget-featured-nav .owl-next a {color: #3e454c;} .header-type-8 .site-nav-dropdown .inner .dropdown a:hover,.header-type-8 .menu-tool .site-nav .site-nav-dropdown li a:hover,.header-type-8 .site-nav-dropdown .inner .dropdown a.current,.header-type-8 .menu-tool .site-nav .site-nav-dropdown li a.current,.header-type-8 .site-nav .widget-featured-product .product-title:hover,#MobileNav a.current,.mobile-nav__sublist a.current,.site-nav .widget-featured-nav .owl-prev a:hover,.site-nav .widget-featured-nav .owl-next a:hover {color: #e81a46;} /* Dropdown block */ .header-type-8 .menubar-section #Togglemodal i {color: #3e454c;} .header-type-8 .menubar-section #Togglemodal i:hover {color: #e81a46;} .header-type-8 #slidedown-modal {background: #fff;} .header-type-8 #slidedown-modal ul li a {color:#3e454c;} .header-type-8 #slidedown-modal ul li a:hover {color:#e81a46;} /* Cart Summary block */ .header-type-8 #slidedown-cart .actions, .header-type-8 #slidedown-cart {background: #fff;} .header-type-8 .header-bar__module a {color:#3e454c;} .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow i { color: #3e454c;} .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow:hover i {color: #e81a46;} .header-type-8 .header-bar__module a:hover {color:#e81a46;} .header-type-8 #slidedown-cart li { } .header-type-8 .menu_bar_right i {color:#3e454c;} .header-type-8 .menu_bar_right i:hover {color:#e81a46;} /* Currency block */ .header-type-8 .header_currency ul select , .header_currency ul li.currency .selector-arrow::after{color:#3e454c;} .header-type-8 .header_currency ul select:hover ,.header_currency ul li.currency:hover .selector-arrow::after{color:#e81a46;} .header-type-8 .header_currency ul li.currency:hover:after {border-top-color:#e81a46;} .header-type-8 .header_currency ul li.currency:after {border-top-color:#3e454c;} .header-type-8 .header_currency option {background:#fff;color:#3e454c;} /* Header borders */ .header-type-8 .site-header {background:#ffffff;} .header-mobile {color:#3e454c;} @media only screen and (min-width:320px) and (max-width:967px) { .template-index .header-type-8 .site-header {background:#ffffff;} } @media only screen and (min-width:967px) and (max-width:5000px) { .template-index .header-type-8:hover .site-header { background:rgba(255, 255, 255, 0.7) } .template-index .header-type-8 .site-header { background:#FFF} } @media(max-width:767px){ .header-type-8 .site-header__menubar { background:; } } /* General styles for all menus */ .gf-menu-device-wrapper .close-menu { font-size: 17px; padding: 12px 20px; text-align: right; display: block; border-bottom: 1px solid #e5e5e5; } .cbp-spmenu { position: fixed; } .cbp-spmenu h3 { font-size: 1.9em; padding: 20px; margin: 0; font-weight: 300; background: #0d77b6; } .cbp-spmenu a { display: block; font-size: 1.1em; font-weight: 300; } /* Orientation-dependent styles for the content of the menu */ .cbp-spmenu-vertical { width: 240px; height: 100%; top: 0; z-index: 1000; } .cbp-spmenu-vertical a { padding: 1em; } .cbp-spmenu-horizontal { width: 100%; height: 150px; left: 0; z-index: 1000; overflow: hidden; } .cbp-spmenu-horizontal h3 { height: 100%; width: 20%; float: left; } .cbp-spmenu-horizontal a { float: left; width: 20%; padding: 0.8em; } /* Vertical menu that slides from the left or right */ .cbp-spmenu-left { left: -240px; } .cbp-spmenu-right { right: -240px; } .cbp-spmenu-left.cbp-spmenu-open { left: 0px; } .cbp-spmenu-right.cbp-spmenu-open { right: 0px; } /* Horizontal menu that slides from the top or bottom */ .cbp-spmenu-top { top: -150px; } .cbp-spmenu-bottom { bottom: -150px; } .cbp-spmenu-top.cbp-spmenu-open { top: 0px; } .cbp-spmenu-bottom.cbp-spmenu-open { bottom: 0px; } /* Push classes applied to the body */ .cbp-spmenu-push { overflow-x: hidden; position: relative; left: 0; } .cbp-spmenu-push-toright { left: 240px; } .cbp-spmenu-push-toleft { left: -240px; } /* Transitions */ .cbp-spmenu, .cbp-spmenu-push { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } /* Example media queries */ @media screen and (max-width: 55.1875em){ .cbp-spmenu-horizontal { font-size: 75%; height: 110px; } .cbp-spmenu-top { top: -110px; } .cbp-spmenu-bottom { bottom: -110px; } } @media screen and (max-height: 26.375em){ .cbp-spmenu-vertical { font-size: 90%; width: 190px; } .cbp-spmenu-left, .cbp-spmenu-push-toleft { left: -190px; } .cbp-spmenu-right { right: -190px; } .cbp-spmenu-push-toright { left: 190px; } } /* width: 750px */ @media (min-width: 968) and (max-width: 991px) { .banner .container { margin-left: -375px; } .banner .inner { width: 320px; } .header-bottom.on .header-panel-top { right: 65px; } .header-bottom.on .site-nav { padding-right: 90px; } .nav-bar .header-logo-fix { margin-left: 10px; margin-right: 10px; } .site-nav > li > a { margin-left: 12px; margin-right: 12px; } .header-bottom.on .site-nav > li > a { margin-left: 7px; margin-right: 7px; font-size: 10px; } } @media (min-width: 968px) { .cbp-spmenu-push-toright {left:0!important;} #cbp-spmenu-s1 {display: none !important;} .header-bottom.on .nav-bar .header-logo-fix { display: table; height: 48px; position: relative; z-index: 2; } .header-bottom.on .nav-bar .header-logo-fix a { display: table-cell; vertical-align: middle; } .header-bottom.on .site-nav { padding-right: 120px; } .have-fixed .nav-bar {position: fixed;left: 0;right: 0;top: 0;z-index: 99;padding: 0;} .have-fixed .nav-search {position: fixed;top: 0;right: 65px;z-index: 100;width:52px;} } /* width: 100% */ @media (max-width: 967px) { body.cbp-spmenu-push-toright { cursor: pointer; } .cbp-spmenu .site-nav-dropdown.style_4 .inner img{margin-top:10px;} .visible-phone { display: block; } .hidden-phone { display: none; } /* header */ /* Fix Menu Mobile */ .nav-bar { display: none; } .gf-menu-device-container .site-nav { display: block!important; overflow: hidden;width:100%; } .gf-menu-device-container .site-nav li { width:100%; } .gf-menu-device-container .site-nav.gf-menu.clicked { visibility: visible; height: auto; } /* End Fix Menu Mobile */ .cbp-spmenu-left.cbp-spmenu-open { left: 0; overflow-y: auto; } .cbp-spmenu-push-toright { overflow-y: hidden;position: fixed; width: 100%;} #megamenu-responsive-root { display: none !important; } .menu-block { width: 100%; float: left; padding: 0; } /* Icon Menu */ .site-nav > li:hover > a > span:first-child, .site-nav > li:hover > a.current > span:first-child, .site-nav > li > a.current > span:first-child { border: 0; } .site-nav a { white-space: normal; } .cbp-spmenu { } .cbp-spmenu .site-nav > li > a { font-size: 13px; font-weight: 700; padding: 12px 20px; margin: 0; } .cbp-spmenu .site-nav > li.dropdown.open > a {position: relative;} .cbp-spmenu .site-nav > li.dropdown.open > a:before {top: 15px; } .menu-block .site-nav { border-bottom: none; } .site-nav li { position: relative; } .site-nav li.dropdown { position: relative; } .site-nav > li { display: block; clear: both; position: relative;} .site-nav > li > a { padding: 12px 0; } .site-nav > li.dropdown > p.toogleClick { height:0; width:0; display:block; margin-left: 7px; top: 2px; right: 5px; margin:0; padding: 0; z-index: 2; padding: 20px;} .site-nav > li.dropdown p.toogleClick { position: absolute; right: 0; text-indent: -999em; cursor: pointer; } .site-nav > li.dropdown > p.toogleClick.mobile-toggle-open:before { border-top-color:transparent; top: 14px;} .site-nav li.dropdown a > .icon-dropdown { display: none; } .site-nav-dropdown .container { padding-left: 0; padding-right: 0; } .site-nav-dropdown .row{margin:0px!important} .site-nav > li.dropdown ul p.toogleClick.mobile-toggle-open:before { top: 10px; } .site-nav-dropdown .col-1 .inner p.toogleClick:before, .site-nav > li.dropdown ul p.toogleClick:before { display: block; content:""; position: absolute; right: 0; top: -15px!important; width: 20px; height: 40px; } .site-nav-dropdown p.toogleClick { background: url(<?=$site_url?>/assets/icon-megamenu335f.html?240) no-repeat; padding: 0; width: 8px; height: 8px; right: 0; top: 18px; z-index: 2; } .site-nav-dropdown .col-1 .inner p.toogleClick { display: block!important; } .site-nav > li.dropdown ul p.toogleClick.mobile-toggle-open, .site-nav-dropdown .col-1 .inner p.toogleClick.mobile-toggle-open { background-position: center bottom; height: 4px; } .site-nav > li > ul > .dropdown.open > ul {display: block;} .site-nav > li > ul > li > ul > .dropdown.open > ul {display: block;} .site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul {display: block;} .site-nav > li > .site-nav-dropdown {} .site-nav > li > .site-nav-dropdown > li > a { padding: 11px 0 13px; text-transform: uppercase; font-size: 11px; font-weight: 700; } .site-nav > li > .site-nav-dropdown > li:first-child > a { border-top: 0; } .site-nav > li > .site-nav-dropdown > li:hover > a:before { background: none; } .site-nav > li li .site-nav-dropdown { padding: 0 15px; margin-bottom: 20px; } .site-nav-dropdown li:hover a { background: none; } .site-nav-dropdown li:hover a, .site-nav-dropdown a:active { padding-left: 0; } .site-nav-dropdown li li a { padding: 7px 0; } .site-nav-dropdown li li:hover a { padding: 7px 20px; } .site-nav-dropdown li:hover > a:before { left: 0; } .site-nav-dropdown .col-1, .site-nav-dropdown .col-2, .site-nav-dropdown .col-3 { width: 100%; padding: 0; } .site-nav-dropdown .col-3 { padding-bottom: 28px; } .site-nav-dropdown .col-1 .inner { width: 100%; padding: 0; } .cbp-spmenu .site-nav-dropdown .col-1 .inner:first-child > a { border-top: 0; } .site-nav-dropdown .col-1 ul.dropdown li a { padding: 7px 15px; font-size: 12px; font-weight: 400; text-transform: none; border: 0; } .site-nav-dropdown .col-1 ul.dropdown li:hover > a:before { left: 20px; } .site-nav .widget-featured-product { text-align: left;border-width: 1px 0; margin-bottom: 10px; padding-top: 23px; padding-bottom: 25px; } .site-nav .products-grid .grid-item { text-align: left; } .site-nav .products-grid .grid-item .product-grid-image { float: left; margin: 0 15px 0 0; } .site-nav .widget-featured-product .widget-title h3 { font-size: 11px; } .widget-featured-product .grid-item .product-grid-image img { width: 80px; } .widget-featured-product .products-grid .grid-item { position: relative; } .widget-featured-product .details { overflow: hidden; } .site-nav .product-label { display: none; } .site-nav .product-label strong { float: left; } .cbp-spmenu .site-nav-dropdown .col-1 .inner { width: 100%!important; position: relative; padding: 0; float: left; } .cbp-spmenu .site-nav-dropdown.style_4 .inner{width:100%;} /*Update 2.0.1*/ .site-nav-dropdown .col-2 .col-left { width: 100%; clear: both; padding: 0; } .site-nav-dropdown .col-2 .col-right { width: 100%; clear: both; padding: 0 0 10px; } .site-nav-dropdown .style_2 .col-2 .col-left a { padding-right: 0; } .site-nav-dropdown .style_3 .inner > img { display: none; } .site-nav-dropdown .style_4 .col-2 { padding-right: 0; } } .header-mobile { position: relative; } .header-mobile #showLeftPush.active .fa-times{display:block;line-height:46px;} .header-mobile #showLeftPush { display: inline-block;font-size: 16px; text-align: center; cursor: pointer; } .header-mobile #showLeftPush.active, .header-mobile #showLeftPush:hover { } .header-mobile .customer-area { float: left; width: 50%; position: static; } .header-mobile .customer-area > a { float: left; width: 100%; height:46px;} .header-mobile .customer-links { margin: 0; } .header-mobile .dropdown-menu { font-size:12px; margin: 0; width: 200%; padding: 10px 15px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .header-mobile .dropdown-menu ul { overflow: hidden; margin: 0 0 10px; padding-left: 0; list-style: none; } .header-mobile .customer-area .fa-user{display: block;text-align: center;line-height: 46px;font-size: 20px;} </style> </div> </div> </div> </div> </div> </header> </div> <div id="PageContainer"></div> <div class="quick-view"></div>