/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));background-image:-webkit-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-o-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:linear-gradient(to bottom, #DFDFDF, #BEBEBE);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));background-image:-webkit-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-o-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:linear-gradient(to bottom, #E5E5E5, #E9E9E9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .bs-tooltip-top .tooltip-inner,.slider .bs-tooltip-bottom .tooltip-inner{position:relative;left:-50%}.slider.bs-tooltip-left .tooltip-inner,.slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}.slider .tooltip{pointer-events:none}.slider .tooltip.bs-tooltip-top .arrow,.slider .tooltip.bs-tooltip-bottom .arrow{left:-.4rem}.slider .tooltip.bs-tooltip-top{margin-top:-44px}.slider .tooltip.bs-tooltip-bottom{margin-top:2px}.slider .tooltip.bs-tooltip-left,.slider .tooltip.bs-tooltip-right{margin-top:-14px}.slider .tooltip.bs-tooltip-left .arrow,.slider .tooltip.bs-tooltip-right .arrow{top:8px}.slider .hide{display:none}.slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-o-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;cursor:pointer}.slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:-o-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:linear-gradient(to bottom, #F9F9F9, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0)}.slider-track-low,.slider-track-high{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;background:transparent}.slider-handle{background-color:#2d52a6;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);position:absolute;top:0;width:20px;height:20px;border:0px solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-o-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;width:20px;height:20px;filter:none;opacity:0.8;border:0px solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);opacity:1}.filter{background:#fff;margin-bottom:20px}.filter-title{background-color:#fff;color:#454545;font-size:16px;padding:10px;text-align:left;border-bottom:1px solid #e4e4e4;font-family:"open_sanssemibold" !important}.filter-block{padding:10px}.filter-block:last-child{padding-bottom:15px}.filter-blockTitle{color:#454545;font-size:16px;padding-bottom:10px}.moFilterBlock{display:none;padding:0 0 15px;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;z-index:998;position:relative}.moFilterBlock.moFilterFix{background:#fff none repeat scroll 0 0;border-bottom:2px solid #3a7d44;left:0;position:fixed;right:0;text-align:center;top:62px;-webkit-transform:translateY(-60px);-moz-transform:translateY(-60px);-ms-transform:translateY(-60px);-o-transform:translateY(-60px);transform:translateY(-60px);-webkit-transform:0.5s, visibility 0 0;-moz-transition:-moz-transform 0.5s, visibility 0 0;transition:transform 0.5s, visibility 0 0;padding:10px;top:117px}.moFilterBlock.scrollBack{top:118px}#filterAccordion .cat-title{font-size:13px}#filterAccordion .cat-title .title{width:80%;display:block}#filterAccordion .cat-title a[data-bs-toggle="collapse"]{background:url(../images/sprit.png) center center no-repeat;float:right;height:12px;width:13px;background-position:-61px -256px;margin-top:-17px;background-size:750px auto;transition:transform 0.5s ease}#filterAccordion .cat-title a[data-bs-toggle="collapse"].collapsed{background-position:-43px -256px;transform:rotate(90deg)}#filterAccordion .cat-title.active .title{color:#3a7d44}#filterAccordion .cat-title .title:hover{color:#62c35d}#filterAccordion .cat-list{list-style:none;padding:0}#filterAccordion .cat-list li{padding-bottom:10px;padding-left:10px}#filterAccordion .cat-list li a{display:block;transition:all 0.3s ease 0s;font-size:13px;display:flex;justify-content:space-between}#filterAccordion .cat-list li a::before{display:none !important;content:"";background:url(../images/sprit.png) center center no-repeat;background-position:-40px -1px;background-size:600px auto;display:inline-block;height:13px;width:7px;margin-right:5px}#filterAccordion .cat-list li a.active{color:#62c35d}#filterAccordion .cat-list li a.active::before{background-position:-64px -202px}#filterAccordion .cat-list li a:hover{margin-left:5px;color:#62c35d}#filterAccordion .cat-list li a:hover::before{background-position:-64px -202px}#filterAccordion .cat-list li .pNum{float:right;margin-left:7px}.rangePriceBlock{margin-top:25px;position:relative;margin-bottom:20px}.rangePriceBlock .min,.rangePriceBlock .max{position:absolute}.rangePriceBlock .min{float:left;top:20px;left:-8px}.rangePriceBlock .max{float:right;top:20px;right:-8px}.rangePriceBlock .slider.slider-horizontal{width:100%}.rangePriceBlock .slider-track{height:5px;width:100%;margin-top:-5px;top:50%;left:0;background:#fff !important;cursor:pointer;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);background-color:#f7f7f7}.rangePriceBlock .slider-selection{background-color:#d0d0d0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:none;box-shadow:none}.rangePriceBlock .slider-handle{margin-top:-3px;background-color:#3a7d44 !important}.rangePriceBlock .slider.slider-horizontal .slider-selection,.rangePriceBlock .slider.slider-horizontal .slider-track-high,.rangePriceBlock .slider.slider-horizontal .slider-track-low{height:5px}@media screen and (max-width: 767px){.moFilterBlock .dropdown form{width:100%}.moFilterBlock .dropdown select.btn-secondary{outline:0;line-height:1.42857;display:inline-block;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;cursor:pointer;border-radius:5px;max-width:100%;width:100%;background:#fff url(../images/dd-arrow.png) no-repeat scroll right 0;color:#454545;font-size:14px;height:40px;padding:5px 30px 5px 10px;border:1px solid #d0d0d0;box-shadow:inset 0px -1px #d0d0d0;background-size:12px;background-position:93% 50%}.moFilterBlock .dropdown select.btn-secondary:active,.moFilterBlock .dropdown select.btn-secondary:hover,.moFilterBlock .dropdown select.btn-secondary:focus{background-color:#fff !important;border-color:#d0d0d0 !important;color:#454545 !important}.moFilterBlock .dropdown select.btn-secondary option{background-color:#fff !important;color:#5f5f5f !important}.filter{margin-bottom:0;height:100%}.filter-wrap{background:#fff}.filter-wrap{position:fixed;top:0;bottom:0;z-index:9999;right:-100%;width:270px;padding:10px;overflow:scroll;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out}.filter-wrap.show{right:0px}.moFilterBlock{display:block}.moFilterBlock.scrollBack{top:117px}.desclaimerShow .moFilterBlock.moFilterFix{top:100px}.desclaimerShow .moFilterBlock.scrollBack{top:152px}}.catNewBtn{box-shadow:inset 0px -1px #d0d0d0;border:1px solid #d0d0d0 !important;min-height:40px;height:40px;width:100%}.line-clamp-1{-webkit-line-clamp:1;line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-2{-webkit-line-clamp:2 !important;line-clamp:2 !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;overflow:hidden !important;text-overflow:ellipsis !important}.speci-block{margin:25px 25px 25px 40px;border-radius:3px;box-shadow:0 1px 5px #bbb;padding:10px;position:relative;display:inline-block}.speci-block-image{background:#fff;border-radius:50%;box-shadow:0 0 4px #bbb;float:left;margin:-22px 15px -25px -50px;overflow:hidden;padding:5px}.speci-block-image img{border:1px dotted #a2a2a2;border-radius:50%}.speci-block-text p{margin:0}.speci-block.right{margin:25px 40px 25px 25px}.speci-block.right .speci-block-image{float:right;margin:-24px -50px -25px 15px}.otherLinks-wrap{margin-top:20px;padding-top:20px;border-top:1px solid #c2c2c2;margin-bottom:10px}.otherLinks a{text-decoration:underline;margin-bottom:10px;color:#515151;font-size:14px;display:block;display:flex}.otherLinks a::before{content:"";background:url(../images/sprit.png) no-repeat;display:inline-block;height:18px;width:14px;background-position:-54px -3px;vertical-align:middle;background-size:850px auto;margin-right:5px}.otherLinks a:hover{text-decoration:none}.indication-wrap{margin-top:80px}.indication-box{width:20%;float:left;border-right:1px solid #ccc;min-height:80px;padding:90px 5px 59px}.indication-box:nth-child(odd){background:#f8f8f8}.indication-box:nth-child(even){background:#e8e8e8}.indication-box:nth-child(5n){border-right:none}.indication-box_img{margin-top:-144px;text-align:center}.indication-box_text p{color:#908f95;vertical-align:middle}.indication-box_text p span{color:#8fdee6;display:table-cell;font-size:40px;font-weight:normal;line-height:32px;padding:0 5px 5px 0;text-align:left;vertical-align:top;float:left}.table-scroll{position:relative;overflow:hidden;margin-bottom:15px}.table-scroll table{width:100%;border-collapse:collapse;text-align:center;border:1px solid #ddd}.table-scroll th{color:#fff}.table-scroll th:nth-child(odd){background:#5f840b}.table-scroll th:nth-child(even){background:#7aa615}.main-table .img-class img{background:#fff 0 0;border:1px solid #dedede;width:200px;border-radius:100%}.main-table strong{display:block;padding-bottom:5px}.main-table tr:nth-child(2n+1) td:first-child{background:#5f840b}.main-table td{text-align:center;vertical-align:middle;padding:16px 15px 15px}.main-table td:nth-child(odd){background:#e2e2e3}.main-table td:nth-child(even){background:#ececec}.main-table td.odd-td{background:#7aa615}.grooming-tbl .main-table th{background:#5f840b}.quickviewpopup{display:block !important}.title-bgGray{color:#505456;letter-spacing:3px;background:#f5f5f5;text-align:center;text-transform:uppercase;border-bottom:3px solid #ccc;padding:15px 0;font-size:18px}.title-plusIcon{font-size:20px;text-transform:uppercase;position:relative;font-size:20px;font-family:"open_sansregular"}.title-plusIcon::before{height:30px;width:30px;content:"+";color:#0f034e;left:-40px;line-height:28px;position:absolute;top:-6px;z-index:2;text-align:center;font-size:24px;border:2px solid #0f034e;border-radius:100%}.plussList{list-style:none}.plussList li{font-size:20px;text-transform:uppercase;position:relative;display:inline-block;width:33%;margin:25px 0}.plussList li::before{content:"+";color:#fff;background:#0f034e;left:-40px;line-height:25px;position:absolute;text-align:center;top:0;width:30px;z-index:2;font-size:27px;font-weight:bold;height:30px;border:2px solid #0f034e;border-radius:5px}.useage-box{position:relative;margin:0 0 15px 40px;padding:0;text-align:center;float:left}.useage-box span{position:absolute;left:-35px;top:0px;border-radius:50%;height:30px;width:30px;font-size:18px;line-height:30px;text-align:center;background:#008193;color:#fff}.table-monthData th{background:#eaeaea}.table-monthData th img{margin-right:10px}.table-monthData .mob-only{display:block;background:#eaeaea;border:1px solid #cecece;padding:5px}.greencoffee-wrap{background:url(../images/greencoffee-infographic-321879884-bg.jpg) no-repeat;padding:0;min-height:836px;width:100%;margin:10px auto}.greencoffee-wrap_inner{max-height:632px;width:100%;padding:146px 0 87px}.greencoffee-wrap_title{background:rgba(255,255,255,0.7);padding:20px 0;width:100%;margin-top:20px;text-align:center;text-transform:uppercase;color:#4a6106;font-size:35px}.greencoffee-wrap_title span{display:block;font-family:"open_sansregular"}.greencoffee-wrap_content{height:243px;width:507px;margin:-3px auto 0;text-align:center}.greencoffee-wrap_content p{font-size:27px;color:#0d0d0d;padding:11px 10px 0 0;margin-top:50px;line-height:40px;margin-right:20px}.Chlorogeenzuur-wrap{background:url(../images/greencoffee-infographic-bg.jpg) no-repeat;height:603px;width:100%;margin:20px auto}.Chlorogeenzuur-wrap_inner{width:616px;max-height:603px;padding:25px 0 0 20px}.Chlorogeenzuur-wrap #Buy_Button_Bestel{display:block;clear:both;font-size:30px;font-weight:700;color:#fff;max-width:163px;height:44px;line-height:44px;text-align:center;cursor:pointer;text-decoration:none;background:#3c5602;background:-moz-linear-gradient(top, #3c5602 0, #254100 100%);background:-webkit-linear-gradient(top, #3c5602 0, #254100 100%);background:linear-gradient(to bottom, #3c5602 0, #254100 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5602',endColorstr='#254100',GradientType=0)}.Chlorogeenzuur-blockWrap{list-style:none;padding:0}.Chlorogeenzuur-blockWrap_block{float:left;width:186px;text-align:center;margin-right:10px}#quickViewModal .owl-nav .owl-next span,#quickViewModal .owl-nav .owl-prev span{color:#666666 !important}#quickViewModal .owl-nav .owl-next,#quickViewModal .owl-nav .owl-prev{background:transparent !important}.quickView-price-old{font-size:18px;font-family:'open_sanssemibold';color:#000}.quickView-numberPrice{font-size:24px;font-family:'open_sansbold'}.quickView-moreInformation{padding:9px;border:1px solid #FF7B17;font-size:16px;font-family:'open_sanssemibold';color:#FF7B17}.quickView-moreInformation:hover{background:#FF7B17;color:#fff}.quickView-moreInformation:hover svg{fill:#fff}.quickView-moreInformation svg{fill:#FF7B17}.quickView-addToBasket{padding:9px;border:1px solid #FF7B17;font-size:16px;font-family:'open_sanssemibold';background:#FF7B17;color:#fff}.quickView-addToBasket:hover{background:#e4680b;color:#fff}.quickView-info h1{font-family:"open_sanssemibold";color:#666;margin:0 0 10px;font-size:30px}.quickView-info h1 span{display:block;font-size:16px;color:rgba(0,0,0,0.6);font-family:'open_sansregular';margin-top:10px}.quickView-info .shortDesc{--max-lines: 4;position:relative;max-height:115px;overflow:hidden;font-size:16px;color:rgba(0,0,0,0.6);font-family:'open_sansregular';background:#F7F7F7;padding:15px;border-radius:10px}.quickView-info .shortDesc:before{content:"";height:30px;width:100%;position:absolute;bottom:0;background:-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);background:-webkit-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);background:-moz-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);background:-ms-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);left:0;right:0}.quickView-price-new{font-size:20px;color:#62c35d;font-family:"open_sanssemibold"}.quickView-price-save{color:#28a745;margin-top:5px}.quickView-doseBox h5{font-family:"open_sansregular";color:#666666}.quickView-bulkBy{margin:10px 0}.quickView .btn-close{opacity:1 !important;width:40px;height:40px;right:30px;top:-15px;font-size:26px;border-radius:5px;border:1px solid #d4d4d4;background:#fff;z-index:9}.card-input-element{display:none}.card-input-element:checked+.card-input{border:2px solid #3a7d44}.card-input-element:checked+.card-input .many-bottes-diss{background-color:#3a7d44}.box-pro-detais{border-radius:10px;border:1px solid #c0c0c0;padding:10px 5px;cursor:pointer;display:flex;flex-direction:column;background-color:#fff}.box-pro-detais h3{color:#000;font-size:17px;font-family:"open_sanssemibold"}.box-pro-detais p{color:#000;font-size:12px;font-weight:400}.box-pro-detais h4{color:#000;font-size:17px;margin-top:auto}.del-price{color:rgba(0,0,0,0.8);font-size:14px;font-weight:400;text-decoration-line:strikethrough}.pop-tag-bg{background-color:rgba(140,194,10,0.1);border-radius:10px}.tag-popular{color:#739e0b;font-size:10px;font-weight:400;text-transform:capitalize;font-family:"open_sanssemibold"}.pop-tag-3bottle{background-color:#f1f1f1;border-radius:10px}.tag-Delivery{color:#000;font-size:12px;font-weight:100;text-transform:uppercase;font-family:"open_sanssemibold"}.two-bottes-diss{position:absolute;background-color:#3a7d44;width:max-content;text-align:center;margin:0 auto;border-radius:30px;padding:0 10px;color:#fff;font-size:12px;font-style:normal;font-weight:400;text-transform:uppercase;top:-10px;left:0;right:0}.many-bottes-diss{position:absolute;background-color:#3a7d44;width:max-content;text-align:center;margin:0 auto;border-radius:30px;padding:0 10px;color:#fff;font-size:12px;font-style:normal;font-weight:400;text-transform:uppercase;top:-10px;left:0;right:0;background-color:#c0c0c0}.pro-details-more-info{background:#f9f9f9;padding:40px 0;margin-top:40px}.productWrap{margin-bottom:20px;position:relative;transition:all 0.5s ease 0s;display:flex;flex-direction:column;flex-grow:1}.product-image{position:relative;text-align:center}.product-image img{transition:all 0.5s ease 0s}.product-image .quickButton{position:absolute;width:100%;background:#ebebeb;display:block;text-align:center;padding:10px 0;opacity:0;transition:all 0.5s ease 0s;bottom:-43px}.product-name,.product-info,.product-rating,.product-price{display:block}.product-name del,.product-info del,.product-rating del,.product-price del{font-size:12px}.product-rating{margin-top:auto;min-height:21px}.product-info{color:#888}.product-name{margin:10px 0;color:#000 !important}.product-price b{font-family:"open_sansbold"}.product-infoBlock{margin-top:10px;display:flex;flex-grow:1;flex-flow:column nowrap}.catShortInfo{border-bottom:1px solid #979797;margin-bottom:15px;padding-bottom:15px}.catShortInfo .textBlock{display:block;text-align:justify}.catShortInfo .textBlock.hide{height:40px;overflow:hidden}.catShortInfo .textBlock a{color:#000}.catShortInfo .readMore{position:relative;text-align:left;display:block;margin-top:5px;color:#000}.catShortInfo .readMore::before{content:"";height:30px;width:100%;position:absolute;top:0;background:linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);background:-webkit-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);background:-moz-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);background:-ms-linear-gradient(-90deg, rgba(255,255,255,0.001) 0, #fff 100%);transform:translateY(-30px);left:0;right:0}.catShortInfo .readMore::after{content:"";background:url(../images/down-chevron-black.svg) center center no-repeat;height:10px;width:10px;display:inline-block;vertical-align:middle;margin-left:5px;transform:rotate(180deg)}.catShortInfo .textBlock.hide+.readMore:before{display:block}.catShortInfo .textBlock.hide+.readMore:after{transform:rotate(0deg)}.catShortInfo .textBlock+.readMore:before{display:none}.btn-slideFilter,.btn-slideFilter:focus,.btn-slideFilter:hover,.btn-slideFilter:active{background-color:#d0d0d0;border-color:#d0d0d0;text-align:left;color:#454545;font-size:14px}.btn-slideFilter.active,.btn-slideFilter:focus.active,.btn-slideFilter:hover.active,.btn-slideFilter:active.active{background-color:#ff7b17;border-color:#ff7b17;color:#fff}#sortDropdown{font-size:14px}#sortDropdown::after{border:none;background:url(../images/sprit.png) center center no-repeat;background-position:-19px 0;background-size:500px auto;height:10px;width:10px;vertical-align:middle;float:right;margin:5px 0}#sortDropdown:focus{box-shadow:none}#sortDropdown+.dropdown-menu{width:100%}.product-image img{mix-blend-mode:multiply}.product-image>a{background:#f7f7f7;display:block;padding:10px 0}@media (min-width: 1100px){.productWrap:hover .product-image img{opacity:0.5}.productWrap:hover .quickButton{opacity:1;bottom:2px}}@media only screen and (max-width: 767px){.showsearch .moFilterBlock{display:none}}.newProductPg .CProBox{min-height:auto}.newProductPg .CProBox .productWrap .product-info{min-height:42px;overflow:hidden;padding-bottom:10px}.newProductPg .CProBox .product-price{height:auto}.newProductPg .CProBox .product-price b{font-size:16px}.newProductPg .CProBox .product-infoBlock{align-items:center}.newProductPg .saleRibbon{background:#f90601}.newProductPg .product-cat{display:block;padding-bottom:10px;font-family:"open_sanssemibold"}.pointBlock{text-align:center;border-bottom:1px solid #cdcdcd;border-top:1px solid #cdcdcd;margin-top:auto}.pointBlock p{font-family:"open_sanslight";color:#000;margin:15px 0;font-size:13px}.pointBlock p img{margin-right:3px}.pointBlock p b{font-family:"open_sanssemibold";color:#000}.newCustomCatProduct button{margin-bottom:10px !important;padding:7px 25px 7px 15px !important;max-width:65%;margin:0 auto;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 768px) and (max-width: 1199px){.newCustomCatProduct button{max-width:80%}}@media only screen and (max-width: 767px){.newCustomCatProduct button{max-width:100%;font-size:12px;gap:5px}}@media only screen and (max-width: 767px){.newCustomCatProduct button span{height:15px;width:20px;background-size:376px auto}}.activeProductWrap .product-image{border:1px solid #bcbcbc;border-radius:10px}.activeProductWrap .product-name{display:-webkit-box;-webkit-box-orient:vertical;padding:0 10px;min-height:48px}.activeProductWrap .product-info{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;padding:0 10px;min-height:45px;word-break:break-all;max-height:3em}.productWrap .quickButton.customBuyButton{bottom:2px;opacity:1 !important;width:90%;transform:translate(-50%, -50%);top:90%;left:50%;background:transparent;border:1px solid #009e7b;border-radius:5px;color:#009e7b;display:flex;justify-content:space-between;padding:0 10px;align-items:center;font-family:"open_sanssemibold"}@media only screen and (max-width: 767px){.productWrap .quickButton.customBuyButton{width:23%;top:84%;left:82%;justify-content:center;padding:0 4px;align-items:center;background:#fff;font-size:0}}@media only screen and (max-width: 767px){.productWrap .quickButton.customBuyButton::after{content:"";height:15px;width:15px;background:#009e7b;position:absolute;top:-5px;right:-5px;border-radius:50%}.productWrap .quickButton.customBuyButton::before{content:"+";height:16px;width:16px;color:#fff;position:absolute;z-index:9;top:-11px;right:-6px;font-size:18px}}.customBuyButton-padding{padding-bottom:60px !important}@media only screen and (max-width: 767px){.customBuyButton-padding{padding-bottom:10px !important}}.newCustomCatProduct.productWrap:hover .product-image img{opacity:1}.notifyButtonWrap .emailNotifyButton{border:1px solid #ff7b17;border-radius:5px;color:#000;font-size:14px;background-color:transparent}.notifyButtonWrap .emailNotifyButton:hover{background-color:#ff7b17;color:#fff}@media only screen and (max-width: 767px){.notifyButtonWrap .emailNotifyButton{font-size:12px}}.notifyButtonWrap .emailNotifyButton img{mix-blend-mode:normal !important}.quickBuyButtonWrap{background:#f7f7f7}.quickBuyButtonWrap .quickBuyNotifyButton{background:#009e7b;border-radius:5px;color:#fff;font-size:14px}@media only screen and (max-width: 767px){.quickBuyButtonWrap .quickBuyNotifyButton{font-size:12px}}.quickBuyButtonWrap .quickBuyNotifyButton img{mix-blend-mode:normal !important}.email-notify-modal-category button.close{position:absolute;right:45px;top:25px;font-size:28px;z-index:99}.email-notify-modal-category input[type="email"]{border-radius:10px;height:40px}.email-notify-modal-category .notifySubmitButton{background:#ff7b17;border-radius:10px;font-size:16px;height:40px}.lh-26{line-height:26px}.popuplarCategories span{color:#717171}.popuplarCategories span a{font-size:14px;color:#717171}#category-filter-slider .owl-stage-outer{padding:10px 0}#category-filter-slider .owl-stage-outer .owl-stage{width:100%}.categoryTopButton{padding:6px 15px;background:#e8f2cd;border-radius:5px;cursor:pointer;color:#283901;font-size:16px}.categoryTopButtonAllProducts{background:#f9c9d1;position:relative;padding:6px 15px 6px 15px;text-wrap:nowrap;color:#283901}.categoryTopButtonAllProducts img{display:inline !important;width:12px !important}#category-filter-slider.owl-carousel .owl-prev{left:10px;opacity:1}#category-filter-slider.owl-carousel .owl-next{right:10px;opacity:1}#category-filter-slider.owl-carousel .owl-prev.disabled{display:none}#category-filter-slider.owl-carousel .owl-next.disabled{display:none}.newCategoryWrap .product-image{border:0;background:#f7f7f7;padding:15px}.newCategoryWrap .product-name{min-height:auto;font-size:16px}.newCategoryWrap .product-price{display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;gap:10px}.newCategoryWrap button{margin-bottom:10px !important;padding:7px 25px 7px 15px !important;max-width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center}.newCategoryFilter .filter-block #filterAccordion ul+li{display:flex;align-items:center;justify-content:space-between}.newCategoryFilter .filter-block #filterAccordion ul+li a{margin-top:3px}@media only screen and (max-width: 767px){.newCategoryWrap button{font-size:10px;padding:5px !important;max-width:100%}}.newProductLayout .product-infoBlock{display:flex;align-items:start;margin:0}.newProductLayout .product-name{font-size:16px;margin-bottom:0;text-align:left}.newProductLayout .product-info{text-align:left}.newProductLayout .product-rating{display:flex;gap:10px;justify-content:start;align-items:center;line-height:25px}.newProductLayout .product-rating-reviews{font-size:12px;color:#0052a6}@media only screen and (max-width: 767px){.newProductLayout .product-rating-reviews{font-size:10px}}@media only screen and (max-width: 767px){.newProductLayout .product-rating img{width:70px}}.newProductLayout .product-price{display:flex;width:100%;justify-content:space-between;margin-top:3px;text-align:left}.newProductLayout .product-price-wrapper{text-align:left}.newProductLayout .product-price-wrapper b{font-family:"open_sanssemibold";font-size:18px}.newProductLayout .product-price-add-button button{padding:5px !important;max-width:100%;margin:0 !important;height:40px;width:40px;border:1px solid #009f76;border-radius:5px;background:#fff}.newProductLayout .product-price-in-stock{font-size:12px;color:#3a7d44;font-family:"open_sanssemibold";text-align:left;display:flex;gap:5px;align-items:center}.newProductLayout .product-price-out-of-stock{font-size:12px;color:#ff7b17;font-family:"open_sanssemibold";text-align:left;display:flex;gap:5px;align-items:center}.newProductLayout .product-price-pre-order-stock{font-size:12px;color:#e0b004;font-family:"open_sanssemibold";text-align:left;display:flex;gap:5px;align-items:center}.bought-slider-img{border-radius:10px;background:#f9f9f9;padding:20px;margin:0 auto}.bought-slider-img img{mix-blend-mode:multiply}.also-bought-slider-txt h3{color:#000;font-size:18px;font-family:"open_sansbold"}.also-bought-slider-txt h3 span{color:#494949;font-family:"open_sanssemibold"}@media only screen and (max-width: 767px){.product-rating-new img{width:70px}}.product-rating-reviews{margin-top:3px;font-size:12px}@media only screen and (max-width: 767px){.product-rating-reviews{font-size:10px}}.also-bought-slider-txt .product-rating-reviews{color:#888888;font-size:14px;font-weight:400}.customFontLayout{font-size:22px}.no-search-title{font-size:24px !important}.customLandingPageBanner h1{font-size:30px;font-family:'open_sansbold';color:#3A7D44}@media only screen and (max-width: 767px){.customLandingPageBanner h1{font-size:26px}}.customLandingPageBanner p{color:#000000;font-size:16px}.customLandingPageBanner-Desktop img{border-radius:10px}.shopAll-aidenWidget{background:#3a7d44}.shopAll-aidenWidget-wrapperContent p{color:#ffffff}.shopAll-aidenWidget-wrapperContent p:first-child{font-family:'open_sansbold'}.shopAll-aidenWidget-wrapperContent-image{margin-top:-45px}@media only screen and (max-width: 1023px){.shopAll-aidenWidget-wrapperContent-image{display:none}}.shopAll-aidenWidget-wrapperButton{padding-left:15px}@media only screen and (max-width: 1023px){.shopAll-aidenWidget-wrapperButton{padding-left:0px}}.shopAll-aidenWidget-wrapperButton button{border:none;padding:8px 35px;font-family:'open_sansbold';color:#fff;background:#FF7B17;font-size:16px;border-radius:10px;white-space:nowrap}
