diff --git a/admin/assets/css/admin-style.css b/admin/assets/css/admin-style.css index a211158..0d539ad 100644 --- a/admin/assets/css/admin-style.css +++ b/admin/assets/css/admin-style.css @@ -9,7 +9,9 @@ text-align: center; } -.updated.woocommerce-message, .updated.settings-error, .updated.rs-update-notice-wrap{ +.updated.woocommerce-message, +.updated.settings-error, +.updated.rs-update-notice-wrap{ display: none; } #of_container, @@ -29,19 +31,19 @@ -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; - background-image: -ms-linear-gradient(top,#f9f9f9,#ececec); - background-image: -moz-linear-gradient(top,#f9f9f9,#ececec); - background-image: -o-linear-gradient(top,#f9f9f9,#ececec); - background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec)); - background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec); - background-image: linear-gradient(top,#f9f9f9,#ececec); + background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); + background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); + background-image: -o-linear-gradient(top, #f9f9f9, #ececec); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); + background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); + background-image: linear-gradient(top, #f9f9f9, #ececec); -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff; } #of_container #header .logo-options { - float: left; - margin:10px 20px; + /* float: left; */ + margin: 5px 15px; } #of_container #js-warning { color: red; @@ -49,15 +51,57 @@ margin: 20px 10px; width: 330px; } -#of_container ul,#of_container ol {margin: 0;} +#of_container ul,#of_container ol { + margin: 0; +} .js #of_container #js-warning { display: none; } #of_container #header .logo-options h2 { - display:inline-block; - font-style:normal; - padding-right:5px; + font-style: normal; + /* padding-right:5px; */ +} +.op-sys-btns { + display: flex; + flex-wrap: wrap; + gap: 20px; +} +.op-sys-btns .btn { + text-decoration: none; + -webkit-transition: all 350ms ease; + -moz-transition: all 350ms ease; + -o-transition: all 350ms ease; + transition: all 350ms ease; + display: flex; + align-items: center; + gap: 5px; + font-size: 13px; + height: 35px; + background-color: #0085BA; + border: none; + color: #fff; + border-radius: 4px; + padding: 0 15px 1px 15px; + text-transform: uppercase; + letter-spacing: 1px; + outline: none; +} +.op-sys-btns .btn:hover { + background-color: rgba(0, 91, 186, 0.9); +} +.op-sys-btns .btn:focus { + box-shadow: none; +} +.heading-t-options { + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 40px; + margin-bottom: 0; + margin-top: 15px; + height: 40px; + justify-content: space-between; } #of_container #header .logo-options span { color:#888888; @@ -68,6 +112,7 @@ width: 32px; background: url(../images/icon_option.png) no-repeat; margin:20px 30px 0; + display: none; } #of_container #info_bar { @@ -75,7 +120,7 @@ border:solid #d8d8d8; border-bottom:1px solid #D8D8D8; border-width:0px 1px 1px 1px; - padding: 6px 10px 6px 6px; + padding: 10px 15px 10px 6px; height: 31px; text-align: right; -moz-box-shadow: inset 0 1px 0 #fcfcfc; @@ -83,7 +128,7 @@ box-shadow: inset 0 1px 0 #fcfcfc; } -#of_container #expand_options{ +#of_container #expand_options { cursor: pointer; display: block; height: 22px; @@ -296,12 +341,12 @@ height: 40px; line-height: 40px; background-color: #F1F1F1; - background-image: -ms-linear-gradient(top,#f9f9f9,#ececec); - background-image: -moz-linear-gradient(top,#f9f9f9,#ececec); - background-image: -o-linear-gradient(top,#f9f9f9,#ececec); - background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec)); - background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec); - background-image: linear-gradient(top,#f9f9f9,#ececec); + background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); + background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); + background-image: -o-linear-gradient(top, #f9f9f9, #ececec); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); + background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); + background-image: linear-gradient(top, #f9f9f9, #ececec); overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; @@ -549,29 +594,22 @@ label.radio, label.multicheck { font-size: 120%; text-align:center; overflow: hidden; - -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - - bottom: 10%; left: 50%; opacity: 0; visibility: hidden; - -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); - - -webkit-transition: all 350ms ease; -moz-transition: all 350ms ease; -o-transition: all 350ms ease; transition: all 350ms ease; - -webkit-box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15); box-shadow: 0 2.6px 3.6px rgba(0, 0, 0, 0.052), 0 7.3px 10px rgba(0, 0, 0, 0.075), 0 17.5px 24.1px rgba(0, 0, 0, 0.098), 0 58px 80px rgba(0, 0, 0, 0.15); @@ -699,7 +737,6 @@ label.radio, label.multicheck { float:right; margin-top:10px; } - #of_container .save_bar { background: #fff; border: 1px solid #ccc; @@ -753,15 +790,6 @@ label.radio, label.multicheck { margin-bottom:9px; } -#of_container .of-uploaded-image { - -/* display: inline-block; */ - -/* padding: 0; */ - -/* margin: 0; */ -} - #of_container .of-option-image { max-width:340px; padding: 5px; @@ -776,7 +804,7 @@ label.radio, label.multicheck { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; - font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; + font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 12px; background: #F1F1F1 url(../images/select.png) no-repeat right center; border-color: #CCC #E6E6E6 #E6E6E6 #CCC; @@ -1576,3 +1604,10 @@ select option[disabled] { margin-left: 15px; margin-right: 15px; } + +@media (max-width: 1199px){ + .op-sys-btns, + #search_otp { + display: none; + } +} \ No newline at end of file diff --git a/admin/assets/images/fake_limited_in_cart.png b/admin/assets/images/fake_limited_in_cart.png index 0c5a120..dda05bc 100644 Binary files a/admin/assets/images/fake_limited_in_cart.png and b/admin/assets/images/fake_limited_in_cart.png differ diff --git a/admin/assets/images/header-9.jpg b/admin/assets/images/header-9.jpg new file mode 100644 index 0000000..2a99a4e Binary files /dev/null and b/admin/assets/images/header-9.jpg differ diff --git a/admin/assets/images/loop-product-md-10.jpg b/admin/assets/images/loop-product-md-10.jpg new file mode 100644 index 0000000..dc9bb63 Binary files /dev/null and b/admin/assets/images/loop-product-md-10.jpg differ diff --git a/admin/assets/images/loop-product-md-7.jpg b/admin/assets/images/loop-product-md-7.jpg index 020ddfd..7502582 100644 Binary files a/admin/assets/images/loop-product-md-7.jpg and b/admin/assets/images/loop-product-md-7.jpg differ diff --git a/admin/assets/images/loop-product-md-8.jpg b/admin/assets/images/loop-product-md-8.jpg index c3978e4..17afb7a 100644 Binary files a/admin/assets/images/loop-product-md-8.jpg and b/admin/assets/images/loop-product-md-8.jpg differ diff --git a/admin/assets/images/loop-product-md-9.jpg b/admin/assets/images/loop-product-md-9.jpg index 28f44f3..2ae2684 100644 Binary files a/admin/assets/images/loop-product-md-9.jpg and b/admin/assets/images/loop-product-md-9.jpg differ diff --git a/admin/assets/images/mobile_simple_mini_cart.png b/admin/assets/images/mobile_simple_mini_cart.png index 2f397f1..2ab0ac4 100644 Binary files a/admin/assets/images/mobile_simple_mini_cart.png and b/admin/assets/images/mobile_simple_mini_cart.png differ diff --git a/admin/assets/images/recommended_product_empty_sidebar.jpg b/admin/assets/images/recommended_product_empty_sidebar.jpg index e7294e6..ff89b18 100644 Binary files a/admin/assets/images/recommended_product_empty_sidebar.jpg and b/admin/assets/images/recommended_product_empty_sidebar.jpg differ diff --git a/admin/assets/images/single-product-modern-1.jpg b/admin/assets/images/single-product-modern-1.jpg index 45ab58c..f687352 100644 Binary files a/admin/assets/images/single-product-modern-1.jpg and b/admin/assets/images/single-product-modern-1.jpg differ diff --git a/admin/assets/images/single-product-modern-2.jpg b/admin/assets/images/single-product-modern-2.jpg index d616c34..190c550 100644 Binary files a/admin/assets/images/single-product-modern-2.jpg and b/admin/assets/images/single-product-modern-2.jpg differ diff --git a/admin/assets/images/single-product-modern-3.jpg b/admin/assets/images/single-product-modern-3.jpg index 452afc4..81fc9d3 100644 Binary files a/admin/assets/images/single-product-modern-3.jpg and b/admin/assets/images/single-product-modern-3.jpg differ diff --git a/admin/assets/images/single-product-modern-4.jpg b/admin/assets/images/single-product-modern-4.jpg index ea4af25..46fa55e 100644 Binary files a/admin/assets/images/single-product-modern-4.jpg and b/admin/assets/images/single-product-modern-4.jpg differ diff --git a/admin/assets/images/single-product-new-2.jpg b/admin/assets/images/single-product-new-2.jpg index 9c54821..b74f7f6 100644 Binary files a/admin/assets/images/single-product-new-2.jpg and b/admin/assets/images/single-product-new-2.jpg differ diff --git a/admin/assets/images/single-product-new-3.jpg b/admin/assets/images/single-product-new-3.jpg index 0773dfb..f2b73ee 100644 Binary files a/admin/assets/images/single-product-new-3.jpg and b/admin/assets/images/single-product-new-3.jpg differ diff --git a/admin/assets/images/up_sell_checkout_page.png b/admin/assets/images/up_sell_checkout_page.png index d6a8456..8a246f0 100644 Binary files a/admin/assets/images/up_sell_checkout_page.png and b/admin/assets/images/up_sell_checkout_page.png differ diff --git a/admin/assets/pages/drone-v1.jpg b/admin/assets/pages/drone-v1.jpg index 3cf3b63..71f508f 100644 Binary files a/admin/assets/pages/drone-v1.jpg and b/admin/assets/pages/drone-v1.jpg differ diff --git a/admin/assets/pages/hand-tools.jpg b/admin/assets/pages/hand-tools.jpg new file mode 100644 index 0000000..1b4825d Binary files /dev/null and b/admin/assets/pages/hand-tools.jpg differ diff --git a/admin/assets/pages/toy-demo.jpg b/admin/assets/pages/toy-demo.jpg index fdc5135..419ed32 100644 Binary files a/admin/assets/pages/toy-demo.jpg and b/admin/assets/pages/toy-demo.jpg differ diff --git a/admin/dynamic-style.php b/admin/dynamic-style.php index 98057d1..e99c4c0 100644 --- a/admin/dynamic-style.php +++ b/admin/dynamic-style.php @@ -5,6 +5,8 @@ function elessi_get_content_custom_css($nasa_opt = array()) { ob_start(); ?>"),a("#cart-sidebar, #nasa-wishlist-sidebar, #nasa-viewed-sidebar, #nasa-quickview-sidebar, .nasa-top-cat-filter-wrap-mobile, .nasa-side-sidebar, .account-nav-wrap").css({top:C}),(n||s||t)&&a(".col-sidebar").css({top:C}),a(window).on("resize",function(e){n=a(".nasa-check-reponsive.nasa-switch-check").length&&1===a(".nasa-check-reponsive.nasa-switch-check").width()?!0:!1,t=a(".nasa-check-reponsive.nasa-tablet-check").length&&1===a(".nasa-check-reponsive.nasa-tablet-check").width()?!0:!1,C=a("#wpadminbar").height(),a("#cart-sidebar, #nasa-wishlist-sidebar, #nasa-viewed-sidebar, #nasa-quickview-sidebar, .nasa-top-cat-filter-wrap-mobile, .nasa-side-sidebar .account-nav-wrap").css({top:C}),(n||s||t)&&a(".col-sidebar").css({top:C}),e.preventDefault()})}if(a("body").hasClass("nasa-rtl")){var x=0,T=0,j=!1;a("body").on("touchstart",".product-item a.product-img, .product-item a.name",function(a){var e=a.originalEvent.touches[0];x=e.clientX,T=e.clientY,j=!1}),a("body").on("touchmove",".product-item a.product-img, .product-item a.name",function(a){a.preventDefault();var e=a.originalEvent.touches[0],n=Math.abs(e.clientX-x),t=Math.abs(e.clientY-T);(n>10||t>10)&&(j=!0)}),a("body").on("touchend",".product-item a.product-img, .product-item a.name",function(e){var n=a(this);j?e.preventDefault():window.location.href=a(n).attr("href")})}a("body").hasClass("ns-nodelay-assets")||a(window).on("touchstart scroll resize mousemove",function(){if(a("[type=nasa_delay_script]").length){var e=document.getElementsByTagName("body")[0];a("[type=nasa_delay_script]").each(function(){var n=a(this),t=a(n).attr("src"),s=a(n).attr("id"),i=a(n).text(),o=document.createElement("script");o.type="text/javascript",o.text=i,"undefined"!=typeof t&&(o.src=t),"undefined"!=typeof s&&(o.id=s),e.appendChild(o),a(n).remove()})}a("body").trigger("nasa_append_style_mobile_menu"),a("body").trigger("nasa_append_style_off_canvas")}),a("body").on("nasa-content-promotion-auto-slide",function(){var e=a(".nasa-content-promotion-custom");if(a(e).length&&a(e).hasClass("nasa-promo-silde"))if(a(e).hasClass("slick-initialized"))a("body").trigger("nasa_reload_slick_slider_private",e);else{var n=a(e).hasClass("nasa-promo-silde-vertical")?!0:!1,t={slidesToShow:1,slidesToScroll:1,autoplay:!0,infinite:!0,autoplaySpeed:5e3,speed:500,arrows:!1,dots:!1,adaptiveHeight:!0,vertical:n,verticalSwiping:n};a("body").trigger("nasa_element_slick_params",[e,t])}})}); \ No newline at end of file +var fullwidth=1200,_lightbox_variations=[],_count_wishlist_items=0,searchProducts=null,_nasa_cart={},ns_close_svg='',ns_check_svg='',ns_arr_down='',ns_arr_up='',_confetti_run=!1;if("undefined"==typeof _cookie_live)var _cookie_live=7;jQuery(document).ready(function(a){"use strict";if("undefined"==typeof e)var e=Date.now();if("undefined"==typeof n)var n=a(".nasa-check-reponsive.nasa-switch-check").length&&1===a(".nasa-check-reponsive.nasa-switch-check").width()?!0:!1;if("undefined"==typeof t)var t=a(".nasa-check-reponsive.nasa-tablet-check").length&&1===a(".nasa-check-reponsive.nasa-tablet-check").width()?!0:!1;if("undefined"==typeof s)var s=a("body").hasClass("nasa-in-mobile")?!0:!1;a('input[name="nasa-cookie-time"]').length&&(_cookie_live=parseInt(a('input[name="nasa-cookie-life"]').val())),a.cookie("nasa_curent_per_shipping",0,{expires:_cookie_live,path:"/"}),a("#nasa-before-load").length&&a("#nasa-before-load").fadeOut(100);var i=a(".gpnf-nested-form").length?!0:!1;a("html").hasClass("html-ready")||i?i&&a("#wrapper").length&&a("#wrapper").addClass("html-ready"):a("html").addClass("html-ready"),a("body").removeClass("crazy-loading");var o=location.hash||null;if(o){if(a('a[href="'+o+'"], a[data-id="'+o+'"], a[data-target="'+o+'"]').length&&setTimeout(function(){a('a[href="'+o+'"], a[data-id="'+o+'"], a[data-target="'+o+'"]').trigger("click")},500),a(o).length){if((a(o).parents("#comments").length||"#comments"===o)&&a(".woocommerce-review-link").length){var r=a("body").find(".ns-tab-item .nasa-content-reviews"),l=r.parents(".ns-tab-item");r.parents(".ns-tab-item").css({"max-height":"fit-content"}),setTimeout(function(){a(".woocommerce-review-link").trigger("click"),a(l).removeAttr("style")},10)}setTimeout(function(){a(".ns-tab-reviews").find(".ns-btn-read-more").trigger("click"),a("body").trigger("nasa_animate_scroll_to_top",[a,o,500])},1e3)}var c=o.replace("#","");a('a[data-index="nasa-section-'+c+'"]').length&&setTimeout(function(){a('a[data-index="nasa-section-'+c+'"]').trigger("click")},500),a(".nasa-section-"+c).length&&setTimeout(function(){a("body").trigger("nasa_animate_scroll_to_top",[a,'a[data-index="nasa-section-'+c+'"]',500])},1e3)}a("body").on("nasa_after_load_mobile_menu",function(){a(".nasa-off-canvas").length&&a(".nasa-off-canvas").remove();var e="",n="",t="";if(a(".ns-menu-heading").length<=0?(a("#mobile-navigation").find(".nasa-menu-heading").length&&(t+='
-