/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(-1*var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-feature-settings:normal,;font-variant:normal}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}@font-face{font-family:lg;src:url(/_next/static/media/lg.baa2f3aa.ttf) format("truetype"),url(/_next/static/media/lg.59e49f5e.woff) format("woff"),url(/_next/static/media/lg.1e03a48b.svg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:none;border:none;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:""}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:""}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;background:none;border:none;box-shadow:none;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scaleX(1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translateZ(0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media(min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:medium none;border:none}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer .lg-toggle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/_next/static/media/vimeo-play.956c946d.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/_next/static/media/vimeo-play.956c946d.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(/_next/static/media/video-play.1bb9b620.png) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/_next/static/media/youtube-play.ec1964f8.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/_next/static/media/youtube-play.ec1964f8.png) no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity .08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translateZ(0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scaleX(1);transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:""}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:""}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:""}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:inset 0 0 0 2px #fff}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s ease 0s,transform .15s ease 0s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:inset 0 0 0 8px rgba(255,255,255,.7);display:block;height:12px;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:inset 0 0 0 8px #fff}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:""}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:""}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:""}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:""}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:""}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:""}.lg-flip-ver:after{content:""}.lg-group{*zoom:1}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:none;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/_next/static/media/loading.24795fc7.gif) no-repeat scroll 50% transparent;display:none!important}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.react-slidedown{height:0;transition-property:none;transition-duration:.5s;transition-timing-function:ease-in-out}.react-slidedown.transitioning{overflow-y:hidden}.react-slidedown.closed{display:none}@font-face{font-family:Flaticon;font-weight:400;font-style:normal;font-display:swap;src:url(/_next/static/media/Flaticon.b9038e1b.eot);src:url(/_next/static/media/Flaticon.b9038e1b.eot) format("embedded-opentype"),url(/_next/static/media/Flaticon.03e5362a.woff2) format("woff2"),url(/_next/static/media/Flaticon.6b5b4e27.woff) format("woff"),url(/_next/static/media/Flaticon.7da845b0.ttf) format("truetype"),url(/_next/static/media/Flaticon.cfd3c45f.svg) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;font-display:swap;src:url(/_next/static/media/Flaticon.cfd3c45f.svg) format("svg")}}[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{font-family:Flaticon;font-style:normal;font-display:swap}.flaticon-shipped:before{content:""}.flaticon-money-back:before{content:""}.flaticon-support:before{content:""}.flaticon-woman:before{content:""}.flaticon-boss:before{content:""}.flaticon-friendship:before{content:""}.flaticon-sunglasses:before{content:""}.flaticon-jacket:before{content:""}.flaticon-sneakers:before{content:""}.flaticon-watch:before{content:""}.flaticon-necklace:before{content:""}.flaticon-herbal:before{content:""}.flaticon-ball:before{content:""}.flaticon-pijamas:before{content:""}.flaticon-scarf:before{content:""}.flaticon-vintage:before{content:""}.flaticon-pregnant:before{content:""}.flaticon-lock:before{content:""}.flaticon-bed:before{content:""}.flaticon-table:before{content:""}.flaticon-armchair:before{content:""}.flaticon-desk-lamp:before{content:""}.flaticon-sofa:before{content:""}.flaticon-chair:before{content:""}.flaticon-tv:before{content:""}.flaticon-responsive:before{content:""}.flaticon-camera:before{content:""}.flaticon-plugins:before{content:""}.flaticon-headphones:before{content:""}.flaticon-console:before{content:""}.flaticon-music-system:before{content:""}.flaticon-monitor:before{content:""}.flaticon-printer:before{content:""}.flaticon-fax:before{content:""}.flaticon-mouse:before{content:""}
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html{font-family:sans-serif;line-height:1.15;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{-moz-column-count:3;column-count:3;grid-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@font-face{font-family:simple-line-icons;src:url(/_next/static/media/Simple-Line-Icons.eaf4ee54.eot);src:url(/_next/static/media/Simple-Line-Icons.eaf4ee54.eot) format("embedded-opentype"),url(/_next/static/media/Simple-Line-Icons.5689ee57.woff2) format("woff2"),url(/_next/static/media/Simple-Line-Icons.c12706c1.ttf) format("truetype"),url(/_next/static/media/Simple-Line-Icons.85169f9d.woff) format("woff"),url(/_next/static/media/Simple-Line-Icons.52d717ba.svg) format("svg");font-weight:400;font-style:normal}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:""}.icon-people:before{content:""}.icon-user-female:before{content:""}.icon-user-follow:before{content:""}.icon-user-following:before{content:""}.icon-user-unfollow:before{content:""}.icon-login:before{content:""}.icon-logout:before{content:""}.icon-emotsmile:before{content:""}.icon-phone:before{content:""}.icon-call-end:before{content:""}.icon-call-in:before{content:""}.icon-call-out:before{content:""}.icon-map:before{content:""}.icon-location-pin:before{content:""}.icon-direction:before{content:""}.icon-directions:before{content:""}.icon-compass:before{content:""}.icon-layers:before{content:""}.icon-menu:before{content:""}.icon-list:before{content:""}.icon-options-vertical:before{content:""}.icon-options:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-arrow-left-circle:before{content:""}.icon-arrow-right-circle:before{content:""}.icon-arrow-down-circle:before{content:""}.icon-check:before{content:""}.icon-clock:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-close:before{content:""}.icon-event:before{content:""}.icon-exclamation:before{content:""}.icon-organization:before{content:""}.icon-trophy:before{content:""}.icon-screen-smartphone:before{content:""}.icon-screen-desktop:before{content:""}.icon-plane:before{content:""}.icon-notebook:before{content:""}.icon-mustache:before{content:""}.icon-mouse:before{content:""}.icon-magnet:before{content:""}.icon-energy:before{content:""}.icon-disc:before{content:""}.icon-cursor:before{content:""}.icon-cursor-move:before{content:""}.icon-crop:before{content:""}.icon-chemistry:before{content:""}.icon-speedometer:before{content:""}.icon-shield:before{content:""}.icon-screen-tablet:before{content:""}.icon-magic-wand:before{content:""}.icon-hourglass:before{content:""}.icon-graduation:before{content:""}.icon-ghost:before{content:""}.icon-game-controller:before{content:""}.icon-fire:before{content:""}.icon-eyeglass:before{content:""}.icon-envelope-open:before{content:""}.icon-envelope-letter:before{content:""}.icon-bell:before{content:""}.icon-badge:before{content:""}.icon-anchor:before{content:""}.icon-wallet:before{content:""}.icon-vector:before{content:""}.icon-speech:before{content:""}.icon-puzzle:before{content:""}.icon-printer:before{content:""}.icon-present:before{content:""}.icon-playlist:before{content:""}.icon-pin:before{content:""}.icon-picture:before{content:""}.icon-handbag:before{content:""}.icon-globe-alt:before{content:""}.icon-globe:before{content:""}.icon-folder-alt:before{content:""}.icon-folder:before{content:""}.icon-film:before{content:""}.icon-feed:before{content:""}.icon-drop:before{content:""}.icon-drawer:before{content:""}.icon-docs:before{content:""}.icon-doc:before{content:""}.icon-diamond:before{content:""}.icon-cup:before{content:""}.icon-calculator:before{content:""}.icon-bubbles:before{content:""}.icon-briefcase:before{content:""}.icon-book-open:before{content:""}.icon-basket-loaded:before{content:""}.icon-basket:before{content:""}.icon-bag:before{content:""}.icon-action-undo:before{content:""}.icon-action-redo:before{content:""}.icon-wrench:before{content:""}.icon-umbrella:before{content:""}.icon-trash:before{content:""}.icon-tag:before{content:""}.icon-support:before{content:""}.icon-frame:before{content:""}.icon-size-fullscreen:before{content:""}.icon-size-actual:before{content:""}.icon-shuffle:before{content:""}.icon-share-alt:before{content:""}.icon-share:before{content:""}.icon-rocket:before{content:""}.icon-question:before{content:""}.icon-pie-chart:before{content:""}.icon-pencil:before{content:""}.icon-note:before{content:""}.icon-loop:before{content:""}.icon-home:before{content:""}.icon-grid:before{content:""}.icon-graph:before{content:""}.icon-microphone:before{content:""}.icon-music-tone-alt:before{content:""}.icon-music-tone:before{content:""}.icon-earphones-alt:before{content:""}.icon-earphones:before{content:""}.icon-equalizer:before{content:""}.icon-like:before{content:""}.icon-dislike:before{content:""}.icon-control-start:before{content:""}.icon-control-rewind:before{content:""}.icon-control-play:before{content:""}.icon-control-pause:before{content:""}.icon-control-forward:before{content:""}.icon-control-end:before{content:""}.icon-volume-1:before{content:""}.icon-volume-2:before{content:""}.icon-volume-off:before{content:""}.icon-calendar:before{content:""}.icon-bulb:before{content:""}.icon-chart:before{content:""}.icon-ban:before{content:""}.icon-bubble:before{content:""}.icon-camrecorder:before{content:""}.icon-camera:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-envelope:before{content:""}.icon-eye:before{content:""}.icon-flag:before{content:""}.icon-heart:before{content:""}.icon-info:before{content:""}.icon-key:before{content:""}.icon-link:before{content:""}.icon-lock:before{content:""}.icon-lock-open:before{content:""}.icon-magnifier:before{content:""}.icon-magnifier-add:before{content:""}.icon-magnifier-remove:before{content:""}.icon-paper-clip:before{content:""}.icon-paper-plane:before{content:""}.icon-power:before{content:""}.icon-refresh:before{content:""}.icon-reload:before{content:""}.icon-settings:before{content:""}.icon-star:before{content:""}.icon-symbol-female:before{content:""}.icon-symbol-male:before{content:""}.icon-target:before{content:""}.icon-credit-card:before{content:""}.icon-paypal:before{content:""}.icon-social-tumblr:before{content:""}.icon-social-twitter:before{content:""}.icon-social-facebook:before{content:""}.icon-social-instagram:before{content:""}.icon-social-linkedin:before{content:""}.icon-social-pinterest:before{content:""}.icon-social-github:before{content:""}.icon-social-google:before{content:""}.icon-social-reddit:before{content:""}.icon-social-skype:before{content:""}.icon-social-dribbble:before{content:""}.icon-social-behance:before{content:""}.icon-social-foursqare:before{content:""}.icon-social-soundcloud:before{content:""}.icon-social-spotify:before{content:""}.icon-social-stumbleupon:before{content:""}.icon-social-youtube:before{content:""}.icon-social-dropbox:before{content:""}.icon-social-vkontakte:before{content:""}.icon-social-steam:before{content:""}@keyframes fadeInDown{0%{transform:translate3d(0,-100%,0);opacity:0}to{transform:translateZ(0);opacity:1}}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{margin:0;background:#fff none repeat scroll 0 0}p:last-child{margin-bottom:0}a,button{display:inline-block;cursor:pointer;transition:all .3s ease-in-out}:focus,a:focus{outline:none}input[type=submit]{cursor:pointer}ul{margin:0;padding:0;list-style:none outside none}ul>li{position:relative;padding-left:15px;margin-bottom:5px}ul>li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;background-color:#000;border-radius:100%}img{max-width:100%}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent!important}input:focus:-moz-placeholder,input:focus::-moz-placeholder,textarea:focus:-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent!important}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:transparent!important}body,html{font-family:Inter,sans-serif;font-display:swap;font-size:16px;font-weight:400;color:#000}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:normal;color:#292b2c}a{color:#292b2c}a,a:hover{text-decoration:none}a:hover{color:#ff7e21}a:focus{text-decoration:none;color:inherit}p{line-height:1.75;margin-bottom:25px;color:#687188}[class*=overlay-bg--]{position:relative}[class*=overlay-bg--]:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;content:"";background-color:#000}.overlay-bg--40:before,.overlay-bg--blue_40:before,.overlay-bg--default_40:before,.overlay-bg--white_40:before{opacity:.4}.border-top--grey{border-top:1px solid rgba(255,255,255,.1)}.border-bottom--tran{border-bottom:1px solid rgba(255,255,255,.1)}.bg--default{background-color:#ff7e21}.bg--redon{background-color:#fff1f1}.bg--blue-two{background-color:#f4f9fc}.bg--blue-three{background-color:#53c0e9!important}.bg--white-two{background-color:rgba(255,255,255,.8)!important}.bg--grey{background-color:#f4f4f4}.bg--dark{background-color:#1d2224}.bg--dark-two{background-color:#1b1e20}.bg-image{background-position:50%;background-size:cover}.space-mt--15{margin-top:15px}.space-mt--20{margin-top:20px}.space-mt--30{margin-top:30px}.space-mt--40{margin-top:40px}.space-mt--50{margin-top:50px}.space-mt--60{margin-top:60px}.space-mt--70{margin-top:70px}.space-mt--m40{margin-top:-40px}.space-mt--100{margin-top:100px}@media only screen and (min-width:768px)and (max-width:991px){.space-mt-mobile-only--40{margin-top:40px}}@media only screen and (max-width:767px){.space-mt-mobile-only--40{margin-top:40px}}@media only screen and (min-width:768px)and (max-width:991px){.space-mt-mobile-only--60{margin-top:60px}}@media only screen and (max-width:767px){.space-mt-mobile-only--60{margin-top:60px}}.space-mr--10{margin-right:10px}.space-mb--5{margin-bottom:5px}.space-mb--10{margin-bottom:10px}.space-mb--20{margin-bottom:20px}.space-mb--25{margin-bottom:25px}.space-mb--30{margin-bottom:30px}.space-mb--40{margin-bottom:40px}.space-mb--50{margin-bottom:50px}.space-mb--70{margin-bottom:70px}.space-mb--90{margin-bottom:90px}.space-mb--r100{margin-bottom:100px}@media only screen and (min-width:768px)and (max-width:991px){.space-mb--r100{margin-bottom:80px}}@media only screen and (max-width:767px){.space-mb--r100{margin-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px){.space-mb-mobile-only--30{margin-bottom:30px}}@media only screen and (max-width:767px){.space-mb-mobile-only--30{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.space-mb-mobile-only--40{margin-bottom:40px}}@media only screen and (max-width:767px){.space-mb-mobile-only--40{margin-bottom:40px}}.space-ml--10{margin-left:10px}.space-pt--20{padding-top:20px}.space-pt--25{padding-top:25px}.space-pt--30{padding-top:30px}.space-pt--50{padding-top:50px}.space-pt--60{padding-top:60px}.space-pt--r70{padding-top:70px}@media only screen and (min-width:768px)and (max-width:991px){.space-pt--r70{padding-top:50px}}@media only screen and (max-width:767px){.space-pt--r70{padding-top:30px}}.space-pt--r80{padding-top:80px}@media only screen and (min-width:768px)and (max-width:991px){.space-pt--r80{padding-top:50px}}@media only screen and (max-width:767px){.space-pt--r80{padding-top:30px}}.space-pt--r100{padding-top:100px}@media only screen and (min-width:768px)and (max-width:991px){.space-pt--r100{padding-top:80px}}@media only screen and (max-width:767px){.space-pt--r100,.space-pt-mobile-only--60{padding-top:60px}}.space-pb--20{padding-bottom:20px}.space-pb--30{padding-bottom:30px}.space-pb--40{padding-bottom:40px}.space-pb--50{padding-bottom:50px}.space-pb--60{padding-bottom:60px}.space-pb--r70{padding-bottom:70px}@media only screen and (min-width:768px)and (max-width:991px){.space-pb--r70{padding-bottom:50px}}@media only screen and (max-width:767px){.space-pb--r70{padding-bottom:30px}}.space-pb--r80{padding-bottom:80px}@media only screen and (min-width:768px)and (max-width:991px){.space-pb--r80{padding-bottom:50px}}@media only screen and (max-width:767px){.space-pb--r80{padding-bottom:30px}}.space-pb--r100{padding-bottom:100px}@media only screen and (min-width:768px)and (max-width:991px){.space-pb--r100{padding-bottom:80px}}@media only screen and (max-width:767px){.space-pb--r100{padding-bottom:60px}}.small-padding{padding:30px}.medium-padding{padding:50px}.large-padding{padding:100px}.small-divider{height:30px}.medium-divider{height:50px}@media only screen and (min-width:768px)and (max-width:991px){.medium-divider{height:40px}}.large-divider{height:100px}.padding-eight-all{padding:8%}.padding-eight-lr{padding:0 8%}.padding-eight-tb{padding:8% 0}.sc_facebook{border-color:#3b5998!important;background-color:#3b5998!important}.sc_google,.sc_gplus{border-color:#dd4b39!important;background-color:#dd4b39!important}.sc_twitter{border-color:#00acee!important;background-color:#00acee!important}.sc_youtube{border-color:#c4302b!important;background-color:#c4302b!important}.sc_instagram{border-color:#3f729b!important;background-color:#3f729b!important}.hover-effect{position:relative;display:block;overflow:hidden}.hover-effect:after,.hover-effect:before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";transition:all .9s ease 0s;opacity:1;background-color:rgba(255,255,255,.6)}.hover-effect:before{transform:translate(105%);border-top:1px solid rgba(255,255,255,.4)}.hover-effect:after{transform:translate(-105%);border-bottom:1px solid rgba(255,255,255,.4)}.hover-effect:hover:after,.hover-effect:hover:before{transform:translate(0);opacity:0}.leads{margin-bottom:30px!important}.bg-img{background-repeat:no-repeat;background-position:50%;background-size:cover}.text-default{color:#ff7e21}.form-control:focus{border-color:#787878!important;box-shadow:none!important}.react-toast-notifications__container{z-index:1100!important}.btn.active,.btn:focus,.btn:hover{outline:medium none;box-shadow:none}button:focus{outline:none}.border-2{border-width:2px!important}.btn{line-height:normal;padding:12px 35px;cursor:pointer;transition:all .3s ease-in-out;border-width:1px}.btn.active:focus,.btn:active:focus{box-shadow:none!important}body .btn-fill-out{border:1px solid #ff7e21!important;background-color:#ff7e21;border-radius:5px!important}.btn-fill-out-two,body .btn-fill-out{position:relative;z-index:1;overflow:hidden;color:#fff}.btn-fill-out-two{border:0!important;background-color:rgba(255,255,255,.8)}.btn-fill-out-two:after,.btn-fill-out-two:before,.btn-fill-out:after,.btn-fill-out:before{position:absolute;z-index:-1;top:0;bottom:0;left:0;width:0;content:"";transition:all .3s ease-in-out;background-color:#ff7e21}.btn-fill-out-two:after,.btn-fill-out:after{right:0;left:auto}.btn-fill-out-two:hover:after,.btn-fill-out-two:hover:before,.btn-fill-out:hover:after,.btn-fill-out:hover:before{width:0}.btn-fill-out:hover{color:#ff7e21!important;background-color:transparent;border:1px solid #ff7e21}.btn-fill-out:hover img{filter:brightness(0);transition:.5s}.btn-fill-out-two:hover{text-decoration:none!important}.btn-fill-line,.btn-fill-out-two:hover{color:#fff!important;background-color:#333}.btn-fill-line{position:relative;z-index:1;overflow:hidden;transition:all .8s ease 0s;border:0}.btn-fill-line:after,.btn-fill-line:before{position:absolute;z-index:-1;top:0;bottom:0;left:0;width:0;content:"";transition:all .3s ease-in-out;background-color:#333}.btn-fill-line:after{right:0;left:auto}.btn-fill-line:hover:after,.btn-fill-line:hover:before{width:0}.btn-fill-line:hover{color:#fff!important;background-color:#ef7c2c!important}.btn-border-fill{position:relative;z-index:1;overflow:hidden;color:#ff7e21;border:1px solid #ff7e21}.btn-border-fill:after,.btn-border-fill:before{position:absolute;z-index:-1;top:0;bottom:0;left:0;width:0;content:"";transition:all .3s ease-in-out;background-color:#ff7e21}.btn-border-fill:after{right:0;left:auto}.btn-border-fill:hover:after,.btn-border-fill:hover:before{width:50%}.btn-border-fill:hover{color:#fff!important}.btn-white{position:relative;z-index:1;overflow:hidden;color:#292b2c!important;border:1px solid #fff;background-color:transparent}.btn-white:after,.btn-white:before{position:absolute;z-index:-1;top:0;bottom:0;left:0;width:calc(50% + 0px);content:"";transition:all .5s ease-in-out;background-color:#fff}.btn-white:after{right:0;left:auto}.btn-white:hover:after,.btn-white:hover:before{width:0}.btn-fill-out-dark,.btn-white:hover{color:#fff!important}.btn-fill-out-dark{position:relative;z-index:1;overflow:hidden;border:1px solid #333;background-color:transparent}.btn-fill-out-dark:hover{color:#333!important}.btn-fill-out-dark:before{position:absolute;z-index:-1;top:0;left:0;display:block;width:100%;height:100%;content:"";transition:all .4s ease-in-out;background-color:#333}.btn-line-fill{position:relative;z-index:1;overflow:hidden;transition:all .8s ease 0s;color:#333!important;border:1px solid #333}.btn-line-fill:hover{color:#fff!important}@keyframes criss-cross-left{0%{left:-20px}50%{left:50%;width:20px;height:20px}to{left:50%;width:450px;height:450px}}@keyframes criss-cross-right{0%{right:-20px}50%{right:50%;width:20px;height:20px}to{right:50%;width:450px;height:450px}}.btn-line-fill:after,.btn-line-fill:before{position:absolute;z-index:-1;top:50%;width:20px;height:20px;content:"";border-radius:50%;background-color:#333}.btn-line-fill:before{left:-20px;transform:translate(-50%,-50%)}.btn-line-fill:after{right:-20px;transform:translate(50%,-50%)}.btn-line-fill:hover:before{animation:criss-cross-left .7s both;animation-direction:alternate}.btn-line-fill:hover:after{animation:criss-cross-right .7s both;animation-direction:alternate}.btn-line-white{color:#fff!important;border:1px solid #fff}.btn-line-white:hover{color:#333!important}.btn-line-fill.btn-line-white:after,.btn-line-fill.btn-line-white:before{background-color:#fff}.btn-tran-light{color:#fff;background-color:rgba(0,0,0,.2)}.btn-tran-light:hover{background-color:#fff}.btn-radius{border-radius:40px}.btn+.btn{margin-left:10px}.btn i{font-size:16px;line-height:1;margin-right:5px}.btn i,.btn span{vertical-align:middle}.btn-group-lg>.btn,.btn-lg{padding:16px 45px}.btn-xs{font-size:12px;padding:4px 20px}.btn-md{font-size:16px;padding:12px 35px}.btn.btn-xs i{font-size:10px}.btn-group-sm>.btn i,.btn.btn-sm i{font-size:12px}.btn-group-lg>.btn i,.btn.btn-lg i{font-size:22px}.btn-ripple{padding-right:0!important;border:0}.btn-link{position:relative;z-index:2}.btn-link,.btn-link:hover{text-decoration:none}.btn-link:before{position:absolute;z-index:-1;right:0;bottom:0;left:0;height:1px;content:"";background-color:#ff7e21}.btn-default,.search-btn-two{color:#fff;background-color:#ff7e21}.search-btn-two{position:absolute;z-index:9;top:0;right:0;bottom:0;padding:10px 30px;border:0}.newsletter{background-repeat:no-repeat;background-size:cover;background-position:50%;position:relative}.newsletter-title{font-weight:800}.newsletter_small{padding:70px 0}.newsletter-form2 form,.newsletter-form form{position:relative}.rounded-input{border-radius:50px}.newsletter-form2 input,.newsletter-form2 input:focus,.newsletter-form input,.newsletter-form input:focus{border:0}.newsletter-form-wrapper a{color:#fff}.newsletter-form-wrapper a:hover{color:#292b2c}.newsletter-form input.form-control{height:50px;padding:10px 140px 10px 20px}@media only screen and (max-width:479px){.newsletter-form input.form-control{padding-right:130px}}.newsletter-form button{position:absolute;top:0;right:0}@media only screen and (min-width:768px)and (max-width:991px){.newsletter-form button{padding-right:20px;padding-left:20px}}@media only screen and (max-width:479px){.newsletter-form button{padding-right:15px;padding-left:15px}}.newsletter-form--rounded-input input{border-radius:50px}.newsletter-form--rounded-input button{top:50%;transform:translateY(-50%)}.newsletter-form--rounded-input .btn-send{font-size:20px;line-height:40px;right:5px;width:40px;height:40px;padding:0;text-align:center;color:#fff;border:0;border-radius:100%;background-color:#ff7e21}.newsletter-form--rounded-input .btn-send i{font-size:20px;margin-right:0;vertical-align:baseline}.newsletter-form2 input{height:59px;padding:10px 140px 10px 20px}.newsletter-form2 button{position:absolute;top:4px;right:5px}.newsletter-box{position:relative;padding:70px 50px;background-color:#fff}.newsletter-box:before{position:absolute;z-index:0;top:10px;right:0;bottom:0;left:10px;content:"";box-shadow:10px 10px 0 rgba(0,0,0,.1)}.newsletter-wrap{position:relative;margin:30px 0}.newsletter-wrap:before{z-index:-1;top:-15px;right:15px;bottom:-15px;left:15px}.newsletter-wrap:after,.newsletter-wrap:before{position:absolute;content:"";background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.newsletter-wrap:after{z-index:-2;top:-30px;right:30px;bottom:-30px;left:30px}.newsletter-form .btn-send{font-size:20px;line-height:40px;right:5px;width:40px;height:40px;padding:0;color:#fff;border:0;border-radius:100%;background-color:#ff7e21}.newsletter-form .btn-send2{font-size:20px;line-height:40px;top:50%;right:5px;width:50px;height:40px;padding:0 0 0 5px;transform:translateY(-50%);color:#ff7e21;border:0;border-left:1px solid #ddd;background-color:transparent}.newsletter-form.rounded-input input{height:60px;border-radius:30px}.newsletter-form.rounded-input button{top:4px;right:5px;border-radius:40px}.newsletter-form.rounded-input--style-two button,.newsletter-form.rounded-input--style-two input{border-radius:0}.input-tran-white input,.input-tran-white input:focus{color:#fff;background-color:rgba(0,0,0,.1);box-shadow:none}.input-tran-white input::-moz-placeholder{opacity:1;color:#fff}.input-tran-white input:-ms-input-placeholder{opacity:1;color:#fff}.input-tran-white input::placeholder{opacity:1;color:#fff}.newsletter-text{position:relative;padding-left:80px}.newsletter-text p:last-child{margin:0}.newsletter-text:before{position:absolute;left:0}.newsletter-content .icon svg,.newsletter-text:before{font-size:65px;line-height:normal;opacity:.4;color:#fff}@media only screen and (max-width:479px){.newsletter-content .icon svg{font-size:40px}}.newsletter-text-wrapper{position:relative}@media only screen and (max-width:479px){.newsletter-text-wrapper h3{font-size:20px}}.newsletter-text-wrapper p{color:#fff}.icon-box__icon i{font-size:46px;line-height:1;color:#ef7c2c}.icon-box__content .link i{margin-left:2px;vertical-align:middle}.icon-box p:last-child{margin:0;font-size:12px;color:#1a1a1a;letter-spacing:.41px;font-weight:400;line-height:15px}.icon-box--style1{position:relative;padding:0 40px;text-align:left;display:flex;align-items:center;grid-gap:20px;gap:20px}.icon-box--style2{padding:20px;text-align:center;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.icon-box--style2 .icon-box__icon{font-size:24px;line-height:60px;display:inline-block;width:60px;height:60px;color:#fff;border-radius:100%;background-color:#ff7e21}.icon-box--style3{padding-top:30px}@media only screen and (min-width:768px)and (max-width:991px){.icon-box--style3{text-align:center}}@media only screen and (max-width:767px){.icon-box--style3{text-align:center}}.icon-box--style3 .icon-box__icon{line-height:78px;position:relative;float:left;flex:0 0 78px;width:78px;height:78px;margin:0 20px 0 0;text-align:center;border-radius:100%;background-color:#fff;box-shadow:0 2px 0 rgba(0,0,0,.05)}@media only screen and (min-width:768px)and (max-width:991px){.icon-box--style3 .icon-box__icon{display:block;float:none;margin-right:auto;margin-bottom:15px;margin-left:auto}}@media only screen and (max-width:767px){.icon-box--style3 .icon-box__icon{display:block;float:none;margin-right:auto;margin-bottom:15px;margin-left:auto}}.icon-box--style3 .icon-box__icon i{font-size:40px;line-height:78px;color:#ff7e21}@media only screen and (min-width:768px)and (max-width:991px){.icon-box--style3 .icon-box__content h5{font-size:18px}}@media only screen and (max-width:767px){.icon-box--style3 .icon-box__content h5{font-size:18px}}.icon-box--style3:hover .icon-box__icon{animation-name:swing;animation-duration:1s;animation-fill-mode:both}.icon-box--style4{margin-top:-1px;margin-bottom:0;margin-left:-1px;padding:30px;border:1px solid #ddd}@media only screen and (min-width:992px)and (max-width:1199px){.icon-box--style4{padding:15px}}@media only screen and (max-width:767px){.icon-box--style4{padding:15px}}.icon-box--style4 .icon-box__icon{float:left;margin-right:20px;margin-bottom:0}@media only screen and (min-width:992px)and (max-width:1199px){.icon-box--style4 .icon-box__icon{margin-right:15px}}@media only screen and (max-width:767px){.icon-box--style4 .icon-box__icon{margin-right:15px}}.icon-box--style4 .icon-box__icon i{font-size:36px;line-height:normal;color:#ff7e21}@media only screen and (min-width:992px)and (max-width:1199px){.icon-box--style4 .icon-box__icon i{font-size:32px}}@media only screen and (max-width:767px){.icon-box--style4 .icon-box__icon i{font-size:32px}}.icon-box--style4 .icon-box__content{overflow:hidden}.icon-box--style4 .icon-box__content p{font-size:14px;line-height:normal}.icon-box__content h5{font-size:18px;font-weight:800;line-height:21px;color:#1a1a1a;margin-bottom:5px}.icon-box__content{flex:1 1}@media screen and (max-width:1024px)and (min-width:991px){.icon-box--style1{align-items:baseline;padding:0 17px}.icon-box__content{flex:1 1}}@media screen and (max-width:1023px)and (min-width:768px){.icon-box--style1{margin:20px 0 0;padding:0}}@media screen and (max-width:768px)and (min-width:300px){.icon-box--style1{padding:0 0 15px}}.testimonial-wrap .swiper-container{padding-right:60px;padding-left:60px}@media only screen and (max-width:767px){.testimonial-wrap .swiper-container{padding-right:30px;padding-left:30px}}.testimonial-wrap .swiper-container .ht-swiper-button-nav{font-size:25px;position:absolute;z-index:9;bottom:15%;padding:0;color:#222;border:none;background:none}.testimonial-wrap .swiper-container .ht-swiper-button-nav i{font-size:17px;color:#222}.testimonial-wrap .swiper-container .ht-swiper-button-nav.swiper-button-prev{left:0}.testimonial-wrap .swiper-container .ht-swiper-button-nav.swiper-button-prev:after{display:none}.testimonial-wrap .swiper-container .ht-swiper-button-nav.swiper-button-next{right:0}.testimonial-wrap .swiper-container .ht-swiper-button-nav.swiper-button-next:after{display:none}.author-img{margin-right:15px}.author-img img{max-width:100px}.author-name{overflow:hidden}.author-name h6{margin-bottom:5px}.author-name span{color:#ff7e21}.testimonial-box.box_shadow1{margin:10px}.testimonial-desc p:last-child{margin-bottom:0}.testimonial-style1 .author_img{margin-right:15px}.testimonial-style1 .author_img img{max-width:60px}.testimonial-style1 .testimonial-desc{display:inline-block;width:100%;margin-bottom:25px;text-align:center}.testimonial-style1 .testimonial-box{position:relative;z-index:1}.author-wrap,.testimonial-style1 .author_wrap{justify-content:center}.author-wrap{display:flex;align-items:center;margin:0 auto}.trending-text .heading-wrapper span{display:block;margin-bottom:10px;color:#ff7e21}.trending-text .heading-wrapper h2{font-weight:700;margin:0}@media only screen and (min-width:768px)and (max-width:991px){.trending-text .heading-wrapper h2{font-size:28px}}@media only screen and (max-width:767px){.trending-text .heading-wrapper h2{font-size:28px}}.trending-img{margin-top:-40px}@media only screen and (max-width:767px){.trending-img{margin-top:0}}.single-banner{position:relative;overflow:hidden;margin-bottom:40px}.single-banner img{width:100%;transition:all .3s ease-in-out}.single-banner__info{position:absolute;top:50%;right:0;width:50%;padding:20px;transform:translateY(-50%)}.single-banner__info .title{font-size:32px;font-weight:700}@media only screen and (min-width:768px)and (max-width:991px){.single-banner__info .title{font-size:25px}}@media only screen and (max-width:767px){.single-banner__info .title{font-size:25px}}.single-banner__info .link{position:relative}.single-banner__info .link:before{position:absolute;z-index:-1;bottom:3px;width:100%;height:7px;content:"";background-color:rgba(255,50,77,.2)}.single-banner__info .link:hover{color:#ff7e21}.single-banner:hover img{transform:scale(1.06)}.sale-banner{margin-bottom:30px;padding:0 10px}.sale-banner img{width:100%}.sale-banner--style-two{position:relative;z-index:1;overflow:hidden;height:235px;background-color:#fdbb99}.sale-banner--style-two:before{position:absolute;z-index:-1;bottom:-80px;left:50%;width:250px;height:250px;content:"";transform:translateX(-50%);border-radius:100%;background-color:rgba(255,255,255,.2)}.sale-banner--style-two a{position:relative;z-index:9;display:flex;align-content:space-between;flex-wrap:wrap;height:100%;padding:15px}.sale-banner--style-two .el-img{width:100%;text-align:center}.sale-banner--style-two .el-img img{width:100%;max-width:180px;margin-top:20px}.sale-banner--style-two .el-title span{font-size:20px;font-weight:600;text-transform:uppercase}.fb-info{top:15px;left:15px}.fb-info,.fb-info-two{position:absolute;z-index:9;padding:15px}.fb-info-two{top:50%;left:35px;width:40%;transform:translateY(-50%)}.single-bn-link{position:relative}.single-bn-link:before{position:absolute;z-index:-1;bottom:3px;width:100%;height:7px;content:"";background-color:rgba(255,50,77,.2)}@media only screen and (min-width:768px)and (max-width:991px){.single-bn-title{font-size:20px}}@media only screen and (max-width:575px){.single-bn-title{font-size:20px}}@media only screen and (min-width:768px)and (max-width:991px){.single-bn-title-two{font-size:15px}}@media only screen and (max-width:575px){.single-bn-title-two{font-size:15px}}.furniture-banner .single-bn-title-one{font-size:80px;margin-bottom:15px;color:#ff7e21}@media only screen and (min-width:992px)and (max-width:1199px){.furniture-banner .single-bn-title-one{font-size:60px}}@media only screen and (min-width:768px)and (max-width:991px){.furniture-banner .single-bn-title-one{font-size:60px}}@media only screen and (max-width:767px){.furniture-banner .single-bn-title-one{font-size:60px}}@media only screen and (max-width:479px){.furniture-banner .single-bn-title-one{font-size:40px}}.hero-slider,.hero-slider .hero-slider__wrapper .hero-slider__slide{position:relative}.hero-slider__wrapper .swiper-container .ht-swiper-button-nav{font-size:22px;position:absolute;z-index:9;top:50%;visibility:hidden;width:50px;height:50px;transition:all .3s ease-in-out;transform:translateY(-50%);opacity:0;color:#000;border:none;background:none;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.hero-slider__wrapper .swiper-container .ht-swiper-button-nav:hover{color:#fff;background-color:#ff7e21}.hero-slider__wrapper .swiper-container .ht-swiper-button-nav.swiper-button-prev{left:20px}.hero-slider__wrapper .swiper-container .ht-swiper-button-nav.swiper-button-next{right:20px}.hero-slider__wrapper .swiper-container .ht-swiper-button-nav:after{display:none}.hero-slider__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet{position:relative;width:45px!important;height:4px;margin:0 5px;border:0;border-radius:50px;background-color:#ff7e21}.hero-slider__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff7e21;width:45px}.hero-slider__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active:before{border-color:#ff7e21}.hero-slider__wrapper:hover .ht-swiper-button-nav{visibility:visible;opacity:1}.hero-slider__wrapper--style-two .swiper-pagination-bullet,.hero-slider__wrapper--style-two .swiper-pagination-bullet:before{border-radius:50%!important}.hero-slider__wrapper--style-three .swiper-pagination-bullet{margin:4px!important;border-radius:50%!important}.hero-slider__wrapper--style-three .swiper-pagination-bullet-active{background-color:#333!important}.hero-slider__wrapper--style-three .swiper-pagination-bullet:before{display:none}.hero-slider__slide{min-height:530px!important}.hero-slider__slide--style-two{height:650px!important}@media only screen and (min-width:992px)and (max-width:1199px){.hero-slider__slide--style-two{height:550px!important}}@media only screen and (min-width:768px)and (max-width:991px){.hero-slider__slide--style-two{height:500px!important}}@media only screen and (max-width:767px){.hero-slider__slide--style-two{height:450px!important}}.hero-slider__slide--style-three{height:100vh!important}.hero-slider__slider_buttons a{font-size:14px;text-transform:capitalize!important;padding:5px 15px;font-weight:400;color:#1a1a1a;margin-left:0!important;margin-right:10px;margin-bottom:10px}.hero-slider__slider_buttons2{margin-left:65px;margin-top:45px}.hero-slider__slider_buttons h2{color:#fff}.hero-slider__slider_buttons2 a{font-size:16px;text-transform:capitalize!important;padding:10px 26px;font-weight:500;color:#664933;border-radius:50px!important}.hero-slider__content-wrapper{position:absolute;z-index:1;top:unset;right:0;left:0;bottom:-65px;transform:translateY(-50%)}.hero-slider__content-wrapper--round-space{padding:30px}@media only screen and (max-width:767px){.hero-slider__content-wrapper--round-space{padding:15px}}.hero-slider .swiper-slide-active .hero-slider__content>*{animation-duration:1s;opacity:1;animation-fill-mode:both}.hero-slider .swiper-slide-active .hero-slider__content .sub-title{animation-name:slideInLeft;animation-delay:.5s}.hero-slider .swiper-slide-active .hero-slider__content .title{animation-name:slideInLeft;animation-delay:1s}.hero-slider .swiper-slide-active .hero-slider__content .text{animation-name:slideInLeft;animation-delay:1.5s}.hero-slider .swiper-slide-active .hero-slider__content .slider-link{animation-name:slideInLeft;animation-delay:2s}.hero-slider .swiper-slide-active .hero-slider__content--style-two .sub-title,.hero-slider .swiper-slide-active .hero-slider__content--style-two .title{animation-name:fadeInDown}.hero-slider .swiper-slide-active .hero-slider__content--style-two .slider-link,.hero-slider .swiper-slide-active .hero-slider__content--style-two .text{animation-name:fadeInUp}.hero-slider .swiper-slide-active .hero-slider__content--style-three .sub-title,.hero-slider .swiper-slide-active .hero-slider__content--style-three .title{animation-name:fadeInDown}.hero-slider .swiper-slide-active .hero-slider__content--style-three .slider-link,.hero-slider .swiper-slide-active .hero-slider__content--style-three .text{animation-name:fadeInUp}.hero-slider__content>*{opacity:0}.hero-slider__content h2{font-size:35px;font-weight:700;color:#fff}@media only screen and (max-width:767px){.hero-slider__content h2{font-size:50px}}@media only screen and (max-width:479px){.hero-slider__content h2{font-size:42px}}.hero-slider__content--style-two .title{font-size:70px}@media only screen and (min-width:992px)and (max-width:1199px){.hero-slider__content--style-two .title{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px){.hero-slider__content--style-two .title{font-size:40px}}@media only screen and (max-width:767px){.hero-slider__content--style-two .title{font-size:45px}}@media only screen and (max-width:479px){.hero-slider__content--style-two .title{font-size:35px}.hero-slider__content--style-two .text{font-size:14px}}.hero-slider__content--style-three .sub-title,.hero-slider__content--style-three .text,.hero-slider__content--style-three .title{color:#fff}.hero-slider__content--style-four .title{font-size:40px}.bg-strip{font-size:20px;position:relative;display:inline-block;height:40px;padding:8px 0;white-space:nowrap;color:#fff;background-color:#ff324d}.bg-strip:before{right:100%;border:20px solid #ff7e21;border-left-color:transparent}.bg-strip:after,.bg-strip:before{position:absolute;z-index:-1;top:0;display:block;width:0;height:0;content:""}.bg-strip:after{left:100%;border:20px solid #ff7e21;border-right-color:transparent}.hero-slider .swiper-pagination{bottom:30px}@media screen and (max-width:1024px)and (min-width:991px){.hero-slider__slide{min-height:370px!important}.hero-slider__slider_buttons2{margin-left:0}}@media screen and (max-width:1023px)and (min-width:768px){.hero-slider__slide{min-height:325px!important;background-position:0 0!important;background-repeat:no-repeat}.hero-slider__slider_buttons2{margin-left:0}}@media screen and (max-width:768px)and (min-width:300px){.hero-slider__slide{min-height:390px!important}.hero-slider__slider_buttons2{margin-left:0}}.section-title h2{font-weight:700}.section-title--style-two h2{margin-bottom:0}@media only screen and (max-width:767px){.section-title--style-two h2{font-size:25px}}@media only screen and (max-width:479px){.section-title--style-two h2{font-size:22px}}.section-title--style-three h2{position:relative;padding-bottom:15px}@media only screen and (max-width:479px){.section-title--style-three h2{font-size:26px}}.section-title--style-three h2:before{position:absolute;right:0;bottom:0;left:0;width:50px;height:1px;margin:0 auto;content:"";background-color:#ff7e21}.heading-s1 h1,.heading-s1 h2,.heading-s1 h3,.heading-s1 h4,.heading-s1 h5,.heading-s1 h6{font-weight:700;margin:0}.content-title *{font-weight:600;margin-bottom:30px}.header-slider-nav .ht-swiper-button-nav{position:absolute;top:50%!important;padding:0;transform:translateY(-50%);color:#222;border:1px solid #e0e0e0;background:none}.header-slider-nav .ht-swiper-button-nav:after{display:none}.header-slider-nav .ht-swiper-button-nav.swiper-button-prev{right:50px;left:auto}.header-slider-nav--style-two .ht-swiper-button-nav{width:auto}.header-slider-nav--style-two .ht-swiper-button-nav svg{font-size:40px}.header-slider-nav--style-two .ht-swiper-button-nav.swiper-button-prev{right:auto;left:0}.section-title h2 span{font-weight:800}.section-title h2{text-align:center;color:#1a1a1a;font-size:34px;font-weight:400}.product-grid,.product-list{position:relative;background-color:#fff}.product-grid__image,.product-list__image{position:relative;overflow:hidden}.product-grid__image img,.product-list__image img{transition:all .3s ease-in-out}.product-grid__image .product-hover-image,.product-list__image .product-hover-image{position:absolute;z-index:-1;top:0;left:0;transition:all .3s ease-in-out;transform:translateX(100%);opacity:0}.product-grid__image:before,.product-list__image:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";transition:all .5s ease-in-out;opacity:0}.product-grid__badge-wrapper,.product-list__badge-wrapper{position:absolute;z-index:99;top:10px;left:10px;display:flex;flex-direction:column}.product-grid__badge-wrapper .pr-flash,.product-list__badge-wrapper .pr-flash{font-size:13px;display:inline-block;margin-bottom:5px;padding:2px 8px;text-transform:uppercase;color:#fff;background-color:#ff9f00}.product-grid__badge-wrapper .pr-flash:last-child,.product-list__badge-wrapper .pr-flash:last-child{margin-bottom:0}.product-grid__action-box,.product-list__action-box{position:absolute;z-index:2;top:50%;left:50%;padding-top:0;transition:all .5s ease-in-out;transform:translate(-50%,-50%);text-align:center}.product-grid__action-box ul,.product-list__action-box ul{display:flex}.product-grid__action-box ul li,.product-list__action-box ul li{transform:translateY(15px);opacity:0}.product-grid__action-box ul li:first-child,.product-list__action-box ul li:first-child{transition:all .2s ease 0s}.product-grid__action-box ul li:nth-child(2),.product-list__action-box ul li:nth-child(2){transition:all .3s ease 0s}.product-grid__action-box ul li:nth-child(3),.product-list__action-box ul li:nth-child(3){transition:all .4s ease 0s}.product-grid__action-box ul li:nth-child(4),.product-list__action-box ul li:nth-child(4){transition:all .5s ease 0s}.product-grid__action-box ul li a,.product-grid__action-box ul li button,.product-list__action-box ul li a,.product-list__action-box ul li button{display:block;width:37px;height:37px;margin:0 5px;padding:0;border:none;background:none;background-color:#fff}.product-grid__action-box ul li a:disabled:hover,.product-grid__action-box ul li button:disabled:hover,.product-list__action-box ul li a:disabled:hover,.product-list__action-box ul li button:disabled:hover{color:rgba(16,16,16,.3);background-color:#fff}.product-grid__action-box ul li a.active,.product-grid__action-box ul li a:hover,.product-grid__action-box ul li button.active,.product-grid__action-box ul li button:hover,.product-list__action-box ul li a.active,.product-list__action-box ul li a:hover,.product-list__action-box ul li button.active,.product-list__action-box ul li button:hover{color:#fff;background-color:#ff7e21}.product-grid__action-box ul li a.active:disabled,.product-grid__action-box ul li a.active:disabled:hover,.product-grid__action-box ul li a:hover:disabled,.product-grid__action-box ul li a:hover:disabled:hover,.product-grid__action-box ul li button.active:disabled,.product-grid__action-box ul li button.active:disabled:hover,.product-grid__action-box ul li button:hover:disabled,.product-grid__action-box ul li button:hover:disabled:hover,.product-list__action-box ul li a.active:disabled,.product-list__action-box ul li a.active:disabled:hover,.product-list__action-box ul li a:hover:disabled,.product-list__action-box ul li a:hover:disabled:hover,.product-list__action-box ul li button.active:disabled,.product-list__action-box ul li button.active:disabled:hover,.product-list__action-box ul li button:hover:disabled,.product-list__action-box ul li button:hover:disabled:hover{color:rgba(16,16,16,.3);background-color:#fff}.product-grid__action-box ul li a i,.product-grid__action-box ul li button i,.product-list__action-box ul li a i,.product-list__action-box ul li button i{font-size:18px;line-height:37px}.product-grid__info,.product-list__info{padding:10px 0 55px;position:relative}.product-grid__info .product-tag,.product-list__info .product-tag{font-size:12px;position:absolute;font-weight:400!important;top:-14px;left:17px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:5px;padding:2px 10px;z-index:99;display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px;color:#664933}.product-grid__info .product-price,.product-list__info .product-price{margin-bottom:5px}.product-grid__info .product-price span.price,.product-list__info .product-price span.price{font-weight:600;color:#ff7e21}.product-grid__info .product-price span.on-sale,.product-list__info .product-price span.on-sale{font-size:14px;color:#388e3c}.product-grid__info .product-price del,.product-list__info .product-price del{font-size:14px;margin-right:5px;margin-left:5px;color:#687188}.product-grid__info .rating-wrap svg,.product-list__info .rating-wrap svg{font-size:13px;color:#f6bc3e}.product-grid__info .rating-wrap .rating-num,.product-list__info .rating-wrap .rating-num{font-size:14px;display:inline-block;margin-left:8px;vertical-align:middle;color:#687188}.product-grid__info .product-switch-wrap,.product-list__info .product-switch-wrap{position:absolute;right:0;bottom:0;left:0;visibility:hidden;padding:7px 15px;transition:all .3s ease-in-out;opacity:0;background-color:#fff}.product-grid__info .product-switch-wrap ul,.product-list__info .product-switch-wrap ul{display:flex}.product-grid__info .product-switch-wrap ul li button,.product-list__info .product-switch-wrap ul li button{position:relative;display:inline-block;width:15px;height:15px;margin:5px;transition:all .3s ease-in-out;transform:translateY(15px);vertical-align:middle;opacity:0;border:none;border-radius:100%;background:none}.product-grid__info .product-switch-wrap ul li button:before,.product-list__info .product-switch-wrap ul li button:before{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;margin:-3px;content:"";transition:all .3s ease-in-out;opacity:0;border:2px solid #fff;border-radius:100%;box-shadow:0 0 5px rgba(0,0,0,.5)}.product-grid__info .product-switch-wrap ul li button.active:before,.product-grid__info .product-switch-wrap ul li button:hover:before,.product-list__info .product-switch-wrap ul li button.active:before,.product-list__info .product-switch-wrap ul li button:hover:before{visibility:visible;opacity:1}.product-grid:hover .product-grid__image .product-hover-image,.product-list:hover .product-grid__image .product-hover-image{z-index:0;transform:translateX(0);opacity:1}.product-grid:hover .product-grid__image:before,.product-list:hover .product-grid__image:before{opacity:1}.product-grid:hover .product-grid__info .product-switch-wrap,.product-list:hover .product-grid__info .product-switch-wrap{visibility:visible;opacity:1}.product-grid:hover .product-grid__info .product-switch-wrap ul li button,.product-list:hover .product-grid__info .product-switch-wrap ul li button{transform:translateY(0);opacity:1}.product-grid:hover .product-grid__action-box ul li,.product-list:hover .product-grid__action-box ul li{transform:translate(0);opacity:1}.product-grid--style-two{overflow:hidden;border:1px solid #ddd;border-radius:10px;box-shadow:none}.product-grid--style-two .add-to-cart{position:absolute;right:0;bottom:-20px;left:0;visibility:hidden;padding:10px 15px 15px;transition:all .3s ease-in-out;opacity:0;background-color:#fff}.product-grid--style-two:hover .add-to-cart{bottom:0;visibility:visible;opacity:1}.product-grid--style-two .product-grid__action-box ul li a,.product-grid--style-two .product-grid__action-box ul li button{line-height:45px;width:45px;height:45px;border-radius:100%}.product-grid--style-two .product-grid__action-box ul li a i,.product-grid--style-two .product-grid__action-box ul li button i{vertical-align:middle}.product-grid--style-three .product-grid__image:before{display:none}.product-grid--style-three .product-grid__action-box{right:auto;left:10px;transform:translateY(-50%)}.product-grid--style-three .product-grid__action-box ul{flex-direction:column}.product-grid--style-three .product-grid__action-box ul li{margin-bottom:10px}.product-grid--style-three .product-grid__action-box ul li:last-child{margin-bottom:0}.product-grid--style-three .product-grid__action-box ul li a,.product-grid--style-three .product-grid__action-box ul li button{line-height:35px;width:35px;height:35px;border-radius:100%;box-shadow:0 0 5px rgba(0,0,0,.2)}.product-list{display:flex}@media only screen and (max-width:767px){.product-list{flex-direction:column}}.product-list__image{flex-basis:280px}@media only screen and (max-width:767px){.product-list__image{flex-basis:100%}}.product-list__info{flex-basis:calc(100% - 280px);padding:20px}@media only screen and (max-width:767px){.product-list__info{flex-basis:100%}}.product-list__info .product-title{font-size:20px}.product-list__info .product-description{color:#687188}.product-list__info .product-switch-wrap{position:static;visibility:visible;padding-left:0;opacity:1}.product-list__info .product-switch-wrap ul li button{transform:none;opacity:1}.product-list__actions{margin-top:20px}.product-list__actions ul{display:flex;align-items:center}.product-list__actions ul li{margin-right:15px}@media only screen and (max-width:479px){.product-list__actions ul li{margin-right:10px}.product-list__actions ul li a.btn-fill-out{font-size:15px;padding:12px 15px}}.product-list__actions ul li button{font-size:20px;border:none;background:none}.product-list__actions ul li button.active,.product-list__actions ul li button:hover{color:#ff7e21}.product-list__actions ul li button.btn-fill-out{border:1px solid #ff7e21}@media only screen and (max-width:479px){.product-list__actions ul li button.btn-fill-out{font-size:15px;padding:12px 15px}}.product-list__actions ul li button.btn-fill-out.active{color:#fff}.product-list__actions ul li:last-child{margin-right:0}.widget-product{position:relative;display:flex;align-items:center;margin-bottom:30px;padding:15px;transition:all .5s ease-in-out;background-color:#fff;box-shadow:0 0 7px rgba(0,0,0,.1)}.widget-product__image{position:relative;overflow:hidden;flex:0 0 30%;width:100%;max-width:30%}.widget-product__image .product-hover-image{position:absolute;z-index:-1;top:0;left:0;transition:all .3s ease-in-out;transform:translateX(100%);opacity:0}.widget-product__content{padding:15px}.widget-product__content .product-price{margin-bottom:5px}.widget-product__content .product-price span.price{font-weight:600;color:#ff7e21}.widget-product__content .product-price span.on-sale{font-size:14px;color:#388e3c}.widget-product__content .product-price del{font-size:14px;margin-right:5px;margin-left:5px;color:#687188}.widget-product__content .rating-wrap svg{font-size:13px;color:#f6bc3e}.widget-product__content .rating-wrap .rating-num{font-size:14px;display:inline-block;margin-left:8px;vertical-align:middle;color:#687188}.widget-product:hover .widget-product__image .product-hover-image{z-index:0;transform:translateX(0);opacity:1}.pr_action_btn{display:table;margin:0 auto}.pr_action_btn li{position:relative;display:inline-block;margin:0 5px}.shop-products .col-lg-4{transition:.5s}.shop-products .grid .product-list,.shop-products .list .product-grid{display:none}.shop-products .list>.col-lg-4{flex:1 0 100%;max-width:100%;transition:.5s}.deal-product{display:flex;overflow:hidden;align-items:center;border:2px solid #ff7e21;border-radius:20px}@media only screen and (min-width:992px)and (max-width:1199px){.deal-product{flex-direction:column;padding:30px}}@media only screen and (min-width:768px)and (max-width:991px){.deal-product{flex-direction:column;padding:15px}}@media only screen and (max-width:767px){.deal-product{flex-direction:column;padding:15px}}.deal-product__image{flex-basis:300px;margin-right:15px}@media only screen and (min-width:992px)and (max-width:1199px){.deal-product__image{flex-basis:100%;width:200px;max-width:100%;margin-right:0}}@media only screen and (min-width:768px)and (max-width:991px){.deal-product__image{flex-basis:100%;width:200px;max-width:100%;margin-right:0}}@media only screen and (max-width:767px){.deal-product__image{flex-basis:100%;width:200px;max-width:100%;margin-right:0}}.deal-product__info{flex-basis:calc(100% - 315px);padding-right:30px}@media only screen and (min-width:992px)and (max-width:1199px){.deal-product__info{flex-basis:100%;width:100%;padding-right:0}}@media only screen and (min-width:768px)and (max-width:991px){.deal-product__info{flex-basis:100%;width:100%;padding-right:0}}@media only screen and (max-width:767px){.deal-product__info{flex-basis:100%;width:100%;padding-right:0}}.deal-product__info .product-price{margin-bottom:5px}.deal-product__info .product-price span.price{font-weight:600;color:#ff7e21}.deal-product__info .product-price span.on-sale{font-size:14px;color:#388e3c}.deal-product__info .product-price del{font-size:14px;margin-right:5px;margin-left:5px;color:#687188}.product-grid__info h6.product-title{margin-bottom:0}@media screen and (max-width:1024px)and (min-width:991px){.product-grid{min-height:453px}}@media screen and (max-width:767px)and (min-width:200px){.product-grid__info,.product-list__info{padding:10px 0 65px!important;position:relative}.product-grid__info.category_product_grid_detail{padding:10px 0 0!important}}@media screen and (max-width:768px)and (min-width:300px){.product-grid,.product-list{height:345px}.product-grid__info .product-tag,.product-list__info .product-tag{left:0}}.product-slider-wrap .swiper-container{margin:-10px;padding:10px}.product-slider-wrap .ht-swiper-button-nav{font-size:25px;position:absolute;z-index:9;top:49%;padding:0;transform:translateY(-50%);color:#787878;border:1px solid #e0e0e0;background:none}.product-slider-wrap .ht-swiper-button-nav i{font-size:15px;color:#787878}.product-slider-wrap .ht-swiper-button-nav.swiper-button-prev{left:-4px;background-color:#fff;border-radius:50%;height:40px;width:40px;opacity:.5}@media only screen and (min-width:992px)and (max-width:1199px){.product-slider-wrap .ht-swiper-button-nav.swiper-button-prev{left:15px}}@media only screen and (min-width:768px)and (max-width:991px){.product-slider-wrap .ht-swiper-button-nav.swiper-button-prev{left:15px}}@media only screen and (max-width:767px){.product-slider-wrap .ht-swiper-button-nav.swiper-button-prev{left:15px}}.product-slider-wrap .ht-swiper-button-nav.swiper-button-prev:after{display:none}.product-slider-wrap .ht-swiper-button-nav.swiper-button-next{right:-5px;background-color:#fff;border-radius:50%;height:40px;width:40px;opacity:.5}@media only screen and (min-width:992px)and (max-width:1199px){.product-slider-wrap .ht-swiper-button-nav.swiper-button-next{right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.product-slider-wrap .ht-swiper-button-nav.swiper-button-next{right:15px}}@media only screen and (max-width:767px){.product-slider-wrap .ht-swiper-button-nav.swiper-button-next{right:15px}}.product-slider-wrap .ht-swiper-button-nav.swiper-button-next:after{display:none}.product-slider-wrap .ht-swiper-button-nav--style-two{line-height:40px;width:40px;height:40px;transform:translateY(0);opacity:0;border-radius:4px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.product-slider-wrap .ht-swiper-button-nav--style-two:hover{background-color:#ff7e21}.product-slider-wrap .ht-swiper-button-nav--style-two:hover i{color:#fff}.product-slider-wrap .ht-swiper-button-nav--style-two.swiper-button-prev{left:15px}.product-slider-wrap .ht-swiper-button-nav--style-two.swiper-button-next{right:15px}.product-slider-wrap .swiper-pagination{bottom:0}.product-slider-wrap .swiper-pagination .swiper-pagination-bullet{opacity:1;border:1px solid #ff7e21;background-color:transparent}.product-slider-wrap .swiper-pagination .swiper-pagination-bullet-active{background:#ff7e21}.product-slider-wrap--style-two .swiper-container{margin:-10px -25px;padding:10px 25px}@media only screen and (min-width:992px)and (max-width:1199px){.product-slider-wrap--style-two .swiper-container{margin:-10px;padding:10px}}@media only screen and (min-width:768px)and (max-width:991px){.product-slider-wrap--style-two .swiper-container{margin:-10px;padding:10px}}@media only screen and (max-width:767px){.product-slider-wrap--style-two .swiper-container{margin:-10px;padding:10px}}.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-next{right:-9px}@media only screen and (min-width:992px)and (max-width:1199px){.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-next{right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-next{right:15px}}@media only screen and (max-width:767px){.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-next{right:15px}}.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-prev{left:-9px}@media only screen and (min-width:992px)and (max-width:1199px){.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-prev{left:15px}}@media only screen and (min-width:768px)and (max-width:991px){.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-prev{left:15px}}@media only screen and (max-width:767px){.product-slider-wrap--style-two .ht-swiper-button-nav.swiper-button-prev{left:15px}}.product-slider-wrap:hover .ht-swiper-button-nav--style-two{opacity:1}.product-slider-wrap:hover .ht-swiper-button-nav--style-two.swiper-button-prev{left:35px}.product-slider-wrap:hover .ht-swiper-button-nav--style-two.swiper-button-next{right:35px}.product-slider-wrap--custom-bullet .swiper-pagination-bullet{width:10px;height:10px;transition:all .3s ease-in-out;border-radius:30px}.product-slider-wrap--custom-bullet .swiper-pagination-bullet-active{width:30px}.category_tabs_main_product .product-slider-wrap .ht-swiper-button-nav{top:250px;transform:unset}.modal-open .modal{z-index:99999}.modal-backdrop.show{opacity:.8;z-index:99999}.product-quickview .modal-dialog{width:980px;max-width:100%}.product-quickview .modal-dialog .modal-content{padding:30px;border:0;border-radius:0}.product-quickview .modal-dialog .modal-content .modal-body{position:relative;padding:0}.product-quickview .modal-dialog .modal-content .modal-header{position:absolute;z-index:9;top:-15px;right:-15px;padding:0;border-bottom:0}.product-quickview .modal-dialog .modal-content .modal-header button{font-size:30px;font-weight:400;float:none;margin:0;padding:0;opacity:.65;color:#333}.product-quickview .modal-dialog .modal-content .modal-header button:hover{opacity:1}.product-quickview__large-image-wrapper{margin-bottom:10px;padding:8px;border:1px solid #ddd}.product-quickview__small-image-wrapper .swiper-slide .single-image{padding:5px;cursor:pointer;border:1px solid #ddd}.product-quickview__small-image-wrapper .swiper-slide.swiper-slide-active .single-image{border:1px solid #ff7e21}.product-quickview__title{font-size:24px;line-height:1.3}.product-quickview__price-rating-wrapper{display:flex;justify-content:space-between}.product-quickview__price-rating-wrapper span{font-size:14px;display:inline-block;margin-left:5px;vertical-align:middle;color:#687188}.product-quickview__price .price{font-size:26px;font-weight:600;color:#ff7e21}.product-quickview__price del{font-size:14px;margin-right:10px;margin-left:10px;color:#687188}.product-quickview__price .on-sale{font-size:14px;color:#388e3c}.product-quickview__rating svg{color:#f6bc3e}.product-quickview__sort-info ul li{font-size:14px;margin-bottom:10px;color:#292b2c}.product-quickview__sort-info ul li:last-child{margin-bottom:0}.product-quickview__sort-info ul li svg{margin-right:5px;color:#ff7e21}.product-quickview__size{display:flex;align-items:center}.product-quickview__size__title{font-size:16px;flex-basis:15%;color:#687188}.product-quickview__size__content{flex-basis:85%}.product-quickview__size__content label{font-size:14px;line-height:28px;display:inline-block;width:32px;height:32px;margin-right:5px;margin-bottom:3px;cursor:pointer;text-align:center;text-transform:uppercase;border:2px solid #ddd}.product-quickview__size__content label:hover{color:#292b2c}.product-quickview__size__content input[type=radio]{width:0;opacity:0}.product-quickview__size__content input[type=radio]:checked+label{color:#fff;border-color:#ff7e21;background-color:#ff7e21}.product-quickview__color{display:flex;align-items:center}.product-quickview__color__title{font-size:16px;flex-basis:15%;color:#687188}.product-quickview__color__content{flex-basis:85%}.product-quickview__color__content input[type=radio]{width:0;opacity:0}.product-quickview__color__content input[type=radio]:checked+label:before{visibility:visible;opacity:1}.product-quickview__color__content label{position:relative;width:15px;height:15px;margin-right:15px;margin-bottom:0;cursor:pointer;border-radius:50%}.product-quickview__color__content label:before{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;margin:-3px;content:"";opacity:0;border:2px solid #fff;border-radius:100%;box-shadow:0 0 5px rgba(0,0,0,.5)}.product-quickview__color__content label:last-child{margin-right:0}.product-quickview__quantity{display:flex;align-items:center}.product-quickview__quantity .cart-plus-minus button{font-size:20px;line-height:36px;display:block;float:left;width:34px;height:34px;margin:4px;padding:0;cursor:pointer;text-align:center;border:0;border-radius:50px;background-color:#eee}.product-quickview__quantity .cart-plus-minus input{float:left;width:55px;height:36px;margin:3px;padding:0;text-align:center;border:1px solid #ddd;background-color:transparent}.product-quickview__cart .btn-addtocart:focus,.product-quickview__compare .btn-addtocart:focus,.product-quickview__ofs .btn-addtocart:focus,.product-quickview__wishlist .btn-addtocart:focus{color:#fff}.product-quickview__cart:disabled:hover,.product-quickview__compare:disabled:hover,.product-quickview__ofs:disabled:hover,.product-quickview__wishlist:disabled:hover{cursor:not-allowed;color:#fff;background-color:#292b2c}.product-quickview__compare,.product-quickview__wishlist{font-size:20px;display:inline-block;margin-left:10px;text-align:center;border:none;background:none}.product-quickview__compare.active i,.product-quickview__compare:hover i,.product-quickview__wishlist.active i,.product-quickview__wishlist:hover i{color:#ff7e21}.product-quickview__product-meta li{margin-top:10px;color:#687188}.product-quickview__product-meta li span{color:#292b2c}.product-quickview__product-meta li a{margin-left:5px}.product-quickview__product-share span{color:#687188}.product-quickview__product-share ul{display:inline-block;margin-left:15px}.product-quickview__product-share ul li a{color:#687188}.product-quickview__product-share ul li a:hover{color:#ff7e21}.product-tab-navigation .nav-item .nav-link{font-weight:500;border-radius:0}.product-tab-navigation .nav-item .nav-link.active{color:#ff7e21;background-color:transparent}@media only screen and (max-width:479px){.product-tab-navigation--style-two{justify-content:center}}@media only screen and (max-width:575px){.product-tab-navigation--style-two .nav-item .nav-link{padding-right:5px;padding-bottom:0}}.product-tab-navigation--style-two .nav-item:first-child .nav-link{padding-left:0}.product-tab-navigation--style-two .nav-item:last-child .nav-link{padding-right:0}.breadcrumb-title{font-size:28px;font-weight:700;line-height:1;margin-bottom:0;text-transform:capitalize;color:#292b2c}@media only screen and (max-width:767px){.breadcrumb-title{font-size:25px;margin-bottom:15px}}.breadcrumb{margin:0;padding:0;background-color:transparent}.breadcrumb .breadcrumb-item{padding:0}.breadcrumb .breadcrumb-item a{font-size:14px;font-weight:400;color:#292b2c}.breadcrumb .breadcrumb-item a:hover{color:#ff7e21}.breadcrumb .breadcrumb-item.active{font-size:14px;font-weight:400;color:#687188}.breadcrumb-section{padding:15px 0 40px}.dynamic-breadcrumbs-section{margin-top:-100px}.breadcrumb-section ol.breadcrumb{align-items:center}.breadcrumb-section li.active a{color:#ff7e21!important;font-weight:500!important;line-height:14.52px}.breadcrumb-section li a{letter-spacing:.41px;font-weight:500!important;color:#1a1a1a!important;font-size:12px!important}.breadcrumb-section li a:hover{color:#ef7c2c!important}.breadcrumb-section li svg{margin-left:3px;margin-right:0;font-size:13px;color:#1a1a1a}.breadcrumb-item+.breadcrumb-item:before,.breadcrumb-section li:last-child svg{display:none}@media screen and (max-width:1023px)and (min-width:768px){.breadcrumb-section{margin-top:-65px}body.\/seite\/wunschliste.breadcrumb-section{margin-top:0}}@media screen and (max-width:768px)and (min-width:300px){.breadcrumb-section{margin-top:-25px;padding-bottom:20px}}.product-large-image-wrapper img{height:353px;-o-object-fit:cover;object-fit:cover}.product-large-image-wrapper{margin-bottom:15px;padding:0;border-bottom:1px solid #bababa;position:relative;height:370px;z-index:9;display:flex;justify-content:center}.product-large-image-wrapper .react_lightgallery_item{position:unset;z-index:9;left:20px;bottom:24px}.product-large-image-wrapper .enlarge-icon{font-size:22px;padding:5px;color:#1a1a1a;border:none;background:hsla(0,0%,100%,.361);line-height:0}.product-large-image-wrapper .enlarge-icon:hover{color:#ff7e21}.product-large-image-wrapper .swiper-slide .single-image img{width:100%}.product-small-image-wrapper .swiper-container{margin:-5px;padding:5px}.product-small-image-wrapper .swiper-slide .single-image{padding:0;cursor:pointer;border:1px solid #ddd}.product-small-image-wrapper .swiper-slide.swiper-slide-active .single-image{border:1px solid #ff7e21}.product-small-image-wrapper .swiper-container-vertical{height:100%}.product-small-image-wrapper--side-thumb{overflow:hidden;height:505px}@media only screen and (min-width:1200px)and (max-width:1499px){.product-small-image-wrapper--side-thumb{height:505px}}@media only screen and (min-width:992px)and (max-width:1199px){.product-small-image-wrapper--side-thumb{height:auto;margin-top:10px}}@media only screen and (min-width:768px)and (max-width:991px){.product-small-image-wrapper--side-thumb{height:auto;margin-top:10px}}@media only screen and (max-width:767px){.product-small-image-wrapper--side-thumb{height:auto;margin-top:10px}}.product-small-image-wrapper--side-thumb .single-image{height:100%}@media only screen and (min-width:992px)and (max-width:1199px){.product-small-image-wrapper--side-thumb .single-image{height:auto}}@media only screen and (min-width:768px)and (max-width:991px){.product-small-image-wrapper--side-thumb .single-image{height:auto}}@media only screen and (max-width:767px){.product-small-image-wrapper--side-thumb .single-image{height:auto}}.product-small-image-wrapper--side-thumb .single-image img{width:100%;height:100%}@media only screen and (min-width:992px)and (max-width:1199px){.product-small-image-wrapper--side-thumb .single-image img{height:auto}}@media only screen and (min-width:768px)and (max-width:991px){.product-small-image-wrapper--side-thumb .single-image img{height:auto}}@media only screen and (max-width:767px){.product-small-image-wrapper--side-thumb .single-image img{height:auto}}.image-gallery-side-thumb-wrapper.row{margin-right:-5px;margin-left:-5px}@media only screen and (min-width:992px)and (max-width:1199px){.image-gallery-side-thumb-wrapper.row{margin-right:-15px;margin-left:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.image-gallery-side-thumb-wrapper.row{margin-right:-15px;margin-left:-15px}}@media only screen and (max-width:767px){.image-gallery-side-thumb-wrapper.row{margin-right:-15px;margin-left:-15px}}.image-gallery-side-thumb-wrapper .col-xl-2,.image-gallery-side-thumb-wrapper .col-xl-10{padding-right:5px;padding-left:5px}@media only screen and (min-width:992px)and (max-width:1199px){.image-gallery-side-thumb-wrapper .col-xl-2,.image-gallery-side-thumb-wrapper .col-xl-10{padding-right:15px;padding-left:15px}}@media only screen and (min-width:768px)and (max-width:991px){.image-gallery-side-thumb-wrapper .col-xl-2,.image-gallery-side-thumb-wrapper .col-xl-10{padding-right:15px;padding-left:15px}}@media only screen and (max-width:767px){.image-gallery-side-thumb-wrapper .col-xl-2,.image-gallery-side-thumb-wrapper .col-xl-10{padding-right:15px;padding-left:15px}}.product-large-image-wrapper .enlarge-icon span{font-size:14px;padding-left:4px;margin-top:2px}.product-details .swiper-wrapper .tumb_iimg_bg{height:45px;width:45px;background-size:cover;background-position:50%}.tablet_gallery_sec .product-large-image-wrapper.single_product_gallery,.tablet_gallery_sec .product-small-image-wrapper{display:none}@media screen and (max-width:1024px)and (min-width:991px){.product-large-image-wrapper{min-height:330px}}@media screen and (max-width:1023px)and (min-width:768px){.tablet_gallery_sec .product-large-image-wrapper.single_product_gallery,.tablet_gallery_sec .product-small-image-wrapper{display:flex;position:relative}.tablet_gallery_sec .pro_thum_img{flex-wrap:wrap}.tablet_gallery_sec .row{align-items:center}.tablet_gallery_sec .avatar-item{width:98px;height:100px!important;margin-bottom:10px}.tablet_gallery_sec .arrow_sec{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);z-index:9}.product-large-image-wrapper.single_product_gallery:hover i{opacity:1}}@media screen and (max-width:768px)and (min-width:567px){.tablet_gallery_sec .product-large-image-wrapper.single_product_gallery,.tablet_gallery_sec .product-small-image-wrapper{display:flex;position:relative}.tablet_gallery_sec .avatar-item{width:98px;height:70px}.tablet_gallery_sec .arrow_sec{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);z-index:9}.product-large-image-wrapper.single_product_gallery:hover i{opacity:1}.tablet_gallery_sec .pro_thum_img{flex-wrap:wrap}.mobile_imagegallery_bottom.d-lg-none{display:none!important}.tablet_gallery_sec .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.tablet_gallery_sec .col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.tablet_gallery_sec .row{align-items:center}.technische_table_content.space-pt--60{padding:0}.technische_content_main{position:relative;margin-top:0}}.product-content__title{font-size:24px;line-height:1.3}.product-content__price-rating-wrapper{display:flex;justify-content:space-between}.product-content__price-rating-wrapper span{font-size:14px;display:inline-block;margin-left:5px;vertical-align:middle;color:#687188}.product-content__price .price{font-size:26px;font-weight:600;color:#ff7e21}.product-content__price del{font-size:14px;margin-right:10px;margin-left:10px;color:#687188}.product-content__price .on-sale{font-size:14px;color:#388e3c}.product-content__rating svg{color:#f6bc3e}.product-content__sort-info ul li{margin-bottom:10px;color:#292b2c}.product-content__sort-info ul li:last-child{margin-bottom:0}.product-content__sort-info ul li svg{margin-right:5px;color:#ff7e21}.product-content__size{display:flex;align-items:center}.product-content__size__title{font-size:16px;flex-basis:50px;margin-right:20px;color:#687188}.product-content__size__content{flex-basis:calc(100% - 70px)}.product-content__size__content label{font-size:14px;line-height:28px;display:inline-block;width:32px;height:32px;margin-right:5px;margin-bottom:3px;cursor:pointer;text-align:center;text-transform:uppercase;border:2px solid #ddd}.product-content__size__content label:hover{color:#292b2c}.product-content__size__content input[type=radio]{width:0;opacity:0}.product-content__size__content input[type=radio]:checked+label{color:#fff;border-color:#ff7e21;background-color:#ff7e21}.product-content__color{display:flex;align-items:center}.product-content__color__title{font-size:16px;flex-basis:50px;margin-right:20px;color:#687188}.product-content__color__content{flex-basis:calc(100% - 70px)}.product-content__color__content input[type=radio]{width:0;opacity:0}.product-content__color__content input[type=radio]:checked+label:before{visibility:visible;opacity:1}.product-content__color__content label{position:relative;width:15px;height:15px;margin-right:15px;margin-bottom:0;cursor:pointer;border-radius:50%}.product-content__color__content label:before{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;margin:-3px;content:"";opacity:0;border:2px solid #fff;border-radius:100%;box-shadow:0 0 5px rgba(0,0,0,.5)}.product-content__color__content label:last-child{margin-right:0}@media only screen and (max-width:479px){.product-content__button-wrapper{display:block!important}.product-content__button-wrapper .btn-addtocart{margin-left:0}}.product-content__button-wrapper--style-two .product-content__quantity{margin-bottom:15px}@media only screen and (max-width:479px){.product-content__quantity{margin-bottom:15px}}.product-content__quantity .cart-plus-minus button{font-size:20px;line-height:0;display:block;float:left;width:25px;height:25px;padding:0;cursor:pointer;background:#fff;border:1px solid #e0e0e0;color:#787878;border-radius:100%!important;position:relative}.product-content__quantity .cart-plus-minus button:hover{background-color:#ef7c2c}.product-content__quantity .cart-plus-minus input{width:20%;margin:3px;padding:0;text-align:left;border:none;background-color:transparent;font-style:normal;font-weight:400;font-size:16px!important;line-height:15px;color:#664933}.product-content__cart .btn-addtocart:focus,.product-content__compare .btn-addtocart:focus,.product-content__ofs .btn-addtocart:focus,.product-content__wishlist .btn-addtocart:focus{color:#fff}.product-content__cart:disabled:hover,.product-content__compare:disabled:hover,.product-content__ofs:disabled:hover,.product-content__wishlist:disabled:hover{cursor:not-allowed;color:#fff;background-color:#292b2c}.product-content__compare,.product-content__wishlist{font-size:20px;display:inline-block;margin-left:10px;text-align:center;border:none;background:none}.product-content__compare.active i,.product-content__compare:hover i,.product-content__wishlist.active i,.product-content__wishlist:hover i{color:#ff7e21}.product-content__product-meta li{margin-top:10px;color:#687188}.product-content__product-meta li span{color:#292b2c}.product-content__product-meta li a{margin-left:5px}.product-content__product-share span{color:#687188}.product-content__product-share ul{display:inline-block;margin-left:15px}.product-content__product-share ul li a{color:#687188}.product-content__product-share ul li a:hover{color:#ff7e21}.product-description-tab{border-bottom:5px solid #ddd}.product-description-tab__navigation{border-bottom:1px solid #dee2e6}.product-description-tab__navigation .nav-item .nav-link{font-weight:500;border-bottom:2px solid transparent;border-radius:0}.product-description-tab__navigation .nav-item .nav-link.active{color:#ff7e21;border-bottom:2px solid #ff7e21;background-color:transparent}.product-description-tab__details{font-size:16px;line-height:1.5;color:#687188}.product-description-tab__additional-info table tbody td:first-child{width:25%}.product-description-tab__review .comment-list{margin-bottom:20px}.product-description-tab__review .comments li{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ddd}.product-description-tab__review .comment-img{float:left}.product-description-tab__review .comment-img img{max-width:100px;border-radius:100%}.product-description-tab__review .comment-block{padding-left:120px}.product-description-tab__review .comment-block .rating-wrap{float:right}.product-description-tab__review .customer-meta{margin-bottom:5px}.product-description-tab__review .review-author{font-weight:500;display:block;color:#292b2c}.product-description-tab__review .comment-date{font-style:italic}.product-description-tab__review .rating svg{color:#f6bc3e}.product-description-tab__review .review-form .form-control{height:50px}.product-description-tab__review .review-form textarea.form-control{height:auto}.product-content{background-color:#f3f3f0;padding:15px 17px 25px}.cart-plus-minus{width:100%;padding:8px 15px;display:flex;justify-content:space-between;grid-gap:10px;gap:10px;align-items:center;position:relative;background:#fff;border:1px solid #e0e0e0;border-radius:50px;margin-bottom:10px}.cart_btn .btn{width:100%;margin:0}span.unit{color:rgba(51,51,51,.6);font-size:16px;font-weight:500;letter-spacing:.54px;line-height:20px}@media screen and (max-width:1023px)and (min-width:768px){.product-content{margin-top:15px}.cart_btn{text-align:center}.cart_btn .btn{width:100%;margin:0 auto}.product-content__quantity .cart-plus-minus{justify-content:space-between}}.item-empty-area__icon i,.item-empty-area__icon svg{font-size:140px;line-height:1;color:#292b2c}@media only screen and (max-width:767px){.item-empty-area__icon i,.item-empty-area__icon svg{font-size:100px}}.item-empty-area__text{font-size:20px}.team-box{overflow:hidden;margin-bottom:30px}.team-box,.team-box__image{position:relative}.team-box__image img{width:100%}.team-box__image:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";transition:all .5s ease-in-out;opacity:0;background-color:rgba(0,0,0,.5)}.team-box__content{padding-top:15px}.team-box__content .title h5{font-weight:600}.team-box__content .title span{display:block;color:#687188}.team-box__social-icons{position:absolute;z-index:1;top:0;left:50%;display:flex;transition:all .5s ease-in-out;transform:translate(-50%,-50%);text-align:center;opacity:0}.team-box__social-icons li{margin-right:10px}.team-box__social-icons li:last-child{margin-right:0}.team-box__social-icons li a{font-size:18px;line-height:36px;display:inline-block;overflow:hidden;width:36px;height:36px;text-align:center;vertical-align:middle;color:#ff7e21;background-color:#fff}.team-box__social-icons li a:hover{color:#fff;background-color:#ff7e21}.team-box:hover .team-box__image:before{opacity:1}.team-box:hover .team-box__social-icons{top:50%;opacity:1}.pagination-style{display:flex;align-items:center;justify-content:center}.pagination-style .page-item{margin-right:5px}.pagination-style .page-item:last-child{margin-right:0}.pagination-style .page-item .page-link{line-height:36px;z-index:1;width:40px;height:40px;margin-left:0;padding:0;text-align:center;color:#687188;border:2px solid #dee2e6;border-radius:0!important}.pagination-style .page-item .page-link:focus{box-shadow:none}.pagination-style .page-item.active .page-link,.pagination-style .page-item:hover .page-link{color:#fff;border-color:#ff7e21;background-color:#ff7e21}.pagination-style .page-item.active .page-link:focus,.pagination-style .page-item:hover .page-link:focus{box-shadow:none}.pagination-style .page-item.disabled .page-link{pointer-events:none;color:#c6c6c6;border-color:#f4f4f4;background-color:#fff}.pagination-style--two ul li{display:inline-block}.cl-logo img{transition:all .5s ease-in-out;opacity:1}.cl-logo:hover img{opacity:1}.countdown{display:flex;align-items:center;justify-content:flex-end;max-width:100%;text-align:right}.countdown .single-countdown{width:40px}@media only screen and (max-width:479px){.countdown .single-countdown{width:30px}}.countdown .single-countdown__time{font-size:22px}@media only screen and (max-width:767px){.countdown .single-countdown__time{font-size:18px}}@media only screen and (max-width:479px){.countdown .single-countdown__time{font-size:15px}}.countdown .single-countdown__text{font-size:22px;padding:0 5px}@media only screen and (max-width:767px){.countdown .single-countdown__text{font-size:18px}}@media only screen and (max-width:479px){.countdown .single-countdown__text{font-size:15px}}.countdown .single-countdown:last-child{width:35px}@media only screen and (max-width:479px){.countdown .single-countdown:last-child{width:25px}}.countdown svg{font-size:22px;margin-right:10px;color:#ff7e21}@media only screen and (max-width:767px){.countdown svg{font-size:18px}}@media only screen and (max-width:479px){.countdown svg{font-size:15px}}.countdown-two{display:flex;justify-content:space-between}.countdown-two .single-countdown{width:22%;padding:15px;text-align:center;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.03)}@media only screen and (max-width:575px){.countdown-two .single-countdown{padding:10px}}.countdown-two .single-countdown:last-child{margin-right:0}.countdown-two .single-countdown__time{font-size:40px;display:block}@media only screen and (max-width:575px){.countdown-two .single-countdown__time{font-size:30px}}@media only screen and (max-width:479px){.countdown-two .single-countdown__time{font-size:20px}}.countdown-two .single-countdown__text{color:#687188}@media only screen and (max-width:479px){.countdown-two .single-countdown__text{font-size:12px}}.countdown-two--style-two .single-countdown{flex-basis:25%;margin-right:4px;padding:10px;background-color:#f2f2f2}.countdown-two--style-two .single-countdown:last-child{margin-right:0}.countdown-two--style-two .single-countdown__time{font-family:Inter,sans-serif;font-display:swap;font-size:24px}.countdown-two--style-two .single-countdown__text{font-family:Inter,sans-serif;font-display:swap;font-size:13px}@media only screen and (max-width:479px){.countdown-two--style-two .single-countdown__text{font-size:12px}}.follow-box{position:absolute;z-index:9;top:50%;right:0;left:0;width:400px;max-width:100%;margin:0 auto;padding:25px;transform:translateY(-50%);text-align:center;border-radius:80px;background-color:#fff}@media only screen and (max-width:479px){.follow-box{width:300px}}.follow-box svg{font-size:80px;position:absolute;z-index:-1;top:50%;right:0;left:50%;transform:translate(-50%,-50%);opacity:.1}.instafeed-box{overflow:hidden}.instafeed-box a{display:block}.instafeed-box a img{width:100%;transition:all .5s ease-in-out}.instafeed-box a:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:block;content:"";transition:all .5s ease-in-out;opacity:0;background-color:rgba(0,0,0,.4)}.instafeed-box a:hover:before{opacity:1}.instafeed-box a:hover img{transform:scale(1.1)}.category-overlap{position:relative;z-index:1;margin-top:-70px;padding:30px;border-radius:5px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav{font-size:25px;line-height:40px;position:absolute;z-index:9;width:40px;height:40px;padding:0;opacity:0;color:#222;border:none;border-radius:4px;background:none;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav:hover{background-color:#ff7e21}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav:hover i{color:#fff}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav i{font-size:17px;color:#222}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav.swiper-button-prev{left:0}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav.swiper-button-prev:after{display:none}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav.swiper-button-next{right:0}.category-overlap .slider-nav-wrapper .ht-swiper-button-nav.swiper-button-next:after{display:none}.category-overlap:hover .ht-swiper-button-nav{opacity:1}.category-overlap:hover .ht-swiper-button-nav.swiper-button-prev{left:35px}.category-overlap:hover .ht-swiper-button-nav.swiper-button-next{right:35px}.categories-box{text-align:center}.categories-box a{display:block;padding:35px 20px;background-color:#f7f7f7}@media only screen and (max-width:479px){.categories-box a{padding:20px 10px}}.categories-box i{font-size:40px;display:block}.categories-box span{display:block;margin-top:5px;text-transform:capitalize}@media only screen and (max-width:479px){.categories-box span{font-size:14px}}.categories-box--style-two a{padding:0;background-color:transparent}footer{overflow:hidden}footer p{font-size:14px;font-weight:500;margin-bottom:0}footer .widget-title{font-size:22px!important;font-weight:600!important;margin-top:10px;margin-bottom:18px!important;color:#1a1a1a!important;letter-spacing:.61px;line-height:normal!important;font-family:Inter}footer .widget-title span{font-weight:500}.footer-dark{position:relative;background-color:#202325}.footer-top{padding:100px 0 70px}@media only screen and (min-width:768px)and (max-width:991px){.footer-top{padding:80px 0 50px}}@media only screen and (max-width:767px){.footer-top{padding:60px 0 30px}}.footer-top--style-two{padding:53px 0}.footer-logo{margin-bottom:20px}.widget-links li{padding-bottom:5px;list-style:none}.widget-links li:last-child{padding-bottom:0}.widget-links li a{font-size:14px;line-height:16.94px;color:#1a1a1a;font-weight:500;font-family:Inter}.widget-links li a:hover{color:#ef7c2c!important}.contact-info>li{display:flex;list-style:none;align-items:center}.contact-info>li a{color:#787878}.contact-info>li a:hover{color:#ef7c2c}.contact-info>li:last-child{margin-bottom:0}.contact-info>li svg{font-size:16px;display:inline-block;margin-right:10px;vertical-align:top;color:#1a1a1a}.contact-info>li svg+*{font-size:14px;line-height:26px;display:inline-block;overflow:hidden;font-weight:500;max-width:78%;margin:0;vertical-align:middle}.contact-info>li span{float:left;width:100%;max-width:70px;margin-right:10px;color:#292b2c}.contact-info>li span+*{font-size:14px;line-height:26px;overflow:hidden;margin:0;color:#687188}.contact-info-light li svg{color:#fff;border-color:#fff}.contact-info-light li a,.contact-info-light li span{color:#fff}.contact-info-style2 svg+*{font-size:18px}.contact-info-style2 li svg{font-size:22px;margin-top:2px;margin-right:8px;color:#ff7e21}.bottom-footer{position:relative;padding:30px 0}.footer-link li{position:relative;display:inline-block}.footer-link li a{font-size:14px;padding:0 5px;color:#687188}.footer-dark .footer-link li a,.footer-dark .post-content a,.footer-dark .widget-links li a,.footer-dark a,.footer-dark h1,.footer-dark h2,.footer-dark h3,.footer-dark h4,.footer-dark h5,.footer-dark h6,.footer-dark p{color:#fff}.footer-dark .footer-link li a:hover,.footer-dark .widget-links li a:hover,.footer-dark a:hover,.footer-link li a:hover,.widget-links li a:hover{color:#1a1a1a}.widget-contact-form{margin-top:-190px;padding:20px 30px 30px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.bottom-footer .social-icons li{padding-bottom:0}.footer_payment_method{position:relative}.app-list li,.footer-payment li{display:inline-block;list-style:none}.cart-value-paymrnt{display:flex;align-items:center;flex-wrap:wrap;max-width:155px;grid-gap:2px;gap:2px;justify-content:flex-start}.cart-value-paymrnt li{margin-left:0!important;margin-right:0!important}.footer-payment li{margin-left:10px;margin-right:10px}.footer-call{padding:15px;text-align:center;border-radius:40px;background-color:rgba(0,0,0,.2)}.footer-call *{font-size:22px;margin:0}.footer-call svg{margin-right:10px}.social-icons li{display:inline-block;margin-right:25px}.social-icons li:last-child{margin-right:0}.scroll-top{font-size:17px;position:fixed;z-index:99;right:20px;bottom:20px;visibility:hidden;width:30px;height:30px;padding:0;text-align:center;opacity:0;color:#fff;border:none;background-color:#1a1a1a;border-radius:50px!important}.scroll-top svg{margin-top:-4px}.scroll-top:hover{color:#fff;background-color:#ff7e21}.scroll-top:focus{color:#fff}.scroll-top.show{visibility:visible;opacity:1}.trusted-shop-bottom{position:fixed;z-index:99;left:20px;bottom:10px;visibility:hidden;opacity:0;background-color:#fff;padding:10px 5px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50px;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 2px 9px 4px rgba(0,0,0,.1);cursor:pointer}.trusted-shop-bottom img{width:60px}.trusted-shop-bottom span{font-weight:800;font-size:12px}.trusted-shop-bottom.show{visibility:visible;opacity:1}.widget-instafeed{display:table;margin:-2px}.widget-instafeed--col4 li{width:25%}.widget-instafeed li{position:relative;float:left;padding:2px;list-style:none}.widget-instafeed li a{position:relative;display:block;overflow:hidden}.widget-instafeed li a:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:"";transition:all .5s ease-in-out;opacity:0;background-color:rgba(0,0,0,.8)}.widget-instafeed li:hover .insta-icon,.widget-instafeed li:hover a:before{opacity:1}.widget-instafeed img{width:100%}.insta-icon{font-size:20px;position:absolute;z-index:2;top:50%;right:0;left:0;transition:all .5s ease-in-out;transform:translateY(-50%);text-align:center;opacity:0;color:#fff}.shopping-info{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.footer-bottom p a{color:#687188}.footer-bottom p a:hover{color:#ff7e21}.footer-bottom .social-icons li{margin-right:0;padding-right:5px}.footer-bottom .social-icons li a{font-size:18px;line-height:36px;display:inline-block;overflow:hidden;width:36px;height:36px;text-align:center;vertical-align:middle;color:#fff}.widget .social-icons li{margin-right:0}.widget .social-icons li a{font-size:18px;line-height:36px;display:inline-block;overflow:hidden;width:26px;height:36px;text-align:center;vertical-align:middle;color:#fff;border-radius:50%;background-color:transparent!important}.widget .social-icons--style-two li a{border-radius:0}.footer-text h3{font-weight:700}.footer-text p{line-height:2;margin-bottom:20px}.app-list{display:flex}.app-list li{margin-right:5px}.app-list li:last-child{margin-right:0}.bg--dark .newsletter-title{letter-spacing:.88px;color:#fff;font-weight:800;font-size:26px;margin-bottom:15px!important}.bg--dark p{color:#fff;letter-spacing:.61px;font-size:18px;line-height:22px}.bg--dark p span{letter-spacing:.61px;color:#ef7c2c;font-weight:800}.bg--dark a.btn.btn-fill-out{border:1px solid #ef7c2c}.btn-fill-out-two{border:1px solid rgba(255,255,255,.8);color:#000}.bg--dark a.btn.btn-fill-out:after,.bg--dark a.btn.btn-fill-out:before{background-color:#ef7c2c}.btn-fill-out-two:after,.btn-fill-out-two:before{background-color:rgba(255,255,255,.8)}.bg--dark a.btn.btn-fill-out:hover{color:#ef7c2c!important}footer p{color:#1a1a1a;padding-right:20px}.footer-top .footer-payment li{margin-left:0}.footer-top .footer-payment li img{border:1px solid #000;padding:4px}ul.days_info{padding-right:20px}ul.days_info li{display:flex;font-size:14px;line-height:16.94px;color:#1a1a1a;font-weight:500;padding-bottom:5px;font-family:Inter}ul.days_info li:last-child{padding-bottom:0}ul.days_info li span{font-size:14px;font-weight:600;color:#1a1a1a}.footer-top ul.contact-info{padding-bottom:8px}.footer_two_btn_main{text-align:center}@media screen and (max-width:1023px)and (min-width:768px){.cart-value-paymrnt{max-width:290px;margin-bottom:0}}@media screen and (max-width:768px)and (min-width:300px){ul.days_info li{justify-content:unset}.footer-payment img{width:100%}.payment_method ul.footer-payment{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:10px;gap:10px}.cart-value-paymrnt{max-width:230px}}@media screen and (max-width:428px)and (min-width:376px){.footer_two_btn_main{text-align:start}}.custom-container{max-width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media only screen and (min-width:1680px){.custom-container{max-width:1650px;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}@media screen and (max-width:992px)and (min-width:769px){.container,.container-md,.container-sm{max-width:100%!important;width:100%!important}}@media screen and (max-width:768px)and (min-width:567px){.container,.container-sm{max-width:100%}}svg{max-width:100%}.header-wrap{z-index:99;transition:all .3s ease-in-out}.header-wrap:not([class*=bg-]):not([class*=bg_]){background-color:#fff}.header-wrap--transparent{position:absolute;top:0;left:0;width:100%;background-color:transparent!important}.header-wrap .is-sticky{position:fixed;z-index:99;top:0;right:0;left:0;box-shadow:0 0 5px rgba(0,0,0,.15);animation-fill-mode:none}.header-wrap .is-sticky .top-header{display:none!important}.header-wrap .is-sticky .bottom-header .header-categories-wrap,.header-wrap .is-sticky .middle-header{display:none}.header-wrap .is-sticky.header-wrap--transparent{background-color:#1d2224!important}.header-topbar-info .header-offer{font-size:10px;padding-left:15px;padding-right:15px;color:#1a1a1a;font-weight:500}.header-topbar-info .header-topbar-info .header-offer span{margin-left:10px}.header-topbar-info .download-wrap{display:flex}.header-topbar-info .download-wrap span{font-size:10px;color:#1a1a1a;padding-left:15px;padding-right:15px;font-weight:500!important;margin-right:0!important;display:flex;justify-content:center;align-items:center}.header-topbar-info .download-wrap ul li{display:inline-block;margin-right:10px}.header-topbar-info .download-wrap ul li:last-child{margin-right:0}.header-topbar-info .download-wrap ul li svg{color:#bfbfbf}.product-search-form{position:relative;width:350px;max-width:100%;border:1px solid #bababa;border-radius:5px;height:42px}@media only screen and (min-width:992px)and (max-width:1199px){.product-search-form{width:440px}}.product-search-form .custom-select-wrapper{position:relative}.product-search-form .custom-select-wrapper:before{font-family:simple-line-icons;font-display:swap;font-size:12px;font-weight:900;position:absolute;z-index:9;top:50%;right:15px;display:block;content:"";transform:translateY(-50%);pointer-events:none;color:#848484}.product-search-form select{position:relative;width:100%;height:50px;padding:8px 35px 8px 15px;color:#6c757d;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-search-form input{height:42px!important;padding:0 0 0 40px;font-size:14px;font-weight:400;color:#1a1a1a;border:none!important}.product-search-form .form-control{padding:0 20px 0 50px}.product-search-form .search-btn{font-size:19px;position:absolute;z-index:9;top:50%;transform:translateY(-50%);left:15px;bottom:0;padding:0;border:0;background:transparent;color:#787878;cursor:unset;height:-moz-fit-content;height:fit-content;line-height:0}.product-search-form .search-btn:hover{color:#787878}.product-search-form--style-two .custom-select-wrapper select{border-radius:30px 0 0 30px}.product-search-form--style-two input{border-radius:0 30px 30px 0!important}.product-search-form--style-two .search-btn{font-size:14px;position:absolute;z-index:9;top:5px;right:5px;width:40px;height:40px;padding:0;color:#fff;border:0;border-radius:100%;background-color:#ff7e21}.product-search-form--style-two .search-btn svg{font-size:20px}.product-search-form--style-two .search-btn:hover svg{color:#fff}.product-search-form--style-three .custom-select-wrapper select{border-radius:4px 0 0 4px}.product-search-form--style-three .search-btn-two,.product-search-form--style-three input{border-radius:0 4px 4px 0!important}.contact-phone svg{font-size:30px;margin-right:10px;color:#ff7e21}@media only screen and (max-width:479px){.contact-phone svg{font-size:20px}}.contact-phone span{color:#16181b;display:block}@media only screen and (max-width:479px){.contact-phone span{font-size:14px}}.top-header{padding:0;transition:all .5s ease-in-out}.top-header select{font-size:14px;width:auto;padding-top:5px;padding-bottom:5px;padding-left:0;border-color:transparent}.top-header select:hover{cursor:pointer}.top-header select:focus{border-color:transparent;box-shadow:none}.contact-detail svg{font-size:16px;margin-right:10px;vertical-align:middle}.contact-detail li,.header-list li{font-size:14px;display:inline-block;padding:2px 15px 2px 0;vertical-align:middle;color:#333}.header-list li:last-child{padding-right:0}.header-list li svg{font-size:18px;margin-right:6px}.navbar{padding:0}.navbar-brand{margin:0;padding:10px 0;vertical-align:top}.dark-skin .logo-default,.dark-skin .logo-light,.light-skin .logo-dark,.light-skin .logo-default,.logo-dark,.logo-light{display:none}.dark-skin .logo-dark,.light-skin .logo-light{display:block}.light-skin .navigation>ul>li>a{color:#1a1a1a;transition:all .25s}.light-skin .navigation .sub-menu{background-color:#fff;box-shadow:0 12px 25px rgba(0,0,0,.161)}.light-skin .navigation .sub-menu li a{color:rgba(26,26,26,.6);font-size:14px}.light-skin .navigation .sub-menu li a:hover{color:#ff7e21!important}.light-skin .navigation .sub-menu--mega__title{color:#1a1a1a!important;transition:.5s}.light-skin .navigation .sub-menu .banner-info a{color:#292b2c}.light-skin .navigation .sub-menu .header-banner .shop-bn-content .shop-subtitle{font-size:15px}@media only screen and (min-width:992px)and (max-width:1199px){.light-skin .navigation .sub-menu .header-banner .shop-bn-content .shop-subtitle{font-size:12px}}.light-skin .navigation .sub-menu .header-banner .shop-bn-content .shop-title{font-size:20px}@media only screen and (min-width:992px)and (max-width:1199px){.light-skin .navigation .sub-menu .header-banner .shop-bn-content .shop-title{font-size:15px}.light-skin .navigation .sub-menu .header-banner .shop-bn-content a.btn{font-size:14px;padding:8px 12px}}.light-skin .navigation .sub-menu--one-column--has-children li:hover>a{color:#ff7e21}.light-skin .header-icons>li>a,.light-skin .header-icons>li>button{color:#1a1a1a}.light-skin--style-two .navigation .sub-menu{background-color:#fff;box-shadow:0 13px 42px 11px rgba(0,0,0,.05)}.light-skin--style-two .navigation .sub-menu li a{color:#292b2c}.light-skin--style-two .navigation .sub-menu li a:hover{color:#ff7e21}.light-skin--style-two .navigation .sub-menu--mega__title,.light-skin--style-two .navigation .sub-menu .banner-info a{color:#292b2c}.light-skin--style-two .navigation .sub-menu .header-banner .shop-bn-content .shop-subtitle{font-size:15px}@media only screen and (min-width:992px)and (max-width:1199px){.light-skin--style-two .navigation .sub-menu .header-banner .shop-bn-content .shop-subtitle{font-size:12px}}.light-skin--style-two .navigation .sub-menu .header-banner .shop-bn-content .shop-title{font-size:20px}@media only screen and (min-width:992px)and (max-width:1199px){.light-skin--style-two .navigation .sub-menu .header-banner .shop-bn-content .shop-title{font-size:15px}.light-skin--style-two .navigation .sub-menu .header-banner .shop-bn-content a.btn{font-size:14px;padding:8px 12px}}.light-skin--style-two .navigation .sub-menu--one-column--has-children li:hover>a{color:#ff7e21}.light-skin .header-topbar-info .download-wrap ul li svg,.light-skin .header-topbar-info span{color:#fff}.light-skin .header-top-select-wrapper select{color:#fff;background:transparent}.light-skin .header-top-select-wrapper select option{color:#333}.servicecenter_link{font-size:16px;font-weight:500;line-height:20px;position:relative;text-transform:uppercase;color:#664933!important}.navigation{flex-grow:1}.navigation>ul>li,.navigation>ul>li>a{position:relative}.navigation>ul>li>a>svg{font-size:12px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.navigation>ul>li>.nav-link{font-size:16px;font-weight:600;padding:16px 0;position:relative;text-transform:uppercase}.navigation>ul>li:hover>.nav-link,.navigation>ul>li:hover>svg{color:#ff7e21!important}.navigation>ul>li:hover>.sub-menu{visibility:visible;justify-content:space-between;margin-top:0;opacity:1}.navigation>ul>li.has-children-mega{position:static}.header-icons>li>button{font-size:20px;border:none;background:none;padding:0;margin:0 auto;text-align:center}.header-icons>li>button:hover{color:#ff7e21}.header-icons>li>a{font-size:20px;padding:0!important}.header-icons>li>a svg{font-size:24px}.header-icons>li:last-child>a{padding-right:0}.header-icons>li:hover>.cart-box{transform:scale(1)!important}ul.header-icons{grid-gap:25px;gap:25px}.bottom-header.light-skin{padding:6px 15px}li.has-children-mega:hover .mega_wrapper{display:block}.mega_wrapper{display:none}.navigation>ul>li{padding:10px 0!important}.sub-menu{position:absolute;z-index:99;top:100%;left:0;margin-top:0}.sub-menu--one-column{min-width:225px;max-width:240px}.sub-menu--one-column>li>a{font-size:14px;display:block;padding:8px 20px;color:#333}.sub-menu--one-column>li>a:hover{color:#ff7e21}.sub-menu--one-column--has-children>li,.sub-menu--one-column--has-children>li>a{position:relative}.sub-menu--one-column--has-children>li>a>svg{font-size:12px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.sub-menu--one-column--has-children>li:hover>a{color:#ff7e21}.sub-menu--one-column--has-children>li:hover .sub-menu--one-column--child-menu{visibility:visible;margin-top:0;opacity:1}.sub-menu--one-column--child-menu{top:0;left:100%}@media only screen and (min-width:992px)and (max-width:1199px){.sub-menu--one-column--child-menu{right:100%;left:auto}}.sub-menu--one-column--reverse{right:0;left:auto}.sub-menu--mega{display:flex;flex-wrap:wrap;width:100%;padding:15px 20px 40px!important;overflow-y:auto;min-height:408px;max-height:408px}.sub-menu--mega--with-banner .sub-menu--mega__column:nth-last-child(2){border-right:0}.sub-menu--mega__column{display:flex;flex-wrap:wrap;grid-gap:17.5px;gap:17.5px;align-self:flex-start}.sub-menu--mega__column:last-child{border-right:0;justify-content:flex-start;padding:0}.sub-menu--mega__column--banners{flex-basis:100%}.sub-menu--mega__column--banners .header-banner{padding-top:15px!important}.sub-menu--mega__title{font-size:15px;font-weight:500!important;line-height:26px;margin-bottom:0;padding:0;margin-top:0}.sub-menu--mega__list li a{font-weight:400;line-height:17px;font-size:14px;padding:5px 0 0 15px;color:#333}.sub-menu--mega__list li a:hover{color:#ff7e21}.sub-menu--category{top:0;left:100%}.sub-menu--category.sub-menu--mega{width:800px;padding:15px 15px 15px 0}@media only screen and (min-width:992px)and (max-width:1199px){.sub-menu--category.sub-menu--mega{width:700px}}.sub-menu--category .sub-menu--mega__column{flex-basis:33.33%;border-right:0}.sub-menu--category .header-banner{height:auto}.sub-menu--category--with-banner .sub-menu--mega__column{flex-basis:32%}.sub-menu--category--with-banner .sub-menu--mega__column--banners{flex-basis:36%}.dark-skin .navigation .sub-menu{background-color:#fff;box-shadow:0 13px 42px 11px rgba(0,0,0,.05)}.sub-menu--mega__column .sub_menu_div{width:-moz-fit-content;width:fit-content;margin-bottom:10px;flex-basis:32%;flex-shrink:0}.sub-menu--mega__column .sub_menu_div ul.sub-menu--mega__list{min-height:auto}.header-banner{display:flex;height:100%;padding:15px}.header-banner__content{position:relative}.header-banner .shop-banner{position:relative;display:table;margin:0 auto}.header-banner .shop-bn-content{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:20px}.header-banner .shop-bn-content .shop-subtitle{font-size:20px}@media only screen and (min-width:992px)and (max-width:1199px){.header-banner .shop-bn-content .shop-subtitle{font-size:15px}}.header-banner .shop-bn-content .shop-title{font-size:28px;font-weight:700}@media only screen and (min-width:992px)and (max-width:1199px){.header-banner .shop-bn-content .shop-title{font-size:22px}}.header-banner .shop-bn-content *{color:#fff}.header-banner2{margin:0 15px}.header-banner,.header-banner2{position:relative;display:block;margin-bottom:15px}.header-banner img{width:100%}.header-banner .banner-info{position:absolute;top:50%;right:0;padding:15px;transform:translateY(-50%)}.header-banner .banner-info a{position:relative;padding-bottom:3px;text-transform:capitalize;color:#292b2c}.header-banner .banner-info a:hover{color:#ff7e21}.header-banner .banner-info a:hover:before{width:100%}.header-banner .banner-info a:before{position:absolute;right:0;bottom:0;left:0;width:50%;height:1px;content:"";transition:all .5s ease-in-out;background-color:#292b2c}.search-overlay{position:fixed;z-index:99;top:0;right:0;width:0;height:100%;content:"";transition:all .4s ease-in-out;text-align:center;opacity:.7;background-color:#000}.search-overlay.open{right:auto;left:0;width:100%}.search-overlay--style-two.open{visibility:visible;transform:scale(1);opacity:1}.search-wrap{position:fixed;z-index:9999;right:0;bottom:0;left:0;display:flex;visibility:hidden;align-items:center;max-width:800px;height:100%;margin:0 auto;padding:80px 0;opacity:0}.search-wrap.open{visibility:visible;animation:slideInLeft 1s both;opacity:1}.search-wrap form{position:relative;width:100%}.search-wrap form .form-control{height:auto;padding:10px 0;color:#fff;border:0;border-bottom:2px solid #fff;border-radius:0;background-color:transparent}.search-wrap form .form-control:focus{color:#fff;box-shadow:none}.search-icon{font-size:24px;position:absolute;top:5px;right:5px;padding:0;cursor:pointer;color:#fff;border:0;background-color:transparent}.search-wrap .form-control::-moz-placeholder{color:#fff}.search-wrap .form-control:-ms-input-placeholder{color:#fff}.search-wrap .form-control::placeholder{color:#fff}.close-search{font-size:40px;position:absolute;top:25%;right:0;cursor:pointer;color:#fff;border:none;background:none}.offcanvas-mobile-menu{position:fixed;z-index:9998999999999;top:0;right:0;visibility:hidden;width:100%;height:100%;transition:all .3s ease-in-out;opacity:0}.offcanvas-mobile-menu.active{visibility:visible;opacity:1}.offcanvas-mobile-menu.active .offcanvas-mobile-menu__wrapper{transform:translateX(0)}.offcanvas-mobile-menu.active .offcanvas-mobile-menu__overlay-close,.offcanvas-mobile-menu.active:after{visibility:visible;opacity:1}.offcanvas-mobile-menu:after{position:absolute;z-index:-1;top:0;left:0;visibility:hidden;width:100%;height:100%;content:"";transition:.3s;opacity:0;background-color:rgba(0,0,0,.4)}.offcanvas-mobile-menu__overlay-close{z-index:9997;visibility:hidden;width:100%;height:100%;opacity:0}.offcanvas-mobile-menu__wrapper{position:fixed;z-index:9999;top:0;right:0;width:300px;max-width:100%;height:100vh;transition:.6s;transform:translateX(100%)}@media only screen and (max-width:479px){.offcanvas-mobile-menu__wrapper{width:258px}}.offcanvas-mobile-menu__close{font-size:30px;position:absolute;z-index:9;top:0;left:-60px;width:60px;height:58px;padding:0;text-align:center;color:#fff;border:none;background:#292b2c}.offcanvas-mobile-menu__close:focus,.offcanvas-mobile-menu__close:hover{color:#fff}.offcanvas-mobile-menu__close svg{font-size:40px;line-height:1}.offcanvas-mobile-menu__content-wrapper{overflow:auto;height:100%;background-color:#fff;box-shadow:0 0 87px 0 rgba(0,0,0,.09)}.offcanvas-mobile-menu__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:90px 35px 70px}@media only screen and (max-width:479px){.offcanvas-mobile-menu__content{padding-right:25px;padding-left:25px}}.offcanvas-mobile-menu__search{position:absolute;z-index:9;top:0;left:0;width:100%;padding:10px;background-color:#eee}.offcanvas-mobile-menu__search input{font-size:16px;display:block;width:100%;padding:9px 25px;color:#292b2c;border:none;background:#eee}.offcanvas-mobile-menu__search button{position:absolute;top:50%;right:20px;padding:0;transform:translateY(-50%);color:#292b2c;border:none;background:none}.offcanvas-mobile-menu__search button svg{font-size:18px;line-height:40px}.offcanvas-mobile-menu__navigation>ul li.menu-item-has-children .mobile-sub-menu{visibility:hidden;height:0;transition:.3s;opacity:0}.offcanvas-mobile-menu__navigation>ul li.menu-item-has-children.active>.mobile-sub-menu{visibility:visible;height:100%;opacity:1}.offcanvas-mobile-menu__navigation>ul li>a{font-weight:600;display:block;padding:10px 0;color:#292b2c}.offcanvas-mobile-menu__navigation>ul li>a:hover{color:#000}.offcanvas-mobile-menu__navigation ul.mobile-sub-menu{margin-left:25px;transition:.3s}.offcanvas-mobile-menu__navigation ul.mobile-sub-menu>li>a{font-size:13px;font-weight:400;padding:10px 0}.offcanvas-mobile-menu__navigation ul.mobile-sub-menu>li>a:hover{color:#000}.offcanvas-mobile-menu__navigation ul li.menu-item-has-children{position:relative;display:block}.offcanvas-mobile-menu__navigation ul li.menu-item-has-children a{display:block}.offcanvas-mobile-menu__navigation ul li.menu-item-has-children.active>.menu-expand i:before{transform:rotate(0)}.offcanvas-mobile-menu__navigation ul li.menu-item-has-children .menu-expand{line-height:50px;position:absolute;top:-5px;right:auto;left:95%;width:30px;height:50px;cursor:pointer;text-align:center}.offcanvas-mobile-menu__navigation ul li.menu-item-has-children .menu-expand i{position:relative;display:block;width:10px;margin-top:25px;transition:all .25s ease-out;border-bottom:1px solid}.offcanvas-mobile-menu__navigation ul li.menu-item-has-children .menu-expand i:before{position:absolute;top:0;display:block;width:100%;content:"";transform:rotate(90deg);border-bottom:1px solid}.offcanvas-mobile-menu__widgets .contact-widget ul li{margin-bottom:10px}.offcanvas-mobile-menu__widgets .contact-widget ul li:last-child{margin-bottom:0}.offcanvas-mobile-menu__widgets .contact-widget ul li svg{margin-right:7px;color:#292b2c}.offcanvas-mobile-menu__widgets .social-widget a{font-size:22px;margin-left:20px}.offcanvas-mobile-menu__widgets .social-widget a:first-child{margin-left:0}.offcanvas-mobile-menu__widgets .social-widget a:hover{color:#000}.offcanvas-mobile-menu__middle .lang-curr-style .title{display:block;margin-bottom:10px}.offcanvas-mobile-menu__middle .lang-curr-style select{width:100%}.offcanvas-mobile-menu--style-two{right:auto;left:0}.offcanvas-mobile-menu--style-two .offcanvas-mobile-menu__wrapper{right:auto;left:0;transform:translateX(-100%)}.offcanvas-mobile-menu--style-two .offcanvas-mobile-menu__close{right:-60px;left:auto}.offcanvas-mobile-menu--style-two .offcanvas-mobile-menu__content{padding-top:50px}.cart-count{position:absolute;top:-4px;right:-8px;font-size:11px;background-color:#fff;z-index:2;border:1px solid #e0e0e0;box-sizing:border-box;width:18px;height:18px;text-align:center;border-radius:50px;line-height:17px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.cart-count--mobile{right:8px}.cart-box{position:absolute!important;z-index:999;top:100%!important;right:0;left:auto!important;display:block;width:340px;padding:0;transition:all .25s ease-in-out;transform:scale(0)!important;transform-origin:calc(100% - 30px) 0;background-color:#fff}.cart-box .cart-list{overflow:hidden;overflow-y:auto;max-height:500px}@media only screen and (min-width:992px)and (max-width:1199px){.cart-box .cart-list{max-height:400px}}.cart-box .cart-list li{width:100%;padding:15px;height:130px;border-bottom:1px solid #ddd}.cart-box .cart-list li .item-remove{font-size:20px;line-height:1;float:right;margin-left:5px;padding:0;color:#333;border:none;background:none}.cart-box .cart-list li .single-item{display:flex}.cart-box .cart-list li .single-item__image{flex-basis:80px;margin-right:10px}.cart-box .cart-list li .single-item__image img{border:1px solid #ddd;background-color:#fff}.cart-box .cart-list li .single-item__content a{font-size:14px;font-weight:600}.cart-box .cart-list li .single-item__content .cart-quantity{font-size:14px;font-weight:500;display:table;margin-top:5px}.cart-box .cart-list li .single-item__content .cart-variation{margin-top:5px}.cart-box .cart-list li .single-item__content .cart-variation p{font-size:14px;line-height:1.2;margin-bottom:0;color:#333}.cart-box .cart-footer .cart-total{font-weight:600;margin:0;padding:10px 15px;text-align:right;color:#333}.cart-box .cart-footer .cart-total strong{font-weight:600;float:left}.cart-box .cart-footer .cart-buttons{padding:10px 15px 20px;text-align:center}.cart-box .cart-footer .cart-buttons .checkout,.cart-box .cart-footer .cart-buttons .view-cart{padding:8px 20px}.header-categories-wrap{position:relative;height:100%}.header-categories-wrap .category-menu-trigger{font-weight:500;width:100%;height:100%;padding:20px 15px;text-align:left;color:#fff;border:none;background:none;background-color:#ff7e21}.header-categories-wrap .category-menu-trigger svg{font-size:25px;margin-right:5px}.header-categories-wrap .category-menu-trigger--style-two{margin:5px 0;padding:15px;border-radius:5px}.header-categories-wrap .category-menu-trigger--style-two svg{position:absolute;right:15px}.category-menu{position:absolute;z-index:99;top:100%;right:0;left:0;width:100%;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1)}.category-menu ul>.react-slidedown>li,.category-menu ul>li{position:relative}.category-menu ul>.react-slidedown>li>a,.category-menu ul>li>a{position:relative;padding:8px 16px}.category-menu ul>.react-slidedown>li>a>i,.category-menu ul>li>a>i{font-size:22px;line-height:30px;margin-right:10px;vertical-align:middle}.category-menu ul>.react-slidedown>li>a>span,.category-menu ul>li>a>span{font-size:14px}.category-menu ul>.react-slidedown>li>a>span>svg,.category-menu ul>li>a>span>svg{position:absolute;top:50%;right:10px;transform:translateY(-50%)}.category-menu ul>.react-slidedown>li:hover>a,.category-menu ul>li:hover>a{color:#ff7e21}.category-menu ul>.react-slidedown>li:hover>.sub-menu,.category-menu ul>li:hover>.sub-menu{visibility:visible;margin-top:0;opacity:1}.category-menu ul>.react-slidedown>li button.category-menu-expand-trigger,.category-menu ul>li button.category-menu-expand-trigger{position:relative;width:100%;padding:12px 16px;text-align:left;color:#ff7e21;border:none;border-top:1px solid #ddd;background:none}.category-menu ul>.react-slidedown>li button.category-menu-expand-trigger span,.category-menu ul>li button.category-menu-expand-trigger span{position:absolute;right:15px}.category-menu.dark-skin .sub-menu{background-color:#fff;box-shadow:0 13px 42px 11px rgba(0,0,0,.05)}.category-menu .react-slidedown.transitioning{overflow:hidden}@media only screen and (max-width:479px){.middle-header .navbar-brand{width:150px;max-width:100%}}.mobile-category{height:100%}.mobile-category-menu-trigger{font-size:25px;height:100%;color:#fff;border:none;background:none;background-color:#ff7e21}.contact-phone{text-align:left;font-size:12px;font-weight:300;letter-spacing:.41px;color:#787878}.contact-phone a{color:#787878;display:block;font-size:16px;font-weight:400;letter-spacing:.68px;transition:.4s}.contact-phone a:hover{color:#ef7c2c;text-decoration:unset}.light-skin{box-shadow:0 5px 5px rgba(0,0,0,.05);margin-bottom:0;z-index:9999;position:relative;border-top:1px solid rgba(51,51,51,.2)}.menu_banner-img{max-height:315px;min-height:315px;background-color:#bcbcbc;padding:50px 15px 0;color:#fff;box-shadow:0 0 12px rgba(0,0,0,.161);position:relative;width:30.333%;background-repeat:no-repeat;background-position:50%;background-size:cover}.menu_banner-img h5,.menu_banner-img p{color:#fff}.menu_banner-img h5{font-size:20px!important;font-weight:800;line-height:normal;word-break:break-word}.menu_banner-img p{font-size:14px;line-height:17px;margin-bottom:0;font-weight:400}.menu_banner-img .mega_btn{position:absolute;bottom:35px;text-align:center;left:0;right:0;margin:0 auto;max-width:149px;padding:8px 7px;color:#1a1a1a!important;font-size:14px!important;line-height:17px;font-weight:500;border-radius:5px!important;background-color:#f3f3f0!important}.menu_banner-img .mega_btn:hover{color:#fff!important}.menu_banner-img .mega_btn:after,.menu_banner-img .mega_btn:before{background-color:rgba(244,244,244,.6)}.btn-group-sm>.btn,.btn-sm{padding:8px 25px}.top-header .header-topbar-info div{line-height:35px;border-right:1px solid #e5dfde}.top-header .header-topbar-info div:last-child{border:none}.top-header .header-topbar-info svg{font-size:20px;margin-right:5px}.top-header h5{letter-spacing:.41px;color:#787878;font-size:13px!important;font-weight:400!important;margin-top:8px;display:flex;align-items:center;grid-gap:5px;gap:5px}.top-header h5 svg{color:#ffe202;width:12px;margin-top:-2px}.navigation>ul>li>.nav-link:hover:after{display:block}.navigation ul li:first-child{padding-left:0}.product-search-form .search-btn:hover{background-color:transparent}.top-header .header-topbar-info div span{font-weight:500!important}.header-offer{padding-left:0!important}body .menu_banner-img a.btn.btn-fill-out-two:hover{color:#fff!important;background-color:#ff7e21!important}.top-header .header-topbar-info div img{margin-right:5px}.menu_wrapeer ul{margin:0;list-style:none;padding:0}@media screen and (max-width:1024px)and (min-width:991px){.menu_banner-img{padding:25px 10px}.menu_banner-img .mega_btn{max-width:123px;bottom:20px}.menu_banner-img{height:300px}.sub-menu--mega__column .sub_menu_div{width:49.333333%}}@media screen and (max-width:1023px)and (min-width:768px){.login_btn p{line-height:1}ul.header-icons{padding-right:10px;flex-direction:row-reverse}}@media screen and (max-width:768px)and (min-width:300px){.contact-phone a{font-size:14px}.middle-header .space-pb--30{padding-bottom:10px}.middle-header .space-pt--30{padding-top:10px}ul.header-icons{grid-gap:10px;gap:10px;flex-direction:row-reverse}.icon-box__icon{width:40px}.icon_menu ul.header-icons{padding-right:5px}.icon-box-area .row .col-lg-4:first-child .icon-box__icon svg{padding-top:8px}.icon-box__content{margin-right:15px}}@media screen and (max-width:413px)and (min-width:200px){.icon-box-area .row .col-lg-4:first-child .icon-box__icon svg{padding-top:8px}}.mini_cart_box_li:hover{background-color:transparent!important}ul.sub-menu.undefined h3.sub-menu--mega__title{padding:0}ul.sub-menu.undefined{padding:20px}.light-skin .navigation .sub-menu--mega__title:hover{text-decoration:unset!important;color:#ff7e21!important;transition:.5s}.sidebar .widget__title{margin-bottom:25px}.sidebar .widget__categories li{padding-bottom:10px;list-style:none}.sidebar .widget__categories li a,.sidebar .widget__categories li button{display:block;width:100%;padding:0;text-align:left;text-transform:capitalize;border:none;background:none}.sidebar .widget__categories li a .categories-num,.sidebar .widget__categories li button .categories-num{font-size:14px;float:right}.sidebar .widget__categories li a svg,.sidebar .widget__categories li button svg{margin-right:5px}.sidebar .widget__categories li a.active,.sidebar .widget__categories li a:hover,.sidebar .widget__categories li button.active,.sidebar .widget__categories li button:hover{color:#ff7e21}.sidebar .widget__categories li:last-child{padding-bottom:0}.sidebar .widget__sizes li{display:inline-block}.sidebar .widget__sizes li button{font-size:14px;line-height:28px;height:32px;margin-right:3px;margin-bottom:3px;cursor:pointer;text-align:center;text-transform:uppercase;border:2px solid #ddd;background:none}.sidebar .widget__sizes li button.active,.sidebar .widget__sizes li button:hover{color:#fff;border-color:#ff7e21;background-color:#ff7e21}.sidebar .widget__colors{display:flex}.sidebar .widget__colors li button{font-size:12px;line-height:15px;position:relative;width:15px;height:15px;margin:5px;padding:0;cursor:pointer;vertical-align:middle;border:none;border-radius:100%}.sidebar .widget__colors li button:before{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;margin:-3px;content:"";transition:all .3s ease-in-out;opacity:0;border:2px solid #fff;border-radius:100%;box-shadow:0 0 5px rgba(0,0,0,.5)}.sidebar .widget__colors li button.active:before,.sidebar .widget__colors li button:hover:before{visibility:visible;opacity:1}.sidebar .widget+.widget{margin-top:30px;padding-top:30px;border-top:1px solid #ddd}.sidebar .widget__tags a,.sidebar .widget__tags button{font-size:14px;display:inline-block;margin-right:5px;margin-bottom:5px;padding:8px 15px;color:#333;border:none;background:none;background-color:#f7f7f7}.sidebar .widget__tags a.active,.sidebar .widget__tags a:hover,.sidebar .widget__tags button.active,.sidebar .widget__tags button:hover{color:#fff;background-color:#ff7e21}.sidebar .widget .shop-banner{position:relative;display:table;margin:0 auto}.sidebar .widget .shop-bn-content2{position:absolute;bottom:20px;left:20px}.sidebar .widget .shop-bn-content2 .shop-subtitle,.sidebar .widget .shop-bn-content2 .shop-title{color:#fff}.sidebar .widget .shop-bn-content2 .shop-title{font-weight:700}.sidebar .widget-product-post{display:flex;margin-bottom:15px}.sidebar .widget-product-post__image{flex-basis:80px;margin-right:10px}.sidebar .widget-product-post__content{flex-basis:calc(100% - 90px)}.sidebar .widget-product-post__content .product-title{font-size:14px;font-weight:500}.sidebar .widget-product-post__content .product-price{font-weight:600;color:#ff7e21}.sidebar .widget-product-post__content .product-price del{font-size:14px;font-weight:400;margin-left:5px;color:#687188}.sidebar .widget-product-post__content .rating-wrap svg{color:#f6bc3e}.sidebar .widget-product-post:last-child{margin-bottom:0}.sidebar .widget__title a{transition:.4s;background:#f3f3f0;border:1px solid #1a1a1a;border-radius:5px;color:#1a1a1a;font-weight:400;font-size:14px;line-height:17px;padding:12px 10px;width:100%;text-align:center}.sidebar .widget__title a:hover{color:#fff;background:#ff7e21;border:1px solid #ff7e21}.sidebar .widget .main-sidebar-menu .main-item{margin-bottom:0;padding:2px 0}.sidebar .widget .main-sidebar-menu .main-item a{width:-moz-fit-content;width:fit-content;transition:.4s}.sidebar .widget .main-sidebar-menu .main-item a .top-item{letter-spacing:.47px;color:#1a1a1a;font-size:15px;font-weight:600;transition:.4s}.sidebar .widget .main-sidebar-menu .main-item.active a .top-item,.sidebar .widget .main-sidebar-menu .main-item a .top-item:hover{color:#ff7e21!important}.sidebar .widget .main-sidebar-menu .main-item.active ul.sub-sidebar-menu{display:block;padding:5px 10px}.sidebar .widget .main-sidebar-menu .main-item ul.sub-sidebar-menu li{margin-bottom:5px;margin-left:8px}.sidebar .widget .main-sidebar-menu .main-item ul.sub-sidebar-menu li a{color:#787878;font-size:15px;font-weight:600}.sidebar .widget .main-sidebar-menu .main-item ul.sub-sidebar-menu li a:hover{color:#ff7e21;text-decoration:underline}@media only screen and (max-width:767px){.shop-cart-table table thead{display:none}}.shop-cart-table table tbody tr td{vertical-align:middle}@media only screen and (max-width:767px){.shop-cart-table table tbody tr td{display:block;width:100%}}.shop-cart-table table tbody tr td.product-thumbnail{text-align:center}.shop-cart-table table tbody tr td.product-thumbnail img{max-width:100px}@media only screen and (min-width:768px)and (max-width:991px){.shop-cart-table table tbody tr td.product-thumbnail img{max-width:80px}.shop-cart-table table tbody tr td.product-name{max-width:170px}}@media only screen and (max-width:767px){.shop-cart-table table tbody tr td.product-name{text-align:right}}.shop-cart-table table tbody tr td.product-name .cart-variation p{font-size:14px;margin-bottom:0}.shop-cart-table table tbody tr td.product-price,.shop-cart-table table tbody tr td.product-subtotal{font-weight:600}@media only screen and (max-width:767px){.shop-cart-table table tbody tr td.product-price,.shop-cart-table table tbody tr td.product-quantity,.shop-cart-table table tbody tr td.product-subtotal{text-align:right}}.shop-cart-table table tbody tr td.product-quantity .cart-plus-minus button{font-size:20px;line-height:36px;display:block;float:left;width:34px;height:34px;margin:4px;padding:0;cursor:pointer;text-align:center;border:0;border-radius:50px;background-color:#eee}@media only screen and (max-width:767px){.shop-cart-table table tbody tr td.product-quantity .cart-plus-minus button{display:inline-block;float:none}}.shop-cart-table table tbody tr td.product-quantity .cart-plus-minus input{float:left;width:55px;height:36px;margin:3px;padding:0;text-align:center;border:1px solid #ddd;background-color:transparent}@media only screen and (max-width:767px){.shop-cart-table table tbody tr td.product-quantity .cart-plus-minus input{float:none}}.shop-cart-table table tbody tr td.product-quantity:before{margin-top:10px}.shop-cart-table table tbody tr td.product-remove{text-align:center}.shop-cart-table table tbody tr td.product-remove button{font-size:25px;line-height:30px;display:inline-block;width:30px;height:30px;padding:0;text-align:center;color:#292b2c;border:none;border-radius:100%;background:none}.shop-cart-table table tbody tr td.product-remove button:hover{color:#fff;background-color:#ff7e21}.shop-cart-table table tbody tr td:before{font-weight:700;display:none;float:left;margin-right:15px;content:attr(data-title) " ";text-transform:capitalize}@media only screen and (max-width:767px){.shop-cart-table table tbody tr td:before{display:block}}.divider{position:relative;overflow:hidden}.divider.center-icon{text-align:center}.divider:before{margin-top:-1px}.divider:after{margin-top:1px}.divider:after,.divider:before{position:absolute;top:50%;left:0;width:100%;height:0;content:"";transform:translateY(-50%);border-top:1px solid #ddd}.divider i{font-size:30px;position:relative;z-index:1;padding:0 40px;color:#d9d9d9;background-color:#fff}.field-form .form-control{height:45px}.field-form textarea.form-control{height:auto}.compare-box .table{display:block;margin:0}@media only screen and (min-width:992px)and (max-width:1199px){.compare-box table{width:1050px}}@media only screen and (min-width:768px)and (max-width:991px){.compare-box table{width:1050px}}@media only screen and (max-width:767px){.compare-box table{width:900px}}.compare-box table tr td{width:27%;vertical-align:middle}.compare-box table tr td .rating-wrap svg{color:#f6bc3e}.compare-box table tr td .rating-wrap .rating-num{font-size:14px;margin-left:10px}.compare-box table tr td.product-name{text-transform:capitalize}.compare-box table tr td.row-title{font-weight:600;width:270px;text-transform:uppercase}.compare-box table tr td.row-remove button{font-size:30px;padding:0;color:#ff7e21;border:none;background:none}.checkout-content input.form-control{height:50px}.checkout-content .product-qty{font-weight:600}.checkout-content .order-review{padding:30px;background-color:#f4f4f4}.checkout-content .custom-radio input[type=radio]{display:none}.checkout-content .custom-radio input[type=radio]:checked+.form-check-label:after{opacity:1}.checkout-content .custom-radio input[type=radio]:checked+.form-check-label:before{border-color:#ff7e21}.checkout-content .form-check-label{font-weight:600;position:relative}.checkout-content .form-check-label:before{display:inline-block;width:16px;height:16px;margin-right:8px;content:"";vertical-align:middle;border:1px solid #908f8f;border-radius:100%}.checkout-content .form-check-label:after{position:absolute;top:8px;left:3px;width:10px;height:10px;content:"";opacity:0;border-radius:100%;background-color:#ff7e21}.order-complete svg{font-size:80px;margin-bottom:20px;color:#ff7e21}.my-account-content__navigation{box-shadow:unset}@media only screen and (max-width:767px){.my-account-content__navigation{margin-bottom:30px}}.my-account-content__navigation .nav-link{font-weight:400;color:#1a1a1a;border-radius:0;padding:2px 0;font-size:14px;line-height:18.94px}.my-account-content__navigation .nav-link.active{background:unset;color:#ff7e21}.my-account-content__navigation .nav-link svg{font-size:25px;margin-right:5px}.my-account-content__navigation .nav-link:hover{color:#ff7e21;background:unset}.my-account-content__content{border:0;border-radius:0}.my-account-content__content .card-header{background-color:transparent}.my-account-content__content .card-header h3{margin-bottom:0}.my-account-content__content .table th{padding-top:0;border-top:0;border-bottom:1px}.my-account-content__content form .form-control{height:50px}.my-account-content__navigation .nav-link{padding-left:0}@media screen and (max-width:1023px)and (min-width:768px){.my-account-content__navigation{display:block}.my-account-content .row .col-lg-3{flex:0 0 25%;max-width:25%}.my-account-content .row .col-lg-9{flex:0 0 75%;max-width:75%}.customer_account_inner .row .col-lg-9,.edit_address .row .col-lg-9{flex:0 0 100%;max-width:100%}}.login-wrap{padding:40px;background-color:#f3f3f0}@media only screen and (max-width:479px){.login-wrap{padding:20px}}.login-wrap form .form-control{height:54px}.login-wrap .form-note{color:#687188}.login-register-wrap{position:relative;display:flex;align-items:center;flex-wrap:wrap}.login-footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:5px;margin-bottom:20px}.login-footer .check-form input[type=checkbox]:checked+.form-check-label:after{opacity:1}.login-footer .check-form input[type=checkbox]:checked+.form-check-label:before{border-color:#ff7e21;background-color:#ff7e21}.login-footer .check-form .form-check-label{position:relative;cursor:pointer;color:#687188}@media only screen and (max-width:479px){.login-footer .check-form .form-check-label{font-size:14px}}.login-footer .check-form .form-check-label:before{display:inline-block;width:17px;height:17px;margin:0 8px 0 0;content:"";vertical-align:middle;border:2px solid #ced4da}.login-footer .check-form .form-check-label:after{position:absolute;top:50%;left:3px;width:11px;height:6px;content:"";transform:translateY(-65%) rotate(-45deg);opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff}.login-footer a{color:#687188}@media only screen and (max-width:479px){.login-footer a{font-size:14px}}.different-login{position:relative;margin:20px 0;text-align:center}.different-login span{position:relative;padding:0 15px;text-transform:uppercase;background-color:#fff}.different-login:before{position:absolute;top:50%;right:0;left:0;content:"";transform:translateY(-50%);border-top:1px solid #ddd}.btn-login li{display:inline-block;margin:0 5px}.btn-login a{display:block;padding:10px 20px;color:#fff;border-radius:5px}@media only screen and (max-width:479px){.btn-login a{padding:5px 10px}}.btn-login a svg{font-size:18px;margin-right:10px;margin-left:0}.btn-facebook{border-color:#3b5998;background:#3b5998}.btn-facebook:hover{color:#fff;border-color:#344e86;background:#344e86}.btn-google{border-color:#d85040;background:#d85040}.btn-google:hover{color:#fff;border-color:#d33d2b;background:#d33d2b}.main_heading{text-align:center}body .heading-s1 h4{border-bottom:1px solid #e0e0e0;padding-bottom:20px;font-weight:800!important;margin-bottom:30px!important}body .heading-s1 p{letter-spacing:.51px;line-height:25px;color:#1a1a1a}body .heading-s1 p span{font-weight:700}.login-wrap lable{letter-spacing:.51px;padding-bottom:5px!important;display:block}.form-control{background:#fff;border:1px solid #1a1a1a;border-radius:5px!important;font-size:14px!important;height:calc(1.5em + 1.75rem + 2px)}.register_text ul li{font-size:15px;line-height:19px;padding-bottom:20px}.register_text span{margin-bottom:20px;display:block}.register_text ul li svg{color:#ef8a00;margin-right:8px;font-weight:400!important}.recaptcha_div a{text-decoration:underline}.check-form{margin:10px 0 35px}.check-form a{font-size:15px;letter-spacing:.51px;color:#1a1a1a;line-height:19px;font-weight:500}.check-form a:hover{color:#ef7c2c;text-decoration:underline}.recaptcha_div{font-size:12px;letter-spacing:.34px;line-height:20px;margin-top:30px;display:block}.form-check-input{position:unset;margin-top:unset;margin-left:unset}.custom-checkbox{display:flex;align-items:baseline;grid-gap:35px;gap:35px}.checkbox-form{margin-bottom:20px}.login-wrap.register_wrap lable{font-weight:800}.form-group.register_btn{text-align:right;margin-bottom:0}.custom-checkbox labe a:hover{color:#ef7c2c}.custom-checkbox labe a{text-decoration:underline;color:#1a1a1a}.login-wrap button.btn.btn-fill-out.rounded-0{width:145.82px!important}.small-loader{width:1rem!important;height:1rem!important}.large-loader,.small-loader{text-align:center;margin:0 auto}.large-loader{width:3rem!important;height:3rem!important}.form-group.register_btn button{width:160.62px}@media screen and (max-width:1024px)and (min-width:991px){.custom-checkbox{align-items:center}}@media screen and (max-width:1023px)and (min-width:768px){.register_text{min-height:unset}.main_heading{text-align:left;margin-bottom:20px}.login-wrap.registration{margin-top:40px}}@media screen and (max-width:768px)and (min-width:300px){.register_wrap{padding:40px 20px}.main_heading.space-mb--70{margin-bottom:22px}.login-wrap.registration{margin-top:20px}.register_text{min-height:auto}.register_text ul li{text-indent:-25px;padding-left:25px}.main_heading{text-align:start;margin-bottom:30px}.login-wrap{padding:45px 25px}.login-wrap h4{font-size:22px!important;padding-bottom:13px!important}.registration a{padding:12px 15px;font-size:13px}.register_text ul{margin-bottom:22px}.register_text ul li{font-size:12px;padding-bottom:10px}.login-footer{margin-bottom:0}.login-wrap button.btn.btn-fill-out.rounded-0{width:92.82px!important;padding:11px 0;font-size:13px}.form-group.register_btn button{width:110.62px;font-size:13px;padding:12px 0;border-radius:0}}.term-conditions h6{margin-bottom:15px}.term-conditions ol,.term-conditions ul{padding-left:15px}.term-conditions ul{list-style-type:circle}.term-conditions li,.term-conditions p{font-size:14px;line-height:28px;margin-bottom:15px;color:#687188}.error-wrap{width:100%}.error-txt{font-size:150px;font-weight:600;line-height:1;margin-bottom:20px;color:#333}@media only screen and (max-width:479px){.error-txt{font-size:100px}}.search-form form{position:relative}.search-form form input{height:50px;padding:5px 60px 5px 20px}.search-form form input:focus{height:50px}.search-form form .icon-search{position:absolute;top:50%;right:18px;padding:0 0 0 15px;transform:translateY(-50%);border-left:1px solid #ddd;border-radius:0}.search-form form .icon-search svg{font-size:24px;margin-right:0}.form-note{margin-top:20px}.single-faq{margin-bottom:20px;border:0;border-radius:0}.single-faq:last-child{margin-bottom:0}.single-faq .card-header{margin-bottom:0!important;padding:0;background-color:transparent}.single-faq .card-header button{width:100%;padding:0 40px 15px 0;text-align:left;border:none;background:none}.single-faq .card-header button h3{font-size:16px;font-weight:600;position:relative;margin-bottom:0;transition:all .3s ease-in-out}.single-faq .card-header button h3 svg{position:absolute;top:50%;right:-30px;transform:translateY(-50%)}.single-faq .card-header button:hover h3{color:#ff7e21}.single-faq .card-body{padding-left:0}.contact-wrap{margin-bottom:30px;padding:40px 20px;text-align:center;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1)}.contact-wrap__icon{line-height:78px;position:relative;z-index:1;display:inline-block;overflow:hidden;width:80px;height:80px;margin:0 0 5px;text-align:center;border:1px solid #ff7e21;border-radius:100%}.contact-wrap__icon:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";transition:all .5s ease-in-out;transform:scale(0);border-radius:100%;background-color:#ff7e21}.contact-wrap__icon svg{font-size:34px;transition:all .5s ease-in-out;color:#ff7e21}.contact-wrap__text span{font-weight:600;display:block;margin-bottom:3px;color:#333}.contact-wrap__text a{color:#687188}.contact-wrap__text a:hover{color:#ff7e21}.contact-wrap:hover .contact-wrap__icon svg{color:#fff}.contact-wrap:hover .contact-wrap__icon:before{transform:scale(1)}.google-map iframe{width:100%;height:500px;border:0}@media only screen and (max-width:767px){.google-map iframe{height:300px}}.widget-recent-post li{margin-bottom:15px}.widget-recent-post li:last-child{margin-bottom:0}.post-footer{display:flex}.post-footer__image{flex-basis:80px;margin-right:10px}.post-footer__content{flex-basis:calc(100% - 90px)}.post-footer__content h6 a{font-size:14px}.widget-archive li{margin-bottom:10px}.widget-archive li:last-child{margin-bottom:0}.widget-archive li a{display:block}.widget-archive li a svg{margin-right:5px}.widget-archive li a .archive-num{float:right}.blog-post{margin-bottom:30px;transition:all .5s ease-in-out;border:1px solid rgba(26,26,26,.2)}.blog-post__image{position:relative;overflow:hidden}.blog-post__image a{display:block;overflow:hidden}.blog-post__image a img{width:100%;transition:all .5s ease-in-out}.blog-post__content{padding:10px 20px 30px 30px;background-color:#fff}.blog-post__content .blog-title{line-height:23px;margin-bottom:5px}.blog-post__content .blog-title--style2{font-size:24px}.blog-post__content .blog-meta{margin-bottom:5px}.blog-post__content .blog-meta li{display:inline-block;margin-right:15px}.blog-post__content .blog-meta li svg{color:#ff7e21}.blog-post--list-view{display:flex;padding-bottom:30px;border-bottom:1px solid #ddd;box-shadow:none}@media only screen and (max-width:767px){.blog-post--list-view{flex-direction:column}}.blog-post--list-view .blog-post__image{flex-basis:330px}@media only screen and (max-width:767px){.blog-post--list-view .blog-post__image{flex-basis:100%;margin-bottom:20px}}.blog-post--list-view .blog-post__content{flex-basis:calc(100% - 330px);padding:0 0 0 20px}@media only screen and (max-width:767px){.blog-post--list-view .blog-post__content{flex-basis:100%;padding:0}}.blog-post--list-view .fluid-width-video-wrapper{height:220px}@media only screen and (max-width:767px){.blog-post--list-view .fluid-width-video-wrapper{height:330px}}@media only screen and (max-width:575px){.blog-post--list-view .fluid-width-video-wrapper{height:290px}}@media only screen and (max-width:479px){.blog-post--list-view .fluid-width-video-wrapper{height:210px}}.blog-post:hover .blog-post__image a img{transform:scale(1.2)}.blog-post--style-two .blog-post__image{border-radius:10px 10px 0 0}.blog-post--style-two .blog-post__content .blog-title{font-size:20px}.blog-post--style-two--no-radius .blog-post__image{border-radius:0}.blog-post__content p{line-height:25px;font-size:12px;font-weight:500;letter-spacing:.41px;color:#1a1a1a;margin-bottom:7px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical}.fit-videos{background-color:#000}.fluid-width-video-wrapper{position:relative;width:100%;height:170px;padding:0}.fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.fluid-width-video-wrapper--style2{height:550px}@media only screen and (max-width:767px){.fluid-width-video-wrapper--style2{height:340px}}@media only screen and (max-width:575px){.fluid-width-video-wrapper--style2{height:290px}}@media only screen and (max-width:479px){.fluid-width-video-wrapper--style2{height:210px}}.single-post .blog-title{font-size:30px;font-weight:600;line-height:normal;margin-bottom:20px}.single-post .blog-meta{display:flex;margin-top:20px}.single-post .blog-meta li{margin-right:15px}.single-post .blog-meta li:last-child{margin-right:0}.single-post .blog-meta li svg{color:#ff7e21}.single-post .blog-img{position:relative;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:50%;height:330px}.single-post .blog-img img{width:100%;transition:all .5s ease-in-out}.single-post .blog-img .fluid-width-video-wrapper{height:500px}@media only screen and (min-width:768px)and (max-width:991px){.single-post .blog-img .fluid-width-video-wrapper{height:400px}}@media only screen and (max-width:767px){.single-post .blog-img .fluid-width-video-wrapper{height:350px}}@media only screen and (max-width:479px){.single-post .blog-img .fluid-width-video-wrapper{height:320px}}.single-post .blog-img .ht-swiper-button-nav{line-height:40px;width:40px;height:40px;opacity:0;color:#000;border:none;border-radius:4px;background:none;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1)}.single-post .blog-img .ht-swiper-button-nav:after{display:none}.single-post .blog-img .ht-swiper-button-nav:hover{color:#fff;background-color:#ff7e21}.single-post .blog-img:hover .ht-swiper-button-nav{opacity:1}.single-post .blog-content{padding-top:70px}.single-post .blog-content .blog-text p{margin-bottom:25px;line-height:25px;color:#1a1a1a;font-size:16px}.single-post .blockquote{font-size:16px;line-height:28px;position:relative;display:inline-block;width:100%;margin-top:5px;margin-bottom:25px;padding:20px;border-left:2px solid #ff7e21;background-color:#fafafa}.single-post .blockquote svg{font-size:70px;font-weight:900;line-height:normal;position:absolute;top:10px;left:20px;pointer-events:none;opacity:.05;color:#000}.single-post .blockquote p{line-height:28px}.single-post .blog-post-footer{padding-top:15px;padding-bottom:30px}.single-post .tags a{font-size:14px;display:inline-block;margin-right:5px;margin-bottom:5px;padding:8px 15px;color:#333;background-color:#f7f7f7}.single-post .tags a:hover{color:#fff;background-color:#ff7e21}.single-post .social-icons li{margin-right:0;padding-right:5px;padding-bottom:5px}.single-post .social-icons li a{font-size:18px;line-height:36px;display:inline-block;overflow:hidden;width:36px;height:36px;text-align:center;vertical-align:middle;color:#fff}.post-nav{display:block;text-transform:capitalize}.post-nav--home{font-size:20px;display:table;margin:0 auto}.post-nav--prev{position:relative;padding-left:30px}.post-nav--next{position:relative;padding-right:30px;text-align:right}.post-nav--next svg{right:0;left:auto!important}.post-nav svg{position:absolute;top:50%;left:0;transform:translateY(-50%)}@media only screen and (max-width:767px){.post-nav .title{display:none}}.post-author__img{float:left;padding-right:15px}.post-author__info{overflow:hidden}.post-author__info .author-name{font-weight:600}.post-author__info p{font-size:14px;line-height:26px}.comment-info{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ddd}.comment-info__image img{max-width:80px;height:auto}.comment-info__content{padding-left:20px}.comment-info__content .meta-data h6{font-size:16px}.comment-info .children{margin-top:20px;margin-left:60px;padding-top:20px;border-top:1px solid #ddd}.comment-info .comment-time{font-size:14px;font-style:italic;line-height:normal;margin-bottom:8px;text-transform:uppercase}.comment-info .comment-reply svg{margin-right:5px}.comment-info:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.blog_link_btn a{font-size:13px;text-decoration:underline;letter-spacing:.44px;font-weight:700}p.orange_box{text-align:center;font-size:13px;font-weight:800;background-color:#ef7c2c;color:#fff;padding:3px 10px;max-width:-moz-fit-content;max-width:fit-content;margin:-17px auto 20px;position:relative}.comment-area{padding-top:60px;border-top:1px solid #bababa;margin-top:60px}.comment-area form.field-form{max-width:560px;margin-top:20px}.single-post .blog-img h1{background-color:#f3f3f0;padding:19px 66px;font-size:28px!important;position:absolute;left:0;right:0;bottom:45px;margin-bottom:0;width:-moz-fit-content;width:fit-content;font-weight:400!important;line-height:33.89px;color:#1a1a1a}.single-post .blog-meta li{font-size:15px;color:#1a1a1a;font-weight:500}.post-author__info .author-name{margin:0;font-size:16px!important;color:#1a1a1a;font-weight:400!important;line-height:19.36px}.blog-text h2,.blog-text h4{margin:40px 0 20px;font-size:22px!important;line-height:42.19px!important}.blog-post:hover h5.blog-title a{text-decoration:underline;color:#ef7c2c}.post__img{height:217px;background-position:50%;transition:all .5s;background-repeat:no-repeat;background-size:cover}.post__img:hover{transform:scale(1.1)}@media screen and (max-width:1024px)and (min-width:991px){.blog-post__content p{font-size:16px}.blog-post__content .blog-title{line-height:30px;font-size:22px!important}}@media screen and (max-width:1023px)and (min-width:768px){.blog-post__content{padding:15px 15px 50px}}@media screen and (max-width:768px)and (min-width:300px){.post-author__info .author-name{font-size:12px!important}.single-post .blog-content{padding-top:30px}.single-post .blog-content .blog-text p{font-size:15px!important;line-height:20px!important}.blog-text h2,.blog-text h4{font-size:20px!important;line-height:23.44px!important}}@media screen and (max-width:428px)and (min-width:376px){.post-author__info .author-name{font-size:12px!important}.single-post .blog-content{padding-top:30px}.single-post .blog-content .blog-text p{font-size:12px;line-height:18px}}.shop-header{display:flex;align-items:center;justify-content:space-between}.shop-header__left select{height:45px}.sorting-icon{font-size:25px;line-height:45px;width:45px;height:45px;margin-right:10px;padding:0;text-align:center;border:1px solid #ced4da;border-radius:4px;background:none}.sorting-icon svg{margin-bottom:5px}.sorting-icon:last-child{margin-right:0}.sorting-icon.active,.sorting-icon:hover{color:#fff;border-color:#ff7e21;background-color:#ff7e21}@import url("https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lightgallery.css");@import url("https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lg-zoom.css");@import url("https://cdn.jsdelivr.net/npm/lightgallery@2.4.0/css/lg-video.css");@import url("https://p.typekit.net/p.css?s=1&k=dvx4zqx&ht=tk&f=139.140.175.176&a=51354682&app=typekit&e=css");@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?fvd=n7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:700;font-stretch:normal}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?fvd=i7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?fvd=i7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?fvd=i7&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:italic;font-weight:700;font-stretch:normal}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:normal;font-weight:400;font-stretch:normal}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:auto;font-style:italic;font-weight:400;font-stretch:normal}.tk-proxima-nova{font-family:proxima-nova,sans-serif}html{-webkit-text-size-adjust:100%}body,html{font-family:Roboto,sans-serif}body h1{color:#000!important}body h1,body h2,body h3{font-size:22px!important;line-height:42.19px!important;font-weight:500!important}body h4{font-size:24px!important}body h4,body h5{font-weight:400!important}body h5{font-size:18px!important}body h6{font-size:16px!important}body,body h6{font-weight:400!important}body{font-size:14px!important;color:#1a1a1a!important}img{transition:.5s}body a:hover{text-decoration:unset!important}.vinylboden_inner_main a:hover{color:#000!important}body p{color:#1a1a1a}.brands_content_body{padding-top:50px!important}.bodenio_theme_btn{margin:auto;display:block;width:-moz-fit-content;width:fit-content;background:#ff7e21;border-radius:5px;color:#fff;padding:15px 20px}.theme_primary_color:hover img{filter:brightness(0)}.bodenio_theme_btn:hover{color:#fff;background:#787878}.different_address_save_btn{border-radius:5px!important}.theme_primary_color{border:1px solid #1a1a1a;background-color:#1a1a1a;color:#fff;font-size:16px;font-weight:400;line-height:19.36px;padding:10px 33px;border-radius:50px;transition:.5s}.theme_primary_color:hover{transition:.5s;background-color:#272727;color:#fff}.Request_offer .btn-fill-out:hover{color:#664933!important;background-color:transparent!important;border:1px solid #664933}.btn-fill-line,.btn-fill-out{border-radius:0!important}body span.required{color:#ef7c2c!important}.sub-menu--mega::-webkit-scrollbar{width:2px}.header_top_two img{height:22px;width:22px}.top-header .header_top_right ul li:before{display:none}.top-header .header_top_right ul{display:flex;align-items:center;justify-content:flex-start;grid-gap:20px;gap:20px}.header_top_contact_phone{display:flex;align-items:center;grid-gap:10px;gap:10px}.top-header .header_top_right ul li{padding-left:0;color:#1a1a1a;font-size:13px!important;font-weight:500!important;line-height:15.23px;margin-bottom:0}.product-search-form form input{background-color:transparent!important}.header-wrap .top-header{background-color:#f3f3f0!important}.header_top_two{display:flex!important;align-items:center!important;grid-gap:3px;gap:3px}.show_all_result{position:sticky;bottom:-1px}.accordion_main .accordion__button{background-color:#f4f4f4;cursor:pointer;padding:15px;height:60px;width:100%;text-align:left;border:none;position:relative;letter-spacing:.68px;color:#1a1a1a;font-size:20px;font-weight:700}.zahlungcontent_main_content .accordion_main .accordion__button .toggle_title{font-size:18px!important;font-weight:500!important;color:#1a1a1a!important}.accordion_main .accordion__button:before{display:inline-block;content:"";height:10px;width:10px;margin-right:12px;border-bottom:1.5px solid;border-right:1.5px solid;transform:rotate(-45deg);position:absolute;right:0;top:26px}.accordion_main .accordion__heading{height:62px;border:1px solid #bababa}.accordion_main .accordion__panel{border:1px solid #bababa;border-top:0}.accordion_main .accordion__panel p{color:#1a1a1a}.product-details{position:relative}.technische_content_main{position:relative;margin-top:0}.rating_content_main{padding-top:90px}.rating_content_main h2 svg{float:right;color:#ffdb24}.rating_content_main a{display:block;text-align:center;padding:20px 10px;margin-top:10px;font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#787878!important;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:50px;max-width:289px}.middle_body{padding:100px 0}.service_center_page{padding-bottom:0!important}.middle-header .middle_header_div{display:flex;align-items:center!important;justify-content:space-between!important}.rating_content_main a:hover{color:#fff!important;background-color:#ff7e21;border:1px solid #ff7e21}.product-grid{cursor:pointer;margin-bottom:20px;height:100%;position:relative}.product-grid .product-grid__image{height:250px;overflow:visible!important}.product-slider-wrap .swiper-slide .product-grid .product-grid__image{overflow:hidden!important}.product-grid .product-grid__image img{-o-object-fit:cover;object-fit:cover;height:100%;transition:all .5s}.product-grid:hover .product-grid__image img{transform:scale(1.1)}.product-grid span.on-sale{letter-spacing:.54px;color:#fff;font-weight:700!important;font-size:12px;line-height:10.8px;background-color:red;z-index:4;padding:0 8px;min-width:41.48px;max-width:-moz-fit-content;max-width:fit-content;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center}.product-grid .product_wish{position:absolute;top:17px;right:5px}.not_found_search_product{display:flex;justify-content:center;align-items:center}.product-grid .product_wish button{border:none!important;padding-top:5px;border-radius:50%!important}.product-grid .product_wish .active,.product-grid .product_wish button:hover{background-color:#ef7c2c;color:#fff!important}.active_like_color{background-color:#ef7c2c;color:#fff}.buttons_banner_gp a{padding:15px 10px;background-color:#ef7c2c}.buttons_banner_gp a:hover{background-color:#333!important}.buttons_banner_gp a:last-child{background-color:#333}.buttons_banner_gp a:last-child:hover{background-color:#ef7c2c!important}.product-grid .product-title a .product-cat{display:block;letter-spacing:.44px;color:#1a1a1a;font-size:13px;font-weight:500!important;padding-bottom:5px;margin-bottom:10px}.product-grid .product-title{margin-bottom:8px!important;word-break:break-word}.product-grid .product-title,.product-grid .product-title a{letter-spacing:.54px;color:#1a1a1a}.product-grid .product-detail p{letter-spacing:.44px;color:#1a1a1a;font-size:12px;font-weight:400}.product-grid .product-price{position:absolute;bottom:25px;left:0}.product-grid .product-price del{margin:0;display:block;letter-spacing:.51px;padding-left:2px}p.del_p{margin:0;display:flex;align-items:center;font-size:12px}.product-grid .product-price .price{letter-spacing:.81px;color:#1a1a1a!important;font-size:24px}.product-grid .product-price .price b{font-size:20px;font-weight:500}.category_dropdown button{background-color:transparent!important;border:none!important;box-shadow:none!important;padding:0;font-style:normal;display:flex;align-items:center;grid-gap:9px;gap:9px}.category_dropdown .dropdown_title p,.category_dropdown button{font-weight:500;font-size:22px;line-height:25.78px;color:#1a1a1a!important}.category_dropdown .dropdown_title{max-width:200px;min-width:200px}.category_dropdown .category_dropdown_content{display:flex;align-items:center;justify-content:space-evenly;width:100%}.category_dropdown .dropdown{text-align:center}.category_dropdown .dropdown-menu.show{display:block;border-radius:0;width:85%;margin:0 auto!important;left:0!important;right:0!important;top:5px!important;background-color:#f4f4f4}.category_dropdown_main{background-color:#f3f3f0;padding:41px 0;margin:70px 0 60px}.product-tab-area .category_dropdown{display:flex;align-items:center;justify-content:center}.category_dropdown button:active,.category_dropdown button:focus{background-color:transparent!important;border:none!important;color:#1a1a1a!important}.product_options p{margin-bottom:0}.product_options select{width:100%;height:50px;border:1px solid #33333333;padding:0 10px;cursor:pointer}.product-details .about-img{margin-top:65px}.product-details .product-slider-wrap .swiper-container{padding:10px 0}.product-tab-area h2{margin-bottom:30px;font-style:normal;font-weight:500!important;font-size:24px!important;line-height:28.13px;color:#1a1a1a}.tab-content .product-tab-area .product-tab-navigation .nav-item{padding:0 30px}.tab-content .product-tab-area .tab-title-sec{margin-bottom:20px;padding-bottom:0;border-bottom:3px solid #f4f4f4}.tab-content .product-tab-area .product-tab-navigation .nav-item a{letter-spacing:.68px;color:#1a1a1a!important;font-size:20px;font-weight:700!important;padding-left:1rem!important;margin-bottom:-3px;text-decoration:none!important;position:relative;transition:.4s}.tab-content .product-tab-area .product-tab-navigation .nav-item a.active:after,.tab-content .product-tab-area .product-tab-navigation .nav-item a:hover:after{content:"";width:85%;display:block;background-color:#1a1a1a;height:3px;position:absolute;margin:0 auto;left:0;right:0;bottom:0}.category_dropdown .dropdown-toggle:after{display:none}.category_tabs{padding:0;position:relative;border-top:1px solid #bababa;margin-top:19px}.category_tabs button.sort{padding:13px 0;max-width:156px;min-width:156px;background:none no-repeat #fff;filter:none;display:flex;justify-content:center;align-items:center;grid-gap:6px;gap:6px;border:1px solid #1a1a1a;border-radius:50px;color:#787878;font-size:16px;transition:.3s}.category_tabs button.enabled{background-color:#e0e0e0;border-color:#e0e0e0;color:#787878}.tab_menu{flex:1 1;display:flex;justify-content:flex-end}.category_tabs .nav-item a.nav-link{letter-spacing:.51px;color:#1a1a1a9b!important;font-size:15px;font-weight:700}.category_tabs .nav-item a.nav-link.active{color:#1a1a1a!important;position:relative}.category_tabs .nav-item a.nav-link.active:after{background-color:#e08241;content:"";display:block;position:absolute;height:1px;width:70%;margin:0 auto;left:0;right:0}.category_tabs .tab-content .tab-pane.active .inner_prod a{margin-bottom:0;color:#1a1a1a!important;z-index:9;position:relative}.inner_prod .product-grid:hover h6.product-title a{text-decoration:underline}.product-details h3{margin-bottom:5px;font-size:18px;line-height:21px}.product-details h3,.technische_content_main h3{margin-top:20px;font-style:normal;font-weight:400!important;color:#664933}.technische_content_main h3{margin-bottom:15px;font-size:22px;line-height:26px}.technische_content_main .download_section p{margin-bottom:0}.technische_content_main .download_section p a{font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#664933}.technische_content_main .download_section p a:hover{color:#ef7c2c}.technische_content_main .download_section p a svg{font-size:24px;padding-right:5px;margin-top:-3px;color:#664933}.download_section_inner h3.download_inner_head{margin:20px 0 12px}.single-product-page .product_main_details .product-content__title{letter-spacing:.84px;color:#1a1a1a;font-size:25px;font-weight:700}.single-product-page .product_main_details .product-content__sort-info ul{padding-top:10px}.single-product-page .product_main_details .product-content__sort-info ul li svg{color:#ef7c2c}.single-product-page .product_main_details .product-content__sort-info ul li span{font-weight:800;padding-left:2px}.single-product-page .product_main_details .product-content__sort-info .btn{border:1px solid #e08241;border-radius:0;padding:8px 15px;color:#e08241!important;letter-spacing:.44px;font-size:13px;font-weight:500;margin-top:20px}.single-product-page .product_main_details .product-content__sort-info .btn:hover{color:#fff!important;background-color:#e08241}.single-product-page .product_main_details .free_semple_btn button{border-color:#513a29;border-radius:0;margin-bottom:20px}.single-product-page .product_main_details .free_semple_btn button:after,.single-product-page .product_main_details .free_semple_btn button:before{background-color:#513a29}.single-product-page .product_main_details .free_semple_btn button:hover{color:#fff!important;background-color:#e08241}.single-product-page .product_main_details .information p{letter-spacing:.41px;color:#1a1a1a;font-size:12px;font-weight:400}.single-product-page .product_main_details .information p a{display:block;color:#ef7c2c;text-decoration:underline;transition:.4s}.single-product-page .product_main_details .information p a:hover{color:#1a1a1a}.single-product-page .product_main_details .technical_specifications{margin-top:20px}.single-product-page .product_main_details .technical_specifications p{letter-spacing:.41px;color:#1a1a1a;font-size:12px;font-weight:400}.single-product-page .product_main_details .technical_specifications a{letter-spacing:.41px;color:#1a1a1a;font-size:12px;font-weight:700;transition:.4s;text-decoration:underline}.single-product-page .product_main_details .technical_specifications a:hover{color:#ef7c2c}.single-product-page .product_main_details .technical_specifications p span{font-weight:700}.single-product-page .product-content .package_price{margin-bottom:20px}.single-product-page .product-content .package_price .price{width:100%;display:block;letter-spacing:.94px;color:#1a1a1a;font-size:28px;font-weight:700}.single-product-page .product-content .package_price .price b{letter-spacing:.47px;color:#1a1a1a99;font-size:14px;font-weight:400}.single-product-page .product-content .package_price .price .on-sale{letter-spacing:.54px;color:#fff;font-size:16px;font-weight:700;background-color:red;padding:0 8px;float:right;margin-top:10px}.single-product-page .product-content .package_price del{display:block;letter-spacing:.51px;color:red;font-size:15px;font-weight:400}.single-product-page .product-content .package_price p{letter-spacing:.41px;color:#1a1a1a;font-size:12px;font-weight:400}.single-product-page .product-content .shipping p{letter-spacing:.37px;color:#ef7c2c;font-size:11px;font-weight:500}.single-product-page .product-content .shipping p span{font-weight:700}.single-product-page .product-content .product_options{padding-bottom:25px;border-bottom:2px solid #fff}.single-product-page .product-content .product_options p{letter-spacing:.47px;color:#33333399;font-size:14px;font-weight:500}.single-product-page .product-content .product-content__quantity{padding-top:25px}.single-product-page .product-content .product-content__quantity p{letter-spacing:.44px;color:#33333399;font-size:13px;font-weight:500;margin-bottom:15px}.single-product-page .product-content .cart_btn button{letter-spacing:.61px;color:#fff;border-radius:0;font-size:18px;font-weight:500;padding:15px 10px;margin-bottom:15px}.single-product-page .product-content .cart_btn button:after,.single-product-page .product-content .cart_btn button:before{background-color:#ef7c2c}.single-product-page .product-content .cart_btn button:hover{color:#fff!important}.single-product-page .product-content .cart_btn button i{font-size:25px}.single-product-page .product-content .delivery_approx p{text-align:center;letter-spacing:.47px;color:#1a1a1a;font-size:14px;font-weight:700}.single-product-page .product-content .delivery_approx p span{display:block;color:#00a200}.product-basic-page .product_main_details .product-content__title{color:#1a1a1a;font-size:22px!important;margin-bottom:0;font-weight:500!important}.product-details .img_pro{padding:10px 0}.product-details .product-content__sort-info ul{padding-top:0;padding-bottom:0}.product-details .product-content__sort-info{margin-top:25px;margin-bottom:50px}.product-basic-page .product_main_details .product-content__sort-info ul li svg{color:#ef7c2c}.product-basic-page .product_main_details .product-content__sort-info ul li span{font-weight:800;padding-left:5px}.product-basic-page .product_main_details .product-content__sort-info .btn{border:1px solid #e08241;border-radius:0;padding:8px 15px;color:#e08241!important;letter-spacing:.44px;font-size:13px;font-weight:500;margin-top:20px}.product-basic-page .product_main_details .product-content__sort-info .btn:hover{color:#fff!important;background-color:#e08241}.product-details .free_semple_btn button{margin-bottom:20px;font-size:12px;border-radius:4.24px!important;min-width:232px;height:50px;max-width:none;background-color:#ff7e21;border:1px solid #ff7e21;display:flex;align-items:center;justify-content:center}.product-details .free_semple_btn button:hover{background-color:#ef761f}.product-basic-page .product_main_details .free_semple_btn button:after,.product-basic-page .product_main_details .free_semple_btn button:before{background-color:#513a29}.product-basic-page .product_main_details .information p{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#787878}.product-basic-page .product_main_details .information p a{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#ff7e21;padding-top:5px}.product-basic-page .product_main_details .information p a:hover{color:#1a1a1a}.product-basic-page .product_main_details .technical_specifications{margin-top:30px;display:flex;align-items:flex-start;flex-direction:column;grid-gap:8px;gap:8px}.product-basic-page .product_main_details .technical_specifications p{font-style:normal;font-weight:600;font-size:13px;line-height:15.23px;color:#1a1a1a;margin-top:0}.product-basic-page .product_main_details .technical_specifications svg{margin-left:5px;font-size:13px;color:#787878;transition:.5s}.product-basic-page .product_main_details .technical_specifications a{text-decoration:underline!important;font-style:normal;font-weight:600;font-size:13px;line-height:15.23px;color:#1a1a1a!important}.product-basic-page .product_main_details .technical_specifications a:hover{color:#ff7e21!important}.product-basic-page .product_main_details .technical_specifications p span{font-weight:400}.product-basic-page .product-content .package_price .price,.product-basic-page .product-content .price_1 .price{color:#1a1a1a;font-weight:500;min-width:115px;max-width:-moz-fit-content;max-width:fit-content;text-align:end}.product-basic-page .product-content .package_price .price b,.product-basic-page .product-content .price_1 .price b{color:#664933;font-style:normal;font-weight:400;font-size:13px;line-height:38px}.product-basic-page .product-content .package_price .price .on-sale,.product-basic-page .product-content .price_1 .price .on-sale{color:#fff;padding:2px 8px;margin-top:0!important;font-style:normal;font-weight:500;font-size:13px;line-height:16px;background:red;border-radius:5px;margin-left:10px}.product-basic-page .product-content .product-content__price p{letter-spacing:.41px;color:#1a1a1a;font-size:13px;font-weight:400}.product-basic-page .product-content .product-content__price del{display:block;letter-spacing:.51px;color:red;font-size:13px;font-weight:700;margin:0}.product-basic-page .product-content .package_price p,.product-basic-page .product-content .price_1 p{margin-bottom:5px;font-style:normal;font-weight:400;font-size:15px;line-height:15.23px;color:#787878}.product_cart_detail .package_price:first-child{margin-bottom:35px}.product-basic-page .product-content .package_price del{font-style:normal;font-weight:400!important;font-size:14px;line-height:16px;color:red!important;display:block;margin-bottom:20px}.product-basic-page .product-content .shipping{margin-top:30px}.product-basic-page .product-content .shipping p{letter-spacing:.37px;color:#ef7c2c;font-size:11px;font-weight:500}.product-basic-page .product-content .shipping p span{font-weight:700}.product-basic-page .product-content .product-content__quantity{padding:0}.before_package_price{font-size:13px;color:#1a1a1a;padding-right:3px}.steper_image_main_area .steper_img_name{background-color:#f3f3f0;text-align:center;padding:0;font-size:16px!important;line-height:19.36px;font-weight:500;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-family:Inter;display:flex;align-items:center;justify-content:center;height:43px}.steper_image_main_area{box-shadow:0 1px 8px 0 rgba(51,51,51,.2);position:relative;border-radius:10px;transition:.5s;max-width:190px;min-width:178px;overflow:hidden}.steper_image_main_area:hover{box-shadow:0 0 3px 0 rgba(51,51,51,.2);transition:.5s}.steper_info_icon{position:absolute;right:9px;top:9px;height:20px!important;width:20px!important}.steper_image_main_area img{border-top-left-radius:10px;border-top-right-radius:10px}.no_item_found_image{width:150px}.no_item_found_area .item-empty-area__text p{font-size:30px!important;font-weight:600}.no_item_found_area{display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:0;gap:0}.sort_options_comp ul{text-align:left;padding:10px}.sort_options_comp ul li{font-size:13px;font-weight:400;line-height:25px;color:#1a1a1a;cursor:pointer;transition:.3s}.sort_options_comp ul li:hover{color:#ff7e21;transition:.3s}.sort_options_comp{position:absolute;z-index:999;box-shadow:0 2px 8px 0 rgb(99 99 99/20%);background-color:#fff;border:1px solid #ccc;border-top:0;width:100%}.category_tabs button.sort span{font-size:14px;line-height:unset;font-weight:700;color:#1a1a1a}.sort_arrow_area{position:relative}.product-basic-page .product-content .product-content__quantity p{font-style:normal;font-weight:400;font-size:13px;line-height:15px;color:#787878}.product-basic-page .product-content .product-content__quantity .form-check label{letter-spacing:.34px;color:#1a1a1a;font-size:10px;font-weight:500;margin-top:2px}.product-basic-page .product-content .product-content__quantity .crt-det ul{padding-top:20px}.product-content__quantity .crt-det{display:flex;justify-content:flex-end}.product-content__quantity .crt-det ul li{text-align:right;padding-bottom:5px!important}.product-basic-page .product-content .product-content__quantity .crt-det ul li{padding-bottom:8px;font-style:normal;font-weight:600;font-size:13px;line-height:15px;color:#1a1a1a;word-break:break-word}.product-basic-page .product-content .product-content__quantity .crt-det ul li:last-child{padding:0!important}.product-basic-page .product-content .product-content__quantity .crt-det ul li span{font-weight:700;word-break:break-word}.product-basic-page .product-content .cart_btn button{padding:18px 10px;margin:20px 0 0;font-style:normal;font-weight:700;font-size:20px;line-height:23.44px;text-transform:uppercase;border-radius:5px!important;display:flex;align-items:center;justify-content:center;grid-gap:12px;gap:12px;transition:.5s;background-color:#f9ca4f;border:1px solid #f9ca4f;width:100%;color:#1a1a1a!important}.product-basic-page .product-content .cart_btn button:hover svg path{fill:#ff7e21}.product-basic-page .product-content .cart_btn button svg{transition:.3s}.product-basic-page .product-content .cart_btn button:after,.product-basic-page .product-content .cart_btn button:before{background-color:#ef7c2c}.product-basic-page .product-content .cart_btn button i{font-size:25px}.product-basic-page .product-content .delivery_approx p{text-align:center;font-style:normal;font-weight:500;font-size:15px;line-height:18.15px;color:#00a200;width:-moz-fit-content;width:fit-content;position:relative;padding:0 12px;margin:auto}.product-basic-page .product-content .delivery_approx p:before{content:"";background-color:#00a200;position:absolute;width:6px;height:6px;left:0;top:50%;transform:translateY(-50%);border-radius:50px}.product-basic-page .product-content .delivery_approx p span{display:block;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#00a200!important;margin-top:4px}.tab-content .swiper-container .swiper-wrapper{padding:0 0 40px;justify-content:center;align-items:center}.tab-content .swiper-pagination{bottom:10px}.tab-content .swiper-pagination-bullet{transition:.4s;width:20px;height:4px;border:none!important;border-radius:0;background-color:#ddd!important;opacity:1;cursor:pointer}.tab-content .swiper-pagination-bullet-active{background-color:#ef7c2c!important;width:35px!important}.stepform-main{padding-top:20px}.stepform-main button{font-size:13px;line-height:15.73px;font-weight:400;padding:10px 30px!important}.stepform-main h5{color:#1a1a1a99;font-weight:500!important}.stepform-main h1{letter-spacing:0;color:#664933;font-size:28px!important;line-height:33.89px}.stepform-main h3{font-size:22px;color:#664933;line-height:26.63px;font-weight:400!important}body .stepform-main .custom_checkbox_container{color:#664933!important;font-weight:400!important;font-size:16px!important;line-height:19.36px}.stepform-main h2{letter-spacing:.94px;color:#1a1a1a;font-size:28px;font-weight:700}.stepform-main p{letter-spacing:.51px;color:#1a1a1a;font-size:12px}.stepform-main .adresse_content_fields{padding-right:0;max-width:470px}.stepform-main label.form-label{letter-spacing:.47px;color:#1a1a1a;font-size:14px;font-weight:700}.edit_address_info.address_detail{margin-top:0}.edit_address_info.address_detail input{padding:25px 20px!important}.stepform-main input{border-radius:0;border:1px solid #e0e0e0!important;padding:25px 20px;color:#787878}.private_business_customer_select{display:flex;align-items:center;grid-gap:20px;gap:20px;margin-bottom:20px}body .private_business_customer_select .custom_checkbox_container{font-size:16px!important;color:#664933!important;font-weight:400!important;line-height:19.36px}.stepform-main .form-check-label{letter-spacing:.47px;color:#1a1a1a;font-size:14px;font-weight:400}.stepform-main .versand_content .form-check-label{font-size:15px;font-weight:700}.stepform-main .versand_content ul{padding-left:20px}.stepform-main .versand_content ul li{letter-spacing:.51px;color:#1a1a1a;font-size:15px;font-weight:400}.versand_address{max-width:250px;padding-left:30px}.versand_content_inner .versand_address{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:15px;margin-bottom:30px;grid-gap:7px;gap:7px}.versand_last_section p{color:#664933;font-size:14px;font-weight:400}.versand_content_inner .versand_address span{color:#664933;font-size:14px;font-weight:400;line-height:16.94px}.stepform-main textarea.form-control{border:1px solid #e0e0e0;border-radius:20px!important;height:165px!important;padding:10px 15px}.stepform-main svg{display:none}.stepform-main .check{background-color:#f9f9f9}.stepform-main .check svg{position:absolute;display:block;right:16px;top:20px;background-color:#00a200;color:#fff;width:22px;height:22px;padding:3px;border-radius:50%}.stepform-main .form-check-inline{align-items:baseline!important;grid-gap:12px;gap:12px}.stepform-main .form-check-inline .form-check-input{position:relative;padding:0!important}.stepform-main input.form-check-input:checked:after{content:"";position:absolute;left:4px;margin:0 auto;width:10px;height:10px;background:url(/assets/images/radio_check.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;line-height:10px;align-items:center;top:3px;padding:5px}.stepform-main input.form-check-input:before{position:absolute;top:-3px;left:-2px;content:"";right:0;margin:0 auto;height:22px;width:22px;background-color:#fff;border:1px solid #33333399;border-radius:50px}.brand-logo-area .container{max-width:100%}.brand-logo-area .header-slider-nav .ht-swiper-button-nav{top:100px;background-color:#fff;width:45px;height:45px;line-height:45px;border-radius:50%!important;opacity:1}.brand-logo-area .header-slider-nav .swiper-button-prev{left:30px}.brand-logo-area .header-slider-nav .swiper-button-next{right:30px}.brand-logo-area .header-slider-nav .ht-swiper-button-nav:hover{color:#222;background:#fff;opacity:1}.brand-logo-area .swiper-container .swiper-wrapper{padding:0 0 40px}.brand-logo-area .swiper-pagination{bottom:5px;display:none}.brand-logo-area span.swiper-pagination-bullet{transition:.4s;width:30px;height:3px;border:0;border-radius:0;background-color:#e0e0e0;opacity:1;cursor:pointer}.brand-logo-area .swiper-pagination-bullet-active{background-color:#ef7c2c!important;width:30px!important}.single-banner-main .sortiment{min-height:371px}.single_product_gallery .header-slider-nav .ht-swiper-button-nav{top:220px;background:#fff;border-radius:50%;height:35px;width:35px;right:28px;opacity:.5}.space-mb-mobile-only--40.col-lg-4:hover .header-slider-nav .ht-swiper-button-nav{color:#222;opacity:1}.single_product_gallery .ht-swiper-button-nav i{font-size:10px;font-weight:900}.single_product_gallery .header-slider-nav .swiper-button-prev{left:28px!important;right:unset!important}.service_box{border:0;padding:30px 30px 80px;margin-bottom:30px;background-color:#f3f3f0;border-radius:5px}.service_box svg{font-size:30px}.service_box h4{font-size:24px;font-weight:800!important;margin-bottom:10px;margin-top:20px}.service_box ul{padding:20px 0}.service_box ul li{margin-bottom:18px;position:relative;display:flex;align-items:center}.service_box ul li svg{font-size:13px;margin-right:5px;color:#535353;position:absolute}.service_box .accordion_main .accordion__button{background-color:transparent}.service_box .accordion_main .accordion__button:hover{color:#fff;background-color:#ef7c2c}.comment-area form.field-form lable{letter-spacing:.54px;color:#1a1a1a;font-size:16px;font-weight:500;display:flex;justify-content:space-between}.comment-area form.field-form input,.comment-area form.field-form textarea{border:1px solid #1a1a1a;font-size:14px!important;color:#1a1a1a;line-height:16.94px}.comment-area form.field-form input::-moz-placeholder,.comment-area form.field-form textarea::-moz-placeholder{color:#1a1a1a}.comment-area form.field-form input:-ms-input-placeholder,.comment-area form.field-form textarea:-ms-input-placeholder{color:#1a1a1a}.comment-area form.field-form input::placeholder,.comment-area form.field-form textarea::placeholder{color:#1a1a1a}.comment-area .field-form textarea{height:205px!important;border-radius:5px!important;padding:15px}.comment-area .field-form input{height:54px!important;padding:0 15px}.comment-area form.field-form button{letter-spacing:0;color:#fff;font-size:12px;font-weight:600;border-radius:5px!important;padding:11px 23px;line-height:14.52px;margin-top:10px}.parent_img_div{overflow:hidden;position:relative;transition:all .5s}.parent_img_div h5{transition:.4s}.parent_img_div:hover h5{color:#ef7c2c;text-decoration:underline}.buttons_gp a{padding:10px;border-color:#ef7c2c;background-color:#ef7c2c}.buttons_gp a:last-child{border-color:#333}.buttons_gp a:last-child:after,.buttons_gp a:last-child:before{background-color:#333}.buttons_gp a:after,.buttons_gp a:before{background-color:#ef7c2c}.product-slider-wrap:hover .ht-swiper-button-nav{opacity:1}.dropdown .dropdown-menu.show a{margin-bottom:0;color:#1a1a1a!important}.whishlist_icon_heart img{width:25px}.dropdown .dropdown-menu.show a:hover{color:#fff!important;background-color:#ef7c2c!important}input[type=checkbox],input[type=checkbox] :checked{position:relative;width:0}.custom-checkbox label{margin-bottom:0;flex:1 1}input[type=checkbox]:before{left:0;width:20px;height:20px;line-height:20px;border:1px solid #1a1a1a99;background-color:#fff}input[type=checkbox]:before,input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0}input[type=checkbox]:checked:after{height:13px;width:13px;left:3px;background:url(/assets/images/radio_check.svg);background-repeat:no-repeat;background-size:cover;background-position:50%}.disabled_btn_wishlist{background-color:#ef7c2c;opacity:.65!important;color:#fff!important}.product-remove svg{display:flex;margin:auto}.checkout_final_content{display:flex;justify-content:center;align-items:center;flex-direction:column}.checkout_final_content h1{font-size:35px;font-weight:800;color:#1a1a1a}.checkout_final_inner p{text-align:center;margin-top:15px;color:#1a1a1a;max-width:500px}.checkout_final_inner a{display:flex;justify-content:center}.checkout_final_inner button{padding:15px;margin:auto;display:block}.widget.quick_links_widget ul li{padding-bottom:0;line-height:21.94px}.widget.social_info_widget p{color:#787878;line-height:16.94px;margin-bottom:12px;padding-right:0}.newsletter_subtxt{line-height:21px;margin-top:10px;font-weight:500;font-size:18px;letter-spacing:.61px}.newsletter_subtxt span{color:#ef7c2c!important;font-weight:800}.servicecenter_link{transition:all .25s}.servicecenter_link:hover{color:#ef7c2c!important;text-decoration:unset}.servicecenter_link:hover:after{display:block}.magzine_content h2 span{font-weight:400!important}.magzine_content .home_blogs_btn{padding:15px;font-size:16px;font-weight:600;line-height:19.36px;border-radius:5px!important;margin:auto;display:block;width:-moz-fit-content;width:fit-content}.brand_logo_slider h2 span{font-weight:400!important}.home_magzine_btn{margin:55px auto 0;display:block;padding:10px 15px;width:-moz-fit-content;width:fit-content}.home_magzine_btn:hover{text-decoration:none}.footer_top .container{max-width:1041px}.footer_top{padding:20px 172px;border-top:1px solid #d0d1d3;background-color:#664933}.footer_top p{color:#fff;font-size:13px;font-weight:500;padding-left:0;position:relative;display:flex;grid-gap:8px;gap:8px;line-height:16px;align-items:flex-start}.footer_top p svg{font-size:24px;margin-top:-3px}.footer_top .col-md-3:last-child p svg{width:33px}.check_box.single_pro .form-check{position:relative;display:flex;grid-gap:30px;gap:30px;margin-top:10px;padding:0}.account_tag{text-align:center;cursor:pointer;background:#f3f3f0;border:1px solid #1a1a1a;padding:12px 10px;font-weight:400;font-size:14px;line-height:17px;color:#1a1a1a;border-radius:5px;transition:.5s;margin-bottom:15px;width:100%}.my-account-content .sidebar_content_head{margin-top:35px}.account_tag:hover{color:#fff;background:#ff7e21;transition:.5s;border:1px solid #ff7e21}.dropdown-menu{width:100%!important}.modal-dialog{max-width:340px}.modal-content{border:none;border-radius:0;outline:0;padding:20px}.modal-header{border:none;padding:0;margin-bottom:25px}.modal-body{padding:0}.modal-title.h4{font-size:22px;font-weight:800}.modal-inner-heading,.modal-title.h4{letter-spacing:.74px;color:#1a1a1a;line-height:26px}.modal-inner-heading{font-size:20px;font-weight:600}.close,button.close span{color:#000;font-weight:400!important;opacity:1!important}.modal-body h5{margin-top:35px;letter-spacing:.61px;color:#1a1a1a;font-weight:700!important;max-width:267px;line-height:21px;margin-bottom:12px}.modal-body label.form-label{letter-spacing:.47px;color:#1a1a1a;font-size:14px;line-height:17px;font-weight:700;margin-bottom:5px}a.pop_submit{text-decoration:underline}.modal-body .form-control{height:48px}button.d-block{width:100%}.checkout_stepers .ConnectorContainer-0-2-14{display:none}.StepperContainer-0-2-1{padding:24px 0!important}.activeClass{background-color:#ef7c2c!important}.inActiveClass{background-color:#e0e0e0!important}.StepButton-0-2-4.completed{background-color:#f4f4f4!important}.StepButtonContent-0-2-5.completed{display:none}.steper_main .backarrow_steper,.steper_main .nextarrow_steper{height:41px;width:41px;background:#e9e9e9;border:.875px solid #e0e0e0;border-radius:50%!important}.steper_main{position:relative;margin:40px 0}.steper_main .steper_main_arrow_btn{position:absolute;top:0;left:0;right:0;width:100%}.steper_main .backarrow_main{position:absolute;left:0}.steper_main .nextarrow_main{position:absolute;right:0}#RFS-Label{display:block;margin-top:0;text-align:left;letter-spacing:.41px;color:#1a1a1a;font-size:12px;line-height:24px;font-family:Roboto,sans-serif;font-display:swap}.StepMain-0-2-3{display:flex;align-items:center;flex-direction:unset!important;grid-gap:10px!important;gap:10px!important}.StepButtonContent-0-2-5{font-size:12px!important;letter-spacing:.41px;line-height:0;color:#fff;font-weight:700!important}.StepButton-0-2-4{width:47px!important;height:30px!important;line-height:32px!important}.StepContainer-0-2-2:first-child{width:-moz-fit-content!important;width:fit-content!important}.StepContainer-0-2-2:last-child{margin-right:0!important}.StepContainer-0-2-2{flex:unset!important;width:auto!important;position:relative;padding:0!important;flex:1 1!important}.steper_main .StepButton-0-2-4 span{color:#1a1a1a}.steper_main .StepButton-0-2-4 span.active{color:#fff}.StepContainer-0-2-2:has(.StepButton-0-2-4.completed):before{background:#d9d9d9}.StepContainer-0-2-2:has(.activeClass):before{background-color:#d9d9d9!important}.StepMain-0-2-3{margin:0 0 0 auto!important;position:relative}.StepContainer-0-2-2:before{content:"";position:absolute;left:0;right:0;width:100%;height:4px;top:50%;transform:translateY(-50%);background-color:#33333312}.checkout_stepers .StepContainer-0-2-2:has(.StepButton-0-2-4.active):before,.checkout_stepers .StepContainer-0-2-2:has(.StepButton-0-2-4.completed):before{background:#fff;background:linear-gradient(90deg,#ef7c2c,#ef7c2c)}.card-body{padding-top:0!important}.pagination_product{margin:20px 0 40px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pagination_product ul li a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;letter-spacing:.44px;color:#1a1a1a!important;font-size:13px;line-height:16px;margin:0}.pagination_product ul{display:flex;grid-gap:10px;gap:10px;justify-content:flex-end;flex-wrap:wrap;list-style:none}.pagination_product .next,.pagination_product .previous{border:1px solid #bababa!important;background-color:transparent!important;cursor:pointer!important}.pagination_product .next a,.pagination_product .previous a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.pagination_product svg{overflow:hidden;vertical-align:bottom;font-weight:800;font-size:20px}.pagination_product ul li{border:1px solid #e0e0e0;height:32px;width:32px;line-height:32px;text-align:center;transition:.5s}.pagination_product ul li:hover{background-color:#ff7e21;border-color:#ff7e21;transition:.5s}.pagination_product ul li:hover a{color:#fff!important}.pagination_product .next:hover,.pagination_product .previous:hover{background-color:#e9e9e9}.pagination_product ul .selected{background-color:#ff7e21;border-color:#ff7e21}.pagination_product ul .selected a{color:#fff!important}.only_checkout{box-shadow:0 5px 5px #00000019}.checkout_footer p{color:#787878;text-align:center;font-size:16px;font-weight:400;line-height:19.36px}.checkout_footer_list ul{display:flex;align-items:center;justify-content:center}.checkout_footer_list ul li{margin:0 10px;font-size:13px;cursor:pointer}.checkout_footer_list{background-color:#f9f9f9;padding:20px 0;margin-top:11px}.checkout_footer_list ul li a{font-size:16px;font-weight:400;text-decoration:unset;color:#664933;line-height:19.36px}.login-content{max-width:1040px;margin:25px auto 0}.login-content-newsletter{margin-top:120px}span.unit{font-style:normal;font-weight:400;font-size:16px!important;line-height:15px;color:#664933}.ConnectorContainer-0-2-14,.product-grid__action-box,.product-switch-wrap{display:none}.steper_main .StepMain-0-2-3{display:block;text-align:center}.steper_main .StepperContainer-0-2-1{max-width:85%;margin:0 auto;justify-content:center;grid-gap:15px;gap:15px}.hideshow_sec .StepperContainer-0-2-1{padding:5px 0!important}.steper_main #RFS-Label{margin-top:10px}.steper_main .StepButton-0-2-4{width:30px!important;height:30px!important;line-height:41px!important;position:relative;margin:0;border-radius:50%!important}.steper_main .StepContainer-0-2-2:before{content:"";position:absolute;left:0;right:0;width:87%;height:1.48px;top:15px;background-color:#d9d9d9}a.btn.btn-fill-line:hover,a.btn.btn-fill-out:hover,a.nav-link:hover{text-decoration:none!important}.lg-backdrop,.lg-outer .lg-thumb-outer{background-color:#fff}.lg-outer .lg-thumb{padding:10px 15px;margin:7px auto 0;border:2px solid #d8d8d8;border-radius:10px 10px 0 0;max-width:710px!important;display:flex;justify-content:center}button.lg-toggle-thumb.lg-icon{display:none}.lg-actions .lg-next,.lg-actions .lg-prev{color:#fff!important;background-color:#ff7e21!important}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#ff7e21!important}a#lg-download,button#lg-actual-size,button#lg-zoom-in,button#lg-zoom-out,button.lg-fullscreen.lg-icon,div#lg-counter{display:none}button.lg-close.lg-icon{background-color:#ff7e21!important;color:#fff;position:relative;margin-top:7px}.lg-toolbar{left:unset!important;right:21px!important;background-color:#fff}.lg-outer.lg-start-zoom.lg-use-css3.lg-css3.lg-slide.lg-show-after-load.lg-pull-caption-up.lg-has-thumb.lg-can-toggle.lg-use-transition-for-zoom.lg-visible.lg-thumb-open.lg-grab.lg-hide-items{padding:50px 0 0}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:50%!important;height:35px!important;width:35px!important;padding:0!important;opacity:.5}.lg-outer:hover .lg-next,.lg-outer:hover .lg-prev{opacity:1}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{border:2px solid #ff7e21;background-color:transparent!important;color:#ff7e21!important}.lg-toolbar .lg-icon{font-size:18px!important;height:30px!important;line-height:30px!important;padding:0!important;width:30px!important}.contact_content p{max-width:670px;line-height:35px}.parent_img_div:hover .sortiment_background{transform:scale(1.1)}.banner_section_two .parent_img_div{cursor:pointer}.js-image-zoom__zoomed-image{z-index:9}.product-small-image-wrapper button{background-color:#fff!important;border-radius:50%;height:35px;width:35px;opacity:.5;top:88%!important}.product-small-image-wrapper .swiper-button-prev{left:0!important}.product-small-image-wrapper .swiper-button-next{right:0!important}.close_sec_btn{display:flex;justify-content:space-between;margin-bottom:20px}.product-small-image-wrapper .swiper-container{max-width:230px;margin:0 auto}.hideshow_sec{position:relative}.hideshow_sec .closes_btn{position:absolute;right:0;top:4px}.minicart_main_sidebar{width:35rem!important}.second-back-btn{display:none!important}.mini-cart-box .single-item__image img{width:150px;height:150px}.mini-cart-box .single-item{display:flex;align-items:center;grid-gap:20px;gap:20px}.mini-cart-box .cart-quantity{display:block;font-weight:400;font-size:19px}.mini-cart-box .single-item__content{font-size:22px;font-weight:600}.mini-cart-box .item-remove{font-size:30px;line-height:1;float:right;margin-left:5px;padding:0;color:#333;border:none;background:none}.mini-cart-box{border-bottom:1px solid #bcbcbc;margin-bottom:0;margin-top:0;padding:20px 35px}.minicart_sidebar_inner .cart-footer{padding:0 35px;margin:15px 0}.minicart_head_count span{font-size:45px;padding:0 35px}.minicart_head_count{border-bottom:1px solid #bcbcbc;padding:15px 0}.mini_cart_all_content{padding:0}.minicart_sidebar_inner .cart-buttons{padding:0 35px;display:flex}.checkout,.minicart_sidebar_inner .view-cart{padding:10px 0;width:100%}.minicart_sub-txt p{text-align:center;margin-top:60px;font-weight:700}.minicart_overflow{overflow:auto;max-height:400px}.minicart_close_sidebar{position:absolute;z-index:9;top:24px;right:0;left:unset;padding:0;text-align:center;color:#000;border:none;background:none}.minicart_close_sidebar:focus,.minicart_close_sidebar:hover{color:#000}.search_product_inner h2{margin:0;font-size:1.1em!important;font-weight:700!important}.search_loading p,.search_not_found p{font-size:13px}.search_loading,.search_not_found{padding:11px 0 11px 15px}.search_result_no_data{max-height:110px!important;min-height:45px!important;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.search_product_img{height:76px;width:76px;background-position:50%;background-size:contain;background-repeat:no-repeat}.product_info .info{max-width:460px}.product_info p span{display:block;font-size:14px}.product_info .info{line-height:23px}.product_info p{font-size:14px}.search_result_main{display:flex;justify-content:flex-start;align-items:center;grid-gap:15px;gap:15px;padding-left:25px}.search_result_parent{padding:8px 0;margin:10px 0}.search_result_parent:hover{background-color:#f9f9f9;cursor:pointer}.product_info p{margin:0}.product_info .price{font-weight:600;font-size:15px}.filter_option_main{margin-bottom:10px}.filter_option_main svg{padding:8px;transition:.4s;top:0;right:0;width:42px;border-left:1px solid #33333333;height:38px;background-color:#f9f9f9;color:#787878!important;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px}.filter_option_main .rmsc .dropdown-heading{padding-right:0!important}.filter_option_main .rmsc .dropdown-container:focus-within{box-shadow:none}.filter_option_main .rmsc .item-renderer{display:flex;align-items:center;grid-gap:25px;gap:25px}.filter_option_main .dropdown-container{border-radius:5px!important}.filter_option_main .dropdown-heading-value span{font-size:16px;font-weight:400;color:#787878}.product_filter_cat{letter-spacing:.44px;box-shadow:none!important;transition:.4s;border:1px solid #664933;background-color:#664933;color:#fff;padding:8px 31px;border-radius:50px;font-size:16px;margin-top:10px;font-weight:400}.product_filter_cat:hover{background-color:transparent;border:1px solid #664933;color:#664933}.filter_option_main .clear-selected-button svg,.filter_option_main .clear-selected-button svg:hover{border:none;background-color:transparent}.search_result_component{position:absolute;z-index:99999;background-color:#fff;left:0;right:0;top:45px;width:600px;padding-top:0;box-shadow:0 3px 12px #00000029;overflow:auto;min-height:100px;max-height:450px;scrollbar-width:none}.search_result_component::-webkit-scrollbar{width:0}.serach_categories p{margin:0;padding-left:15px;color:#878383}.search_all_products{padding-left:0;padding-bottom:0}.search_all_products h2{padding-left:25px}.serach_categories{margin-bottom:10px;padding-left:25px}.serach_categories h2{padding-bottom:10px}.serach_brands{margin-top:20px}.serach_brands p{margin:0}.show_all_result p{font-size:13px;text-align:end;padding:6px 35px;font-weight:500;background-color:#f3f3f0;cursor:pointer}.show_all_result p:hover{color:#ef7c2c;text-decoration:underline}.login_btn a{text-decoration:none!important;padding:9px 20px}.login_btn{margin-bottom:0}.brand_inner{display:flex;align-items:center;padding:10px 20px 10px 35px;cursor:pointer}.brand_inner_main{border-bottom:1px solid #f3f3f3}.product_bottom_area{position:relative;left:0;right:0;bottom:0}.serach_brands h2{padding-left:25px;margin-bottom:9px}.brand_inner p{flex:1 1;color:#878383;padding:0}.pass_input{position:relative}.pass_input .pass_icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);background-color:transparent;border:none;color:#1a1a1a;padding:0}.pass_input input.form-control{padding-right:40px}.sidebar-main-content ul a{display:block!important}#react-sidebar .sidebar-main.second{top:0!important}body:has(.sidebar-backdrop.show){overflow-y:hidden!important}.testSideBarClassBefore{top:113px!important}.testSideBarClassAfter{top:51px!important}#react-sidebar .sidebar-backdrop:has(.bottom-header.sticky),#react-sidebar .sidebar-main:has(.bottom-header.sticky){top:64px!important}.prouct_search_result_inner{display:flex}.search_product_main{flex:1 1;padding:15px 0}.search_product_main::-webkit-scrollbar{width:12px}.side_category{padding:14px 15px;display:flex;grid-gap:60px;gap:60px;border-bottom:1px solid #f3f3f3;cursor:pointer}.side_category:hover{background-color:#f3f3f3}.category_name p{font-size:14px}.category_name{flex:1 1}.side_category_main{border-right:1px solid #f3f3f3}.search_loading .spinner-border{color:#777!important;display:inline-block;width:12px!important;height:12px!important;vertical-align:text-bottom;border:2.3px solid;border-right:2.3px solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite;margin-right:2px}.option_lable_filter{width:100%;padding:6px 0;background-color:#664933;color:#fff;border:1px solid #664933}.option_lable_filter:hover{background-color:transparent;border:1px solid #664933;color:#664933}.sidebar-body ul a li,.sidebar-body ul li{margin-top:0;padding:0!important;font-size:16px;text-transform:capitalize}#react-sidebar .flex-align-center{display:block!important;flex:1 1}#react-sidebar .sidebar-main{bottom:0;height:auto!important}hr.section-seprator{display:none!important}.sidebar-main-content ul li:hover{background-color:transparent!important}.adresse_content_inner p{max-width:480px;font-weight:400;color:#787878;font-size:16px;line-height:19.36px}.versand_content,.zahlung_content{max-width:500px}.doual_btn{display:flex;grid-gap:10px;gap:10px;align-items:center}.wishlist_header{margin-bottom:80px}.other_details.product-content__sort-info{margin:20px 0 35px}.wish_pro_details .delivery_approx p{font-weight:400;font-size:16px;line-height:19.36px}.view_artical_btn{border:1px solid #664933;background-color:#664933;font-size:14px;padding:10px 20px;border-radius:5px;color:#fff;transition:.5s}.view_artical_btn:hover{border:1px solid #664933;color:#664933;background-color:transparent;transition:.5s}.wishlist-content .product-price{width:100%;display:block;letter-spacing:.94px;color:#664933;font-size:28px;font-weight:400}.wishlist-content .product-price b{letter-spacing:.47px;color:#1a1a1a99;font-size:14px;font-weight:500}.wish_pro_details .delivery_approx{margin:10px 0 20px;font-size:13px;letter-spacing:.41px;line-height:15px;font-weight:600!important}.wish_pro_details .delivery_approx span{letter-spacing:.41px;color:#00a200}.wishlist-content .doual_btn button.sort.sort_btn{padding:7px 10px;letter-spacing:.44px;color:#1a1a1a;font-size:12px;font-weight:800;border:1px solid #33333333;background-color:#f4f4f4;left:0}.wishlist_header h1{color:#664933}.wishlist-content .product-name h3 a{color:#664933;line-height:33.89px}.pro_sku p{font-size:11.43px;color:#787878;line-height:13.84px;font-weight:400}.product-name h3 a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.wish_pro_img{background-repeat:no-repeat;background-size:cover;background-position:50%}.wish_pro_details ul li span{font-weight:800;padding-left:2px}.wishlist-content .mb-5.row{padding-bottom:45px;border-bottom:2px solid #33333312}.wishlist-content .doual_btn .sort.sort_btn{padding:10px 12px!important}body .whishlist_remove_btn{background-color:#664933!important;border-radius:5px;transition:.5s}.whishlist_remove_btn svg{color:#fff!important;transition:.5s}.whishlist_remove_btn:hover{background-color:transparent!important;border:1px solid #664933!important;transition:.5s}.whishlist_remove_btn:hover svg{color:#664933!important;transition:.5s}.wishlist-content .doual_btn .sort.sort_btn:hover{color:#fff;background-color:#000}.wishlist-content .product-price span{font-size:14px;color:#1a1a1a99;font-weight:500}.wishlist_header a{text-decoration:underline}.empty_whishlist_section{margin-top:50px}.content_image{width:90px;height:90px;text-align:center;background-color:#ff7e21;border-radius:50%;position:relative}.content_image img{width:55px;filter:brightness(100);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.whishlist_main_content h3{font-size:22px;color:#664933;line-height:26.63px;margin-bottom:0}.whishlist_main_content p{font-size:18px;color:#664933;line-height:21.78px;max-width:430px;text-align:center;margin-bottom:10px}.empty_whishlist_content{display:flex;align-items:center;flex-direction:column;justify-content:center;grid-gap:20px;gap:20px}.whishlist_main_content button{padding:9px 37px}.product_search_filter .category_tabs{padding:20px 0 0;margin-top:50px}.rating_comp{margin-top:-200px}#react-sidebar .sidebar-main{box-shadow:unset!important}.single_product_content .cart_product_img img{max-width:100%;height:100%}.single_product_content .cart_product_img{width:150px;height:150px}.cart_product_info p{margin:0;line-height:19px;font-weight:700;font-size:15px}.product_cart_popup .modal-dialog{max-width:999px}.share_popup .modal-dialog{max-width:555px}.share_popup .modal-dialog .modal-header{margin:0}.share_popup .modal-dialog h5{margin-top:10px;max-width:100%}.cart_product_info span{font-weight:600;font-size:15px}.product_cart_popup .modal-title{font-size:20px;font-weight:400;color:#664933}.product_cart_popup .modal-inner-heading{color:#664933;font-weight:400}.success_msg{background-color:rgba(0,225,0,.05);padding:12px 0;text-align:center;margin-bottom:20px;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.success_msg .success-modal-check{background-color:#007600;width:22px;height:22px;line-height:21px;border-radius:50%}.success_msg .success-modal-check img{width:16px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.success_msg p{color:#007600;font-weight:500;margin-bottom:0}.category_tabs_box_content .single_product_content{display:flex;align-items:flex-start;grid-gap:14px;gap:14px;cursor:pointer;border:1px solid #e0e0e0;border-radius:5px!important}.product_cart_popup .single_product_content{display:flex;align-items:flex-start;flex-direction:column;grid-gap:14px;gap:14px;cursor:pointer}.product_cart_popup .modal-footer{justify-content:flex-start}.product_cart_popup .cart_item_close{border-radius:5px}.product_cart_popup .popup_second_btn{background-color:#f9f9f9;border:1px solid #e0e0e0;padding:0 35px;border-radius:5px;color:#1a1a1a!important}.product_cart_popup .popup_second_btn:hover{background-color:#787878;color:#fff;border:1px solid #787878}.product_cart_popup .modal-content{padding:15px 0}.product_cart_popup .modal-body{padding:0 25px}.product_cart_popup .modal-header{padding:0 20px}.popup_footer_btn{display:flex;grid-gap:15px;gap:15px}.product_cart_popup .product_content{display:flex;grid-gap:30px;gap:30px;overflow:auto;padding-bottom:25px;margin-bottom:20px}.cart_product_info{width:100%}.popup_footer_btn button{padding:10px 20px}.product-grid__info .product-cat{display:block;margin:13px 0 12px;font-size:13px;font-weight:500;text-transform:capitalize}.hideshow_sec .steper_comp ul{flex-wrap:wrap}.serach_categories p:hover{color:#ff7e21}.sub_category_iamges{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;grid-gap:22px;gap:22px}.sub_category_iamges_inner{width:275px;height:150px;background-position:50%;background-size:cover;background-repeat:no-repeat}.mobile_accordion_main .accordion__button{display:flex;justify-content:start;align-items:center;grid-gap:10px;gap:10px;background-color:transparent}.mobile_accordion_main .accordion__button:hover{color:#fff;background-color:#ef7c2c}.mobile_accordion_main .row .col-md-6{margin-bottom:16px}.tab_menu .nav-item:last-child a.nav-link{padding-right:6px}.product-tab-navigation{justify-content:flex-start!important;padding:30px 0 20px;margin:0}.servicecenter_main .service_box .box_heading{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;transition:.5s;background:#fff;border:1px solid #1a1a1a;border-radius:5px}.servicecenter_main .service_box .box_heading p{margin:0;font-size:14px}.servicecenter_main .service_box .box_heading:hover{color:#fff;background-color:#ff7e21;border-color:#ff7e21;cursor:pointer;transition:.5s}.box_heading:hover p{color:#fff!important}.category_tabs .row .col-md-3{margin-bottom:40px}.pagination_product ul li{cursor:pointer}.pagination_product ul li a{line-height:16.41px;font-size:14px;font-weight:700;color:#000!important;display:flex;align-items:center;justify-content:center;height:100%}.cart_box_body{min-width:400px;padding:25px 0 0;border:2px solid #f5f5f5;right:-2px}.cart_box_body .cart_box_head h3{font-size:14px;padding-bottom:11px;color:#664933}.cart_box_body .cart_box_head{border-bottom:1px solid #d9d9d9;margin:0 20px 10px;text-align:center}.cart_box_product_img{height:73px;width:73px;background-position:50%;background-size:cover;background-repeat:no-repeat}.cart_box_info_content span{display:block;text-align:start;line-height:19px;font-size:12px;color:#504f4f}.cart_box_info_content{flex:1 1;max-width:260px}.cart_box_body_content_inner{display:flex;grid-gap:8px;gap:8px;margin:45px 13px 0}.cart_box_body_content_inner:first-child{margin-top:0}.total_price_section p:first-child span{padding-left:2px;font-weight:400;font-size:12px;color:#787878}.cart_box_info_content .cart_box_product_name{font-size:14px!important;text-align:start;width:100%;line-height:16.94px;font-weight:400!important;margin-bottom:10px;transition:.5s}.cart_box_info_content .cart_box_product_name a{color:#664933!important}.cart_box_info_content .cart_box_product_name:hover{transition:.5s;color:#ef7c2c;text-decoration:underline}.config-btn{border:1px solid #e08241;border-radius:0;padding:8px 15px;color:#e08241!important;letter-spacing:.44px;font-size:13px;font-weight:500;margin-top:20px;background:transparent}.cart_box_info_content_inner .cart_product_size_price{font-size:12px;font-weight:500;text-align:start;color:#664933;line-height:14.52px}.cart_product_size_variation{font-size:12px;color:#33333399;font-weight:500;text-align:start;margin:0}.product_tag_sale_price{text-decoration:line-through}.redirect_indication p{font-size:12px;color:#664933;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.redirect_indication{display:flex;grid-gap:2px;gap:2px;margin-top:12px}.icon_count_status{position:relative}.mini_cart_box_trigger:hover{background-color:transparent!important}.cart_box_footer{padding:20px 15px;background:#fff;box-shadow:0 -1px 50px 5px rgba(0,0,0,.05)}.delivery_section p{margin:0;font-size:12px;color:#664933;font-weight:400}.total_price_section p{margin:0;font-size:14px;color:#664933;font-weight:600!important}.delivery_section,.total_price_section{display:flex;justify-content:space-between}.total_price_section{margin-top:3px}.total_price_section .total_price{font-size:17px;font-weight:700}.cart_box_body_content{overflow:auto;padding-top:20px;margin-bottom:60px;min-height:120px;max-height:250px;scrollbar-width:none}.cart_box_body_content::-webkit-scrollbar{width:0}.redirect_indication p:first-child:hover,.redirect_indication p:nth-child(3):hover{color:#ef7c2c;cursor:pointer}.mini_cart_box_before:hover:before{content:"";position:absolute;top:41px;right:0;height:4px;width:41px;background-color:#fff;z-index:9999}.default_cart_box_body_inner .cart_box_head h3{margin-bottom:12px}.default_cart_box_body_inner .default_cart_box_footer h3{font-size:14px}.default_cart_box_body_inner .default_cart_box_footer button{border:1px solid #333!important;height:35px;line-height:0;font-size:13px;font-weight:600;width:100%}.default_cart_box_body_inner .default_cart_box_footer{background-color:#eee;padding:35px 0 20px}.default_cart_box_body_inner .default_cart_box_footer .default_cart_box_footer_inner{max-width:265px;margin:auto}.bagbtn_minicart{height:40px;line-height:0;margin-top:20px;font-size:13px;font-weight:700;width:100%;border-radius:5px}.minicart_product_btn{line-height:unset!important;height:unset;padding:3px 0!important}.minicart_product_btn:hover{text-decoration:none}.default_cart_box_body_inner{padding:5px 15px}.cart_box_body_content .cart_title{color:#1a1a1a;font-size:14px!important}.empty_cart_body_content p{margin-bottom:0;color:#1a1a1a}.empty_cart_body_content{text-align:center}.empty_cart_body_content .cart_title{line-height:19.36px;font-size:16px!important}.empty_cart_body_content .cart_info{font-size:12px;line-height:14.52px;max-width:240px;margin:10px auto auto}.default_cart_box_body_inner .cart_news_btn{background-color:transparent;border:1px solid #e0e0e0;padding:9px 37px;color:#787878;font-size:12px;line-height:14.52px;border-radius:50px}.default_cart_box_body_inner .cart_news_btn:hover{transition:.5s;border:1px solid #664933;color:#664933}.news_btn_section{text-align:center;margin-top:35px}.mobile_imagegallery_heart{display:flex;grid-gap:5px;gap:5px;align-items:center;transition:.5s}.mobile_imagegallery_heart p{font-size:13px;text-decoration:none;font-weight:400}.mobile_imagegallery_share{display:flex;grid-gap:5px;gap:5px;cursor:pointer;transition:.5s;align-items:center}.mobile_imagegallery_heart:hover svg path,.mobile_imagegallery_share:hover svg path{stroke:#ff7e21;transition:.5s}.mobile_imagegallery_heart svg path,.mobile_imagegallery_share svg path{transition:.5s}.mobile_imagegallery_heart:hover span p,.mobile_imagegallery_heart:hover span svg{color:#ff7e21;transition:.5s}.mobile_imagegallery_heart span svg{transition:.5s}.mobile_imagegallery_share p{font-size:13px;text-decoration:none;font-weight:400;transition:.5s}.mobile_imagegallery_share:hover p,.mobile_imagegallery_share:hover span svg{color:#ff7e21}.mobile_imagegallery_share svg{transition:.5s}.mobile_imagegallery_bottom{display:flex;grid-gap:18px;gap:18px;margin-top:13px}.category_box_img{width:50px;height:50px;background-position:50%;background-size:cover;background-repeat:no-repeat}.category_box_content_inner{display:flex;justify-content:start;align-items:center;grid-gap:13px;gap:13px;border:1px solid #d0d1d3;padding:5px;margin-bottom:15px;width:100%}.category_box_content p{font-size:14px;font-weight:700}.footer_accordion .accordion__button:before{display:inline-block;content:"+";height:10px;width:10px;margin-right:16px;border-bottom:unset;border-right:unset;transform:rotate(1turn);position:absolute;right:0;font-size:22px;top:14px}.footer_accordion .accordion__button{position:relative}.react-multi-carousel-dot button{background-color:#e0e0e0!important;width:30px!important;border-color:#ddd!important;height:3px!important;border-radius:50px!important;opacity:1!important;cursor:pointer!important;transition:.4s!important}.react-multi-carousel-dot--active button{background-color:#ef7c2c!important;width:30px!important;border-color:#ef7c2c!important}.mobile_devices_carousel .single-banner{margin:0 16px 30px}.steper_main .backarrow_main svg,.steper_main .nextarrow_main svg{color:#1a1a1a!important}.aubenbeleuchtung_image_content p{font-size:19px;font-weight:800;padding-top:5px}.register_wrap .custom-checkbox label a{color:#1a1a1a;text-decoration:underline}.cart_value_paypal_btn{background-color:#009cde;border:none;color:#fff}.cart_value_paypal_btn:hover{filter:brightness(1.1)}.cart_value_paypal_btn svg{padding-right:4px}.paypal_botton_txt p{text-align:center;font-size:13px;padding-bottom:17px}.paypal_botton_txt p a{text-decoration:underline;font-weight:500}.checkout_stepers .StepButton-0-2-4.completed:after{content:"";color:#fff;background:url(/assets/images/checkout-tick-sign.svg);background-repeat:no-repeat;background-size:14px;background-position:50%;top:51%;left:-1px;right:0;position:absolute;transform:translateY(-50%)}.checkout_stepers .StepButton-0-2-4.completed{background-color:#ff7e21!important;border:1px solid #ff7e21!important}.product_options_inner select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:url(/assets/images/arrow-down.svg);background-repeat:no-repeat;background-position:97%;background-size:15px}.checkout_footer_list ul{flex-wrap:wrap}.red_color_link,body a.nav-link.red_color_link{color:#e60000!important}.middle_body{position:relative;min-height:100vh}.checkout_footer_main{margin-bottom:-50px;margin-top:50px;position:absolute;left:0;right:0;bottom:0}.default_cart_box_body{padding:0;max-width:400px;min-height:250px;max-height:250px}.product_bundle_global .accordion__item{border-top:0!important}.product_bundle_global .accordion{border:none;margin:0}.product_bundle_global .accordion__button{background-color:transparent;position:relative;padding:5px 0;font-size:11px!important;line-height:12.89px}.bundal_main_section .product_bundel_heading{margin-top:0}.product_bundle_global .accordion__button[aria-expanded=true]:before{transform:rotate(225deg);top:19px}.product_bundle_global .accordion__button:before{right:-9px;position:absolute;top:7px;height:7px;width:7px;transform:rotate(42deg)}.product_bundle_global .accordion__panel{position:relative;padding:0}.product_bundle_global .bundal_main_section{padding:25px 25px 5px;margin-bottom:10px}.bundel_dropdown_content_inner .content_toggle svg{cursor:pointer}.product_bundle_global .accordion__button:hover{background-color:transparent}.product_bundle_tbl tr td,.product_bundle_tbl tr th{max-width:100px;padding:1rem}.product_bundle_tbl tr th{max-width:60px;font-weight:600;vertical-align:top}.product_bundle_tbl{width:100%}.product_bundle_tbl_heading{padding-top:30px;margin-top:0!important}.drop_main{display:flex;justify-content:space-between}.drop_content{background-color:#fff;padding:15px;margin-top:20px}.drop_content p{font-size:13px}.drop_cursor{cursor:pointer}.drop_cursor:hover{outline:1px solid rgba(51,51,51,.2)}.one_liner{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.switcher_button{display:flex;justify-content:space-between;padding-bottom:5px}.switch:before{height:29px}.mobile_search_comp .search-btn{font-size:19px;position:absolute;z-index:9;top:-2px;left:10px;bottom:0;padding:0;border:0;background:transparent;color:#787878;cursor:unset}.mobile_search_comp .search-btn svg{font-size:22px}.mobile_search_comp{position:relative;padding:12px 0 10px}.mobile_search_comp form input{padding:0 40px;font-size:16px!important;height:45px!important}.item-renderer{grid-gap:15px;gap:15px}.rmsc .item-renderer input{margin:0!important}.product-grid .product_wish button{color:#787878!important;background-color:#fff;width:28px;height:28px}.product-grid .product_wish button i.icon-heart{font-size:19px;display:flex;align-items:center;justify-content:center}.sub_category_comp .product_count_value{display:none}.switch__control{float:left;width:5em;height:2.5em;background:#fff;padding:.15em;border-radius:0;cursor:pointer;border:2px solid gray}.switch__control,.switch__toggle{display:inline-block;box-sizing:border-box;transition:.2s}.switch__toggle{line-height:25px;text-align:center;width:50%;height:100%;color:transparent;border-radius:0;color:#000;position:relative}.switch__label{line-height:2.2;float:left;padding-right:1em;padding-left:1em}.switch__label:empty{display:none}.switch{box-shadow:0 .1em .4em -.1em rgba(0,0,0,.25);transition:box-shadow .2s}.switch:hover{box-shadow:0 .2em .66em 0 rgba(0,10,22,.25);background:#f5f5f5}.switch__control span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.set_toggle:before{right:2px;left:unset!important}.switch:before{content:"";background-color:#f9793a;position:absolute;height:28px;width:29px;left:2px;top:2px;cursor:pointer}#toggle_div{position:relative}.product-small-image-wrapper{overflow:hidden;position:relative}.pro_thum_img_container{max-width:275px;margin:0 auto;overflow:hidden;padding:0}.pro_thum_img{grid-gap:10px;gap:10px;overflow:hidden;display:inline-flex;justify-content:center;padding-top:6px}.no_bundel_g{margin-top:60px}.no_bundel_g p{text-align:center;padding:20px;background-color:#f4f4f4}.avatar-item{width:61px;height:61px;border:1px solid #d8d8d8;background-repeat:no-repeat;background-size:cover;background-position:50%}.avatar-item.current{border:1px solid #1a1a1a}.left_move,.right_move{position:absolute;top:50%;transform:translateY(-50%)}.right_move{right:0}.left_move{left:0}.left_move i,.right_move i{background-color:#fff;padding:11px;line-height:40px;border-radius:50%;opacity:.2;color:#787878;border:1px solid #e0e0e0;cursor:pointer;transition:.5s}.product-small-image-wrapper .left_move i,.product-small-image-wrapper .right_move i{opacity:1;padding:10px}.product-small-image-wrapper:hover .left_move i,.product-small-image-wrapper:hover .right_move i{opacity:1;transition:.5s}.steper_main .StepButton-0-2-4.completed span{display:none}.steper_main .StepButton-0-2-4 span{color:#000!important}.steper_main .StepButton-0-2-4.activeClass span{color:#fff!important}.bodenio_logo img{width:180px;max-width:180px}.images_stepers_button{margin:auto;display:block}.rating_comp a{text-decoration:none!important}.review_modal .modal-header{margin-bottom:0;padding:10px 20px 5px;border-bottom:1px solid #d0d1d3}.review_content_header{font-family:Roboto,sans-serif;font-display:swap}.review_modal .modal-dialog{max-width:592px}.review_modal .close span[aria-hidden]{font-size:35px}.review_content_header .review_rating_status{font-family:Roboto,sans-serif;font-display:swap;font-size:2rem;letter-spacing:-.32px;line-height:2.25rem}.review_modal .review_header_main{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap}.review_inner_content ul li{display:flex;justify-content:center;align-items:center;grid-gap:20px;gap:20px;margin-bottom:8px}.review_inner_content ul li .label_border{background-color:#bababa;height:4.2px;width:100%;position:relative}.review_inner_content ul li .label_border_color{background-color:#ffdb24;height:4.2px;top:0;position:absolute}.review_inner_content ul li label{margin:0;font-size:.75rem;color:#1a1a1a}.review_inner_content{margin-top:27px}.review_inner_content .review_info{font-size:.875rem;letter-spacing:0;line-height:21.78px;color:#1a1a1a}.review_content_header .review_rating_status,.review_content_header h2{color:#1a1a1a}.review_info_main p{margin:0}.review_inner_content .review_info_main{margin-top:24px}.review_inner_content .review_info_bold{font-size:.875rem;letter-spacing:0;line-height:1.25rem;font-weight:700;margin-top:16px}.review_content_bottom_inner span{display:block;font-size:.875rem;letter-spacing:0;line-height:1.25rem;color:#1a1a1a}.review_content_bottom_inner h3{font-size:1rem;letter-spacing:-.16px;line-height:1.5rem;margin-bottom:5px}.review_product_image img{width:90px}.review_content_bottom{border-top:1px solid #a2a3a8;padding-top:40px;margin-top:35px;display:flex;justify-content:space-between;align-items:center}.review_content_last{margin-top:40px}.review_content_last p{font-size:.875rem;letter-spacing:0;line-height:1.25rem;margin:0}.review_content_last .product_info_title{margin-bottom:10px;font-weight:700;font-size:1rem}.review_content_last button{background-color:transparent;border:none;box-shadow:inset 0 0 0 1px #1a1a1a;transition:all .15s ease;padding:9px 26px;margin-top:30px}.review_content_last button:hover{box-shadow:inset 0 0 0 2px #1a1a1a;transition:all .15s ease}.review_modal .modal-content{padding:0}.review_modal .review_content{overflow-y:auto;max-height:355px;padding:20px 40px 40px}.review_content_border{border-top:1px solid #d0d1d3}.review_content_last .extend_review_msg{font-weight:600;text-decoration:underline}.lg-backdrop,.lg-outer{z-index:99999999!important}.product_wish.cart_btn_icon button{border:none;padding:0!important;background-color:transparent;margin:0!important;display:flex;align-items:center;grid-gap:7px;gap:7px}.product-basic-page .product_wish.cart_btn_icon button svg{font-size:22px;color:#ef7c2c;transition:.5s}.product_wish.cart_btn_icon button p{flex:1 1;text-decoration:underline}.category_multi_tabs_product .category_multi_tabs_btn{border:none;background:transparent;padding:0 0 14px;position:relative;margin-bottom:-3px;text-decoration:none!important;transition:unset!important;flex-shrink:0;font-style:normal;font-weight:400;font-size:18px;line-height:21.09px;color:#1a1a1a}.category_multi_tabs{display:flex;justify-content:center;align-items:center;grid-gap:60px;gap:60px;position:relative;overflow-y:hidden;overflow-x:scroll;scrollbar-width:none;width:-moz-fit-content;width:fit-content;margin:0 auto}.category_multi_tabs:before{content:"";background-color:#f3f3f0;height:3px;position:absolute;bottom:0;width:100%}.category_multi_tabs::-webkit-scrollbar{width:0;height:0}.category_tabs_main_product{margin-top:35px;position:relative}.category_btn_active{position:relative!important}.category_tabs_main_product:hover .ht-swiper-button-nav{opacity:1!important}.category_tabs_main_product .product-slider-wrap h6{text-align:center}.category_tabs_main_product .swiper-button-prev{left:-20px!important;background-color:#fff!important;border-radius:50%!important;height:45px!important;width:45px!important;opacity:1!important}.category_tabs_main_product .product-grid .product-title{text-align:left}.category_tabs_main_product .swiper-button-next{right:-20px!important;background-color:#fff!important;border-radius:50%!important;height:45px!important;width:45px!important;opacity:1!important}.category_tabs_main_product .swiper-wrapper{margin-bottom:35px}.category_tabs_main_product .swiper-pagination .swiper-pagination-bullet{transition:.4s;width:30px!important;height:3px;border:0;border-radius:50px;background-color:#ddd;opacity:1;cursor:pointer}.category_tabs_main_product .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff7e21!important}.product_slider_wrap_limit .swiper-wrapper{justify-content:center}.share_input.form-group{margin-bottom:0;flex:3 1}.share_btn{flex:1 1;height:48px}.qty_btn{display:flex;align-items:center;grid-gap:5px;gap:5px}.custom_dropdown{position:relative}.drodown_selected_value{width:100%;border:1px solid #33333333;cursor:pointer;height:45px}.custom_dropdown .select_options span{display:flex;align-items:center;justify-content:space-between;font-size:11px;line-height:12.89px;padding:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom:1px solid rgba(51,51,51,.065)}.custom_dropdown .select_options span:hover{background-color:#f4f4f4}.custom_dropdown .select_options{box-shadow:0 2px 8px 0 rgb(99 99 99/20%);background-color:#fff;position:absolute;right:0;left:0;top:44px;z-index:9}.drodown_selected_value .selected_value{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:11px;line-height:12.89px;position:absolute;top:50%;transform:translateY(-50%);left:15px}.change_pass_icon{position:absolute;right:-22px;top:50%;transform:translateY(-50%);background-color:transparent;border:none;color:#1a1a1a;padding:0}.change_pass_input{position:relative}.addtocart_icon{margin-right:10px;height:27px;margin-top:-2px;filter:brightness(100)}.delivery_approx span img{margin-right:10px;height:20px}.cart_box_footer .bagbtn_minicart{border-radius:5px!important;text-align:center;padding:13px 0!important;font-weight:400;font-size:16px;line-height:19.36px!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.forget_pass_popup .modal-dialog{max-width:540px}span.forget_password{cursor:pointer;transition:.5s}span.forget_password:hover{color:#ef8a02;transition:.5s}.drodown_selected{background-color:#f4f4f4!important;box-shadow:0 2px 8px 0 rgb(99 99 99/20%);border:1px solid #f4f4f4;border-bottom-color:rgba(51,51,51,.065);border-radius:20px;border-bottom-right-radius:0;border-bottom-left-radius:0}.drodown_before_selected{border:1px solid #e0e0e0;background-color:#fff!important;border-radius:50px}.forget_pass_popup .modal-title{color:#1a1a1a;font-weight:unset;margin-bottom:0;font-size:24px!important}.forget_pass_popup .modal-title,.forget_password_component h2{font-family:Roboto,sans-serif;font-display:swap;margin-top:0;line-height:1.15}.forget_password_component h2{color:#333;font-weight:unset!important;margin-bottom:.5em;font-size:1.625rem}.forget_password_content p{line-height:19.36px;font-size:14px;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:unset;font-display:swap}.forget_buttons_main .btn-fill-out:hover{background-color:#ef761f;border-color:#ef761f!important;color:#fff!important}.forget_password_content input{width:100%;min-width:0;border:1px solid #bababa;border-radius:5px!important;font-size:.94rem;line-height:1.2rem;font-family:Roboto,sans-serif;font-display:swap;color:#1a1a1a;box-shadow:none;background:#fff;padding:18px 20px;border-radius:50px}.forget_password_content input::-moz-placeholder{color:#1a1a1a}.forget_password_content input:-ms-input-placeholder{color:#1a1a1a}.forget_password_content input::placeholder{color:#1a1a1a}.forget_password_content_main{background-color:#f3f3f0;padding:20px 20px 40px;border-radius:5px}.forget_buttons_main button{border:none;padding:12px 25px;border-radius:0}.forget_buttons_main{margin-top:25px;display:flex;grid-gap:15px;gap:15px}.verify_forget_password{max-width:80%;margin:auto}input[type=number]{-moz-appearance:textfield}.review_select_public span{font-size:12px;font-weight:400!important;color:#787878;line-height:14.52px}body .review_select_public h2{margin-bottom:0!important}.create_reviews_inner_content .star-container:hover svg path,.create_reviews_inner_content svg.widget-svg.hovered path{fill:#ffd757!important}body .create_reviews_inner_content h2{font-size:22px!important;color:#664933;line-height:26.63px}.create_reviews_main{text-align:center}.create_reviews_main h1{font-size:28px!important;color:#664933;line-height:33.89px}.create_reviews_inner_content .product_detail h5{font-size:22px!important;color:#664933;max-width:345px;text-align:left;line-height:26.63px;font-weight:400!important}.create_reviews_inner_content h2{font-size:25px!important}.review_product_image{width:101px;height:101px;background-size:cover;background-position:50%;background-repeat:no-repeat}.create_reviews_product_info{display:flex;justify-content:center;grid-gap:19px;gap:19px}.create_reviews_inner_content .equal_box_size{max-width:505px;min-width:505px;margin:auto}.create_reviews_product_info_main{border-bottom:1px solid #d9d9d9;padding-bottom:35px}.create_reviews_inner_content{margin-top:60px}.review_add_title h2,.review_add_written h2,.review_overall_rating h2{margin-bottom:18px!important}.review_overall_rating_main{border-bottom:1px solid #d9d9d9;padding:20px 0}.review_add_title_main,.review_add_written_main{padding:25px 0;border-bottom:1px solid #d9d9d9}.review_add_title input{border:1px solid #e0e0e0;padding:20px 15px;width:100%;margin-top:20px;border-radius:50px}.review_add_title input[placeholder]{color:#787878;font-size:12px;font-weight:400;line-height:14.52px}.review_add_picture span{color:#1a1a1a9a;font-weight:700}.add_picture_icon img{width:80px;height:80px;border-style:dashed;padding:10px 15px;border-radius:5px;border-color:#707070;background-color:#f7f7f7;cursor:pointer;margin-top:25px}.review_add_written textarea{padding:15px;width:100%;border:1px solid #e0e0e0;margin-top:20px;font-size:12px;color:#787878!important;line-height:14.52px;min-height:165px;border-radius:20px}.review_add_written textarea[placeholder]{color:#1a1a1a9a}.review_select_public span{color:#1a1a1a9a;font-weight:700}.review_select_public_inner img{width:70px}.review_select_public_inner{display:flex;justify-content:center;align-items:center;grid-gap:15px;gap:15px;margin-top:25px}.review_select_public_main{padding-bottom:45px;padding-top:25px}.create_reviews_inner_content .submit_review{padding:12px 22px;font-size:12px;line-height:14.52px;border-radius:5px!important}.create_reviews_inner_content .submit_review_area button{display:flex}.submit_review_area{max-width:560px;margin:15px auto 0}.review_select_public_inner input{border:.862007px solid #e0e0e0;padding:18px 15px;width:100%;font-size:12px;color:#787878!important;font-weight:400!important;line-height:14.52px;border-radius:50px;background-color:transparent}.review_add_title.review_spacing_area h2,.review_add_written.review_spacing_area h2{margin-bottom:0!important}.customers_orders_inner .order_detail{border-bottom:1px solid #d9d9d9!important;padding-bottom:40px}.customers_orders_inner .order_detail:last-child{border:none}.review_select_public_inner input[value]{color:#1a1a1a;font-weight:700}.checkout_stepers .StepButton-0-2-4.active{background-color:#ff7e21;border-color:#ff7e21!important}.checkout_stepers .StepButton-0-2-4.active:hover{background-color:#ef7c2c}.mobile_service_center_list li{display:flex;align-items:center;grid-gap:10px;gap:10px;font-size:17px;padding-bottom:10px}.breadcrumb .back_list_item{margin-right:10px}.breadcrumb .back_list_item svg{margin-left:0}.newsletter_form_group button{height:43.33px}.customer_order_empty{position:absolute;top:50%;transform:translateY(-50%);width:100%;text-align:center;background-color:#fff;box-shadow:0 2px 8px 0 rgb(99 99 99/20%);padding:25px 0;border-radius:10px}.customer_order_empty h2{font-size:25px!important}.contact_us_content p{max-width:100%}.contact_from_groups .form-group input{min-height:45px;margin-top:7px}.contact_from_groups{width:100%;margin-top:30px;background-color:#f3f3f0;padding:50px}.contact_info_groups{width:35%;border:1px solid rgba(14,26,36,.31);padding:15px 20px;margin-top:55px}.contact_from_section{display:flex;grid-gap:35px;gap:35px}.contact_from_groups .group_textarea{display:flex;justify-content:start;flex-direction:column}.contact_from_groups .form-group lable{font-size:16px;font-weight:500}.contact_from_groups .contact_submit{font-weight:600;padding:10px 25px;border:1px solid #ff7e21;font-size:12px;margin:0;border-radius:5px!important}.contact_info_groups h2{font-size:25px!important;font-weight:800!important;line-height:1.5em;margin-bottom:0}.contact_info_groups h2:after{content:"";background-color:#ef7c2c;height:1px;width:90px;position:absolute;top:60px;left:0}.contact_info_head{position:relative;margin-top:15px}.contact_info_inner{margin-top:40px}.contact_info_inner .contact_info_list{line-height:30px;font-size:16px;font-weight:500}.contact_info_inner .arrow_right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);border:solid #ef7c2c;border-width:0 1px 1px 0;display:inline-block;padding:5px;margin-right:25px}.contact_info_time{display:flex;align-items:center}.contact_info_time_inner{display:flex;justify-content:start;flex-direction:column;line-height:30px!important}.contact_info_time_inner span{font-size:13px;line-height:25px}.contact_info_inner .contact_info_time strong{padding-right:5px}.contact_from_groups .group_textarea textarea{border-radius:20px!important;height:257px!important;padding:20px;margin-top:25px}.read_under_line{text-decoration:underline;color:#f79903}#react-sidebar .section-heading{padding:15px 20px!important}.active_sidebar_inner .inner-item{color:#ff7e21!important}.Servicecenter_accordion_link{padding:12px 8px;border:1px solid #33333333;margin-bottom:20px}.Servicecenter_link_inner .title{display:flex;align-items:center;justify-content:space-between;flex:1 1}.Servicecenter_link_inner{display:flex;grid-gap:11px;gap:11px}.Servicecenter_link_image{height:30px;width:30px;background-position:50%;background-size:cover;background-repeat:no-repeat}.product_detail_mobile_inner{display:flex;align-items:center;justify-content:space-between}.product_detail_mobile_inner img{width:80px}.login_registration_page .row .col-lg-6 .login-wrap{height:100%;padding:25px 40px 70px!important;border-radius:5px}.login_section_area{margin-top:0}.login-section form .login-footer.form-group .check-form{margin:0 0 60px}.rating_comp_mobile_main{max-width:50%;margin-top:45px}.empty_orders{position:relative;height:100vh}.main_category_comp .vinylboden_inner_main{border-top:0;padding-top:0!important;margin-top:15px}ul.sub-menu--mega__list li a{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-width:170px}.checkout_stepers .StepContainer-0-2-2:before{width:75%!important}.product_main_details .img_pro img{width:95px;height:85px}.light-skin .navigation .sub-menu--mega__list li a{padding:4px 0 0 1px}.category_tabs .row .col-lg-3{margin-bottom:35px}.vinylboden_main_inner .category_tabs .col-lg-4{margin-bottom:30px;padding-right:8px!important;padding-left:8px!important}.category_multi_tabs_product{position:relative;overflow:hidden}.category_btn_active:after{content:"";background:#ff7e21;border-radius:50px;height:3px;position:absolute;bottom:3px;left:0;right:0;z-index:1}.checkout_stepers .StepContainer-0-2-2:first-child:before{display:none}.checkout_stepers .StepContainer-0-2-2{padding-left:8px!important;padding-right:8px!important}.checkout_stepers .StepContainer-0-2-2 .StepMain-0-2-3{width:-moz-fit-content;width:fit-content;background-color:#fff}.checkout_stepers .StepContainer-0-2-2:first-child{flex:unset!important}.paymet_value_tag{text-align:right}.dropdown-content .panel-content{position:relative}.panel-content-padding{padding-bottom:45px}.search_product_img img{height:76px;width:76px;-o-object-fit:contain;object-fit:contain}.rmsc .options li:last-child button.option_lable_filter{position:absolute;left:0;bottom:10px;right:0;margin:0 auto;max-width:92%}.sales_category_products .category_tabs .col-lg-4{margin-bottom:30px}.filter_option_main .dropdown-content{z-index:999!important}.product_filter_main .product_filter_count{display:flex;justify-content:space-between;font-family:Roboto,sans-serif;font-display:swap}.product_filter_main .product_filter_count span{color:rgba(51,51,51,.82);font-size:1rem;font-weight:500}.hero_slider_parent .slider_bg_image{background-repeat:no-repeat}.payment_images{left:52px}.payment_images,.payment_images_card{position:absolute;z-index:9;height:30px;border:1px solid #e0e0e0;border-radius:5px}.payment_images_card{left:105px}.paypal_service_tag_card label{margin-left:110px!important}.kalarna_sub_method label{margin-left:0!important}.payment_method_section label{margin-left:50px;font-size:17px!important;margin-bottom:0;padding-top:2px}.paypal-btn{padding:30px!important}.paypal-cart{margin:20px auto;width:80%}.paypal_service_tag:after{content:"(Paypal Service)";position:absolute;right:-115px;top:50%;transform:translateY(-50%);font-size:14px;font-weight:500}.loaderContainerStyle{width:100%;text-align:left}.paypal_service_tag{position:relative}.active_tag_wrapper .active_tag{font-weight:700;text-transform:uppercase;font-size:13px;background:#df013a;color:#fefefe;padding:.125rem 1rem;white-space:nowrap;margin:10px -7.5px 15px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.active_tag_wrapper{width:100%;display:flex;justify-content:flex-end;padding:0 0 6px}.cart-value-paymrnt li.Vorkasse{height:35px;width:50px}ul.days_info li span{min-width:60px}.product-grid:hover .product-grid__image .product_images{transform:none!important}.request_submit_main .request_submit_btn{font-weight:600;padding:10px 25px;border:1px solid #ff7e21;font-size:12px;margin:0!important;border-radius:5px!important}.return_request_content p{font-size:14px;margin-top:15px;line-height:1.5}.request_submit_main textarea.form-control{height:257px!important;padding:15px;border-radius:20px!important}.request_submit_main .return_request_content{max-width:100%}.request_form input{height:50px}.request_form .request_submit_btn{padding:10px 20px;margin:auto;display:block}.request_form h2{padding-bottom:0;font-size:26px!important;max-width:400px;color:#1a1a1a}.request_form form{margin-top:35px}.request_form{width:100%;margin-top:30px;background-color:#f3f3f0;padding:50px}.return_request_content h2{padding-bottom:0;font-size:26px!important;max-width:100%}.desktop_imagegallery_bottom .mobile_imagegallery_bottom_inner{grid-gap:32px;gap:32px}.category_tabs_main_product .product-slider-wrap .product_images{height:245px;width:100%}.information_product_detail_page{color:#1a1a1a!important}.information_product_detail_page:hover{color:#ef7c2c!important}.menu_banner-img p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}.cart_paypal_modal .modal-header{margin-bottom:0;font-size:19px;font-weight:400;color:#1a1a1a}.cart_paypal_modal .modal-body{max-height:475px;overflow-x:auto}.cart_paypal_modal .modal-body::-webkit-scrollbar{width:0}.cart_paypal_modal .modal-footer{border:0;padding:0}.sub-menu--mega__images{display:flex;flex:1 1;flex-shrink:0;justify-content:space-around;grid-gap:15px;gap:15px}.paypal_botton_txt p a{text-decoration:underline!important}.paypal_botton_txt p a:hover{color:#f9793a!important}.cart_paypal_modal .paypal-cart,img.product_images.product_images_default{width:100%}.cont_info li a{font-weight:500}.menu_list.indivisual_menu_list li p,.menu_list.sale_menu_list li p{font-size:17px;font-weight:400;line-height:16.94px;text-transform:uppercase}.main_category_comp .covering_main_div .single-banner h4{font-size:30px!important;line-height:36.31px;font-weight:600!important}.main_menu_list ul li{font-size:20px!important;font-weight:800!important}.drawer_data::-webkit-scrollbar{width:0!important}.indivisual_menu_list ul li,.sale_menu_list ul li{font-size:16px!important;font-weight:500!important}body .main-cat .accordion__button{font-size:17px!important;font-weight:400!important;color:#1a1a1a!important;text-transform:uppercase!important;line-height:16.94px}.custom_dropdown .active_variation_value{font-weight:600;color:#664933;background-image:url(/assets/images/check-new.svg);background-repeat:no-repeat;background-position:right 10px top 50%;background-size:12px}.sub_cat_childern li,.sub_child_head .accordion__button{font-size:17px!important}.sub_cat_childern li{padding:9px 20px!important}.service_center_bottom_inner h4{font-size:22px!important;font-weight:400!important;color:#664933;margin-bottom:5px}.service_center_bottom_inner{background-color:#f9f9f9;padding:25px 0;margin-top:25px}.service_center_bottom_inner .bottom_content p{max-width:635px;line-height:16.94px;display:flex;align-items:center;grid-gap:7px;gap:7px}.service_center_bottom_inner .bottom_content_btn .service_btn{padding:10px 15px;text-decoration:none}.service_center_bottom_inner .bottom_content_btn{display:flex;align-items:center;grid-gap:20px;gap:20px;flex-wrap:wrap}.newsletter.footer_newsletter{padding:80px 0}.footer-payment li:first-child a img{border:.7px solid #a0a0a0}.middle-header{padding:20px 0}.blog_sort_area .sort-btn{padding:8px 31px;background:none no-repeat #fff;filter:none;border:1px solid #1a1a1a;border-radius:50px;color:#1a1a1a;font-size:16px}.sort-btn-inner{display:flex;align-items:center;justify-content:space-between;grid-gap:5px;gap:5px}.blog_sort_options ul li{font-weight:400;line-height:25px;color:#333;cursor:pointer;transition:.3s}.blog_sort_options ul li:hover{color:#ef7c2c;transition:.3s}button.sort-btn.sort-btn-active{background-color:#e0e0e0;color:#1a1a1a}.blog_sort_area{position:relative}.blog_sort_options{position:absolute;right:0;z-index:99;background-color:#fff;border:1px solid #1a1a1a;border-top:0;top:40px;width:100%}.blog_sort_options ul{text-align:left;padding:10px;font-size:14px}.payment_method_section{cursor:pointer!important}.post_comment h3{font-weight:unset!important;font-family:Roboto,sans-serif;font-size:18px;color:#1a1a1a;line-height:21.78px}.post_comment h3 span{font-family:Roboto,sans-serif;font-display:swap;padding-bottom:3px}.blog_post_comment h3{font-weight:unset!important;font-family:Roboto,sans-serif;font-size:20px;color:#1a1a1a;line-height:24.2px}.single_blog_post_comment .comment_info{padding:0}.single_blog_post_comment .blog_post_comment{margin-top:10px}.single_blog_post_comment form lable{font-weight:400!important}.blog_comment_comp{margin-top:20px}.blog_comment_count h3{font-weight:400!important;font-size:20px;color:#664933;line-height:24.2px}.blog_comment_count{margin-top:50px;max-width:560px}.post_comment_list .user_image img{width:35px;height:35px}.post_comment_list .user_admin_img img{width:28px!important;height:28px!important}.user_info p{margin-bottom:0;line-height:20px}.post_comment_list{display:flex;grid-gap:20px;gap:20px}.post_comment_list .user_name{font-weight:unset;font-family:Roboto,sans-serif}.post_comment_list .comment_title{font-size:16px}.post_comment_list .user_name{display:flex;align-items:center;grid-gap:10px;gap:10px}.post_comment_list .user_name span{font-family:Roboto,sans-serif;font-weight:unset;font-size:13px;color:#999;cursor:pointer}.user_comment_reply{display:flex;grid-gap:18px;gap:18px;margin-top:30px}.user_message{margin-top:15px;max-width:590px}.user_message p{margin-bottom:15px}.user_message .reply_footer{display:flex;flex-direction:column}.mega_menu_navigation{grid-gap:20px;gap:20px}nav.navigation .nav-link{padding-top:0!important;padding-bottom:0!important}.brand-logo-area .cl-logo img{-o-object-fit:contain;object-fit:contain;aspect-ratio:3/3;width:187.54px;cursor:pointer}.all_blogs_content .blog-post{height:100%}.all_blogs_content .row .col-xl-4{margin-bottom:20px;cursor:unset!important}.all_blogs_content .blog-post .blog-post__content{padding:10px 20px 0 30px}.blog_listing_description{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.main_category_comp .main_cat_box_title{word-break:break-word}.service_accordion_main .service_box{height:100%;position:relative}.service_accordion_main .row .col-md-6:nth-child(2n){margin:0 0 0 auto}.service_accordion_main .row .col-md-6{max-width:470px}.service_accordion_main .service_box .service_box_main{position:absolute;bottom:60px;left:30px;right:30px}.service_accordion_main .row .col-md-6{margin-bottom:30px}.service_box ul li span{padding-left:20px;color:#1a1a1a!important;font-size:14px}.mobile-menu-trigger .mobile_menu_cross{width:16px!important}.menu_wrapeer{position:relative}.fil_img{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:168px}.brand_logo_inner_section .cl-logo{height:unset}.sub_cat_box_content h4{word-break:break-word;color:#fff}.custom_checkbox_container{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:15px!important;font-weight:400!important;color:#787878!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom_checkbox_container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:3px;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #bababa;border-radius:100%}.checkmark:after{content:"";position:absolute;display:none}.custom_checkbox_container input:checked~.checkmark:after{display:block}.custom_checkbox_container .checkmark:after{left:6.5px;top:2px;width:5px;height:11px;border:solid #ef7c2c;border-width:0 1.9px 1.9px 0;transform:rotate(45deg)}.custom_checkbox_container a{color:#1a1a1a;text-decoration:underline}.calculated_per_container{padding-top:10px;display:inline;font-style:normal;font-weight:600!important;font-size:13px!important;line-height:15.23px;color:#1a1a1a!important;padding-left:25px}.calculated_per_container .checkmark{top:7px}.multiselect_checkbox_container{font-size:12px!important;margin-bottom:0!important;padding-left:22px}.multiselect_checkbox_container .checkmark:after{left:4px;top:.9px;width:4.9px;height:9px}.multiselect_checkbox_container .checkmark{height:15px;width:15px}.checkout_custom_radio{display:flex;align-items:center;grid-gap:15px;gap:15px}.single-post .blog-content .blog-text ul{margin-bottom:40px;padding-left:0}.single-post .blog-content .blog-text ul li{margin-bottom:10px;color:#1a1a1a}.comment-area form.field-form input,.comment-area form.field-form textarea{border:1px solid #bababa}ul.blog-meta{padding:0}ul.contact-info,ul.days_info,ul.footer-payment,ul.social-icons.mb-3.mb-lg-0,ul.widget-links{padding-left:0}.custom_radio_container{margin-bottom:0;padding-top:2px;font-size:14px!important;padding-left:27px}.custom_radio_container .checkmark{border-radius:50%;top:1px}.custom_radio_container .checkmark:after{left:5.5px;top:3px;width:6px;height:10px}.custom_radio_container.custom_radio_address{font-size:15px!important;font-weight:700!important;display:inline}.custom_radio_container.custom_radio_select_payment{margin-left:0;display:inline}.zahlung_content_inner .payment_method_section{display:block!important}.payment_select_inner_radio{display:flex;align-items:self-start;margin-left:30px;grid-gap:10px;gap:10px}.custom_checkbox_container.custom_payment_option_container{margin-right:30px}.custom_checkbox_container.custom_payment_option_container .checkmark{top:7px}.payment_select_inner_radio .paypal_service_tag_card{margin-left:100px}.cuetomer_order_card_info ul,.hideshow_sec .steper_comp ul,.login-wrap.registration ul,.m_menu_drawer ul,.product-content .crt-det ul,.product_main_details ul,.sidebar ul{list-style:none!important;padding-left:0!important}.blog_sort_options ul,.sort_options_comp ul{list-style:none}.magzine_content .blog-post .blog-post__image img{height:256px}.magzine_content .blog-post{height:100%}.magzine_content .blog-post .blog-post__content{padding-bottom:0}.magzine_content .row .col-lg-4{margin-bottom:30px}.multiselect_filter_btn{display:flex;grid-gap:15px;gap:15px;flex-wrap:wrap}.inner_prod.product-grid a,a.block_element{display:block;width:100%}.inner_prod.product-grid a:hover,a.block_element:hover{text-decoration:none;color:#000;color:initial}.single-banner a{display:block}.single-banner a:hover{text-decoration:none}.single-banner-main a.single_banner_one{display:block;width:100%}.all_blogs_content .blog-post .blog-post_a{display:block}.all_blogs_content .blog-post .blog-post_a:hover{text-decoration:none;color:#000;color:initial}.magzine_content .blog-post .home-blog-post{display:block}.magzine_content .blog-post .home-blog-post:hover{text-decoration:none;color:#000;color:initial}.category_tabs_main_product .product-grid-a{display:block}.category_tabs_main_product .product-grid-a:hover{text-decoration:none}.blog_sort_options ul li,.cart-value-paymrnt li,.checkout_footer_list ul li,.crt-det ul li,.drawer_footer ul li,.filter_option_main div ul.options li,.footer_payment_method ul li,.m_menu_drawer ul li,.main-sidebar-menu li,.navigation li,.pagination_product ul li,.product_main_details ul li,.register_text ul li,.sort_options_comp ul li,footer ul li,ul.header-icons li{padding-left:0;margin-bottom:0!important}.blog_sort_options ul li:before,.cart-value-paymrnt li:before,.checkout_footer_list ul li:before,.crt-det ul li:before,.drawer_footer ul li:before,.filter_option_main div ul.options li:before,.footer_payment_method ul li:before,.m_menu_drawer ul li:before,.main-sidebar-menu li:before,.navigation li:before,.pagination_product ul li:before,.product_main_details ul li:before,.register_text ul li:before,.review_content .review_inner_content ul li:before,.servicecenter_main .service_box ul li:before,.sort_options_comp ul li:before,.wishlist-content .wish_pro_details ul li:before,footer ul li:before,ul.header-icons li:before{display:none}.imageFilterNameSkeleton{display:flex;justify-content:center;align-items:center}.login-wrap .login_right_section ul li{display:flex;align-items:center;justify-content:flex-start;grid-gap:7px;gap:7px}.login-content form .form-group input{padding:0 25px}.login-content .bodenio_newsletter_section .newsletter-form-group .form-control{padding:15px 50px 0 0}.login-wrap .login_right_section ul li span{margin-bottom:0}.servicecenter_main .service_box ul li{padding-left:0}.all_blogs_content .blog-post .blog-title a{word-break:break-word}.filter_option_main div ul.options li{position:static}.all_blogs_content .blog-post .blog-post__content{padding:10px 10px 0}.top-header .header-topbar-info a{display:block}.top-header .header-topbar-info a:hover{text-decoration:none;color:#000;color:initial}.wishlist-content .wish_pro_details ul li{padding-left:0}.newsletter_section_main .newsletter_list li{display:flex;align-items:center;grid-gap:5px;gap:5px;line-height:18.75px;font-size:16px;margin-bottom:0}.newsletter_section_main h1{color:#1a1a1a}.newsletter_section_main .newsletter_list .newletter_list_icon{width:-moz-fit-content!important;width:fit-content!important}.custom_checkbox_container.kalarna_custom_payment_options .checkmark{top:2px}.custom_checkbox_container.kalarna_custom_payment_options{margin-left:0!important}.review_content .review_inner_content ul li{padding-left:0}.product_cart_main .large_cart_list_title a{text-decoration:none;color:#000;color:initial}.product-grid .product-grid__image div:first-child{position:static!important}.product-grid .product-grid__image div img{height:100%!important;position:static!important}.bottom-header.light-skin{position:sticky;top:-2px;padding:0;border-top:1px solid #bababa}.bodenio_newsletter_section .newsletter_head{text-align:center}.bodenio_newsletter_section .newsletter_head h2{font-weight:400!important;color:#664933}.bodenio_newsletter_section .newsletter_head p{max-width:431px;margin:auto;color:#787878;line-height:21.78px;font-size:18px}.bodenio_newsletter_section .newsletter_head p span{color:#ff7e21}.bodenio_newsletter_section{position:relative;height:461px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:50%}.newletter_top_tag_section{position:absolute;right:-30px;top:-55px}.bodenio_newsletter_section .newsletter_field .form-control{height:50px;border-radius:50px;background-color:#ff7e211a;border:0!important;padding:0 30px;font-size:14px}.newsletter_middle{margin-top:30px}.bodenio_newsletter_section .newsletter_field_btn{transition:all .8s ease 0s;border:2px solid #bababa;border-radius:50%!important;position:absolute;top:0;right:0;height:39px;width:39px;padding:unset!important;background:#f3f3f0;color:#1a1a1a}.bodenio_newsletter_section .newsletter_field_btn:hover{background:#1a1a1a;color:#fff;border:2px solid #1a1a1a}.home-telephone-advice .telephone_advice_section{margin-bottom:0;background-color:#f3f3f0}.bodenio_newsletter_section .newsletter_head.bottom{margin-top:65px}.bodenio_newsletter_section .newsletter_head.bottom p{max-width:615px;line-height:19.36px;font-size:16px}.bodenio_newsletter_section .newsletter-form-group{position:relative}.bodenio_newsletter_section .newletter_top_tag_inner span{color:#fff}.newsletter_field{max-width:375px;margin:auto}.bodenio_newsletter_section .newletter_top_tag_inner{display:flex;align-items:center;flex-direction:column;background:rgba(255,126,33,.8);width:-moz-fit-content;width:fit-content;padding:36px 29px;border-radius:50%;position:relative;z-index:1}.bodenio_newsletter_section .newletter_top_tag .tag_price{font-size:36px;line-height:30px;font-weight:600}.bodenio_newsletter_section .newletter_top_tag .tag_info{font-size:12px;font-weight:600}.newletter_top_tag:after,.newletter_top_tag:before{content:"";position:absolute;border-radius:50%;top:0;right:0}.newletter_top_tag:after{background-color:#664933cc;height:88%;right:-1.5rem;width:88%}.newletter_top_tag:before{background-color:#664933cc;height:66%;top:-1.5rem;width:66%}.bodenio_newsletter_section .newletter_top_tag{position:relative;width:-moz-fit-content;width:fit-content}.advice_section_content p{margin-bottom:0;color:#000;font-size:28px;font-weight:500}.advice_section_content span{margin-bottom:0;color:#00a200;font-size:20px;line-height:24.2px;font-weight:500}.advice_section_content{line-height:20px}.advice_section_social_content p{margin-bottom:0}.advice_section_social_content{margin-top:30px;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.advice_section_social_content .contact_image img{height:25px}.advice_section_social_content p{display:flex;align-items:center;grid-gap:8px;gap:8px}.telephone_advice_section .telephone_advice_external_info{max-width:320px;margin-top:25px;margin-bottom:0;line-height:18.75px;color:#1a1a1a;font-size:16px;font-weight:400}.telephone_advice_section .telephone_advice_external_info span{font-weight:700}.advice_section_inner .advice_main_section{display:flex;flex-direction:column;height:100%;justify-content:center}.advice_section_inner a{color:#1a1a1a;text-decoration:unset!important;font-size:18px;line-height:21.09px;font-weight:500}.advice_section_inner a:hover{color:#ef7c2c!important}.advice_section_social_content.whatsapp_info{margin-top:15px}.service_center_image{display:flex;align-items:center;justify-content:flex-start}.category_name_section_two.subcategory_name{bottom:25px;left:20px}.category_name_section_two.subcategory_name h4{font-size:25px!important}.category_name_section_two h4{font-size:30px!important;color:#fff;font-weight:700!important}.category_name_section_two{position:absolute;bottom:35px;left:39px}.category_name_section_two p{font-size:15px;line-height:17px;max-width:121px}.blog-post-content-inner img{height:295px;width:215px}.blog-post-content-inner{display:flex;align-items:flex-start;flex-wrap:wrap}.blog-post-content-list .blog-post-content h4{font-size:22px!important;line-height:25px;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:600!important}.blog-post-content-list .blog-post-content span.tag{font-size:15px;color:#1a1a1a;line-height:20px}.blog-post-content-list .blog-post-image{height:294px;background-position:50%;background-size:cover;background-repeat:no-repeat;transition:all .5s}.blog-post-content-list{background-color:#f3f3f0;position:relative;border-radius:0 5px 5px 0}.blog-post-content{padding:25px 0}.blog-post-image-section:hover .blog-post-image{transform:scale(1.1)}.blog-post-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5;margin-top:25px;font-size:14px}.blog-post-image-section{max-width:215px;width:100%;transition:all .5s;cursor:pointer;overflow:hidden}.read_more_txt{text-decoration:unset!important;color:#ff7e21;font-size:16px;font-weight:600;position:absolute;right:20px;bottom:25px}.read_more_txt:hover{color:#1a1a1a}.all_blogs_content.blog-list-content .row .col-md-6{margin-bottom:65px}.all_blog_list_content h3{font-weight:400!important;color:#664933;margin-bottom:30px}.brand-logo-area .section-title h2{font-size:22px!important;line-height:42.19px;font-weight:500!important;color:#000!important}.brand-logo-area .section-title{max-width:604px;margin:auto}.no-gutters.row .icon-box__content h5{font-weight:400!important;color:#664933}.no-gutters.row .icon-box__content p{color:#787878}.main_cat_content{position:absolute;bottom:30px;left:30px}.main_cat_content h4{color:#fff}.main_cat_slider .cat_slider_img{height:290px;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;position:relative}.main_cat_slider .cat_slider_img h4{position:absolute;bottom:0;margin-bottom:45px;left:20px;color:#fff;font-weight:600!important;font-size:30px!important;line-height:36.31px}.main_cat_slider .header-slider-nav .ht-swiper-button-nav.swiper-button-prev{left:-20px!important}.main_cat_slider .header-slider-nav button.ht-swiper-button-nav{transform:unset!important;top:145px!important;background-color:#f4f4f499;width:45px;height:45px;line-height:45px;border-radius:50%;opacity:.5}.image_slider_main_cat{margin-top:40px}.image_slider_content h3{font-size:28px;font-weight:400!important;color:#664933;margin-bottom:0}.image_slider_content p{color:#664933;font-size:22px;line-height:26.63px}.image_slider_content{margin-bottom:30px;padding-left:8px}.main_cat_slider_inner{position:relative}.main_cat_slider .header-slider-nav button.swiper-button-next{right:-20px!important}.main_category_big_image{height:458px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative}.main_category_big_image .main_cat_title{color:#fff;position:absolute;bottom:60px;left:60px;font-size:42px!important;line-height:50.83px;font-weight:600!important}.head_inner_content h3{font-size:28px!important;color:#1a1a1a!important;font-weight:500!important;margin-bottom:20px}.head_inner_content h3 span{display:block}.head_inner_content p{font-size:14px;margin-bottom:10px;color:#1a1a1a;font-weight:400;line-height:1.5!important}.head_ques_icon{width:115px}.head_inner_content{display:flex;align-items:center;justify-content:space-between}.head_inner_content .head_content{max-width:630px}.service_center_box_head{margin-top:45px}.service_center_box_head h3{margin-bottom:0;font-size:22px!important;color:#664933!important;font-weight:400!important}.service_accordion_main .service_box h4{margin:10px 0 18px;font-size:20px!important;font-weight:500!important;color:#1a1a1a!important}.service_center_bottom_inner h2{font-size:28px!important;font-weight:400!important;color:#664933}.newsletter_service_center .bodenio_newsletter_section{margin:100px 0 0}.vinylboden_inner_main h2,.vinylboden_inner_main h3{font-size:28px!important;font-weight:400!important;color:#664933;margin-bottom:8px!important}.covering_main_div h1{font-weight:400!important;color:#664933!important}.covering_main_div .brand-logo-area{padding-bottom:10px}.service_box_icons{background:#ff7e21;width:-moz-fit-content;width:fit-content;padding:0;width:45px;height:45px;border-radius:50%;position:relative}body .service_center_box_head h3{font-size:22px!important;line-height:42.19px;color:#1a1a1a!important;font-weight:500!important}.service_box_icons img{position:absolute;width:25px!important;top:50%;transform:translate(-50%,-50%);left:50%;aspect-ratio:3/3;-o-object-fit:contain;object-fit:contain}.service_center_contact_info .contact_image img{width:30px}.service_center_contact_info{display:flex;align-items:center;grid-gap:25px;gap:25px;margin-bottom:25px}.service_center_contact_inner{display:flex;align-items:center;grid-gap:10px;gap:10px}.mail-contact-section a,.phone-contact-section a{font-size:18px!important;line-height:21.09px;color:#1a1a1a!important;font-weight:400!important}.phone-area.service-section img{width:35px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.service_center_contact_info .service-section{background-color:#ff7e21;border-radius:50%;width:35px;height:35px;line-height:35px;text-align:center}.service_center_contact_info .phone-area{padding:0 6px}.mail-contact-section .phone-area{padding:0 7px}.service_center_bottom_inner .bottom_content .service_center_bottom_info{margin-top:15px;font-size:14px}.service_center_contact_info p{margin:0}.service_accordion_main .row .col-md-6{margin-bottom:75px!important}footer{background-color:#f3f3f0!important}.zahlungcontent_main_content p{color:#1a1a1a!important}.zahlungcontent_main_content img{width:100%}.zahlungcontent_main_content h1,.zahlungcontent_main_content h2{line-height:33.89px}.main_cat_slider_inner .inner_prod.product-grid{max-width:265px;min-width:265px}.vinylboden_main_inner h1{font-size:22px!important;color:#000!important;margin-bottom:5px;line-height:42.19px!important;letter-spacing:.84px}.sub_category_content_wrapper .vinylboden_inner_main h1{font-size:22px!important;color:#000;margin-bottom:5px;line-height:42.19px}.vinylboden_main_inner h2{font-size:28px!important;color:#664933;margin-bottom:5px}.vinylboden_main_inner p{font-size:16px;line-height:25px;font-weight:400!important}.hideshow_sec .bodenio_theme_btn.open_steps_btn{border:0;margin:0;padding:10px 40px}.hideshow_sec .bodenio_theme_btn.closes_btn{background:#fff;border:1px solid #e0e0e0;border-radius:50%!important;padding:0;width:24px;height:24px;line-height:13px}.vinylboden_main_inner h3{font-size:22px;color:#664933;font-weight:400!important}.vinylboden_inner_main h3{margin-top:60px}.sub_category_head_inner{margin-bottom:0;margin-top:15px}.sub_category_head_inner p{font-size:14px;line-height:1.5;color:#000;font-weight:400!important}.product_filter_count{margin-top:15px;margin-bottom:0}.product_count_sort_item .item_count .count_value{font-size:16px!important;font-weight:400!important;color:#787878;margin-bottom:0}.product_count_sort_item{display:flex;align-items:center;justify-content:flex-end;width:100%}.pagination_product ul li{border-radius:50%;width:38px;height:38px}.category_tabs .inner_prod.product-grid{box-shadow:none;border-bottom:1.01px solid #bababa}.category_tabs .inner_prod.product-grid .product-detail{margin-top:10px;margin-bottom:12px}.category_tabs .inner_prod.product-grid .product-detail .product-title{font-size:14.75px!important;color:#000!important;line-height:17.28px;margin-bottom:25px!important;font-weight:700!important;margin-top:15px}.category_tabs .inner_prod.product-grid .product-detail p{font-size:11.06px;line-height:12.96px;margin-top:0;color:#000;margin-bottom:0}.category_tabs .inner_prod.product-grid .product-price .del_p{font-size:12.9px;line-height:15.12px;color:#000;margin-bottom:5px}.category_tabs .inner_prod.product-grid .product-price .price{font-size:18.43px;font-weight:700!important;color:#000!important;line-height:21.6px}.shop_tag_toggle{text-align:center;padding:21px 0;margin-bottom:40px;display:flex;align-items:center;justify-content:center;grid-gap:12px;gap:12px}.shop_tag_toggle p{color:#664933;font-weight:500;font-size:18px;line-height:22px}.sub_category_shop_tag{position:relative;background-color:#ffd757;border-radius:5px}.sub_category_shop_tag svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;transition:.5s}.sub_category_shop_tag svg:hover{color:#ff7e21!important;transition:.5s}.category_tabs .row{margin-right:-7px!important;margin-left:-7px!important}.product-content__sort-info ul li{font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#1a1a1a;padding-top:5px;display:flex;align-items:baseline}.product-content__sort-info ul li span{font-weight:600!important}.product-content__sort-info ul li img{margin-right:5px}.top_category_slider_section .category_tabs{border:0}.top_category_slider_section .category_tabs .react-multi-carousel-track li:before,.top_category_slider_section .category_tabs .react-multiple-carousel__arrow{display:none}.top_category_slider_section .category_tabs .slider_action_arrow{background-color:#fff;width:45px;height:45px;line-height:41px;border-radius:50%;opacity:1;position:absolute;z-index:9;border:1px solid #e0e0e0;cursor:pointer;text-align:center;top:50%;transform:translateY(-50%)}.top_category_slider_section .category_tabs .react-multi-carousel-track li{padding:0 18px}.category_slider_section_head h3{font-size:22px;line-height:42.19px;font-weight:500!important;text-align:center;color:#000;margin-bottom:30px}.top_category_slider_section .category_slider_section_head{margin-bottom:25px}.top_category_slider_section{position:relative;margin-top:0}.main-section-top-category{margin-top:-35px}.top_category_slider_section .category_tabs .next_slide{right:-5px}.top_category_slider_section .category_tabs .previous_slide{left:-5px}.newsletter_component_section .bodenio_newsletter_section{margin:50px 0 40px}.newsletter_component_bottom p{line-height:20px}.newsletter_component_bottom{margin-bottom:130px}.bodenio_our_brands h1{text-align:center;color:#664933}.our_brand_logo img{aspect-ratio:3/2;width:150px!important;-o-object-fit:contain;object-fit:contain;margin-bottom:0!important}.our_brand_logo{text-align:center;border:1px solid #e0e0e0;padding:49px 0;cursor:pointer}.bodenio_our_brands_listing{margin-top:40px}.bodenio_our_brands .row .col-md-3{margin-bottom:30px}.bodenio_our_brands_listing a{width:100%}body .sidebar .active_sidebar a .top-item{color:#ff7e21!important;font-weight:600!important}.sidebar .main-item a .top-item{color:#1a1a1a!important;font-weight:400!important}.active_sidebar .sub-sidebar-menu li:last-child{padding-bottom:10px}.widget-archive.main-sidebar-menu .main-item:last-child .sub-sidebar-menu li:last-child{padding-bottom:0}.sidebar_content_head{margin-top:40px;border-bottom:0!important;padding:25px 0 15px!important}.sidebar_content_head p{text-decoration:unset!important}.sidebar_content_head h5{color:#787878!important;font-size:20px!important;margin-bottom:3px}.menu_sidebar_content .sidebar-contact-section{background-color:#ff7e21;border-radius:50%;max-width:35px;height:35px;line-height:35px}.menu_sidebar_content .sidebar-contact-section img{width:35px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.menu_sidebar_content .phone-area{padding:0 7px}.menu_sidebar_content .mail-area{padding:0 8px}.sidebar_content_contact{display:flex;align-items:center;grid-gap:8px;gap:8px;border-bottom:0!important;padding:8px 0!important}.sidebar_content_contact a{font-size:18px!important;line-height:21.09px;color:#1a1a1a!important;font-weight:700!important}.sidebar_content_contact a:hover{color:#ff7e21!important}.sub_category_head_images{height:220px}.sub_cat_box_content{position:absolute;bottom:20px;left:15px}.zahlungcontent_main_content h1{font-size:22px!important;line-height:42.19px!important;color:#000!important}.zahlungcontent_main_content p{font-size:14px!important;line-height:1.5!important}.zahlungcontent_main_content h2,.zahlungcontent_main_content h3,.zahlungcontent_main_content h4,.zahlungcontent_main_content h5,.zahlungcontent_main_content h6{font-size:22px!important;line-height:42.19px!important;color:#1a1a1a;font-weight:500!important}.zahlungcontent_main_content .payment_accordion_title{font-size:22px!important;line-height:42.19px;font-weight:500!important;color:#664933}.zahlungcontent_main_content .accordion_main .accordion__button{background-color:transparent!important;padding:0}.zahlungcontent_main_content .accordion_head_content{padding:17px 20px;display:flex;align-items:center;grid-gap:13px;gap:13px}.zahlungcontent_main_content .accordion_head_content img{width:40px;border:1px solid #e0e0e0;border-radius:5px}.zahlungcontent_main_content .accordion_main .accordion__button[aria-expanded=true]:before{transform:rotate(225deg);right:12px;top:28px}.accordion_head_content .card_icons{display:flex;align-items:center;grid-gap:8px;gap:8px}.zahlungcontent_main_content .accordion_main .accordion__button:before{transform:rotate(45deg);right:12px;top:23px}.zahlungcontent_main_content .accordion_main .accordion__panel{border-radius:0 0 5px 5px;padding:50px 20px 30px;margin-top:-30px}.accordion_main.zahlung_accordion{max-width:530px}.zahlungcontent_main_content .accordion_main .accordion__heading{border-radius:5px}.contact_us_content h1{color:#1a1a1a;margin-bottom:11px}.contact_us_content h2{font-size:22px!important;line-height:42.19px;color:#1a1a1a;font-weight:500!important}.contact_us_content p{font-size:14px;margin-top:15px;line-height:1.5}.contact_from_groups .custom_checkbox_container{font-size:12px!important;line-height:14.52px;color:#787878!important}.contact_from_groups .custom_checkbox_container a{color:#ff7e21;text-decoration:unset}.contact_from_groups .checkmark{background:#fff;border:1px solid #e0e0e0;border-radius:50%}.contact_from_groups .custom_checkbox_container .checkmark:after{left:5.2px;top:2px;width:7px;height:11px}.contact_from_groups .registration_footer{margin-bottom:0}.zahlungcontent_main_content figure{display:none}.servicecenter_external .zahlungcontent_main_content p{font-size:14px;line-height:25px;font-weight:400!important}.zahlungcontent_main_content h3{font-size:22px!important;line-height:42.19px;color:#1a1a1a!important;margin-top:45px;font-weight:500!important}.zahlungcontent_main_content.versand_main_content h1{margin-bottom:-15px}.muster_sections_comp{margin-top:55px}.muster_inner h3{text-align:center}.zahlungcontent_main_content h4{color:#1a1a1a!important;font-weight:400!important}.accordion_main.zahlung_accordion .accordion__button:before{border-bottom:1.275px solid #1a1a1a!important;border-right:1.275px solid #1a1a1a!important}.muster_sections_comp .muster_inner .image{height:155px;background-size:cover;background-position:50%;background-repeat:no-repeat}.muster_sections_comp .muster_box{margin-bottom:55px}.muster_sections_comp .muster_inner h3{margin-bottom:35px}.muster_sections_comp .muster_box .row{margin-bottom:50px}.muster_sections_comp .muster_inner h3{margin-top:80px}.zahlungcontent_main_content .accordion_main .accordion__panel p{font-size:13px;line-height:18px}.lieferung_section_inner .lieferung_box{background-color:#f3f3f0;padding:30px;height:100%;border-radius:5px}.lieferung_section_inner .lieferung_box h3{margin-bottom:15px;margin-top:0}.muster_box_row_section .box_info h4{font-size:20px!important;margin-bottom:12px}.lieferung_section_inner .lieferung_box h4{font-size:20px!important;line-height:24.2px}.lieferung_section_inner .lieferung_box p{font-size:13px;line-height:20px;margin-bottom:15px}.lieferung_section_inner .lieferung_box .middle-content{margin-top:37px}.lieferung_section_inner .lieferung_box .content-strong{font-weight:500;position:relative;padding-left:16px}.lieferung_section_inner .lieferung_box .content-strong:before{content:"";position:absolute;background-image:url(/assets/images/servicecenter-ques.svg);height:13px;width:13px;background-position:50%;background-size:contain;background-repeat:no-repeat;left:-3px;top:50%;transform:translateY(-50%)}.lieferung_box_content .alert_info{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-bottom:12px}.lieferung_box_content ul{margin-bottom:30px}.lieferung_box_content ul:last-child{margin:0}.login-wrap .heading-s1 h4{padding-bottom:15px;font-size:22px!important;line-height:42.19px!important;color:#1a1a1a;font-weight:400!important;margin-bottom:20px!important;border-bottom:1px solid #bababa!important}.register_text.login_right_section span{color:#1a1a1a}.login_registration_page .row .col-lg-6 .login-wrap button{width:100%!important;justify-content:center}.login_section_area.login_sec_amazon .login_btn{border:1px solid #ff7e21!important;background-color:#ff7e21;color:#fff}.login_section_area.login_sec_amazon .login_btn:hover{background-color:#ef761f;border-color:#ef761f!important;color:#fff!important}.login_registration_page .row .col-lg-6 .login-wrap .registration_form_btn{width:100%;border:1px solid #ff7e21!important;background-color:#ff7e21;color:#fff}.login_registration_page .row .col-lg-6 .login-wrap .registration_form_btn:hover{background-color:#ef761f;border-color:#ef761f!important;color:#fff!important}.register_text.login_right_section ul li svg{margin-right:0}.register_text.login_right_section ul li svg path{fill:#1a1a1a}.login-wrap .heading-s1 p{color:#1a1a1a;font-size:14px;line-height:1.5}.login-content .main_heading h1{color:#000;font-size:22px!important;line-height:42.19px}.login-content form{margin-top:60px}.login-content form .form-group{margin-top:40px}.login-section form .login-footer.form-group{margin-top:0;margin-bottom:0}.shipping_add_title{font-size:20px;font-weight:400!important;color:#1a1a1a;margin-top:40px}.login_section_area button{padding:15px 0}.login_section_area button,.registration_form_btn{font-size:12px;line-height:14.52px;font-weight:500}.registration_form_btn{padding:15px 35px}.login_right_section ul{margin-bottom:75px}.login_sec_amazon .amazon_btn{background:linear-gradient(156deg,#f7dfa5,#f0c14b);border-radius:5px!important;padding:15px 25px!important;margin:25px 0 0;display:flex;align-items:center;grid-gap:5px;gap:5px;transition:.5s}.login_sec_amazon .amazon_btn:hover{transition:.5s;filter:brightness(1.1)}.login_sec_amazon .amazon_btn p{color:#000;margin-bottom:0;margin-top:-5px}.login_section_area.login_sec_amazon{display:flex;align-items:flex-start;flex-direction:column;grid-gap:25px;gap:25px}.login_right_section span,.login_right_section ul li{font-size:14px}.login_sec_amazon .amazon_btn img{width:60px}.register_wrap form .row:first-child .col-md-6 .form-group{margin-top:0}.register_wrap form .row .form-group{margin-bottom:0}.register_wrap .custom_checkbox_container .checkmark:after{left:6px;top:2px;width:6px}.register_wrap .register_btn button{padding:12px 35px;font-size:12px;line-height:14.52px;font-weight:500;text-transform:uppercase;width:-moz-fit-content!important;width:fit-content!important}.registration_footer .custom_checkbox_container{font-size:14px!important;color:#1a1a1a!important;line-height:1.5}.registration_footer .custom_checkbox_container a{text-decoration:unset;color:#ff7e21}.payment_method_icon{padding-top:20px}.payment_method_icon ul{margin-left:15px}.payment_method_icon ul li{margin-right:15px!important}.payment_method_icon ul li:last-child{margin-right:0!important}.free_sample_product_btn .box_icon_text{display:flex;align-items:center;grid-gap:12px;gap:12px}.free_sample_product_btn .box_icon_text p span{display:block;font-size:11.5px;line-height:13.48px;font-weight:500}.free_sample_product_btn .box_icon_text p{font-size:16px;line-height:18.75px;color:#fff;font-weight:800;text-transform:uppercase}.Request_offer .product_request_offer_btn{background-color:#1a1a1a;border:1px solid #1a1a1a;min-width:232px;height:53px}.Request_offer .product_request_offer_btn .box_icon_text p{font-size:12px;line-height:14.06px;font-weight:700;color:#fff;margin-bottom:0}.Request_offer .product_request_offer_btn .box_icon_text{display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.single-product-filter-btn .product_filter_cat{background-color:transparent;border:1px solid #ff7e21;color:#ff7e21;padding:8px 20px;font-weight:400;font-size:12px;line-height:14px;display:flex;align-items:center;grid-gap:7px;gap:7px}.single-product-filter-btn{margin-bottom:15px}.product-content__quantity .cart-plus-minus button svg{color:#787878;font-size:12px;opacity:.5;transition:.5s}.product-content__quantity .cart-plus-minus button:hover svg{color:#fff;opacity:1;transition:.5s}.product_slug_detail{text-align:center;padding-top:0}.technische_table_content{position:relative;padding:0}.technische_table_content h3{text-align:center}.download_section{text-align:center;margin-bottom:60px;margin-top:50px}.product_single_pg_ .top_category_slider_section,.product_single_pg_ .top_category_slider_section .category_tabs{margin-top:0}.individua_offer_head{background-color:#f9f9f9;margin-top:-100px;margin-bottom:35px;padding:60px 0}.individua_offer_head .offer_head_inner{display:flex;align-items:center;justify-content:space-between}.individua_offer_head .offer_head_inner .offer_content{max-width:530px}.individua_offer_head .offer_head_inner .offer_content h1{color:#664933;line-height:33.89px;margin-bottom:5px}.individua_offer_head .offer_head_inner .offer_content h4{font-size:20px!important;color:#664933;line-height:24.2px}.individua_offer_head .offer_head_inner .offer_content p{font-size:12px;line-height:14.52px;margin-top:17px;max-width:500px}.individual-offer .contact_us_content{max-width:650px;margin:auto}.individual-offer .contact_from_groups .group_textarea textarea{margin-top:10px}.individual-offer .contact_from_groups .contact_submit{border-radius:5px!important;padding:10px 15px;margin-top:20px}.lieferung_head_banner p{font-size:12px;text-align:center;color:#1a1a1a!important;line-height:14.52px;font-weight:500!important;max-width:700px;margin:auto}.lieferung_head_banner{background-color:#ffd757;padding:17px 0;border-radius:5px;margin-bottom:40px}.versand_main_content h3{font-size:22px!important;line-height:42.19px}.cart_item_status{margin-top:15px!important}.bottom_cart_price_tag{color:#00a200!important}.cart_wishlist_active{color:#fff!important;border-color:#ff7e21!important}.cart_wishlist_active svg path{fill:#fff!important}.cart_page_sidebar_head{color:#1a1a1a;font-size:22px!important;line-height:42.19px!important;font-weight:500!important;margin-bottom:15px}.cart_val_price{color:#1a1a1a!important;line-height:19.36px!important}.cart_val_price,.cart_val_price span,.total_price_tag{font-weight:400!important}.total_price_tag{color:#787878!important;font-size:12px!important;line-height:14.52px}.cart_box_value_inner button{border-radius:5px!important;width:85%!important;height:58px!important;font-size:18px!important;font-weight:400!important;line-height:21.78px!important}.cart_box_value_inner .checkout_popup_btn{margin-top:35px;font-size:18px!important;font-weight:700!important;line-height:21.78px!important;border-color:#f9ca4f!important;background-color:#f9ca4f;color:#1a1a1a}.cart_box_value_inner .checkout_popup_btn:hover{color:#1a1a1a!important;border-color:#eec04c!important;background-color:#eec04c}.cart_box_value_inner .cart_value_paypal_btn{margin-bottom:10px;display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px}.cart_box_value_inner .paypal_botton_txt p{font-size:12px;color:#1a1a1a!important;font-weight:400!important;line-height:14.52px!important;margin-top:15px!important;padding:10px 0 35px}.cart_box_value_inner .paypal_botton_txt p a{text-decoration:unset!important;color:#ff7e21!important}.cart_value_point{display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.cart_value_point p{text-align:left!important}.cart_paypal_info p{font-size:12px;line-height:14.52px;font-weight:400;color:#1a1a1a}.cart_paypal_info p a{color:#ff7e21!important;display:block}.cart_paypal_info img{width:18px}.cart_paypal_info{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;margin-top:15px}.empty_shopping_cart .shopping_cart_icon{background-color:#ff7e21;width:150px;height:150px;border-radius:50%;position:relative}.empty_shopping_cart .shopping_cart_icon img{filter:brightness(100);height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.empty_shopping_cart h1{color:#1a1a1a;line-height:33.89px!important;margin-bottom:20px}.empty_shopping_cart h4{color:#1a1a1a;font-size:18px!important;line-height:24.2px;margin-bottom:10px}.empty_shopping_cart{display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:70px}.cart_paypal_modal .modal-header .close span:first-child{color:#1a1a1a;top:20px}.cart_checkout_popup .modal-header .close span:first-child,.cart_paypal_modal .modal-header .close span:first-child{background-color:#f9f9f9;border:.857143px solid #e0e0e0;font-weight:400!important;font-size:20px;border-radius:50%;position:absolute;height:24px;width:24px;right:15px;padding:1px 0}.cart_checkout_popup .modal-header .close span:first-child{color:#664933;top:33px}.cart_checkout_popup .modal-title.h4{font-size:19px;font-weight:400;color:#664933;line-height:22.99px}.cart_checkout_popup .modal-body h5{font-size:16px!important;font-weight:400!important;color:#664933;line-height:19.36px;margin-bottom:15px}.cart_checkout_popup .modal-header{margin-bottom:35px}.cart_checkout_popup form .form-group{margin-top:25px!important}.cart_checkout_popup form .form-group:first-child{margin-top:10px!important}.cart_forgot_password{margin:10px 0 35px!important}.cart_checkout_popup .btn-fill-out{border-radius:5px!important}.cart_checkout_popup button{border-radius:5px!important;padding:12px 0}.cart_checkout_popup .modal-content{padding:35px 18px 25px}.checkout_stepers .StepButton-0-2-4 span{font-size:13px!important;font-weight:400!important;line-height:18.81px;color:#664933}.checkout_stepers .StepButton-0-2-4{background-color:#f9f9f9;border:1px solid #e0e0e0!important;border-radius:50%!important}.checkout_stepers .StepButton-0-2-4.active span{color:#fff}.StepMain-0-2-3:has(.StepButton-0-2-4.active).StepMain-0-2-3 #RFS-Label{color:#787878;font-size:15.54px}.StepMain-0-2-3:has(.StepButtonContent-0-2-5.completed).StepMain-0-2-3 #RFS-Label{color:#787878;font-weight:400!important;font-size:15.54px}.stepform-main .adresse_content h1{letter-spacing:0;color:#664933;font-size:28px!important;line-height:33.89px}.stepform-main .adresse_content h3{font-size:22px;line-height:16.63px;color:#664933;margin-bottom:10px}.checkout_stepers .StepContainer-0-2-2 .StepMain-0-2-3 #RFS-Label{color:#664933;font-weight:400!important;font-size:15.54px}.stepform-main input::-moz-placeholder{color:#664933}.stepform-main input:-ms-input-placeholder{color:#664933}.stepform-main input::placeholder{color:#664933}.form-control[readonly],.stepform-main .form-control:disabled{background-color:#f9f9f9;opacity:1;color:#787878}.stepform-main .checkmark{position:absolute;left:0;height:20px;width:20px;background-color:transparent!important;border:1px solid #e0e0e0!important}.stepform-main .custom_checkbox_container input:checked~.checkmark{background-color:#007600!important;border:1px solid #007600!important}.stepform-main .custom_checkbox_container .checkmark:after{left:3px!important;top:3px!important;background-image:url(/assets/images/footer_top_check.svg);height:12px!important;width:12px!important;background-size:contain;background-position:50%;background-repeat:no-repeat;transform:unset!important;border:0!important}.ubersicht_content_inner h3{font-size:18px!important;font-weight:600!important;line-height:21.78px;margin-bottom:4px;margin-top:15px}.ubersicht_content_inner .cuetomer_order_card_info span{font-size:11.43px;font-weight:400;color:#787878;line-height:13.84px}.ubersicht_content_inner .cuetomer_order_card_info ul li{font-size:11.43px;color:#664933;font-weight:400;line-height:13.84px}.ubersicht_content_inner .cuetomer_order_card_info h4{font-size:20px!important;color:#664933;font-weight:400!important;line-height:24.2px;max-width:330px;margin-bottom:6px}.ubersicht_content_inner .cart_value_response{margin-top:30px}.ubersicht_content_inner .theme_primary_color{border:1px solid #664933;background-color:#664933;color:#fff;font-size:13px;font-weight:400;line-height:15.73px;padding:10px 33px!important;margin-top:30px;border-radius:5px!important}.stepform-main .last-step-checkout-value{font-size:12px;line-height:18.52px}.stepform-main .last-step-checkout-value a{text-decoration:unset}.ubersicht_content_inner .theme_primary_color:hover{background-color:transparent;color:#664933}.ubersicht_content_inner .cuetomer_order_card_info h2{font-size:20px!important;font-weight:400!important;line-height:24.2px}.ubersicht_content_inner .ubersicht_content_bottom{font-size:18px;font-weight:400!important}.ubersicht_content_inner .method_area h3{font-size:18px;font-weight:400!important;margin-bottom:5px}.ubersicht_content_inner .method_area p{color:#664933;font-size:12px;line-height:14.52px}.ubersicht_billing_shipping span,.ubersicht_contact_info span{font-size:14px;color:#664933;font-weight:400;line-height:21.94px}.kasse_content_body{padding-top:15px}.checkout_stepers{margin-bottom:40px}.no_bundel_g{text-align:center}.no_bundel_g h3{margin-top:20px;margin-bottom:10px;font-style:normal;font-size:28px;line-height:33px;color:#664933}.no_bundel_g h4{margin:0;font-style:normal;font-weight:400;font-size:22px;line-height:26px;color:#664933}.accordion__button:before{border-bottom:1.275px solid #787878!important;border-right:1.275px solid #787878!important}.myaccount_overview_head h1{color:#664933;line-height:33.89px}.myaccount_overview_head p{font-size:14px;font-weight:400;color:#1a1a1a!important;line-height:16.94px}.customers_orders.wishlist_header h2{color:#1a1a1a}.customer_overview_inner h2{font-size:22px!important;color:#1a1a1a;font-weight:400!important;line-height:26.63px;margin-bottom:30px}.overview_info_box h5{font-size:16px!important;color:#664933;font-weight:400!important;line-height:19.36px}.myaccount_newsletter h1{color:#664933;line-height:33.89px}.myaccount_newsletter p{font-size:16px;color:#1a1a1a;line-height:22.89px}.myaccount_newsletter button{padding:10px 35px!important}.overview_info_box p{font-size:11px;color:#1a1a1a;line-height:13.31px}.checkout_final_last_step h5{font-size:20px!important;font-weight:400!important;color:#664933}.checkout_final_last_step h2{font-size:28px!important;font-weight:400!important;color:#664933;line-height:33.89px}.checkout_final_last_step p{font-size:12px;color:#1a1a1a!important;line-height:19.36px}.checkout_final_last_step button{padding:12px 30px!important;border-radius:5px!important}.customers_orders_inner h1{font-size:28px!important;color:#664933;line-height:33.89px}.customers_orders_inner h2{margin-top:15px;font-size:22px!important;line-height:26.63px;color:#664933}.customers_orders_inner .customers_orders_data_info{margin-top:35px}.customers_orders_inner .customers_orders_data_info h3{font-size:22px;line-height:26.63px;color:#664933;font-weight:400!important}.customers_orders_inner .customers_orders_data_info .customer_order_number{margin-top:15px}.customers_orders_inner .customers_orders_data_info .order_detail_header h5{font-size:16px!important;color:#664933;line-height:19.36px;font-weight:400!important}.customers_orders_inner .customers_orders_data_info .order_detail_header p{font-size:12px;line-height:14.52px;color:#787878;font-weight:400}.customers_orders_data_info .customer_order_detail .customer_order_num{font-size:12px!important;line-height:14.52px;font-weight:400!important;color:#787878}.customers_orders_data_info .customer_order_detail .customer_order_product_name{font-size:16px!important;color:#664933;line-height:19.36px;font-weight:400!important;margin-top:0;margin-bottom:8px}.customers_orders_data_info .customer_order_detail p{font-size:12px;color:#1a1a1a;line-height:14.52px;margin-top:15px}.customers_orders_data_info .order_detail button{font-size:12px;line-height:14.52px;padding:10px 20px;border-radius:5px!important}.blog_banner_image h1{color:#1a1a1a;line-height:33.89px;margin-bottom:0}.blog_listing_page .blog_head_content p{font-size:14px;line-height:1.5;color:#1a1a1a;font-weight:400;max-width:765px}.blog_head_content{margin:35px 0 40px}.blog_listing_page .all_blogs_content .row .col-md-6{margin-bottom:65px}.blog_listing_page .all_blogs_content .row .col-md-6:last-child,.blog_listing_page .all_blogs_content .row .col-md-6:nth-last-child(2){margin-bottom:10px}.all_blogs_content .row .col-md-6:nth-child(odd){padding-right:35px}.all_blogs_content .row .col-md-6:nth-child(2n){padding-left:35px}.read_more_txt:focus{color:#ff7e21}.blog_content_newsletter .bodenio_newsletter_section{margin-bottom:0;margin-top:60px}.single-post .blog-meta a{font-size:14px;color:#1a1a1a;line-height:25px;font-weight:400}.single-post .blog-content .blog-text h2,.single-post .blog-content .blog-text h3{font-size:22px!important;line-height:42.19px!important;color:#1a1a1a;font-weight:500!important;margin:45px 0 20px}.single_blog_content .bodenio_newsletter_section{margin-top:125px!important}.single-post .blog-content .blog-text h2{margin-top:0}.back_component .back_to_page{border:1px solid #bababa;background-color:transparent;font-size:12px;color:#1a1a1a;line-height:14.52px;font-weight:400;padding:6px 25px;border-radius:50px;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.back_component .back_to_page:hover{background-color:#ff7e21;color:#fff;border:1px solid #ff7e21}.social_info_widget .social-icons li a{background-color:#ff7e21!important;width:32px;height:32px;line-height:30px}.social_info_widget .social-icons{display:flex;align-items:center;flex-wrap:wrap;grid-gap:30px;gap:30px}.product-details .category_tabs_main_product .product-grid .product-title{font-size:16px!important;color:#787878!important;line-height:19px;font-weight:600!important;margin-bottom:3px!important;margin-top:12px}.product-details .product-grid .product-detail p{font-size:13px;line-height:15.73px;margin-top:7px;color:#787878;margin-bottom:0}.product-details .product-grid{border-bottom:1px solid #e0e0e0}.product-details .product-grid .product-price{bottom:35px}.product-details .product-grid .product-price span{font-size:20px;font-weight:600!important;color:#664933!important;line-height:24.2px}.header_middle_right span{font-size:12px;color:#787878;line-height:14.06px;font-weight:300}.custom-dot-list-style li:before{display:none}.toggle_description{border:0;background-color:transparent;display:flex;align-items:center;grid-gap:5px;gap:5px;color:#664933!important;margin:auto;padding:0;font-size:18px}.toggle_description:hover{color:#ff7e21!important}.reduce_description{position:relative}.reduce_description:before{content:"";position:absolute;left:0;right:0;margin:0 auto;width:100%;bottom:0;height:75px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.after_footer_accordion .social-icons{display:flex;align-items:center;justify-content:center;margin-top:20px;margin-bottom:25px}.after_footer_accordion .social-icons li a{background-color:#ff7e21!important;width:35px;height:35px;text-align:center;line-height:32px;border-radius:50%}.mobile_footer_section .footer_payment_section{flex-direction:column}.mobile_footer_white{background-color:#f3f3f0;padding:20px 0 45px;position:relative}.mobile_footer_white .copy_right_txt p{max-width:245px;text-align:center;margin-top:6px;font-size:11px!important;line-height:13.31px!important;color:#1a1a1a;font-weight:500}.mobile_footer_white .footer_payment_section p{font-size:12px;line-height:14.52px}a.link_to_bundal{display:block;margin-top:20px;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#787878;border:1px solid #e0e0e0;border-radius:50px;width:-moz-fit-content;width:fit-content;padding:12px 22px;transition:.5s}a.link_to_bundal svg{color:#787878;font-weight:400;margin-left:5px}a.link_to_bundal:hover{background-color:#ff7e21}a.link_to_bundal:hover,a.link_to_bundal:hover svg{transition:.5s;color:#fff}.image_slider_main_cat button.react-multiple-carousel__arrow,.image_slider_main_cat ul.react-multi-carousel-track li:before{display:none}.image_slider_main_cat .slider_action_arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:9;background-color:#fff;width:50px;height:50px;border:1px solid #e0e0e0;text-align:center;line-height:48px;border-radius:50%;cursor:pointer}.image_slider_main_cat .next_slide{right:-15px}.image_slider_main_cat .previous_slide{left:-15px}.image_slider_main_cat .react-multi-carousel-track li{padding:0 6px}.category_images_section_ipad .category_image{height:200px;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.category_images_section_ipad .category_image_content h3{margin-bottom:0!important;font-size:18px!important;color:#664933;line-height:21.78px}.category_images_section_ipad .category_image_content p{font-size:14px!important;line-height:16.94px!important;margin-top:5px}.category_image_content{margin-top:10px}.main_category_images_ipad{margin:30px 0 20px}.main_category_images_ipad .row .col-md-4{margin-bottom:40px}.check_content_section ul li:before{display:none}.check_content_section ul li{padding:0;display:flex;align-items:center;grid-gap:10px;gap:10px}.check_content_section ul{display:flex;align-items:center;justify-content:space-between}.check_content_section ul li p{font-size:12px!important;line-height:14.52px!important;color:#664933}.check_content_section{background-color:#f5f5f5;padding:15px 30px;margin-top:30px}.top_footer_check ul li:before{display:none}.top_footer_check ul li{padding:0;display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:0}.top_footer_check ul li p{font-weight:400;font-size:13px;line-height:16px}.top_footer_check ul li img{width:21px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.top_footer_check ul{display:flex;align-items:center;justify-content:space-around}.breadcrumb-section .breadcrumb-item a{font-size:12px!important;font-weight:400!important;color:#1a1a1a!important}.hideshow_sec .bodenio_theme_btn.open_steps_btn img{width:13px}.hideshow_sec .bodenio_theme_btn.open_steps_btn{display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px}.steper_main .backarrow_steper svg,.steper_main .nextarrow_steper svg{color:#787878!important}.steper_main .StepButton-0-2-4.activeClass{background-color:#e9e9e9!important;border:.738971px solid #e0e0e0!important}.steper_main .StepContainer-0-2-2 .StepButton-0-2-4 span{font-weight:400!important;font-size:9.60662px!important;color:#787878!important;line-height:12px}.steper_main .StepContainer-0-2-2 .StepButton-0-2-4.inActiveClass{background-color:#fff!important;border:.738971px solid #e0e0e0}.sidebar_sub_cats_link .sub_cats_link_inner{display:flex;grid-gap:15px;gap:15px}.sidebar_sub_cats_link .sub_cats_link_inner button{border:1px solid #1a1a1a;padding:7px 16px}.sidebar_sub_cats_link .sub_cats_link_inner .nav .nav-item a,.sidebar_sub_cats_link .sub_cats_link_inner button{min-width:-moz-fit-content;min-width:fit-content;background:#fff;border-radius:5px;color:#1a1a1a;font-weight:400;font-size:12px;line-height:14.52px}.sidebar_sub_cats_link .sub_cats_link_inner .nav .nav-item a{padding:0;border:0}.my-account-content .sub_cats_link_inner .nav{grid-gap:15px;gap:15px}.sidebar_sub_cats_link{margin:20px 0 15px;max-width:100%;min-width:100%;overflow:auto;padding-bottom:15px}.banner_area_single_banner .row .col-lg-2{flex:0 0 20%;max-width:20%}.technische_content_main .table-responsive td,.technische_content_main .table-responsive td strong{font-size:14px;font-weight:500;color:#1a1a1a;line-height:16.41px}.technische_table_content tbody tr strong{font-weight:600!important}.technische_table_inner_content tbody{border:1px solid #bababa!important}.technische_table_inner_content tbody tr td{border-top:1px solid #bababa}.image_slider_main_cat .category_tabs{border-top:0}.stepform-main .check .custom-check-sign{position:absolute;background-color:#007600;height:22px;width:22px;background-position:50%;background-size:200px 10px;background-repeat:no-repeat;border-radius:50%;right:16px;top:20px}.checkout_stepers .StepButtonContent-0-2-5.completed{color:#fff}.customer_account h1,.customer_overview_inner h5{color:#1a1a1a}.Servicecenter_accordion_link .title span{font-size:17px!important;font-weight:400!important;color:#1a1a1a!important}.forget_buttons_main button.forgot_password_btn{background-color:#1a1a1a;border:1px solid #1a1a1a;color:#fff;border-radius:50px}.forget_buttons_main button.forgot_password_btn:hover{background-color:#272722;border:1px solid #1a1a1a;color:#fff}.all_blogs_content.blog-list-content .row .col-md-6 .blog-post-content-list{height:100%}.blog-post-content-main{max-width:320px;padding:0 20px}.lieferung_main_section .lieferung_section_inner .row .col-md-6{margin-bottom:40px}.lieferung_section_inner .lieferung_box strong{font-size:13px;line-height:20px;font-weight:500}.return_request_content h1,.return_request_content h2{color:#1a1a1a;font-size:22px!important;line-height:42.19px!important;font-weight:500!important}.return_request_content h2{font-size:24px!important;color:#1a1a1a}.hideshow_sec .open_steps_btn{padding:7px 37px;border-radius:5px!important;display:flex;align-items:center;grid-gap:7px;gap:7px}.hideshow_sec .open_steps_btn img{width:15px}body button{border-radius:5px!important}.sub-category-tags{position:absolute;font-size:12px;color:#fff;padding:0 5px;left:-5px;top:45px;border-radius:5px;font-weight:500;z-index:99;min-height:22px;min-width:87.56px;max-width:-moz-fit-content;max-width:fit-content;display:flex;align-items:center;justify-content:center}.Servicecenter_link_inner .Servicecenter_link_img{width:25px;filter:brightness(0);aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.sub-category-tags.category-tags-alingment{top:17px}.footer_accordion .accordion__button[aria-expanded=false]:after{content:"";background-image:url(/assets/images/product_accordion_plus.svg);background-repeat:no-repeat;background-size:contain;position:absolute;width:9.03px;height:9.03px;right:11px;top:50%;transform:translateY(-50%)}.footer_accordion .accordion__button[aria-expanded=true]:after{content:"";background-image:url(/assets/images/product_accordion_minus.svg);background-repeat:no-repeat;background-size:contain;position:absolute;width:8.03px;height:4.03px;right:11px;top:50%;transform:translateY(-50%)}.footer_accordion .accordion__button{background-image:url(/assets/images/footer_bg_action.svg);background-repeat:no-repeat;background-position:right 0 top 50%;background-size:30px}.product-list__info,.vinylboden_main_inner .product-grid__info{padding:10px 0 75px}span.view_long_description{font-weight:400;transition:.5s}.view_long_description:hover{color:#664933!important;transition:.5s}.product_options_inner p{font-size:13px;line-height:15.23px;padding-bottom:5px}.advice_section_social_main span.contact_image.phone_icon{display:inherit}.cart-item-banner p{color:#007600;font-size:14.26px;line-height:12.41px}.cart-item-banner p span{font-weight:600}.cart-item-banner{background-color:rgba(0,225,0,.05);max-width:616px;text-align:center;padding:12px 0;display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px;border-radius:3.20571px}.cart-item-banner .success-modal-check{background-color:#007600;width:12.8px;height:12.8px;line-height:9.8px;border-radius:50%;padding:1px}.cart-item-banner .success-modal-check img{width:12px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.return_installment a:hover{color:#664933}.service_center_contact_info a:hover{color:#ff7e21}.hero-slider__slider_buttons2 a:hover{background-color:#ff7e21}.advice_section_social_content .contact_image.phone_icon img{width:35px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.advice_section_social_content .contact_image.phone_icon{background-color:#ff7e21;border-radius:50%;width:35px;height:35px;line-height:35px;text-align:center;padding:0 10px}.advice_section_social_content .contact_image.mail_icon img{width:35px;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain}.advice_section_social_content .contact_image.mail_icon{background-color:#ff7e21;border-radius:50%;width:35px;height:35px;line-height:35px;text-align:center;padding:0 10px}.advice_section_social_content .contact_image.whatsapp_icon img{height:35px}.icon-box-area .service-icon-box-content{display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:17px;gap:17px}.icon-box-area .service-icon-box-content .icon-box-content{text-align:center}.icon-box-area .service-icon-box-content .icon-box-content h4{margin-bottom:0;font-size:21.4px!important;line-height:25.9px;color:#1a1a1a;font-weight:500!important}.icon-box-area .service-icon-box-content .icon-box-content p{font-size:13px;line-height:15.73px;margin-top:1px;color:#1a1a1a;font-weight:500}.icon-box-area .service-icon-box{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.icon-box-area .service-icon-box-content .icon-box-image{width:91.49px;height:60px;background-size:contain;background-repeat:no-repeat;background-position:50%}.icon-box-area .service-icon-box-content .icon-box-image img{width:100%}.icon-box-area .react-multi-carousel-list ul li:before{display:none}.bottom-header .header-icons li a svg{fill:#787878;transition:.3s;width:24.08px}.bottom-header .header-icons li a svg:hover{fill:#ff7e21;transition:.3s}.hideshow_sec .bodenio_theme_btn.closes_btn:hover{border:1px solid #ff7e21}.hideshow_sec .closes_btn svg{transition:.3s;width:11px;height:12px;text-align:center}.hideshow_sec .bodenio_theme_btn.closes_btn:hover svg{color:#ff7e21!important}.navigation ul li:hover a.red_color_link{color:red!important}.banner-area h2,.magzine_content h3{font-size:28px!important;line-height:33.89px}.all_blogs_content .row .col-md-6:nth-child(odd):last-child{margin-bottom:40px}.magzine_content.all_blog_list_content{margin-bottom:100px;margin-top:0}.heading_txt_comp{margin-bottom:60px}.banner-area{margin-top:-30px}.brand-logo-area{margin-top:15px}.main-section-top-category .container{padding:0}.main_category_image_space{margin-bottom:30px;margin-top:-15px}.sub_category_comp .pagination_product{margin-bottom:0}.product-list__info,.sub_category_comp .vinylboden_main_inner .product-grid__info{padding:10px 0 68px}.download_section_inner .pic-camera-info svg{width:20px}.payment_method_icon.footer-payment p{font-size:14px;line-height:16.94px;color:#b4b4b4}.muster_box_row_section{display:flex;align-items:center}.muster_box_row_section .box_info{flex:1 1;padding-left:30px}.muster_box_row_section .box_info p{max-width:380px}.muster_box_row_section .image{width:435px!important}.middle_body:has(.login_registration_page).middle_body{padding-bottom:0}.login_registration_page .bodenio_newsletter_section{margin-top:180px;margin-bottom:0}.login_registration_row .col-lg-6:first-child{padding-right:22px}.login_registration_row .col-lg-6:last-child{padding-left:22px}.search_product_info .product_info del,.search_product_info .product_info span{color:#1a1a1a!important;font-size:13px}.search_product_info .product_info .price{color:#1a1a1a}.zahlungcontent_main_content ul li{color:#787878}@keyframes pulse-black{0%{transform:scale(.95);box-shadow:0 0 0 0 rgb(255 122 52/70%)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(14,47,79,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(14,47,79,0)}}span.cart-count.cart-count-active{background-color:#ff7e21;color:#fff;animation:pulse-black 2s infinite}.single_post_detail .blog-content h4 strong,.single_post_detail .blog-content ul li a{color:#1a1a1a}.single_post_detail .blog-content ul li a:hover{color:#ff7e21}.zahlungcontent_main_content a:hover{color:#664933}.product-details .product-grid__info,.product-list__info{padding:10px 0 90px}.contact_from_section .contact_from_groups .form-group{margin-bottom:35px}.contact_us_content .checkbox-form{margin-bottom:0}.voucher_submit_btn button:hover{color:#fff!important;background:#787878;border:1px solid #787878!important}.middle_body:has(.cart-content).middle_body{padding-top:30px}.product_options_inner span.dropdown-title{font-size:13px;line-height:15.23px;color:#787878}.product-content__sort-info ul li .sort-info-main{display:flex;align-items:flex-start}.product-content__sort-info ul li .sort-info-main .sort-info-title{font-weight:400!important}.mobile_imagegallery_bottom_inner span.image-gallery-social-action{font-size:13px;line-height:15.23px;font-weight:400;transition:.3s}.mobile_imagegallery_heart:hover span.image-gallery-social-action,.mobile_imagegallery_share:hover span.image-gallery-social-action{color:#ff7e21;transition:.3s}.sub_category_head_inner p span{font-size:13px!important;line-height:15.23px;color:#000!important;font-family:Roboto,sans-serif}.mobile_footer_section .footer_accordion .accordion__panel{border-bottom:1px solid #1a1a1a;padding:10px 5px 20px}.checkout_footer_list ul li a:hover{color:#ff7e21}.search_result_parent:hover .product_info .info{color:#ff7e21;transition:.3s}.search_result_parent .product_info .info{transition:.3s}.kasse_content_body .StepperContainer-0-2-1{margin-bottom:20px}.icon_divb.drawer-footer-contact{background-color:#ff7e21;border-radius:50%;width:35px!important;height:35px!important;line-height:33px!important;text-align:center!important;padding:0 10px}.icon_divb.drawer-footer-whatsapp img{min-width:35px;max-width:35px}.icon_divb.drawer-footer-whatsapp{width:35px!important;height:35px!important}.service_center_head{padding:45px 0}.service-center-listing-breadcrumb,.service_center_head{background-color:#f3f3f0}.service-center-listing-breadcrumb .breadcrumb-section{padding:10px 0 25px!important}.form-group{margin-bottom:25px}body.\/seite\/warenkorb .form-group{margin-bottom:0}.sub_category_comp .sub-sidebar-menu li a{font-family:Roboto,sans-serif;font-weight:unset!important}.cart_box_main_section .cart-item-banner .success-modal-check{width:17px;height:17px;line-height:12px}.banner_area_single_banner .more-category-list{display:block;padding:8px 15px;margin:auto auto 30px}.newsletter_breadcrumb .breadcrumb-section,.service_center_breadcrumb_section .breadcrumb-section{padding:20px 0 50px}.customers_orders_inner .customer-order-product-detail{display:flex;align-items:flex-start;grid-gap:30px;gap:30px}.customer-order-product-detail .product-detail-image{width:101px;height:101px}.product_cart_box_section button.qtybutton svg,.product_cart_main .qtybutton img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bodenio_newsletter_section .newsletter_field_btn svg{width:100%}.bodenio_newsletter_section .newsletter_field_btn .spinner-border,.bodenio_newsletter_section .newsletter_field_btn svg{display:flex;align-items:center;justify-content:center}.product-content__quantity .cart-plus-minus button svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blog_sort_options_main{display:flex;align-items:center;justify-content:space-between}.blog_sort_options_main p{margin-bottom:0}.addtocart_plus_minus .add_cart_btn_area{display:flex}.product_dundel_main_detail .bundle_product_image{width:61px;height:61px}.bundle_product_data h3{margin:7px 0!important}.bundle_product_data .prodict_bundel_item_number{margin-bottom:0}.product_bundle_global .accordion__button[aria-expanded=true],.product_bundle_global .accordion__button[aria-expanded=true]:before{display:none}.bundel_dropdown_content_inner p{margin-bottom:0;font-size:11px;line-height:12.89px}.bundel_dropdown_content_inner{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d9d9d9;margin-top:20px;cursor:pointer;padding-top:5px}.bundel_content_toggle{padding:35px 0 25px}.bundel_product_table_data .technische_table_head{margin-bottom:9px}.bundel_content_toggle p{font-size:11px;line-height:13.89px;margin-top:10px}.bundel_content_toggle .bundel_product_table_data{margin-top:35px;max-width:90%;min-width:90%}.bundel_product_table_data .table-responsive tbody{border:1px solid #e0e0e0!important}.bundel_product_table_data .table-responsive tbody td{font-size:14px;color:#664933;line-height:16.41px;border-top:1px solid #e0e0e0}.bundel_product_table_data .table-responsive tbody tr:nth-of-type(odd){background-color:transparent}.bundel_product_table_data .table-responsive tbody tr:nth-of-type(2n){background:#f9f9f9}.bundel_product_table_data .table-responsive .table{margin-bottom:0}.bubdal_product .row .col-md-7{margin:auto}.no_bundel_g h4{font-size:22px!important}.bundle_product_data .product_bundel_quantity{margin-bottom:0;font-size:11px!important;line-height:12.89px;color:#664933!important}.login_btn_active{color:#fff!important;background-color:#ff7e21!important}.user_address_detail .user_address_detail_title{color:#1a1a1a;font-size:16px!important;margin-bottom:0;font-weight:500}.change_password_section h2,.user_address_detail .user_inner_address span{color:#1a1a1a}.change_new_password button{margin-top:15px;padding:8px 20px}.change_password_section .change_pass_input svg{cursor:pointer}.bodenio_newsletter_section .newsletter_head.bottom p a:hover{color:#664933}.servicecenter_comps.service_widerrufsrecht h3{margin-top:0}body:has(.IsShow.m_menu_drawer) div#trustbadge-container-98e3dadd90eb493088abdc5597a70810{z-index:-1!important}.brand_icon_box_area .react-multi-carousel-list{justify-content:center}.product_search_filter .product-grid .product-grid__image img,.sub_category_comp .product-grid .product-grid__image img,.top_category_slider_section .product-grid .product-grid__image img{width:100%}.share_popup_copy_link{position:relative}.share_popup_copy_link .share_btn{position:absolute;width:-moz-fit-content;width:fit-content;right:0;padding:0 15px;border-top-right-radius:50px!important;border-bottom-right-radius:50px!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;height:100%}.share_popup_copy_link input{padding:6px 124px 6px 12px}.product_slug_description ul{line-height:11px;text-align:left;margin-top:-15px}.product_slug_description strong{display:flex;color:#000}.product_slug_description ul li{color:#000;line-height:20.23px;margin-bottom:0}.product_slug_description{text-align:left;color:#000;padding-top:10px}.product_rating_value h4{flex:inherit}.product_rating_value .product_rating_stars{display:block}.product_rating_value{align-items:center;justify-content:space-between;max-width:289px}.category_tabs_main_product .product-grid .product-grid__image .product_back_image,.inner_prod.product-grid .product-grid__image .product_back_image{position:absolute;top:0;left:0;z-index:99;opacity:0;transition:all .7s ease-in-out}.category_tabs_main_product .product-grid:hover .product-grid__image .product_back_image,.inner_prod.product-grid:hover .product-grid__image .product_back_image{opacity:1}.hideshow_sec .open_steps_btn:hover svg path{fill:#ff7e21}.hideshow_sec .open_steps_btn svg path{transition:all .3s ease-in-out}.hero-slider-nav .ht-swiper-button-nav{background-color:#fff;width:55px;height:55px;line-height:41px;border-radius:50%!important;opacity:1;cursor:pointer;text-align:center;transition:all .3s}.hero-slider-nav .ht-swiper-button-nav:hover svg path{fill:#fff;transition:all .3s}.hero-slider-nav .ht-swiper-button-nav:hover{background-color:#ff7e21;border-color:#ff7e21}.hero-slider-nav .ht-swiper-button-nav:hover svg{color:#fff!important}.hero-slider-nav .ht-swiper-button-nav svg{transition:all .3s}.hero_slider_parent .hero-slider__slide{min-height:100vh!important;max-height:100vh}.hero_slider_parent .swiper-pagination{position:unset;display:none}.lg-thumb-outer{display:none}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{padding-bottom:25px}.menu_title.title_services .title-bottom{border-bottom:none;color:#1a1a1a;font-size:14px!important;line-height:16.94px;font-family:Roboto,sans-serif;padding:20px 20px 10px}.menu_sidebar_content .sidebar_bottom_contact_head{color:#1a1a1a!important;font-size:20px!important;margin-bottom:3px;font-weight:400!important;line-height:normal}.header_top_two .trusted_shops_txt{letter-spacing:.41px;color:#787878;font-size:13px!important;font-weight:400!important;display:flex;align-items:center;grid-gap:5px;gap:5px;margin:8px 0;line-height:normal}.hero-slider-container{max-width:100%;padding:0}.cart_box_main_section .paypal_botton_txt a:hover{color:#664933!important}.cart_box_main_section .product_cart_main{min-height:300px;max-height:-moz-fit-content;max-height:fit-content}.cart-value-paymrnt li.paypal_card img{border:1px solid #e0e0e0;border-radius:5px}.product_cart_box_section .product_cart_page{position:relative;margin-top:35px}.product_cart_box_section .product_cart_page:after{content:"";background-color:#bababa;position:absolute;height:1px;left:0;width:616px;bottom:-15px}.product_cart_box_section .product_cart_page{border:0!important;padding-bottom:10px}.cart_box_main_section{padding-top:30px}.bottom_cart_item_price{padding-top:5px!important}.kasse_content_body .checkout_response_steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout{display:none}.product_cart_main .cart_list_items{grid-gap:10px;gap:10px}.desktop_cart_view .addtocart_plus_minus{justify-content:unset}.desktop_cart_view .addtocart_plus_minus .add_cart_btn_area{width:100%;justify-content:end}.desktop_cart_view .addtocart_plus_minus .cart-plus-minus-box{max-width:50px;padding-right:7px;color:#1a1a1a}.desktop_cart_view .addtocart_plus_minus span.unit{font-weight:600;color:#1a1a1a}.checkout_prev_next .next_prev_steps_btn:has(.mastercard_btns) .prev_step_btns .prev_step_button{position:absolute;top:25px}.free_product_list .event-removefromcart{margin-left:0!important}.product_cart_box_section .free_product_cart_page .cart_product_image{margin-bottom:15px}.cart_list_items .cart_action_icons{display:flex;align-items:center}.cart_list_items .cart_action_icons .whish_product_action{margin:0 6px;cursor:pointer;transition:.4s;background:#f9f9f9;border:1.17857px solid #e0e0e0;border-radius:50%;width:33px;height:33px}.cart_list_items .cart_action_icons .whish_product_action svg{margin:unset!important;cursor:unset;transition:unset;background:unset;border:unset;border-radius:unset;padding:8px 0!important}.cart_list_items .cart_action_icons .whish_product_action:hover{background-color:#ff7e21!important;transition:.4s;border-color:#ff7e21}.cart_list_items .cart_action_icons .whish_product_action:hover svg{transition:.4s}.cart_list_items .cart_action_icons .whish_product_action:hover svg path{fill:#fff;transition:.4s}.cart_list_items .cart_action_icons .whish_product_action svg:hover{background-color:unset!important;color:unset}.cart_box_value_inner .cart_value_price{word-break:break-word}.product_cart_main .cart_product_name{min-width:415px;max-width:415px;max-height:55px;min-height:55px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.cart_total_value_res .row .col-md-6:first-child{flex:0 0 30%;max-width:30%}.cart_total_value_res .row .col-md-6:last-child{flex:0 0 70%;max-width:70%}.cart_box_value_inner .cart_val_price span{word-break:break-word;text-align:right;max-width:165px;min-width:165px}body.\/kasse,body.\/kasse\/review{background:#fff;background:linear-gradient(90deg,#fff 51%,#f3f3f0 0)}.tooltip .tooltip-inner{background-color:#1a1a1a;max-width:190px;padding:.65rem .5rem}.tooltip .tooltip-inner .tooptip_inner_content p{color:#fff;font-weight:600;line-height:21.94px;font-size:13px}.tooltip .arrow:before{border-top-color:#1a1a1a}.select_payment_method .order_for_free{margin-top:20px;border:1px solid #e3e3e3;height:65px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 20px;border-radius:5px}.select_payment_method .order_for_free p{font-size:14px!important;line-height:16.94px;color:#664933!important}.haeder_top_content .top_links ul{display:flex;align-items:center;-moz-box-pack:start;grid-gap:20px;gap:20px}.haeder_top_content .top_links ul li{padding-left:0}.haeder_top_content .top_links ul li:before{display:none}.haeder_top_content .top_links ul li a{color:#1a1a1a;font-size:13px!important;font-weight:500!important;line-height:15.23px;margin-bottom:0}.header-icons-nav ul li:hover .nav-icon{color:#ff7e21!important}.haeder_top_content{display:flex;justify-content:end;grid-gap:45px;gap:45px;align-items:center;position:relative}.haeder_top_content .contact-phone a{font-size:13px;line-height:15.23px;font-weight:600;color:#1a1a1a;letter-spacing:normal}.haeder_top_content .contact-phone img{width:14px;height:14px}.top_contact_country .header_top_contact_phone{grid-gap:5px;gap:5px}.top_contact_country .country_flag{height:25px;width:25px;background-repeat:no-repeat;background-size:cover;border-radius:50px}.top_contact_country{display:flex;align-items:center;grid-gap:20px;gap:20px}.haeder_top_content .contact-phone a:hover,.haeder_top_content .top_links ul li a:hover{color:#ff7e21}.shipping_country_list .country_grid,.show_selected_country{display:flex;align-items:center;grid-gap:15px;gap:15px}.shipping_country_list .country_grid{padding:6px 15px;cursor:pointer;border-top:1px solid #f4f1f0;transition:all .3s ease-in-out}.shipping_country_list .country_grid:hover{background-color:#f3f3f0}.shipping_country_list .country_grid p{font-size:20px;line-height:24px;color:#4d4d4d}.shipping_country_list .country_grid:first-child{border-top:0}.header-icons-nav ul li:before{display:none}.header-icons-nav ul li{padding:0;margin-bottom:0;display:flex;align-items:center;grid-gap:7px;gap:7px;cursor:pointer}.header-icons-nav ul li.cart:hover .cart-box{transform:scale(1)!important}.header-icons-nav ul li.cart .cart_box_body{z-index:2147483647}.header-icons-nav ul li.cart .cart-count{width:unset;padding:0 3px;min-width:20px;height:20px;top:-8px;right:-12px;border:1px solid #1a1a1a;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.header-icons-nav ul li.cart .cart-count.cart-count-active{color:#fff;border-color:#ff7e21}.header-icons-nav ul li.cart{position:relative;cursor:pointer}.header-icons-nav ul{display:flex;align-items:center;grid-gap:25px;gap:25px}.header-icons-nav ul li .nav-icon{font-size:13px;line-height:15.23px;color:#1a1a1a!important;font-weight:400}.product-search-form form input::-moz-placeholder{color:#bababa}.product-search-form form input:-ms-input-placeholder{color:#bababa}.product-search-form form input::placeholder{color:#bababa}.mega_menu_navigation{justify-content:center!important}.header-icons-nav{margin-right:12px}.newsletter_main_page .bodenio_newsletter_section .newsletter_section_inner{margin-left:115px!important}.bodenio_newsletter_section .newsletter_section_inner{height:100%;display:flex;align-items:center;max-width:700px;min-width:700px;justify-content:space-between;margin-left:170px}.newsletter_section_inner .newsletter_content_body .title{font-size:36px;font-weight:700;line-height:43.57px;color:#fff;margin-bottom:30px;font-family:Inter}.newsletter_section_inner .newsletter_content_body .description{font-size:20px;line-height:25px;color:#fff;font-weight:500;margin-bottom:45px;font-family:Inter}.newsletter_section_inner .newsletter_content_body .description span{font-weight:500;color:#ff7e21}.newsletter_section_inner .newsletter_content_body{max-width:485px;min-width:485px}.newsletter_sec_field .form-control{border-radius:0!important;background-color:transparent;border:0;border-bottom:2.11px solid #fff;color:#fff!important;font-size:20px!important;font-weight:700;height:45px;padding-left:0;font-family:Inter}.newsletter_sec_field .form-control::-moz-placeholder{color:#fff;font-size:20px;line-height:24.2px;font-weight:700}.newsletter_sec_field .form-control:-ms-input-placeholder{color:#fff;font-size:20px;line-height:24.2px;font-weight:700}.newsletter_sec_field .form-control::placeholder{color:#fff;font-size:20px;line-height:24.2px;font-weight:700}.newsletter_sec_field .form-control:focus{outline:0;border-color:#fff!important}.newletter_tag_section .newletter_tag_inner p{margin-bottom:0;color:#fff;font-family:Inter}.newletter_tag_section .newletter_tag_inner .value{font-size:36px!important;font-weight:600;line-height:43.57px}.newletter_tag_section .newletter_tag_inner .info{font-size:14px;font-weight:700;line-height:16.94px}.newletter_tag_section{width:120px;height:120px;background-color:#ff7e21cc;border-radius:50%}.newletter_tag_section .newletter_tag_inner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.bottom-header .menu_wrapeer{padding:0 15px}.bottom-header .menu_wrapeer .navigation>ul>li{padding:17px 0!important}.footer-top ul.contact-info li{display:flex;align-items:center;grid-gap:14px;gap:14px}.footer-top ul.contact-info li a{font-size:18px;line-height:21.78px;font-weight:700;color:#1a1a1a;font-family:Inter}.footer-top ul.contact-info li a:hover{color:#ff7e21!important}ul.days_info.contact_days_info{margin-top:20px}.footer_brand .footer_icon_barnd{display:flex;align-items:center;justify-content:center;grid-gap:120px;gap:120px}.footer_brand{padding:50px 0}.footer-top{padding:0;border-top:1px solid #bababa}.footer_menu_items{border-bottom:1px solid #bababa;padding:45px 0}.footer_payment_method .payment_method_inner p{font-size:22px;line-height:26.63px;color:#1a1a1a;font-weight:600;font-family:Inter}.footer_payment_method .payment_method_inner p span{font-weight:500}.payment_method_inner .payment_methods_ref{display:flex;align-items:center;justify-content:center;grid-gap:30px;gap:30px}.payment_method_inner .payment_methods_ref img{cursor:pointer}.payment_method_inner .payment_info p{font-size:14px;line-height:16.94px;font-weight:500}.payment_method_inner{display:flex;align-items:center;flex-direction:column;grid-gap:25px;gap:25px;padding:30px 0 95px}.footer_payment_method .bodenio_fav_logo{display:flex;flex-direction:column;position:absolute;right:0;top:25px}.footer_payment_method .bodenio_fav_logo img:last-child{margin-top:-15px}.footer_payment_method .bodenio_fav_logo img{width:180px}.shipping-country-switcher{position:absolute;right:0;top:36px;display:none;background-color:#fff;min-width:180px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:2147483647}body #trustbadge-container-98e3dadd90eb493088abdc5597a70810{z-index:2147483644!important}.shipping-country-switcher .content ul li .country_flag{width:19px;height:19px}.shipping-country-switcher .content ul li p{font-size:13px;color:#1a1a1a}.show_country{position:relative;padding:6px 0}.shipping-country-switcher .content ul li{display:flex;align-items:center;grid-gap:10px;gap:10px;border-top:1px solid #e9e2e1;padding:6px 10px;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;transition:.3s}.shipping-country-switcher .content ul li:first-child{font-weight:700}.shipping-country-switcher .content ul li:hover{background-color:#f3f3f0}.shipping-country-switcher .content ul li:before{display:none}.head-language-switcher .title{font-size:13px;color:#1a1a1a;font-weight:600;padding:10px 0 0 10px;margin-bottom:5px}.show_country:hover .shipping-country-switcher{display:block}.header-wrap .top-header .header_top_right{padding:11px 0}.banner_section_two .swiper-pagination{display:none}.banner_section_two{margin-top:60px}.category-slider-nav button.ht-swiper-button-nav:after{display:none}.category-slider-nav .ht-swiper-button-nav img{max-width:34px;min-width:34px}.category-slider-nav .ht-swiper-button-nav{border:0;width:0;background:transparent;transition:all .5s ease-in-out;opacity:0}.banner_area_single_banner .single-banner{margin-bottom:0}.category-slider-nav.swiper-slider-nav .swiper-button-prev{left:0}.category-slider-nav.swiper-slider-nav .swiper-button-next{right:0}.categories_banner_slider .banner_area_single_banner .category-slider-nav .ht-swiper-button-nav{margin-top:0}.special_categories_slider .banner_area_single_banner .category-slider-nav .ht-swiper-button-nav{margin-top:0;top:52%}.banner_area_single_banner:hover .category-slider-nav.swiper-slider-nav .swiper-button-next{right:20px}.banner_area_single_banner:hover .category-slider-nav.swiper-slider-nav .swiper-button-prev{left:20px}.banner_area_single_banner:hover .category-slider-nav .ht-swiper-button-nav{opacity:1}.categories_image_slider .banner_section_two_background,.special_categories_slider .banner_section_two_background{height:285.09px}.categories_image_slider .banner_section_two{margin-top:15px}.special_categories_slider .banner_section_two{margin-top:65px}body .banner_section_two h2{font-size:22px!important;line-height:42.19px;color:#000!important;font-weight:500!important}.hero-slider__content-wrapper .hero_slider_last_btn a{background-color:#e5e7eb;line-height:18.75px;color:#1a1a1a;font-weight:700;border-radius:5px!important;display:flex;align-items:center;justify-content:center;grid-gap:15px;gap:15px;max-width:222px;height:64px;text-transform:uppercase!important;padding:0}.hero-slider__content-wrapper .hero_slider_title .title{font-size:40px;line-height:46.88px;font-weight:700;width:-moz-fit-content;width:fit-content;color:#fff}.hero-slider__content-wrapper .hero_slider_last_btn a svg{border:1px solid #1a1a1a;width:30px;height:30px;padding:3px;border-radius:50px;transition:all .3s ease-in-out}.hero-slider__content-wrapper .product_size_qty p{margin:0;color:#fff;font-weight:700;line-height:23.44px;font-size:20px}.hero-slider__content-wrapper .product_size_qty{display:flex;align-items:center;grid-gap:10px;gap:10px}.hero-slider__content-wrapper .product_size_qty .space{width:50px;height:2px;background-color:#fff}.hero-slider__content-wrapper .hero_slider_last_btn a:hover{background-color:#1a1a1a}.hero-slider__content-wrapper .hero_slider_last_btn a:hover svg{color:#fff!important;border-color:#fff}.review_site_rating .rating_info{display:flex;align-items:center;grid-gap:10px;gap:10px}.review_site_rating .rating_info .review p{font-size:32px;line-height:37.5px;font-weight:500;color:#1a1a1a}.review_site_rating .rating_info .review{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.review_site_rating .for_customer_msg p{font-size:32px;line-height:37.5px;color:#1a1a1a;font-weight:400}.review_site_rating .for_customer_msg p span{font-weight:500}.review_main_wrapper .review_site_rating{display:flex;align-items:center;justify-content:center;grid-gap:50px;gap:50px}.home_middle_section{background-color:#f3f3f0;padding:50px 0;margin-top:45px}.home_middle_section .middle_title{font-size:22px;line-height:42.19px;color:#000;text-align:center;font-weight:500;margin-bottom:0}.icon-box-area{padding-top:35px}.review_main_wrapper{padding:40px 0 0;background-color:#f3f3f0}.customer_reviews_listing p{margin-bottom:0}.customer_reviews_listing .customer_message{font-size:16px;line-height:18.75px;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:306px}.customer_reviews_listing .customer_name{font-size:16px;line-height:18.75px;font-style:italic;color:#ff7e21}.customer_reviews_listing .swiper-wrapper{padding-bottom:65px}.customer_reviews_listing{padding:40px 0 20px;background-color:#f3f3f0}.customer_reviews_listing .review_grid{border:1px solid #4d4d4d;background-color:#fff;padding:24px 15px;border-radius:5px}.customer_reviews_listing .review_status{display:flex;align-items:center;margin-top:15px;grid-gap:10px;gap:10px}.customer_reviews_listing .review_status p{font-size:20px;line-height:23.44px;color:#1a1a1a;font-weight:500}.review_status .star-ratings{margin-top:-5px}.customer_reviews_listing .swiper-pagination{display:flex;align-items:center;justify-content:center;grid-gap:2px;gap:2px}.customer_reviews_listing .swiper-pagination-bullet{background-color:#bababa;width:10px;height:10px;opacity:1;transition:.5s}.customer_reviews_listing .swiper-pagination-bullet-active{width:16px;height:16px;background-color:#ff7e21}.brand-logo-area{padding-bottom:20px}.customer_reviews_listing_center .swiper-wrapper{justify-content:center}.customer_reviews_listing_center .swiper-pagination{display:none}.hero-slider__content-wrapper .hero-slider__slider_buttons2{display:flex;flex-direction:column;grid-gap:30px;gap:30px}.category_title_image{height:213px;background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:5px;position:relative}.category_title_image .category_detail p{margin:0;color:#fff;font-weight:700!important}.category_title_image .category_detail .title{font-size:24px;line-height:29.05px}.category_title_image .category_detail .brand_image{width:91px;height:91px;-o-object-fit:contain;object-fit:contain}.category_title_image .category_detail .description p{font-size:18px;line-height:21.09px}.category_detail_main{padding:0 60px 0 40px;position:absolute;width:100%;bottom:25px}.category_detail{width:100%;display:flex;align-items:center;justify-content:space-between;max-height:91px;min-height:91px}.category_sub_links_main .row .col-lg-4{padding-right:9px;padding-left:9px}.category_sub_links_main .row{grid-row-gap:17px;row-gap:17px;padding:0 6px}.category_sub_links_main{margin:40px 0}.category_grid_links .link_image{height:159.64px;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:5px;position:relative}.category_grid_links .category_link_name{padding:4px 12px;background-color:#f3f3f0;min-height:25px;max-width:200px;min-width:98px;display:flex;align-items:center;border-radius:0 5px 0 4px;position:absolute;bottom:0;left:0;justify-content:center}.category_grid_links .category_link_name p{font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:700!important}.category_products_brands .brand_listing .brand{padding:8px 24px;border:1px solid #1a1a1a;background-color:#fff;font-size:16px;line-height:19.36px;font-weight:700;color:#000}.category_products_brands .brand_listing .brand:hover{background-color:#ff7e21;border-color:#ff7e21;color:#fff}.category_products_brands .active_brand .brand{background-color:#ff7e21;border-color:transparent;color:#fff;padding:8px 24px;font-size:16px;line-height:19.36px;font-weight:700}.category_products_brands{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;grid-gap:15px;gap:15px;margin-top:20px}.category_sidebar_content .sidebar_content_head{padding:0!important;border:0!important;margin:0}.category_sidebar_content .sidebar_bottom_contact_head{font-size:18px!important;font-weight:500!important;color:#000!important;line-height:20px;margin-bottom:20px;max-width:208px}.category_sidebar_content .hours_indication{font-size:18px;line-height:20px;font-weight:500}.category_sidebar_content .sidebar_content_contact a{font-size:18px!important;line-height:21.09px;color:#1a1a1a!important;font-weight:500!important}.category_sidebar_content .sidebar_content_contact{margin-top:15px;grid-gap:10px;gap:10px;padding-bottom:0!important}.category_sidebar_content .sidebar_content_contact a:hover{color:#ff7e21!important}.category_sidebar_content .menu_sidebar_content{background-color:#f3f3f0;padding:31px 10px 31px 20px;border-radius:5px}.selected_filters_listing p{margin:0}.category_filters_wrapper .title{font-size:18px;line-height:23.44px;color:#000;font-weight:500}.selected_filters .filter_name{display:flex;align-items:center;grid-gap:10px;gap:10px}.selected_filters .filter_name p{font-size:13px;line-height:15.23px;color:#000;font-weight:400}.selected_filters .filter_name.filter_name_surface p:first-child{max-width:-moz-fit-content;max-width:fit-content;min-width:52px}.selected_filters .delete_filter{border:1px solid #1a1a1a;max-width:20px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50px;cursor:pointer}.selected_filters_listing .selected_filters{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #bababa;padding:12px 0}.selected_filters_listing .selected_filters:last-child{border:0}.selected_filters_listing .selected_filters_main{margin-top:15px;min-height:-moz-fit-content;min-height:fit-content;max-height:180px;overflow:auto;margin-bottom:5px;scrollbar-width:none}.selected_filters_listing .selected_filters_main::-webkit-scrollbar{display:none}.selected_filters_listing .removed_selected_filters{border:1px solid #1a1a1a;background-color:#1a1a1a;color:#fff;font-size:12px;line-height:14.06px;font-weight:400;padding:0;height:33px;width:129px;margin-top:20px}.category_filters_wrapper .selected_filters_listing{border:1px solid #1a1a1a;background-color:#fff;padding:21px 20px;border-radius:5px;margin-top:35px}.category_filters_wrapper{border-top:1px solid #bababa;margin-top:35px}.categories_filter_main .category_filters_listing{margin-top:35px}.categories_filter_main .category_filters_listing:first-child{margin-top:0}.category_filters_wrapper .categories_filter_main{margin-top:30px}.category_filters_wrapper .categories_filter_main::-webkit-scrollbar{display:none}.filter_checked .custom_radio_container .checkmark{border-radius:5px;width:20px;height:20px;border-color:#1a1a1a}.filter_checked .custom_radio_container{padding-left:30px;padding-top:1px;font-size:15px!important;line-height:20px;color:#000!important;font-weight:400!important}.filter_checked .custom_radio_container input:checked~.checkmark{border-color:transparent;border-width:0}.filter_checked .custom_radio_container .checkmark:after{background-image:url(/assets/images/active_filter_checked.svg);height:20px!important;width:23.92px!important;background-size:contain;background-position:unset;background-repeat:no-repeat;transform:unset!important;border:0!important;top:0;left:0}.category_filters_listing .filter_checked{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.category_filters_listing .filter_checked:last-child{margin-bottom:0}.category_filters_listing .title{margin-bottom:20px}.brand_logo_alignment .swiper-wrapper{justify-content:center}.category_filters_listing .filter_checked .filter_category_products_counts{font-size:15px;line-height:20px;color:#000;font-weight:400}.footer_icon_box_area .icon-box-area{padding-bottom:70px}.footer_icon_box_area .icon-box-area .service-icon-box-content .icon-box-content h4{font-size:18px!important;line-height:21.78px;font-weight:500!important}.footer_icon_box_area{margin-top:-10px}.sub_category_content_wrapper .vinylboden_inner_main{border:0;margin-top:0;padding-top:0}.category_brand_logo .brand-logo-area{padding-bottom:0}.sub_category_content_wrapper{max-width:973px;margin:auto}.sub_category_content_wrapper .vinylboden_inner_main h2,.sub_category_content_wrapper .vinylboden_inner_main h3,.sub_category_content_wrapper .vinylboden_inner_main h4,.sub_category_content_wrapper .vinylboden_inner_main h5,.sub_category_content_wrapper .vinylboden_inner_main h6{font-size:22px!important;line-height:42.19px!important;color:#000;font-weight:500!important}.sub_category_content_wrapper .vinylboden_inner_main p{font-size:14px;line-height:1.5;color:#000;font-weight:400!important}.sub_category_content_wrapper .vinylboden_inner_main ul li{color:#1a1a1a;font-size:14px}.category_tabs .inner_prod.product-grid .product-grid__badge-wrapper{top:17px;left:-5px}.top_category_slider_section .category_tabs .inner_prod.product-grid .product-detail .product-title{font-size:16px!important;line-height:18.75px}.top_category_slider_section .category_tabs .inner_prod.product-grid .product-detail p{font-size:12px;line-height:14.06px}.top_category_slider_section .category_tabs .inner_prod.product-grid .product-price .del_p{font-size:14px;line-height:16.41px}.review_site_rating .rating_info .trusted_shop img{width:122px;height:122px}.main-section-top-category .category-slider-nav .ht-swiper-button-nav{width:55px;height:55px;top:48%}.main-section-top-category .category-slider-nav .swiper-button-prev{left:-10px}.main-section-top-category .category-slider-nav .swiper-button-next{right:-10px}.brand-logo-area .header-slider-nav .ht-swiper-button-nav{width:55px;height:55px}.brand-logo-area .header-slider-nav .swiper-button-prev{left:15px}.brand-logo-area .header-slider-nav .swiper-button-next{right:15px}.category_tabs .category_product_grid_detail .product-tag{min-width:108.76px;height:20.28px;line-height:10.8px;color:#fff;background-color:#ff7e21;border-color:#ff7e21;left:11px;top:-11px;font-size:11px;padding:10px 12px;font-weight:500!important;letter-spacing:.2px}.category_brand_logo .row .col-md-12{padding:0}.category_brand_logo .brand-logo-area .header-slider-nav .swiper-button-prev{left:-10px}.category_brand_logo .brand-logo-area .header-slider-nav .swiper-button-next{right:-10px}.filter_checked.selected .custom_checkbox_container{font-weight:500!important;color:#ff7e21!important}.filter_checked.selected .filter_category_products_counts{font-weight:500;color:#ff7e21}.product-small-image-wrapper .gallery_move{border:1px solid #bababa;background-color:#fff;width:38px;height:38px;position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:100px;transition:.3s}.product-small-image-wrapper .gallery_left_move{left:0}.product-small-image-wrapper .gallery_right_move{right:0}.product-small-image-wrapper .gallery_move:hover{background-color:#1a1a1a;border-color:#1a1a1a}.product-small-image-wrapper .gallery_move:hover svg path{fill:#fff}.product-small-image-wrapper .gallery_move svg path{transition:.3s}.desktop_product_main_details .product_detail_rating{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-top:3px;cursor:pointer;width:-moz-fit-content;width:fit-content}.desktop_product_main_details .product_detail_rating .total_count{font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:700}.desktop_product_main_details .product_detail_rating .star-ratings .star-container{margin-top:-5px;padding:1px!important}.desktop_product_main_details .product_detail_description p{font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:400}.desktop_product_main_details .product_detail_description{margin-top:20px}.product_dicount_price .on-sale{margin-bottom:0;background-color:red;width:54px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:15.73px;font-weight:700;border-radius:5px}.product_dicount_price .price_instead{font-size:12px;line-height:14.06px;color:red;font-weight:500}.product_description_head .product_brand_image img{width:75px;-o-object-fit:contain;object-fit:contain}.product_cart_detail .product_description_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.product_description_head .product_dicount_price{display:flex;align-items:flex-end;flex-direction:column;grid-gap:5px;gap:5px}.product-basic-page .product-content .package_price .price_info{font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:500;margin-bottom:0}.product-basic-page .product-content .product_package .price{font-size:28px;line-height:32.81px}.product-basic-page .product-content .product_price .price{font-size:24px;line-height:28.13px}.product-basic-page .product-content .package_price{display:flex;align-items:center;justify-content:flex-end;grid-gap:12px;gap:12px}.product-content .shipping_cost_info{font-size:13px;line-height:15.23px;color:#ff7e21;font-weight:400;text-align:right;margin-top:20px}.product-content .shipping_cost_info span{text-decoration:underline}.measurement_qty_field .qty_field input{border:1px solid #bababa;background-color:#fff;max-width:107px;height:40px;border-radius:5px;padding:0 5px;transition:box-shadow .5s,border-color .25s ease-in-out;text-align:center}.measurement_qty_field .qty_field .unit{font-size:13px!important;line-height:15.23px;color:#1a1a1a;font-weight:700;margin-left:5px}.measurement_qty_field .qty_field_label{font-size:13px!important;line-height:15.23px!important;color:#1a1a1a!important;font-weight:700!important;margin-bottom:0}.product-content .measurement_qty_field{display:flex;align-items:center;justify-content:flex-end;grid-gap:7px;gap:7px}.product-content .check_box.single_pro{display:flex;align-items:center;justify-content:flex-end;margin-top:7px}.product-content .product_quantity_main{background-color:#fff;padding:25px 15px;border-radius:3px;margin:30px 0 20px}.product-basic-page .product-content .cart_btn.disabled-btn button,.product-basic-page .product-content .cart_btn.disabled-btn img{opacity:.7}.product-basic-page .product-content .cart_btn button:hover{color:#1a1a1a!important;border-color:#eec04c!important;background-color:#eec04c}.payment_method_icon .payment_methods_ref{display:flex;align-items:center;grid-gap:10px;gap:10px;justify-content:flex-start;width:100%}.payment_method_icon .payment_methods_ref img{border-radius:0}.product-basic-page .product-content .product-content__quantity .per-piece p{display:inline;font-style:normal;font-weight:600!important;font-size:13px!important;line-height:15.23px;color:#1a1a1a!important;text-align:right}.tab_link_products_wrapper .tab_link_products{max-width:50%;min-width:50%;border-left:1px solid #bababa;padding-top:45px;padding-bottom:70px;position:relative;border-top:1px solid #bababa}.link_product_information .link_product_brand{position:absolute;top:25px;right:25px}.tab_link_products_wrapper{display:flex;flex-wrap:wrap}.tab_link_products_wrapper .tab_link_products:nth-child(odd){border-left:0;padding-right:25px}.tab_link_products_wrapper .tab_link_products:nth-child(2n){padding-left:25px}.link_product_information .link_product_content{padding-top:2px}.product-basic-page .product-content .product-content__quantity .per-piece{text-align:right;padding-top:10px}.link_product_information .link_product_image{width:164px;height:164px;background-repeat:no-repeat;background-position:50%;background-size:cover;cursor:pointer}.link_product_information .link_product_brand img{width:60px}.link_product_information .link_product_content .title{font-size:19px;line-height:22.27px;color:#1a1a1a;font-weight:500;margin-bottom:12px;max-width:265px}.link_product_information .link_product_content .description{font-size:13px;line-height:15.23px;color:#1a1a1a;max-width:302px;margin-bottom:0}.link_product_information .link_product_content .product_sort_info li img{width:8.02px}.link_product_grid .link_product_information{display:flex;align-items:flex-start;grid-gap:30px;gap:30px}.link_product_information .link_product_content .product_sort_info li{padding-left:0;display:flex;align-items:center;grid-gap:10px;gap:10px;margin-bottom:4px}.link_product_information .link_product_content .product_sort_info li:last-child{margin-bottom:0}.link_product_information .link_product_content .product_sort_info li:before{display:none}.link_product_information .link_product_content .product_sort_info li span{font-size:13px;line-height:15.23px;margin-bottom:0;color:#1a1a1a}.link_product_information .link_product_content .product_sort_info li .title{font-weight:400}.link_product_information .link_product_content .product_sort_info li .value{font-weight:600}.link_product_information .link_product_content .product_sort_info li .sort_info_main{display:flex;align-items:center;grid-gap:5px;gap:5px}.link_product_information .link_product_content .product_sort_info{margin-top:27px}.link_product_information .link_product_content .product_sku{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-top:25px}.link_product_information .link_product_content .product_sku p{margin-bottom:0;font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:600}.link_product_information .link_product_content .product_sku .value{font-weight:400}.link_product_price p{margin-bottom:0}.link_product_price .product_price_info .price_info{font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:500;text-align:right}.link_product_price .product_package_price .package_price{font-size:24px;line-height:28.13px;color:#1a1a1a;font-weight:500}.link_product_price .product_package_price .price{font-size:20px;line-height:23.44px;color:#1a1a1a;font-weight:500}.link_product_price .product_package_price p{text-align:right}.link_product_grid .measurement_quantity_main .link_product_price{display:flex;align-items:center;grid-gap:30px;gap:30px;height:75px}.link_product_grid .measurement_quantity_main .product_package_price,.link_product_grid .measurement_quantity_main .product_price_info{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-evenly;height:100%}.tab_link_products .measurement_quantity_main{margin-top:20px}.measurement_quantity_main .qty_field .qty_field_label{font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:700}.measurement_quantity_main .measurement_qty_field .qty_field input{max-width:149px}.measurement_quantity_main .qty_field_label{margin-bottom:6px}.measurement_quantity_main .product_measurement_addtocart{margin-top:20px;display:flex;align-items:flex-end;justify-content:space-between}.product_measurement_addtocart .link_product_addtocart{background-color:#f9ca4f;border:1px solid #f9ca4f;min-height:45px;width:184px;font-size:16px;line-height:18.75px;color:#1a1a1a;font-weight:700;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px}.product_measurement_addtocart .link_product_addtocart:hover{color:#1a1a1a!important;border-color:#eec04c!important;background-color:#eec04c}.product_measurement_addtocart .link_product_addtocart img{width:20.54px}.tab_link_products_wrapper .tab_link_products:first-child,.tab_link_products_wrapper .tab_link_products:nth-child(2){border-top:0}.tab_link_products_wrapper .tab_link_products:last-child,.tab_link_products_wrapper .tab_link_products:nth-last-child(2){padding-bottom:30px}.tab_link_products_wrapper .products_showmore{background-color:#f3f3f0;border:1px solid #1a1a1a;color:#1a1a1a;width:232px;height:50px;font-size:16px;line-height:18.75px;font-weight:700;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px;margin:55px auto 0;transition:unset}.custom_product_detail_accordions .accordion_button p{font-size:22px;line-height:25.78px;color:#1a1a1a;font-weight:500;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom_product_detail_accordions .accordion_button{padding:32px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.custom_product_detail_accordions .product_accordion_content{border-top:1px solid #1a1a1a}.custom_product_detail_accordions .product_accordion_content:last-child{border-bottom:1px solid #1a1a1a}.product_accordion_content .accordion_icon{border:1px solid #bababa;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product_detail_accordions_section{margin-top:145px}.product-tab-area{margin-bottom:115px}.product_accordion_content.active{padding-bottom:30px}.product_accordion_content.active .accordion_button{padding-bottom:15px}.technische_table_content tbody tr:nth-of-type(2n){background-color:#f3f3f0!important}.download_product_content .download_section_inner{text-align:left}.download_product_content .download_section{margin-top:0;margin-bottom:0}.download_product_content .download_section_inner p a{color:#000}.download_product_content .download_section_inner p a:hover{color:#ff7e21}.download_product_content .download_section_inner h3{margin-top:0;color:#000;font-weight:500!important}.download_product_content .download_section_inner .pic-camera-info a{display:flex;align-items:center;grid-gap:4px;gap:4px}.download_product_content .download_section_inner p{margin-bottom:6px}.product_detail_telephone_advice .advice_main_section{align-items:center;padding:60px 0 40px;position:relative}.product_detail_telephone_advice .advice_main_section:before{content:"";background-color:#ff7e21;height:1px;width:97px;position:absolute;top:33px}.product_detail_telephone_advice .telephone_advice_external_info{text-align:center;font-size:14px;line-height:16.41px}.product_detail_telephone_advice .telephone_advice_external_info span{display:block}.product_detail_telephone_advice .advice_section_content{text-align:center}.product_detail_telephone_advice .advice_section_content p{font-size:22px;line-height:25.78px;font-weight:400}.product_detail_telephone_advice .advice_section_content span{font-weight:400}.product_detail_telephone_advice .advice_section_content .title{font-weight:500;margin-top:1px}.product_detail_telephone_advice{max-width:483px;min-width:483px}.product_telephone_advice_main{display:flex;align-items:center;justify-content:flex-end}.product_detail_telephone_advice .advice_section_content .description{font-size:14px;line-height:16.41px;max-width:260px;margin:20px auto}.product_detail_telephone_advice .product_asking_btn button{background-color:#1a1a1a;border:1px solid #1a1a1a;width:100%;min-height:60px;font-size:20px;line-height:23.44px;color:#fff;display:flex;align-items:center;justify-content:center;grid-gap:15px;gap:15px}.product_detail_telephone_advice .product_asking_divider{padding:5px 0;background-color:#fff}.product_detail_review_section{margin-top:90px}.individual_offer_modal .modal-dialog{max-width:850px}.individual_offer_modal .modal-content{padding:0}.individual_offer_modal .modal-header{margin-bottom:0;background-color:#f3f3f0;padding:5px 45px}.individual_offer_modal .modal-header .offer_modal_header p{font-size:14px;line-height:26.13px;color:#1a1a1a;font-weight:700;margin-bottom:0}.individual_offer_main .contact_from_groups{background-color:transparent;padding:0}.individual_offer_main .contact_us_content{margin:0;max-width:100%}.individual_offer_main .contact_from_groups .form-group{margin-bottom:5px!important}.individual_offer_main .contact_from_groups .form-group input{min-height:35px;border-radius:5px!important;border:1px solid #bababa;font-size:12px!important;line-height:21.09px;color:#000;font-weight:500;height:30px}.individual_offer_main .contact_from_groups .form-group input::-moz-placeholder{color:#000}.individual_offer_main .contact_from_groups .form-group input:-ms-input-placeholder{color:#000}.individual_offer_main .contact_from_groups .form-group input::placeholder{color:#000}.individual_offer_main .individual-offer{padding:20px 45px}.individual-offer .individual-offer_information .individual-offer-heading{font-size:15px;line-height:24.13px}.individual-offer .individual-offer_information .individual-offer-heading span{font-weight:700}.individual-offer .individual-offer_information{margin-bottom:20px}.individual_offer_main .contact_from_groups .form-group .form-control:disabled,.individual_offer_main .contact_from_groups .form-group .form-control[readonly]{background-color:#f3f3f0!important}.individual_offer_main .offer_product_detail .title{margin:2px 0 0;font-size:16px;line-height:28.13px;color:#1a1a1a;font-weight:700}.error-txt-popup{background-color:#ef7c2c1a;color:red;padding:5px 0;max-width:325px!important}.product_select_accessories .title{margin:5px 0 10px;font-size:16px;line-height:28.13px;color:#1a1a1a;font-weight:700}.product_select_accessories .checkmark{border:1px solid #bababa;border-radius:3.57px;top:0}.product_select_accessories .accessories_inner{display:flex;align-items:center;grid-gap:35px;gap:35px}.product_select_accessories label.custom_checkbox_container{padding-top:2px;padding-left:30px;font-size:14px!important;line-height:18.75px;color:#000!important;font-weight:500!important}.individual_offer_modal .modal-header .close_modal{width:22px;height:22px;border:1.85px solid #1a1a1a;display:flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.individual_offer_modal .modal-header .close_modal img{width:10px}.individual_offer_modal .modal-header .offer_modal_header{display:flex;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px}.individual_offer_modal .modal-header .offer_modal_header .offer_modal_header_close{cursor:pointer;display:flex;align-items:center;justify-content:center}.individual_offer_modal .modal-header .offer_modal_header img{width:14px}.individual_offer_modal .modal-header .modal-title{width:100%}.product_detail_textarea .group_textarea textarea{height:95px!important;border:1px solid #bababa;border-radius:5px!important;font-size:14px!important;line-height:16.94px;color:#000;font-weight:400}.product_detail_textarea .group_textarea textarea::-moz-placeholder{color:#000}.product_detail_textarea .group_textarea textarea:-ms-input-placeholder{color:#000}.product_detail_textarea .group_textarea textarea::placeholder{color:#000}.individual_offer_main .product_detail_textarea .title{margin:10px 0 0;font-size:16px;line-height:28.13px;color:#1a1a1a;font-weight:700}.individual_offer_main .promotion_check_info .custom_checkbox_container{max-width:100%;color:#1a1a1a!important}.individual_offer_main .promotion_check_info{margin-top:15px}.individual_offer_main button.contact_submit{background-color:#1a1a1a;border:1px solid #1a1a1a;max-width:195px;min-width:195px;height:50px;padding:0!important;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px;margin-top:0!important}.individual_offer_main .offer_submit{display:flex;align-items:center;justify-content:flex-end;margin-top:0}.individual-offer .required_fields p{margin-top:0;font-size:12px;line-height:14.06px;font-weight:500;color:#c22f00}.individual-offer .required_fields{margin-top:10px}.individual_offer_main button.contact_submit img{width:23px}.individual_offer_main button.contact_submit p{margin:0;font-size:14px;line-height:17.09px;color:#fff;font-weight:700}.individual_offer_main .current_country .label{font-size:12px;line-height:21.09px;color:#000;font-weight:500;margin:0}.individual_offer_main .current_country .flag{width:15px;height:15px;background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:50px}.individual_offer_main .current_country{height:35px;display:flex;align-items:center;grid-gap:7px;gap:7px;border:1px solid #bababa;border-radius:5px;background-color:#f3f3f0;padding:.375rem .75rem;margin-top:7px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-large-image-wrapper .gallery_big_image{height:353px;width:100%;background-repeat:no-repeat;background-size:cover;background-position:50%;position:relative}.single_product_gallery .arrow_mobile_image_wrapper{z-index:9999}.single_product_gallery .arrow_mobile_image_wrapper .gallery_move img{display:block;width:8.84px;height:8.84px}.single_product_gallery .arrow_mobile_image_wrapper .gallery_left_move{left:15px;position:absolute}.single_product_gallery .arrow_mobile_image_wrapper .gallery_right_move{right:15px;position:absolute}.single_product_gallery .arrow_mobile_image_wrapper .gallery_move{border:1px solid #fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50px;top:50%;transform:translateY(-50%)}.product_detail_review_section .customer_reviews_listing .swiper-pagination-bullet{background-color:#bababa}.product_detail_review_section .customer_reviews_listing .swiper-pagination-bullet-active{background-color:#ff7e21}.link_product_slider_wrapper .swiper-pagination{display:none}.show_country_modal .modal-dialog{position:fixed;margin:auto;width:320px;height:100%;transform:translateZ(0)}.show_country_modal .modal-content{height:100%;overflow-y:auto;padding:0}.show_country_modal .modal-body{padding:0 0 80px}.show_country_modal.fade .modal-dialog{right:-320px;transition:opacity .3s linear,right .3s ease-out}.show_country_modal.modal.show .modal-dialog{right:0}.show_country_modal .shipping-country-switcher .content ul li .country_flag{width:19px;height:19px;border-radius:50px;background-repeat:no-repeat;background-size:cover}.show_country_modal .shipping-country-switcher .content ul li p{font-size:16px}.show_country_modal .shipping-country-switcher .content ul li{border-color:#1a1a1a;padding:5px 10px}.show_country_modal .shipping-country-switcher .content ul li:first-child{border:0}.show_country_modal .shipping-country-switcher .content ul li:last-child{border-bottom:1px solid #1a1a1a}.show_country_modal .head-language-switcher .title{text-transform:uppercase;font-weight:700;border-bottom:1px solid #fefefe;background:#4d4d4d;color:#fefefe;padding:.66667rem 1rem}.show_country_modal .modal-dialog{max-width:249px!important}.show_country_modal .shipping-country-switcher{display:block;background-color:transparent;box-shadow:none;width:100%;position:unset}.show_country_modal .modal-header{display:none}.show_filter_modal .modal-dialog{position:fixed;margin:auto;width:320px;height:100%;transform:translateZ(0)}.show_filter_modal .modal-content{height:100%;overflow-y:auto;padding:0}.show_filter_modal .modal-body{padding:0 0 80px}.show_filter_modal.fade .modal-dialog{left:-320px;transition:opacity .3s linear,left .3s ease-out}.show_filter_modal.modal.show .modal-dialog{left:0}.show_filter_modal .show_filter_header p{margin:0;font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:700!important}.show_filter_modal .show_filter_header .close_filter_modal{border:1px solid #1a1a1a;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50px}.show_filter_modal .show_filter_header .close_filter_modal img{width:8.11px}.show_filter_modal .show_filter_header{display:flex;align-items:center;justify-content:space-between;background-color:#f3f3f0;height:30px;padding:0 15px}.show_filter_modal .categories_filter_main .category_filters_listing{padding:0 15px}.show_filter_modal .modal-title{width:100%}.show_filter_modal .category_filters_wrapper{display:block;border-top:0;margin-top:0!important}.show_filter_modal .category_filters_wrapper .selected_filters_listing{display:none}.show_filter_modal .category_filters_wrapper .categories_filter_main{margin-top:0}.categories_banner_slider .category-slider-nav .ht-swiper-button-nav img{max-width:42px;min-width:42px}.product_detail_review_section .review_site_rating .rating_info .review{align-items:center}.product_detail_review_section .customer_reviews_listing .review_grid{background-color:#fff}button.lg-close.lg-icon:after{position:absolute;top:50%;line-height:normal;transform:translate(-50%,-50%);left:50%}.product_accordion_content.active .accordion_button p{font-size:20px;line-height:23.44px}.promotion_check_info .guide_info_text{font-size:12px!important;line-height:14.52px;color:#1a1a1a;max-width:100%;margin-top:10px}.lg-backdrop.in{background-color:#fff}.lg-zoom-from-image .lg-next.lg-icon,.lg-zoom-from-image .lg-prev.lg-icon{background-color:#ff7e21;color:#fff;width:35px;height:35px;border-radius:50px!important}.lg-zoom-from-image .lg-next.lg-icon:hover:before,.lg-zoom-from-image .lg-prev.lg-icon:hover:after{color:#ff7e21}.lg-zoom-from-image .lg-prev.lg-icon:after{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:17px}.lg-zoom-from-image .lg-next.lg-icon:hover,.lg-zoom-from-image .lg-prev.lg-icon:hover{background-color:transparent;border:1.5px solid #ff7e21}.lg-zoom-from-image .lg-next.lg-icon:before{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:17px}.lg-zoom-from-image .lg-counter,.lg-zoom-from-image .lg-download,.lg-zoom-from-image .lg-zoom-in{display:none}.product_detail_modal .modal-dialog{margin:0}.modal-open .modal.product_detail_modal{z-index:999999}.footer_custom_accordion .accordion_button .name{font-size:18px;line-height:21.78px;color:#1a1a1a;font-weight:700;padding:0;font-family:Inter}.footer_custom_accordion .accordion_button .name span{font-weight:500}.footer_custom_accordion .accordion_button .accordion_icon img{width:7.03px}.footer_custom_accordion .accordion_button.active .accordion_icon img{width:7.03px;height:4.03px}.footer_custom_accordion .accordion_button{display:flex;align-items:center;justify-content:space-between}.footer_custom_accordion .custom_accordion_content{border-bottom:1px solid #1a1a1a;padding:16px 0}.accordion_button.active{padding-bottom:16px}.footer_custom_accordion .accordion_button .accordion_icon{width:30px;height:30px;background-color:#fff;border:.67px solid #bababa;border-radius:50px;display:flex;align-items:center;justify-content:center}.filter_category_drawer.active{z-index:999999!important;width:260px!important}.country_drawer_main.active{z-index:999999!important;width:250px!important}.country_drawer_main,.filter_category_drawer{padding-top:0!important}.category_filter_drawer .head_section p{margin:0;font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:700}.category_filter_drawer .head_section .close_filter_drawer{border:1px solid #1a1a1a;width:20px;height:20px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50px}.category_filter_drawer .head_section{display:flex;align-items:center;justify-content:space-between;background-color:#f3f3f0;height:35px;padding:0 12px}.category_filter_drawer .head_section .close_filter_drawer img{width:10px;height:10px}.category_filter_drawer .filter_checked .custom_radio_container .checkmark{top:0}.show_filter_modal .category_filters_wrapper .categories_filter_main{min-height:100vh;max-height:100vh;padding-bottom:100px;margin-top:30px;overflow:auto}.country_select_drawer .head_section p{font-size:16px;text-transform:uppercase;font-weight:700;border-bottom:1px solid #fefefe;background:#4d4d4d;color:#fefefe;padding:.66667rem 1rem}.individual-offer .cusomtom_checked_calculate .checkmark{top:-3px;border:1px solid #bababa}.individual-offer .cusomtom_checked_calculate p{color:#1a1a1a!important;font-size:13px!important;line-height:15.23px;font-weight:500}.desktop_seller_tag{display:flex;align-items:center;justify-content:flex-end;margin-bottom:12px}.desktop_seller_tag p{background-color:#f8aa23;min-width:100px;text-align:center;height:31px;border-radius:5px;color:#fff;font-size:13px;line-height:15.23px;font-weight:700;display:flex;align-items:center;padding:0 12px;justify-content:center;text-transform:uppercase}.free_sample_product_btn:disabled{opacity:.6;cursor:unset}.category_sub_links_main .category_sub_links{width:100%}.measurement_qty_field .qty_field input:focus{border:1px solid #8a8a8a!important;background-color:#fefefe!important;box-shadow:0 0 5px #cacaca!important}.hero_slider_parent .header-slider-nav.hero-slider-nav .swiper-button-next,.hero_slider_parent .header-slider-nav.hero-slider-nav .swiper-button-prev{position:unset}.hero_slider_parent .header-slider-nav.hero-slider-nav{position:absolute;bottom:25px;z-index:9;display:flex;flex-direction:column-reverse;grid-gap:50px;gap:50px;right:35px}.hero-slider.hero_slider_parent{margin-top:-175px}header.header-wrap.header-with-topbar{z-index:99999;position:relative}.bodenio_newsletter_section .newsletter-form-group .floating-label{left:0;font-weight:700;font-size:20px!important;color:#fff}.bodenio_newsletter_section .newsletter-form-group .floating-label-focused{top:10px;padding:0;font-size:12px!important}.equipment_link_products_wrapper .equipment_name{font-size:16px;line-height:18.75px;color:#1a1a1a;font-weight:700}.equipment_link_products_wrapper .equipment_name_section{padding:25px 15px 0!important}.equipment_link_products .technical_data{margin-top:20px}.equipment_link_products .link_products_listing .product_name .name{color:#1a1a1a;font-size:15px;line-height:17.58px;font-weight:600;max-width:225px}.equipment_link_products .link_products_listing .brand_logo img{width:48px}.equipment_link_products .link_products_listing .link_product_head{display:flex;align-items:center;justify-content:space-between}.equipment_link_products .link_products_listing .product_image img{width:100%;height:243px;-o-object-fit:cover;object-fit:cover}.equipment_link_products .link_products_listing .product_image{margin-top:12px}.link_products_listing .short_description p{font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:400;padding:0 15px 0 0}.link_products_listing .short_description{margin-top:12px}.link_products_listing .table_content_list li:before{display:none}.link_products_listing .table_content_list li{display:flex;align-items:center;padding-left:0;font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:400;grid-gap:4px;gap:4px}.link_products_listing .table_content_list li img{width:6.89px}.link_products_listing .table_content_list li .sort-info-strong-value{font-weight:600;padding-left:4px}.link_products_listing .product_sku p{margin:0;font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:400}.link_products_listing .product_sku .value{font-weight:600}.link_products_listing .product_sku{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-top:20px}.link_products_listing .product_price_detail p{font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:400;margin:0 0 5px}.link_products_listing .product_price_detail p span{font-weight:700;padding-left:3px}.link_products_listing .product_price_detail p del{font-size:12px;line-height:14.06px;color:red;font-weight:500;padding-left:6px}.link_products_listing .product_price_detail{margin-top:30px}.link_products_listing .measurement_qty_field{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-top:25px}.link_products_listing .measurement_qty_field .qty_field input{width:77px;height:34px;text-align:center}.link_products_listing .measurement_qty_field .qty_field .unit,.link_products_listing .measurement_qty_field .qty_field_label{font-size:12px!important;line-height:14.06px!important}.equipment_link_products_wrapper .equipment_link_products_grid{border-bottom:1px solid #bababa}.link_products_listing .check_box.single_pro{margin-top:10px}.link_products_listing .calculated_per_container .checkmark{width:16px;height:16px}.link_products_listing .calculated_per_container{font-size:12px!important;line-height:14.06px!important;padding-top:8px;padding-left:24px}.link_products_listing .package_price_info p{margin:0 0 5px;font-size:12px;line-height:14.06px;font-weight:400}.link_products_listing .package_price_info .text span{font-weight:700}.link_products_listing .package_price_info .saved_price{font-weight:500;color:red}.link_products_listing .package_price_info{margin-top:11px}.link_products_listing .link_product_addtocart{height:45px;width:100%;border:1px solid #f9ca4f;background-color:#f9ca4f;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;margin-top:25px;font-size:16px;line-height:18.75px;font-weight:700;color:#1a1a1a}.link_products_listing .calculated_per_container input:checked~.checkmark:after{top:2px;left:4px;width:5px;height:8px}.link_products_listing .cart_btn.disabled-btn button,.link_products_listing .cart_btn.disabled-btn img{opacity:.7}.Request_offer .product_request_offer_btn:hover{background-color:#272727}.Request_offer .product_request_offer_btn:hover .box_icon_text p{color:#fff!important}.Request_offer .product_request_offer_btn:hover .box_icon_text img{filter:brightness(100)}.Request_offer .product_request_offer_btn .box_icon_text img{transition:unset;filter:brightness(100)}.tab_link_products_wrapper .products_showmore:hover{background-color:#1a1a1a;color:#fff}.tab_link_products_wrapper .products_showmore:hover img{filter:brightness(100)}.tab_link_products_wrapper .products_showmore img{transition:unset}.categories_filter_main .showmore_filter_option{font-size:15px;line-height:17.58px;font-weight:500;color:#ff7e21;display:flex;align-items:center;grid-gap:8px;gap:8px;margin-top:20px;width:-moz-fit-content;width:fit-content;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.login-content form .floating-form-control{background-color:#fff;border:1px solid #1a1a1a;padding:16px 17px 0!important;border-radius:5px!important;color:#1a1a1a!important}.register_wrap .registration_footer .custom_checkbox_container{padding-top:3px}.login-content form .floating-label-focused{left:13px}.login-content form .floating-label{color:#1a1a1a}.login-content form .floating-form-control:focus{border-color:#495057!important}.bodenio_newsletter_desktop .newsletter_content_body .title{font-weight:500;color:#1a1a1a}.bodenio_newsletter_desktop .newsletter_content_body .description{color:#1a1a1a}.bodenio_newsletter_desktop .newsletter_content_body .description span{font-weight:700}.bodenio_newsletter_desktop .newsletter_sec_field .form-control{font-weight:500;color:#1a1a1a!important;padding-top:22px;border-bottom:1px solid #1a1a1a}.bodenio_newsletter_desktop .newsletter_sec_field .form-control:focus{border-color:#1a1a1a!important}.bodenio_newsletter_desktop .newsletter-form-group .floating-label{font-weight:500;color:#1a1a1a}.bodenio_newsletter_desktop .newsletter_field_btn{border-color:#1a1a1a;background-color:transparent}.bodenio_newsletter_desktop .newsletter_field_btn svg{width:55%;margin:auto}.bodenio_newsletter_desktop .newletter_tag_section{background-color:#ff7e21}.newsletter_main_page .bodenio_newsletter_section.bodenio_newsletter_desktop:before{width:100%}.bodenio_newsletter_section.bodenio_newsletter_desktop:before{content:"";background-image:url(/assets/images/newsletter_bg_shadow.png);position:absolute;height:100%;width:76%;background-repeat:no-repeat;background-size:cover}.bodenio_newsletter_desktop .newsletter_section_inner{position:relative}.brand-logo-area .header-slider-nav .ht-swiper-button-nav img,.main-section-top-category .category-slider-nav .ht-swiper-button-nav img{max-width:20px;min-width:20px}.footer_brand .footer_icon_barnd img{width:90px;height:90px}.footer_brand .footer_icon_barnd a:last-child img{width:150px;height:84px}.show_mobile_category_filter .filter_icon{width:26px;height:26px;background-color:#1a1a1a;border-radius:50px}.show_mobile_category_filter:hover p{color:#ff7e21}.show_mobile_category_filter:hover .filter_icon{background-color:#ff7e21}.contact_from_groups .floating-form-control{background-color:#fff;border:1px solid #1a1a1a;padding:16px 0 0 17px!important;border-radius:5px!important;color:#1a1a1a!important}.contact_from_groups .floating-form-control:focus{border-color:#495057!important}.contact_from_groups .floating-label{color:#1a1a1a!important}.contact_from_groups .floating-label-focused{left:13px}.contact_from_groups .contact_from_group_textarea{margin-top:25px}.contact_from_groups .contact_from_group_textarea .floating-form-control{border-radius:5px!important;padding:30px 20px 12px 23px!important}.contact_from_groups .contact_from_group_textarea .floating-label{top:30px;left:20px}.contact_from_groups .contact_from_group_textarea .floating-label-focused{top:23px}.zahlungcontent_main_content .versand_title_imagge{height:400px;width:100%;background-repeat:no-repeat;background-position:bottom;background-size:cover;border-radius:5px}.checkout_steps_section .checkout_select_country .shipping-country-switcher{display:block;top:58px;width:100%;border-radius:0 0 5px 5px;border:1px solid #bababa;border-top:0}.checkout_steps_section .checkout_select_country{position:relative}.checkout_steps_section .checkout_select_country .shipping-country-switcher ul li:last-child{border-radius:0 0 5px 5px}.checkout_steps_section .checkout_select_country .shipping-country-switcher .country_flag{background-repeat:no-repeat;background-size:cover;border-radius:50px}.checkout_steps_section .checkout_select_country .floating-form-control{cursor:pointer}.category_tabs_main_product .package_price_info_link_tab .text{font-weight:600;font-size:13px;line-height:15px;color:#1a1a1a;margin-bottom:0}.category_tabs_main_product .package_price_info_link_tab .saved_price{font-weight:600;font-size:13px;line-height:15px;color:red;margin-top:5px}.category_tabs_main_product .package_price_info_link_tab{margin-top:15px}.link_product_slider_wrapper .link_product_slider_grid_image{height:120px;background-size:cover;background-position:50%;background-repeat:no-repeat}.link_product_slider_wrapper .equipment_name{background-color:#f3f3f0;font-size:13px!important;line-height:12.89px;color:#1a1a1a;font-weight:500;height:25px;display:flex;align-items:center;justify-content:center;width:100%}.link_product_slider_wrapper .slick-slide:last-child .link_product_slider_grid{padding-right:0}.home_categories_slider .category_container{margin-left:auto;margin-right:auto;padding:0 20px}.embla__buttons .embla__button img{width:8.84px;height:8.84px}.embla__button{-webkit-appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;padding:0;margin:0;z-index:1;color:var(--background-site);justify-content:center;cursor:pointer;width:28px;height:28px;border:1.5px solid #fff;border-radius:50px!important}.embla__button,.embla__buttons{display:flex;align-items:center}.embla__buttons{position:absolute;top:50%;transform:translateY(-50%);width:100%;justify-content:space-between;padding:0 15px}.embla{--slide-spacing:1rem;--slide-size:100%;--slide-height:19rem}.embla__viewport{overflow:hidden;position:relative}.embla__container{backface-visibility:hidden;display:flex;touch-action:pan-y;margin-left:calc(var(--slide-spacing) * -1)}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);position:relative}.embla__container .lg-react-element .gallery-item{max-width:100%;min-width:100%}.embla__slide__img{display:block;height:var(--slide-height);width:100%;-o-object-fit:cover;object-fit:cover}.embla__slide__number{width:4.6rem;height:4.6rem;z-index:1;position:absolute;top:.6rem;right:.6rem;border-radius:50%;background-color:hsla(0,0%,98%,.85);line-height:4.6rem;font-weight:900;text-align:center;pointer-events:none}.embla__slide__number>span{color:var(--brand-primary);background-image:linear-gradient(45deg,#2f70c1,#7461c3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.6rem;display:block;position:absolute;top:0;left:0;right:0;bottom:0}.embla-thumbs{--thumbs-slide-spacing:0.8rem;--thumbs-slide-height:9rem;margin-top:40px}.embla-thumbs__viewport{overflow:hidden}.embla-thumbs__container{display:flex;flex-direction:row;margin-left:calc(var(--thumbs-slide-spacing) * -1)}.embla-thumbs__slide{flex:0 0 28%;min-width:0;padding-left:var(--thumbs-slide-spacing);position:relative}.lg-outer .lg-content button{background-color:#ff7e21;color:#fff;width:35px;height:35px;border-radius:50px!important}.lg-outer .lg-content button:after,.lg-outer .lg-content button:before{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:17px}.request_form h2{font-size:22px!important;line-height:42.19px;font-weight:500!important}.headpara-container p{font-size:14px;line-height:1.5;color:#000;font-weight:400!important}.headpara-container.container{margin-top:20px}.headpara-container.container h2{text-align:center;margin-bottom:20px}.headpara-container a:hover{color:#000!important}@media (min-width:576px){.embla-thumbs__slide{flex:0 0 18%}}.embla-thumbs__slide__button{-webkit-appearance:none;background-color:transparent;touch-action:manipulation;display:block;text-decoration:none;cursor:pointer;border:1px solid transparent;padding:0;margin:0;width:100%;border-radius:0!important}.embla-thumbs__slide--selected .embla-thumbs__slide__button{border-color:#1a1a1a}.embla-thumbs__slide__img{display:block;height:90px!important;width:100%;-o-object-fit:cover;object-fit:cover}.embla-thumbs__slide__number{width:3rem;height:3rem;z-index:1;position:absolute;top:.3rem;right:.3rem;border-radius:50%;background-color:hsla(0,0%,98%,.85);line-height:3rem;font-weight:900;text-align:center;pointer-events:none}.embla-thumbs__slide__number>span{background-image:linear-gradient(45deg,#2f70c1,#7461c3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.4rem;display:block;position:absolute;top:0;left:0;right:0;bottom:0}.link_product_slider_wrapper .embla{--slide-spacing:1rem;--slide-size:40%;--slide-height:19rem}.link_product_slider_wrapper .embla__viewport{overflow:hidden}.link_product_slider_wrapper .embla__container{backface-visibility:hidden;display:flex;touch-action:pan-y;margin-left:calc(var(--slide-spacing) * -1)}.link_product_slider_wrapper .embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);position:relative}.link_product_slider_wrapper .embla__slide__img{display:block;width:100%}.brand_detail_content_wrapper .brand_detial_top .title_image{width:100%;height:293px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:5px;position:relative}.middle_body.brands_detail_body{padding-top:40px;padding-bottom:75px}.brand_detail_content_wrapper .brand_detial_top .brand_image{width:144px;position:absolute;bottom:25px;left:55px}.brand_detail_content_wrapper .brand_detial_head_content{margin-top:35px!important;margin-bottom:65px!important}.brand_detail_content_wrapper .brand_detial_head_content .long_title{color:#000;font-size:28px;line-height:normal;font-weight:500}.brand_detail_content_wrapper .brand_detial_head_content .short_description{font-size:14px;line-height:25px;color:#000;font-weight:400;margin-bottom:25px}.brand_detail_content_wrapper .brand_detial_products{margin-bottom:75px}.brand_detail_content_wrapper .brand_detial_max{min-width:973px;max-width:973px;margin:0 auto;font-size:14px;line-height:25px}.brand_detail_content_wrapper .brand_detial_products .title{font-size:28px;line-height:normal;color:#000;font-weight:500;text-align:center}.brand_detial_product_grid.offer_product_grid{margin-top:35px}.brand_detial_product_grid{display:flex;flex-wrap:wrap;justify-content:flex-start;grid-gap:17px;gap:17px}.brand_detail_telephone_advice{margin-top:85px}.discover_grid_box{height:290px;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:all .5s}.discover_grid_box_main{overflow:hidden;position:relative;transition:all .5s;cursor:pointer;width:32.33333333333333%}.discover_grid_box_main:hover .discover_grid_box{transform:scale(1.1)}.discover_grid_box_main .discover_grid_box_title{position:absolute;bottom:30px;left:35px}.discover_grid_box_main .discover_grid_box_title p{font-family:Inter;font-size:30px;line-height:36.31px;color:#fff;font-weight:600}.brand_detail_content_wrapper .brand_detial_content h2{color:#000;font-size:22px!important;line-height:42.19px;font-weight:500!important;margin-bottom:7px;margin-top:55px}.brand_detail_content_wrapper .brand_detial_content p{color:#000;font-size:14px;line-height:25px;font-weight:400}.brand_detail_content_wrapper.offer_wrapper .offer_wrapper_title{position:absolute;bottom:45px;left:50px}.brand_detail_content_wrapper.offer_wrapper .offer_wrapper_title p{color:#fff;font-size:40px;line-height:46.88px;font-weight:700}.brand_detial_products.offer_products{margin-top:40px}.categories_filter_main .category_filters_listing .black_friday_sale{width:195px;cursor:pointer}.footer_brand.footer_brand_cart_page{padding-top:0}.middle_body.middle_body_cart .empty_shopping_cart{margin-bottom:0}.middle_body.middle_body_login{min-height:unset!important}.bodenio_newsletter_section.bodenio_newsletter_desktop .container{height:100%}.bodenio_newsletter_section.bodenio_newsletter_desktop .newsletter_section_inner{margin-left:125px}.not_found_search_product h2{color:#1a1a1a!important}.categories_filter_main .category_filters_listing .black_friday_sale_disabled,.category_filters_listing .filter_checked .filter_checkboxs_disabled,.category_filters_listing .filter_checked .filter_checkboxs_disabled input:disabled,.category_filters_wrapper .selected_filters_disabled .delete_filter,.category_filters_wrapper .selected_filters_disabled .removed_selected_filters:disabled{cursor:not-allowed}.category_sub_links_main .product_category_filter_name{width:100%;padding:0 9px}.category_sub_links_main .product_category_filter_name p{font-size:18px;line-height:23.44px;color:#000;font-weight:500!important;width:-moz-fit-content;width:fit-content}.category_sub_links_main .row .product_category_filter_name{margin-top:40px}.category_sub_links_main .row:first-child .product_category_filter_name{margin-top:0}.category_filters_listing .category_filter_offer{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.category_filters_wrapper .selected_filters_loader{margin-top:35px}.category_sublink_loader_title{margin-bottom:10px}.category_sublink_loader{margin-top:40px}.home_content_loader{margin-top:70px}.home_content_loader.home_sub_category_loader{margin-top:15px}.middle_body.product_detail_body{padding-bottom:0}.top_announcement_bar{background-color:#ffd757;height:40px}.top_announcement_bar .announcement_bar_content{font-size:13px;color:#1a1a1a;line-height:14.52px;font-weight:500}.top_announcement_bar .container{height:100%}.top_announcement_bar .top_announcement_bar_inner{height:100%;position:relative}.top_announcement_bar .top_announcement_bar_inner .close_announcement{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer}.categories_purchase_advisor .purchase_advisor_button{border:1px solid #ff7e21;background-color:#ff7e21;width:221px;height:39px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Inter;font-size:16px;line-height:19.36px;font-weight:600}.categories_purchase_advisor .purchase_advisor_button:hover{background-color:#ef761f;border-color:#ef761f}.product-tab-navigation .sortContainerLoader{text-align:right}.advantages_order_checkout .title{font-size:16px;line-height:19.36px;font-weight:600;font-family:Inter;color:#1a1a1a;text-align:center;width:100%;position:relative}.advantages_order_checkout{padding:35px 0;margin-top:30px}.advantages_order_checkout .title:before{left:0}.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{content:"";position:absolute;background-color:#bababa;width:115px;height:1px;top:50%}.advantages_order_checkout .title:after{right:0}.advantages_order_checkout .advantages_order_grid .advantage_image{width:43px;height:30px;background-size:contain;background-position:50%;background-repeat:no-repeat}.advantages_order_checkout .advantages_order_grid .advantage_content p{margin:0}.advantages_order_checkout .advantages_order_grid .advantage_content .advantage_title{font-size:14px;line-height:16.94px;font-weight:600;font-family:Inter}.advantages_order_checkout .advantages_order_grid .advantage_content .advantage_description{font-size:12px;line-height:14.52px;font-weight:500;font-family:Inter}.advantages_order_checkout .advantages_order_wrapper .advantages_order_grid{display:flex;align-items:center;grid-gap:10px;gap:10px;width:50%}.advantages_order_checkout .advantages_order_wrapper{display:flex;flex-wrap:wrap;min-width:95%;max-width:95%;margin:40px auto 0;grid-row-gap:60px;row-gap:60px}.checkout_order_view_external{position:fixed;overflow:auto;min-height:400px;max-height:100vh;scrollbar-width:none;max-width:620px;min-width:620px}.checkout_order_view_external::-webkit-scrollbar{display:none;width:0}.purchase_advisor_popup .modal-dialog{max-width:1075px;min-width:1075px}.steper_comp .category_purchase_advisor_filter li:before{display:none}.steper_comp .category_purchase_advisor_filter li{padding-left:0}.steper_comp .category_purchase_advisor_filter{display:flex;justify-content:center;grid-gap:95px;gap:95px}.category_purchase_advisor_filter .steper_image_main_area{max-width:234px;min-width:234px;border-radius:5px}.purchase_advisor_header .purchase_advisor_heading p{font-family:Inter;font-size:24px;line-height:29.05px;color:#000;font-weight:700;text-align:center}.purchase_advisor_popup .purchase_advisor_header{margin-top:15px;position:relative}.purchase_advisor_header .purchase_advisor_filter_heading h3{font-family:Inter;font-size:20px;line-height:24.2px;color:#000;font-weight:600!important;text-align:center}.purchase_advisor_header .purchase_advisor_filter_heading{margin-top:35px;margin-bottom:30px}.purchase_advisor_popup .steper_main .StepButton-0-2-4.completed span{display:block}.purchase_advisor_popup .steper_main .StepButton-0-2-4{width:35px!important;height:35px!important;margin:0 auto;display:flex;align-items:center;justify-content:center}.purchase_advisor_popup .steper_main .StepButton-0-2-4 span{font-size:16px!important;line-height:19.36px!important;font-weight:500!important;color:#000!important}.purchase_advisor_popup .steper_main .StepButton-0-2-4.activeClass{border-color:#ff7e21!important;background-color:#ff7e21!important}.purchase_advisor_popup .steper_main .StepButton-0-2-4.activeClass span{color:#fff!important}body .purchase_advisor_popup .steper_main .StepButton-0-2-4.completed{border-color:#ff7e21!important;background-color:#ff7e21!important}.purchase_advisor_popup .steper_main .StepButton-0-2-4.completed span{color:#fff!important}.purchase_advisor_popup .steper_main .StepButton-0-2-4.inActiveClass{background-color:#f3f3f0!important;border:.738971px solid #bababa}.purchase_advisor_popup .StepContainer-0-2-2:last-child:before{display:none}.purchase_advisor_popup .steper_main .StepContainer-0-2-2:before{left:60%;top:17px;height:1px;width:86%;background-color:#bababa!important}.purchase_advisor_popup .steper_main #RFS-Label{color:#000!important;font-size:16px!important;line-height:19.36px;text-align:center}.purchase_advisor_popup .steper_main_arrow_btn button{border-color:#bababa;background-color:#f3f3f0;width:35px;height:35px}.purchase_advisor_popup .steper_main_arrow_btn button svg{color:#1a1a1a!important}.purchase_advisor_popup .steper_main .steper_main_arrow_btn{top:5px}.purchase_advisor_popup .steper_main .backarrow_main{left:65px}.purchase_advisor_popup .steper_main .nextarrow_main{right:65px}.category_purchase_advisor_filter .steper_image_main_area .fil_img{height:147px}.purchase_advisor_header .purchase_advisor_close_btn{width:35px;height:35px;border:1px solid #bababa;background-color:#f3f3f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:0;top:0}.purchase_advisor_popup .advisor_view_products{margin:80px 0}.newsletter_section_main .newsletter_section_top_text p{font-size:14px!important;line-height:1.4}.newsletter_section_main .newsletter_component_bottom p{font-size:14px!important;line-height:1.5}.batteriegesetz_main_content ul li{color:#1a1a1a;font-size:14px}.checkout_information_form .abandoned_cart_email .custom_radio_container .checkmark{border:1px solid #d9d9d9;background-color:#d9d9d9;width:19px!important;height:19px!important;border-radius:4.32px}.checkout_information_form .abandoned_cart_email .custom_radio_container input:checked~.checkmark:after{left:3px!important;top:3.5px!important;background-image:url(/assets/images/abandoned_email_check.svg);height:12px!important;width:12px!important;background-size:contain;background-position:50%;background-repeat:no-repeat;transform:unset!important;border:0!important}.checkout_information_form .abandoned_cart_email .custom_radio_container{padding-top:3px;font-size:14px!important;line-height:16.94px;color:#1a1a1ae5!important;font-weight:500!important;font-family:Inter;width:-moz-fit-content;width:fit-content}.checkout_contact_fields.email_field .floating-form-group{margin-bottom:15px}.purchase_advisor_popup .steper_main{margin:40px 0 20px}.category_purchase_advisor_filter .imageFilterImageSkeleton .react-loading-skeleton{height:150px!important}.top_announcement_bar .top_announcement_bar_inner #marquee{overflow:hidden}@keyframes marquee-tablet{0%{transform:translateX(100%)}to{transform:translateX(-250%)}}@keyframes marquee-mobile{0%{transform:translateX(100%)}to{transform:translateX(-500%)}}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-150%)}}.top_announcement_bar .top_announcement_bar_inner .marquee{overflow:hidden;white-space:nowrap;height:100%;width:95%;margin:auto}.top_announcement_bar .top_announcement_bar_inner .marquee p{animation:marquee 20s linear infinite;animation-delay:.8s;height:100%;display:flex;align-items:center}.vinylboden_main_inner .categories_purchase_advisor{width:-moz-fit-content;width:fit-content}.purchase_advisor_popup .modal-dialog .modal-content{max-width:100%;border-radius:5px;padding:20px;height:100%;position:relative;top:0;left:0;right:0;transform:none;overflow:auto}.individual_offer_modal .modal-dialog .modal-content{max-width:100%;border-radius:0;padding:0;height:100%;position:relative;top:0;left:0;right:0;transform:none;overflow:auto}.cart_content_loader .cart_loader_wrapper{display:flex;grid-gap:20px;gap:20px}.cart_content_loader .cart_loader_content_wrapper{margin-top:20px}.drawer_data .menu_list.menu_list_unoffer li p{color:#1a1a1a}.drawer_data .menu_list.menu_list_title_unoffer li p{color:#1a1a1a!important}.footer_custom_accordion .footer_accordion_Inactive img{height:14px!important;width:14px!important}.footer_custom_accordion .footer_accordion_active img{height:14px!important;width:14px!important;transform:rotate(-90deg)}.single-post .blog-img h1{font-weight:500!important;font-size:22px!important;line-height:42.19px!important;color:#000!important}.post-author__info .author-name,.single-post .blog-content .blog-text p{font-size:14px!important;line-height:1.5!important}.blog_content_loader .blog_inner_loader{display:flex;grid-gap:20px;gap:20px}.blog_content_loader .blog_inner_loader .content_loader{width:100%}.floating-form-control:disabled,.form-control[readonly]{background-color:#f3f3f0!important}.floating-form-group{position:relative;margin-bottom:1.5rem}.checkout_content_body_wrapper .checkout_content_body .floating-form-control{border:1px solid #d9d9d9}.floating-form-control{padding:25px 18px 10px;border-radius:5px!important;background-color:transparent;box-shadow:none;transition:border-color .3s ease;height:calc(4px + 1.5em + 1.75rem + 2px);color:#1a1a1a!important}.floating-form-control:focus{border-color:#1a1a1a!important}.floating-label{position:absolute;top:50%;transform:translateY(-50%);left:15px;transition:all .3s ease-out;pointer-events:none;color:#1a1a1a;font-size:14px}.floating-label-focused,.focused .floating-label{top:20px;font-size:10px;color:#1a1a1a;padding:0 .25rem}.checkout_information_form .checkout_form_label{font-family:Roboto,sans-serif;font-size:16px;line-height:19.36px;color:#1a1a1a;margin-bottom:11px;font-weight:700}.cart_prouct_price_detial .per_info_text{font-size:14px;line-height:16.94px;color:#1a1a1a}.checkout_content_modal .modal-dialog{max-width:70%!important}.content_modal_loader .modal-content{padding-bottom:45px}.checkout_content_modal .modal-content{border-radius:10px}.spinner-border.checkout_content_loader{width:3rem;height:3rem;color:#1a1a1a!important;margin:auto;display:block}.payment_method_head.additional_info .title{font-size:16px;line-height:19.36px;color:#1a1a1a;font-family:Roboto,sans-serif;margin-bottom:10px;font-weight:700}.payment_method_head.additional_info .description{font-size:12px;line-height:14.52px;color:#1a1a1a}.payment_method_head.additional_info textarea.form-control{color:#1a1a1a;font-size:16px!important}.payment_method_head.additional_info.textarea_info .floating-label{top:25px}.payment_method_head.additional_info.textarea_info .floating-label.floating-label-focused{top:17px}.payment_method_head.additional_info{margin-top:45px}.payment_method_head.additional_info textarea.form-control:focus{border-color:#1a1a1a!important}.payment_method_head.additional_info textarea.form-control{padding:20px 20px 12px 19px;border-radius:5px!important}.payment_method_head.additional_info .form-group{margin-top:20px}.handle_company_info_show p{font-size:16px;line-height:16.94px;color:#ff7e21}.handle_company_info_show svg{stroke-width:3;margin-top:1px}.handle_company_info_show{margin-top:2px;margin-bottom:14px;cursor:pointer;width:-moz-fit-content;width:fit-content;display:flex;align-items:unset;grid-gap:5px;gap:5px}.checkout_check_order .review_title_head{margin-bottom:30px;margin-top:45px;font-size:22px;line-height:26.63px;color:#1a1a1a;font-family:Roboto,sans-serif}button.apply_coupon_btn.apply_coupon_btn_loader:hover{background-color:#ededed!important;border:1px solid #ededed!important}.checkout_check_order .order_overview_head p{font-size:22px;line-height:26.63px;color:#664933;font-weight:700}.checkout_check_order .order_overview_head{margin-bottom:20px}.dropdown_order_view.external_dropdown_order_view{margin-top:20px}.dropdown_order_view.external_dropdown_order_view .checkout_addto_cart_view{padding:25px 0 0;background-color:transparent}.checkout_content_inner .tables_review_content{display:flex;flex-direction:column;grid-gap:30px;gap:30px;margin-top:35px}body.\/kasse.kasse_inner_content,body.\/kasse\/information.kasse_inner_content,body.\/kasse\/payment.kasse_inner_content,body.\/kasse\/review.kasse_inner_content,body.\/kasse\/shipping.kasse_inner_content{background:#fff;background:linear-gradient(90deg,#fff 50%,#fff 0)}.next_step_main.last_step_checkout button{background-color:#f9ca4f;border:1px solid #f9ca4f!important;color:#1a1a1a;text-transform:capitalize}.next_step_main.last_step_checkout button:hover{background-color:#eec04c;color:#1a1a1a!important;border:1px solid #eec04c!important}.checkout_information .checkout_phone_field .floating-form-group{margin-bottom:0}.next_prev_steps_btn .mastercard_btns .paypal-btn{padding:0!important}.next_prev_steps_btn .mastercard_btns .paypal-buttons-context-iframe{min-width:250px!important}.next_prev_steps_btn .next_step_main p{font-size:12px;line-height:14.52px;color:#1a1a1a;text-align:center;padding-top:15px;letter-spacing:.5px}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .container{padding-right:0;padding-left:0}.checkout_addto_cart_view .cart_view_grid_main{min-height:95px;max-height:-moz-max-content;max-height:max-content;padding:20px 0}.checkout_addto_cart_view .cart_view_grid_main::-webkit-scrollbar{width:0}.checkout_steps_footer ul li a{color:#664933}.checkout_steps_footer ul li a:hover{color:#ff7e21}.checkout_payment_method .coupon_code_external .checkout_apply_coupon{margin-top:0}.checkout_payment_method .coupon_code_external{margin-top:25px}.checkout_payment_method .coupon_code_external .coupon_code_label{font-size:16px;line-height:19.36px;color:#664933;font-family:Roboto,sans-serif}.checkout_payment_method .coupon_code_external .floating-form-control{height:44px!important}.checkout_payment_method .coupon_code_external .apply_coupon_btn{height:44px;padding:0 37px}.checkout_payment_method .coupon_code_external .focused .floating-label,.floating-label-focused{top:13px}.checkout_payment_method .coupon_code_external .floating-form-control{padding:20px 18px 7px}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .checkout_content_body_wrapper{min-height:100vh;position:relative}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .checkout_content_body_wrapper .checkout_steps_footer{position:absolute;bottom:0}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .checkout_content_body_wrapper .checkout_content_body{position:unset}.checkout_steps_breadcrumbs_wrapper .order_is_opened{margin-bottom:0!important}.checkout_steps_breadcrumbs_wrapper .dropdown_order_view{margin-bottom:20px;border-color:#d9d9d9;border-style:solid;border-width:1px 0}.checkout_steps_breadcrumbs_wrapper .small_device_order_view{background-color:#f3f3f0;height:76px;margin:20px 0}.checkout_steps_breadcrumbs_wrapper .small_device_order_view .small_device_order_view_inner{display:flex;align-items:center;justify-content:space-between;height:100%}.small_device_order_view .order_payment p{font-size:16px;line-height:19.36px;color:#1a1a1a;font-weight:600}.small_device_order_view .open_cart_order{display:flex;align-items:center;grid-gap:13px;gap:13px}.small_device_order_view .open_cart_order p{font-size:12px;line-height:14.52px;color:#007600;margin-bottom:0;margin-right:5px}.checkout_response_content .response_order_number{font-size:20px!important;font-weight:400!important;color:#664933;line-height:normal;margin-bottom:.5rem}.checkout_response_content .response_thankyou_msg{font-size:28px!important;font-weight:400!important;color:#664933;line-height:33.89px;margin-bottom:.5rem}.checkout_response_content .response_order_received_msg{font-size:12px;color:#787878!important;line-height:19.36px}.checkout_response_content .response_content_inner{margin-top:15px;max-width:500px}.checkout_response_content button{padding:12px 30px!important;font-size:13px;line-height:15.73px}.checkout_response_content{margin-top:80px;margin-bottom:130px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.checkout_response_steps_breadcrumbs_wrapper{position:unset!important;margin-top:32px}.checkout_check_order .check_order_payment{margin-top:35px;border:1px solid #bababa;padding:15px 20px;border-radius:5px}.checkout_check_order .check_order_payment .cart_prouct_price_detial{margin-top:0;grid-gap:7px;gap:7px}.check_order_payment .cart_prouct_price_detial .coupon_price p,.check_order_payment .cart_prouct_price_detial .price_shipment p,.check_order_payment .cart_prouct_price_detial .price_subtotal p{font-size:12px;line-height:14.52px}.check_order_payment .cart_prouct_price_detial .price_total p{font-size:12px;line-height:14.52px;font-family:Roboto,sans-serif}.checkout_content_body .checkout_content_steps .inner_row.row .inner_row_col{position:relative;background-color:#fff}.checkout_content_body .checkout_content_steps .inner_row.row .inner_row_col .checkout_steps_footer{position:absolute;bottom:0;right:0;left:0}.table_content_info .table_paymet_method .paymet_method_inner{display:flex;align-items:center;justify-content:space-between}.table_content_info .table_paymet_method .paymet_method_inner .payment_method_pic{width:40.28px;height:26.18px;border-radius:5px;border:1px solid #e0e0e0}.table_content_info .table_paymet_method .paymet_method_inner .card_payment_method_pics:last-child{border:0}.checkout_table_content .table_content .table_content_info .table_paymet_method{max-width:265px;min-width:265px}.table_content_change p{cursor:pointer;transition:.5s}.table_content_change p:hover{color:#ff7e21!important;transition:.5s}.table_content_info .table_paymet_method .payment_address{font-size:10px;line-height:12.1px}.select_payment_method .selected_method_information_vorkasse{border-radius:0 0 5px 5px}.kasse_content_body .checkout_content_body .inner_row.row{box-sizing:border-box;height:100vh}.payment_billing_addres .floating-form-control{background-color:#fff}.billing_shipping_wrapper .payment_billing_addres{background-color:#f6f6f6;padding:20px;border:1px solid #e0e0e0;border-top:0 solid #e0e0e0;border-radius:0 0 5px 5px}.billing_shipping_wrapper .checkout_delivery_address_fields,.billing_shipping_wrapper .checkout_information,.billing_shipping_wrapper .checkout_information_form{margin-top:0}.billing_shipping_wrapper{margin-top:45px}.select_payment_method .select_billing_shipping .grid_billing_shipping{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #e0e0e0;border-top:0 solid #e0e0e0;padding:0 20px;height:55px;cursor:pointer}.checkout_table_content{border:1px solid #bababa;border-radius:5px;padding:18px}.checkout_table_content .table_content .checkout_payment{font-weight:700}.checkout_table_content .table_content:after{content:"";position:absolute;background-color:#bababa;height:1px;width:100%;bottom:0}.checkout_table_content .table_content:last-child:after{display:none}.checkout_table_content .table_content p{margin-bottom:0;font-size:12px;line-height:14.52px;color:#1a1a1a}.checkout_table_content .table_content .table_content_info{display:flex;align-items:center}.checkout_table_content .table_content .table_content_info .title{max-width:85px;min-width:75px;font-weight:700}.checkout_table_content .table_content{display:flex;align-items:center;justify-content:space-between;position:relative;padding:18px 0}.checkout_table_content .table_content:first-child{padding-top:0}.checkout_table_content .table_content:last-child{padding-bottom:0}.select_payment_method .custom_radio_container .checkmark{top:0}.select_payment_method .custom_radio_container{font-size:14px!important;line-height:16.94px;color:#1a1a1a!important;padding-left:28px}.select_payment_method .checkout_method_image img{width:40.28px;height:26.18px;border:1px solid #e0e0e0;border-radius:5px}.select_payment_method .checkout_method_image.no_border_card img:last-child,.select_payment_method .checkout_method_image.no_border img{border:0}.select_payment_method .checkout_method_image{display:flex;align-items:center;grid-gap:6px;gap:6px}.select_payment_method .selected_method_information ul li:before{width:8px;height:8px;background-color:#1a1a1a;top:3px}.selected_method_information .vorkasse_method_information p{font-size:12px;line-height:14.52px;color:#1a1a1a;max-width:400px}.select_payment_method .selected_method_information ul li:last-child{margin-bottom:0}.select_payment_method .selected_method_information ul li{margin-bottom:7px;font-size:12px;line-height:14.52px;color:#1a1a1a}.select_payment_method .selected_method_information{padding:20px 25px 20px 20px;border:1px solid #bababa;border-top:0 solid #bababa;background-color:#f3f3f0}.checkout_payment_method .payment_methods{margin-top:20px}.select_payment_method .grid_methods .custom_radio_container input:checked~.checkmark{background-color:#007600!important;border:1px solid #007600!important}.select_payment_method .grid_methods .custom_radio_container .checkmark:after{left:1px!important;top:2.5px!important;background-image:url(/assets/images/footer_top_check.svg);height:15px!important;width:15px!important;background-size:contain;background-position:50%;background-repeat:no-repeat;transform:unset!important;border:0!important}.select_payment_method .grid_methods{display:flex;justify-content:space-between;align-items:center;height:55px;padding:0 20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #d9d9d9;border-top:0 solid #d9d9d9}.select_payment_method .grid_methods:first-child{border-width:1px;border-radius:5px 5px 0 0}.select_payment_method .grid_methods:last-child{border-radius:0 0 5px 5px}.select_payment_method .payment_method_selected{border-color:#007600;background-color:#00e1000d}.select_payment_method .previous_grid_selected{border-bottom-color:#007600!important}.select_payment_method .custom_radio_container .tag{font-size:12px;line-height:14.52px;color:#1a1a1a;margin-left:8px}.select_payment_method .payment_method_head .title{font-size:16px;line-height:19.36px;color:#1a1a1a;font-family:Roboto,sans-serif;margin-bottom:10px;font-weight:700}.select_payment_method .payment_method_head .description{font-size:12px;line-height:14.52px;color:#1a1a1a}.select_payment_method .payment_method_head p{margin-bottom:0}.checkout_check_order,.checkout_payment_method,.checkout_shipment_address,.select_payment_method{margin-top:35px}.delivery_approx_content img{width:21px;height:21px}.shipment_delivery_approx .delivery_approx p{margin-bottom:0}.shipment_delivery_approx .delivery_approx .tag{font-size:10px;line-height:12.1px;color:#1a1a1a}.shipment_delivery_approx .delivery_approx .duration{font-size:14px;line-height:16.94px;color:#1a1a1a;font-weight:500}.approx_content_inner{display:flex;grid-gap:10px;gap:10px;align-items:center}.delivery_approx_content .approx_price p{font-size:14px;line-height:16.94px;color:#1a1a1a}.delivery_approx_content{display:flex;align-items:center;justify-content:space-between;border:1px solid #007600;padding:.75rem 1.2rem;border-radius:5px;background-color:#00e1000d}.checkout_shipment_address .shipment_delivery_approx{margin-top:35px}.checkout_shipment_address .shipment_delivery_approx .title{font-family:Roboto,sans-serif;font-size:16px;line-height:19.36px;color:#1a1a1a;margin-bottom:12px;font-weight:700}.kasse_content_body{padding:0}.checkout_steps_breadcrumbs_wrapper{margin-top:32px}.checkout_content_body{position:relative;height:100%}.google_autocomplete_address input::-webkit-input-placeholder{color:transparent}.google_autocomplete_address input:-moz-placeholder,.google_autocomplete_address input::-moz-placeholder{color:transparent}.google_autocomplete_address input:-ms-input-placeholder{color:transparent}.checkout_information .checkout_phone_field{position:relative}.checkout_information .checkout_phone_field svg{position:absolute;top:50%;transform:translateY(-50%);right:25px;cursor:pointer}.checkout_information .checkout_phone_field svg path{fill:#1a1a1a}.checkout_information .checkout_phone_field input{padding:20px 40px 10px 18px}.cart_view_grid_main .cart_view_grid{margin-bottom:30px}.cart_view_grid_main .cart_view_grid:last-child{margin-bottom:0}.checkout_apply_coupon .floating-form-control{background-color:#fff}.cart_prouct_price_detial{display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-top:35px}.cart_prouct_price_detial .price_subtotal p{font-size:14px;line-height:16.94px;color:#1a1a1a}.checkout_addto_cart_view .cart_prouct_price_detial .price_subtotal p:first-child{font-weight:600}.cart_prouct_price_detial .price_subtotal{display:flex;align-items:center;justify-content:space-between}.cart_prouct_price_detial .coupon_price p{font-size:14px;line-height:16.94px;color:#664933}.cart_prouct_price_detial .coupon_price{display:flex;align-items:center;justify-content:space-between}.cart_prouct_price_detial .price_shipment p{font-size:14px;line-height:16.94px;color:#1a1a1a}.cart_prouct_price_detial .price_shipment{display:flex;align-items:center;justify-content:space-between}.cart_prouct_price_detial .price_total p{font-size:19px;line-height:19.36px;color:#1a1a1a;font-weight:600}.cart_prouct_price_detial .price_total{display:flex;align-items:center;justify-content:space-between}.cart_prouct_price_detial p{margin-bottom:0}.checkout_apply_coupon form .apply_coupon_btn:hover{background-color:#ef761f;border-color:#ef761f}.checkout_apply_coupon form .apply_coupon_btn{background-color:#ff7e21;border:1px solid #ff7e21;height:55px;color:#fff;font-size:14px;line-height:16.94px;font-weight:600;padding:0 53.2px}.checkout_apply_coupon form .apply_coupon_btn:focus{outline:0}.checkout_apply_coupon form{display:flex;align-items:center;grid-gap:12px;gap:12px}.checkout_apply_coupon form .form-group{margin-bottom:0;width:100%}.checkout_apply_coupon{margin-top:35px}.checkout_addto_cart_view{height:100%;background-color:#f3f3f0;padding:35px 25px}.checkout_addto_cart_view .checkout_cart_info .cart_image .product_quantity_count{padding:5px;min-width:25px;max-width:-moz-fit-content;max-width:fit-content;min-height:25px;max-height:35px;background-color:#ff7e21;border-radius:50px;position:absolute;right:-13px;top:-13px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:14.52px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner .description{font-size:14px;line-height:16.94px;color:#1a1a1a}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner p{margin-bottom:0}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner{min-width:300px;max-width:300px;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.checkout_addto_cart_view .cart_view_grid{display:flex;align-items:center;justify-content:space-between}.checkout_addto_cart_view .cart_view_grid .checkout_cart_price p{font-size:15px;line-height:14.52px;color:#1a1a1a}.checkout_addto_cart_view .checkout_cart_info{display:flex;align-items:flex-start;grid-gap:20px;gap:20px}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner .title{font-size:16px;line-height:19.36px;color:#1a1a1a;margin-top:12px}.checkout_addto_cart_view .checkout_cart_info .cart_image{width:95px;height:95px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;border-radius:5px}.checkout_information_form .google_autocomplete_address{position:relative}.checkout_information_form .google_autocomplete_address svg{position:absolute;top:50%;transform:translateY(-50%);right:25px}.checkout_information_form .google_autocomplete_address svg path{fill:#1a1a1a}.checkout_information_form .google_autocomplete_address input{padding:25px 40px 10px 18px}.checkout_steps_footer{border-top:1px solid #bababa;padding:17px 0;width:95%;margin:auto}.checkout_steps_footer .footer_content_list ul{display:flex;align-items:center;grid-gap:15px;gap:15px}.checkout_steps_footer .footer_content_list ul li{padding-left:0;font-size:12px;line-height:14.52px;color:#1a1a1a;margin-bottom:0;cursor:pointer;transition:all .3s ease-in-out}.checkout_steps_footer .footer_content_list ul li:hover{color:#ff7e21}.checkout_steps_footer .footer_content_list ul li:before{display:none}.checkout_prev_next .next_prev_steps_btn{display:flex;align-items:center;justify-content:space-between;margin-top:30px;margin-bottom:135px;position:relative}.checkout_prev_next .prev_step_button{border:0;background-color:transparent;display:flex;align-items:center;grid-gap:5px;gap:5px;transition:.5s;color:#664933;font-size:12px;line-height:14.52px;padding:0;cursor:pointer;margin-left:-2px}.checkout_prev_next .prev_step_button:hover{color:#ff7e21}.checkout_prev_next .prev_step_button:focus{border:0;outline:0}.checkout_prev_next .next_step_button{color:#1a1a1a;border:1px solid #f9ca4f!important;background-color:#f9ca4f;padding:21px 0!important;width:100%;font-size:16px;line-height:19.36px;font-weight:700;letter-spacing:.5px}.checkout_prev_next .next_step_button:hover{color:#1a1a1a!important;background-color:#eec04c;border:1px solid #eec04c!important}.checkout_prev_next .next_step_main{width:100%}.checkout_delivery_address_fields .floating-form-group{margin-bottom:12px}.checkout_delivery_address_fields .row .col-lg-6:first-child{padding-right:5px}.checkout_delivery_address_fields .row .col-lg-6:last-child{padding-left:5px}.checkout_delivery_address_fields{margin-top:25px}.checkout_order_divider p:before{left:0}.checkout_order_divider p:after,.checkout_order_divider p:before{content:"";background-color:#bababa;position:absolute;height:1px;width:42%;top:50%;transform:translateY(-50%)}.checkout_order_divider p:after{right:0}.checkout_order_divider p{text-align:center;font-size:14px;line-height:16.94px;color:#1a1a1a}.checkout_order_divider{width:100%;margin:30px auto 0;position:relative}.checkout_information_form{margin-top:35px}.checkout_information{margin-top:65px}.checkout_information .checkout_paypal_title{margin-bottom:0;font-size:14px;line-height:14.52px;color:#1a1a1a}.checkout_information .express_checkout{display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:12px;gap:12px}.checkout_information .checkout_paypal_informations{width:208px}.steps_breadcrumbs_checkout .step_buttons.active,.steps_breadcrumbs_checkout .step_buttons.completed{color:#ff7e21!important;cursor:pointer}.steps_breadcrumbs_checkout .last-step_svg{display:none}.steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout .step_buttons{font-size:12px;line-height:14.52px;color:#664933}.steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-top:25px}.steps_breadcrumbs_checkout .step_buttons{padding:0;background-color:transparent;border:0;cursor:unset}.steps_breadcrumbs_checkout .step_buttons:focus{outline:0;border:0}button.paypal_custom_button{width:300px;height:54px;border:0;background-color:#fcc439}button.paypal_custom_button .paypal_custom_image{width:80px;height:100%;background-size:contain;background-repeat:no-repeat;background-position:50%;margin:auto}button.paypal_custom_button img{width:70px}button.paypal_custom_button:focus{border:0;outline:0}button.paypal_custom_button:hover{filter:brightness(.95)}body .next_step_button.next_step_hover_disabled:hover{background-color:#f9ca4f!important;border:1px solid #f9ca4f!important}.checkout_empty_cart .empty_shopping_cart_content{text-align:center}.checkout_empty_cart .empty_shopping_cart{min-height:100vh}.table_content_info .table_paymet_method .paymet_method_inner .paymemt_method_images{display:flex;align-items:center;grid-gap:12px;gap:12px}.table_content_info .table_paymet_method .paymet_method_inner .payment_method_pic.no_border{border:0!important}.kasse_content_body,.kasse_content_body .checkout_content_body_wrapper,.kasse_content_body .container{height:100vh}.checkout_order_view_external .checkout_addto_cart_view{background-color:transparent}.top_category_slider_section .swiper-button-prev{background-color:#fff;width:45px;height:45px;line-height:45px;border-radius:50%!important;opacity:1;border:1px solid #e0e0e0;left:0}.top_category_slider_section .swiper-button-prev:after{font-size:17px;color:#222}.top_category_slider_section .swiper-button-next{background-color:#fff;width:45px;height:45px;line-height:45px;border-radius:50%!important;opacity:1;border:1px solid #e0e0e0;right:0}.top_category_slider_section .swiper-button-next:after{font-size:17px;color:#222}.top_category_slider_section .swiper-slide.item{height:unset}.top_category_slider_section .swiper-container{padding:0 15px!important}.top_category_slider_section .swiper-pagination-bullet{background-color:#e0e0e0!important;width:30px!important;border-color:#ddd!important;height:3px!important;border-radius:50px!important;opacity:1!important;cursor:pointer!important;transition:.4s!important}.top_category_slider_section .swiper-pagination-bullet-active{background-color:#ff7e21!important;width:30px!important;border-color:#ff7e21!important}.top_category_slider_section .swiper-pagination{display:none}.brand_icon_box_area .swiper-wrapper{justify-content:center}.brand_icon_box_area .swiper-wrapper .service-icon-box{align-items:center;display:flex;justify-content:center}.product_accordion_content.active img{transform:rotate(-90deg)}.main_title_content{font-size:22px!important;line-height:42.19px!important;font-weight:500!important;text-align:center;color:#000;margin-bottom:30px!important}.main_title_small_image{font-size:25px!important}.main_title_big_image,.main_title_small_image{color:#fff;font-weight:700!important;line-height:normal!important;max-width:unset!important;margin-bottom:.5rem!important}.main_title_big_image{font-size:30px!important}.main_title_icon_box{margin-bottom:0;font-size:21.4px!important;line-height:25.9px!important;color:#1a1a1a!important;font-weight:500!important}.mega_menu_subtitle{font-size:20px!important;line-height:normal!important;word-break:break-word;font-weight:400!important;margin-bottom:.5rem!important}@media screen and (max-width:1919px) and (min-width:1800px){.hero-slider__content-wrapper .hero_slider_title .title{font-size:100px;line-height:120px}.hero-slider-container .hero-slider__slide img{margin:auto;display:block}}@media screen and (max-width:1800px) and (min-width:1440px){.hero-slider__content-wrapper .hero_slider_title .title{font-size:75px;line-height:90px}.hero-slider-container .hero-slider__slide img{margin:auto;display:block}}@media screen and (min-width:1920px){.checkout_addto_cart_view .advantages_order_checkout .title:after,.checkout_addto_cart_view .advantages_order_checkout .title:before{width:130px}.home-telephone-advice .telephone_advice_section .row .col-md-6:first-child{flex:0 0 40%;max-width:40%}.home-telephone-advice .telephone_advice_section .row .col-md-6:last-child{flex:0 0 60%;max-width:60%}.brand_detial_product_grid{grid-gap:21px;gap:21px}.categories_banner_slider .banner_section_two_background{height:300px!important}.hero-slider__content-wrapper .hero_slider_title .title{font-size:100px;line-height:120px}.product-content .product_quantity_main{margin:30px 0 20px;padding:25px}.measurement_qty_field .qty_field .unit{margin-left:10px}.product-content .measurement_qty_field{grid-gap:15px;gap:15px}.cart-item-banner{max-width:645px}.product_cart_box_section .product_cart_page:after{width:645px}.muster_sections_comp .muster_inner .image{height:170px}.muster_box_row_section .image{width:525px!important}.service_accordion_main .row .col-md-6{max-width:580px}.brand-logo-area .header-slider-nav .ht-swiper-button-nav{width:55px;height:55px}.main_category_comp .covering_main_div .main_cat_background{height:300px}.main_category_comp .covering_main_div .main_cat_content p{font-size:15px}.all_blogs_content .blog-post .blog_image{height:350px}.product-details .about-img img{width:100%}.blog-content .blog_banner_image{height:500px}.service_center_bottom_inner{padding:25px 15px}.container{max-width:1440px!important;margin:0 auto}.product-grid .product-grid__image .product_images{width:100%!important}.vinylboden_main_inner .category_tabs .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.product-large-image-wrapper .image-gallery-magnify{width:100%!important}.category_tabs_main_product .swiper-button-prev{left:-8px!important}.category_tabs_main_product .swiper-button-next{right:-8px!important}.category_tabs_main_product .product-slider-wrap .product_images{height:350px}.menu_banner-img{max-height:350px;min-height:350px}.category_multi_tabs{grid-gap:120px;gap:120px}.banner_two_area .background_banner_two{height:350px}.banner_section_two .banner_section_two_background{height:258px}.banner_section_two .banner_topkategorien_card{min-height:200px}.banner_section_two .banner_topkategorien_card h5{font-size:22px!important}.single-banner-main .sortiment{min-height:450px}.magzine_content .blog-post .blog-post__image img{height:450px}.banner_section_two .banner_topkategorien_card p,.magzine_content .blog-post .blog-post__content p{font-size:15px}}@media screen and (max-width:1919px) and (min-width:1360px){.customer_reviews_listing .swiper-container{padding:0 1px}.main_category_images .row .col-lg-4,.sub-category-images-section .row .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media screen and (max-width:1223px) and (min-width:993px){.container{max-width:100%!important}}@media screen and (max-width:1200px) and (min-width:1026px){.pro_thum_img_container{max-width:200px!important}body{overflow-x:hidden}}@media screen and (max-width:1360px) and (min-width:1200px){.main_category_comp .row .col-xl-3,.sub_category_comp .vinylboden_main_inner .row .col-xl-3{flex:0 0 33%;max-width:33%}}@media screen and (max-width:1250px) and (min-width:1024px){.cart_box_value_inner .cart_val_price span{max-width:-moz-fit-content;max-width:fit-content;min-width:-moz-fit-content;min-width:fit-content}.advantages_order_checkout .advantages_order_wrapper{min-width:100%;max-width:100%}.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{width:75px}.checkout_order_view_external{max-width:500px;min-width:500px}.purchase_advisor_popup .modal-dialog{max-width:95%;min-width:95%}.newsletter_main_page .bodenio_newsletter_section .newsletter_section_inner{margin-left:10px!important}}@media screen and (max-width:1025px) and (min-width:1024px){.pro_thum_img_container{max-width:175px}.switcher_button{display:inline-block}.product_description .product-content p,.product_description ul li{font-size:14px!important}.filter_option_main{flex-wrap:wrap}.text-image-section .col-lg-5{flex:0 0 65.666667%;max-width:65.666667%}.text-image-section .col-lg-3{display:none}.technische_content_main:after{bottom:184px}.technische_table_content .col-md-1{display:none}.table-responsive{overflow-x:hidden!important}.stepform-main .adresse_content_fields{padding-right:0}.download_section{padding-top:58px}.single-product-page .product-content .package_price p,.single-product-page .product-content .product-content__quantity p,.single-product-page .product-content .shipping p{font-size:14px}.wish_pro_img{height:210px!important}.filter_option_main .col-lg-3.col-md-6{flex:0 0 50%;max-width:50%}.service_box{min-height:395px}.lg-toolbar.lg-group{opacity:1;transform:translateZ(0)}.lg-outer.lg-start-zoom.lg-use-css3.lg-css3.lg-slide.lg-show-after-load.lg-pull-caption-up.lg-has-thumb.lg-can-toggle.lg-use-transition-for-zoom.lg-visible.lg-thumb-open.lg-grab.lg-hide-items{padding:0}.lg-toolbar{top:80px;right:48px!important}.product-small-image-wrapper button{height:25px;width:25px}.product-small-image-wrapper button i{font-size:10px}.sub_category_iamges_inner{width:100%;height:174px}.aubenbeleuchtung_image_content{width:48%}.single-product-page .product-content .package_price .price .on-sale{float:unset}}@media screen and (max-width:1023px) and (min-width:992px){.product-large-image-wrapper{display:flex!important}.desktop_product_main_details{display:none}.single_product_detail_content .image-gallery-section.col-lg-4{flex:0 0 100%;max-width:100%}.single_product_detail_content .product-detail-othersection.col-md-6{flex:0 0 50%;max-width:50%}.offer_head_inner{max-width:650px;margin:0 auto}body .banner_area_single_banner .row .col-lg-4:last-child{flex:0 0 33.3333333333%!important;max-width:33.3333333333%!important}body .single_product_mobile_head{display:none!important}.single_product_mobile_head .product_main_details{flex-wrap:wrap;grid-gap:5px!important;gap:5px!important}body .single_product_mobile_head .product_main_details .single_product_title h4{font-size:22px!important;margin-bottom:0}.rating_comp_desktop{display:block!important}body .rating_comp_main{display:none!important}.tablet_gallery_sec{display:none}.product-large-image-wrapper.single_product_gallery,.product-small-image-wrapper{display:block}}@media screen and (min-width:1023px){.check_content_main_section,.main_category_images_ipad{display:none}}@media screen and (max-width:1500px) and (min-width:1023px){.single_product_mobile_head{display:none}}@media screen and (max-width:1210px) and (min-width:1023px){.main_title_icon_box{font-size:18.4px!important}.brand_detial_product_grid{grid-gap:28px;gap:28px}.discover_grid_box_main{width:31.33333333333333%}.bodenio_newsletter_section.bodenio_newsletter_desktop:before{width:100%}.link_product_information .link_product_content .title{max-width:205px;font-size:17px}.product-basic-page .product-content .cart_btn button{font-size:18px;line-height:21.44px}.product-content{padding:15px 11px 25px 10px}.product-content .product_quantity_main{padding:25px 10px}.measurement_qty_field .qty_field input{max-width:95px}.product-content .measurement_qty_field{grid-gap:3px;gap:3px}.banner_section_two_background{height:260px!important}.icon-box-area .service-icon-box-content .icon-box-content h4{font-size:18.4px!important}.customer_reviews_listing .review_status p{font-size:18px}.main-section-top-category .category-slider-nav .swiper-button-prev{left:0}.main-section-top-category .category-slider-nav .swiper-button-next{right:0}.header-wrap .top-header .row .col-md-8{flex:0 0 60%;max-width:60%}.header-wrap .top-header .row .col-md-4{flex:0 0 40%;max-width:40%}.hero-slider__content-wrapper .hero-slider__slider_buttons2{margin-left:35px}.header_mobile_menu,.small_device_order_view{display:none}.kasse_content_body:has(.checkout_content_body).kasse_content_body .inner_row.row{padding-left:15px;padding-right:15px}.checkout_addto_cart_view .checkout_cart_info .cart_image{max-width:95px;min-width:95px}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner{min-width:210px;max-width:210px}.blog-post-content{max-width:200px;min-width:200px}.dynamic-breadcrumbs-section{margin-top:-100px}}@media screen and (width:768px){.product_cart_page .col-lg-3 div{height:145px!important}.mobile_imagegallery_bottom_inner{margin-bottom:0!important}}@media screen and (max-width:1024px) and (min-width:769px){.top_category_slider_section{margin-top:30px!important}.hero_slider_parent .slider_bg_image{min-height:50vh!important}}@media screen and (max-width:759px) and (min-width:500px){.product_search_filter .product-grid .product-grid__image,.sub_category_comp .product-grid .product-grid__image,.top_category_slider_section .product-grid .product-grid__image{height:250px!important}}@media screen and (max-width:1000px) and (min-width:760px){.product_search_filter .product-grid .product-grid__image,.sub_category_comp .product-grid .product-grid__image,.top_category_slider_section .product-grid .product-grid__image{height:270px!important}}@media screen and (max-width:767px) and (min-width:414px){.product_cart_page .col-lg-3 div{height:160px!important}.top_category_slider_section .category_tabs .slider_action_arrow{top:45%!important;width:35px!important;height:35px!important;line-height:33px!important}.modal.show{padding-right:0!important}.image_gallery_icons{display:flex;grid-gap:15px;gap:15px}.product-content .product_options select{width:100%;color:#000}.category_tabs .product-grid__info .product-cat{margin:60px 0 5px}.category_tabs .inner_prod .product-grid .product-tag{top:-7px}.search_product_img img{max-width:65px}}@media screen and (max-width:767px) and (min-width:200px){.headpara-container h1{font-size:20px!important;line-height:23.44px!important}.main_title_icon_box{font-size:13px!important;font-weight:600!important;line-height:normal!important}.main_title_big_image{font-size:20px!important;line-height:19.36px;display:block!important}.main_title_small_image{line-height:19.36px!important;font-size:17px!important;display:block!important}.main_title_content{font-size:20px!important;line-height:23.44px!important}.headpara-container p{font-size:12px!important;line-height:22px!important}.headpara-container h2{font-size:20px!important;line-height:23.44px!important}.return_request_content p{font-size:12px;line-height:22px}.request_form h2,.return_request_content h1,.return_request_content h2{font-size:20px!important;line-height:23.44px}.vinylboden_main_inner h1 span{font-size:20px!important;line-height:23.44px!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{padding-bottom:0!important}.product-large-image-wrapper .embla__buttons .embla__button{position:absolute;top:50%;z-index:9999;transform:translateY(-50%)}.product-large-image-wrapper .embla__buttons .embla__button--prev{left:15px}.product-large-image-wrapper .embla__buttons .embla__button--next{right:15px}.category_tabs .category_product_grid_detail .product-tag{font-size:9px}.brand_detial_product_grid.offer_product_grid{margin-top:0}.brand_detail_content_wrapper.offer_wrapper .offer_wrapper_title{left:30px;bottom:20px}.brand_detail_content_wrapper.offer_wrapper .offer_wrapper_title p{font-size:18px}.blog_content_loader .blog_inner_loader .content_loader .contect_description{margin-top:20px!important}.blog_listing_page .all_blogs_content .row .col_blog_loader{margin-bottom:40px!important}.blog_content_loader .blog_inner_loader .image_loader .react-loading-skeleton{width:100%!important}.blog_content_loader .blog_inner_loader{flex-direction:column}.comment-area .blog_post_comment h3,.comment-area .post_comment h3,.single-post .blog-content .blog-text h2,.single-post .blog-content .blog-text h3{font-size:20px!important;line-height:23.44px!important}.blog_listing_page .blog_head_content p,.post-author__info .author-name,.single-post .blog-content .blog-text p{font-size:12px!important;line-height:22px!important}.blog_banner_title h1{font-size:20px!important;line-height:23.44px!important}.zahlungcontent_main_content h1,.zahlungcontent_main_content h4{font-size:20px!important;line-height:23.44px!important;font-weight:500!important}.newsletter_section_main h1{font-size:20px!important;line-height:23.44px!important}.newsletter_section_main .newsletter_component_bottom p,.newsletter_section_main .newsletter_section_top_text p,.zahlungcontent_main_content p{font-size:12px!important;line-height:22px!important}.zahlungcontent_main_content .payment_accordion_title{font-size:20px!important;line-height:23.44px}.zahlungcontent_main_content h2,.zahlungcontent_main_content h3,.zahlungcontent_main_content h4,.zahlungcontent_main_content h5,.zahlungcontent_main_content h6{font-size:20px!important;line-height:23.44px!important}.head_inner_content p,.servicecenter_external .zahlungcontent_main_content p{font-size:12px!important;line-height:22px!important}.home_top_product_loader .top_product_image .react-loading-skeleton{height:150px!important}.home_top_product_loader .row .col-md-4{flex:0 0 50%;max-width:50%}.cart_content_header_loader .cart_check_content_loader .react-loading-skeleton{width:100%!important}.cart_content_loader .cart_value_content_loader{margin-top:20px}.cart_loader_content_wrapper .cart_image_loader .react-loading-skeleton{width:130px!important;height:130px!important}.cart_loader_content_wrapper .cart_content_head_loader .react-loading-skeleton{width:180px!important}.cart_loader_content_wrapper .cart_loader_bottom .react-loading-skeleton{width:100%!important}.top_announcement_bar .top_announcement_bar_inner .marquee p{animation:marquee-mobile 20s linear infinite}.top_announcement_bar .top_announcement_bar_inner .marquee{width:92%;margin:unset}.vinylboden_main_inner .pagination_product{padding:0 0 55px!important}.vinylboden_main_inner .pagination_product ul{max-width:100%!important}.checkout_information_form .abandoned_cart_email .custom_radio_container{padding-top:5px}.purchase_advisor_header .purchase_advisor_close_btn img{width:13px}.purchase_advisor_header .purchase_advisor_close_btn{width:30px;height:30px}.purchase_advisor_popup .purchase_advisor_header{margin-top:45px;position:unset}.purchase_advisor_header .purchase_advisor_heading p{font-size:16px;line-height:17px}.purchase_advisor_header .purchase_advisor_filter_heading h3{font-size:15px!important;line-height:13px}.purchase_advisor_header .purchase_advisor_filter_heading{margin-top:20px}.category_purchase_advisor_filter .steper_image_main_area .fil_img{height:120px}.purchase_advisor_popup .steper_main_arrow_btn button svg{width:22px}.purchase_advisor_popup .steper_main_arrow_btn button{width:35px;height:35px}.purchase_advisor_popup .steper_main .backarrow_main{left:0}.purchase_advisor_popup .steper_main .nextarrow_main{right:0}.purchase_advisor_popup .steper_main .StepContainer-0-2-2:before{left:80%;width:66%}.purchase_advisor_popup .steper_main .StepperContainer-0-2-1{max-width:75%}.category_purchase_advisor_filter .steper_image_main_area{max-width:unset;min-width:unset}.purchase_advisor_popup .modal-dialog{max-width:95%!important;min-width:95%!important}.steper_comp .category_purchase_advisor_filter{flex-wrap:wrap;grid-gap:22px;gap:22px;justify-content:flex-start}.steper_comp .category_purchase_advisor_filter li{flex-shrink:0;flex-basis:45%}.advantages_order_checkout .advantages_order_wrapper{min-width:100%;max-width:100%}.advantages_order_checkout .advantages_order_grid .advantage_content .advantage_title{font-size:12px;line-height:12.94px;margin-bottom:1px}.advantages_order_checkout .advantages_order_grid .advantage_content .advantage_description{line-height:13.52px}.dropdown_order_view .advantages_order_checkout{max-width:90%;min-width:90%;margin:15px auto 0}.dropdown_order_view.external_dropdown_order_view .advantages_order_checkout{display:none}.checkout_addto_cart_view .advantages_order_checkout .title{font-size:14px}.product_detail_mobile.prodcut_slug_mobile_detail .product_detail_mobile_inner h1{max-width:95%}.product_detail_mobile.prodcut_slug_mobile_detail{display:flex;align-items:center;justify-content:space-between}.product_detail_mobile.prodcut_slug_mobile_detail .product_brand_image{width:85px}.product-tab-navigation .sortContainerLoader .react-loading-skeleton{width:100%!important}.category_detail_main{padding:0 25px 0 15px;bottom:8px}.category_detail{max-height:65px;min-height:65px}.categories_purchase_advisor .purchase_advisor_button{width:145px;height:26px;font-size:10px!important;line-height:12.1px}.bottom-header.bottom-header-announcement .header_mobile_menu{padding-top:10px}.m_menu_drawer.announcement_active{top:105px!important}.category_filters_wrapper .selected_filters_loader{margin-bottom:30px;margin-top:0}.vinylboden_main_inner .category_tabs .product_count_sort_item{justify-content:space-between;flex-direction:row-reverse}.header_mobile_menu .mobile_search_icon svg{margin-top:-1px;width:22px}body .bottom-header.bottom-header-announcement{padding-top:0!important}.customer_reviews_listing{padding:40px 0 0}.product_detail_review_section .customer_reviews_listing{margin-top:0;padding:40px 0 35px}.m_menu_drawer.menu_page_servicecenter{top:60px!important}body .bottom-header-servicecenter.light-skin{padding-bottom:0!important}.home_hero_slider_loader .react-loading-skeleton{height:55vh!important}.home_content_loader.home_sub_category_loader .col-lg-3{flex:0 0 50%;max-width:50%}.home_content_loader.home_sub_category_loader .react-loading-skeleton{height:155px!important}.home_content_loader.home_special_category_loader .col-lg-3{flex:0 0 50%;max-width:50%}.home_content_loader.home_special_category_loader .react-loading-skeleton{height:155px!important}.home_category_loader .react-loading-skeleton{height:165px!important}.bodenio_newsletter_section .newsletter_section_inner{margin-left:0}.bodenio_newsletter_section.bodenio_newsletter_desktop:before{top:0;left:0}.blog-post-content-main{max-width:100%}.show_filter_modal .categories_filter_main .category_filters_listing .black_friday_sale{width:150px}.brand_detail_content_wrapper .brand_detial_products{margin-bottom:55px}.discover_grid_box_main{width:47%}.brand_detial_product_grid{grid-gap:unset;gap:unset;justify-content:space-between;grid-row-gap:20px;row-gap:20px}.discover_grid_box{height:145px}.discover_grid_box_main .discover_grid_box_title p{font-size:17px;line-height:22.31px}.discover_grid_box_main .discover_grid_box_title{bottom:18px;left:15px}.brand_detail_content_wrapper .brand_detial_top .title_image{height:125px}.brand_detail_content_wrapper .brand_detial_top .brand_image{width:73px;bottom:10px;left:20px}.brand_detail_content_wrapper .brand_detial_head_content{margin-bottom:45px!important}.brand_detail_content_wrapper .brand_detial_head_content .short_description{font-size:12px!important;line-height:22px!important;margin-bottom:0}.brand_detail_content_wrapper .brand_detial_content h2{font-size:20px!important;line-height:23.44px;margin-top:35px}.brand_detail_content_wrapper .brand_detial_content p{font-size:12px!important;line-height:22px!important}.brand_detail_content_wrapper .brand_detial_max{min-width:100%;max-width:100%}.brand_detail_content_wrapper .brand_detial_head_content .long_title{font-size:22px!important;line-height:26.63px}.brand_detail_content_wrapper .brand_detial_products .title{font-size:22px!important;line-height:26.63px;text-align:left}.productdetail_modal_data .modal_data_title:last-child{border-bottom:1px solid #bababa}.productdetail_modal_data .modal_data_title{border-top:1px solid #bababa}.home_categories_slider .category_container{padding:0 15px}.modal-open .modal.individual_offer_modal{z-index:999999}body #trustbadge-container-98e3dadd90eb493088abdc5597a70810{z-index:214748!important}.single_product_detail_content .product_main_details{margin-top:110px}.cart_prouct_price_detial .per_info_text{font-size:12px}.contact_from_section .contact_from_groups .floating-form-group.form-group{margin-bottom:20px}.contact_from_groups .contact_from_group_textarea .floating-form-control{padding:30px 20px 12px 19px!important;height:130px!important}.contact_from_groups .contact_from_group_textarea .floating-label-focused{top:23px!important}.contact_from_groups .contact_from_group_textarea .floating-label{top:25px;left:15px}.newsletter_main_page .bodenio_newsletter_section .newsletter_section_inner{margin-left:0!important}.individual-offer .offer_product_detail .cusomtom_checked_calculate{margin-top:15px;margin-bottom:10px}.individual-offer .offer_product_detail .cusomtom_checked_calculate .checkmark{top:3px}.individual-offer .individual-offer_information .individual-offer-heading{font-size:15px!important;line-height:23.23px}.individual-offer .individual-offer_information{margin-bottom:23px}.bodenio_newsletter_desktop .newsletter_sec_field{padding:0 20px}.bodenio_newsletter_section.bodenio_newsletter_desktop{padding:0}.bodenio_newsletter_section.bodenio_newsletter_desktop:before{width:100%}.brand-logo-area .header-slider-nav .ht-swiper-button-nav img,.main-section-top-category .category-slider-nav .ht-swiper-button-nav img{max-width:9.81px;min-width:9.81px}.hero-slider.hero_slider_parent{margin-top:0}.categories_banner_slider .banner_section_two{margin-bottom:0}.icon-box-area .service-icon-box-content .icon-box-image{max-width:66.49px;min-width:66.49px;height:53px}.categories_filter_main .showmore_filter_option{padding-left:15px;font-size:13px;line-height:15.58px}.categories_filter_main .showmore_filter_option img{width:13px}.selected_filters_listing .removed_selected_filters{margin-top:12px}.category_filters_wrapper .selected_filters_listing{padding:0;border:0;margin-bottom:30px;margin-top:0}.category_filters_wrapper{border-top:0;margin-bottom:0!important;margin-top:0}.category_filters_wrapper .categories_filter_main{display:none}.category_filter_drawer .category_filters_wrapper .categories_filter_main{display:block}.equipment_link_products_wrapper .equipment_link_products_grid:last-child{border-bottom:0}.product_detail_mian_content.link_product_content .equipment_link_products{padding:20px 15px 30px!important}.category_name_section_two.subcategory_name h4{font-size:17px!important}.category_name_section_two.subcategory_name{bottom:22px;left:15px}.category_filter_drawer .filter_checked .custom_radio_container{padding-top:2px}#bottom-header-skin .row .col-lg-12{border-bottom:1px solid #bababa}body .bodenio_newsletter_section .newsletter-form-group .floating-label-focused{top:15px;font-size:10px!important}.bodenio_newsletter_section .newsletter-form-group .floating-label{font-size:12px!important;top:60%}.categories_image_slider .banner_section_two{margin-top:5px!important}.hero_slider_parent .hero-slider__slide{min-height:55vh!important;max-height:55vh}.banner_section_two{margin-top:45px!important}.banner_area_single_banner .single-banner{margin-bottom:0!important}.banner-area{padding-bottom:10px;margin-bottom:15px;margin-top:15px}.product_detail_modal .modal-content{top:0;transform:unset}.category_name_section_two h4{font-size:16px!important;line-height:19.36px}.advice_section_social_content .contact_image.phone_icon img{display:flex;align-items:center;justify-content:center;height:100%}.mobile_search_comp{box-shadow:0 5px 5px rgba(0,0,0,.05)}.bottom-header.light-skin{box-shadow:none}.individual-offer .required_fields{margin-top:18px;margin-bottom:30px}.individual_offer_main .offer_submit{margin-top:35px}.promotion_check_info .guide_info_text{margin-top:0}.category_filters_listing .filter_checked .filter_category_products_counts{font-size:12px;line-height:14.06px}.filter_checked .custom_radio_container{font-size:12px!important;line-height:14.06px;padding-left:25px}.filter_checked .custom_radio_container .checkmark{width:17.74px;height:17.74px;border-radius:3.17px}.filter_checked .custom_radio_container .checkmark:after{height:17.74px!important;width:20.22px!important}.category_filters_wrapper .title{font-size:14px;line-height:16.41px;margin-bottom:12px}.show_filter_modal .modal-dialog{max-width:299px!important}.show_mobile_category_filter{display:flex;align-items:center;grid-gap:8px;gap:8px;width:-moz-fit-content;width:fit-content}.show_mobile_category_filter p{font-size:14px;line-height:16.41px;color:#1a1a1a;font-weight:600!important}.show_country:hover .shipping-country-switcher{display:none}.offer_modal_header.back_steps{justify-content:flex-start!important;grid-gap:8px;gap:8px;width:-moz-fit-content;width:fit-content}.offer_modal_header.back_steps img{width:12.96px}.individual-offer .contact_from_groups .contact_submit{max-width:100%;min-width:100%;height:44px}.individual_offer_main button.contact_submit p{font-size:14px;line-height:16.41px;font-weight:600}.individual_offer_main .product_detail_textarea .title{margin-top:0;font-size:14px;line-height:16.41px;margin-bottom:0}.product_detail_textarea .group_textarea textarea{height:148px!important}.individual-offer .measurement input{min-height:29px!important;max-height:29px;max-width:77px}.individual-offer .measurement{display:flex;align-items:center;margin-top:20px;grid-gap:12px;gap:12px}.individual_offer_main .form-group .measurement input{margin-top:0;text-align:center}.individual-offer .measurement .meter{font-size:13px;line-height:15.23px;color:#1a1a1a;font-weight:700;margin:0}.individual-offer .measurement .label{margin:0;font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:700;max-width:110px;min-width:110px}.cusomtom_checked_calculate .checkmark:after{left:3.2px!important;top:1px!important;width:6px!important;height:9px!important}.product_select_accessories{margin-bottom:25px}.product_select_accessories .accessories_inner{grid-gap:9px;gap:9px;flex-wrap:wrap;grid-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.product_select_accessories label.custom_checkbox_container{font-size:11px!important;line-height:12.89px;padding-left:17px;padding-top:0}.product_select_accessories .checkmark:after{left:2.5px!important;top:1px!important;width:4px!important;height:6px!important}.product_select_accessories .checkmark{width:11px;height:11px;border-radius:1.96px}.individual_offer_main .offer_product_detail .title{font-size:14px;line-height:16.41px;margin-top:0}.product_select_accessories .title{font-size:14px;line-height:16.41px}.cusomtom_checked_calculate .checkmark{top:0;width:15px;height:15px}.cusomtom_checked_calculate p{margin-top:0;padding-top:4px;font-size:12px;line-height:14.06px;color:#1a1a1a;font-weight:600}.cusomtom_checked_calculate{margin-top:20px}.individual_offer_modal .modal-header .close_modal{width:20px;height:20px}.individual_offer_modal .modal-header .close_modal img{width:8.11px}.individual_offer_modal .modal-header .offer_modal_header p{font-size:16px;line-height:14.06px;font-weight:400}.individual_offer_modal .modal-header .offer_modal_header{justify-content:flex-start;grid-gap:10px;gap:10px}.individual_offer_modal .modal-header .offer_modal_header img{width:15px}.offer_next_steps_btn{background-color:#1a1a1a;height:44px;display:flex;align-items:center;justify-content:center;grid-gap:15px;gap:15px;border-radius:5px;margin-top:20px;width:100%;border:1px solid #1a1a1a}.offer_next_steps_btn a{font-size:14px;line-height:16.41px;color:#fff!important;font-weight:600}.offer_next_steps_btn img{width:20px}.individual_offer_main .current_country .label{font-size:12px!important;line-height:14.06px!important}.individual_offer_main .current_country .flag{width:19px;height:19px}.individual_offer_main .contact_from_groups .form-group input{font-size:12px!important;line-height:14.06px!important}.individual_offer_main .current_country{height:49px;margin-top:5px;margin-bottom:3px}.individual_offer_main .contact_from_groups .form-group input{min-height:49px}.individual_offer_main .contact_from_groups .form-group{margin-bottom:5px!important}.individual_offer_modal .modal-header{padding:0 15px;height:50px;display:flex;align-items:center}.individual_offer_main .individual-offer{padding:30px 15px 55px}.category_products_brands .brand_listing .brand{padding:3px 17px;font-size:13px;line-height:16.36px}.category_title_image .category_detail .brand_image{width:65px;height:65px}.sub_category_content_wrapper .vinylboden_inner_main h3,.sub_category_content_wrapper .vinylboden_inner_main h4,.sub_category_content_wrapper .vinylboden_inner_main h5,.sub_category_content_wrapper .vinylboden_inner_main h6{font-size:20px!important;line-height:23.44px!important;margin-top:35px}.sub_category_content_wrapper .vinylboden_inner_main p,.sub_category_content_wrapper .vinylboden_inner_main ul li{font-size:12px!important;line-height:22px!important}.sub_category_content_wrapper .vinylboden_inner_main h1{font-size:20px!important;line-height:23.44px}.sub_category_content_wrapper .vinylboden_inner_main h2{font-size:20px!important;line-height:23.44px!important}.pagination_product ul li{width:24.32px;height:24.32px}.pagination_product svg{width:8.29px}.sub-category-tags.category-tags-alingment{top:10px}.sort_options_comp ul li{font-size:12px}.product-grid span.on-sale{font-size:9.22px;line-height:10.8px}.category_tabs .inner_prod.product-grid .product-grid__badge-wrapper{top:10px}.category_tabs button.sort{max-width:122px;min-width:122px;padding:0;height:35.97px}.category_title_image .category_detail .description p{font-size:13px;line-height:15.23px}.category_title_image{height:170px}.category_title_image .category_detail .title{font-size:18px;line-height:21.78px}.category_sub_links_main{margin:22px 0 40px}.sub_category_head_inner p{font-size:12px!important;line-height:22px!important}.category_grid_links .category_link_name p{font-size:11px;line-height:12.89px}.category_grid_links .category_link_name{min-height:21px;min-width:91px;max-width:140px;bottom:-1px}.category_grid_links .link_image{height:106.83px}.imagegallery_modal_data{display:flex;align-items:center;position:absolute;bottom:-5px;right:10px;grid-gap:12px;gap:12px;z-index:99}.imagegallery_modal_data .info_box{width:50px;height:50px;background-color:#f3f3f0;border-radius:50px;display:flex;align-items:center;justify-content:center}.imagegallery_modal_data img{display:block;width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.footer_icon_box_area{display:none}.icon_box_mobile::-webkit-scrollbar{display:none;width:0}.icon_box_mobile .swiper-pagination{display:none}.icon_box_mobile .icon_box_grid .icon_box_image{width:30.5px;height:20px;background-size:contain;background-position:50%;background-repeat:no-repeat}.icon_box_mobile .icon_box_grid{display:flex;align-items:center;grid-gap:5px;gap:5px;max-width:190px;min-width:-moz-fit-content;min-width:fit-content}.icon_box_mobile{margin-top:32px;margin-bottom:23px;display:flex;grid-gap:25px;gap:25px;overflow:auto;scrollbar-width:none}.icon_box_mobile .icon_box_grid .name{font-size:12px!important;line-height:14.52px;color:#1a1a1a;font-weight:500}.product_detail_review_section .customer_reviews_listing .swiper-wrapper{padding-bottom:50px}.product_detail_review_section{margin-top:50px;margin-bottom:-20px}.swiper-slide.link_product_slider_grid .equipment_name{background-color:#f3f3f0;font-size:13px!important;line-height:12.89px;color:#1a1a1a;font-weight:500;height:24px;display:flex;align-items:center;justify-content:center}.link_product_slider_wrapper .react-multi-carousel-list .link_product_slider_grid_wrapper{height:120px}.link_product_slider_wrapper .react-multi-carousel-list li:before{display:none}.link_product_slider_wrapper .react-multi-carousel-list ul li{padding-left:0;padding-right:15px}.link_product_slider_wrapper .react-multi-carousel-list .link_product_slider_grid_image{height:100%;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.link_product_slider_wrapper .react-multi-carousel-list .equipment_name{background-color:#f3f3f0;font-size:13px!important;line-height:12.89px;color:#1a1a1a;font-weight:500;height:25px;display:flex;align-items:center;justify-content:center;width:100%}.swiper-slide.link_product_slider_grid img{height:120px;width:100%;-o-object-fit:cover;object-fit:cover}.link_products_wrapper{margin-top:45px}.link_products_wrapper .link_products_head{font-size:16px!important;line-height:18.75px;color:#1a1a1a;max-width:193px;margin:0 auto 15px}.productdetail_modal_data{margin-top:20px}body .productdetail_modal_data .data_name{font-size:13px!important;line-height:15.23px;color:#1a1a1a;font-weight:600;margin-bottom:0;display:flex;align-items:center;grid-gap:10px;gap:10px}.productdetail_modal_data .data_name img{width:14.4px}.productdetail_modal_data .modal_data_title{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #1a1a1a;padding:15px 0}.productdetail_modal_data .modal_data_title:last-child{border-bottom:1px solid #1a1a1a}.productdetail_modal_data .plus_icon{width:25px;height:25px;border:.56px solid #bababa;border-radius:50px;display:flex;align-items:center;justify-content:center}.productdetail_modal_data .plus_icon img{width:10px;height:14px}body .product_information_mobile .title{font-size:14px!important;line-height:16.41px;color:#1a1a1a;font-weight:600;margin-bottom:15px}.product_information_mobile .product_information_mobile_inner .description{font-size:12px!important;line-height:14.06px;color:#1a1a1a}.product_information_mobile .product_information_mobile_inner li{padding-left:0;display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:9px!important}.product_information_mobile .product_information_mobile_inner li:before{display:none}.product_information_mobile .product_information_mobile_inner li .sort-info-main{font-size:12px;line-height:14.06px;color:#1a1a1a}.product_information_mobile .product_information_mobile_inner li .sort-info-strong-value{font-weight:600;padding-left:4px}.product_information_mobile .product_information_mobile_inner .current_product_sku{font-size:13px!important;line-height:15.23px;color:#1a1a1a!important}.product_information_mobile .product_information_mobile_inner .current_product_sku span{font-weight:600;padding-right:4px}.product_information_mobile .product_information_mobile_inner .table_content_list{margin-bottom:25px}.product_information_mobile{margin-top:30px}.product_detail_modal .product_description_detail .current_product_sku{font-size:13px;line-height:15.23px;color:#1a1a1a;margin-top:30px;margin-bottom:30px}.product_detail_modal .product_description_detail .current_product_sku span{font-weight:600;padding-right:5px}.product_detail_modal .product_description_detail .table_content_list li{padding-left:0;display:flex;align-items:center;grid-gap:7px;gap:7px;margin-bottom:11px}.product_detail_modal .product_description_detail .table_content_list li:before{display:none}.product_detail_modal .product_description_detail li .sort-info-main{font-size:12px;line-height:14.06px;color:#1a1a1a;display:flex;grid-gap:3px;gap:3px}.product_detail_modal .product_description_detail li .sort-info-main .sort-info-strong-value{font-weight:600}.product_detail_modal .product_description_detail{margin-bottom:15px}.product_detail_modal .product_description_detail .description{font-size:12px;line-height:14.06px;color:#1a1a1a}.product_detail_modal .product_slug_description ul li{line-height:17px}.product_detail_modal .product_detail_modal_content{padding:0 12px}.product_detail_modal .product_slug_description{margin-top:0;padding-top:0}.product_detail_modal .product_slug_detail{padding-top:0}.product_detail_modal .product_detail_mian_content{padding-bottom:25px}.product_detail_modal .product_asking_btn button{background-color:#1a1a1a;border:1px solid #1a1a1a;color:#fff;font-size:14px;line-height:16.41px;font-weight:600;width:100%;height:44px;display:flex;align-items:center;justify-content:center;grid-gap:12px;gap:12px}.product_detail_modal .product_asking_btn button img{width:20px}.product_detail_modal .product_asking_btn{margin-top:40px;padding:0 12px}.product_detail_modal .download_section_inner p{width:-moz-fit-content;width:fit-content}.download_product_content .download_section_inner{padding:0 12px}.product_detail_modal .modal_title{font-size:14px;line-height:16.41px;color:#1a1a1a;font-weight:600;margin-bottom:15px;margin-top:35px;padding:0 12px}.product_detail_modal .table{margin-bottom:0}.product_detail_modal .modal-header{padding:0 12px;height:50px!important;position:sticky;top:0;z-index:1;box-shadow:none;border-radius:0}.product_detail_modal .modal-header img{width:15px}.product_detail_modal .modal-header .offer_modal_header{justify-content:flex-start;align-items:center;grid-gap:10px;gap:10px;height:100%;width:-moz-fit-content;width:fit-content}.product_detail_modal .modal-header p{font-size:16px!important;line-height:14.06px!important;font-weight:400!important}.product_detail_modal .modal-header .modal-title.h4{height:100%}.mobile_product_content .price_instead{font-size:12px;line-height:14.06px;color:red;font-weight:500;display:flex;align-items:center;justify-content:flex-end;padding-right:20px;padding-bottom:4px}.mobile_product_content .product_price_content .product_price{padding:0 15px;height:100%;background-color:#f3f3f0;min-width:114px;align-items:center!important}.mobile_product_content .product_price_content{display:flex;align-items:center;border:1px solid #bababa;height:63px;justify-content:space-between;padding-left:15px;margin-bottom:12px}.mobile_product_content .product_price_content .package_price{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.mobile_product_content .product_price_content p{margin:0}.mobile_product_content .product_price_content .price{font-size:20px;line-height:23.44px;color:#1a1a1a;font-weight:700}.mobile_product_content .product_price_content .price_info{font-size:11px!important;line-height:12.89px;color:#1a1a1a}.mobile_product_content{border-bottom:1px solid #eae0dc;padding-bottom:18px}.mobile_product_content .payment_method_icon.footer-payment{padding-top:0;margin-top:16px}.mobile_product_content .product-content .product-content__quantity{padding-top:0!important}body .mobile_product_content .delivery_approx p{font-size:12px!important;line-height:12.1px;color:#00a200;font-weight:500;position:relative}.mobile_product_content .delivery_approx{background-color:#00e1000d;height:41px;display:flex;align-items:center;justify-content:center;margin-top:6px}.mobile_product_content .delivery_approx p:before{content:"";background-color:#00a200;position:absolute;width:6px;height:6px;left:-10px;top:50%;transform:translateY(-50%);border-radius:50px}.mobile_product_content .product_request_offer_btn .box_icon_text p{font-size:16px!important;line-height:18.75px}.mobile_product_content .product-content .shipping_cost_info{font-size:12px!important;line-height:12.89px!important;color:#ff6b00;text-align:left}.mobile_product_content .Request_offer .product_request_offer_btn{width:100%;margin-top:15px;height:52px}.mobile_product_content .measurement_qty_field .qty_field input{max-width:227px}.mobile_product_content .product-content .product-content__quantity p{font-size:13px!important;line-height:15.23px!important}.mobile_product_content .product-content{padding:0}.mobile_product_content .product-content .product_quantity_main{background-color:transparent;margin-bottom:0;margin-top:0;padding:25px 15px 15px}.mobile_product_content .content__quantity .product_brand_image img{width:75px;-o-object-fit:contain;object-fit:contain}.mobile_product_content .content__quantity{display:flex;align-items:flex-start;justify-content:space-between}.mobile_product_content .product-content__quantity .crt-det{justify-content:flex-start}.mobile_product_content .product-content__quantity .crt-det ul li{text-align:start}.mobile_product_content .product-content .check_box.single_pro{justify-content:flex-start}.mobile_product_content .product-content .measurement_qty_field{flex-direction:column;align-items:flex-start}.product-details .free_semple_btn button{width:100%;height:57px;margin-top:12px}.product-details .free_sample_product_btn .box_icon_text p{font-size:16px!important}.product-details .product-content__sort-info{display:none}.technical_specifications{display:none!important}body .mobile_product_detail_gallery .product_tag p{font-size:11px!important;line-height:12.89px;color:#fff}.mobile_product_detail_gallery .product_tag{min-width:79px;padding:0 8px;height:20px;background-color:#f8aa23;display:flex;align-items:center;justify-content:center;border-radius:5px}.mobile_product_detail_gallery .image_gallery_top{display:flex;align-items:center;justify-content:space-between;padding:0 12px;position:absolute;width:100%;top:20px;left:0;z-index:99}.mobile_product_detail_gallery .product_dicount_price .on-sale{font-weight:500;font-size:11px!important;line-height:13.31px;font-family:Inter}.product_detail_mobile_inner .product_detail_rating{display:flex;align-items:center;grid-gap:5px;gap:5px}.product_detail_mobile_inner .product_detail_rating .total_count{font-size:12px!important;line-height:14.06px;color:#1a1a1a;font-weight:700}.product_detail_mobile_inner .product_detail_rating .star-container{margin-top:-5px;padding:1px!important}.product_detail_mobile_inner .product_detail_rating .star-container svg{width:10.55px!important;height:10.55px!important}.product-large-image-wrapper{border-bottom:0}body .m_menu_drawer{top:70px!important}.service_center_image .service_image{width:100%}.customer_reviews_listing .review_grid{padding:16px 10px}.category_brand_logo .brand-logo-area .header-slider-nav .swiper-button-prev{left:0}.category_brand_logo .brand-logo-area .header-slider-nav .swiper-button-next{right:0}.brand-logo-area .header-slider-nav .ht-swiper-button-nav svg{width:9.81px}.advice_section_content p{margin-bottom:10px;color:#000;font-size:18px;line-height:21.09px}.review_site_rating .rating_info .review .star-container{padding:0!important}.customer_reviews_listing{margin-top:25px}body .brand-logo-area .section-title h2{font-size:20px!important;line-height:23.44px;margin-bottom:15px}.review_site_rating .rating_info .review p{font-size:16px;line-height:18.75px}.review_main_wrapper{margin-top:0}.review_site_rating .rating_info{align-items:flex-start}.review_site_rating .rating_info .review .star-container svg{width:25px!important;height:25px!important}.review_site_rating .rating_info .review{align-items:center;grid-gap:5px;gap:5px}.review_site_rating .rating_info .trusted_shop img{width:56px;height:56px}.top_category_slider_section .category_tabs .inner_prod.product-grid .product-detail p{font-size:11px;line-height:12.1px}.top_category_slider_section .category_tabs .inner_prod.product-grid .product-detail .product-title{font-size:12px!important;line-height:14.06px}.main-section-top-category .category-slider-nav .ht-swiper-button-nav{width:35px;height:35px;top:35%}.main-section-top-category .category-slider-nav .ht-swiper-button-nav svg{width:9.81px}.main-section-top-category .category-slider-nav .swiper-button-prev{left:0}.main-section-top-category .category-slider-nav .swiper-button-next{right:0}.mobile_search_comp input.form-control::-moz-placeholder{color:#bababa}.mobile_search_comp input.form-control:-ms-input-placeholder{color:#bababa}.mobile_search_comp input.form-control::placeholder{color:#bababa}.mobile_search_comp input.form-control{border:1px solid #bababa!important;border-radius:5px!important;height:42px!important;color:#1a1a1a!important}.bottom-header.light-skin{padding:12px 0!important;top:0!important}.header_mobile_menu .header-icons-inner{align-items:center;grid-gap:18px!important;gap:18px!important}.mobile_menu_icons .country_flag{height:25px;width:25px;height:20px;width:20px;background-repeat:no-repeat;background-size:cover;border-radius:50px}.shipping-country-switcher .content ul{flex-direction:column;grid-gap:unset!important;gap:unset!important;align-items:flex-start}.shipping-country-switcher .content ul.header_mobile_menu li{width:100%}.header_mobile_menu{display:flex;align-items:center;width:100%;justify-content:space-between;padding-bottom:10px}header.header-wrap.header-with-topbar{display:none}.bottom-header .menu_wrapeer{border:0;padding:0}.mobile_footer_section .footer_mobile_favicon{position:absolute;bottom:20px;right:0}.footer_payment_section .delivery_brand ul li:first-child img,.footer_payment_section .delivery_brand ul li:nth-child(3) img{width:71.78px}.footer_payment_section .delivery_brand ul li:nth-child(2) img{width:23.69px}.footer_payment_section .delivery_brand ul li:nth-child(4) img{width:41.27px}.footer_payment_section .delivery_brand .title{display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px}.footer_payment_section .delivery_brand ul{display:flex;align-items:center;margin-top:20px;grid-gap:20px;gap:20px}.footer_payment_section .delivery_brand{margin-top:23px}.mobile_footer_section .payment_methods_ref img{width:36.12px;height:24.94px}.mobile_footer_section .payment_methods_ref{display:flex;align-items:center;justify-content:center;grid-gap:13px;gap:13px}.mobile_footer_white .footer_payment_section .title{font-size:16px;line-height:19.36px;color:#1a1a1a;font-weight:500}.mobile_footer_white .footer_payment_section .title span{font-weight:700}.mobile_footer_section .footer_accordion .accordion__panel p{color:#1a1a1a}.mobile_footer_section ul.days_info li{color:#414040!important}.mobile_footer_section ul.days_info li span{min-width:65px;color:#414040!important}.mobile_footer_section .contact-info>li{margin-bottom:25px!important}.mobile_footer_section .contact-info>li svg+*{font-size:18px;line-height:21.78px;color:#414040!important;font-weight:700}.mobile_footer_section .contact-info>li{grid-gap:2px;gap:2px}.mobile_footer_section .contact-info>li svg{font-size:24px}.footer_accordion .accordion__button[aria-expanded=true]{border-bottom:0}.customer_reviews_listing .review_status .star-container svg{width:10.03px!important;height:10.03px!important}.customer_reviews_listing .review_status .star-container{padding-left:0!important}.customer_reviews_listing .customer_message{font-size:12px;line-height:14.06px}.customer_reviews_listing .customer_name{font-size:11px;line-height:12.89px;padding-top:4px}body .customer_reviews_listing .review_status p{font-size:13px!important;line-height:15.23px}.footer_brand .footer_icon_barnd img{width:58.94px!important;height:58.94px!important}.footer_brand .footer_icon_barnd a:last-child img{width:98.24px!important;height:55.01px!important}.footer_brand .footer_icon_barnd{grid-gap:25px;gap:25px}.footer_brand{padding:25px 0}.bodenio_newsletter_section .newsletter_field_btn svg{width:12.97px;margin:auto}.bodenio_newsletter_section .form-group{margin-bottom:0}.newsletter_sec_field .form-control::-moz-placeholder{font-size:12px!important}.newsletter_sec_field .form-control:-ms-input-placeholder{font-size:12px!important}.newsletter_sec_field .form-control::placeholder{font-size:12px!important}.newsletter_sec_field .form-control{font-size:12px!important;padding:15px 0 0}.newsletter_section_inner .newsletter_content_body .title{font-size:20px;line-height:24.2px;margin-bottom:15px}.newsletter_section_inner .newsletter_content_body .description{font-size:14px;line-height:25px;font-weight:500;margin-bottom:20px;max-width:342px}.newletter_tag_section .newletter_tag_inner .value{font-size:15px!important;line-height:18.15px}.newletter_tag_section .newletter_tag_inner .info{font-size:10px!important;line-height:12.1px}.newletter_tag_section{position:absolute;top:12px;right:12px;width:62px;height:62px}.bodenio_newsletter_section.bodenio_newsletter_desktop .container{height:unset!important}.bodenio_newsletter_section .newsletter_section_inner{margin-left:0!important;max-width:100%;min-width:100%;height:unset;padding:40px 0 0}.newsletter_section_inner .newsletter_content_body{max-width:unset;min-width:unset}.advice_section_inner .advice_main_section{align-items:center;padding:25px 0 15px}.advice_section_content{text-align:center}.customer_reviews_listing .swiper-pagination-bullet{width:11.8px;height:11.8px}.customer_reviews_listing .swiper-pagination-bullet-active{width:13.28px;height:13.28px}.home_middle_section .middle_title{font-size:20px!important;line-height:23.44px}.review_main_wrapper .review_site_rating{flex-wrap:wrap;flex-direction:column-reverse;grid-gap:20px;gap:20px}.review_site_rating .for_customer_msg p{text-align:center;font-size:20px!important;line-height:23.44px}.special_categories_slider .banner_section_two{margin-top:35px}.special_categories_slider h2{line-height:30.19px!important}.category_name_section_two{bottom:15px;left:20px}.single-post .blog-content .blog-text ul li{font-size:12px!important;line-height:22px!important}.categories_banner_slider .banner_section_two_background{height:165px!important}.hero-slider__content-wrapper .hero_slider_last_btn a span{font-weight:500;line-height:25px}.hero-slider__content-wrapper .hero_slider_title .title{font-size:36px;line-height:48px}.hero-slider__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active{background-color:#ff7e21!important}.hero-slider__wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet{width:8px!important;height:8px;border:1px solid #ff7e21;background-color:transparent}.hero_slider_parent .swiper-pagination{position:absolute;display:flex;align-items:center;left:20px;bottom:20px!important}.hero-slider__content-wrapper .hero_slider_last_btn a{margin-top:15px;font-size:14px;border-radius:10px!important;max-width:229px;height:60px}.hero-slider__content-wrapper .product_size_qty .space{width:20px}.hero-slider__content-wrapper .product_size_qty p{font-size:15px}.hero-slider__content-wrapper .hero-slider__slider_buttons2{margin-left:20px;grid-gap:20px;gap:20px}.hero_slider_parent .hero-slider__slide img{min-height:609px!important;max-height:609px;-o-object-fit:cover;object-fit:cover}.sub_category_comp .category_product_grid_detail{padding:10px 0 68px!important}.sub_category_comp .product-grid .product-price{position:absolute!important}.brand_icon_box_area .swiper-wrapper{justify-content:unset}.top_category_slider_section .swiper-pagination{display:block}.top_category_slider_section .swiper-button-next,.top_category_slider_section .swiper-button-prev{top:42%;width:30px;height:30px}.top_category_slider_section .swiper-button-next:after,.top_category_slider_section .swiper-button-prev:after{font-size:13px}.checkout_content_modal .modal-dialog{max-width:100%!important}.checkout_check_order .review_title_head{margin-bottom:30px;margin-top:0;font-size:16px;line-height:19.36px}.payment_method_head.additional_info textarea.floating-form-control.form-control{height:95px!important}.payment_method_head.additional_info .title{font-size:16px}.billing_shipping_wrapper .payment_method_head .description{font-size:14px!important;line-height:14.52px}.payment_method_head.additional_info .description{font-size:14px}.dropdown_order_view.external_dropdown_order_view{margin-top:30px}.external_dropdown_order_view .order_view_title{margin-bottom:10px;font-family:Roboto,sans-serif;font-size:14px;line-height:16.94px;color:#664933}.dropdown_order_view.external_dropdown_order_view .checkout_addto_cart_view{padding:0}.checkout_check_order .title{font-size:16px;line-height:19.36px}.next_step_main.last_step_checkout button{font-size:14px;line-height:16.94px}.table_content_change p{font-size:11px!important}.external_dropdown_order_view .checkout_addto_cart_view_inner{max-width:100%!important;min-width:100%!important}body.\/kasse,body.\/kasse\/review{background:#fff;background:linear-gradient(90deg,#fff 51%,#fff 0)}.checkout_check_order .order_overview_head p{font-size:16px;line-height:19.36px}.cart_view_grid_main .cart_view_grid{margin-bottom:18px}.edit_addres_info_form_group.form-group.row .col-lg-6{margin-bottom:25px}.edit_addres_info_form_group.form-group.row .col-lg-6:last-child{margin-bottom:0}.withPaypal button.next_step_button.btn-fill-out{height:100%;top:-1px!important}.next_prev_steps_btn .mastercard_btns{width:100%}.checkout_shipment_address .shipment_delivery_approx .title,.select_payment_method .payment_method_head .title{font-size:16px}.select_payment_method .payment_method_head .description{font-size:14px}.cart_list_items .cart_action_icons .whish_product_action{width:27px;height:27px}.product_cart_main .cart_product_name{min-width:100%;max-width:100%;max-height:32px;min-height:32px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:pre-wrap}.product_cart_page .free_product_list{margin-left:0}.checkout_payment_method .coupon_code_external .coupon_code_label{font-size:14px;line-height:16.94px}.select_payment_method .selected_method_information ul li{font-size:14px}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .small_device_order_view{display:none}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .container{padding-right:15px;padding-left:15px}.small_device_order_view .open_cart_order .arrow{width:9px}.checkout_prev_next .next_prev_steps_btn:has(.mastercard_btns) .prev_step_btns .prev_step_button{position:unset}.checkout_prev_next .next_step_main{width:100%}.product_cart_main .cart_list_items{grid-gap:0;gap:0}.cart_box_main_section{padding-top:0}.product_cart_box_section .product_cart_page:after{width:100%}.cart_box_main_section .product_cart_main{min-height:-moz-fit-content;min-height:fit-content;max-height:-moz-fit-content;max-height:fit-content}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .container .checkout_steps_footer{left:0}button.paypal_custom_button{width:100%}.checkout_apply_coupon{margin-top:15px}.select_payment_method{margin-top:30px}.checkout_payment_method .coupon_code_external{margin-top:20px}.checkout_payment_method .coupon_code_external .floating-form-control{padding:20px 18px 9px}.checkout_payment_method .coupon_code_external .focused .floating-label,.floating-label-focused{top:10px}.checkout_payment_method .coupon_code_external .floating-form-control{height:35px!important}.checkout_payment_method .coupon_code_external .apply_coupon_btn{width:66px;padding:0;line-height:0}.checkout_payment_method .coupon_code_external .checkout_apply_coupon form{flex-direction:row}.kasse_content_body:has(.checkout_content_body_wrapper).kasse_content_body{padding-top:15px}.checkout_content_body_wrapper .checkout_steps_section,.dropdown_order_view .checkout_addto_cart_view_inner{max-width:90%;min-width:90%;margin:auto}.dropdown_order_view .checkout_addto_cart_view{padding:35px 0}.kasse_content_body:has(.checkout_content_body_wrapper).kasse_content_body .container .inner_row_col{padding-right:unset;padding-left:unset}.checkout_response_content .response_order_number{font-size:15px!important}.checkout_response_content .response_thankyou_msg{font-size:26px!important;font-weight:800!important;margin-top:15px;letter-spacing:.94px}.checkout_response_content .response_order_received_msg{font-size:15px;letter-spacing:.51px}.checkout_addto_cart_view .cart_prouct_price_detial .price_shipment p,.checkout_addto_cart_view .cart_prouct_price_detial .price_subtotal p{font-size:12px}.checkout_addto_cart_view .cart_prouct_price_detial .coupon_price p{font-size:14px}.checkout_addto_cart_view .cart_prouct_price_detial .price_total p{font-size:13px;font-family:Roboto,sans-serif}.checkout_addto_cart_view .cart_prouct_price_detial{margin-top:25px;grid-gap:7px;gap:7px}.checkout_addto_cart_view{padding:25px}.small_device_order_view .order_payment p{font-size:14px;line-height:14.52px}.small_device_order_view .open_cart_order p{font-size:14px}.small_device_order_view .open_cart_order svg{width:9px}.small_device_order_view .open_cart_order{grid-gap:5px;gap:5px}.small_device_order_view .open_cart_order img{width:14px}.checkout_steps_breadcrumbs_wrapper .small_device_order_view{height:43px;margin:15px 0 12px}.checkout_apply_coupon .focused .floating-label,.floating-label-focused{top:11px;font-size:9px}.checkout_apply_coupon .floating-form-control{height:35px!important}.checkout_apply_coupon form .apply_coupon_btn{height:35px!important;font-size:12px;height:45px;width:40%;padding:0}.checkout_addto_cart_view .cart_view_grid .checkout_cart_price p{font-size:14px}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner{grid-gap:3px;gap:3px}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner .description{font-size:11px;line-height:normal}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner .title{font-size:13px;line-height:15.52px;margin-top:0}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner{min-width:unset;max-width:unset}.checkout_addto_cart_view .checkout_cart_info .cart_image{max-width:50.5px;min-width:50.5px;height:50.5px}.checkout_addto_cart_view .checkout_cart_info .cart_image .product_quantity_count{min-width:16px;max-width:-moz-fit-content;max-width:fit-content;min-height:16px;max-height:16px;right:-5px;top:-5px;font-size:8.38px;line-height:normal}.steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout{margin-top:0;grid-gap:8px;gap:8px}.table_content_info .table_paymet_method .payment_address{margin-top:5px;font-size:11px;line-height:13.1px}.table_content_info .table_paymet_method .paymet_method_inner .payment_method_pic{width:35.28px;height:23.18px}.checkout_table_content .table_content .table_content_info .table_paymet_method{max-width:220px;min-width:220px}.table_content_info .table_paymet_method .paymet_method_inner{grid-gap:30px;gap:30px;justify-content:unset}.checkout_information_form form .row .col-lg-6:last-child{display:block!important}.billing_shipping_wrapper .payment_billing_addres{padding:20px}.select_payment_method .custom_radio_container .tag{font-size:12px;line-height:12.1px}.select_payment_method .grid_methods .custom_radio_container .checkmark:after{height:13px!important;width:13px!important;left:2px!important;top:3px!important}.select_payment_method .custom_radio_container .checkmark{height:19px;width:19px}.select_payment_method .custom_radio_container{font-size:14px!important;line-height:14.52px}.selected_method_information .vorkasse_method_information p{font-size:13px;line-height:14.52px}.checkout_table_content .table_content .checkout_payment,.delivery_approx_content .approx_price p{font-weight:600}.shipment_delivery_approx .delivery_approx .duration{font-size:14px;font-weight:600;padding-top:5px}.delivery_approx_content{padding:.4rem 1.2rem}.checkout_table_content{padding:10px 22px}.checkout_table_content .table_content{padding:16px 0;align-items:flex-start}.checkout_table_content .table_content .table_content_info .title{max-width:-moz-fit-content;max-width:fit-content;min-width:-moz-fit-content;min-width:fit-content;font-size:10px;font-family:Roboto,sans-serif}.checkout_table_content .table_content .table_content_info{flex-direction:column;align-items:flex-start}.checkout_information .checkout_phone_field input,.checkout_information_form .google_autocomplete_address input{padding:25px 35px 10px 18px}.checkout_information .checkout_phone_field svg,.checkout_information_form .google_autocomplete_address svg{right:15px}.checkout_delivery_address_fields .floating-form-group{margin-bottom:8px}.checkout_delivery_address_fields{margin-top:20px}.floating-label{font-size:14px}.floating-label-focused,.focused .floating-label{top:17px;font-size:11px;padding:0 .25rem}.floating-form-control{height:50px!important;padding:25px 18px 10px;font-size:12px!important}.checkout_prev_next .next_prev_steps_btn{flex-direction:column-reverse;grid-gap:20px;gap:20px;margin-bottom:80px}.checkout_prev_next .next_step_button{width:100%;padding:17px 0!important;font-size:14px;line-height:14.52px}.checkout_steps_footer{padding:15px;width:100%}.checkout_steps_footer .footer_content_list ul li{font-size:12px;line-height:12.1px}.checkout_order_divider{margin:20px auto 0}.checkout_information .checkout_paypal_informations{width:100%}.checkout_check_order,.checkout_information,.checkout_payment_method,.checkout_shipment_address{margin-top:40px}.steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout .step_buttons{font-size:10px;line-height:12.1px}.checkout_steps_breadcrumbs_wrapper{margin-top:0}.checkout_steps_breadcrumbs_wrapper .checkout_headerlogo{max-width:150px;min-width:150px;margin:0 0 0 18.75px}.checkout_delivery_address_fields .row .col-lg-6:first-child{padding-right:15px}.checkout_delivery_address_fields .row .col-lg-6:last-child{padding-left:15px}.checkout_content_body .checkout_content_steps .row .col-lg-6:last-child{display:none}.cart_item_voucher_section .voucher_submit_btn button{font-size:13px;padding:0 18px}.delivery-form-group.form-group.row .col-lg-6:first-child,.versand_delivery_form .form-group{margin-bottom:20px}body .payment_tag_div .payment_images{left:55px!important}.zahlung_content_inner .payment_images,.zahlung_content_inner .payment_images_card{top:50%;left:0!important;transform:translateY(-50%)}.payment_select_inner_radio{position:relative}.checkout_stepers input.form-control{font-size:15px!important}.adresse_content .form-group{margin-bottom:20px}.adresse_content .nr_str_row.form-group.row .col-sm-5{padding-right:10px}.adresse_content .nr_str_row.form-group.row .col-sm-7{padding-left:10px}body .category_name_section_two h4{font-size:20px!important}.header-wrap{z-index:999}.product_slug_description ul{line-height:7px}.product_slug_description ul li{line-height:20px}.product_search_filter .product-grid .product-grid__image img,.sub_category_comp .product-grid .product-grid__image img,.top_category_slider_section .product-grid .product-grid__image img{height:100%}.product_search_filter .product-grid .product-grid__image,.sub_category_comp .product-grid .product-grid__image,.top_category_slider_section .product-grid .product-grid__image{height:140px}.product_search_filter .product-grid .product-price{position:unset}.brand_icon_box_area .react-multi-carousel-list{justify-content:unset}.top_category_inner_prod_tag .product-grid__info.category_product_grid_detail{padding:10px 0 30px!important}.top_category_inner_prod .product-grid__info.category_product_grid_detail{padding:10px 0 80px!important}.bundel_content_toggle .bundel_product_table_data{max-width:100%;min-width:100%}.bundel_content_toggle p{line-height:19.89px}.bundel_dropdown_content_inner{margin-top:10px}.product-details.product-basic-page p{font-size:15px!important}.product_dundel_main_detail{padding-left:0!important;padding-right:0!important}.bundle_product_data h3{margin:7px 0!important;font-size:20px!important;line-height:22px!important}.product_bundle_global .bundal_main_section{padding:5px 15px;margin-bottom:10px}body .product-content__quantity .per-piece p{font-size:12.04px!important;line-height:14.11px!important}.product-content__quantity .per-piece{padding-top:6px}.category_tabs_box_content .single_product_content{margin-bottom:20px!important;max-width:100%!important;padding:5px;border-radius:5px!important;align-items:center}.newsletter_section_main .newsletter_list li{grid-gap:5px!important;gap:5px!important;align-items:baseline}.sub_category_comp .product-grid .product-price{position:unset}.active_tag_wrapper .active_tag{margin:10px -7.5px 30px 0}.breadcrumb-section{padding:4px 0 25px}.breadcrumb .back_list_item svg{margin-left:0;margin-right:5px}.create_reviews_inner_content .equal_box_size{max-width:100%;min-width:100%;margin:auto}.steper_main .steper_main_arrow_btn button{margin-top:0}.newsletter_main_page .sidebar_sub_cats_link{margin:10px 0 25px;max-width:100%;min-width:100%}.newsletter_breadcrumb .breadcrumb-section{padding:4px 0 25px!important}.vinylboden_main_inner .pagination_product ul{max-width:260px}.customers_orders_data_info:last-child .order_detail .customer_order_detail{margin-top:0}.customer-order-product-detail .product-detail-image{width:130px;height:102px}.banner_section_two_background{height:175px!important}.login_registration_row .col-lg-6:first-child{padding-right:15px}.login_registration_row .col-lg-6:last-child{padding-left:15px}.cart_box_main_section .cart-item-banner .success-modal-check{width:17px;height:17px;line-height:13px}.login-section form .login-footer.form-group .check-form{margin:0 0 20px}.login-content form .form-group{margin-top:32px}.login-wrap .login_right_section ul li{grid-gap:8px;gap:8px;align-items:baseline}.register_text ul li{text-indent:0}.icon-box-area .service-icon-box-content{align-items:center}.icon-box-area .service-icon-box-content .icon-box-content p{font-size:12px;line-height:14.52px}.icon-box-area .service-icon-box-content .icon-box-content h4{font-size:13px!important;font-weight:600!important;line-height:normal}.icon-box-area .service-icon-box{max-width:unset;min-width:unset}.middle_body:has(.service-center-listing-breadcrumb).middle_body .service_center_head{padding:0 15px 20px}.middle_body:has(.service-center-listing-breadcrumb).middle_body{padding:0}.middle_body:has(.service-center-listing-breadcrumb).middle_body .service-center-listing-breadcrumb{padding-top:25px}.top_category_slider_section .category_tabs .next_slide{right:0}.top_category_slider_section .category_tabs .previous_slide{left:0}.cart_paypal_info p{font-size:10.8px;line-height:13.07px}.single-post .blog-img h1{padding:10px;bottom:23px;max-width:280px;font-size:20px!important;line-height:23.44px!important}.blog_listing_page .all_blogs_content .row .col-md-6{margin-bottom:40px}.all_blogs_content .row .col-md-6{padding:0 30px!important}.blog_listing_page .pagination_product ul{margin:auto}.individua_offer_head{margin-top:-50px;margin-bottom:35px;padding:50px 0}.individua_offer_head .offer_head_inner .offer_content{min-width:220px;max-width:225px}.individua_offer_head .offer_head_inner .offer_content p{font-size:9.09px;line-height:13.52px}.individua_offer_head .offer_head_inner .offer_content h4{font-size:16px!important;color:#664933;line-height:16.2px;margin-top:15px}.individua_offer_head .offer_head_inner .offer_content h1{line-height:19.89px;font-size:18px!important}.registration_footer .custom_checkbox_container{font-size:12px!important;color:#787878!important;line-height:22px}.registration_footer .custom_checkbox_container a{font-size:9.08px!important;line-height:10.99px}.contact_us_content h1,.contact_us_content h2{font-size:20px!important;line-height:23.44px}.contact_us_content p{font-size:12px!important;line-height:22px!important}.contact_from_groups{padding:50px 10px}.order_detail .row .col-md-3 div{height:80px;width:100%}.order_detail .row .col-md-3{flex:0 0 33.3333333333%;max-width:33.3333333333%}.muster_box_row_section .box_info h4{font-size:18px!important;margin-bottom:12px}.muster_box_row_section .box_info p{max-width:380px;font-size:13px;line-height:16.5px}.desktop_accordion_content{display:none}.muster_box_row_section{flex-wrap:wrap}.muster_box_row_section .box_info{padding-left:0;padding-top:15px}.muster_box_row_section .image{width:100%!important}.service_center_contact_info .service_center_contact_inner a{font-size:14px;line-height:16.41px}.service_center_bottom_inner .bottom_content .service_center_bottom_info{margin-top:15px;font-size:13px;line-height:17.5px}.service_center_bottom_inner h2{font-size:19px!important;font-weight:400!important;color:#664933}.lieferung_head_banner p{font-size:10px!important;line-height:13px!important;padding:0 20px}.success_msg .success-modal-check{width:20px;height:20px;line-height:19px}.success_msg .success-modal-check img{width:14px}.product_cart_popup .success_msg p{font-size:11px}.zahlungcontent_main_content .accordion_main .accordion__button:before{border-bottom:1px solid #1a1a1a!important;border-right:1px solid #1a1a1a!important}.footer_top{padding:12px 0;margin-bottom:0}.category_images_section_ipad .category_image_content p{font-size:12px!important;line-height:14.94px!important;margin-top:5px}.category_images_section_ipad .category_image_content h3{font-size:16px!important;line-height:19.36px}.category_images_section_ipad .category_image{height:145px}.main_category_images_ipad .row .col-md-4{flex:0 0 50%;max-width:50%}.bottom-header.light-skin{z-index:9999}.middle-header .middle_header_div .header_top_two{display:none!important}.product-basic-page .product-content .cart_btn button{font-size:20px}.product-content__quantity .cart-plus-minus input,span.unit{font-size:12.04px}.drodown_selected_value .selected_value{font-size:10px}.rating_comp_mobile_main{display:none}body .payment_method_icon.footer-payment p{font-size:12.97px!important;line-height:15.69px}.product_detail_mobile_inner{margin-bottom:10px;flex-direction:column;align-items:flex-start}.product_detail_mobile_inner img{aspect-ratio:3/3;-o-object-fit:contain;object-fit:contain}.product-small-image-wrapper .left_move,.right_move{top:45%}.product-small-image-wrapper .pro_thum_img_container .avatar-item{width:90px;height:90px}.single-product-filter-btn{margin-bottom:15px;margin-top:10px}.pro_thum_img_container::-webkit-scrollbar{display:none;width:0}.pro_thum_img_container{padding:5px 0 0;max-width:100%;overflow:auto;scrollbar-width:none}.product-basic-page .product_main_details .technical_specifications p{font-size:12px!important;line-height:15px;margin-top:2px}.calculated_per_container{font-size:12.04px!important;line-height:14.11px}.product_options_inner span.dropdown-title{font-size:12.04px;line-height:14.11px}.whishlist_main_content.empty_whishlist_section .row .col-md-6{margin-bottom:45px}.brand-logo-area .cl-logo img{-o-object-fit:contain;object-fit:contain;aspect-ratio:3/3;width:150px}.sub_category_shop_tag svg{width:20px}.hideshow_sec .bodenio_theme_btn.closes_btn svg{width:12px}.pagination_product ul li a{font-size:11px}.product_filter_cat svg:last-child{display:none}.category_tabs button.sort svg{width:13px}.category_tabs button.sort span{font-size:10px;line-height:12.1px}.sub_category_comp .vinylboden_inner_main{border:0;padding-top:5px}.category_tabs .pagination_product{padding-bottom:30px;align-items:center}.category_tabs .inner_prod.product-grid .product-price .del_p{font-size:12px!important;line-height:14.06px!important}.product-grid__info .product-tag,.product-list__info .product-tag{font-size:10px;line-height:12.1px;top:-11px;left:20px!important;padding:3px 18px}.product-grid .product_wish{top:12px}.product-grid .product_wish button{width:20px;height:20px;line-height:19px;padding:1px}.product-grid .product_wish button i.icon-heart{font-size:12px}.product-grid span.on-sale{font-size:10px;margin-top:3px;padding:2px 6px}.product-grid .product-price .price{font-size:17px!important;line-height:19.92px!important}.main_category_big_image{margin-bottom:30px}.covering_main_div h1{padding-bottom:0;font-size:22px!important}.dynamic-breadcrumbs-section{margin-top:0}.image_slider_main_cat .slider_action_arrow{top:45%}.main_category_big_image .main_cat_title{bottom:50px;left:25px}.hero-slider__content-wrapper{bottom:-50px}.bodenio_newsletter_section .newsletter_field_btn{padding:0 16px;height:27.41px;width:27.41px;bottom:5px}.top_footer_check ul li{width:100%!important;justify-content:center}.icon-box__content h5{font-size:14px!important;margin-bottom:2px;line-height:16.94px}.category_tabs .inner_prod.product-grid .product-detail p{font-size:11px;line-height:12.1px}.magzine_content .home_blogs_btn{font-size:12px;line-height:14.52px;padding:14px 20px}.advice_section_social_content.whatsapp_info{margin-top:10px}.advice_section_inner a{font-size:14px;line-height:16.41px}.brand-logo-area .swiper-pagination{display:none;bottom:5px}.icon-box__content p{font-size:10px!important;line-height:12.1px!important}.telephone_advice_section{background-color:#f5f5f5;padding:0}.service_center_image{margin-right:0;margin-top:0;justify-content:center}.icon-box-area{padding:25px 0 20px}.no-gutters .col-lg-4 .icon-box{grid-gap:13px;gap:13px;align-items:flex-start;max-width:285px;padding-bottom:0}.react-multi-carousel-dot-list li{padding:0}.react-multi-carousel-dot-list{grid-gap:4px;gap:4px}.category_slider_section_head h3{margin-bottom:30px}.all_blogs_content.blog-list-content .row .col-md-6:last-child{margin:0 auto 15px}.bodenio_newsletter_section .newsletter_head.bottom{max-width:367px;margin:auto}.bodenio_newsletter_section .newsletter_head p{max-width:290px!important;margin:auto;color:#787878;line-height:14.1px!important;font-size:10px!important}.blog-post-content-list .blog-post-content span.tag{font-size:14px}.newsletter_middle{margin-bottom:35px}.top_category_slider_section{margin-bottom:20px;margin-top:35px}.top_footer_check ul li p{font-size:12px}.home_txt_section p{line-height:14.52px;color:#787878;max-width:376px;margin:auto;font-size:12px}.brand-logo-area .section-title h2,.top_category_slider_section h3,body .banner_section_two h2{font-size:20px!important;line-height:23.44px!important}.brand-logo-area .header-slider-nav .ht-swiper-button-nav{width:27px;height:27px;line-height:35px}.brand-logo-area .header-slider-nav .ht-swiper-button-nav i{font-size:13px}.brand-logo-area .header-slider-nav .swiper-button-next{right:10px}.brand-logo-area .header-slider-nav .swiper-button-prev{left:10px}.bottom-header .mobile_head_icon img{width:27px!important;height:27px}.header_mobile_menu ul,.icon_menu ul.header-icons{grid-gap:15px!important;gap:15px!important}.header_mobile_menu ul,.mobile_menu_bar button{display:flex;align-items:flex-start}.mobile_menu_bar button{grid-gap:0;gap:0;flex-direction:column}.header_mobile_menu .mobile_bodenio_logo img{width:128px}.mobile_menu_bar button p{line-height:9px;font-size:10px;font-weight:300!important;text-transform:uppercase;text-align:center;width:100%;color:#1a1a1a}.menu_wrapeer{justify-content:space-between;padding:10px 0;align-items:flex-start!important}.filter_option_main .dropdown-heading-value span{font-size:14px}.banner_area_single_banner .row .col-md-6{flex:0 0 50%;max-width:50%}.top_category_slider_section .category_tabs .slider_action_arrow{opacity:1;top:45%!important;width:30px;height:30px;line-height:28px}.top_category_slider_section .category_tabs .slider_action_arrow svg{font-size:11px}.all_blog_list_content h3{font-size:22px!important;font-weight:600!important}.sub-category-tags{padding:3px 7px;top:40px;font-size:10px}.blog-post-content-main{padding:0 20px}.all_blogs_content.blog-list-content .row .col-md-6{width:95%;margin:0 auto 25px;padding:0}.service_center_breadcrumb_section .breadcrumb-section{padding:4px 0 25px!important}.servicecenter_main .accordion_content{margin-top:65px}.servicecenter_comps .sidebar_sub_cats_link.d-lg-none{margin-top:0;margin-bottom:20px}.head_inner_content{grid-gap:12px;gap:12px}.head_ques_icon{width:200px}.head_inner_content h3{font-size:22px!important;line-height:26.63px}.Servicecenter_accordion_link{padding:12px 25px;border:1px solid #33333333;margin-bottom:35px;border-radius:5px}.zahlungcontent_main_content h3{font-size:20px!important;line-height:23.44px!important}.review_select_public_inner img{width:25%}.review_product_image{width:115px;height:100px}.create_reviews_inner_content .product_detail h5{font-size:20.2px!important;max-width:345px;line-height:24.98px;text-align:center}.myaccount_newsletter p{font-size:14px;color:#787878;line-height:19.89px}.customer_order_detail .customer_order_product_name{font-size:13.2px!important;line-height:15.98px;margin-bottom:11px!important;max-width:270px;margin-top:3px!important}.register_wrap form .row:first-child .col-md-6 .form-group{margin-top:40px}.register_wrap form .row:first-child .col-md-6:first-child .form-group{margin-top:0}.login-wrap .login_right_section ul li span{margin-bottom:0;font-weight:400}.login-content form{margin-top:35px}.login-wrap .heading-s1 h4{font-size:20px!important;line-height:23.44px!important;margin-bottom:20px!important}.custom_checkbox_container.custom_payment_option_container .checkmark{top:3px}.cart_payment_area p{font-size:14.4px!important;line-height:17.43px}.cart_value_point p{font-size:14.4px!important;line-height:17.43px!important}.cart_box_value_inner .paypal_botton_txt p{font-size:10.8px;font-weight:400!important;line-height:13.07px!important;padding-bottom:35px}.cart_total_value_res .cart_value_total{font-size:14.4px!important;line-height:17.43px!important}.cart_total_value_res .cart_value_price{font-size:18px;line-height:21.78px}.cart_total_value_res .total_price_tag{font-size:10.8px!important;line-height:13.07px}.cart_val_price{line-height:17.43px!important;font-size:14.4px!important}.cart_item_voucher_section .form-group{margin-bottom:0}.cart_item_voucher_section .voucher_submit_btn{max-width:300px}.cart_item_voucher_section .voucher_submit_btn input{padding:0 105px 0 15px!important;max-width:300px;height:45px!important}.bottom_cart_item_price p{font-size:9.6px!important;line-height:11.62px}.bottom_cart_item_price{padding-top:5px!important}body .desktop_cart_view .cart_product_quantity{font-size:13px!important;line-height:11.62px;margin-bottom:20px}.desktop_cart_view{margin-top:-5px}.cart_action_icons svg{width:27px!important;height:27px!important;padding:6px 0!important;margin:0!important}.cart_action_icons{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-left:9px}.addtocart_plus_minus button.qtybutton{font-size:12px;line-height:12px;height:22px;width:22px}.addtocart_plus_minus{max-width:160px!important;padding:5px 12px 5px 6px!important}.addtocart_plus_minus input{max-width:55px!important;font-size:12px!important;line-height:9.14px}.addtocart_plus_minus .unit{font-size:9px;line-height:9.14px}.desktop_cart_view .accessories_btn{display:none}.cart_page_contet .product_cart_box_section .cart_number{font-size:9.6px!important;line-height:11.62px}.cart_page_contet h1{font-size:20px!important;line-height:23.44px!important}body .cart_page_contet h4{font-size:13.2px!important;line-height:15.98px;font-weight:400!important}body .product_slug_detail h2{font-size:18px!important;line-height:21.09px}.technische_content_main .technische_table_head{margin-bottom:15px}.technische_content_main .table-responsive td,.technische_content_main .table-responsive td strong{font-size:12.14px}.download_section{margin-bottom:0;margin-top:20px}.technische_content_main .download_section p a svg{font-size:23px!important;padding-right:5px;margin-top:-3px;color:#664933}.technische_content_main h3{margin-top:0!important;margin-bottom:5px;font-size:18px!important;line-height:21.09px;color:#664933}.product_slug_description{font-size:12px;line-height:20px;margin-top:13px}body .category_tabs_box_content .single_product_content p{font-size:13px!important;font-weight:400;line-height:15.23px}.category_box_content{width:100%;position:relative}.product-basic-page .product-content .package_price .price,.product-basic-page .product-content .price_1 .price{font-size:29.64px;line-height:34.73px}.category_box_img{height:65px;border-radius:5px;width:85px}.rating_stars_box a{padding:16px 0!important;font-weight:400!important;min-width:230px!important}.return_installment{display:none}.product-basic-page .product-content .delivery_approx p span img{height:16px}.product-basic-page .product-content .delivery_approx p{font-size:12.04px!important;line-height:14.11px}.product-basic-page .product-content .delivery_approx p span{font-size:14.82px;line-height:17.93px}.product-basic-page .product-content .package_price p,.product-basic-page .product-content .price_1 p{font-size:12.04px!important;line-height:14.11px}.product_cart_detail .package_price:first-child{margin-bottom:15px}.product .product-basic-page .product_main_details .technical_specifications{margin-bottom:25px}.technical_specifications .technical_info_inner a span{font-size:12px;line-height:14.06px;font-weight:600}body .technical_specifications .technical_info_code{font-size:12px!important;line-height:14.06px}.product-content__sort-info ul li{font-size:12px;line-height:14.06px}.single_product_detail_content .space-mb-mobile-only--40{margin-bottom:5px}.left_move i,.right_move i{background:#f9f9f9;border:1px solid #787878;color:#787878;padding:9px!important;font-size:9px}.product_detail_mobile_inner h1{font-size:20px!important;max-width:100%;color:#1a1a1a;margin-bottom:0;line-height:23.44px!important}}@media screen and (max-width:575px) and (min-width:495px){.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{width:90px}}@media screen and (max-width:494px) and (min-width:428px){.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{width:65px}}@media screen and (max-width:427px) and (min-width:200px){.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{width:45px}.product-grid__info .product-tag,.product-list__info .product-tag{font-size:10px;line-height:12.1px;top:-11px;left:12px!important;padding:3px 13px}}@media screen and (max-width:576px) and (min-width:200px){.product_count_sort_item .item_count h5{font-size:10px!important;font-weight:400!important;color:#787878;margin-bottom:0;line-height:12.1px}.steper_main .backarrow_steper svg,.steper_main .nextarrow_steper svg{width:22px}.fil_img{height:120px}.hideshow_sec .closes_btn{margin-top:0!important;top:0!important}body .hideshow_sec h3{font-size:16px!important;color:#787878;line-height:19.36px}.vinylboden_main_inner .pagination_product{margin-bottom:0;padding:0 30px 55px}.vinylboden_main_inner .pagination_product ul{justify-content:center}.product_filter_cat{padding:10px 40px!important;margin-top:0}.hideshow_sec .open_steps_btn,.product_filter_cat{font-size:10px!important;line-height:12.1px;border-radius:50px}.hideshow_sec .open_steps_btn{padding:9px 18px!important}.vinylboden_main_inner .category_tabs{margin-top:15px!important}.product_filter_main{padding-top:0!important}h3.product_filter_count{display:none!important}.sub_category_head_inner p,.sub_category_head_inner span{font-size:12px;line-height:18px}.vinylboden_main_inner h1{font-size:20px!important;line-height:23.44px!important}.vinylboden_main_inner h2{font-size:22px!important;line-height:26.63px}.sub_category_shop_tag{margin-bottom:20px}.shop_tag_toggle{max-width:235px;margin:auto;grid-gap:0;gap:0;padding:8px 0}.shop_tag_toggle p{font-size:10px;line-height:12.1px}.shop_tag_toggle img{width:17px}.breadcrumb .back_list_item{margin-right:0}.image_slider_main_cat{margin-top:45px}.covering_main_div .icon-box-area{margin-top:30px}.vinylboden_inner_main h2,.vinylboden_inner_main h3{font-size:22px!important;line-height:26.63px}.vinylboden_inner_main p{line-height:18px!important;font-size:12px!important}.ipad_search_comp{display:none}.telephone_advice_section .telephone_advice_external_info span{display:block}.telephone_advice_section .telephone_advice_external_info{max-width:300px;margin:0;color:#1a1a1a;line-height:16.41px;text-align:center;font-size:14px}.advice_section_social_main{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.mobile_menu_bar button p{font-size:8px!important;font-weight:500!important}.mobile-menu-trigger svg{width:24px;height:24px}.covering_main_div .main_category_images .row .col-lg-4{flex:0 0 50%;max-width:50%}.steper_main #RFS-Label{display:none}}@media screen and (max-width:767px) and (min-width:576px){.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{width:120px}.product_count_sort_item .item_count h5{font-size:10px!important;line-height:12.1px}.steper_main .backarrow_steper svg,.steper_main .nextarrow_steper svg{width:22px}.fil_img{height:120px}.hideshow_sec .closes_btn{margin-top:0!important;top:-15px!important}body .hideshow_sec h3{font-size:16px!important;color:#787878;line-height:19.36px}.vinylboden_main_inner .pagination_product{margin-bottom:0;align-items:center}.vinylboden_main_inner .pagination_product ul{max-width:100%;justify-content:center}.hideshow_sec .open_steps_btn,.product_filter_cat{padding:13px 0!important;font-size:11px!important;min-width:160.51px;border-radius:50px}.product_filter_cat{margin-top:0}.product_filter_main{padding-top:0!important}h3.product_filter_count{display:none!important}.sub_category_head_inner p,.sub_category_head_inner span{font-size:12px;line-height:18px}.vinylboden_main_inner h1,.vinylboden_main_inner h2{font-size:22px!important;line-height:26.63px}.sub_category_shop_tag{margin-bottom:20px}.shop_tag_toggle{max-width:235px;margin:auto;grid-gap:0;gap:0;padding:10px 0}.shop_tag_toggle p{font-size:10px;line-height:12.1px}.shop_tag_toggle img{width:17px}.breadcrumb .back_list_item{margin-right:0}.image_slider_main_cat{margin-top:45px}.covering_main_div .icon-box-area{margin-top:30px}.vinylboden_inner_main h2,.vinylboden_inner_main h3{font-size:22px!important;line-height:26.63px}.vinylboden_inner_main p{line-height:18px!important;font-size:12px!important}.ipad_search_comp{display:none}.telephone_advice_section .telephone_advice_external_info{max-width:300px;margin:25px auto 5px;color:#664933;line-height:16.41px;text-align:center}.advice_section_social_main{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.advice_section_content{text-align:center}.mobile_menu_bar button p{font-size:8px!important}.mobile-menu-trigger svg{width:24px;height:24px}.covering_main_div .main_category_images .row .col-lg-4{flex:0 0 50%;max-width:50%}.top_footer_check ul li:first-child,.top_footer_check ul li:nth-child(2),.top_footer_check ul li:nth-child(4){display:none}.steper_main .StepContainer-0-2-2:has(.StepButton-0-2-4.activeClass).StepContainer-0-2-2 #RFS-Label{display:block}.steper_main #RFS-Label{display:none}.steper_main .StepContainer-0-2-2:first-child{width:-moz-fit-content!important;width:fit-content!important}.steper_main .StepperContainer-0-2-1{grid-gap:8px!important;gap:8px!important;display:flex!important}}@media screen and (max-width:768px) and (min-width:576px){.mobile_product_content{margin-top:110px;border-bottom:0}.vinylboden_main_inner .category_tabs{margin-top:15px!important}.image_slider_main_cat{margin-top:45px}.banner_two_area .row .col-lg-4:last-child{flex:0 0 100%;max-width:100%}.checkout_stepers .StepContainer-0-2-2:before{left:0!important;min-width:70%!important}.wishlist-content .wishlist_header h1{font-size:23px!important}.wishlist-content .row .col-lg-3{max-width:33%}.wishlist-content .row .col-lg-9{max-width:67%}.wish_pro_img{height:145px!important}.wishlist-content .wish_pro_details{margin-top:0!important}.wishlist-content .mb-5.row:last-child{border:none;padding-bottom:0}.wishlist-content .other_details.product-content__sort-info{margin:20px 0 25px}.footer-payment{grid-gap:10px!important;gap:10px!important}.footer-payment li{margin-left:0;margin-right:0}}@media screen and (max-width:575px) and (min-width:490px){.checkout_stepers .StepContainer-0-2-2:before{left:0!important;min-width:60%!important}}@media screen and (max-width:991px) and (min-width:577px){.desktop_product_main_details{display:none}}@media screen and (max-width:991px) and (min-width:769px){.product_slug_detail .row .col-lg-4{margin-top:20px}.covering_main_div .col-md-6{max-width:33.333%;flex:0 0 33.333%}.sub_category_comp .vinylboden_main_inner .row .col-xl-3{flex:0 0 33%;max-width:33%}}@media screen and (max-width:950px) and (min-width:768px){.lg-start-zoom.lg-outer .lg-img-wrap{padding:95px 5px!important}}@media (device-width:1024px) and (device-height:768px) and (orientation:landscape){.cart_box_value_inner .cart_val_price:first-child span{max-width:126px;min-width:126px}.cart_box_value_inner .cart_val_price:last-child span{max-width:140px;min-width:140px}.product-content{padding:15px 12px 25px}.product-content .product_quantity_main{padding:25px 10px}.measurement_qty_field .qty_field input{max-width:90px}.product-content .measurement_qty_field{grid-gap:5px;gap:5px}.product-basic-page .product-content .delivery_approx p{font-size:14px;line-height:17.15px}.product-basic-page .product-content .cart_btn button{font-size:18px;line-height:21.44px}.payment_method_inner{padding:30px 0 80px}.footer_payment_method .bodenio_fav_logo{top:10px}.customer_reviews_listing .customer_message{padding-bottom:3px}.banner_section_two_background{height:290px!important}.main-section-top-category .category-slider-nav .swiper-button-next{right:0}.main-section-top-category .category-slider-nav .swiper-button-prev{left:0}.customer_reviews_listing .review_status p{font-size:18px;line-height:20.44px}}@media screen and (max-width:1023px) and (min-width:768px){.main_title_icon_box{font-size:18px!important;line-height:normal!important}.main_title_big_image,.main_title_small_image{font-size:22px!important;line-height:24.36px;display:block!important}.main_title_content{font-size:24px!important}.brand_detial_product_grid.offer_product_grid{margin-top:0}.brand_detail_content_wrapper .brand_detial_top .title_image{height:250px}.brand_detail_content_wrapper.offer_wrapper .offer_wrapper_title p{font-size:32px}body .blog-post-content p{font-size:14px!important;line-height:25px!important}body .blog-post-content-list .blog-post-content h4{font-size:22px!important;line-height:25px!important}.contact_us_main .contact_from_groups .custom_checkbox_container{font-size:11px!important;line-height:12.99px}.newsletter_section_main h1{font-size:28px!important}.zahlungcontent_main_content p{font-size:14px!important;line-height:25px!important}body .servicecenter_comps .service_center_box_head h3{font-size:22px!important}.cart_content_header_loader .cart_check_content_loader .react-loading-skeleton,.cart_loader_content_wrapper .cart_loader_bottom .react-loading-skeleton{width:100%!important}.top_announcement_bar .top_announcement_bar_inner .marquee{width:90%}.top_announcement_bar .top_announcement_bar_inner .marquee p{animation:marquee-tablet 20s linear infinite}.checkout_information_form .abandoned_cart_email .custom_radio_container{padding-top:5px}.purchase_advisor_header .purchase_advisor_filter_heading{margin-top:25px;margin-bottom:35px}.purchase_advisor_popup .steper_main_arrow_btn button svg{width:22px}.purchase_advisor_popup .steper_main .backarrow_main{left:0}.purchase_advisor_popup .steper_main .nextarrow_main{right:0}.purchase_advisor_popup .steper_main .StepContainer-0-2-2:before{left:62%;width:85%}.purchase_advisor_popup .steper_main .StepperContainer-0-2-1{max-width:100%}.category_purchase_advisor_filter .steper_image_main_area{max-width:210px;min-width:210px}.purchase_advisor_popup .modal-dialog{max-width:95%!important;min-width:95%!important}.steper_comp .category_purchase_advisor_filter{grid-gap:22px;gap:22px}.advantages_order_checkout .title:after,.advantages_order_checkout .title:before{width:125px}.dropdown_order_view .advantages_order_checkout{max-width:75%;min-width:75%;margin:35px auto auto}.product-tab-navigation .sortContainerLoader .react-loading-skeleton{width:100%!important}.m_menu_drawer.announcement_active{top:105px!important}.bottom-header.bottom-header-announcement .bottom-header_menu_wrapeer{padding-top:15px}.bottom-header.bottom-header-announcement{padding-top:0!important}.category_filters_wrapper .selected_filters_loader{margin-top:0}.vinylboden_main_inner .category_tabs .product_count_sort_item{justify-content:space-between;flex-direction:row-reverse}.bottom-header-announcement .top_announcement_bar .container{padding-left:15px;padding-right:15px}.bodenio_newsletter_section.bodenio_newsletter_product_detail{margin-top:41px}.home_hero_slider_loader .react-loading-skeleton{height:100vh!important}.home_content_loader.home_special_category_loader .react-loading-skeleton,.home_content_loader.home_sub_category_loader .react-loading-skeleton{height:220px!important}.home_category_loader .react-loading-skeleton{height:243px!important}.newsletter_main_page .bodenio_newsletter_section .newsletter_section_inner{margin-left:0!important}.bodenio_newsletter_desktop .newsletter_content_body .title{font-size:24px}.bodenio_newsletter_desktop .newsletter_content_body .description{font-size:16px;font-weight:400}.bodenio_newsletter_desktop .newsletter-form-group .floating-label{font-weight:500;color:#1a1a1a;font-size:16px!important}.bodenio_newsletter_section .newsletter-form-group .floating-label-focused{font-size:12px!important}.icon-box-area .service-icon-box-content .icon-box-content h4{font-size:18px!important}.icon-box-area .service-icon-box-content .icon-box-content p{font-weight:400}.review_site_rating .for_customer_msg p{font-size:24px}.brand-logo-area .section-title h2,.top_category_slider_section h3,body .banner_section_two h2{font-size:24px!important}.home_middle_section .middle_title{font-size:24px}.middle_body .service-center-listing-breadcrumb .dynamic-breadcrumbs-section{padding-top:20px}.discover_grid_box_main .discover_grid_box_title{bottom:30px;left:25px}.discover_grid_box_main{width:31.33333333333333%}.brand_detial_product_grid{grid-gap:22px;gap:22px}.middle_body.brands_detail_body{padding-bottom:35px}.discover_grid_box_main .discover_grid_box_title p{font-size:25px;line-height:31.31px}.discover_grid_box{height:245px}.brand_detail_content_wrapper .brand_detial_max{min-width:100%;max-width:100%}.newsletter_main_page .bodenio_newsletter_desktop .newsletter_content_body .title{font-size:36px!important;line-height:43.57px!important}.newsletter_main_page .bodenio_newsletter_desktop .newsletter_content_body .description{font-size:20px!important;line-height:25px!important}.newsletter_main_page .bodenio_newsletter_section .newsletter_section_inner{margin-left:15px;max-width:600px;min-width:600px}.bodenio_newsletter_section.bodenio_newsletter_desktop{padding:unset}.bodenio_newsletter_section.bodenio_newsletter_desktop:before{width:100%}.categories_filter_main .showmore_filter_option{padding-left:15px}.selected_filters_listing .removed_selected_filters{margin-top:12px}.sub_category_comp .col-lg-3{flex:0 0 40%;max-width:40%}.category_filters_wrapper .selected_filters_listing{padding:0;border:0;margin-bottom:30px;margin-top:0}.category_filters_wrapper{border-top:0;margin-bottom:35px;margin-top:0}.sub_category_comp .row .col-lg-3 .menu_sidebar_content{display:none!important}.category_filters_wrapper .categories_filter_main{display:none}.category_filter_drawer .category_filters_wrapper .categories_filter_main{display:block}.category_name_section_two.subcategory_name h4{font-size:22px!important}.product_detail_review_section{margin-bottom:-40px}.category_dropdown .dropdown_title{max-width:165px;min-width:165px}.category_dropdown .dropdown_title p{font-size:17px}.category_dropdown button{font-size:17px;grid-gap:5px;gap:5px}.category_dropdown_main{padding:40px 0}.category_dropdown_main .category_dropdown{margin:0}.link_product_information .link_product_brand{position:absolute;top:15px;right:15px}.product_measurement_addtocart .link_product_addtocart{font-size:15px;width:160px}.measurement_quantity_main .measurement_qty_field .qty_field input{max-width:125px}.link_product_information .link_product_content .product_sku,.link_product_information .link_product_content .product_sort_info{margin-top:20px}.tab_link_products .measurement_quantity_main{margin-top:25px}.tab_link_products_wrapper .tab_link_products{position:unset}.link_product_grid .link_product_information{grid-gap:12px;gap:12px;flex-direction:column;position:relative}.link_product_information .link_product_image{max-width:100%;min-width:100%;height:225px}.category_multi_tabs{grid-gap:35px;gap:35px}.product_detail_accordions_section .product_telephone_advice_main{margin-top:0}.product_detail_accordions_section .row .col-lg-6{width:50%}.product_detail_accordions_section .product_detail_telephone_advice{max-width:100%;min-width:100%}.category_filters_listing .title{margin-bottom:12px}.category_filter_drawer .filter_checked .custom_radio_container{padding-top:3px}.single_product_gallery .arrow_mobile_image_wrapper .gallery_move{border:1px solid #000;width:35px;height:35px}.single_product_gallery .arrow_mobile_image_wrapper .gallery_move img{filter:brightness(0);width:12px;height:12px}.product-small-image-wrapper .gallery_move{display:none}.product-large-gallery-wrapper .product-small-image-wrapper .avatar-item{width:98px;height:98px}.product-large-gallery-wrapper .product-small-image-wrapper{flex:0 0 16.6666666667%;max-width:16.6666666667%;max-height:370px;overflow:auto;scrollbar-width:none}.product-large-gallery-wrapper .product-small-image-wrapper::-webkit-scrollbar{display:none}.product-large-gallery-wrapper .product-large-image-wrapper{max-width:83.3333333333%;flex:0 0 83.3333333333%}.product-large-gallery-wrapper .pro_thum_img{flex-direction:column;transform:translateX(0)!important}.product-large-gallery-wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between}.payment_method_inner{padding:30px 0 70px}.bottom-header .menu_wrapeer{padding:0}.footer_brand .footer_icon_barnd{grid-gap:75px;gap:75px}.category_name_section_two{bottom:25px;left:30px}.category_name_section_two h4{font-size:22px!important;line-height:24.36px}.show_country:hover .shipping-country-switcher{display:none}.filter_category_drawer.active{width:400px!important}.category_filter_drawer .head_section{height:35px}.category_filter_drawer .head_section p{font-size:14px;line-height:16.06px}.category_filter_drawer .head_section .close_filter_drawer{width:22px;height:22px}.category_filter_drawer .head_section .close_filter_drawer img{width:10.11px;height:10.11px}.show_filter_modal .show_filter_header{height:45px}.show_filter_modal .show_filter_header p{font-size:14px;line-height:16.06px}.show_filter_modal .show_filter_header .close_filter_modal{width:25px;height:25px}.show_filter_modal .show_filter_header .close_filter_modal img{width:11.11px}.show_filter_modal .modal-dialog{max-width:380px!important;min-width:380px}.show_mobile_category_filter{display:flex;align-items:center;grid-gap:8px;gap:8px;width:-moz-fit-content;width:fit-content}.show_mobile_category_filter p{font-size:14px;line-height:16.41px;color:#1a1a1a;font-weight:600!important}.link_products_wrapper .link_product_slider_grid .equipment_name{color:#1a1a1a;font-weight:500;background-color:#f3f3f0;height:35px;display:flex;align-items:center;justify-content:center}.link_products_wrapper .link_products_head{max-width:350px;margin:70px auto 35px}.link_products_wrapper .link_product_slider_grid img{height:215px;width:100%}.product_slug_detail{padding-top:0!important}.download_product_content .download_section_inner p{width:-moz-fit-content;width:fit-content}.product_telephone_advice_main{justify-content:center;margin-top:80px}.product_detail_tablet h1{font-size:26px!important;line-height:28.75px;color:#1a1a1a;font-weight:600!important;margin-bottom:0;max-width:600px}.product_detail_tablet .star-container{margin-top:-5px}.product_detail_tablet .star-container svg{width:25px!important;height:25px!important}.product_detail_tablet .product_detail_rating{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-top:10px}.product_detail_tablet .product_detail_rating .total_count{font-size:17px;color:#1a1a1a;font-weight:700}.tablet_gallery_sec .arrow_sec .right_move{right:15px}.tablet_gallery_sec .arrow_sec .left_move{left:15px}.tablet_gallery_sec .arrow_sec img{display:block;width:18px;height:18px}.tablet_gallery_sec .arrow_sec .arrow_move{border:1px solid #1a1a1a;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50px}.tablet_gallery_sec .arrow_sec .arrow_move img{filter:brightness(0)}.tablet_gallery_sec .arrow_sec{z-index:999}.bodenio_newsletter_section{height:353px!important}.advice_section_inner .service_image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.advice_section_inner .service_image{width:100%;height:305px}.advice_section_content p{font-size:20px;line-height:27.09px;margin-bottom:5px}.brand-logo-area .section-title h2{margin-bottom:20px}.review_main_wrapper{margin-top:40px}.review_main_wrapper .review_site_rating{grid-gap:30px;gap:30px;flex-direction:column-reverse}.main-section-top-category .category-slider-nav .swiper-button-next{right:0}.main-section-top-category .category-slider-nav .swiper-button-prev{left:0}.shipping-country-switcher .content ul{flex-direction:column;grid-gap:unset!important;gap:unset!important}.shipping-country-switcher .content ul li{width:100%}.mobile_menu_icons .header-icons-inner .mobile_search_icon{display:none}.mobile_menu_icons .country_flag{height:25px;width:25px;background-repeat:no-repeat;background-size:cover;border-radius:50px}.mobile_menu_icons .header-icons-inner{align-items:center}.header_mobile_menu .mobile_search_comp input.form-control{border:1px solid #bababa!important;border-radius:5px!important;height:42px!important}.menu_wrapeer .header_mobile_menu{width:100%;display:flex;align-items:center;justify-content:space-between}.bottom-header .menu_wrapeer{border:0}header.header-wrap.header-with-topbar{display:none}.bodenio_newsletter_section .newsletter_section_inner{margin-left:15px!important}.hero-slider__content-wrapper .hero_slider_last_btn a{max-width:252px;font-size:16px;font-weight:500}.hero-slider__content-wrapper .hero_slider_title .title{font-size:42px;line-height:20px}.hero_slider_parent .swiper-pagination{display:none}.hero-slider.hero_slider_parent{margin-top:-70px}.top_category_slider_section{margin-top:70px}.hero_slider_parent .hero-slider__slide img{min-height:768px!important;max-height:768px;-o-object-fit:cover;object-fit:cover}.hero-slider__content-wrapper .hero-slider__slider_buttons2{margin-left:50px}.brand_icon_box_area .swiper-wrapper{justify-content:unset}.top_category_slider_section .swiper-pagination{display:block}.cart_box_value_inner .cart_val_price span{max-width:150px;min-width:150px}.cart_list_items .cart_action_icons .whish_product_action{width:27px;height:27px}.checkout_content_body .checkout_content_steps .inner_row.row .inner_row_col .checkout_steps_footer{padding:15px 0 25px}.cart_payment_area p{font-size:12.53px!important;line-height:15.16px!important}.product_cart_main .cart_product_name{min-width:100%;max-width:100%}.product_cart_page .free_product_list{margin-left:0}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .small_device_order_view{display:none}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .container{padding-right:15px;padding-left:15px}.small_device_order_view .open_cart_order .arrow{width:10px}.checkout_addto_cart_view .checkout_cart_info .cart_info_inner .description{font-size:12px;line-height:14.52px}.product_cart_box_section .product_cart_page:first-child{margin-top:20px!important}.product_cart_box_section .product_cart_page{margin-top:45px}.cart-item-banner{min-width:395px}.checkout_order_divider{margin:40px auto 0}.cart_box_value_inner .paypal_botton_txt p{font-size:9.4px;line-height:11.37px!important}.product_cart_main .cart_list_items{grid-gap:0;gap:0}.cart_box_main_section{padding-top:0}.product_cart_box_section .product_cart_page:after{width:100%}.cart_box_main_section .product_cart_main{min-height:350px;max-height:-moz-fit-content;max-height:fit-content}.kasse_content_body:has(.checkout_final_response_content).kasse_content_body .container .checkout_steps_footer{left:50%!important;transform:translateX(-50%)}button.paypal_custom_button{width:484px}.steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout{grid-gap:8px;gap:8px}.dropdown_order_view .checkout_addto_cart_view_inner{max-width:75%;min-width:75%;margin:auto}.dropdown_order_view .checkout_addto_cart_view{padding:35px 0}.checkout_steps_footer{width:75%;margin:auto}.kasse_content_body:has(.checkout_content_body_wrapper).kasse_content_body .container .inner_row_col{padding-right:unset;padding-left:unset;flex:0 0 100%;max-width:100%}.checkout_response_content .response_order_number{margin-bottom:1.5rem}.kasse_content_body{padding:0!important}.steps_breadcrumbs_wrapper .steps_breadcrumbs_checkout{margin-top:0}.kasse_content_body:has(.checkout_content_body).kasse_content_body .inner_row.row{min-height:100vh}.checkout_table_content .table_content .table_content_info .table_paymet_method{max-width:300px;min-width:300px}.checkout_table_content .table_content .checkout_payment{font-size:14px}.checkout_steps_footer .footer_content_list ul{grid-gap:25px;gap:25px}.billing_shipping_wrapper{margin-top:35px}.select_payment_method .grid_methods .custom_radio_container .checkmark:after{height:13px!important;width:13px!important;left:2px!important;top:3px!important}.select_payment_method .custom_radio_container .checkmark{height:19px;width:19px}.checkout_information_form form .row .col-lg-6:last-child{display:block!important}.checkout_delivery_address_fields{margin-top:25px}.checkout_information .express_checkout{grid-gap:7px;gap:7px}.checkout_information .checkout_paypal_informations{width:484px}.checkout_headerlogo .bodenio_logo img{width:209px;max-width:209px}.checkout_check_order,.checkout_information,.checkout_payment_method,.checkout_shipment_address{margin-top:60px}.checkout_check_order,.checkout_payment_method,.checkout_shipment_address{margin-top:30px}.checkout_content_body_wrapper .checkout_steps_section{max-width:75%;min-width:75%;margin:auto}.checkout_steps_breadcrumbs_wrapper{margin-top:32px}.checkout_content_body .checkout_content_steps .row .col-lg-6:last-child{display:none}.lg-start-zoom .lg-toolbar.lg-group{background-color:transparent!important;top:30px}.lg-start-zoom.lg-outer .lg-img-wrap{padding:50px 5px}.delivery-form-group.form-group.row .col-lg-6{flex:0 0 50%;max-width:50%}.top_category_slider_section .product-grid .product-grid__image img{height:100%}.header_top_two .trusted_shops_txt{font-size:16px!important;line-height:18.75px;color:#787878;margin:0}.product_slug_description ul{line-height:7px;margin-top:-20px}.product_slug_description ul li{line-height:20px}.product_search_filter .product-grid .product-grid__image,.sub_category_comp .product-grid .product-grid__image,.top_category_slider_section .product-grid .product-grid__image{height:200px}.product_search_filter .product-grid .product-grid__image img,.sub_category_comp .product-grid .product-grid__image img,s .top_category_slider_section .product-grid .product-grid__image img{height:100%}.brand_icon_box_area .react-multi-carousel-list{justify-content:unset}.single-post.single_post_detail .author-name{line-height:19.36px!important}body .m_menu_drawer{top:70px!important}.bottom-header.light-skin,header.header-wrap.header-with-topbar{position:sticky;top:0}.product_dundel_main_detail .bundle_product_image{width:75px;height:75px}.bundel_content_toggle .bundel_product_table_data{max-width:100%;min-width:100%}.bubdal_product .row .col-md-7{margin:auto;flex:0 0 70%;max-width:70%}.bundle_product_data .prodict_bundel_item_number{font-size:15px}.bundel_dropdown_content_inner{margin-top:10px}.product_dundel_main_detail{padding-left:0!important;padding-right:0!important}.bundle_product_data h3{margin:7px 0!important;font-size:20px!important}.blog_listing_page .all_blogs_content .row .col-md-6:last-child,.blog_listing_page .all_blogs_content .row .col-md-6:nth-last-child(2){margin-bottom:0}.offer_head_inner{max-width:650px;margin:0 auto}.product_cart_page .addtocart_plus_minus{align-items:center}.service_accordion_main .row .col-md-6{margin-bottom:40px!important}.service_accordion_main .service_box .service_box_main{bottom:35px}.contact_from_groups{width:100%}.contact_us_content p{font-size:9.08px;margin-top:15px;line-height:10.99px;max-width:328px}.contact_us_content h1{font-size:21.19px!important;line-height:25.65px}.contact_us_content h2{font-size:15.14px!important;line-height:18.32px}.sidebar_sub_cats_link{margin:20px 0 35px}.middle_body{padding:70px 0}.breadcrumb-section{margin-top:-15px}.middle_body:has(.main_category_comp).middle_body{padding-top:70px}.steper_main .steper_main_arrow_btn button{margin-top:0}.newsletter_main_page .sidebar_sub_cats_link{margin:20px auto 25px;max-width:85%;min-width:85%}.newsletter_breadcrumb .breadcrumb-section{padding:4px 0 20px}.newsletter_main_page .row .col-lg-3{display:none}.newsletter_main_page .row .col-lg-9{flex:0 0 85%!important;max-width:85%!important;margin:auto}.my-account-content .row .col-lg-10 .sidebar_sub_cats_link{margin-bottom:40px}.my-account-content .row .col-lg-9,.my-account-content .row .col-lg-10{flex:0 0 85%!important;max-width:85%!important;margin:auto}.my-account-content .sidebar_sub_cats_link{margin-top:0}.breadcrumb-section{padding:0 0 30px}.service_inner_content.undefined p{font-size:12.08px;line-height:14.62px}.middle_body:has(.service-center-listing-breadcrumb).middle_body .servicecenter_comps .row .col-md-8{flex:0 0 100%;max-width:100%}.customers_orders_data_info:last-child .order_detail .customer_order_detail{margin-top:0}.register_text ul li{text-indent:0}.login_registration_row .col-lg-6:first-child{padding-right:15px}.login_registration_row .col-lg-6:last-child{padding-left:15px}.middle_body:has(.service-center-listing-breadcrumb).middle_body .breadcrumb-section{padding-bottom:25px!important;margin-top:-30px}.middle_body:has(.service-center-listing-breadcrumb).middle_body .service_center_head{padding:0 0 30px}.middle_body:has(.service-center-listing-breadcrumb).middle_body{padding:0}.middle_body:has(.service-center-listing-breadcrumb).middle_body .service-center-listing-breadcrumb{padding-top:25px}.top_category_slider_section .category_tabs .next_slide{right:0}.top_category_slider_section .category_tabs .previous_slide{left:0}p.cart_value_total{font-size:12.53px!important}p.cart_value_price{font-size:15.66px!important}p.total_price_tag{font-size:9.4px!important}.cart_paypal_info p{font-size:9.9px}.bodenio_our_brands_listing .row .col-md-3{flex:0 0 33.3333333333%;max-width:33.3333333333%}.blog-content .row .col-md-8{flex:0 0 85%;max-width:85%;margin:auto}.klickVinylboden_comp.individual-offer .row .offset-md-2{margin:0}.individua_offer_head{margin-top:-50px}.individua_offer_head .offer_head_inner .offer_content h4{font-size:17px!important;line-height:24.2px}.individua_offer_head .offer_head_inner .offer_content h1{font-size:22px!important;line-height:24px}.individua_offer_head .offer_head_inner .offer_content{max-width:350px}.registration_footer .custom_checkbox_container{font-size:9.08px!important;line-height:10.99px}.customers_orders_inner{margin-top:40px}.myaccount_overview_head{margin-bottom:45px!important;margin-top:30px}.justify-content-center.login_registration_row .col-lg-6:last-child .login-wrap.registration{padding:25px 40px 45px!important}.service_center_contact_info{margin-bottom:0}.service_center_contact_info .service_center_contact_inner a{font-size:14px}.service_center_bottom_inner h2{font-size:22px!important;line-height:26.63px}.head_inner_content .head_content{max-width:420px}.service_center_head_inner .row .offset-md-1{flex:0 0 90%;max-width:90%;margin:auto}.service_center_head_inner .head_inner_content p{font-size:14px!important;line-height:25px!important}.head_inner_content h3{font-size:28px!important}.accordion_main.zahlung_accordion{max-width:100%}.servicecenter_external .zahlungcontent_main_content p{font-size:14px;line-height:25px}.service_accordion_main .service_box{padding:30px 30px 20px}.servicecenter_main .service_box .box_heading p{margin:0;font-size:12px}.service_box ul li span{padding-left:20px;color:#1a1a1a!important;font-size:13px}.muster_box_row_section .image{width:305px!important}.lieferung_head_banner p{font-size:13px;padding:0 53px;line-height:18px}.zahlungcontent_main_content .accordion_main .accordion__button:before{border-bottom:1px solid #1a1a1a!important;border-right:1px solid #1a1a1a!important}.bottom-header.light-skin{z-index:9999}.middle_header_div .header_top_two h5{font-size:16px!important;line-height:18.75px;color:#787878}.header_top_two h5{margin-bottom:0}.single_product_mobile_head{margin-bottom:0!important}.single_product_mobile_head .product_main_details .img_pro img{width:95px!important;aspect-ratio:3/3;-o-object-fit:contain;object-fit:contain}body .payment_method_icon.footer-payment p{font-size:14px!important}.sub_category_shop_tag svg{width:16px}.shop_tag_toggle{margin-bottom:20px;padding:16px 0}.sidebar_sub_cats_link.product-filter-active{margin:28px 0 -20px}.product-tab-navigation{margin-bottom:30px!important}.product-tab-navigation,.vinylboden_main_inner .category_tabs{margin-top:20px!important}.multiselect_checkbox_container{font-size:14px!important}.product-grid span.on-sale{font-size:12px;margin-top:5px;padding:2px 9px}.sub-category-tags{top:44px;font-size:12px;padding:2px 11px}.product_filter_cat svg:last-child{display:none}.category_tabs .inner_prod.product-grid .product-price .price{font-size:18px;line-height:21.78px}.category_tabs .inner_prod.product-grid .product-detail p,.category_tabs .inner_prod.product-grid .product-price .del_p{font-size:12px;line-height:14.52px}.sub_category_head_inner p{font-size:14px;line-height:25px}.sub_category_comp .sub_category_shop_tag p{font-size:12px;line-height:14.52px}.sub_category_comp .sub_category_shop_tag img{width:20px}.covering_main_div{margin-top:25px}.main_category_images_ipad{margin:15px 0 20px}.category_images_section_ipad .category_image{height:243.33px}.covering_main_div h1{font-size:28px!important;line-height:33.89px}.main_category_images_ipad .row .col-md-4{margin-bottom:50px}.dynamic-breadcrumbs-section{margin-top:0}.main_category_comp .vinylboden_inner_main{margin-top:40px}.image_slider_main_cat .slider_action_arrow{top:45%}.icon-box-area{padding:45px 0 40px}.icon-box-area .icon-box{padding-bottom:0}.magzine_content .blog-post-content{padding:10px 14px 70px}.blog_listing_page .all_blogs_content .row .col-md-6{margin-bottom:0}.blog_listing_page .all_blogs_content .row{grid-row-gap:30px;row-gap:30px}.contact_us_content p{font-size:14px!important;line-height:25px!important;max-width:390px}.contact_us_content h2{font-size:22px!important;line-height:42.19px}.contact_us_content h1{font-size:28px!important}.service_center_bottom_inner h4{font-size:18px!important}.blog-post-content-list{height:100%}.bodenio_newsletter_section .newsletter_head.bottom p{max-width:615px;line-height:16.94px;font-size:14px}.bodenio_newsletter_section .newsletter_head p{max-width:365px;margin:auto;color:#787878;line-height:16.94px;font-size:14px}.bodenio_newsletter_section .newsletter_head.bottom{margin-top:50px}.home_txt_section p{line-height:22px!important;max-width:520px!important}.icon-box__icon{width:40px}.service_center_image{justify-content:center;height:100%}.all_blogs_content.blog-list-content .row .col-md-6 .blog-post-content-list{position:relative}.blog-post-content-inner{position:unset}.blog-post-content{padding:10px 0 70px}.blog-post-content-inner .blog-post-image-section{min-width:100%;max-width:100%}.bottom-header.light-skin{border-top:0}.middle-header{padding:10px 0;background-color:#f5f5f5}.header_middle_right span{display:none}.bottom-header .mobile_head_icon img{width:30px!important;height:30px}.icon_menu ul.header-icons{grid-gap:18px!important;gap:18px!important}.mobile_menu_bar button{display:flex;align-items:flex-start;grid-gap:0;gap:0;flex-direction:column}.icon-box-area .no-gutters .col-lg-4{width:75%}.category_name_section_two p,.middle-header .navbar-brand img{display:none}.header_mobile_menu .mobile_bodenio_logo img{width:160px}.mobile_menu_bar button p{line-height:12px;font-size:8px;font-weight:300!important;text-transform:uppercase;text-align:center;width:100%;color:#787878}.mobile_menu_bar button svg{width:25px;height:25px}.banner_area_single_banner .row .col-lg-2{flex:0 0 33.3333333333%;max-width:33.3333333333%}.top_category_slider_section .category_tabs .slider_action_arrow{top:45%;transform:translateY(-50%)}.head_inner_content{grid-gap:20px;gap:20px}.blog-post-content-main{max-width:345px;padding:0}.blog_listing_page .row .col-md-8{flex:0 0 100%;max-width:100%}.blog_listing_page .row .col-md-8 .blog-post-content{padding:10px 15px 70px}.contact_us_main .row .col-lg-3{display:none}.contact_us_main .row .col-lg-9{flex:0 0 85%;max-width:85%;margin:auto}.zahlungcontent_main_content .accordion_content{margin-top:35px!important}.servicecenter_comps .sidebar_sub_cats_link.d-lg-none{margin-top:0;margin-bottom:30px}.servicecenter_comps .row .col-lg-3{display:none}.servicecenter_comps .row .col-md-8{flex:0 0 85%;max-width:85%;margin:auto}.Servicecenter_accordion_link{padding:20px 29px;border:1px solid #33333333;margin-bottom:35px;border-radius:50px}.service_center_breadcrumb_section .breadcrumb-section{padding:4px 15px 50px}.customer_account .row .col-lg-3{display:none!important}.customer_account .row .col-lg-9{flex:0 0 100%;max-width:100%}.review_select_public_inner img{border-radius:50%;aspect-ratio:3/2;-o-object-fit:contain;object-fit:contain;min-width:80px}.register_text span{font-size:14px!important;font-weight:400!important}.checkout_value_sidebar .paymet_value_price{font-size:15.66px;line-height:18.95px}.checkout_value_sidebar .paymet_value_tag{font-size:9.4px;line-height:11.37px}.cart_val_price{font-weight:400!important;line-height:15.16px!important;font-size:12.53px!important}.ubersicht_content_inner .cuetomer_order_card_info h4{font-size:14.11px!important;line-height:17.07px}body .ubersicht_content_inner h2{font-weight:400!important;font-size:22px!important}.custom_checkbox_container.custom_payment_option_container .checkmark{top:3px}.newletter_top_tag_section{right:0!important;top:-20px!important}.cart-value-paymrnt{grid-gap:2px!important;gap:2px!important;max-width:168px!important}body .cart_box_main_section .row .col-lg-8{flex:0 0 55%!important;max-width:55%!important}.cart_box_main_section .row .col-lg-4{flex:0 0 45%!important;max-width:45%!important}.voucher_submit_btn{max-width:320px!important}.bottom_cart_item_price p{font-size:10.26px!important;line-height:12.41px;margin-bottom:0!important}.cart_action_icons svg{margin:0!important;width:27px!important;height:27px!important;padding:6px 0!important}.cart_action_icons{display:flex;align-items:center;grid-gap:5px;gap:5px;margin-left:6px}.addtocart_plus_minus input{font-size:13px!important;max-width:50px!important}.addtocart_plus_minus{max-width:165px!important;padding:5px 14px 5px 7px!important}.product_cart_main .row .col-lg-9 .accessories_btn{display:none}body .cart_number{font-size:10.26px!important;line-height:12.41px}.download_section{text-align:center;margin-bottom:0;margin-top:20px}.download_section_inner .download_inner_head,.technische_table_content h3{font-size:22px!important;line-height:25.78px;margin-bottom:7px!important}.technische_table_content h3{margin-top:0!important}.technische_content_main .row .offset-md-3{margin-left:0}.technische_content_main .row .col-md-6{margin:auto;flex:0 0 70%;max-width:670%!important}.technische_content_main .table-responsive td,.technische_content_main .table-responsive td strong{font-size:14px;line-height:16.41px}.product_slug_description{font-size:14px;line-height:25px}body .product_detail_inner_content h3{font-size:22px!important;line-height:25.78px;margin-top:10px!important;margin-bottom:12px}body .product_detail_inner_content h2{font-size:28px!important;line-height:32.81px!important}.category_box_img{border-radius:5px;width:55px;height:55px}body .category_tabs_box_content .single_product_content p{font-size:13px!important;font-weight:400;line-height:15.23px}.category_box_content{width:100%;position:relative;flex:1 1}body .product-tab-area h2{margin-bottom:25px;font-size:28px!important;line-height:32.81px}.return_installment{display:none}.product-basic-page .product_main_details .technical_specifications{margin-bottom:0}.desktop_imagegallery_bottom .mobile_imagegallery_bottom_inner{margin-bottom:25px!important}.product_cart_detail .package_price:first-child{margin-bottom:15px}.product-basic-page .product-content .package_price p,.product-basic-page .product-content .price_1 p{font-size:13px!important;line-height:15.23px}.product-content__sort-info ul li{font-size:16px!important;line-height:18.75px;padding-top:7px}.tablet_gallery_sec .row{align-items:flex-start}.hideshow_sec .bodenio_theme_btn.open_steps_btn{grid-gap:10px;gap:10px}.pagination_product{align-items:center!important}.steper_main{margin:25px 0 0}.hideshow_sec .bodenio_theme_btn.closes_btn{margin-top:0}.hideshow_sec .steper_comp ul li{flex-basis:30%!important}.product_count_sort_item .item_count h5{font-size:12px!important;line-height:14.52px}span.product_count_value{display:none}.hideshow_sec .open_steps_btn{font-size:12px;line-height:14.52px;padding:12px 19px!important;border-radius:50px}body .product_filter_cat{font-size:14px;line-height:16.94px;padding:10px 17px!important;border-radius:50px;width:-moz-fit-content!important;width:fit-content!important}.category_tabs .inner_prod.product-grid .product-detail{margin-top:20px;margin-bottom:12px}body .sub_category_comp .vinylboden_main_inner .row .col-md-6{flex:0 0 33.3333333333%!important;max-width:33.3333333333%!important;margin-bottom:30px}.sub_category_comp .row .col-lg-9{flex:0 0 100%;max-width:100%}.mobile_search_comp.ipad_search_comp{display:block!important;padding:0;width:49%}.top_footer_check ul li p{font-weight:400;padding-bottom:0;font-size:11px;line-height:15px}body .main_category_comp .covering_main_div .single-banner h4{font-size:25px!important}.footer_bottom_left p,.footer_payment_section p{font-size:11px;line-height:13.31px}.main_category_big_image{height:300px;margin-bottom:30px}.main_category_comp .row .col-md-8{flex:0 0 100%;max-width:100%}.vinylboden_inner_main ul{padding-top:20px!important}.multiselect_filter_btn{grid-gap:15px!important;gap:15px!important}.product-grid .product-grid__image .product_images{width:100%}.category_tabs_box_content .single_product_content{max-width:49%;min-width:49%;align-items:center;padding:5px}body .cart_paypal_modal .modal-dialog{max-width:80%!important}.menu_sidebar_content{display:block!important}.cuetomer_order_card_info{margin-bottom:40px}.product_filter_main .product_filter_count{max-width:100%}.steper_main .StepperContainer-0-2-1{margin:0 auto!important;display:flex!important;flex-wrap:wrap}.banner_two_area .row .col-lg-4{padding-right:15px!important;padding-left:15px!important}.banner_two_area .row .col-lg-4:last-child{flex:0 0 33.3333333333%;max-width:33.3333333333%}body .agb_main_content h1{font-size:32px!important}body .agb_main_content p{font-size:15px!important}body .agb_main_content h2{font-size:25px!important}body .zahlungcontent_main_content h1{font-size:32px!important}.servicecenter_comps .zahlungcontent_main_content h1{font-size:28px!important;line-height:normal;margin-bottom:10px}.servicecenter_comps .zahlungcontent_main_content h3{font-size:22px!important;line-height:42.19px!important}.zahlungcontent_main_content p{font-size:15px}.Servicecenter_accordion_link .title span{font-size:16px;font-weight:700}.single-post.single_post_detail .blog-meta li a{font-size:15px}.single-post.single_post_detail .post_author_info .author-name{font-size:14px!important;line-height:25px!important}body .blog-content .content-title h5{font-size:20px!important}body .blog-content .comment-area button{font-size:16px!important}.single-post .blog-content h1{font-size:28px!important}.single-post.single_post_detail p{font-size:15px!important;line-height:25px!important}.blog-content p{font-size:15px}.delect_customer_account .delete_account_content p{font-size:15px!important}body .edit_address_info p{font-size:16px!important}body .edit_address_info label{font-size:15px!important}.customer_account .col-lg-3{display:block!important}.registration_page .register_wrap{max-width:650px;margin:auto}.login_registration_page .login-section,.registration{max-width:540px;margin:auto}.login_registration_page{margin-top:40px}.ubersicht_content_inner p{font-size:15px}.stepform-main .versand_content .form-check-label{font-size:16px!important}.cart-content{margin-top:20px}.mobile_cart_view p{font-size:15px!important}.blog-content .order-lg-first{display:block!important;margin-top:0!important}.blog-content .order-lg-first .sidebar{display:block}.steper_image_main_area{max-width:160px;min-width:150px}body .aubenbeleuchtung_main h1{font-size:32px!important}body .aubenbeleuchtung_main p{font-size:15px}.aubenbeleuchtung_main h3{font-size:28px!important}.servicecenter_comps p{font-size:12px}.zahlungmain_comps p{font-size:15px!important}.zahlungmain_comps h5{font-size:23px!important}.zahlungmain_comps h4{font-size:28px!important}.aubenbeleuchtung_main h2{font-size:35px!important}.agb_main_content h1{font-size:42px!important}.agb_main_content h2{font-size:29px!important}.agb_main_content p{font-size:20px!important}body .customer_overview h1{font-size:32px!important}.customer_overview h5{font-size:18px!important}.customer_overview .customer_overview_inner p{font-size:14px}.customer_overview p{font-size:15px!important}body .customer_overview h2{font-size:28px!important;margin-bottom:20px}.login_registration_row .col-lg-6{flex:0 0 85%!important;max-width:85%!important}.register_wrap label,.register_wrap p{font-size:15px!important}.register_wrap lable{font-size:16px}.login-content.login_registration_page p,.register_text ul li{font-size:15px}body .login-content.login_registration_page h1{font-size:32px!important;text-align:center}.checkout_stepers .stepform-main .adresse_content_inner p{font-size:15px}.versand_address{font-size:15px!important;max-width:193px}.versand_content_inner p{font-size:15px}.checkout_value_sidebar h4{display:none}.checkout_stepers .stepform-main h3{font-size:18px!important}.checkout_stepers .stepform-main h1{font-size:24px!important;line-height:26.53px;padding-bottom:0}.main_category_comp h1{font-size:28px!important;margin:0;padding:0 0 10px}body .main_category_comp p{font-size:13.7px!important;line-height:21.41px!important}body .vinylboden_inner_main p{font-size:14px!important;line-height:25px!important;margin-bottom:40px}.sub_category_comp .hideshow_sec h3{max-width:470px}.sub_category_comp .vinylboden_main .vinylboden_inner_main p{padding-top:0}.main_category_comp h2,.main_category_comp h3{font-size:24px!important;line-height:29.05px;letter-spacing:0!important;margin:0 0 10px!important}.sub_category_comp .vinylboden_inner_main h3{max-width:unset}.sub_category_comp .vinylboden_main h2,h3{font-size:24px!important;margin-bottom:0;line-height:29.05px}.banner_section_two .container,.banner_two_area .container,.magzine_content .container,.single-banner-main .container{max-width:100%}.filter_option_main .row .col-md-3{flex:0 0 33.3333333333%!important;max-width:33.3333333333%!important}.heading_txt_comp .col-md-8{flex:0 0 100%;max-width:100%}.steper_image_main_area img{height:120px!important}.zahlungmain_comps .row .col-lg-3{flex:0 0 25%!important;max-width:25%!important}.zahlungmain_comps .row .col-lg-9{flex:0 0 75%!important;max-width:75%!important}.zahlungmain_comps .accordion_main .col-lg-9{flex:0 0 100%!important;max-width:100%!important}.aubenbeleuchtung_comps .row .col-lg-3{flex:0 0 25%!important;max-width:25%!important}.aubenbeleuchtung_comps .row .col-lg-9{flex:0 0 75%!important;max-width:75%!important}.edit_address button{margin-top:0}.delete_account_content h3{font-size:26px!important;max-width:445px!important}.edit_address_info.address_detail .col-lg-6{margin-bottom:0!important}.desktop_footer_section .container{max-width:100%}.desktop_footer_section .row .dataStep_footer_menu{flex:0 0 25%;max-width:25%}.registration_page h1{text-align:center;padding:10px 0 25px}.login_registration_page .row .col-lg-6:last-child .register_text{min-height:230px}.checkout_footer_list ul{max-width:500px;margin:auto}.check_last_step .row .col-lg-2{flex:0 0 40%;max-width:40%}.check_last_step .row .col-lg-10{flex:0 0 60%;max-width:60%}.checkout_stepers .stepform-main .col-lg-8{flex:0 0 55%;max-width:55%}.checkout_stepers .stepform-main .col-lg-4{flex:0 0 40%;max-width:40%;margin:0 0 auto auto}.cart-content .col-lg-4{flex:0 0 40%!important;max-width:40%!important}.cart-content .row .col-lg-8{flex:0 0 60%!important;max-width:60%!important}.product_cart_main .row .col-lg-3{flex:0 0 40%;max-width:40%}.product_cart_main .row .col-lg-9{flex:0 0 60%;max-width:60%}.product_cart_main .row .col-lg-9 h4{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14.11px!important;line-height:17.07px;max-height:53px;min-height:53px}.covering_main_div .row .col-lg-3{flex:0 0 33.333333333%;max-width:33.333333333%}.covering_main_div .row .col-lg-3 .single-banner h4{font-size:23px!important}.review_add_title input,.review_add_written textarea{min-width:100%}.review_select_public_inner input{max-width:100%;min-width:100%!important}.review_select_public_inner{flex-wrap:unset!important}.single_product_mobile_head{display:block!important;width:100%}.technische_table_content .row .col-lg-6{flex:0 0 100%;max-width:100%}.technische_table_content .row .col-lg-6:last-child{margin-top:15px}.rating_comp_main{margin-top:30px!important}.mobile_imagegallery_bottom,.rating_comp_main{display:block!important}.mobile_imagegallery_bottom_inner{display:flex;grid-gap:20px;gap:20px;margin-bottom:20px;display:none}.rating_comp_desktop{display:none}.klickVinylboden_comp .row .col-md-12{flex:0 0 100%;max-width:100%}.aubenbeleuchtung_image_content .sub_category_iamges_inner{height:160px;min-width:235px}.sub_category_iamges{grid-gap:15px;gap:15px}.aubenbeleuchtung_comps .row .col-md-12{flex:0 0 100%;max-width:100%}.pro_thum_img_container::-webkit-scrollbar{display:none;width:0}.pro_thum_img_container{max-width:180px;overflow:auto;scrollbar-width:none}.search_result_component{width:900px;max-height:640px}.desktop_footer_section .row .col-lg-3:last-child{margin-top:40px}.desktop_footer_section .row .col-lg-3:last-child .footer-payment{display:flex;grid-gap:20px;gap:20px}.mobile_search_comp{display:none!important}.header_mobile_menu .header-icons li{display:block!important}.bottom-header .icon_menu .servicecenter_link,.bottom-header .navigation{display:none!important}header.header-wrap .middle-header .container{max-width:100%}.header-topbar-info{max-width:550px;min-width:485px}.search_loading,.search_not_found{padding:10px}header.header-wrap .top-header{display:none!important}.header-topbar-info .header-offer{max-width:180px;min-width:165px}header.header-wrap .middle-header .product-search-form{display:none!important;max-width:250px}.contact-phone img{width:18px}body .product-search-form form input:focus{background-color:transparent!important}.search_result_component{max-width:450px!important}.category_tabs .inner_prod .product-tag{top:-7px}.product-grid__info .product-cat{display:block;margin:25px 0 12px;font-size:13px;font-weight:500}.cart-content .col-lg-4.col-md-12,.cart-content .col-lg-8.col-md-12{max-width:100%;flex:0 0 100%}.blog-content .comment-area .field-form{max-width:100%}.all_blogs_content .blog-post .orange_box{padding:8px 0;max-width:125px;margin:-35px auto 20px;font-size:17px}.blog_image_parent .blog_image{height:350px}.pagination_product{margin:20px 0 50px!important;display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;flex-direction:column;grid-gap:20px;gap:20px}.servicecenter_comps .row .col-md-12,.versandmain_comps .row .col-md-9,.zahlungmain_comps .row .col-md-12{flex:0 0 100%;max-width:100%}.agb_main_content .row .col-md-9{flex:0 0 75%;max-width:75%}.impressum_comps .row .col-md-9{flex:0 0 100%;max-width:100%}.edit_address_info .row .col-lg-6{flex:0 0 50%;max-width:50%}.login-content .col-md-12,.my-account-content .col-md-12{flex:0 0 100%;max-width:100%}.category_tabs .row .col-lg-4{flex:0 0 50%;max-width:50%}.banner_two_area .row .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.banner_section_two_background{height:250px!important}.banner_two_area p{display:none}.section_buttons_banner{text-align:left!important;justify-content:flex-start!important}.section_buttons_banner a{padding:15px 20px}.banner_two_area_background{height:328px!important}.banner_two_area h3{font-weight:700!important;font-size:20px}.banner_two_area h3 span{display:block}.banner_area_single_banner .row .col-lg-4:last-child{max-width:50%!important;flex:0 0 50%!important}.steper_main .StepMain-0-2-3{background-color:transparent}.category_tabs .inner_prod .category_product_grid_detail .product-title{height:auto;margin-bottom:5px;font-size:21px!important}.category_tabs .inner_prod.product-grid .product-detail .product-title,.filter_option_main .dropdown-heading-value span{font-size:14px!important}.bottom-header.light-skin{padding:15px 0}.product-grid .product-detail p{font-size:17px}.edit_address form .form-group .col-lg-6:first-child{margin-bottom:25px!important}.address_detail{margin-top:0}.customers_orders_inner .order_detail .row .col-md-3{padding-right:0}.bottom-header .container{max-width:100%}.single-post .blog-content .blog-text p br{display:block!important}br{display:none!important}.empty_shopping_cart h1{font-size:30px!important}body h1{font-size:47px!important}body h2{font-size:37px!important}body h3{font-size:18px}body h5{font-size:18px!important}.footer_top p{font-size:9px}.footer_two_btn_main .btn{font-size:15px;padding:12px 18px}.tab-content .product-tab-area .product-tab-navigation .nav-item{padding:0 13px}.filter_option_main{flex-wrap:wrap}.product_filter_cat{width:40%!important}.middle_body{position:relative;min-height:85vh}body.\/seite\/warenkorb .middle_body,body.\/seite\/wunschliste .middle_body{min-height:100%;padding-bottom:30px;padding-top:30px}.bodenio_newsletter_section{margin-top:80px}.whishlist_main_content h3{text-align:center}.product_search_filter .filter_option_main{flex-wrap:unset}.empty_whishlist_content{padding:0 0 50px;text-align:center}.product_search_filter .product_filter_cat{width:28%!important}.mobile_menu_bar button span{font-size:22px;font-weight:700}.mobile_menu_bar{max-width:-moz-fit-content;max-width:fit-content;min-width:-moz-fit-content;min-width:fit-content;background-color:transparent;height:auto!important;line-height:60px!important;border-color:unset}.menu_wrapeer{justify-content:space-between;padding:20px 0;align-items:center!important}.header_mobile_menu ul{display:flex;align-items:flex-start;grid-gap:15px!important;gap:15px!important}.search_bar{background-color:#ef7c2c;border-color:#ef7c2c!important}.search_bar button{color:#fff!important}.single-banner-main .single-banner .sortiment{min-height:315px;background-size:cover}ul.footer-payment.text-center{display:flex;align-items:center;justify-content:center;flex-wrap:unset;grid-gap:30px;gap:30px;max-width:550px;margin:auto}.newsletter_subtxt{font-size:14px}.footer-payment li{width:30%;margin:0}.footer-payment li :hover{cursor:pointer}.footer-payment img{width:100%}footer .widget li{width:auto;justify-content:unset}.payment_method{padding-top:30px!important}.newsletter_subtxt br{display:none}.footer_two_btn_main{text-align:right}.footer_top p{padding-bottom:15px;grid-gap:9px;grid-gap:15px;gap:15px;font-size:15px;line-height:25px;letter-spacing:0;align-items:center}.footer_top .col-md-3:last-child p svg{width:unset}.icon-box-area .no-gutters .col-lg-4 P{font-size:12px!important;line-height:14.52px!important}.icon-box-area .no-gutters .col-lg-4 h5{font-size:14px!important}.icon-box-area .no-gutters .col-lg-4 .icon-box__icon img{height:32px}.icon-box-area .no-gutters .col-lg-4 .icon-box{grid-gap:10px;gap:10px;align-items:center;margin-top:0}.magzine_content .blog-post .blog-post__image img{max-height:308px}.magzine_content .blog-post .blog-text{max-width:350px;text-align:center;margin:auto}.icon-box-area .container{max-width:100%}.icon-box-area .no-gutters::-webkit-scrollbar{width:0!important}.footer_top{padding:12px 45px!important}.accordion__panel p,.contact-info>li svg+*,.icon-box__content h5,.icon-box p:last-child,.widget-links li a,ul.days_info li,ul.days_info li span{font-size:18px!important}.icon-box__content{margin-right:0!important}.icon-box--style1{align-items:flex-start}.blog-post__content p{line-height:25px;font-size:14px;-webkit-line-clamp:4;line-clamp:3}.heasding_main_comp .row .col-md-8{flex:0 0 100%;max-width:100%}.heasding_main_comp .row .col-md-8 h1{max-width:385px;font-size:35px!important}.blog_link_btn a{font-size:15px}.single-banner-main .single-banner{margin-bottom:0}.accordion__button{font-size:22px;font-weight:600}.accordion__panel p,.contact-info>li svg+*,.icon-box__content h5,.icon-box p:last-child,.widget-links li a,ul.days_info li,ul.days_info li span{font-size:14px!important}ul.days_info{margin-top:5px}.footer_accordion{margin:0 15px;padding-top:25px}.footer_accordion .accordion__button{position:relative;margin-bottom:15px;border:1px solid #33333333}.accordion__button[aria-expanded=true]:before,.accordion__button[aria-selected=true]:before{margin-right:7px;margin-top:3px}.cl-logo{text-align:center}.icon-box p:last-child{line-height:25px}.blog-post__content .blog-title{line-height:27px}.rating_content_main{padding-top:40px}.rating_comp{margin-top:0}.category_dropdown{margin:50px 0 35px}.rating_content_main a{font-size:13px;font-weight:400!important;line-height:15.23px}.menu_sidebar_content,.product-details .about-img,.technische_content_main:after{display:none}.single_product_mobile_head .product_main_details{display:flex;grid-gap:25px;gap:25px;justify-content:space-between;align-items:center}body .single_product_mobile_head .product_main_details .single_product_title h4{font-size:26px!important;margin-bottom:0;font-weight:400!important;min-width:593px!important;max-width:593px!important}.mobile_cart_view{margin-left:15px;display:block!important}.product_cart_page .col-lg-3 div{height:140.58px}h4.cart_page_sidebar_head{margin:-3px 0 20px;font-size:21.92px!important}.middle_body:has(.cart-content).middle_body{padding-top:30px}.all_blogs_content .row .col-md-6:nth-child(odd){padding-right:15px}.all_blogs_content.blog-list-content .row .col-md-6{margin-bottom:30px}.all_blogs_content .row .col-md-6:nth-child(2n){padding-left:15px}.cart_value_point p{font-size:12.53px!important}.stepform-main .adresse_content_fields,.versand_content,.zahlung_content{max-width:100%}.sidebar_wgt{display:block!important}p.account_tag{display:none}.customers_orders_data_info{margin-bottom:0}.sidebar{display:block!important}.accordion_main .accordion__button:before{right:10px}.steper_main .StepButton-0-2-4{margin:0}.category_name_section_two p{font-size:22px;font-weight:700;margin-top:15px}.hero-slider__slider_buttons2{text-align:right}.single-product-page .product-content .package_price p,.single-product-page .product-content .product-content__quantity p,.single-product-page .product-content .shipping p{font-size:14px}.single-product-page .product-content .cart_btn button i{font-size:20px}.category_box_content_inner{padding:5px 5px 5px 10px}.category_box_content p{font-size:18px}.category_dropdown{display:none}.product-grid{min-height:394px}.login-footer .checkbox-form label{margin-bottom:0}.wish_pro_img{height:160px!important}.wishlist-content .mb-5.row:last-child{border:none;padding-bottom:0}.cart-content .sidebar_wgt,.stepform-main .sidebar_wgt{display:block}.card-body{padding:0}.accordion{margin-bottom:20px}.lg-toolbar.lg-group{opacity:1;transform:translateZ(0)}.lg-outer.lg-start-zoom.lg-use-css3.lg-css3.lg-slide.lg-show-after-load.lg-pull-caption-up.lg-has-thumb.lg-can-toggle.lg-use-transition-for-zoom.lg-visible.lg-thumb-open.lg-grab.lg-hide-items{padding:0}.lg-toolbar{top:65px;right:40px!important}.sub_category_iamges_inner{width:100%;height:176px}.aubenbeleuchtung_image_content{width:48%}.product-content__sort-info ul li,.single-product-page .product-content .package_price del,.single-product-page .product_main_details .information p,.single-product-page .product_main_details .technical_specifications a,.single-product-page .product_main_details .technical_specifications p{font-size:19px}.technische_table_content .col-md-1{display:none}.mobile_search_comp .search_result_component{left:17px}.filter_option_main .rmsc .item-renderer{align-items:baseline}.category_box_content_inner{width:49%}.category_tabs_box_content{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;margin:0 80px}.product-details.product-basic-page .container,.technische_content_main .container{max-width:100%}.technische_table_content.space-pt--60{padding:0}footer p{padding-right:0}.config-btn,.product-basic-page .product_main_details .information p,.product-basic-page .product_main_details .technical_specifications a,.product-basic-page .product_main_details .technical_specifications p{font-size:13px!important;line-height:15.23px}.tablet_gallery_sec .product-small-image-wrapper{max-height:370px}#react-sidebar .sidebar-main.show{width:100%}.cart_box_value_inner button{font-size:14.09px!important}.CartPage_bottom_cart_price__1TDKE{padding-top:20px!important}.product_cart_main .row .col-lg-3{padding-right:10px}.product_cart_main .row .col-lg-9{padding-left:10px}.cart_paypal_info p{font-size:9.4px}.cart_page_contet{max-width:384px}.stepform-main{padding-top:40px}.our_brand_logo{padding:25px}body.\/unsere-marken .middle_body{min-height:100%;padding-bottom:0}}@media screen and (max-width:566) and (min-width:200px){.mobile_imagegallery_bottom{display:block}}@media screen and (max-width:768px) and (min-width:300px){.icon-box-area .react-multi-carousel-list{padding-bottom:0!important}.contact-phone img{width:16px}.main_cat_content{bottom:15px;left:15px}.footer_accordion .accordion__button:hover{background-color:transparent}.footer_accordion .accordion{border:0}.accordion__button:before{border-bottom:0 solid #787878!important;border-right:0 solid #787878!important}.footer_top p img{margin-right:8px}.newletter_top_tag_section{right:10px;top:-35px}.bodenio_newsletter_section .newsletter_head h2{font-weight:400!important;color:#664933;font-size:18px!important;line-height:21.78px}.bodenio_newsletter_section{padding:30px 15px;margin-bottom:0;height:239px}.bodenio_newsletter_section .newletter_top_tag_inner{padding:25px 24px}.newletter_top_tag:before{height:60%;width:60%}.newletter_top_tag:after{background-color:#664933cc;height:80%;right:-20px;width:80%}.bodenio_newsletter_section .newletter_top_tag .tag_price{font-size:18px;line-height:21.78px}.bodenio_newsletter_section .newletter_top_tag .tag_info{font-size:8px;line-height:9.68px}.advice_section_content span{font-size:16px;line-height:19.36px}.blog-post-content-list .blog-post-content h4{font-size:20px!important;font-weight:500!important;line-height:23.44px}.blog-post-content-inner .blog-post-image-section{min-width:100%;max-width:100%}.blog-post-content p{margin-top:22px;font-size:12px!important;line-height:22px!important;color:#1a1a1a}.read_more_txt{font-size:12px;line-height:14.52px;right:20px;bottom:25px}.blog-post-content{padding:10px 0 70px}.blog-post-content-inner{align-items:center;grid-gap:20px;gap:20px;flex-direction:column}.react-multi-carousel-list{padding-bottom:40px!important}.category_tabs .inner_prod.product-grid .product-detail .product-title{font-size:12px!important;line-height:14.06px;margin-bottom:20px!important}.top_category_slider_section .category_tabs .react-multi-carousel-track li{padding:0 9px}.icon-box-area .no-gutters .col-lg-4{width:75%}.menu_list.sub_cat_childern li p{color:#664933;font-size:16px}.bottom-header .mobile_head_icon .whishlist_icon_heart img{width:32px!important}.bottom-header.light-skin{border-top:0}.header_middle_right span,.middle-header .navbar-brand img{display:none}.custom_checkbox_container.kalarna_custom_payment_options .checkmark{top:0}.footer_newsletter_para p{font-size:15px!important;line-height:20px!important}.newsletter_section_main .newsletter_list li p{flex:1 1}.multiselect_filter_btn{grid-gap:5px;gap:5px}.paypal_service_tag:after{right:-85px!important;font-size:12px}.zahlung_content_inner .payment_method_section svg{top:20px!important}.payment_tag_div .payment_images_card{left:100px}.custom_radio_container.custom_radio_address{display:block}.custom_radio_container .checkmark{top:3px}.steper_main .StepperContainer-0-2-1{flex-wrap:wrap}body .payment_method_section label{padding-top:0;margin-left:47px;font-size:15px!important;font-weight:600!important}.payment_select_inner_radio .paypal_service_tag_card{margin-left:105px}.user_message{width:100%}.post_comment_list .user_comment_reply .user_image svg{width:55px}.post_comment_list .user_image img{width:60px;height:unset}.product-grid .product-grid__image .product_images{height:unset;width:100%}.main_category_comp .covering_main_div .single-banner h4,.service_center_bottom_inner h4{font-size:18px!important}.cart_paypal_modal .modal-body{max-height:430px;overflow-x:auto}.return_request_content h2{font-size:24px!important}.cart_total_value_res .row .col-md-6{max-width:50%}body h1{font-size:26px!important}body h2{font-size:24px!important}body h3{font-size:22px!important}.register_text ul li{font-size:15px}.cuetomer_order_card_info{margin-bottom:70px}.stepform-main p{font-size:15px}.versand_address span{font-size:13px}.sub_category_comp .vinylboden_main_inner .row .col-md-6{flex:0 0 50%!important;max-width:50%!important}.sub_category_comp .vinylboden_main_inner .row .col-md-6:nth-child(odd){padding-right:9px}.StepContainer-0-2-2:first-child{width:unset!important}.steper_main .StepContainer-0-2-2:before{left:15px}.steper_main .steper_main_arrow_btn{top:4px}.steper_main .nextarrow_steper{height:35px;width:35px;padding:0!important}.steper_main .backarrow_steper{height:30px;width:30px;padding:0!important}.checkout_value_sidebar .row .col-md-6{flex:0 0 50%;max-width:50%}.technische_table_content{padding-top:0}.technische_content_main{margin-top:30px}.product-grid .product-detail p{font-size:11px;line-height:16px}.banner_two_area .row .col-lg-4:last-child{padding-right:15px!important}.checkout_stepers .StepContainer-0-2-2:before{width:50%!important}.login-wrap.login-section{min-height:auto}.login_section_area{margin-top:0}.modal-dialog{max-width:100%!important}.forget_pass_popup .modal-title{font-size:28px!important}.modal.show{padding-right:0!important}.product-basic-page .product-content .shipping{margin-top:15px}.product_options .product_options_inner{padding-top:16px}.product-basic-page .product-content .product-content__quantity{padding-top:20px}.rating_content_main{padding-top:45px;margin-bottom:30px}.contact_from_groups{width:100%}.contact_from_section{grid-gap:0;gap:0;flex-wrap:wrap}.contact_info_groups{width:100%}.steper_image_main_area{max-width:unset;min-width:unset}.create_reviews_product_info{flex-wrap:wrap}.create_reviews_main h1{font-size:30px!important}.review_add_title input,.review_add_written textarea{min-width:100%}.review_overall_rating svg{width:25px!important;height:25px!important}.review_select_public_inner{flex-wrap:wrap;grid-gap:15px;gap:15px}.review_select_public_inner input{min-width:100%}.create_reviews_inner_content h2{font-size:20px!important}.newsletter_section_main svg{font-size:22px}.newsletter_section_main h2{font-size:23px!important}.newsletter_section_main p{font-size:15px!important}.newsletter_section_main ul li{font-size:12px!important;grid-gap:0!important;gap:0!important}.newsletter_section_main .newsletter_form_group{flex-direction:column;grid-gap:15px;gap:15px}.newsletter_section_main .newsletter_form_group input{padding:9px 10px}.category_filter_btn{width:50%!important}.category_tabs .tab-content .tab-pane.active .inner_prod a{font-size:13px}.menu_sidebar_content,.sidebar{display:none}.footer_top .col-md-3{width:100%}.banner-area .row .col-lg-4{width:50%}.banner-area .row .col-lg-4:last-child{width:100%}.banner-area .single-banner h3{line-height:22px!important;font-size:18px!important;font-weight:800!important;max-width:159px;padding-top:2px}.single-banner-main .row .col-md-6{width:100%}.banner-area .banner_sortiment_inner_content{margin-top:5px}.banner-area .row .col-lg-4:last-child .banner_sortiment_inner_content{margin-top:10px}.single-banner-main .row .col-md-6 .sortiment{min-height:325px;background-size:cover}.bottom-header .mobile_head_icon{margin:0 2px}.rating_comp{margin-top:-50px}.rating_comp_main .row .col-md-4{width:70%}.rating_comp h4{flex:unset!important;margin-right:10px}.rating_comp svg{width:17px!important;height:16px!important}.rating_comp .star-container{padding-right:0!important}.category_dropdown{display:none}.product_main_details .technical_specifications{margin-bottom:40px}.product_slug_detail .col-lg-4{display:none}.technische_table_content tbody tr td{font-size:11px}.technische_table_content h3{font-size:19px;margin-top:25px}.download_section_inner svg{font-size:30px!important}.download_section_inner p span{font-size:12px;line-height:17px}.download_section_inner p a{display:flex;justify-content:center;align-items:center}.download_section_inner .download_inner_head{font-size:15px!important}.product_slug_detail p{font-size:13px!important}.product_slug_detail h3{font-size:16px!important;line-height:18.75px;margin-top:5px!important}.covering_main_div .col-md-6{width:50%}.covering_main_div .single-banner{margin-bottom:20px}.product_cart_page .col-lg-3{width:33%}.product_cart_page .col-lg-3 div{height:105px;width:100%}.product_cart_page .col-lg-9{width:60%;padding:0}.mobile_cart_view{margin-left:15px;margin-bottom:40px}.mobile_cart_view h6{font-size:11px!important;margin-bottom:25px}.mobile_cart_view h2{font-weight:800!important}.mobile_cart_view a{padding:15px!important;margin-bottom:0!important}.cart_page_sidebar_head{text-align:start!important;font-size:20px!important;line-height:23.44px!important;padding-top:30px!important}.check_third_step p{margin-bottom:10px}.stepform-main .check svg{padding:5px;width:20px;height:20px;top:17px}.check_last_step .col-lg-2{width:25%}.check_last_step .col-lg-10{width:75%;padding:0}.check_last_step{min-height:310px}.login-content p{font-size:15px;line-height:21px!important}.reg_first_flex .col-md-9{width:70%;padding-right:5px}.reg_first_flex .col-md-3{width:30%;padding-left:5px}.reg_second_flex .col-md-6:first-child{width:40%;padding-right:5px}.reg_second_flex .col-md-6:last-child{width:60%;padding-left:5px}.reg_second_flex .col-md-6{width:100%}.registration_footer .custom-checkbox label{font-size:15px}.register_btn button{margin:auto;display:block}.customer_account .col-lg-3{display:none}.customer_overview p{font-size:13px!important;line-height:17px}.customer_overview_inner h2{font-weight:400!important;margin-bottom:20px}.edit_address button{margin-top:5px}.edit_address_info{margin-top:25px}.delect_customer_account h1{font-size:26px!important}.delect_customer_account .delete_account_content p{font-size:15px}.delect_customer_account .delete_account_content h3{font-size:18px;max-width:300px;font-weight:800!important}.delect_customer_account button{margin-top:20px}.order_detail{margin-top:30px;border-bottom:1px solid #d0d1d3;padding-bottom:0}.order_detail .row .col-md-9{width:66.6666666667%;padding:0;flex:0 0 66.6666666667%}.order_detail .row .col-md-9 div{margin-top:0}.customer_order_detail span{font-size:12px!important}.customer_order_detail p{font-size:14px!important;margin-top:5px!important;font-weight:500}.order_detail_header h5{font-size:15px!important}.order_detail_header p{font-size:12px}.order_detail_header{grid-gap:100px!important;gap:100px!important}.customer_order_number{font-size:18px;margin-bottom:0}.customers_orders_inner h2{font-size:26px!important;font-weight:400!important;margin-top:0}.customers_orders_inner h1{display:none}.customers_orders_data_info:last-child .order_detail{border:none}.sub_category_iamges_inner{max-width:188px;height:103px}.servicecenter_main h1{font-size:26px!important;font-weight:900!important}.servicecenter_main p{font-size:12px;margin-bottom:14px}.mobile_accordion_main .accordion__button span{font-size:16px!important}.zahlungcontent_last_section{display:none}.zahlungcontent_main_content h1{margin-bottom:16px}.zahlungcontent_main_content p{font-size:15px}.zahlungcontent_main_content h5{margin-bottom:15px}.zahlungcontent_main_content .accordion_main .accordion__button{font-size:16px}.blog_image_parent .blog_image{height:194px}.blog_image_detail_content p{font-size:12px}.blog_image_detail_content .blog-text p{line-height:18px}.blog_image_detail_content{padding:3px 6px 25px}.blog_image_detail_content .orange_box{margin:-17px auto 20px;font-size:11px!important;padding:1px 0}.blog-content .pagination_product{justify-content:flex-end}.blog-content .pagination_product h5{font-size:13px!important;margin-bottom:25px}.single_post_detail .blog-img{height:184px}.single-post .blog-meta li{font-size:12px}.single-post .blog-meta{margin-bottom:5px}.blog-content .content-title h5{font-size:16px!important}.blog-content .comment-area .field-form .row .col-md-6{width:50%}.blog-content .comment-area .field-form .row .col-md-6:first-child{padding-right:8px}.blog-content .comment-area .field-form .row .col-md-6:nth-child(2){padding-left:8px}.blog-content .comment-area button{font-size:13px!important;padding:12px 16px}.blog-content .order-lg-first{display:none}.menu_wrapeer .icon_menu .header-icons{flex-direction:revert}.single_product_mobile_head .product_main_details{display:flex;grid-gap:25px;gap:25px;justify-content:space-between;align-items:center}.single_product_mobile_head .product_main_details .single_product_title{max-width:335px}.single_product_mobile_head .product_main_details .img_pro img{width:90px}.single_product_mobile_head{margin-bottom:7px}.single_product_mobile_head .product_main_details .single_product_title h4{font-size:16px!important;font-weight:700!important}.product-details .image_gallery_thumb{margin-bottom:22px}.mobile_menu_bar{width:-moz-fit-content!important;width:fit-content!important}.mobile_menu_bar img{width:26px!important}.mobile-menu-trigger{margin:0!important}.search_bar button{color:#fff!important}ul.header-icons li{line-height:36px;text-align:center}.cart-count{font-size:10px;line-height:18px;top:-1px;right:-8px;width:19px;height:19px}.header-icons li img{width:22px}.banner_area_single_banner .row .col-lg-4:last-child{width:50%}.category_name_section_two p{display:none}.banner_area_single_banner .single-banner{margin-bottom:15px}.banner-area .row .col-lg-4:first-child,.banner-area .row .col-lg-4:nth-child(3),.banner-area .row .col-lg-4:nth-child(5){padding-right:6px}.banner-area .row .col-lg-4:nth-child(2),.banner-area .row .col-lg-4:nth-child(4),.banner-area .row .col-lg-4:nth-child(6){padding-left:6px}.hero_slider_parent .swiper-pagination{bottom:5px}.hero_slider_last_btn a{font-size:14px;padding:10px 15px}.hero_slider_buttons .btn_slider_div .hero_slider_button a{font-size:12px;margin-top:7px}.hero_slider_buttons h2{font-size:35px!important}.brand-logo-area{padding-top:38px}.section_buttons_banner a{font-size:14px;padding:11px 13px}.section_buttons_banner{margin-bottom:20px;display:flex;justify-content:center}.icon-box-area .no-gutters{width:100%;overflow:scroll;flex-wrap:nowrap;display:-webkit-inline-box}.icon-box__icon svg{max-width:35px}.icon-box-area .no-gutters::-webkit-scrollbar{width:0!important}.magzine_content{margin-top:0;margin-bottom:55px}.section-title{margin-bottom:20px}.brand-logo-area .header-slider-nav{display:block}.magzine_content h2{margin:0 auto 20px}.blog-post .blog-text p{line-height:19px;font-size:14px}.footer_top p{font-size:15px;line-height:14px;letter-spacing:0;text-align:center;display:block}.footer_top .container{max-width:703px}.middle_body{padding-top:30px}body.\/seite\/warenkorb .middle_body,body.\/seite\/wunschliste .middle_body{min-height:100%;padding-bottom:30px}.footer_accordion .accordion__button{position:relative;background-color:transparent;border-bottom:1px solid #1a1a1a;padding:16px 0;color:#1a1a1a;font-size:18px;line-height:21.78px;font-weight:500;font-family:Inter}.footer_accordion .accordion__button:before{display:none}.accordion__button[aria-expanded=true]:before,.accordion__button[aria-selected=true]:before{margin-right:7px;margin-top:3px}.banner-area .row .col-lg-4:last-child .single-banner h3{max-width:unset}.footer_newsletter .row .col-lg-6:first-child{width:55%}.footer_newsletter .row .col-lg-6:nth-child(2){width:45%}.footer_newsletter .row .col-lg-6:first-child .newsletter-title{font-size:14px}.footer_newsletter .row .col-lg-6:first-child p{font-size:10px;line-height:12px}.footer_newsletter .row .col-lg-6:first-child p br{display:none}.footer_two_btn_main a{font-size:12px!important;padding:8px 10px}.footer_two_btn_main{text-align:end!important}.footer-payment{grid-gap:17px!important;gap:17px!important}.category_klick_vinylboden ul li{width:100%!important}.category_klick_vinylboden ul{grid-gap:13px!important;gap:13px!important;flex-wrap:wrap!important}.footer_top p svg{font-size:18px;margin-top:0}.rating_stars_box a{padding:16px 0;font-weight:900}.category_box_content_inner{padding:4px 5px 4px 8px}.product_slug_detail{padding-top:40px;padding-bottom:0}.technische_content_main .download_section p .download_area{margin-bottom:23px}.technische_content_main .download_section p a span{font-size:12px;max-width:347px;font-weight:400}.technische_content_main:after{display:none}.single-product-page .product_main_details .product-content__sort-info .btn{margin-top:13px;margin-bottom:13px}.single-product-page .product_main_details .free_semple_btn button{border-color:#513a29;border-radius:0;margin-bottom:17px}.product-tab-area h2{font-weight:400!important;margin-bottom:25px;font-size:18px!important;line-height:21.09px}.vinylboden_main_inner .category_tabs{margin-top:45px}.pagination_product{justify-content:end;align-items:end;flex-direction:column;margin:20px 0 40px}.pagination_product h5{font-size:12px!important;margin-bottom:20px}.aubenbeleuchtung_image_content p{font-size:15px!important;font-weight:800;padding-top:3px}.aubenbeleuchtung_inner h2{font-size:26px!important}.aubenbeleuchtung_inner a{padding:10px 0;font-size:13px}.aubenbeleuchtung_inner h3{font-size:23px}.hideshow_sec h3{font-size:19px!important}.vinylboden_main_inner h3{font-size:20px}.hideshow_sec button{padding:10px 15px;font-size:15px;margin-top:20px}.cate_pg_filter h3{font-size:16px}.vinylboden_inner_main{padding-top:25px;margin-top:-25px}.vinylboden_inner_main a{font-size:14px;margin:0}.vinylboden_inner_main p{font-size:15px}.cart_number{font-size:12px!important}.product_cart_main .product_cart_page:last-child{border-bottom:none}.banner_two_area{margin-bottom:0}.checkout_footer_main{margin-top:55px}.checkout_footer_list ul{max-width:380px;margin:auto}.checkout_footer_list ul li a{font-size:12px;font-weight:500;text-decoration:underline}.checkout_footer_list ul li{margin:0 7px;font-size:13px;cursor:pointer}.adresse_content_inner h3{font-size:20px;padding-bottom:8px}.checkout_footer p{padding:0 10px;line-height:normal;font-size:10px}.checkout_stepers #RFS-Label{font-size:10px;font-weight:600!important;text-align:center}.nr_str_row{flex-wrap:unset}.nr_str_row .col-sm-3{width:35%;padding-left:0}.checkout_value_sidebar{margin-top:20px}.check_radio{margin-bottom:40px}.stepform-main .versand_content .form-check-label{font-size:14px;font-weight:700}.versand_content_inner h3{font-size:22px}.versand_content_inner{margin-bottom:25px}.ubersicht_content_inner{margin-bottom:22px}.zahlung_content_inner{margin-bottom:25px}.zahlung_content_inner h3{font-size:20px}.zahlung_content_inner .form-check-inline label{font-size:14px!important}.agb_main_content p{font-size:15px!important}.agb_main_content p span{padding-right:5px}body .login-content .main_heading h1{font-weight:400!important;font-size:20px!important;text-align:center;line-height:23.44px!important}.register_text span{font-size:13px;font-weight:700}.card-body{padding:0}.address_detail_para{max-width:300px;line-height:17px}.edit_address_info button{font-size:13px}.order_detail_header{margin-top:25px}.customers_orders_data_info:last-child{margin-bottom:0}.category_tabs .row .col-lg-4{width:50%;padding:0 10px;margin-bottom:20px}.covering_main_div .col-md-6:nth-child(odd){padding-right:9px}.covering_main_div .col-md-6:nth-child(2n){padding-left:9px}.steper_main .StepperContainer-0-2-1{max-width:66%;margin:0 auto;grid-gap:8px;gap:8px;display:flex}.steper_main{margin:25px 0}.download_area_two svg,.download_area svg{font-size:28px!important}.product-basic-page .product_main_details .information p a{margin-top:-6px}.login-content .registration{margin-bottom:15px}.register_wrap .custom-checkbox label a{font-size:12px}.cart-value-paymrnt{grid-gap:2px!important;gap:2px!important;max-width:155px}.cart-value-paymrnt li img{width:40px}.cart_value_meter{color:#1a1a1a!important;font-weight:500!important}.checkout_stepers .StepButton-0-2-4{width:35px!important;height:34px!important;line-height:32px!important}.checkout_stepers .StepMain-0-2-3{grid-gap:2px!important;gap:2px!important;flex-wrap:wrap;justify-content:center;background-color:transparent!important}.checkout_stepers .StepContainer-0-2-2:before{content:"";position:absolute;left:-15px;right:0;width:100%;height:4px;top:30%;transform:translateY(-50%);background-color:#33333312}.footer_top .col-md-3:last-child p svg{width:18px}.checkout_stepers .StepButton-0-2-4.completed:after{display:none}.checkout_stepers .StepButtonContent-0-2-5.completed{display:unset}.category_tabs .inner_prod .product-grid .product-tag{font-size:10px;margin-left:9px}.product-tab-area{margin-bottom:0}.middle-header{padding:10px 0;background-color:#f5f5f5}.servicecenter_main .accordion_content .accordion{margin-bottom:20px}.product-content input[type=checkbox]:before{top:50%;width:18px;height:17px}.product-content input[type=checkbox]:after{top:50%;left:1px;height:15px;width:16px}.customers_orders_data_info:last-child .order_detail .customer_order_detail{padding-bottom:0}.product_cart_main .product_cart_page:last-child .mobile_cart_view{margin-bottom:0}.footer_top p span{font-size:12px;line-height:14.52px;font-weight:400}.product_search_filter h1{font-size:26px!important;margin-bottom:22px}.product_search_filter .category_tabs .col-lg-3{width:50%}.wishlist-content .wishlist_header h1{font-size:26px}.wishlist-content .wishlist_header{margin-bottom:25px}.wishlist-content .wish_pro_details{margin-top:20px}.search_result_component{top:53px;width:340px;min-height:100px;max-height:450px}.category_tabs .inner_prod .category_product_grid_detail .product-title{min-height:unset;font-size:14px!important}.product-grid .product-title a{font-size:14px}.product-grid__info .product-cat{margin:10px 0 5px!important}.product_bundle_tbl tr td,.product_bundle_tbl tr th{max-width:100%;padding:1rem;display:block;width:100%}.product_bundle_global .accordion__panel{padding-left:1rem;padding-right:1rem}.product_bundle_tbl tr th{padding-bottom:0}.product_bundle_tbl tr td{padding-top:0}.filter_option_main .rmsc .item-renderer{align-items:baseline}.steper_main .StepContainer-0-2-2{margin-left:7px;margin-right:7px}.rating_comp_desktop{display:none}.image_gallery_icons{display:flex;grid-gap:15px;gap:15px}.footer_accordion{padding:10px 10px 0}#react-sidebar .sidebar-main.show{width:100%}.cart_paypal_info p{font-size:9.4px}.category_tabs .inner_prod.product-grid .product-detail{margin-bottom:0}.magzine_content.all_blog_list_content{margin-bottom:50px}}@media screen and (max-width:767px) and (min-width:300px){.kasse_content_body:has(.checkout_content_body).kasse_content_body .inner_row.row{min-height:100vh}.bottom-header.light-skin{position:sticky;top:37px}header.header-wrap.header-with-topbar{position:sticky;top:0}.product-grid__info .product-tag,.product-list__info .product-tag{font-size:10px;line-height:12.1px;top:-11px;left:12px!important;padding:3px 13px}.sidebar_sub_cats_link{margin:5px 0 15px}.sidebar_sub_cats_link .sub_cats_link_inner{grid-gap:10px;gap:10px}.product-tab-navigation{margin-top:8px!important;margin-bottom:20px!important}}@media screen and (max-width:419px) and (min-width:200px){.purchase_advisor_popup .steper_main_arrow_btn button{width:30px;height:30px}.purchase_advisor_popup .steper_main .StepButton-0-2-4{width:30px!important;height:30px!important}.link_product_slider_wrapper .embla{--slide-spacing:1rem;--slide-size:45%;--slide-height:19rem}.header_mobile_menu .header-icons-inner{grid-gap:12px!important;gap:12px!important}body .payment_tag_div .payment_images{left:42px!important}.top_category_slider_section .category_tabs .slider_action_arrow{top:40%!important}.banner_section_two_background{height:155px!important}.icon-box-area .service-icon-box-content .icon-box-content h4{font-size:13px!important;font-weight:600!important;line-height:normal}.bottom-header.light-skin{padding:6px 0}.magzine_content.all_blog_list_content{margin-bottom:50px}.category_tabs .inner_prod.product-grid .product-detail{margin-bottom:0}body .hideshow_sec h3{font-size:14px!important;color:#787878;line-height:19.36px}.icon-box-area .service-icon-box-content .icon-box-content p{font-size:12px;line-height:13.52px}.custom_checkbox_container.custom_payment_option_container .checkmark{top:3px}.custom_checkbox_container.kalarna_custom_payment_options .checkmark{top:1px}.zahlung_content_inner .payment_method_section svg{top:17px!important}.payment_tag_div .payment_images_card{left:85px}.payment_images,.payment_images_card{height:25px}body .payment_method_section label{margin-left:37px;font-size:14px!important}.payment_select_inner_radio .paypal_service_tag_card{margin-left:79px}.paypal_service_tag:after{right:-97px;font-size:12px}.zahlung_content_inner .form-check-inline label{font-size:13px!important}.return_request_content h2{font-size:22px!important}.active_tag_wrapper .active_tag{font-size:10px}.steper_main .StepperContainer-0-2-1{grid-gap:5px;gap:5px;flex-wrap:wrap}.bodenio_logo img{width:100%;max-width:unset}.contact-phone a{font-size:14px}.product-grid .product-detail p{font-size:11px;line-height:16px}.category_tabs .row .col-lg-4{margin-bottom:20px}.rating_comp_mobile_main{max-width:70%;margin-top:45px}.footer_top .col-md-3:last-child p svg{width:18px}.checkout_stepers .StepMain-0-2-3{flex-wrap:wrap}.checkout_stepers #RFS-Label{font-size:10px;font-weight:600!important;text-align:center}.checkout_stepers .StepMain-0-2-3{background-color:transparent}.checkout_stepers .StepButton-0-2-4{width:35px!important;height:34px!important;line-height:32px!important;margin:0 auto}.checkout_stepers .StepContainer-0-2-2:before{content:"";position:absolute;left:-16px;right:0;width:75%;height:4px;top:32%;transform:translateY(-50%);background-color:#33333312}.checkout_stepers .StepButton-0-2-4.completed:after{display:none}.checkout_stepers .StepButtonContent-0-2-5.completed{display:unset}.category_tabs .inner_prod .product-grid .product-tag{font-size:10px;margin-left:9px}.product-tab-area{margin-bottom:0}.category_tabs .pagination_product{border-bottom:1px solid #33333333;padding-bottom:55px;align-items:center}.middle-header{padding:8px 0}.sub_category_iamges{justify-content:space-between}.sub_category_iamges_inner{width:150px}.customers_orders_data_info:last-child .order_detail .customer_order_detail{padding-bottom:0}.product_cart_main .product_cart_page:last-child .mobile_cart_view{margin-bottom:0}.product_cart_page .col-lg-3 div{height:95px;width:100%}.footer_top p span{flex:1 1}.product_search_filter h1{font-size:26px!important;margin-bottom:22px}.product_search_filter .category_tabs .col-lg-3{width:50%}.steper_main .StepContainer-0-2-2:before{left:8px;top:16px}.wishlist-content .wishlist_header h1{font-size:26px!important}.wishlist-content .wishlist_header{margin-bottom:25px}.wishlist-content .wish_pro_details{margin-top:20px}.category_tabs .inner_prod .category_product_grid_detail .product-title{height:auto;padding-bottom:5px}.product-grid .product-price{padding-top:25px;min-height:unset;position:absolute}.category_tabs .inner_prod.product-grid .product-price .del_p{margin-bottom:0}.product-grid .product-title a{font-size:11px}.product-grid__info .product-cat{margin:10px 0 5px}.mobile_search_comp .search_result_component{left:17px}.search_result_main,.serach_categories{padding-right:25px}.search_product_info{flex:1 1}.filter_option_main .rmsc .item-renderer{align-items:baseline}.product-grid{min-height:auto;height:100%}.rating_comp_desktop{display:none}.image_gallery_icons{display:flex;grid-gap:15px;gap:15px}}.plus_minus_btn{display:flex;grid-gap:5px;gap:5px}.sidebar-body ul li svg{transform:rotate(1turn)}.sidebar-main-content ul li{font-weight:800!important}.first-back-btn svg,.second-back-btn svg{transform:rotate(0deg)}.first-back-btn,.second-back-btn{padding:1.5rem .8rem!important}.first-back-btn span,.second-back-btn span{margin-left:10px!important;color:#767c87;font-size:18px}.sidebar-main-content ul li i{margin-right:0!important}.first-back-btn{background-color:transparent!important;border-bottom:1px solid rgba(51,51,51,.2)}.sidebar-main-content ul li .accordion__button{background-color:transparent;position:relative;padding:30px 20px;border:none;border-bottom:1px solid rgba(51,51,51,.2)}.sidebar-main-content ul li .accordion__button:before{float:right;margin-top:7px;margin-left:10px;margin-right:0}.sidebar-main-content ul li .accordion{border:none;border-radius:0}.sidebar-main-content ul li .accordion__panel{border:none;padding:0;margin:0}#react-sidebar .section-heading p{font-size:16px!important;font-weight:800!important;padding-top:0!important;color:#3c3b37!important}.sidebar-main.second ul li .accordion__panel span.sub_child:last-child ul li{border:none!important}.sidebar-body ul.sub_child li{display:block!important}.sidebar-body ul.sub_child li span{display:block!important;padding:30px 20px!important;border-bottom:1px solid rgba(51,51,51,.2)}.sidebar-body ul.sub_child li span:hover{background-color:#ededed}.sidebar-main-content ul li{position:relative}.sidebar-body ul li svg{margin-right:20px;position:absolute;right:0}.sidebar-body .sidebar-main.second.show ul li{display:block!important}.sidebar-body ul a li span>span>span,.sidebar-body ul li span>span>span{padding:30px 20px!important;display:block!important;border-bottom:1px solid rgba(51,51,51,.2)}.sidebar-body ul a li span>span>span:hover,.sidebar-body ul li span>span>span:hover,.sidebar-main-content ul li .accordion__button:hover{background-color:#ededed}.vinylboden_inner_main a,p>a{transition:.5s;color:#ff7e21}.filter_option_main div ul.options li label.select-item{margin:0;padding:5px 10px;font-size:12px}.filter_option_main div ul.options{max-height:295px}.filter_option_main div ul.options li label.select-item input[type=checkbox]:before{width:15px;height:15px}.filter_option_main div ul.options li label.select-item input[type=checkbox]:checked:after{height:10px;width:10px}.vinylboden_inner_main{border-top:1px solid #bababa47;padding-top:40px;margin-top:15px}.vinylboden_inner_main ul li a{text-decoration:unset!important;color:#ef7c2c}p.meter_dis{margin-bottom:8px}.category_tabs_main_product .swiper-slide{height:auto;padding:0 10px}.footer-payment img{height:26px;width:40px;border-radius:5px}.footer_payment_section{display:flex;align-items:center;justify-content:flex-end;grid-gap:10px;gap:10px}.footer_payment_section p{padding-right:0;color:#b4b4b4;display:inline;display:initial}.footer_bottom_left{text-align:left}.footer_bottom_left p{color:#b4b4b4;display:inline;display:initial}.cart-value-paymrnt li{height:35px;width:50px}.payment_carts .cart-value-paymrnt li.Vorkasse img{height:33px;width:66px}span.right_arrow{padding-right:10px}.contact_info_time span.right_arrow{opacity:0}.sub-menu.sub-menu--mega .sub-menu--mega__column:first-child{grid-gap:5px;gap:5px}a.wp-block-button__link.wp-element-button{line-height:normal;padding:12px 35px;background-color:#ff7e21;font-size:1rem;font-weight:400;color:#fff;text-decoration:none;border:1px solid #ff7e21;border-radius:5px}a.wp-block-button__link.wp-element-button:hover{background-color:transparent;text-decoration:unset!important;color:#ff7e21}.zahlungcontent_main_content{word-break:break-word}.zahlungcontent_main_content br{display:block!important}.m_menu_drawer{z-index:9999!important}.back_btn{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;grid-gap:20px;gap:20px;padding:30px 20px;border-bottom:1px solid rgba(51,51,51,.2);margin-top:0;font-size:16px;text-transform:capitalize;font-weight:400;cursor:pointer}.m_menu_drawer .accordion{border:none}.m_menu_drawer .accordion__button,.m_menu_drawer .accordion__panel .menu_list ul li,.m_menu_drawer .menu_list ul li{background-color:transparent;padding:15px 20px;margin-top:0;font-size:16px}.m_menu_drawer .accordion__button,.m_menu_drawer .menu_list ul li{border-bottom:1px solid rgba(51,51,51,.2)}.accordion__item+.accordion__item{border-top:none!important}.cont_info ul li a{font-size:14px;color:#664933;font-weight:400;line-height:16.41px}.m_menu_drawer .accordion__button{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}.m_menu_drawer .accordion__panel{padding:0}.m_menu_drawer .accordion__button:hover,.m_menu_drawer .accordion__panel .menu_list ul li:hover{background-color:#f9f9f9}.menu_title h2{font-size:20px!important;color:#1a1a1a;padding:30px 20px;margin:0;border-bottom:1px solid rgba(51,51,51,.2);font-weight:800!important}.drawer_footer .menu_title h2{border-bottom:none;color:#664933;font-size:14px!important;line-height:16.94px;font-family:Roboto,sans-serif}.cont_info,.menu_list_footer{padding:0 20px}.cont_info ul,.menu_list_footer ul{padding:0;margin:0}.cont_info ul li,.menu_list_footer ul li{list-style:none;padding:10px 0;color:#1a1a1a;font-size:14px;font-weight:400;line-height:16.94px}.drawer_footer .cont_info ul li a{color:#1a1a1a}.cont_info ul li .icon_divb{height:28px;width:28px;line-height:24px;text-align:center}.cont_info ul li{padding:7px 0;display:flex;align-items:center;grid-gap:10px;gap:10px}.menu_list_footer ul li a{display:flex;align-items:center;justify-content:space-between}.drawer_footer h2{padding-bottom:10px;padding-top:20px}.m_menu_drawer{box-shadow:none!important}body .EZDrawer nav[role=navigation]{height:100%!important;box-shadow:0 -5px 5px rgba(0,0,0,.05)!important;padding-top:10px;overflow-y:scroll}.m_menu_drawer .drawer_footer{padding-bottom:120px}.m_menu_drawer .drawer_data{min-height:100vh!important;overflow-y:unset}.m_menu_drawer .accordion__button:before{transform:rotate(43deg);margin:0;border-bottom:1.5px solid #664933!important;border-right:1.5px solid #664933!important}.m_menu_drawer .accordion__button[aria-expanded=true]:before,.m_menu_drawer .accordion__button[aria-selected=true]:before{margin-right:0;margin-top:0}body:has(.IsShow.m_menu_drawer){overflow:hidden!important}.m_menu_drawer .accordion__button[aria-expanded=true]:before{transform:rotate(226deg)!important}.main-cat .accordion__button[aria-expanded=true]{font-weight:800;font-size:20px}.cl-logo{height:100px;width:100%;display:flex;align-items:center;justify-content:center}li.inner_sub_child_menu a{padding-left:15px!important}.individual-offer .contact_from_section{display:block}.individual-offer .contact_from_groups{width:100%;margin-top:0}.individual-offer h1{text-align:center;text-transform:capitalize}.individual-offer label.custom_checkbox_container{margin-bottom:5px;max-width:-moz-fit-content;max-width:fit-content}.link_menu_c{margin:20px 0}.check_error P{color:red}span.check_required{color:#9d9faf!important}.form_submition_text{text-align:center}.vinylboden_inner_main h1,.vinylboden_inner_main h2{margin:5px 0 20px}.vinylboden_inner_main h3,.vinylboden_inner_main h4,.vinylboden_inner_main h5,.vinylboden_inner_main h6{margin-bottom:.5rem}.vinylboden_inner_main h1{letter-spacing:.84px;color:#1a1a1a}.vinylboden_inner_main h2,.vinylboden_inner_main h3,.vinylboden_inner_main h4,.vinylboden_inner_main h5,.vinylboden_inner_main h6{letter-spacing:.84px}.vinylboden_inner_main p{margin-bottom:30px;line-height:25px}.vinylboden_inner_main ul{margin-bottom:40px!important;padding-left:0!important}.vinylboden_inner_main ul li{margin-bottom:10px!important;padding-left:15px!important}.vinylboden_inner_main a{color:#ff7e21!important}.lieferung_section_inner{margin-top:50px}.lieferung_section_inner .lieferung_box ul>li:before{background-color:#ff7e21;width:7px;height:7px}.lieferung_section_inner .lieferung_box ul li{color:#1a1a1a;font-size:14px;line-height:20px}.lieferung_box_content ul>li{font-size:13px;line-height:20px;color:#1a1a1a;margin-bottom:7px}.payment_method_icon ul>li:before,.return_installment ul>li:before{display:none}.payment_method_icon{text-align:center;padding-top:12px;display:flex;justify-content:center;align-items:center;grid-gap:9px;gap:9px}.payment_method_icon ul{margin-left:0;display:flex}.payment_method_icon ul li{list-style:none;padding:0;margin:0}.payment_method_icon p{margin:0}.return_installment ul{margin-top:35px}.return_installment ul li{display:flex;padding:0;align-items:center;margin:0 0 15px;grid-gap:7px;gap:7px}.return_installment ul li .return_installment_img{max-width:30px;min-width:30px}.return_installment ul li:last-child{margin-bottom:0}.return_installment ul li:first-child img{width:18.39px}.return_installment ul li:last-child img{width:30px}.return_installment ul li img{width:21.18px;-o-object-fit:contain;object-fit:contain}.return_installment ul li p{font-style:normal;font-weight:400;font-size:14px;line-height:16.94px;color:#1a1a1a;margin:0}.payment_method_icon ul li:first-child img{border:.7px solid #a0a0a0}.payment_method_icon img{height:23.81px;width:34.48px}.drawer_data{overflow-y:scroll}#AmazonPayButton{color:#000;border:none;border-radius:5px;height:45px;position:relative;width:310px!important;margin:19px auto 0}.withPaypal button.next_step_button.btn-fill-out{width:100%;position:absolute;top:0;left:0;right:0;z-index:999;pointer-events:none;border-radius:3px!important}.mastercard_btns{position:relative;width:100%}.comment-area form.field-form input,.comment-area form.field-form textarea,.floating-form-control,.form-control,input,input.cart-plus-minus-box{font-size:16px!important}#nprogress{pointer-events:none}#nprogress .bar{background:#ef7c2c!important;height:3px!important;position:fixed;z-index:999999999;top:0;left:0;width:100%}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #ef7c2c,0 0 5px #ef7c2c;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:999999999;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#ef7c2c transparent transparent #ef7c2c;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}