-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
915 lines (796 loc) · 59.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
<!DOCTYPE html>
<html lang="hu" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<script>document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script>
<title>cbd - csak a kender</title>
<style>
.wishlist_table .add_to_cart, a.add_to_wishlist.button.alt { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; } </style>
<!-- This site is optimized with the Yoast SEO plugin v4.3 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="csak a kender"/>
<meta name="robots" content="noodp"/>
<link rel="canonical" href="https://cbd-shop.ga/" />
<meta property="og:locale" content="hu_HU" />
<meta property="og:type" content="website" />
<meta property="og:title" content="cbd - csak a kender" />
<meta property="og:description" content="csak a kender" />
<meta property="og:url" content="https://cbd-shop.ga/" />
<meta property="og:site_name" content="cbd" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="csak a kender" />
<meta name="twitter:title" content="cbd - csak a kender" />
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/cbd-shop.ga\/","name":"cbd","potentialAction":{"@type":"SearchAction","target":"https:\/\/cbd-shop.ga\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Person","url":"https:\/\/cbd-shop.ga\/","sameAs":["https:\/\/www.facebook.com\/magyarlocalhost"],"@id":"#person","name":"Luca Zolt\u00e1n"}</script>
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="cbd » hírcsatorna" href="https://cbd-shop.ga/feed/" />
<link rel="alternate" type="application/rss+xml" title="cbd » hozzászólás hírcsatorna" href="https://cbd-shop.ga/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/cbd-shop.ga\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2.9"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://cbd-shop.ga/wp-content/plugins/gutenberg/build/block-library/style.css?ver=1552943960' type='text/css' media='all' />
<link rel='stylesheet' id='wc-vendors-css' href='https://cbd-shop.ga/wp-content/plugins/woo-gutenberg-products-block/build/vendors.css?ver=1.4.0' type='text/css' media='all' />
<link rel='stylesheet' id='wc-featured-product-editor-css' href='https://cbd-shop.ga/wp-content/plugins/woo-gutenberg-products-block/build/featured-product.css?ver=1.4.0' type='text/css' media='all' />
<link rel='stylesheet' id='select2-css' href='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/css/select2.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith-wcaf-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-affiliates/assets/css/yith-wcaf.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-selectBox-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css?ver=1.2.0' type='text/css' media='all' />
<link rel='stylesheet' id='yith-wcwl-font-awesome-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-wishlist/assets/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' />
<link rel='stylesheet' id='yith-wcwl-main-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css?ver=2.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='bbp-default-css' href='https://cbd-shop.ga/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5.14-6684' type='text/css' media='screen' />
<link rel='stylesheet' id='dashicons-css' href='https://cbd-shop.ga/wp-includes/css/dashicons.min.css?ver=5.2.9' type='text/css' media='all' />
<style id='dashicons-inline-css' type='text/css'>
[data-font="Dashicons"]:before {font-family: 'Dashicons' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}
</style>
<link rel='stylesheet' id='bp-nouveau-css' href='https://cbd-shop.ga/wp-content/plugins/buddypress/bp-templates/bp-nouveau/css/buddypress.min.css?ver=4.2.0' type='text/css' media='screen' />
<link rel='stylesheet' id='contact-form-7-css' href='https://cbd-shop.ga/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='cookie-notice-front-css' href='https://cbd-shop.ga/wp-content/plugins/cookie-notice/css/front.min.css?ver=5.2.9' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='wc-gateway-ppec-frontend-cart-css' href='https://cbd-shop.ga/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend-cart.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith_wcas_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-ajax-search/assets/css/yith_wcas_ajax_search.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce_prettyPhoto_css-css' href='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith_ywraq_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-request-a-quote/assets/css/frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith-infs-style-css' href='https://cbd-shop.ga/wp-content/plugins/yith-infinite-scrolling/assets/css/frontend.css?ver=1.1.4' type='text/css' media='all' />
<link rel='stylesheet' id='yith-wcpsc-frontent-styles-css' href='https://cbd-shop.ga/wp-content/plugins/yith-product-size-charts-for-woocommerce/assets/css/frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith-wacp-frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-added-to-cart-popup/assets/css/wacp-frontend.css?ver=5.2.9' type='text/css' media='all' />
<style id='yith-wacp-frontend-inline-css' type='text/css'>
#yith-wacp-popup .yith-wacp-content a.button {
background: #ebe9eb;
color: #515151;
}
#yith-wacp-popup .yith-wacp-content a.button:hover {
background: #dad8da;
color: #515151;
}
</style>
<link rel='stylesheet' id='yit-style-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-advanced-reviews/assets/css/yit-advanced-reviews.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith_wcbm_badge_style-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-badges-management/assets/css/frontend.css?ver=1.3.14' type='text/css' media='all' />
<style id='yith_wcbm_badge_style-inline-css' type='text/css'>
.yith-wcbm-badge-153 {
color: #000000;
background-color: #2470FF;
width: 100px;
height: 50px;
line-height: 50px;
top: 0; left: 0; }
</style>
<link rel='stylesheet' id='googleFontsOpenSans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%2C800%2C300&ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith-wcbr-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-brands-add-on/assets/css/yith-wcbr.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-colorbox-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-compare/assets/css/colorbox.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='ywot_style-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-order-tracking/assets/css/ywot_style.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='ywpar_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-points-and-rewards/assets/css/frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yit-icon-retinaicon-font-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-popup/assets/fonts/retinaicon-font/style.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-popup/assets/css/font-awesome.min.css?ver=5.2.9' type='text/css' media='all' />
<style id='font-awesome-inline-css' type='text/css'>
[data-font="FontAwesome"]:before {font-family: 'FontAwesome' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}
</style>
<link rel='stylesheet' id='ypop_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-popup/assets/css/frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith_wcpb_bundle_frontend_style-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-bundles/assets/css/frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='ywqa-frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-questions-and-answers/assets/css/ywqa-frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith-quick-view-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-quick-view/assets/css/yith-quick-view.css?ver=5.2.9' type='text/css' media='all' />
<style id='yith-quick-view-inline-css' type='text/css'>
#yith-quick-view-modal .yith-wcqv-main{background:#ffffff;}
#yith-quick-view-close{color:#cdcdcd;}
#yith-quick-view-close:hover{color:#ff0000;}
</style>
<link rel='stylesheet' id='ywsl_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-social-login/assets/css/frontend.css?ver=5.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='yith_wccl_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/css/yith-wccl.css?ver=1.5.17' type='text/css' media='all' />
<style id='yith_wccl_frontend-inline-css' type='text/css'>
.select_option .yith_wccl_tooltip > span{background: ;color: ;}
.select_option .yith_wccl_tooltip.bottom span:after{border-bottom-color: ;}
.select_option .yith_wccl_tooltip.top span:after{border-top-color: ;}
</style>
<link rel='stylesheet' id='bootstrap-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/bootstrap/css/bootstrap.min.css?ver=20120208' type='text/css' media='all' />
<link rel='stylesheet' id='magnific-popup-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/css/vendor/magnific-popup.min.css?ver=20120208' type='text/css' media='all' />
<link rel='stylesheet' id='flexslider-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/css/vendor/flexslider.min.css?ver=20120208' type='text/css' media='all' />
<link rel='stylesheet' id='owl-carousel-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/css/vendor/owl.carousel.min.css?ver=2.1.7' type='text/css' media='all' />
<link rel='stylesheet' id='shop-isle-animate-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/css/vendor/animate.min.css?ver=20120208' type='text/css' media='all' />
<link rel='stylesheet' id='shop-isle-main-style-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/css/style.css?ver=1.1.52' type='text/css' media='all' />
<link rel='stylesheet' id='shop-isle-style-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/style.css?ver=1.1.52' type='text/css' media='all' />
<link rel='stylesheet' id='shop-isle-woocommerce-style1-css' href='https://cbd-shop.ga/wp-content/themes/shop-isle/inc/woocommerce/css/woocommerce.css?ver=11' type='text/css' media='all' />
<link rel='stylesheet' id='yith-fbanner-google-fonts-css' href='//fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C700%7CYanone+Kaffeesatz%3A300%2C400%2C700&ver=1.0.5' type='text/css' media='all' />
<link rel='stylesheet' id='yith-fbanner-css' href='https://cbd-shop.ga/wp-content/plugins/yith-footer-banner/assets/css/style.css?ver=1.0.5' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-ui-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/css/jquery-ui.min.css?ver=1.11.4' type='text/css' media='all' />
<link rel='stylesheet' id='yith_wapo_frontend-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/css/yith-wapo.css?ver=1.5.17' type='text/css' media='all' />
<style id='yith_wapo_frontend-inline-css' type='text/css'>
.wapo_option_tooltip .yith_wccl_tooltip > span {
background: #222222;
color: #ffffff;
}
.wapo_option_tooltip .yith_wccl_tooltip.bottom span:after {
border-bottom-color: #222222;
}
.wapo_option_tooltip .yith_wccl_tooltip.top span:after {
border-top-color: #222222;
}
</style>
<link rel='stylesheet' id='yith_wapo_frontend-colorpicker-css' href='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/css/color-picker.min.css?ver=1.5.17' type='text/css' media='all' />
<script type="text/template" id="tmpl-variation-template">
<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
<p>Sajnáljuk, ez a termék nem elérhető. Kérlek, válassz egy másik kombinációt.</p>
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/buddypress/bp-core/js/widget-members.min.js?ver=4.2.0'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js?ver=4.2.0'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/buddypress/bp-core/js/vendor/jquery-cookie.min.js?ver=4.2.0'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/buddypress/bp-core/js/vendor/jquery-scroll-to.min.js?ver=4.2.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var cnArgs = {"ajaxurl":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php","hideEffect":"fade","onScroll":"","onScrollOffset":"100","cookieName":"cookie_notice_accepted","cookieValue":"true","cookieTime":"2592000","cookiePath":"\/","cookieDomain":"","redirection":"","cache":"","refuse":"no","revoke_cookies":"0","revoke_cookies_opt":"automatic","secure":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/cookie-notice/js/front.min.js?ver=1.2.46'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var attach = {"limit_multiple_upload":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-advanced-reviews/assets/js/ywar-attachments.js?ver=5.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-order-tracking/assets/js/jquery.tooltipster.min.js?ver=5.2.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ywot = {"p":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-order-tracking/assets/js/ywot.js?ver=5.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-popup/assets/js/jquery.cookie.min.js?ver=1.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-popup/assets/js/jquery.yitpopup.min.js?ver=1.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-footer-banner/assets/js/fbanner.js?ver=1.0.5'></script>
<link rel='https://api.w.org/' href='https://cbd-shop.ga/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://cbd-shop.ga/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://cbd-shop.ga/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 5.2.9" />
<meta name="generator" content="WooCommerce 3.5.7" />
<script type="text/javascript">var ajaxurl = 'https://cbd-shop.ga/wp-admin/admin-ajax.php';</script>
<style type="text/css"> .fbanner { background: #0c445b url('https://cbd-shop.ga/wp-content/uploads/2020/11/háttér.png') ; background-repeat: repeat; background-position: top left; background-attachment: scroll; border-bottom: 6px solid #01313b } div#fbannerlogo.yith-border { top: -32px; } @media (min-width: 768px) and (max-width: 979px) { div#fbannerlogo.yith-border { top: -7px; } } #fbannermess h3, #fbannermess h3 a { color: #FFFFFF;
font-size: 25px;
font-family: 'Roboto';
font-weight: 700;
font-style: normal;
} #fbannermess p, #fbannermess p a { color: #FFFFFF;
font-size: 12px;
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
} .hiderzone a { color: #FFFFFF;
font-size: 10px;
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
; cursor: pointer; text-decoration: none; } form.fbannernewsletter input.text-field { ::-webkit-input-placeholder { color: #8f8f8f;
font-size: 10px;
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
!important; } :-moz-placeholder, ::-moz-placeholder { color: #8f8f8f;
font-size: 10px;
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
!important; } :-ms-input-placeholder { color: #8f8f8f;
font-size: 10px;
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
!important; } } div#fbannernews .submit-field { background: #ff9c00 } div#fbannernews .submit-field:hover { background: #f7b957 } input.submit-field { color: #ffffff;
font-size: 10px;
font-family: 'Roboto';
font-weight: 700;
font-style: normal;
} .fbannernewsletter INPUT[type="text"] { color: #8f8f8f;
font-size: 10px;
font-family: 'Roboto';
font-weight: 400;
font-style: normal;
} .fbanner-top-text { color: #ffffff;
font-size: 10px;
font-family: 'Roboto';
font-weight: 700;
font-style: normal;
; } </style> <script type="text/javascript"> var templateDir = "yith-fbanner-yith-fbanner-shop-isle-hide-banner-hide-banner"; </script>
<style type="text/css" >
#yith-topbar-countdown.topbar-countdown-container{
background-color: #144a60;
background-image: url('https://cbd-shop.ga/wp-content/plugins/yith-topbar-countdown/assets/images/pattern.png');
background-repeat:repeat;
background-position:top left;
background-attachment:scroll;
}
#yith-topbar-countdown .countdown_slogan{
color: #FFFFFF;
font-size: 30px;
font-family: 'Yanone Kaffeesatz';
font-weight: 400;
font-style: normal;
}
#yith-topbar-countdown .countdown_information .countdown .num {color: #b8cad1;
font-size: 40px;
font-family: 'Yanone Kaffeesatz';
font-weight: 700;
font-style: normal;
}
#yith-topbar-countdown .countdown_information .countdown_slogan strong{
color: #b8cad1;
font-size: 30px;
font-family: 'Yanone Kaffeesatz';
font-weight: 700;
font-style: normal;
}
#yith-topbar-countdown .countdown_information .message,
#yith-topbar-countdown .countdown_information .countdown-label{
color: #FFFFFF;
font-size: 25px;
font-family: 'Yanone Kaffeesatz';
font-weight: 400;
font-style: normal;
}
#yith-topbar-countdown .countdown_button {
background-color: #aa2929;
color: #FFFFFF;
font-size: 25px;
font-family: 'Yanone Kaffeesatz';
font-weight: 700;
font-style: normal;
}
#yith-topbar-countdown .countdown_button a{color: #FFFFFF;
font-size: 25px;
font-family: 'Yanone Kaffeesatz';
font-weight: 700;
font-style: normal;
}
#yith-topbar-countdown .countdown_button:hover {
background-color: #821919;
}
</style>
<meta name="referrer" content="always"/><style id="shop_isle_customizr_pallete" type="text/css">.module.module-video { padding: 130px 0px; }</style> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<style type="text/css" id="custom-background-css">
body.custom-background { background-image: url("https://cbd-shop.ga/wp-content/uploads/2020/11/háttér.png"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; }
</style>
</head>
<body class="home-page bp-nouveau home blog custom-background cookies-not-set woocommerce-no-js yith-ctpw yith-wcan-free yith-wcms hide_checkout_login_reminder yith-wapo-frontend woocommerce-active no-js">
<!-- Preloader -->
<div class="page-loader"><div class="loader">Loading...</div></div>
<header class="header">
<!-- Navigation start -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="header-container">
<div class="navbar-header">
<div class="shop_isle_header_title"><div class="shop-isle-header-title-inner"><h1 class="site-title"><a href="https://cbd-shop.ga/" title="cbd" rel="home">cbd</a></h1><p class="site-description"><a href="https://cbd-shop.ga/" title="csak a kender" rel="home">csak a kender</a></p></div></div>
<div type="button" class="navbar-toggle" data-toggle="collapse" data-target="#custom-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
</div>
<div class="header-menu-wrap">
<div class="collapse navbar-collapse" id="custom-collapse">
<div class="nav navbar-nav navbar-right"><ul>
<li class="current_page_item"><a href="https://cbd-shop.ga/">Kezdőlap</a></li><li class="page_item page-item-73"><a href="https://cbd-shop.ga/fiokom/">A fiókom</a></li>
<li class="page_item page-item-95"><a href="https://cbd-shop.ga/csoportok/">Csoportok</a></li>
<li class="page_item page-item-24"><a href="https://cbd-shop.ga/request-quote/">Kérjen ajánlatot</a></li>
<li class="page_item page-item-69"><a href="https://cbd-shop.ga/kosar/">Kosár</a></li>
<li class="page_item page-item-25"><a href="https://cbd-shop.ga/affiliate-dashboard/">Partner oldal</a></li>
<li class="page_item page-item-71"><a href="https://cbd-shop.ga/penztar/">Pénztár</a></li>
<li class="page_item page-item-8"><a href="https://cbd-shop.ga/tagok/">Tagok</a></li>
<li class="page_item page-item-7"><a href="https://cbd-shop.ga/tevekenyseg/">Tevékenység</a></li>
<li class="page_item page-item-67"><a href="https://cbd-shop.ga/uzlet/">Üzlet</a></li>
</ul></div>
</div>
</div>
<div class="navbar-cart">
<div class="header-search">
<div class="glyphicon glyphicon-search header-search-button"></div>
<div class="header-search-input">
<form role="search" method="get" class="woocommerce-product-search" action="https://cbd-shop.ga/">
<input type="search" class="search-field" placeholder="Search Products…" value="" name="s" title="Search for:" />
<input type="submit" value="Search" />
<input type="hidden" name="post_type" value="product" />
</form>
</div>
</div>
<div class="navbar-cart-inner">
<a href="https://cbd-shop.ga/kosar/" title="View your shopping cart" class="cart-contents">
<span class="icon-basket"></span>
<span class="cart-item-number">0</span>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- Navigation end -->
</header>
<!-- Wrapper start -->
<div class="main">
<!-- Header section start -->
<section class="page-header-module module bg-dark" data-background="https://cbd-shop.ga/wp-content/uploads/2020/11/cropped-Cannabidiol-and-cbd-oil-scaled.jpg"> <div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h1 class="module-title font-alt shop-isle-blog-header-title">Természet közelsége béke érzete</h1><div class="module-subtitle font-serif mb-0 shop-isle-blog-header-subtitle">ez majd lelazít</div>
</div><!-- .col-sm-10 col-sm-offset-1 -->
</div><!-- .row -->
</div><!-- .container -->
</section><!-- .module --> <!-- Header section end -->
<!-- Blog standard start -->
<section class="module">
<div class="container">
<div class="row">
<!-- Content column start -->
<div class="col-sm-8" id="shop-isle-blog-container">
<div id="post-148" class="post post-148 type-post status-publish format-standard has-post-thumbnail hentry category-egyeb-kategoria-hu">
<div class="post-thumbnail"><a href="https://cbd-shop.ga/2020/11/30/cbd-a-kender-jo-oldala/"><img width="390" height="500" src="https://cbd-shop.ga/wp-content/uploads/2020/11/FB_IMG_1604725055217-390x500.jpg" class="attachment-shop_isle_blog_image_size size-shop_isle_blog_image_size wp-post-image" alt="" srcset="https://cbd-shop.ga/wp-content/uploads/2020/11/FB_IMG_1604725055217-390x500.jpg 390w, https://cbd-shop.ga/wp-content/uploads/2020/11/FB_IMG_1604725055217-233x300.jpg 233w, https://cbd-shop.ga/wp-content/uploads/2020/11/FB_IMG_1604725055217-23x30.jpg 23w" sizes="(max-width: 390px) 100vw, 390px" /></a></div>
<div class="post-header font-alt">
<h2 class="post-title entry-title"><a href="https://cbd-shop.ga/2020/11/30/cbd-a-kender-jo-oldala/">cbd a kender jó oldala</a></h2>
<div class="post-meta">
By <a href="https://cbd-shop.ga/author/administrator/" class="author vcard"><span class="fn">Administrator</span></a> | <a href="https://cbd-shop.ga/2020/11/30/" rel="bookmark"><time class="entry-date published updated date" datetime="2020-11-30T06:41:41+01:00">2020.11.30.</time></a> | <a href="https://cbd-shop.ga/2020/11/30/cbd-a-kender-jo-oldala/#comments">1 Comment</a> | <a href="https://cbd-shop.ga/category/egyeb-kategoria-hu/" title="View all posts in Egyéb kategória">Egyéb kategória</a>
</div>
</div>
<div class="post-entry entry-content">
<p>Kender mint csoda növény</p>
</div>
<div class="post-more"><a href="https://cbd-shop.ga/2020/11/30/cbd-a-kender-jo-oldala/" class="more-link">Read more</a></div>
</div>
<div id="post-1" class="post post-1 type-post status-publish format-standard has-post-thumbnail hentry category-egyeb tag-cbc tag-cbd tag-cbg tag-cbn">
<div class="post-thumbnail"><a href="https://cbd-shop.ga/2020/11/21/hello-vilag/"><img width="750" height="500" src="https://cbd-shop.ga/wp-content/uploads/2020/11/FB_IMG_1595324986866-750x500.jpg" class="attachment-shop_isle_blog_image_size size-shop_isle_blog_image_size wp-post-image" alt="" /></a></div>
<div class="post-header font-alt">
<h2 class="post-title entry-title"><a href="https://cbd-shop.ga/2020/11/21/hello-vilag/">Helló Világ!</a></h2>
<div class="post-meta">
By <a href="https://cbd-shop.ga/author/administrator/" class="author vcard"><span class="fn">Administrator</span></a> | <a href="https://cbd-shop.ga/2020/11/21/" rel="bookmark"><time class="entry-date published updated date" datetime="2020-11-21T15:36:58+01:00">2020.11.21.</time></a> | <a href="https://cbd-shop.ga/2020/11/21/hello-vilag/#comments">1 Comment</a> | <a href="https://cbd-shop.ga/category/egyeb/" title="View all posts in Egyéb kategória">Egyéb kategória</a>
</div>
</div>
<div class="post-entry entry-content">
<p>Üdvözlet a Kender világában Én Luca Zoltán vagyok és szeretnélek él kísérni egy természetes út felé ami segít</p>
</div>
<div class="post-more"><a href="https://cbd-shop.ga/2020/11/21/hello-vilag/" class="more-link">Read more</a></div>
</div>
<!-- Pagination start-->
<div class="pagination font-alt">
</div>
<!-- Pagination end -->
</div>
<!-- Content column end -->
<!-- Sidebar column start -->
<div class="col-sm-4 col-md-3 col-md-offset-1 sidebar">
<aside id="secondary" class="widget-area" role="complementary">
<div id="search-2" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://cbd-shop.ga/">
<label>
<span class="screen-reader-text">Keresés:</span>
<input type="search" class="search-field" placeholder="Keresés…" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Keresés" />
</form></div> <div id="recent-posts-2" class="widget widget_recent_entries"> <h3 class="widget-title">Legutóbbi bejegyzések</h3> <ul>
<li>
<a href="https://cbd-shop.ga/2020/11/30/cbd-a-kender-jo-oldala/">cbd a kender jó oldala</a>
</li>
<li>
<a href="https://cbd-shop.ga/2020/11/21/hello-vilag/">Helló Világ!</a>
</li>
</ul>
</div><div id="recent-comments-2" class="widget widget_recent_comments"><h3 class="widget-title">Legutóbbi hozzászólások</h3><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Administrator</span> - <a href="https://cbd-shop.ga/2020/11/30/cbd-a-kender-jo-oldala/#comment-2">cbd a kender jó oldala</a></li><li class="recentcomments"><span class="comment-author-link"><a href='https://wordpress.org/' rel='external nofollow' class='url'>WordPress Commenter</a></span> - <a href="https://cbd-shop.ga/2020/11/21/hello-vilag/#comment-1">Helló Világ!</a></li></ul></div><div id="archives-2" class="widget widget_archive"><h3 class="widget-title">Archívum</h3> <ul>
<li><a href='https://cbd-shop.ga/2020/11/'>2020 november</a></li>
</ul>
</div><div id="categories-2" class="widget widget_categories"><h3 class="widget-title">Kategóriák</h3> <ul>
<li class="cat-item cat-item-1"><a href="https://cbd-shop.ga/category/egyeb/">Egyéb kategória</a>
</li>
<li class="cat-item cat-item-37"><a href="https://cbd-shop.ga/category/egyeb-kategoria-hu/">Egyéb kategória</a>
</li>
</ul>
</div><div id="meta-2" class="widget widget_meta"><h3 class="widget-title">Meta</h3> <ul>
<li><a rel="nofollow" href="https://cbd-shop.ga/wp-login.php">Bejelentkezés</a></li>
<li><a href="https://cbd-shop.ga/feed/"><abbr title="Really Simple Syndication">RSS</abbr> (bejegyzés)</a></li>
<li><a href="https://cbd-shop.ga/comments/feed/"><acronym title="Really Simple Syndication">RSS</acronym> (hozzászólás)</a></li>
<li><a href="https://hu.wordpress.org/" title="Köszönet a WordPress Közösségnek.">WordPress.org</a></li> </ul>
</div></aside><!-- #secondary -->
</div>
<!-- Sidebar column end -->
</div><!-- .row -->
</div>
</section>
<!-- Blog standard end -->
</div><div class="bottom-page-wrap"> <!-- Widgets start -->
<div style="display: none"></div> <!-- Footer start -->
<footer class="footer bg-dark">
<!-- Divider -->
<hr class="divider-d">
<!-- Divider -->
<div class="container">
<div class="row">
<div class="col-sm-6"><p class="shop-isle-poweredby-box"><a class="shop-isle-poweredby" href="http://themeisle.com/themes/shop-isle/" rel="nofollow">ShopIsle </a>powered by<a class="shop-isle-poweredby" href="http://wordpress.org/" rel="nofollow"> WordPress</a></p></div><div class="col-sm-6"><div class="footer-social-links"><a href="#" target="_blank"><span class="social_facebook"></span></a><a href="#" target="_blank"><span class="social_twitter"></span></a><a href="#" target="_blank"><span class="social_dribbble"></span></a><a href="#" target="_blank"><span class="social_skype"></span></a></div></div> </div><!-- .row -->
</div>
</footer>
<!-- Footer end -->
</div><!-- .bottom-page-wrap -->
</div>
<!-- Wrapper end -->
<!-- Scroll-up -->
<div class="scroll-up">
<a href="#totop"><i class="arrow_carrot-2up"></i></a>
</div>
<div id="yith-wacp-popup">
<div class="yith-wacp-overlay"></div>
<div class="yith-wacp-wrapper woocommerce">
<div class="yith-wacp-main">
<div class="yith-wacp-head">
<a href="#" class="yith-wacp-close">X</a>
</div>
<div class="yith-wacp-content"></div>
</div>
</div>
</div>
<div id="yith-quick-view-modal">
<div class="yith-quick-view-overlay"></div>
<div class="yith-wcqv-wrapper">
<div class="yith-wcqv-main">
<div class="yith-wcqv-head">
<a href="#" id="yith-quick-view-close" class="yith-wcqv-close">X</a>
</div>
<div id="yith-quick-view-content" class="woocommerce single-product"></div>
</div>
</div>
</div> <script type="text/javascript">
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
</script>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" aria-label="Bezárás (Esc)"></button>
<button class="pswp__button pswp__button--share" aria-label="Megosztás"></button>
<button class="pswp__button pswp__button--fs" aria-label="Teljes képernyő váltás"></button>
<button class="pswp__button pswp__button--zoom" aria-label="Nagyítás/Kicsinyítés"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" aria-label="Előző (nyíl balra)"></button>
<button class="pswp__button pswp__button--arrow--right" aria-label="Következő (jobbra nyíl)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<link rel='stylesheet' id='photoswipe-css' href='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css?ver=3.5.7' type='text/css' media='all' />
<link rel='stylesheet' id='photoswipe-default-skin-css' href='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css?ver=3.5.7' type='text/css' media='all' />
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4'></script>
<script type='text/javascript'>
jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Bez\u00e1r\u00e1s","currentText":"Ma","monthNames":["janu\u00e1r","febru\u00e1r","m\u00e1rcius","\u00e1prilis","m\u00e1jus","j\u00fanius","j\u00falius","augusztus","szeptember","okt\u00f3ber","november","december"],"monthNamesShort":["jan","feb","M\u00e1r","\u00e1pr","m\u00e1j","j\u00fan","J\u00fal","aug","Sze","okt","nov","dec"],"nextText":"K\u00f6vetkez\u0151","prevText":"El\u0151z\u0151","dayNames":["vas\u00e1rnap","h\u00e9tf\u0151","kedd","szerda","cs\u00fct\u00f6rt\u00f6k","p\u00e9ntek","szombat"],"dayNamesShort":["vas","h\u00e9t","ked","sze","cs\u00fc","p\u00e9n","szo"],"dayNamesMin":["v","h","k","s","c","p","s"],"dateFormat":"yy.mm.dd.","firstDay":1,"isRTL":false});});
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js?ver=1.0.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_wcaf = {"labels":{"select2_i18n_matches_1":"One result is available, press enter to select it.","select2_i18n_matches_n":"%qty% results are available, use up and down arrow keys to navigate.","select2_i18n_no_matches":"Nincsenek tal\u00e1latok","select2_i18n_ajax_error":"A bet\u00f6lt\u00e9s sikertelen","select2_i18n_input_too_short_1":"K\u00e9rlek, \u00edrj be 1 vagy t\u00f6bb karaktert","select2_i18n_input_too_short_n":"K\u00e9rlek, \u00edrj be %qty% vagy t\u00f6bb karaktert","select2_i18n_input_too_long_1":"K\u00e9rlek, t\u00f6r\u00f6lj 1 karaktert","select2_i18n_input_too_long_n":"K\u00e9rlek, t\u00f6r\u00f6lj %qty% karaktert","select2_i18n_selection_too_long_1":"Csak 1 elemet v\u00e1laszthatsz","select2_i18n_selection_too_long_n":"Csak %qty% elemet v\u00e1laszthatsz","select2_i18n_load_more":"Tov\u00e1bbi tal\u00e1latok bet\u00f6lt\u00e9se…","select2_i18n_searching":"Keres\u00e9s…","link_copied_message":"Url copied"},"ajax_url":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php","search_products_nonce":"506db5c274","set_referrer_nonce":"7c1db023c8","get_withdraw_amount":"0b94fe6eb4"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-affiliates/assets/js/yith-wcaf.min.js?ver=5.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js?ver=1.2.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","multi_wishlist":"","hide_add_button":"1","is_user_logged_in":"","ajax_loader_url":"https:\/\/cbd-shop.ga\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader.gif","remove_from_wishlist_after_add_to_cart":"yes","labels":{"cookie_disabled":"Ehhez a funkci\u00f3hoz enged\u00e9lyezned kell a cookie-kat.","added_to_cart_message":"<div class=\"woocommerce-message\">Hozz\u00e1adva a kos\u00e1rhoz<\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","move_to_another_wishlist_action":"move_to_another_wishlsit","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js?ver=2.2.8'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.14-6684'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var BP_Nouveau = {"ajaxurl":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php","confirm":"Biztos vagy benne?","show_x_comments":"Mutasd az \u00f6sszes %d hozz\u00e1sz\u00f3l\u00e1st","unsaved_changes":"Az adatlap mentetlen m\u00f3dos\u00edt\u00e1sokat tartalmaz. Ha elhagyja az oldalt, a m\u00f3dos\u00edt\u00e1sok elvesznek.","object_nav_parent":"#buddypress","objects":["activity","members","groups","blogs","xprofile","friends","messages","settings","notifications","group_members","group_requests"],"nonces":{"activity":"b5a2d36574","members":"f60efd0915","groups":"7eb390d85e","blogs":"ba2b16fdf2","xprofile":"5df81dea02","friends":"d6da1f5016","messages":"af0a472db9","settings":"2368b10a99","notifications":"48fe0b818d"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js?ver=4.2.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpcf7 = {"apiSettings":{"root":"https:\/\/cbd-shop.ga\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.1'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"Kos\u00e1r","cart_url":"https:\/\/cbd-shop.ga\/kosar\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.5.7'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.5.7'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_da59f028af36b5158437f82723c26926","fragment_name":"wc_fragments_da59f028af36b5158437f82723c26926"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.5.7'></script>
<script type='text/javascript'>
jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {
jQuery( 'body' ).trigger( 'jetpack-lazy-images-load' );
} );
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-ajax-search/assets/js/yith-autocomplete.min.js?ver=1.2.7'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.5'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ywraq_frontend = {"ajaxurl":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php","no_product_in_list":"Your list is empty"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-request-a-quote/assets/js/frontend.min.js?ver=1.0'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-infinite-scrolling/assets/js/yith.infinitescroll.min.js?ver=1.1.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_infs = {"navSelector":"nav.navigation","nextSelector":"nav.navigation a.next","itemSelector":"article.post","contentSelector":"#main","loader":"https:\/\/cbd-shop.ga\/wp-content\/plugins\/yith-infinite-scrolling\/assets\/images\/loader.gif","shop":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-infinite-scrolling/assets/js/yith-infs.min.js?ver=1.1.4'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-added-to-cart-popup/assets/js/wacp-frontend.min.js?ver=1.3.6'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_woocompare = {"ajaxurl":"\/?wc-ajax=%%endpoint%%","actionadd":"yith-woocompare-add-product","actionremove":"yith-woocompare-remove-product","actionview":"yith-woocompare-view-table","actionreload":"yith-woocompare-reload-product","added_label":"Added","table_title":"Product Comparison","auto_open":"yes","loader":"https:\/\/cbd-shop.ga\/wp-content\/plugins\/yith-woocommerce-compare\/assets\/images\/loader.gif","button_text":"Compare","cookie_name":"yith_woocompare_list","close_label":"Close"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-compare/assets/js/woocompare.min.js?ver=2.3.8'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-compare/assets/js/jquery.colorbox-min.js?ver=1.4.21'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_wpar_general = {"ajax_url":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-points-and-rewards/assets/js/frontend.min.js?ver=1.3.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ywqa_frontend = {"reply_to_question":null};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-questions-and-answers/assets/js/ywqa-frontend.js?ver=5.2.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_qv = {"ajaxurl":"\/wp-admin\/admin-ajax.php","loader":"https:\/\/cbd-shop.ga\/wp-content\/plugins\/yith-woocommerce-quick-view\/assets\/image\/qv-loader.gif","is2_2":"","lang":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-quick-view/assets/js/frontend.min.js?ver=1.3.7'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-gift-cards/assets/js/ywgc-frontend.min.js?ver=1.3.4'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-social-login/assets/js/frontend.min.js?ver=1.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mailchimp_public_data = {"site_url":"https:\/\/cbd-shop.ga","ajax_url":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=2.1.14'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/underscore.min.js?ver=1.8.3'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/wp-util.min.js?ver=5.2.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sajn\u00e1ljuk, de egy term\u00e9k sem felelt meg a felt\u00e9teleknek. K\u00e9rlek, v\u00e1lassz egy m\u00e1sik kombin\u00e1ci\u00f3t.","i18n_make_a_selection_text":"A kos\u00e1rba helyez\u00e9s el\u0151tt v\u00e1lasszunk term\u00e9kopci\u00f3t.","i18n_unavailable_text":"Sajn\u00e1ljuk, ez a term\u00e9k nem el\u00e9rhet\u0151. K\u00e9rlek, v\u00e1lassz egy m\u00e1sik kombin\u00e1ci\u00f3t."};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=3.5.7'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_wccl_general = {"ajaxurl":"\/?wc-ajax=%%endpoint%%","actionAddCart":"yith_wccl_add_to_cart","actionVariationGallery":"yith_wccl_variation_gallery","cart_redirect":"","cart_url":"https:\/\/cbd-shop.ga\/kosar\/","view_cart":"View Cart","tooltip":"","tooltip_pos":"","tooltip_ani":"","description":"","add_cart":"","grey_out":"","image_hover":"","wrapper_container_shop":"li.product","image_selector":"img.wp-post-image, img.attachment-woocommerce_thumbnail"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/js/yith-wccl.min.js?ver=1.5.17'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/bootstrap/js/bootstrap.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/vendor/jquery.mb.YTPlayer.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/vendor/jqBootstrapValidation.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/vendor/jquery.magnific-popup.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/vendor/jquery.fitvids.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/vendor/smoothscroll.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/vendor/owl.carousel.min.js?ver=2.1.8'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/assets/js/custom.js?ver=20180411'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/js/navigation.min.js?ver=20120208'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/themes/shop-isle/js/skip-link-focus-fix.min.js?ver=20130118'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/js/jquery-ui/jquery-ui.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/js/accounting.min.js?ver=0.4.2'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/js/iris.min.js?ver=1.0.0'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/js/color-picker.min.js?ver=1.0.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var yith_wapo_general = {"ajax_url":"https:\/\/cbd-shop.ga\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","tooltip":"1","tooltip_pos":"top","tooltip_ani":"fade","currency_format_num_decimals":"0","currency_format_symbol":"Ft","currency_format_decimal_sep":",","currency_format_thousand_sep":" ","currency_format":"%v\u00a0%s","do_submit":"1","date_format":"mm\/dd\/yy","keep_price_shown":"","alternative_replace_image":"no"};
var wpColorPickerL10n = {"clear":"Clear","defaultString":"Default","pick":"Select color","current":"Current color"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/yith-woocommerce-product-add-ons/assets/js/yith-wapo-frontend.min.js?ver=1.5.17'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-includes/js/wp-embed.min.js?ver=5.2.9'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1'></script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_single_product_params = {"i18n_required_rating_text":"K\u00e9rlek, v\u00e1lassz egy \u00e9rt\u00e9kel\u00e9st","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cbd-shop.ga/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=3.5.7'></script>
<style id="shop_isle_footer_css" type="text/css">
.wr-megamenu-container.bg-tr {
background: transparent !important;
}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu,
.wr-megamenu-inner {
background: rgba(10, 10, 10, .9) !important;
color: #fff !important;
}
@media (max-width: 768px) {
.navbar-fixed-top .navbar-collapse {
background: rgba(10, 10, 10, .9) !important;
}
}
</style><!-- YITH-FOOTER-BANNER --><div class="fbanner-placeholder"></div><div class="fbanner"> <div id="fbannercont" class="group"> <div id="fbannerlogo" class="yith-border"> <a href="http://yithemes.com/?ap_id=yith-fbanner" title="Csatlakozz a természethez"> <img src="https://cbd-shop.ga/wp-content/plugins/yith-footer-banner/assets/images/iconposta.png" alt="Csatlakozz a természethez"/> </a> </div> <ul id="fbannermess"> <li> <h3> <a href="http://yithemes.com/?ap_id=yith-fbanner" title="Csatlakozz a természethez"> Csatlakozz a természethez </a> </h3> </li> <li> <p> <a href="http://yithemes.com/?ap_id=yith-fbanner" title="Csatlakozz a természethez"> kérlek iratkozz fel </a> </p> </li> </ul> <div id="fbannernews"> <form method="POST" action="" class="fbannernewsletter"> <fieldset> <p class="fbanner-top-text both-fields">Fill the forms to signup</p> <ul class="newsfields"> <li class="newstop fbanner-fields"> <input type="text" name="name" id="name" class="name-field text-field" placeholder="Name" /> </li> <li class="newsbottom fbanner-fields"> <input type="text" name="email" id="email" class="email-field text-field" placeholder="Email" /> </li> <li class="newssubmit fbanner-fields"> <input type="submit" value="SUBSCRIBE" class="submit-field newssubmit" /> </li> </ul> </fieldset> </form> </div> </div><!-- fbannercont --> <ul class="hiderzone"> <li> <div id="showhideforever"> <a href="#" title="x forever"> x forever </a> </div> </li> <li> <div id="showhidefbanner"> <a href="#" title="x"> x </a> </div> </li> </ul></div><!-- fbanner --><!-- YITH-FOOTER-BANNER -->
<div id="cookie-notice" role="banner" class="cn-bottom bootstrap" style="color: #fff; background-color: #000;"><div class="cookie-notice-container"><span id="cn-notice-text">Kedves Látogató! Tájékoztatjuk, hogy a honlap felhasználói élmény fokozásának érdekében sütiket alkalmazunk. A honlapunk használatával ön a tájékoztatásunkat tudomásul veszi.</span><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button bootstrap button">Elfogadom</a>
</div>
</div>
</body>
</html>