/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:40px;height:30px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner:before,.hamburger--3dx .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner:before,.hamburger--3dx-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner:before,.hamburger--3dy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner:before,.hamburger--3dy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner:before,.hamburger--3dxy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner:before,.hamburger--3dxy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scale(.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scale(.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scale(.7,1);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scale(.7,1);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scale(.7,1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:before,.hamburger--boring .hamburger-inner:after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:.075s}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:.075s}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--minus .hamburger-inner:before,.hamburger--minus .hamburger-inner:after{transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:before,.hamburger--minus.is-active .hamburger-inner:after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform .075s .15s cubic-bezier(.55,.055,.675,.19),background-color 0s .075s linear}.hamburger--stand .hamburger-inner:before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner:after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent;transition:transform .075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform .075s .15s cubic-bezier(.55,.055,.675,.19),background-color 0s .075s linear}.hamburger--stand-r .hamburger-inner:before{transition:top .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent;transition:transform .075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:before,.hamburger--vortex .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:before,.hamburger--vortex.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:before,.hamburger--vortex-r .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:before,.hamburger--vortex-r.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}body,html{height:100%;font-size:100%;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;line-height:initial}:focus{outline:0}ol,ul{list-style:none}a{color:#000}a img{border:0}img{display:block;max-width:100%}*{box-sizing:border-box}strong{font-weight:700}.clear{width:100%;clear:both;height:0}p{margin:0 0 20px;font-size:16px;line-height:1.6em}h1,h2,h3,h4,h5{font-weight:400;line-height:1.2em}h1,.h1{font-weight:500;font-size:36px;padding-bottom:30px}h1 span,.h1 span{display:block;color:#999;font-size:17px}.single .intro h1{padding-bottom:10px}h2{font-size:28px}h3{font-size:28px;font-weight:500}h4{font-size:20px}h5{font-size:16px}a.highlight,span.highlight,.wpcf7-submit{display:inline-block;clear:both;text-decoration:none;font-size:18px;border:0;border-bottom:3px solid #57a6dc;color:#57a6dc;padding:3px 10px;background:0 0}.wpcf7-submit{border:3px solid #57a6dc;padding:6px 10px 6px 20px}a.highlight .fas,span.highlight .fas{padding-right:8px;display:inline-block;vertical-align:top;float:left;padding-top:2px;color:#57a6dc !important}a.highlight:hover,span.highlight:hover,.wpcf7-submit:hover{cursor:pointer}.highlight span{display:block;overflow:hidden}.button,.post-content a.button{display:block;background:#ff5c5e;border:3px solid #ff5c5e;padding:20px;color:#fff;font-size:21px;text-decoration:none;text-align:center}.button:hover,.post-content a.button:hover,.woocommerce-notices-wrapper .woocommerce-message .button:hover{background:#fff;color:#ff5c5e;cursor:pointer}.table{display:table;border-collapse:collapse;width:100%}.table .right,.table .left{display:table-cell;width:48%}.mobile-title{display:none}body{text-align:center;font-family:fieldwork;color:#333132;text-align:center;font-size:16px}#wrapper{position:relative;width:100%;min-width:360px}#main-content{width:100%;margin:0 auto;text-align:left;padding:40px 0}.single #main-content,.blog #main-content,.category #main-content{padding-top:0}.home #main-content{padding:0}.content-area{text-align:left}.setwidth{position:relative;max-width:1450px;min-width:200px;margin:0 auto;padding:0 20px}.setwidth.small{max-width:1250px}.intro{max-width:980px;margin:0 auto;text-align:center;padding:0 30px 20px}.single .intro{padding-bottom:0}.home .intro{max-width:820px;margin:0 auto;padding:60px 30px 0}.intro p{font-size:21px}.home .intro p{font-size:26px}.contentblock{padding:30px 0;max-width:1100px;margin:0 auto}.contentblock.content-rightsidebar .left{float:left;width:60%}.contentblock.content-rightsidebar .right{float:right;width:33%}.wp-block-image{margin:0}#breadcrumbs{text-align:left;padding:20px 0;font-size:13px}.woocommerce-page #breadcrumbs .setwidth{padding-left:40px}#breadcrumbs .breadcrumb_last{display:none}#header{padding:30px 0 0;text-align:left}#header.sticky{position:fixed;top:0;left:0;width:100%;z-index:99;background:#fff}#header a.logo{display:inline-block;text-decoration:none}#header a.logo img{float:left;padding-right:15px;max-height:100px}#header a.logo span.h2{float:left;text-align:left;display:block;padding-top:15px;text-transform:uppercase;font-weight:500;max-width:240px;color:#57a6dc;display:none}#header a.logo span.h3{display:block;color:#666}.top-nav{float:right;position:absolute;top:15px;right:20px}.top-nav a{text-decoration:none;position:relative;margin-left:20px;font-size:18px}.top-nav a b{color:#57a6dc}.top-nav a:hover{color:#57a6dc}.top-nav a.basket{position:relative;top:6px}.top-nav a.basket span.count{position:absolute;color:#fff;background:#900;font-size:14px;line-height:1.7em;letter-spacing:.1px;text-align:center;display:block;top:-22px;left:13px;height:25px;min-width:25px;border-radius:50%;border:1px solid #fff}.top-nav a i.fas{color:#323232;font-size:32px}.top-nav a:hover i.fas{color:#57a6dc}.hamburger{display:none;z-index:9999;padding:0 !important}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:#57a6dc}#navigation{position:relative;margin-top:20px;z-index:9;box-shadow:0 0 4px rgba(0,0,0,.1)}#navigation ul.nav{text-align:center}#navigation ul.nav li{display:inline-block;position:relative;padding:15px 25px}#navigation ul.nav a{text-decoration:none;color:#323232;font-weight:500;display:block;position:relative}#navigation ul.nav li.current_page_item>a,#navigation ul.nav a:hover{color:#57a6dc}#navigation ul.nav li.menu-item-has-children>a{padding-right:35px}#navigation ul.nav li.menu-item-has-children>a:after{font-family:"Font Awesome 5 Free";content:"\f107";padding-right:15px;font-weight:900;position:absolute;right:0;top:3px}#navigation ul.nav li ul{position:absolute;left:0;top:51px;width:270px;display:none;padding:10px 0;background:#fff;box-shadow:-3px 3px 10px -2px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);border-top:0}#navigation ul.nav li ul li,#navigation ul.nav li ul a{font-size:14px}#navigation ul.nav li ul li{padding:8px 25px}#banner{position:relative;max-width:1600px;margin:40px auto 0 auto}#banner ul.bxslider ul{visibility:hidden}#banner ul li{background-repeat:no-repeat;background-color:#56a6db;background-position:center center;background-size:cover;padding:80px 50px}#banner span{display:block}#banner .text{text-align:left;float:left;max-width:650px;position:relative;padding:30px;font-family:fieldwork}.bx-wrapper a.highlight .fas,.bx-wrapper span.highlight .fas{color:#fff !important}#banner .text .h1{color:#fff;font-weight:700}#banner .highlight span{color:#fff}.bx-wrapper a.highlight,.bx-wrapper span.highlight{border-bottom:3px solid #fff !important}#banner .text p{font-size:21px;padding-top:10px}a.highlight,span.highlight,.wpcf7-submit{color:#57a6dc !important;border-bottom:3px solid #57a6dc}a.highlight .fas,span.highlight .fas{color:#57a6dc !important}#banner .text .actions span.row{padding:10px 0}#banner .highlight{font-size:21px}#brands{padding:50px 0}#brands .setwidth{max-width:1200px}#brands .left{float:left;width:20%;text-align:left;padding-top:30px}#brands .left h3{padding-bottom:25px}#brands .right{float:right;width:65%}#brands .right ul{display:block;text-align:right}#brands .right ul li{display:table-cell;padding:15px;vertical-align:middle;width:10%;height:100px}#brands .right ul li img{width:100%}.home .products{background:#d3e2f4;text-align:center;padding:100px 0;margin:100px 0 40px}.home .products span.content,.page-template-page-professionals-parent .products span.content{overflow:hidden;display:block}.page-template-page-professionals-parent .products,.page-template-page-template-2 .products{background:#f0f0f0;text-align:center;padding:50px 0;margin:0}.products h2{font-weight:700;font-size:36px;padding-bottom:30px;max-width:600px;margin:0 auto;color:#57a6dc}.home .products h2:nth-of-type(2){padding-top:80px}.products a.product{display:inline-block;background:#fff;padding:30px;margin:20px 1.5%;text-align:left;text-decoration:none;border:6px solid #fff;vertical-align:top}.products a.product:hover{border-color:#57a6dc}.products a.product:hover h3{color:#57a6dc}.products a.product h3{padding:20px 0;color:#57a6dc;font-weight:700}.products a.product img{width:100%;height:auto}.products .layout_3_block_row a.product{width:30%}.products .layout_2_block_row a.product{width:47%}.products .layout_2_block_row a.product:nth-of-type(odd){float:left}.products .layout_2_block_row a.product:nth-of-type(even){float:right}.products h3{padding:0 0 20px}.products .layout_1_block_row{display:block;width:100%;background:#fff;text-align:left;width:96.5%;margin:20px auto 0 auto}.products .layout_1_block_row a.product{padding:0;margin:0}.products .layout_1_block_row span.image,.products .layout_1_block_row span.content{float:left;width:48%;padding:30px;display:block}.products .layout_1_block_row span.image img{width:100%;height:auto}.products .layout_1_block_row span.content{padding-left:20px}.related.products li.product{width:23%}#footer{background:#fff;margin:60px 0 0;padding:60px 50px}.home #footer{margin:0}#footer,#footer li,#footer a{color:#333132;font-size:16px;text-decoration:none}.page-template-page-professionals-parent .products,.page-template-page-template-2 .products{background-color:#d3e2f4}#footer a:hover,#footer .footer-wrapper .legal-links ul li a:hover{color:#333132}.footer-wrapper{background:#fff;margin:0 auto;padding:80px 70px 60px;text-align:left;max-width:1600px}.footer-left{float:left;width:50%}.footer-right{float:right;width:50%}.footer-wrapper .links{float:left;margin-right:60px;padding-right:60px;border-right:1px solid silver;min-height:230px}.footer-wrapper .links:last-of-type{margin-right:0}.footer-wrapper .links .spacer{padding-bottom:30px}.footer-wrapper .links .fab{position:relative;left:-4px}.footer-wrapper .links h5{color:#57a6dc;font-size:21px;padding-top:30px}.footer-wrapper .links h5:first-of-type{padding-top:0}.footer-wrapper .links ul{padding-top:15px}.footer-wrapper .links ul li,.footer-wrapper .links ul li a{padding:5px 0}.footer-wrapper .legal-links{padding-top:80px;float:right;text-align:right}#footer .footer-wrapper .legal-links ul li a{text-decoration:underline;color:#000}.footer-wrapper .legal-links ul li{display:inline-block;margin-left:40px}.footer-wrapper .links ul li .fas,.footer-wrapper .links ul li .far{margin-right:10px}.footer-wrapper p.copyright{font-size:14px;color:#999;padding-top:20px}.accreditations{float:right}.accreditations ul{display:table}.accreditations ul li{display:table-cell}.accreditations ul li img{width:auto;padding:0 0 0 40px;vertical-align:middle}.post-content{margin:0 auto}.post-content a{color:#57a6dc}.post-content img{margin:20px 0;max-width:100%;height:auto}.post-content h2{padding-top:15px;padding-bottom:20px}.post-content h3{padding-top:10px;padding-bottom:15px}.post-content h4,.post-content h5,.post-content h6{padding-top:10px;font-weight:400;padding-bottom:15px}.post-content ul,.post-content ol{line-height:1.6em;font-size:16px;margin:20px 40px}.post-content ul li,.post-content ol li{padding:6px 0}.product-cat-description.post-content ul,.product-cat-description.post-content ol{margin:0 0 15px 20px}.product-cat-description.post-content ul li{padding:0}.post-content ul li{list-style-type:disc}.post-content ol li{list-style-type:decimal}.post-content blockquote{margin:30px;padding:20px 40px;border-left:8px solid #eee;color:#666}.post-content blockquote p{font-style:italic;font-size:18px}.post-content hr{border-top:4px solid #eee;margin:30px 0}.block{padding-bottom:20px}.block h3{padding-bottom:10px}.block small{font-size:13px;color:#666;display:block;padding-top:3px}.block .address{padding-top:10px}.block .address ul li{padding:2px 0}.block a{text-decoration:none;color:#57a6dc}.block a:hover{text-decoration:underline}div.wpcf7 .field{padding:6px 0}div.wpcf7 label{width:140px;display:block;font-size:16px;vertical-align:top;padding-bottom:2px}div.wpcf7 .wpcf7-text,div.wpcf7 .wpcf7-email,div.wpcf7 .wpcf7-textarea{border:0;width:100%;font-size:14px;padding:8px;border:4px solid #eee}div.wpcf7 .wpcf7-text,div.wpcf7 .wpcf7-email{width:80%}.wpcf7-checkbox span.wpcf7-list-item{margin-left:0 !important;margin-right:5px;position:relative;top:2px}div.wpcf7 .wpcf7-submit{padding-right:20px;font-family:FontAwesome,'Helvetica Neue',Helvetica,Arial,sans-serif}#enquiries.tab-content h4{font-size:17px;padding:0 0 15px}span.wpcf7-not-valid-tip{font-size:13px !important;padding-top:2px}div.wpcf7-response-output{margin:30px 0 20px !important;padding:10px 15px !important;font-size:14px;background-color:#f7e700;font-weight:600}div.wpcf7-mail-sent-ok{background:#398f14 !important;color:#fff !important}.accordion-content{display:none;padding:0;margin:10px 30px 0 78px;text-align:left}.faq-wrapper{padding-top:20px;padding-bottom:60px}.faq{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #eee}.faq h2{font-size:18px;padding:5px 0;text-align:left}.faq h2 span.question{display:table-cell;padding:0 0 0 20px;vertical-align:middle}.faq h2 span.counter{display:table-cell}.faq h2 span.counter i{color:#57a6dc;display:inline-block;margin:0 auto;padding:8px 16px;font-size:28px;font-weight:600;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-khtml-border-radius:5px}.faq h2.active,.faq h2:hover{cursor:pointer;color:#57a6dc}.woocommerce-info{padding:30px}li.product{position:relative;display:inline-block;padding:15px 15px 30px;border:10px solid #eee;vertical-align:top;width:32.3333%;float:left;margin:15px 1.4% 15px 0}li.product:nth-of-type(3n+3){float:right;margin-right:0}li.product:hover{border-color:#57a6dc}li.product h2{font-size:18px;line-height:1.4em;padding-bottom:10px}.post-type-archive li.product h2{font-size:21px}li.product a{text-decoration:none}li.product img{background:#fff;max-width:100%;width:100%;height:auto;margin:0 auto 12px auto}li.product span.bottom-row{position:absolute;bottom:0;left:0;display:block;width:100%;clear:both;padding:10px;background:#efefef}li.product span.price{position:absolute;left:10px;bottom:10px;font-weight:600;font-size:18px;color:#ff5c5e;width:100%;clear:both}li.product span.price .woocommerce-price-suffix{font-weight:400;font-size:12px}li.product.sale span.price del{font-size:14px;font-weight:400}body.single-product p.price del{font-size:21px;font-weight:400}li.product.sale span.price ins,body.single-product p.price ins{color:red;text-decoration:none}li.product span.onsale{position:absolute;left:-20px;top:-20px}body.single-product span.onsale{position:absolute;right:20px;top:-6px}span.onsale{background:Red;color:#fff;display:inline-block;padding:25px 0;width:70px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center}li.product .btn,li.product .button{position:absolute;right:10px;bottom:10px}.single-product .variations_form.cart{padding:30px;margin:30px 0 60px;background:#ecf6ff}.single-product .variations_form.cart .price{display:block;text-align:center;width:100%}.single-product .woocommerce-variation-add-to-cart{margin-top:30px;text-align:center}.single-product .variations_form.cart table{width:100%}.single-product .reset_variations{display:none !important}.single-product .variations_form.cart tr td{padding:0 0 8px;height:40px}.single-product .variations_form.cart tr td.label{font-size:16px;font-weight:700;width:100px}.single-product .variations_form.cart tr td select{padding:8px;font-size:17px;width:100%;border:0}.single-product .single_add_to_cart_button{margin-left:10px;display:inline-block;vertical-align:top;padding:0 20px;height:50px}.single-product .stock.out-of-stock{text-align:center;color:red;font-size:18px;margin-bottom:0}.single-product .single_add_to_cart_button.disabled{background:#eee;border-color:#eee;color:#999}.single-product .summary form.cart p.form-row{position:relative;padding:6px 5px;margin:0;font-size:13px}.single-product .summary form.cart p.form-row .woocommerce-Price-amount.amount{float:right}.single-product .summary form.cart p.form-row .icon{display:inline-block;padding-left:4px}.single-product .summary form.cart p.form-row .icon:hover{cursor:pointer;color:#ff5c5e}.add-on-tooltip,.single-product .summary form.cart p.form-row .add-on-tooltip{display:none;background:#333;color:#fff;padding:10px 20px;position:absolute;left:35px;top:30px;font-size:12px;max-width:320px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;z-index:9999}.single-product .summary form.cart p.form-row:nth-of-type(odd){background:#f9f9f9}.single-product .summary form.cart p.form-row input[type=checkbox]{position:relative;top:2px;margin-right:8px}.single-product .product_meta .posted_in,.single-product .product_meta .tagged_as{display:none}.woocommerce-tabs.wc-tabs-wrapper,.related.products{clear:both;margin:60px 0 0}.related.products h2{text-align:center}ul.products.columns-1{width:80%;margin:0 auto}ul.products.columns-1 li{margin:20px 0 5px;padding-bottom:0;width:100%;clear:both;height:auto !important}ul.products.columns-1 li h2{text-align:center}ul.products.columns-1 li.product span.price{position:relative;bottom:auto;text-align:left;float:left}ul.products.columns-1 li.product .btn,ul.products.columns-1 li.product .button{bottom:10px}li#woof_widget-2{list-style-type:none}#sidebar.searchbar h3.widgettitle{font-size:18px;text-transform:uppercase;font-weight:600;color:#57a6dc;display:block;width:100%;padding:8px 20px 18px}#sidebar.searchbar p.small{font-size:13px;padding:10px 20px 12px;background:#eee;text-align:center}.woof.woof_sid.woof_sid_widget{padding:0 20px}#sidebar.searchbar h4{font-size:14px;text-transform:uppercase;padding-bottom:5px;border-bottom:1px solid #eee;color:#57a6dc}#sidebar.searchbar h4:first-of-type{margin-bottom:10px}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#009de0 !important}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#e4a947 !important;border-color:#e4a947 !important}.woof_container{margin-bottom:30px !important}.woof_submit_search_form_container{padding-top:0 !important}.button.woof_reset_search_form{display:none}.woof_submit_search_form{width:100%;font-size:18px;padding-top:8px;padding-bottom:8px}.button.woof_reset_search_form:hover{text-decoration:none !important}#sidebar .woof_list label{position:relative;bottom:2px;width:80%;min-width:100px;font-size:14px;padding-top:6px;padding-left:6px;padding-bottom:4px}#sidebar .woof_list ul.woof_childs_list{padding-bottom:5px}#sidebar .woof_list ul.woof_childs_list li{padding-bottom:0 !important}#sidebar .woof_list .woof_childs_list{margin:0 0 0 26px !important}.woof_childs_list_opener span{position:relative;bottom:2px}#shop-generators-form .irs-bar,#sidebar .irs-bar{border-top:1px solid #0f6a3f;border-bottom:1px solid #0f6a3f;background:#0f6a3f;background:linear-gradient(to top,#0f6a3f 0%,#00ab6b 100%)}#shop-generators-form .irs-from,#shop-generators-form .irs-to,#sidebar .irs-from,#sidebar .irs-to,.irs-single{background-color:#0f6a3f}#sidebar .woof_list .disabled+label{color:silver}#sidebar .woof_container_inner_application{padding-top:10px}.woof_products_top_panel li a{border:1px solid #57a6dc;color:#57a6dc;font-size:13px;padding:3px 5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-khtml-border-radius:3px}.woof_products_top_panel li span{padding-right:20px !important;background-image:url(//gardamed.com/wp-content/themes/gardamed/images/clear.png) !important;background-size:10px 10px !important;background-position:right 3px !important}.woof_products_top_panel li a:hover{background:#57a6dc;color:#fff}.woof_products_top_panel li span:hover{background-size:12px 12px !important}li#custom_html-2{list-style-type:none;padding:0 20px}li#custom_html-2 h3,#custom_html-3 h3{font-size:18px;text-transform:uppercase;font-weight:600;color:#57a6dc;display:block;width:100%;padding-bottom:10px}li#custom_html-2 a,#custom_html-3 a{display:block;text-decoration:none;font-size:18px;padding-bottom:10px}#custom_html-3{margin-top:30px;border-top:2px solid #57a6dc;border-bottom:2px solid #57a6dc;padding:30px 20px}p.woocommerce-result-count{float:left;font-weight:600;padding-top:10px}form.woocommerce-ordering{float:right;clear:right;padding-top:10px}form.woocommerce-ordering select{padding:5px 10px;font-size:12px}#sidebar.searchbar{position:relative;float:left;width:24%;text-align:left}.woof_block_html_items{padding-top:6px}.products-wrapper{position:relative;float:right;width:72%}.single-product h1{padding-bottom:0;padding-right:80px}.single-product .posted_in,.screen-reader-text{display:none}.single-product .woocommerce-product-details__short-description{padding-bottom:20px}.single-product .woocommerce-product-details__short-description p{font-size:18px}.single-product .price{font-weight:600;font-size:28px;color:#ff5c5e;padding:20px 0 0}.price del{color:#999}.single-product .price .woocommerce-price-suffix{font-size:16px}.product_meta .sku_wrapper{display:none}.single-product .quantity{display:inline-block;vertical-align:top}.single-product .quantity input{border:0;font-size:26px;width:80px;text-align:center;padding:5px;height:50px}.tabs-container{padding:0}.tab-content,.tab-content.hide{display:none}.tab-content.current{display:block;padding:20px 30px}.tab-content#enquiries{padding-left:0;padding-right:0}.tabs-container ul.tabs{margin:0;border-bottom:2px solid #eee}.tabs-container ul.tabs li,.r-tabs-accordion-title{text-align:center;display:inline-block;position:relative;margin:0 5px 0 0;padding:0}.r-tabs-accordion-title{text-align:left}.tabs-container ul.tabs li a,.r-tabs-accordion-title a{font-size:14px;display:block;text-decoration:none;color:#000;border:2px solid #eee;border-bottom:0;padding:14px 15px}.page-template-page-tablayout .tabs-container ul.tabs{margin-top:30px;display:table;width:100%;border-collapse:collapse;table-layout:fixed}.page-template-page-tablayout .tabs-container ul.tabs li,.page-template-page-tablayout .r-tabs-accordion-title{text-align:center;display:table-cell;height:100%}.page-template-page-tablayout .tabs-container ul.tabs li a,.page-template-page-tablayout .r-tabs-accordion-title a{font-size:24px;padding:25px 15px;color:#57a6dc;height:100%}.page-template-page-tablayout .tabs-container ul.tabs li a span,.page-template-page-tablayout .r-tabs-accordion-title a span{display:block;font-size:15px;padding:10px;max-width:340px;color:#666;margin:0 auto}.r-tabs-accordion-title a{font-size:16px}.r-tabs-accordion-title a{border:0;border-bottom:1px solid #eee}.tabs-container ul.tabs li a .fas{padding-right:8px}.r-tabs-accordion-title a .fas{padding-right:12px}.r-tabs-state-active>a{position:relative;border-color:#57a6dc;color:#fff !important;background:#57a6dc;border-color:#57a6dc !important}.page-template-page-tablayout .tabs-container .r-tabs-accordion-title.r-tabs-state-active a span,.page-template-page-tablayout .tabs-container ul.tabs li.r-tabs-state-active a span{color:#fff !important}.tabs-container ul.tabs li.current a .fas,.r-tabs-state-active a .fas{color:#fff}.tabs-container .tab-content img{height:auto}.tabs-container .tab-content ol,.tabs-container .tab-content ul{margin:0 20px}.tabs-container .tab-content ol li,.tabs-container .tab-content ul li{padding-bottom:14px;line-height:1.4em;list-style-type:disc}.woocommerce-page div.product div.summary{width:54% !important;float:right}table.woocommerce-product-attributes{width:100%}table.woocommerce-product-attributes p{padding:0;margin:0}table.woocommerce-product-attributes tr td{border-bottom:2px solid #e4f2ff}table.woocommerce-product-attributes tr:last-of-type td{border:0}table.woocommerce-product-attributes tr td{padding:10px 0}table.woocommerce-product-attributes tr td.label{font-weight:600;width:200px}.woocommerce-product-gallery{position:relative;margin-bottom:3em;float:left;width:38%}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .flex-control-thumbs li{list-style:none;float:left;cursor:pointer;margin:2% 2% 0 0}.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n){margin-right:0}.woocommerce-product-gallery .flex-control-thumbs img{opacity:.5}.woocommerce-product-gallery img{border:4px solid #eee}.woocommerce-product-gallery__image img{border:0;height:auto}.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1;border-color:#57a6dc}.woocommerce-product-gallery img{display:block;width:100%;height:100%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:23.5%}.woocommerce-product-gallery__trigger{position:absolute;top:1em;right:1em;z-index:99}a.woocommerce-product-gallery__trigger{text-decoration:none}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:.875em;right:.875em;display:block;height:2em;width:2em;border-radius:3px;z-index:99;text-align:center;text-indent:-999px;overflow:hidden}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{background-color:#169fda;color:#fff}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{background-color:#1781ae;border-color:#1781ae;color:#fff}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{font:normal normal normal 1em/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;content:"\f00e";line-height:2;text-indent:0}.tab-content div.wpcf7{background:#eee;padding:30px}div.wpcf7 .field{padding:6px 0}div.wpcf7 label{width:140px;display:block;font-size:14px;vertical-align:top;padding-bottom:2px}div.wpcf7 .wpcf7-text,div.wpcf7 .wpcf7-email,div.wpcf7 .wpcf7-textarea{border:0;width:100%;font-size:14px;padding:8px;border:4px solid #eee}div.wpcf7 .wpcf7-text,div.wpcf7 .wpcf7-email{width:60%}.wpcf7-checkbox span.wpcf7-list-item{margin-left:0 !important;margin-right:5px;position:relative;top:2px}div.wpcf7 .wpcf7-submit{margin-top:20px}#enquiries.tab-content h4{font-size:17px;padding:0 0 15px}span.wpcf7-not-valid-tip{font-size:13px !important;padding-top:2px}div.wpcf7-response-output{margin:30px 0 20px !important;padding:10px 15px !important;font-size:14px;background-color:#f7e700;font-weight:600}.div.wpcf7-mail-sent-ok{background:0 0 !important}.product-enquire a{margin-right:10px}.trigger-enquiry-form.active{position:relative;background:#ff5c5e}.trigger-enquiry-form.active:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(236,145,8,0);border-top-color:#ff5c5e;border-width:30px;margin-left:-30px}.product-enquiry-form{display:none;margin-top:20px;padding:25px;border:1px solid #eee}.product-enquiry-form h4{padding-bottom:15px;padding-top:0}.upsell-wrapper{text-align:center}.upsell-wrapper h5.page-title{margin-bottom:30px}.upsells .box{width:31%;margin-right:3.5%;float:left;text-align:center;background:#eee;border:4px solid #eee;padding:30px 15px}.upsells .box:last-of-type{margin-right:0;float:right;clear:right}.upsells .box i.fas{font-size:32px;margin-bottom:15px;color:#57a6dc}.upsells .box h5{font-size:14px;font-weight:600}.upsells .box:hover{background:#ffff;border-color:#57a6dc;cursor:pointer}.upsells .box.current{position:relative;background:#57a6dc;border-color:#57a6dc}.upsells .box.current h5,.upsells .box.current i.fas{color:#fff}.upsells .box.current:after,.upsells .box.current:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.upsells .box.current:after{border-color:rgba(0,0,0,0);border-top-color:#57a6dc;border-width:30px;margin-left:-30px}.upsells .box.current:before{border-color:rgba(0,171,107,0);border-top-color:#57a6dc;border-width:36px;margin-left:-36px}.upsell-wrapper .box-info{display:none}.upsell-wrapper .box-info.current{display:block}.upsell-wrapper .box-info{border:2px solid #eee;padding:15px;margin-top:20px;text-align:left}.upsell-wrapper .box-info .btn{margin-top:10px}.upsell-wrapper .box-info p:last-of-type{margin-bottom:0;padding-bottom:0}.woocommerce-checkout h3{padding-bottom:25px}form.woocommerce-cart-form,.col2-set{float:left;width:60%}.woocommerce-checkout-review-order,.cart-collaterals{float:right;width:32%;margin-right:0}#order_review,.cart-collaterals{border:10px solid #57a6dc;padding:0 20px 20px}.cart-collaterals .cross-sells{display:none}.cart-collaterals tr.shipping td{text-align:right}#order_review{padding:25px}#order_review.woocommerce-checkout-review-order{padding-top:10px !important}.woocommerce .cart-collaterals table.shop_table td,.woocommerce .cart-collaterals table.shop_table th,.woocommerce #order_review tr.cart_item td,.woocommerce #order_review tr.cart_item th{vertical-align:top;padding:15px 0}.woocommerce .cart-collaterals table.shop_table td,.woocommerce .cart-collaterals table.shop_table th{font-size:18px}.woocommerce .cart-collaterals table.shop_table .woocommerce-Price-amount.amount,.woocommerce .cart-collaterals table.shop_table tr.order-total .woocommerce-Price-amount.amount{font-size:24px}.woocommerce .cart-collaterals tr.tax-total td{text-align:right}.woocommerce .cart-collaterals tr.tax-total td span.woocommerce-Price-amount.amount{font-size:18px}p.mc4wp-checkbox-woocommerce{line-height:1.2em;border:1px solid #68bc29;padding:10px;margin-bottom:30px}p.mc4wp-checkbox-woocommerce input{float:left}p.mc4wp-checkbox-woocommerce label{font-family:'Open Sans',sans-serif}p.mc4wp-checkbox-woocommerce span{font-size:11px;font-style:normal;text-transform:none;display:block;overflow:auto;padding-left:5px;color:#000}.cart-collaterals .shop_table tr.tax-rate td{padding:0;text-align:right}.woocommerce-checkout-review-order-table tr.tax-rate th,.woocommerce-checkout-review-order-table tr.tax-rate td{padding:10px 0}.woocommerce-checkout-review-order-table tr.tax-rate td{text-align:right}.payment_box p{font-size:12px;padding-top:4px}.post-content ul.wc_payment_methods{list-style:none;margin:20px 0}.post-content ul.wc_payment_methods li{padding:10px 10px 10px 20px;line-height:1.4em;list-style:none;background:#eee;margin-bottom:10px;position:relative}.post-content ul.wc_payment_methods li input{position:absolute;left:10px;top:12px}.post-content ul.wc_payment_methods li label{font-weight:700}.post-content ul.wc_payment_methods li .title span{display:block;font-weight:400;text-transform:none}.post-content ul.wc_payment_methods li img{margin-top:10px !important;margin-right:5px !important;display:inline-block}.woocommerce table.shop_table{text-align:left;width:100%;border-collapse:separate}th.product-quantity,th.product-thumbnail{width:15%}th.product-name{width:50%}td.product-subtotal,th.product-subtotal{text-align:right}th.product-quantity,td.product-quantity{text-align:center}.woocommerce table.shop_table thead th{line-height:2.5em;text-transform:uppercase;color:#57a6dc;font-size:14px;letter-spacing:.05em;padding:10px;border-bottom:2px solid #57a6dc;font-weight:600}.woocommerce-cart .woocommerce table.shop_table td{vertical-align:top;padding:20px 10px}.woocommerce table.shop_table td.actions{vertical-align:top;padding:20px 10px;border-bottom:0;border-top:2px solid #eee}.woocommerce table.shop_table td.actions .button{display:block;color:#fff;background:#000;font-size:12px;font-weight:400;padding:8px 30px;text-transform:uppercase;text-decoration:none;border:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease}.woocommerce table.shop_table td.actions input[type=submit]:disabled{background:silver}.woocommerce-cart-form__contents td{border-bottom:1px solid #eee}td.product-thumbnail img{width:100%;height:auto}.woocommerce-cart td.product-name a{font-size:16px;padding-bottom:10px;display:block;color:#57a6dc}.woocommerce-cart td.product-name a:hover{text-decoration:none}.woocommerce-cart table.shop_table .woocommerce-Price-amount.amount{font-weight:600;font-size:16px;padding-top:0;padding-bottom:0;display:block}.checkout_coupon .input-text,.woocommerce table.shop_table .input-text{padding:.6180469716em;background-color:#f2f2f2;color:#43454b;outline:0;border:0;-webkit-appearance:none;border-radius:2px;box-sizing:border-box;font-weight:400;width:100%;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}table.cart td.product-quantity label{display:none}table.cart td.product-quantity .qty{padding:.326em;width:3.706325903em}a.remove{display:inline-block;font-size:18px}.actions .button{float:right}.actions .coupon label{display:none}.actions .coupon input{float:left;margin-right:10px}.woocommerce-cart table.shop_table .woocommerce-Price-amount.amount{display:inline-block}.woocommerce-cart td.product-name dt{padding-top:5px;text-decoration:underline}.woocommerce-cart td.product-name dd p{padding:0;margin:0;font-size:14px;padding-bottom:5px}.cart-collaterals table{text-align:left;width:100%;border-collapse:separate;padding:0}.woocommerce-cart .cart-collaterals table td,.woocommerce-cart .cart-collaterals table th{padding:10px 0 !important}.woocommerce-cart .cart-collaterals table td{text-align:right}.woocommerce-cart .cart-collaterals table tr.order-total td,.woocommerce-cart .cart-collaterals table tr.order-total th{font-size:26px;padding-bottom:20px !important}.woocommerce-checkout tr.order-total td,.woocommerce-checkout tr.order-total th,.woocommerce .cart-collaterals table.shop_table tr.order-total th,.woocommerce .cart-collaterals table.shop_table tr.order-total td{color:#ff5c5e;padding-top:20px !important}.woocommerce .cart-collaterals table.shop_table tr.order-total th{padding-top:22px}.woocommerce .cart-collaterals table.shop_table td.alignright{text-align:right}.coupon-dropdown-trigger{text-transform:uppercase;font-style:italic;color:#666;font-size:14px;display:block;text-decoration:none;width:100%;position:relative;text-align:right;padding-right:25px}.coupon-dropdown-trigger:after{content:"\f0d7";font-family:'Font Awesome 5 Free';right:0;font-style:normal;position:absolute;top:2px;font-weight:700}.coupon-dropdown-trigger:hover{cursor:pointer;color:#57a6dc}.woocommerce .cart-collaterals table.shop_table .gotcoupon td{border-top:2px solid #eaeaea;border-bottom:2px solid #eaeaea}.couple-details{display:none}.couple-details input{display:block;max-width:300px;margin:15px auto;float:right}.gotcoupon .button{display:block;color:#fff;background:#999;font-size:12px;font-weight:400;padding:8px 0;text-transform:uppercase;text-decoration:none;border:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease;width:180px;float:right;margin:15px 15px 0 0}.gotcoupon .button:hover{cursor:pointer;background:#000}tr.cart-discount td:first-of-type{text-align:right}.woocommerce-remove-coupon{display:block;font-size:12px;text-align:right}.woocommerce-shipping-totals p.woocommerce-shipping-destination{display:none}.woocommerce-shipping-totals ul.woocommerce-shipping-methods{padding:0;margin:0}.woocommerce-shipping-totals ul.woocommerce-shipping-methods li{list-style-type:none !important;padding:0}.woocommerce-checkout .button{margin:0 auto 15px auto;width:100%}.woocommerce-form-coupon-toggle{display:none}h3#order_review_heading{display:none}.post-content-wrapper .post-content .woocommerce-privacy-policy-text p{font-size:12px;margin-bottom:25px;display:block}.woocommerce-terms-and-conditions-checkbox-text{font-size:12px;text-transform:none}.col2-set .col-1,.col2-set .col-2{float:none;width:100%}.woocommerce-checkout #main-content label,.finance-box h4{display:block;width:100%;text-transform:uppercase;color:#000;font-size:14px;letter-spacing:.05em}.finance-box{padding:10px 20px 10px 40px;line-height:1.4em;background:#eee;position:relative;bottom:7px;margin-bottom:8px}.finance-box p{font-size:14px !important}.woocommerce-checkout .input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{font-size:16px;padding:10px 6px;width:100%;background:#f7f7f7;border:1px solid silver}span.select2-results,span.select2-results li{text-align:left}.woocommerce-checkout textarea{height:100px}#shipping_first_name_field,#billing_first_name_field{float:left;width:48%}#shipping_last_name_field,#billing_last_name_field{float:right;width:48%}.woocommerce-additional-fields{padding-top:40px}.woocommerce table.shop_table.woocommerce-checkout-review-order-table{border-collapse:collapse}.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount td,.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-discount th{padding-top:10px !important}.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation{padding-left:68px}.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dt{padding-top:5px;text-decoration:underline}.woocommerce table.shop_table.woocommerce-checkout-review-order-table dl.variation dd p{padding:0;margin:0;font-size:13px}.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.tax-total td{text-align:right}.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.tax-total td,.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.tax-total th{padding-top:10px}.woocommerce-checkout .product-total,.woocommerce-checkout .cart-subtotal td,.woocommerce-checkout .order-total td{text-align:right}.woocommerce-checkout .order-total td,.woocommerce-checkout .order-total th{font-size:24px}.woocommerce-checkout .cart-subtotal td,.woocommerce-checkout .order-total td{padding:20px 0 0}.woocommerce-checkout .cart_item td{border-bottom:2px solid #eee}.woocommerce-checkout .woocommerce-Price-amount.amount{padding-top:0}.woocommerce-checkout .cart_item td.product-name,.woocommerce-checkout .cart_item .woocommerce-Price-amount.amount{font-size:14px}.woocommerce-checkout tr.cart-subtotal th,.woocommerce-checkout tr.cart-subtotal .woocommerce-Price-amount.amount{font-size:16px;font-weight:600;padding-top:0;padding-bottom:0}.woocommerce-checkout .order-total th{font-weight:600;font-size:18px}.woocommerce-privacy-policy-text p{font-size:12px;margin-bottom:25px;display:block}.woocommerce-checkout .product-thumbnail{width:60px;float:left;margin-right:8px}.woocommerce-checkout .product-thumbnail img{width:100%;height:auto}.woocommerce-checkout td.product-name{width:75%}.woocommerce-notices-wrapper .woocommerce-message{margin-bottom:30px;padding:20px;background:#add3c6}.woocommerce-notices-wrapper ul.woocommerce-error{margin-bottom:30px;background:#fdb3b3;list-style-position:inside;padding:20px;width:100%;margin-left:0}p.cart-empty.woocommerce-info{padding:0 !important}.woocommerce-notices-wrapper .woocommerce-message .button{margin-right:10px;display:inline-block;padding:10px 20px;color:#fff}.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{margin-bottom:30px;padding:20px;background:#ff9a9a}ul.woocommerce-error{list-style-type:disc;margin:0 30px}.woocommerce-order-received section.woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{display:none}.wp-pagenavi{clear:both;padding-top:40px}.wp-pagenavi a,.wp-pagenavi span{text-decoration:none;border:1px solid #57a6dc;padding:8px 15px;margin:2px;color:#57a6dc;font-size:14px;display:inline-block}.wp-pagenavi span.pages{border:0}.wp-pagenavi a:hover,.wp-pagenavi span.current{color:#fff;background:#57a6dc}.wp-pagenavi span.current{font-weight:700}.page-template-page-tablayout .tab-content{text-align:left;margin-top:40px}.page-template-page-tablayout .tab-content .form{position:relative;display:inline-block;padding:15px 15px 30px;border:10px solid #eee;vertical-align:top;display:inline-block;margin:15px 2%;width:28%}.page-template-page-tablayout .tab-content{text-align:center}.page-template-page-tablayout .tab-content .form_count_2 .form{width:42%}.page-template-page-tablayout .tab-content .text-wrapper{max-width:980px;margin-right:auto;margin-left:auto;text-align:left}.page-template-page-tablayout .tab-content h4{font-weight:600;color:#57a6dc;padding-bottom:5px}.tab-content .form img{margin:10px 0 20px;width:100%;height:auto}.counters{display:table;width:100%;border-collapse:collapse;table-layout:fixed;margin-bottom:60px}.counters .item{background:#ecf6ff;padding:30px;display:table-cell;text-align:center}.counters .item .label{font-weight:600;text-transform:uppercase;padding-top:4px}.counters .item .counter{font-size:42px;color:#57a6dc}ul.image-list{padding:30px 0;display:block;text-align:center}ul.image-list li{display:inline-block;vertical-align:top;list-style-type:none;width:20%}.video-wrapper .video{position:relative;padding:15px;border:10px solid #eee;vertical-align:top;width:47%;float:left;margin:25px 1.4% 25px 0}.video-wrapper .video:nth-child(even){float:right}.video-wrapper .video .text h2{padding:20px 0 15px}#sidebar{float:right;width:25%;padding-top:92px}.news{float:left;width:70%}.news .item{position:relative;padding:15px;border:10px solid #eee;vertical-align:top;float:left;width:31.333333%;margin-right:3%;margin-bottom:40px}.news .item:nth-of-type(3n){margin-right:0;float:right;clear:right}.news.col-4 .item,.news.col-4 .item:nth-of-type(3n){width:22%;margin-right:4%;margin-bottom:40px;clear:initial}.news.col-4 .item:nth-of-type(4n){margin-right:0;float:right;clear:right}.news .item .btn{position:absolute;bottom:25px;left:50%;transform:translateX(-50%)}.news .item a.img{background:#000;display:block;position:relative;text-decoration:none}.news .item img{background:#000;max-width:100%;width:100%;height:auto;display:block;border:1px solid #eee}.news .item p.item-meta{position:absolute;left:20px;bottom:15px;font-size:12px;background:0 0;padding:0}p.item-meta{color:#000;font-size:14px;text-align:left;background:#eee;padding:6px 10px}.news .item span.date{display:inline-block;position:absolute;z-index:1;left:0;top:10px;color:#fff;background:#333;padding:4px 5px}p.item-meta span.category a{color:#57a6dc;text-decoration:none;border:1px solid #57a6dc;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:2px 12px}p.item-meta span.category a:hover{background-color:#57a6dc;color:#fff}p.meta span.category a:hover{text-decoration:underline}.news .item:hover{border-color:#57a6dc}.news .item a.img span.read-more{width:100%;padding:6px;background:#57a6dc;color:#fff;position:absolute;left:0;bottom:0;display:none}.news .item img:hover{-ms-filter:"alpha(opacity=60)";filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6;transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s}.news .item a.img:hover span.read-more{display:block;transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s}.news .item a.title{display:block;width:100%;font-size:21px;font-weight:600;padding:20px 0;text-decoration:none}.news .item a.title:hover{color:#57a6dc}.news .item p{font-size:14px;margin:0;padding:0}.tags{margin-top:60px}.categories ul{padding-bottom:60px}.categories ul li,.post-categories li,.tags a{float:left;display:inline-block;margin-right:10px;margin-bottom:7px;position:relative}.categories ul li a,.tags a,.post-categories li a{color:#57a6dc;text-decoration:none}.categories ul li a:hover,.tags a{text-decoration:none}.categories ul li a,.tags a,.post-categories li a{position:relative;font-size:14px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;display:inline-block;border:1px solid #57a6dc;padding:4px 15px}.categories ul li a:hover,.post-categories li a:hover,.tags a:hover{color:#fff;background:#57a6dc}.categories ul li a:before,.post-categories li a:before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f07c";padding-right:10px}.tags a:before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f02b";padding-right:10px}.categories ul li.current-cat a{background:#57a6dc;color:#fff}.related-news h2{text-align:center;font-weight:500;color:#57a6dc;font-size:32px;padding:30px 0}.brand-images-wrapper{text-align:center}.brand-images-wrapper h2{font-weight:500;font-size:32px;padding-bottom:30px}ul.brand-images{display:table;vertical-align:middle;text-align:center;table-layout:fixed;width:100%}ul.brand-images li{display:table-cell;vertical-align:middle;text-align:center}ul.brand-images li img{text-align:center;margin:0 auto;max-width:65%;height:auto}.alignleft{display:inline;float:left;margin:0 25px 15px 0}.alignright{display:inline;float:right;margin:0 0 15px 25px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#eee;max-width:96%;padding:14px 9px 9px;margin-bottom:30px}.wp-caption img{display:block;margin:0 auto;max-width:98%}.wp-caption .wp-caption-text,.gallery-caption{color:#333;font-size:16px;font-style:italic}.wp-caption .wp-caption-text{margin-bottom:.6em;padding:10px 0 5px 4px;position:relative}img.size-full{height:auto !important;width:auto !important}
.r-tabs .r-tabs-nav{margin:0;padding:0}.r-tabs .r-tabs-tab{display:inline-block;margin:0;list-style:none}.r-tabs .r-tabs-panel{padding:15px;display:none}.r-tabs .r-tabs-accordion-title{display:none}.r-tabs .r-tabs-panel.r-tabs-state-active{display:block}@media only screen and (max-width:1280px){.r-tabs .r-tabs-nav{display:none !important}.r-tabs .r-tabs-accordion-title{display:block}}
@media all and (max-width:1440px){#footer{padding:50px 35px}}@media all and (max-width:1240px){.footer-wrapper .links{margin-right:40px;padding-right:40px}}@media all and (max-width:1140px){.footer-right{float:none;width:100%}.footer-left{width:auto;display:inline-block;float:none;margin:0 auto}.footer-right{text-align:center;padding-top:60px}.footer-wrapper .links{margin-right:80px;padding-right:80px}.footer-wrapper .links.last{border:0;padding-right:0;margin-right:0}.accreditations{float:none;max-width:600px;margin:0 auto}.footer-wrapper{text-align:center}.footer-wrapper .legal-links{float:none;padding-top:50px;text-align:center}.news .item,.news .item:nth-of-type(3n){float:left;margin-right:3%;clear:none;width:47%}.news .item:nth-of-type(2n){margin-right:0;float:right;clear:right}}@media all and (max-width:1080px){#sidebar.searchbar{width:100%;float:none;margin-bottom:20px}#sidebar.searchbar .woof,#sidebar.searchbar .widget-woof p.small,li#custom_html-2{display:none}#sidebar.searchbar h3.widgettitle{font-size:16px;padding:6px 20px;background:#57a6dc;color:#fff;margin-bottom:20px}#sidebar.searchbar h3.widgettitle:after{padding-left:20px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f067"}#sidebar.searchbar h3.widgettitle.minus-sign:after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f068"}.products-wrapper{width:100%;float:none}form.woocommerce-cart-form,.col2-set,.woocommerce-checkout-review-order,.cart-collaterals{float:none;width:100%}}@media all and (max-width:980px){#banner{margin-top:20px}#banner ul li{padding:50px 30px}#banner .text{padding:0;max-width:400px}.home .intro{padding:50px 30px 0}.home .intro p{font-size:26px}.home .products{margin-top:60px}.home .products .product{padding:15px}.products .layout_1_block_row span.image,.products .layout_1_block_row span.content{padding:15px}.products .layout_1_block_row a.product h3{padding:10px 0 20px}.page-template-page-tablayout .tab-content .form{width:42%}}@media all and (max-width:890px){.archive li.product,.archive li.product:nth-of-type(3n+3){width:49%;padding-bottom:50px;float:left}.archive li.product:nth-of-type(2n+2){float:right;margin-right:0}h1.product_title.mobile-title{display:block;padding:12px 80px 12px 20px}.summary.entry-summary h1.product_title{display:none}.summary.entry-summary .price{text-align:center}.summary.entry-summary,.woocommerce-page div.product div.summary{float:none !important;width:100% !important}.woocommerce-product-gallery{width:100%;margin:20px auto 30px auto}.woocommerce-product-gallery__image img{width:100%}.video-wrapper .video,.video-wrapper .video:nth-child(even){position:relative;padding:15px;border:10px solid #eee;vertical-align:top;width:100%;max-width:600px;float:none;margin:25px auto 50px auto}}@media all and (max-width:790px){.home .products .product p:last-of-type{line-height:18px}#footer{padding-top:0}.span.highlight{line-height:18px}.contentblock.content-rightsidebar .right,.contentblock.content-rightsidebar .left,div.wpcf7 .wpcf7-text,div.wpcf7 .wpcf7-email{width:100%}.contentblock.content-rightsidebar .right{margin-top:50px}#banner ul li{background-position:left -225px center}.setwidth{padding:0 15px}#header{padding:55px 0 10px}.top-nav{position:fixed;float:none;top:0;left:0;right:auto;width:100%;background:#57a6dc;padding:8px 15px;z-index:99999}#banner .text .h1{line-height:32px}#banner .highlight{line-height:21px}#banner .highlight span{line-height:21px}.top-nav a b{color:#fff !important}.top-nav a{color:#fff;margin-left:0;font-size:18px;float:left;line-height:19px}.top-nav a.basket{color:#fff;float:right;margin-top:-10px}.top-nav a i.fas{color:#fff;font-size:22px;position:relative;right:10px}.top-nav a:hover i.fas{color:#0c7feb}.top-nav a.basket span.count{left:2px;top:-11px}.top-nav a.email{margin-left:0 !important;float:left !important;clear:both !important;margin-top:5px !important}#navigation{margin-top:26px;box-shadow:none;position:absolute;right:0;top:60px}#header a.logo{margin-top:10px}.hamburger{display:block;color:#fff;font-size:28px;z-index:9999;position:relative;float:right;margin-right:15px;margin-top:8px}#navigation ul.nav{display:none;position:fixed;background:#57a6dc;top:156px;left:0;width:100%;height:100%;padding:50px 0 0}#navigation ul.nav li.current_page_item>a,#navigation ul.nav a:hover{color:#333132 !important}#navigation ul.nav li{opacity:0;-moz-transition:all .4s ease;-webkit-transition:all .4s ease;transition:all .4s ease;width:100%;display:block}#navigation ul.nav li a{font-size:28px;color:#fff;line-height:28px}#navigation .nav.is-active li{opacity:1}#navigation ul.nav li ul{position:relative;left:auto;top:auto;width:100%;padding:10px 0 0;background:0 0;box-shadow:none;border:0}#navigation ul.nav li ul a{text-transform:uppercase;font-size:19px;color:#fff}#banner{margin-top:1px}.home .intro{padding:40px 30px 0}.home .intro p{font-size:22px}.home .products{padding:60px 0;margin:50px 0 40px}.home .products h2:nth-of-type(2){padding-top:50px}.home .products .product,.page-template-page-professionals-parent .products .product{height:auto !important;width:100% !important;display:block;margin:0 0 20px}.home .products .product img,.page-template-page-professionals-parent .products .product img{float:left;width:200px;margin-right:20px}.home .products .product img,.page-template-page-professionals-parent .products .product img{float:none;width:100%;margin:0 0 20px}.home .products a.product h3,.page-template-page-professionals-parent .products .product h3{padding:0 0 10px}.home .products .product p:last-of-type{margin-bottom:0}.home .products .product p:last-of-type:after{content:"";display:table;clear:both;height:0}.products .layout_1_block_row{width:100%}.products .layout_1_block_row span.image{padding-bottom:0}.products .layout_1_block_row span.content{padding-bottom:25px}.products .layout_1_block_row span.image,.products .layout_1_block_row span.content{width:100%}.products .layout_1_block_row span.image img{margin-right:0}.related.products li.product{width:48%;float:left}.counters .item{padding:20px}.counters .item .label{font-size:14px}.counters .item .counter{font-size:28px}ul.image-list li{width:31%}#sidebar{float:none;width:100%;padding:50px 0}.news{float:none;width:100%}.news .item,.news .item:nth-of-type(2n),.news .item:nth-of-type(3n){float:none;width:100%;margin-right:0;height:auto !important}.products .layout_2_block_row a.product{width:100%;margin-top:20px;margin-bottom:20px;margin-left:0;margin-right:0}}@media all and (max-width:640px){h1.product_title.mobile-title{font-size:26px}.footer-right{padding-top:0}.footer-wrapper{padding:60px 50px}.footer-wrapper .links{margin:0;padding:0;border:0;min-height:auto;display:block;width:100%;margin-bottom:30px}.accreditations ul{display:block;text-align:center;margin-bottom:20px}.accreditations ul:after{content:"";display:table;clear:both}.accreditations ul li{display:block;text-align:center;float:left;width:50%}.accreditations ul li img{width:auto;height:70px;padding:0;text-align:center;margin:15px auto 15px auto}.page-template-page-tablayout .tab-content .form{width:100%;margin:10px 0 30px;display:block}.woocommerce-cart table.shop_table.cart,.woocommerce-cart table.shop_table.cart thead,.woocommerce-cart table.shop_table.cart tbody,.woocommerce-cart table.shop_table.cart th,.woocommerce-cart table.shop_table.cart td,.woocommerce-cart table.shop_table.cart tr{display:block}.woocommerce-cart table.shop_table thead tr{position:absolute;top:-9999px;left:-9999px}.woocommerce-cart table.shop_table tr{margin-bottom:20px}.woocommerce-cart table.shop_table.cart td{border:1px solid #eee;position:relative;padding:10px !important}.woocommerce-cart table.shop_table.cart td img{max-width:250px;margin:0 auto}.woocommerce-cart table.shop_table{border:none}.woocommerce-cart table.shop_table td.product-spacer{border-color:#fff;height:10px}.woocommerce-cart table.shop_table td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap}.woocommerce-cart table.shop_table td.product-price .woocommerce-Price-amount.amount{text-align:right;display:block}.woocommerce-cart .quantity,.woocommerce-cart #content .quantity,.woocommerce-cart .quantity,.woocommerce-cart #content .quantity{text-align:right}.woocommerce-cart table.shop_table td.actions{border:0;padding-top:30px !important;padding-bottom:50px !important}.woocommerce-cart table.shop_table td.product-price:before{content:"PRICE"}.woocommerce-cart table.shop_table td.product-quantity:before{content:"QUANTITY";text-align:left}.woocommerce-cart table.shop_table td.product-subtotal:before{content:"SUBTOTAL";text-align:left}.woocommerce-cart table.shop_table td.product-total:before{content:"TOTAL";text-align:left}.woocommerce-cart .quantity,.woocommerce-cart #content .quantity,.woocommerce-cart .quantity,.woocommerce-cart #content .quantity{margin:0}.woocommerce-cart .col2-set .col-1,.woocommerce-cart .col2-set .col-2,.woocommerce-cart form .form-row-first,.woocommerce-cart form .form-row-last{float:none;width:100%}.woocommerce-cart td.product-remove a{color:#000;text-align:center;text-decoration:none;font-size:24px;display:block}}@media all and (max-width:590px){.footer-wrapper .legal-links{padding-top:30px}.footer-wrapper .legal-links ul li{display:block;margin:5px 0}#banner .text .actions .highlight{border:0;color:#fff;padding:5px 10px !important}#banner .text .actions .highlight .fas{color:#fff !important}.counters{display:block}.counters .item{padding:20px 10px;display:inline-block;width:48%;border-bottom:4px solid #fff}.counters:after{clear:both;height:20px;width:100%}.counters .item .counter{font-size:24px}ul.brand-images{display:block}ul.brand-images li{display:block;width:100%;padding:25px 0}ul.brand-images li img{max-width:260px}}@media all and (max-width:520px){.home .products .product img,.page-template-page-professionals-parent .products .product img{float:none;width:100%;margin:0 0 20px}.accreditations ul li{text-align:center;float:none;width:100%;margin-bottom:20px}.archive li.product,.archive li.product:nth-of-type(2n+2),.archive li.product:nth-of-type(3n+3){margin:2% 0;width:100%;padding-bottom:50px}ul.image-list li{width:48%;padding:2%}}@media all and (max-width:600px){#banner .text{max-width:100%}#banner ul li{padding:50px 10px;background-size:200%;background-position:right -7vw bottom -55px;padding-bottom:230px}#banner .bx-viewport{height:670px !important}#banner .text p br{content:''}#header a.logo img{max-height:80px}}@media all and (max-width:445px){#header a.logo span.h2{float:none;clear:both}#banner ul li{padding:50px 10px;background-size:200%;background-position:left -92vw bottom -30px;padding-bottom:180px}#banner .bx-viewport{height:670px !important}#banner .h1{font-size:32px}}
body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;word-break:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.woof_container{padding-bottom:5px;margin-bottom:9px}.woof_container select{width:100%}.woof_container label{display:inline-block !important}ul.woof_list{margin:0 !important}.woof_list li{list-style:none !important;padding:0 0 5px !important}.woof_list label{vertical-align:middle;padding-top:4px;padding-bottom:4px;display:inline-block}.woof_childs_list{margin:7px 0 0 15px !important}.woof_auto_show{position:relative;z-index:1001}.woof_sid_auto_shortcode .woof_container{float:left;width:33%;min-width:150px}.woof_sid_auto_shortcode .woof_container_inner{padding-left:5px}.woof_submit_search_form_container{overflow:hidden;clear:both;margin:9px 0 15px}li.woof_childs_list_li{padding-bottom:0 !important}div.woof_info_popup{position:fixed;top:48%;left:48%;z-index:10001;display:none;overflow:hidden;padding:20px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:rgba(0,0,0,.6);-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 2px rgba(255,255,255,.2);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 2px rgba(255,255,255,.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 2px rgba(255,255,255,.2);color:#fff;font-size:22px;font-family:'Oswald',sans-serif}p.woof_tooltip{position:relative;display:inline;line-height:normal !important}p.woof_tooltip span.woof_tooltip_data{position:absolute;width:auto;min-width:140px;max-width:300px;color:#fff;background:#000;height:auto;min-height:19px;line-height:normal;vertical-align:middle;text-align:center;visibility:hidden;border-radius:6px;margin-top:-30px}p:hover.woof_tooltip span.woof_tooltip_data{visibility:visible;opacity:.8;bottom:10px;left:50%;margin-left:-74px;z-index:999}.woof_tooltip_title{display:none}.woof_step .price_slider_amount .button{display:none}.woof_products_top_panel{overflow:hidden;line-height:32px;margin:5px 0 15px;display:none;position:relative;z-index:99}.woof_products_top_panel ul{margin:0 !important;padding:0 !important}.woof_products_top_panel li{float:left;margin:0 15px 0 0 !important;list-style:none !important}.woof_products_top_panel li a{text-decoration:none}.woof_products_top_panel li a:hover{text-decoration:none}.woof_products_top_panel li span{padding-right:16px;background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/css/../img/delete.png);background-size:12px 12px;background-repeat:no-repeat;background-position:right}.woof_products_top_panel li span:hover{background-size:14px 14px}.woof_sid_auto_shortcode{background:#fff;border:solid 2px #aaa;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-moz-box-shadow:inset 0px 1px 0px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px 0px #fff;box-shadow:inset 0px 1px 0px 0px #fff;background:#fdfdfd;margin-bottom:11px;clear:both}.woof_sid_auto_shortcode.woof{padding:16px}.woof_edit_view{position:relative;float:right;clear:both;opacity:.7;z-index:9999;margin-top:-20px}.woof_container_overlay{position:relative;border:solid 1px orange}.woof_container_setter{position:relative}.woof_container_overlay_item{display:none;color:red;padding:4px}.woof_container_overlay .woof_container_setter_link{display:inline-block;position:relative;float:right;clear:both;opacity:.8}.woof_show_auto_form,.woof_hide_auto_form{display:inline-block !important;margin-bottom:3px !important}.woof_show_auto_form,.woof_hide_auto_form{background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/css/../img/autoshow_button.png);-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;width:32px;height:32px;display:inline-block;background-repeat:no-repeat}.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{width:auto;height:auto;background:0 0}.woocommerce-ordering{position:relative;z-index:3}.woof_auto_show .woof_redraw_zone{position:relative;z-index:1001}.woof_auto_show .woof_price_search_container{position:relative;z-index:1002}.woof_price_search_container .price_slider_amount .price_label{float:left !important;display:inline-block;text-align:right !important}.woof_childs_list_opener{vertical-align:middle;margin-left:4px;display:inline-block !important}.woof_childs_list_opener span{display:inline-block;background-size:16px 16px;background-repeat:no-repeat;background-position:right;width:18px;height:18px}.woof_childs_list_opener span.woof_is_closed{background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/css/../img/plus2.png)}.woof_childs_list_opener span.woof_is_opened{background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/css/../img/minus2.png)}.woof_childs_list_opener span:hover{background-size:18px 18px}.woof_list_checkbox li div{margin-top:3px}.woof_list li{margin:0 3px !important}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:.8751em}.woof .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:right !important}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;border:1px solid #141741;cursor:pointer;background:#2d338e;outline:none;top:-.2em}.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-.5em}.woof .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#c0132c;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background:#d5d5d5}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider .ui-slider-handle{background-color:#a46497;border-radius:1em;cursor:ew-resize;height:1em;margin-left:-.5em;outline:0 none;position:absolute;top:-.3em;width:1em;z-index:2}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#602053;border:0 none;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background:none repeat scroll 0 0 #d5d5d5;border-radius:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{margin-left:.5em;margin-right:.5em;position:relative;text-align:left}.woof .woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof_overflow_hidden{overflow:hidden}.woof .chosen-drop{z-index:10001 !important}.chosen-results{z-index:10001 !important}.woof .chosen-container-multi .chosen-choices li.search-field input[type=text]{min-height:18px !important}.woof_sid_widget .woof_edit_view{display:none}.woof_section_scrolled{overflow:auto;overflow-x:hidden;margin-bottom:3px}.woof_price_filter_dropdown{width:100%}.chosen-results li{margin-left:0 !important}.woof-padding-1{padding-left:12px !important}.woof-padding-2{padding-left:24px !important}.woof-padding-3{padding-left:36px !important}.woof-padding-4{padding-left:48px !important}.woof-padding-5{padding-left:60px !important}.chosen-container{margin-bottom:3px}.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{display:none}.woof_search_is_going nav.woocommerce-breadcrumb{display:none}.woof_checkbox_label{margin-left:7px}.woof_checkbox_label_selected{font-weight:700}.woof_radio_label_selected{font-weight:700}.woof_checkbox_count{margin-left:3px}.woof_radio_label{margin-left:5px}.woof_radio_count{margin-left:2px}a.woof_front_toggle{float:right}.woof_closed_block{display:none}.woof_radio_term_reset_visible{display:inline-block !important;padding:2px 0 0 7px}.woof label{cursor:pointer}.woof_hidden_term{display:none !important}.woof_open_hidden_li{clear:both;display:block !important;text-align:center}.woof_open_hidden_li a{outline:none !important}.woof_open_hidden_li img{box-shadow:none !important}a.woof_start_filtering_btn{display:inline-block;padding:9px 12px;border:solid 2px #ccc;border-radius:7px;text-decoration:none !important;transition:all .5s}a.woof_start_filtering_btn:hover{color:#0073d2 !important;border-color:#0073d2;text-decoration:none}a.woof_start_filtering_btn2{display:inline-block;padding:9px 12px;border:solid 2px #0073d2;border-radius:7px;text-decoration:none !important;color:#0073d2 !important}.woof_price_filter_txt{width:75px !important}a.chosen-single{text-decoration:none !important}.chosen-container-single .chosen-single span{font-size:15px}.chosen-container-single .chosen-single{height:27px !important;line-height:25px !important}.chosen-container-single .chosen-single div b{background-position:0 4px !important}.woof_sid_flat_grey .chosen-container-single .chosen-single{border-radius:0;background:0 0;background-color:#fff;box-shadow:none;border:2px solid #aaa}.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #aaa;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container-active{background:0 0;background-color:#fff;box-shadow:none}.woof_sid_flat_grey .chosen-container-multi .chosen-choices{background-image:none;border:2px solid #aaa}.woof_sid_flat_grey .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #97b6be}.woof_sid_flat_grey .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#fff}.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice,.woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice{border:2px solid #aaa;border-radius:0;background-color:transparent;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container .chosen-drop{border:2px solid #aaa;border-top:0;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button{border:2px solid #aaa;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_grey .woof_submit_search_form_container,.woof_sid_flat_dark .woof_submit_search_form_container{margin:0}.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{width:100%}.woof_sid_flat_grey .irs-bar,.woof_sid_flat_dark .irs-bar{border-top:1px solid #97b6be;border-bottom:1px solid #97b6be;background:#97b6be}.woof_sid_flat_grey .irs-from,.woof_sid_flat_grey .irs-to,.woof_sid_flat_grey .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_dark .irs-from,.woof_sid_flat_dark .irs-to,.woof_sid_flat_dark .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_grey .irs-slider,.woof_sid_flat_dark .irs-slider{border:2px solid #aaa;background:#ddd;box-shadow:0px 0px 0px rgba(0,0,0,.3)}.woof_sid_flat_grey .irs-line,.woof_sid_flat_grey .irs-line{background:#eee;border:2px solid #aaa}.woof_sid_flat_grey .woof_container h4{margin-bottom:11px!important;font-size:1.32em!important;background:#a0bcc385;padding:11px 7px;color:#333;line-height:1.12em!important;text-align:center}.woof_sid_flat_grey{background:#fff;border:solid 2px #aaa;background:#fdfdfd;margin-bottom:11px;margin-top:30px;padding:12px}.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#fff !important;border:solid 1px #fff}.woof_sid_flat_grey .woof_select_radio_check dt a{border:solid 2px #aaa;border-radius:0}.woof_sid_flat_grey .woof_color_term:hover,.woof_sid_flat_dark .woof_color_term:hover{border-color:#444;transform:scale(1.1,1.1);transition-duration:1s;border-style:solid}.woof_sid_flat_grey .woof_color_term.checked,.woof_sid_flat_dark .woof_color_term.checked{transform:scale(1.1,1.1)}.woof_sid_flat_grey .woof_color_term,.woof_sid_flat_dark .woof_color_term{border-radius:0}.woof_sid_flat_dark{border:solid 2px #aaa;background:#4e4d4d;margin-bottom:11px;margin-top:30px;padding:12px;color:#e2e6e7}.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{width:100%}.woof_sid_flat_dark .chosen-container-single .chosen-single{border-radius:0;background:0 0;background-color:#4e4d4d;box-shadow:none;border:2px solid #e2e6e7;color:#e2e6e7}.chosen-container .chosen-drop{border:2px solid #4d4d4;background:#4e4d4d;box-shadow:0 0px 0px rgba(0,0,0,0)}.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #e2e6e7;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_dark .chosen-container-active{background:0 0;background-color:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-multi .chosen-choices{background-image:none;background-color:#4e4d4d;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.no-results{background:#97b6be}.woof_sid_flat_dark .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-drop{border:2px solid #e2e6e7;border-top:0;background:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-single .chosen-drop{border-radius:0}.woof_sid_flat_dark .woof_color_term{border:0 solid #e2e6e7}.woof_sid_flat_dark .woof_color_term.checked{border:3px solid #e2e6e7}.woof_sid_flat_dark .woof_container h4{margin-bottom:11px!important;font-size:1.32em!important;background:#a0bcc385;padding:11px 7px;color:#e2e6e7;line-height:1.12em!important;text-align:center}.woof_sid_flat_dark .woof_submit_search_form_container button{border:2px solid #e2e6e7;background:#4e4d4d;box-shadow:none;color:#e2e6e7}.woof_sid_flat_dark .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#e2e6e7 !important;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_select_radio_check dt a{background-color:#4e4d4d;color:#e2e6e7 !important;border:solid 2px #e2e6e7;border-radius:0}.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list{background-color:#4e4d4d;color:#e2e6e7}.woof_sid_flat_dark input[type=search]:focus,.woof_sid_flat_dark input[type=text]:focus,.woof_sid_flat_dark textarea:focus{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type=search],.woof_sid_flat_dark input[type=search]{background:#4e4d4d;color:#e2e6e7;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type=search]::placeholder,.woof_sid_flat_dark input[type=search]::placeholder{color:#a0bcc3;opacity:1}.woof_sid_flat_dark .irs-max,.woof_sid_flat_dark .irs-min{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover,.woof_sid_flat_grey .woof_list_label li .woof_label_term.checked{background-color:#97afb5;border-color:#a0bcc385;color:#fff}.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover,.woof_sid_flat_dark .woof_list_label li .woof_label_term.checked{background-color:#a0bcc385;border-color:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_list_label li .woof_label_term{color:#728a90}.woof_sid_flat_dark .easy-autocomplete-container ul{background:none repeat scroll 0 0 #4e4d4d;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.woof_sid_flat_dark .easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #a0bcc385}.woof_auto_4_columns .woof_container{display:inline-block;vertical-align:top;width:24%;padding:5px;min-width:150px}.woof_auto_3_columns .woof_container{display:inline-block;vertical-align:top;width:32%;padding:5px;min-width:150px}.woof_auto_2_columns .woof_container{display:inline-block;vertical-align:top;width:49%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container{display:inline-block;vertical-align:top;width:100%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_authors li{display:inline-block;margin-left:10px}.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li,.woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{display:block}@media only screen and (max-width :992px){.woof_sid_auto_shortcode .woof_container{clear:both;width:100%}.woof_sid_auto_shortcode .woof_container .chosen-container{width:100% !important}.woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,.woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,.woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{height:auto !important;min-height:auto !important;max-height:auto !important}}.easy-autocomplete-container ul{margin:0 !important}.woof_tooltip_templates{display:none}.woof_container_inner .woof_tooltip_header{display:inline-block;height:15px;width:auto;vertical-align:middle}.woof_tooltip_title{font-size:18px;font-weight:700;color:#2c2c2c}

.chosen-container{min-width:110px;position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat -30px -20px;background:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(//gardamed.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
#place_order.ppcp-hidden{display:none!important}.ppcp-disabled{cursor:not-allowed;filter:grayscale(100%)}.ppcp-disabled *{pointer-events:none}.ppc-button-wrapper .ppcp-messages:first-child{padding-top:10px}#ppc-button-ppcp-gateway{line-height:0}#ppc-button-ppcp-gateway div[class^=item-]{margin-top:14px}#ppc-button-ppcp-gateway div[class^=item-]:first-child{margin-top:0}#ppc-button-minicart{display:block;line-height:0}.ppcp-button-apm{--apm-button-border-radius:4px;border-radius:var(--apm-button-border-radius);height:45px;line-height:0;margin-top:14px;max-width:750px;min-width:0;overflow:hidden}.ppcp-button-apm.ppcp-button-pill{--apm-button-border-radius:50px}.ppcp-button-apm.ppcp-button-minicart{display:block}.ppcp-width-min .ppcp-button-apm{height:35px}.ppcp-width-300 .ppcp-button-apm{height:45px}.ppcp-width-500 .ppcp-button-apm{height:55px}.wp-block-woocommerce-cart .ppcp-button-apm,.wp-block-woocommerce-checkout .ppcp-button-apm{margin:0;min-width:0}.wp-admin .ppcp-button-apm{pointer-events:none}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
.payment_methods li[class*=payment_method_ppcp-] label img{max-height:24px}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}