JFIF $ d d 7 * Z qn )ZP 0 !1 A "#a$2Qr D8 a Ri [f \m I ykI w0 c u F c Rı?lO7 к _f˓ [C $殷WF< _W ԣ s Kc ëI zyQy /_LK ℂ ;C",p F A : /] =H ~ , l s / 9 ć: [=/#f ; ) x { ٛE Q )~ = 𘙲r*2~ a _V = ' ku m F D } KYYC )( { * g& f `툪 r y ` = ^ c J. I ]( * `wq 1dđ #̩ ͑ 0 ; H ] u 搂 @:~ ו K L N s h } O I R* 8 :2 ! lD JV o ( 3 = M ( z Ȱ+i *N A r6K n S l ) ! J J Ӂ* % ݉?|D } d5: eP0 R; {$X' x F @ .ÊB {,WJ uQ ɲRI ;9 Q E琯 6 2fT .DU J ;*c P A\IL Nj! J ۱+ O\ ͔ ] ޒ S J ȧ c%A N ol ՎprU L Zԛe r E2= X D Xg VQeӓ k y P7 U* o m Q I s ,K `) 6\G3t?pgjr m ۛجw luGt f h 9uyP 0D;Uڽ"OXl i f $ ) &|ML 0 Z rm1 [ H XP l P R0 'G=i 2N +0 e 2 ]] 9 VT P O 7 h(F * 癈 ' = Q VZD F,d ߬ ~ T X G[ `le 69C R(!S2! P < 0 x < !1AQ "Raq 02Br #S CTb ? Ζ "]mH5WR 7 k.ۛ ! } Q~ + yԏ z |@ T20 S~ K e k *zF f^2X *( @ 8 r ? C I uI|֓>^Ex LgNU Y+{.R Ѫ τV YT D I 6 2 '8Y2 7'\T P.6 d &˦ @V q i |8 -O Ε ] ʔ U= T L 8= ;6c | !qfF3 a ů& ~$ l} 'NW U s$U k^S V : U#6w + +s &r+n ڐ { @ 29gL u " T Ù M=6 (^ "7 r}=6Yݾ lC u hquymp Ǧ G jhs ǜNl ɻ} o 7 #S6 a w 4 ! OS r D 5 7 % | ?x> L | / nD 6?/8 w # [ ) L 7 +6〼T A T g ! %5 Mm Z /c -{1_Je "| ^$ 'O & ޱմ < H vNqϡQ$ < 6 &Nݛ ֨tǻN (9 n ru~'όN sMG& ,uH Kw *Ī 5@ u6 BԒ i YN * f 0 _ GhKW u lT <nj- 0{ M L~ | /a v\ E = ?1 \ɟuq Ђ Y O a K ޡP q $ H8o Q˼EV ~ k 0 h' L Pp M -M" m^ !6l nմ 쮝C U T . ! :vMǨb h ډ Vc r @~p # !1QAa q ? AL0L x LU 4 d ; x " 16ad0 7.\ߋ 0 = P l v/ " c A Ay A|2pO8"d MV #1] = \ " ˡ ] k v I9 d ۓ & q ) ǐq E ꞅ v "P )q X &Q З non]я u ג./ ; gZ$ M QР 2M ]h ni 0 P $ێ 3CɏGjώy : m c # S_ l@ '_ \m|C 2`K _ 1 cIvGc $? PCQ S+D ? K aײ k Fr b 8 ύ NEدg ĝ U 3 6 #Ik+ v { v i ( ވ ? a e) X xy/*@Q Ǽ Ծ ) $ IWO l c G; !i k{ gOŀ L ('x T rb $ w) R $ & N1E td U3Uȉ1p M"N* (DNy d96.(jQ) X 5 c QɎMy W ? Q *!R > 6=7)Xj 5`J ] e 8%t ! + ' ! 1Q 5 !1 AQaq ё #2 "0BRb ? G t^ ## .l lQ T $ v , ,m 㵜5u bV =sY+ @d { N ! dn O < .- B; _w J t 6;Q Jd. Q c%p{ 1 ,sND dF H I0 Гo X ш e黅X ۢ F :)[ F G X ƹ / w _c MeD ,ʡc c . W D tA $ j@ : ) - #u c1< @ۗ9F ) KJ- hpP] _ x [ q B lb p ʖ w q " LFGd ƶ * s +ډ_Zc " ? % t[I P 6 J ]# =ɺ V v v CGs Gh1 > )6 |e y ? L ӣ m,4 G W Ui ` ] uJVo VDG< SB 6ϏQ @ TiU l y O U 0 kfV ~ ~}S Z @ *WU Ui ## ; s /[ = ! 7}" W N ] ' (L ! ~ y5 g9T̅J kbM' +s :S +B) v @ M j e C f j E 0 Y\Qn z G 1 д~ W o{T 9?` Rm yhsy3 !HAD ] m c1 ~ 2 L S u7x T ;j$ `} 4-> L# vzŏ I L S ֭ T { r jGK C ; b pU= - ` Bs K. S F w4 M q] Z dH S 0 ) tLg
(function ($) {
"use strict";
var windowOn = $(window);
///////////////////////////////////////////////////
// 01. z-index to top
var democol = $('.tpproduct__shop-item .col');
democol.on({
mouseenter: function () {
$(this).siblings().stop().css('z-index', '-1');
},
mouseleave: function () {
$(this).siblings().stop().css('z-index', '1');
}
});
///////////////////////////////////////////////////
// 02. z-index to top
var democol = $('.sidebar-product-hover .tpproduct');
democol.on({
mouseenter: function () {
$(this).siblings().stop().css('z-index', '-1');
},
mouseleave: function () {
$(this).siblings().stop().css('z-index', '1');
}
});
////////////////////////////////////////////////////
// 03. Swiper Js
$('.cart-minus').on('click', function () {
var $input = $(this).parent().find('input');
var count = parseInt($input.val()) - 1;
count = count < 1 ? 1 : count;
$input.val(count);
$input.change();
return false;
});
$('.cart-plus').on('click', function () {
var $input = $(this).parent().find('input');
$input.val(parseInt($input.val()) + 1);
$input.change();
return false;
});
////////////////////////////////////////////////////
// 04. Show Login Toggle Js
$('#showlogin').on('click', function () {
$('#checkout-login').slideToggle(900);
});
////////////////////////////////////////////////////
// 05. Show Coupon Toggle Js
$('#showcoupon').on('click', function () {
$('#checkout_coupon').slideToggle(900);
});
////////////////////////////////////////////////////
// 06. Create An Account Toggle Js
$('#cbox').on('click', function () {
$('#cbox_info').slideToggle(900);
});
////////////////////////////////////////////////////
// 07. Shipping Box Toggle Js
$('#ship-box').on('click', function () {
$('#ship-box-info').slideToggle(1000);
});
///////////////////////////////////////////////////
// 08. Scroll to top
windowOn.on('scroll', function () {
var scroll = windowOn.scrollTop();
if (scroll < 245) {
$('.scroll-to-target').removeClass('open');
} else {
$('.scroll-to-target').addClass('open');
}
});
///////////////////////////////////////////////////
// 09. Scroll Up Js
if ($('.scroll-to-target').length) {
$(".scroll-to-target").on('click', function () {
var target = $(this).attr('data-target');
// animate
$('html, body').animate({
scrollTop: $(target).offset().top
}, 1000);
});
}
////////////////////////////////////////////////////
// 10. Nice Select Js
$('select').niceSelect();
////////////////////////////////////////////////////
// 11. Data CSS Js
$("[data-background").each(function () {
$(this).css("background-image", "url( " + $(this).attr("data-background") + " )");
});
///////////////////////////////////////////////////
// 12. Sticky Header Js
windowOn.on('scroll', function () {
var scroll = windowOn.scrollTop();
if (scroll < 250) {
$("#header-sticky").removeClass("header-sticky");
} else {
$("#header-sticky").addClass("header-sticky");
}
});
///////////////////////////////////////////////////
// 13. Sticky Header Js
windowOn.on('scroll', function () {
var scroll = windowOn.scrollTop();
if (scroll < 250) {
$("#header-sticky-2").removeClass("header-sticky");
} else {
$("#header-sticky-2").addClass("header-sticky");
}
});
////////////////////////////////////////////////////
// 14. Parallax pera
if ($(".pera").length) {
var pera = $('.pera').get(0);
var parallaxInstance = new Parallax(pera);
}
if ($(".pera2").length) {
var pera = $('.pera2').get(0);
var parallaxInstance = new Parallax(pera);
}
if ($(".pera3").length) {
var pera = $('.pera3').get(0);
var parallaxInstance = new Parallax(pera);
}
if ($(".pera4").length) {
var pera = $('.pera4').get(0);
var parallaxInstance = new Parallax(pera);
}
if ($(".pera5").length) {
var pera = $('.pera5').get(0);
var parallaxInstance = new Parallax(pera);
}
if ($(".pera6").length) {
var pera = $('.pera6').get(0);
var parallaxInstance = new Parallax(pera);
}
////////////////////////////////////////////////////
// 15. Header Search
$(".header-search").on('click', function () {
$(".search-popup-wrap").slideToggle();
return false;
});
$(".search-close").on('click', function () {
$(".search-popup-wrap").slideUp(500);
});
////////////////////////////////////////////////////
// 16. Sidebar Js
$(".tp-search-toggle").on("click", function () {
$(".tp-sidebar-area").addClass("tp-searchbar-opened");
$(".search-body-overlay").addClass("opened");
});
$(".tpsearchbar__close").on("click", function () {
$(".tp-sidebar-area").removeClass("tp-searchbar-opened");
$(".search-body-overlay").removeClass("opened");
});
$(".search-body-overlay").on("click", function () {
$(".tp-sidebar-area").removeClass("tp-searchbar-opened");
$(".search-body-overlay").removeClass("opened");
});
////////////////////////////////////////////////////
// 17. Sidebar Js
$(".tp-cart-toggle").on("click", function () {
$(".tp-cart-info-area").addClass("tp-sidebar-opened");
$(".cartbody-overlay").addClass("opened");
});
$(".tpcart__close").on("click", function () {
$(".tp-cart-info-area").removeClass("tp-sidebar-opened");
$(".cartbody-overlay").removeClass("opened");
});
$(".cartbody-overlay").on("click", function () {
$(".tp-cart-info-area").removeClass("tp-sidebar-opened");
$(".cartbody-overlay").removeClass("opened");
});
////////////////////////////////////////////////////
// 18. Mobile Menu Js
$('#mobile-menu').meanmenu({
meanMenuContainer: '.mobile-menu',
meanScreenWidth: "1199",
meanExpand: ['<i class="fal fa-plus"></i>'],
});
////////////////////////////////////////////////////
// 19. Sidebar Js
$(".tp-menu-toggle").on("click", function () {
$(".tpsideinfo").addClass("tp-sidebar-opened");
$(".body-overlay").addClass("opened");
});
$(".tpsideinfo__close").on("click", function () {
$(".tpsideinfo").removeClass("tp-sidebar-opened");
$(".body-overlay").removeClass("opened");
});
$(".body-overlay").on("click", function () {
$(".tpsideinfo").removeClass("tp-sidebar-opened");
$(".body-overlay").removeClass("opened");
});
////////////////////////////////////////////////////
// 20. Data Countdown Js
$('[data-countdown]').each(function () {
var $this = $(this),
finalDate = $(this).data('countdown');
$this.countdown(finalDate, function (event) {
$this.html(event.strftime('<span class="cdown days"><span class="time-count">%-D</span> <p>Days</p></span> <span class="cdown hour"><span class="time-count">%-H</span> <p>Hour</p></span> <span class="cdown minutes"><span class="time-count">%M</span> <p>Minute</p></span> <span class="cdown second"> <span><span class="time-count">%S</span> <p>Second</p></span>'));
});
});
///////////////////////////////////////////////////
// 21. Magnific Js
$(".popup-video").magnificPopup({
type: "iframe",
});
////////////////////////////////////////////////////
// 22. magnificPopup Js
$('.popup-image').magnificPopup({
type: 'image',
gallery: {
enabled: true
}
});
////////////////////////////////////////////////////
// 23. Slider Js
var categoryswiper = new Swiper('.category-active', {
// Optional parameters
loop: false,
slidesPerView: 8,
spaceBetween: 20,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 8,
},
'1200': {
slidesPerView: 6,
},
'992': {
slidesPerView: 5,
},
'768': {
slidesPerView: 4,
},
'576': {
slidesPerView: 3,
},
'0': {
slidesPerView: 2,
},
},
});
////////////////////////////////////////////////////
// 24. Slider Js
var categoryswiper = new Swiper('.inner-category-active', {
// Optional parameters
loop: false,
slidesPerView: 7,
spaceBetween: 20,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 7,
},
'1200': {
slidesPerView: 6,
},
'992': {
slidesPerView: 5,
},
'768': {
slidesPerView: 4,
},
'576': {
slidesPerView: 3,
},
'0': {
slidesPerView: 2,
},
},
});
////////////////////////////////////////////////////
// 25. Slider Js
var categoryswiper = new Swiper('.inner-category-two', {
// Optional parameters
loop: false,
slidesPerView: 9,
spaceBetween: 20,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 9,
},
'1200': {
slidesPerView: 6,
},
'992': {
slidesPerView: 5,
},
'768': {
slidesPerView: 4,
},
'576': {
slidesPerView: 3,
},
'0': {
slidesPerView: 2,
},
},
});
////////////////////////////////////////////////////
// 26. Slider Js
var categoryswiper = new Swiper('.inner-category-three', {
// Optional parameters
loop: false,
slidesPerView: 9,
spaceBetween: 20,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 9,
},
'1200': {
slidesPerView: 6,
},
'992': {
slidesPerView: 5,
},
'768': {
slidesPerView: 4,
},
'576': {
slidesPerView: 3,
},
'0': {
slidesPerView: 2,
},
},
});
////////////////////////////////////////////////////
// 27. Slider Js
var tpproductswiper = new Swiper('.tpproduct-active', {
// Optional parameters
loop: true,
slidesPerView: 6,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 6,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 3,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tpproduct-btn__nxt',
prevEl: '.tpproduct-btn__prv',
},
});
////////////////////////////////////////////////////
// 28. Slider Js
var tpblogswiper = new Swiper('.tpblog-active', {
// Optional parameters
loop: false,
slidesPerView: 4,
spaceBetween: 20,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 4,
},
'992': {
slidesPerView: 3,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 2,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 29. Slider Js
var tpblogswiper = new Swiper('.tpblog-active-2', {
// Optional parameters
loop: false,
slidesPerView: 3,
spaceBetween: 20,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 3,
},
'992': {
slidesPerView: 3,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 2,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 30. Slider Js
var categoryswiper = new Swiper('.blog-active-3', {
// Optional parameters
loop: false,
slidesPerView: 3,
spaceBetween: 30,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 3,
},
'1200': {
slidesPerView: 3,
},
'992': {
slidesPerView: 3,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 2,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 31. Slider Js
var sliderswiper = new Swiper('.slider-active', {
// Optional parameters
loop: true,
slidesPerView: 1,
fade: true,
effect: "fade",
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
// Navigation arrows
navigation: {
nextEl: '.tpslider__arrow-prv',
prevEl: '.tpslider__arrow-nxt',
},
pagination: {
el: ".slider-pagination",
clickable: true,
},
});
////////////////////////////////////////////////////
// 32. Slider Js
var tpproductswiper = new Swiper('.tpproduct-active-2', {
// Optional parameters
loop: false,
slidesPerView: 5,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 5,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tpproduct-arrow-left',
prevEl: '.tpproduct-arrow-right',
},
});
////////////////////////////////////////////////////
// 33. Slider Js
var tpproductswiper = new Swiper('.tpproduct-active-3', {
// Optional parameters
loop: false,
slidesPerView: 5,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 5,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tpproduct-arrow-left-2',
prevEl: '.tpproduct-arrow-right-2',
},
});
////////////////////////////////////////////////////
// 34. Slider Js
var tpproductswiper = new Swiper('.tpproduct-active-4', {
// Optional parameters
loop: true,
slidesPerView: 7,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1600': {
slidesPerView: 7,
},
'1400': {
slidesPerView: 5,
},
'1200': {
slidesPerView: 5,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tpproduct-btn__nxt4',
prevEl: '.tpproduct-btn__prv4',
},
});
////////////////////////////////////////////////////
// 35. Slider Js
var tpproductswiper = new Swiper('.tpproduct-active-5', {
// Optional parameters
loop: true,
slidesPerView: 4,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1600': {
slidesPerView: 4,
},
'1400': {
slidesPerView: 4,
},
'1200': {
slidesPerView: 4,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 3,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 36. Slider Js
var tpproductswiper = new Swiper('.tpproduct-active-6', {
// Optional parameters
loop: true,
slidesPerView: 1,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1600': {
slidesPerView: 1,
},
'1400': {
slidesPerView: 1,
},
'1200': {
slidesPerView: 1,
},
'992': {
slidesPerView: 2,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 37. Slider Js
var tpproductswiper = new Swiper('.highlights-active', {
// Optional parameters
loop: true,
slidesPerView: 3,
spaceBetween: 20,
observer: true,
observeParents: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 3,
},
'992': {
slidesPerView: 2,
},
'768': {
slidesPerView: 2,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 38. Slider Js
var tptestimonial = new Swiper('.tptestimonial-active', {
// Optional parameters
loop: true,
slidesPerView: 1,
observer: true,
observeParents: true,
fade: true,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 1,
},
'992': {
slidesPerView: 1,
},
'768': {
slidesPerView: 1,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tptestimonial-arrow-right',
prevEl: '.tptestimonial-arrow-left',
},
});
////////////////////////////////////////////////////
// 39. Slider Js
var tptestimonial = new Swiper('.product-details-active', {
// Optional parameters
loop: false,
slidesPerView: 6,
observer: true,
observeParents: true,
spaceBetween: 40,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1200': {
slidesPerView: 6,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 3,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tptestimonial-arrow-right',
prevEl: '.tptestimonial-arrow-left',
},
});
////////////////////////////////////////////////////
// 40. Slider Js
var tptestimonial = new Swiper('.tptestimonial-active2', {
// Optional parameters
loop: true,
slidesPerView: 3,
observer: true,
observeParents: true,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 3,
},
'1200': {
slidesPerView: 3,
},
'992': {
slidesPerView: 1,
},
'768': {
slidesPerView: 1,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tptestimonial__nxt',
prevEl: '.tptestimonial__prv',
},
});
////////////////////////////////////////////////////
// 41. Slider Js
var tptestimonial = new Swiper('.tptestimonial-active3', {
// Optional parameters
loop: true,
slidesPerView: 3,
observer: true,
observeParents: true,
spaceBetween: 30,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 3,
},
'1200': {
slidesPerView: 3,
},
'992': {
slidesPerView: 2,
},
'768': {
slidesPerView: 1,
},
'576': {
slidesPerView: 1,
},
'0': {
slidesPerView: 1,
},
},
// Navigation arrows
navigation: {
nextEl: '.tptestimonial__nxt',
prevEl: '.tptestimonial__prv',
},
});
////////////////////////////////////////////////////
// 42. Slider Js
var tptestimonial = new Swiper('.tpinsta-active', {
// Optional parameters
loop: false,
slidesPerView: 6,
spaceBetween: 10,
observer: true,
observeParents: true,
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
breakpoints: {
'1400': {
slidesPerView: 6,
},
'1200': {
slidesPerView: 5,
},
'992': {
slidesPerView: 4,
},
'768': {
slidesPerView: 3,
},
'576': {
slidesPerView: 2,
},
'0': {
slidesPerView: 1,
},
},
});
////////////////////////////////////////////////////
// 43. Slider Js
var tptestimonial = new Swiper('.tp-slider6', {
// Optional parameters
loop: true,
slidesPerView: 1,
observer: true,
observeParents: true,
fade: true,
effect: "fade",
autoplay: {
delay: 3500,
disableOnInteraction: true,
},
// Navigation arrows
navigation: {
nextEl: '.tpslider__nxt6',
prevEl: '.tpslider__prv6',
},
pagination: {
el: ".slider-pagination-6",
clickable: true,
},
});
////////////////////////////////////////////////////
// 44. Price Filter Js
if ($("#slider-range").length) {
$("#slider-range").slider({
range: true,
min: 0,
max: 1000,
values: [0, 500],
slide: function (event, ui) {
$("#amount").val("$" + ui.values[0] + " - $" + ui.values[1]);
}
});
$("#amount").val("$" + $("#slider-range").slider("values", 0) +
" - $" + $("#slider-range").slider("values", 1));
$('#filter-btn').on('click', function () {
$('.filter-widget').slideToggle(1000);
});
}
})(jQuery);