@charset "UTF-8";:root{--primaryFont:"Noto Sans",sans-serif;--secondaryFont:"Archivo",sans-serif;--titleColor:#1d1d1d;--whiteColor:#fff;--secondaryColor:#f91;--optionalColor:#444;--grayColor:rgba(29,29,29,.75);--paraColor:#75807e;--lilacColor:#e6e4f4;--offwhiteColor:rgba(255,255,255,.55);--blackColor:#000;--fontSize:16px;--transition:all ease .5s}*{box-sizing:border-box}html{scroll-behavior:smooth}:focus,button:focus,.btn:focus{outline:0;box-shadow:none}.form-control:focus{box-shadow:none}a,button,input[type=submit]{cursor:pointer}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input,textarea,select{background-color:transparent;border:1px solid rgba(0,0,0,.15);padding:12px 15px 12px;width:100%;font-size:16px}a{text-transform:inherit;text-decoration:none;transition:all .3s ease;color:var(--primaryColor)}a:hover,a :focus{text-decoration:none;box-shadow:none}a:focus{outline:0 solid}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{color:var(--titleColor);font-family:var(--secondaryFont);font-weight:600}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:var(--secondaryColor)}body{color:var(--paraColor);font-size:var(--fontSize);font-weight:400;font-family:var(--primaryFont);line-height:28px}p{color:var(--paraColor)}@supports (not (-moz-appearance:button)) and (contain:paint) and (-webkit-appearance:none){h1,h2,h3,h4,h5,h6{font-weight:500}}select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:calc(100% - 15px) 50%;background-repeat:no-repeat}.text_primary{color:var(--primaryColor) !important}.text_secondary{color:var(--secondaryColor)}.text-para{color:var(--paraColor) !important}.text-offwhite{color:var(--offwhiteColor)}.text-optional{color:var(--optionalColor) !important}.text-title{color:var(--titleColor) !important}.text-gray{color:var(--grayColor)}.bg-title{background-color:var(--titleColor)}.bg-optional{background-color:#e9ebe0}.bg-aqua{background-color:#e4f4f3}.bg_secondary{background-color:var(--secondaryColor)}.bg-catskill{background-color:#eaf5f4}.f-primary{font-family:var(--primaryFont)}.f-secondary{font-family:var(--secondaryFont)}.fs-14{font-size:14px}.fs-15{font-size:15px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-24{font-size:24px}.fs-28{font-size:28px}.fs-30{font-size:30px}.fs-40{font-size:40px}.h-100{height:100px !important}.resize-0{resize:none}.index-0{z-index:0}.index-1{z-index:1}.index-2{z-index:2}.filter-white{filter:brightness(0) invert(1) !important}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pt-120{padding-top:100px}.pb-120{padding-bottom:100px}.pt-150{padding-top:130px}.pb-150{padding-bottom:130px}.ptb-150{padding-top:130px;padding-bottom:130px}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px !important}.mt-35{margin-top:35px !important}.mt-40{margin-top:40px !important}.mt-45{margin-top:45px}.mt-130{margin-top:130px}.mb-6{margin-bottom:6px !important}.mb-10{margin-bottom:10px !important}.mb-12{margin-bottom:12px !important}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-22{margin-bottom:22px}.mb-25{margin-bottom:25px !important}.mb-30{margin-bottom:30px !important}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-90{margin-bottom:90px}.mb-100{margin-bottom:100px}.mb-150{margin-bottom:150px}.round-2{border-radius:2px !important}.round-5{border-radius:5px !important}.round-10{border-radius:10px}.round-12{border-radius:12px}.round-20{border-radius:20px}.round-50{border-radius:50px}.list-unstyle{margin:0;padding:0;list-style:none}.list-unstyle li{list-style:none}.btn{position:relative;z-index:1;line-height:1;padding:18px 32px 20px;overflow:hidden;font-weight:500;border-style:none;border-width:0;border-color:transparent;border-radius:50px;transition:var(--transition)}.btn:before{position:absolute;top:0;left:0;content:"";width:0;height:100%;z-index:-1;border-radius:5px;overflow:hidden;transition:var(--transition)}.btn i{margin-left:10px;font-weight:300;line-height:.8;transition:var(--transition)}.btn img{margin-left:10px;position:relative;top:-1px;transition:var(--transition)}.btn:hover:before{width:100%;visibility:visible;opacity:1}.btn.style-one{color:var(--whiteColor);background-color:var(--titleColor);border:none}.btn.style-one:before{background:var(--lilacColor)}.btn.style-one:hover{color:var(--titleColor);background-color:transparent}.btn.style-one:hover img{filter:brightness(0) invert(0)}.btn.style-two{color:var(--titleColor);background-color:var(--lilacColor);padding:16px 30px 18px;border:2px solid transparent}.btn.style-two:before{background:var(--titleColor)}.btn.style-two:hover{border-color:rgba(255,255,255,.5);color:var(--whiteColor);background-color:transparent}.btn.style-two:hover img{filter:brightness(0) invert(1)}.btn.style-three{color:var(--titleColor);background-color:var(--whiteColor)}.btn.style-three:before{background:var(--lilacColor)}.btn.style-three:hover{background-color:transparent}.btn.style-four{color:var(--titleColor);background-color:transparent;padding:18px 30px 18px;border:1px solid rgba(29,29,29,.15)}.btn.style-four:before{background:var(--titleColor)}.btn.style-four:hover{border-color:transparent;color:var(--whiteColor);background-color:transparent}.btn.style-four:hover img{filter:brightness(0) invert(1)}.btn.style-five{color:var(--titleColor);background-color:transparent;padding:18px 30px 18px;border:1px solid var(--titleColor)}.btn.style-five:before{background:var(--titleColor)}.btn.style-five:hover{border-color:transparent;color:var(--whiteColor);background-color:transparent}.btn.style-five:hover img{filter:brightness(0) invert(1)}.link{position:relative;padding-bottom:3px}.link:after{position:absolute;bottom:0;left:0;content:"";width:0;height:1px;transition:var(--transition)}.link img{margin-left:10px;position:relative;top:0;transition:var(--transition)}.link:hover img{margin-left:14px}.link.style-one{color:var(--titleColor)}.link.style-one:hover:after{background-color:var(--titleColor)}.link.style-two{color:var(--whiteColor)}.link.style-two:hover:after{background-color:var(--whiteColor)}.link:hover:after{width:100%}.bg-f{background-position:center center;background-size:cover;background-repeat:no-repeat;background-color:#ddd}.transition{transition:all .2s linear}.social-profile li{display:inline-block}.social-profile.style-one li a{background:rgba(255,255,255,.06);width:34px;height:34px;z-index:1}.social-profile.style-one li a:after{position:absolute;top:0;left:0;content:"";width:0;height:100%;background-color:var(--primaryColor);z-index:-1;transition:var(--transition)}.social-profile.style-one li a i{color:var(--primaryColor);font-size:17px;transition:var(--transition)}.social-profile.style-one li a:hover i{color:var(--whiteColor)}.social-profile.style-one li a:hover:after{width:100%}.section-title h2{font-size:40px;line-height:52px}.section-title h2 span{color:#767a79}.rating li{display:inline-block;margin-right:-3px}.rating li i{color:var(--titleColor)}@keyframes border-transform{0%,100%{border-radius:63% 37% 54% 46%/55% 48% 52% 45%}14%{border-radius:40% 60% 54% 46%/49% 60% 40% 51%}28%{border-radius:54% 46% 38% 62%/49% 70% 30% 51%}42%{border-radius:61% 39% 55% 45%/61% 38% 62% 39%}56%{border-radius:61% 39% 67% 33%/70% 50% 50% 30%}70%{border-radius:50% 50% 34% 66%/56% 68% 32% 44%}84%{border-radius:46% 54% 50% 50%/35% 61% 39% 65%}}.progress-wrap{position:fixed;right:30px;bottom:30px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px var(--primaryColor);z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px);transition:all .2s linear}.progress-wrap:after{position:absolute;content:"\ea76";font-family:remixicon !important;text-align:center;line-height:46px;font-size:18px;color:var(--primaryColor);left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;transition:all .2s linear}.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:var(--primaryColor);stroke-width:4;box-sizing:border-box;transition:all .2s linear}.preloader-area{top:0;left:0;right:0;bottom:0;z-index:9999;position:fixed;text-align:center;overflow-x:hidden}.preloader-area .loader{transform:translateY(-50%);position:absolute;right:0;top:50%;left:0}.bike{display:block;margin:auto;width:8em;height:auto;transform:scaleX(-1)}.bike .bike__body,.bike .bike__front,.bike .bike__handlebars,.bike .bike__pedals,.bike .bike__pedals-spin,.bike .bike__seat,.bike .bike__spokes,.bike .bike__spokes-spin,.bike .bike__tire{animation:bikeBody 4s ease-in-out infinite;stroke:var(--titleColor);transition:stroke var(--transition)}.bike .bike__front{animation-name:bikeFront}.bike .bike__handlebars{animation-name:bikeHandlebars}.bike .bike__pedals{animation-name:bikePedals}.bike .bike__pedals-spin{animation-name:bikePedalsSpin}.bike .bike__seat{animation-name:bikeSeat}.bike .bike__spokes,.bike .bike__tire{stroke:currentColor}.bike .bike__spokes{animation-name:bikeSpokes}.bike .bike__spokes-spin{animation-name:bikeSpokesSpin}.bike .bike__tire{animation-name:bikeTire}@keyframes bikeBody{from{stroke-dashoffset:79}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-79}}@keyframes bikeFront{from{stroke-dashoffset:19}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-19}}@keyframes bikeHandlebars{from{stroke-dashoffset:10}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-10}}@keyframes bikePedals{from{animation-timing-function:ease-in;stroke-dashoffset:-25.133}33%,67%{animation-timing-function:ease-out;stroke-dashoffset:-21.991}to{stroke-dashoffset:-25.133}}@keyframes bikePedalsSpin{from{transform:rotate(.1875turn)}to{transform:rotate(3.1875turn)}}@keyframes bikeSeat{from{stroke-dashoffset:5}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-5}}@keyframes bikeSpokes{from{animation-timing-function:ease-in;stroke-dashoffset:-31.416}33%,67%{animation-timing-function:ease-out;stroke-dashoffset:-23.562}to{stroke-dashoffset:-31.416}}@keyframes bikeSpokesSpin{from{transform:rotate(0)}to{transform:rotate(3turn)}}@keyframes bikeTire{from{animation-timing-function:ease-in;stroke-dashoffset:56.549;transform:rotate(0)}33%{stroke-dashoffset:0;transform:rotate(.33turn)}67%{animation-timing-function:ease-out;stroke-dashoffset:0;transform:rotate(.67turn)}to{stroke-dashoffset:-56.549;transform:rotate(1turn)}}@keyframes bikeBody{from{stroke-dashoffset:79}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-79}}@keyframes bikeFront{from{stroke-dashoffset:19}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-19}}@keyframes bikeHandlebars{from{stroke-dashoffset:10}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-10}}@keyframes bikePedals{from{animation-timing-function:ease-in;stroke-dashoffset:-25.133}33%,67%{animation-timing-function:ease-out;stroke-dashoffset:-21.991}to{stroke-dashoffset:-25.133}}@keyframes bikePedalsSpin{from{transform:rotate(.1875turn)}to{transform:rotate(3.1875turn)}}@keyframes bikeSeat{from{stroke-dashoffset:5}33%,67%{stroke-dashoffset:0}to{stroke-dashoffset:-5}}@keyframes bikeSpokes{from{animation-timing-function:ease-in;stroke-dashoffset:-31.416}33%,67%{animation-timing-function:ease-out;stroke-dashoffset:-23.562}to{stroke-dashoffset:-31.416}}@keyframes bikeSpokesSpin{from{transform:rotate(0)}to{transform:rotate(3turn)}}@keyframes bikeTire{from{animation-timing-function:ease-in;stroke-dashoffset:56.549;transform:rotate(0)}33%{stroke-dashoffset:0;transform:rotate(.33turn)}67%{animation-timing-function:ease-out;stroke-dashoffset:0;transform:rotate(.67turn)}to{stroke-dashoffset:-56.549;transform:rotate(1turn)}}@keyframes slide-left{from{margin-left:100%}to{margin-left:0}}#backtotop{opacity:0;right:20px;z-index:99;width:50px;bottom:20px;height:50px;font-size:25px;transition:.5s;line-height:49px;background-color:var(--secondaryColor);animation:border-transform 10s linear infinite alternate forwards;color:var(--whiteColor)}#backtotop.active{opacity:1}#backtotop:hover{background-color:var(--secondaryColor)}@keyframes border-transform{0%,100%{border-radius:63% 37% 54% 46%/55% 48% 52% 45%}14%{border-radius:40% 60% 54% 46%/49% 60% 40% 51%}28%{border-radius:54% 46% 38% 62%/49% 70% 30% 51%}42%{border-radius:61% 39% 55% 45%/61% 38% 62% 39%}56%{border-radius:61% 39% 67% 33%/70% 50% 50% 30%}70%{border-radius:50% 50% 34% 66%/56% 68% 32% 44%}84%{border-radius:46% 54% 50% 50%/35% 61% 39% 65%}}.rotate{animation:rotation 20s infinite linear}.bounce{animation:float 1.5s infinite ease-in-out}.moveHorizontal{animation:moveHorizontal 3s infinite ease-in-out}.moveVertical{animation:moveVertical 3s infinite ease-in-out}.zoomIn{animation:zoom-in 5s ease-out infinite}.animationFramesTwo{animation:animationFramesTwo 20s infinite ease-in-out}.animationFramesThree{animation:animationFramesThree 20s infinite ease-in-out}@keyframes zoom-in{0%{transform:scale(1,1)}50%{transform:scale(1.07,1.07)}100%{transform:scale(1,1)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes moveHorizontal{0%{transform:translateX(0px)}50%{transform:translateX(-20px)}100%{transform:translateX(0px)}}@keyframes moveVertical{0%{transform:translateY(0px)}50%{transform:translateY(-20px)}100%{transform:translateY(0px)}}@keyframes animationFramesTwo{0%{-webkit-transform:translate(0px,0px) rotate(0deg)}20%{-webkit-transform:translate(73px,-1px) rotate(36deg)}40%{-webkit-transform:translate(141px,72px) rotate(72deg)}60%{-webkit-transform:translate(83px,122px) rotate(108deg)}80%{-webkit-transform:translate(-40px,72px) rotate(144deg)}100%{-webkit-transform:translate(0px,0px) rotate(0deg)}}@keyframes animationFramesThree{0%{-webkit-transform:translate(0px,0px) rotate(0deg)}20%{-webkit-transform:translate(-73px,-1px) rotate(36deg)}40%{-webkit-transform:translate(-141px,72px) rotate(72deg)}60%{-webkit-transform:translate(-83px,122px) rotate(108deg)}80%{-webkit-transform:translate(40px,72px) rotate(144deg)}100%{-webkit-transform:translate(0px,0px) rotate(0deg)}}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(-5px)}100%{transform:translateY(0px)}}@keyframes ripple{70%{box-shadow:0 0 0 30px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.elementor-editor-active .navbar.sticky.eura-hide-adminbar{top:0 !important}.elementor-editor-active [data-cue=bounceInDown],.elementor-editor-active [data-cue=bounceInLeft],.elementor-editor-active [data-cue=bounceInRight],.elementor-editor-active [data-cue=bounceInUp],.elementor-editor-active [data-cue=bounceIn],.elementor-editor-active [data-cue=fadeIn],.elementor-editor-active [data-cue=rotateIn],.elementor-editor-active [data-cue=slideInDown],.elementor-editor-active [data-cue=slideInLeft],.elementor-editor-active [data-cue=slideInRight],.elementor-editor-active [data-cue=slideInUp],.elementor-editor-active [data-cue=zoomIn],.elementor-editor-active [data-cue=zoomOut],.elementor-editor-active [data-cues=bounceInDown]>*,.elementor-editor-active [data-cues=bounceInLeft]>*,.elementor-editor-active [data-cues=bounceInRight]>*,.elementor-editor-active [data-cues=bounceInUp]>*,.elementor-editor-active [data-cues=bounceIn]>*,.elementor-editor-active [data-cues=fadeIn]>*,.elementor-editor-active [data-cues=rotateIn]>*,.elementor-editor-active [data-cues=slideInDown]>*,.elementor-editor-active [data-cues=slideInLeft]>*,.elementor-editor-active [data-cues=slideInRight]>*,.elementor-editor-active [data-cues=slideInUp]>*,.elementor-editor-active [data-cues=zoomIn]>*,.elementor-editor-active [data-cues=zoomOut]>*{opacity:1}.page-nav .page-numbers{width:43px;height:43px;line-height:43px;font-size:16px;font-weight:700px;border-radius:100%;color:var(--titleColor);border:1px solid var(--titleColor);transition:var(--transition);position:relative;display:inline-block;overflow:hidden;margin-left:4px;margin-right:4px}.page-nav .page-numbers:before{position:absolute;top:0;left:0;content:"";width:0;height:100%;opacity:0;background:var(--titleColor);z-index:-1;transition:var(--transition)}.page-nav .page-numbers i{font-size:20px;line-height:.8;top:3px}.page-nav .page-numbers.current,.page-nav .page-numbers:hover{color:var(--whiteColor);opacity:1;border-color:transparent}.page-nav .page-numbers.current:before,.page-nav .page-numbers:hover:before{width:100%;opacity:1}.breadcrumb-wrap .br-content{padding:280px 0 170px}.breadcrumb-wrap .container .br-img{bottom:0;right:0}.breadcrumb-wrap .container .br-shape{bottom:14%;left:21%}.breadcrumb-wrap .br-title{font-size:40px;line-height:52px;font-weight:500;margin-bottom:21px;-ms-word-wrap:break-word;word-wrap:break-word}.breadcrumb-wrap .br-menu{line-height:1}.breadcrumb-wrap .br-menu li{display:inline-block;margin-right:1px;padding-right:11px;color:gray;position:relative}.breadcrumb-wrap .br-menu li a{color:var(--titleColor);font-weight:600}.breadcrumb-wrap .br-menu li a:hover{color:var(--secondaryColor)}.breadcrumb-wrap .br-menu li:after{position:absolute;top:0;right:0;content:"/";font-size:16px;color:gray;transform:rotate(3deg)}.breadcrumb-wrap .br-menu li:last-child{padding-right:0;margin-right:0}.breadcrumb-wrap .br-menu li:last-child:after{display:none}.hero-wrap .hero-content .hero-btn a:first-child{margin-right:28px}.hero-wrap.style-one{padding:160px 0 105px}.hero-wrap.style-one .hero-content span{color:rgba(93,93,93,.71);margin-bottom:17px}.hero-wrap.style-one .hero-content span strong{color:var(--titleColor);margin-left:3px}.hero-wrap.style-one .hero-content h1{font-size:90px;line-height:102px;margin-bottom:19px}.hero-wrap.style-one .hero-content p{margin-bottom:100px}.hero-wrap.style-one .scroll-to-section{bottom:77px;left:50.5%;transform:translateX(-50%)}.hero-wrap.style-one .scroll-to-section span{margin-top:5px}.hero-wrap.style-two{padding:235px 0 100px}.hero-wrap.style-two:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:linear-gradient(180deg,#e4f4f3 0%,rgba(228,244,243,0) 54%);z-index:-1}.hero-wrap.style-two .hero-content{margin-bottom:140px}.hero-wrap.style-two .hero-content h1{font-size:90px;line-height:102px;font-weight:600;margin-bottom:19px}.hero-wrap.style-two .hero-content p{margin-bottom:40px}.hero-wrap.style-two .hero-shape{top:-170px;right:125px}.hero-wrap.style-two .hero-thumb-slider{margin-bottom:45px}.hero-wrap.style-two .hero-thumb-slider .swiper-slide{cursor:pointer}.hero-wrap.style-two .hero-thumb-slider .swiper-slide img{display:block;margin-left:auto;max-width:172px}.hero-wrap.style-two .hero-navigation{margin-top:30px}.hero-wrap.style-two .hero-navigation .hero-prev{margin-right:18px}.hero-wrap.style-two .hero-navigation .hero-next{margin-left:18px}.hero-wrap.style-two .hero-navigation .hero-prev img,.hero-wrap.style-two .hero-navigation .hero-next img{opacity:.6}.hero-wrap.style-two .hero-navigation .hero-prev:hover img,.hero-wrap.style-two .hero-navigation .hero-next:hover img{opacity:1}.hero-wrap.style-three{background-color:var(--titleColor);padding:150px 0}.hero-wrap.style-three .hero-content>span{color:#e9ebe0;font-size:28px;border:1px solid rgba(255,255,255,.38);padding:12px 31px;border-radius:50px;margin-bottom:19px}.hero-wrap.style-three .hero-content h1{font-size:70px;line-height:82px;margin-bottom:14px}.hero-wrap.style-three .hero-content p{margin-bottom:45px;color:rgba(255,255,255,.8)}.hero-wrap.style-three .hero-img-wrap .outlined-text{font-size:132px;top:-20px;left:8px;line-height:1;font-weight:700;-webkit-text-stroke:1px rgba(255,255,255,.08);-webkit-text-fill-color:transparent;color:rgba(255,255,255,.08)}#feature-area{border-bottom:1px solid rgba(29,29,29,.15);padding-bottom:32px;margin-bottom:73px}.feature-wrap:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:linear-gradient(180deg,#e4f4f3 0%,rgba(228,244,243,0) 70%);z-index:-1}.feature-card h3{font-size:28px;line-height:40px;margin:31px 0 13px}.category-wrap .category-card{width:20%}.category-wrap .category-card .cat-img{width:50px;height:50px}.category-wrap .category-card h3{font-size:24px;line-height:36px;margin:30px 0 8px}.category-section .cat-shape-one{top:20px}.category-section .cat-shape-two{right:3%;top:85px}.category-slider .swiper-slide{transition:var(--transition)}.category-slider .swiper-slide .cat-card{transform:scale(.7);position:relative;z-index:1;padding-top:92px;transition:var(--transition)}.category-slider .swiper-slide .cat-card:before{position:absolute;top:0;left:50%;content:"";width:450px;height:450px;border-radius:50%;transform:translateX(-50%);background:linear-gradient(180deg,#e4f4f3 0%,rgba(228,244,243,0) 90%);z-index:-1;visibility:hidden;opacity:0;transition:var(--transition)}.category-slider .swiper-slide .cat-card .cat-info{visibility:hidden;opacity:0;margin-top:30px;transition:var(--transition)}.category-slider .swiper-slide .cat-card .cat-info h3{margin-bottom:12px}.category-slider .swiper-slide.swiper-slide-active .cat-card{transform:scale(1)}.category-slider .swiper-slide.swiper-slide-active .cat-card:before{visibility:visible;opacity:1}.category-slider .swiper-slide.swiper-slide-active .cat-card .cat-info{visibility:visible;opacity:1}.cat-navigation .cat-prev,.cat-navigation .cat-next{position:absolute;bottom:30px;z-index:1}.cat-navigation .cat-prev img,.cat-navigation .cat-next img{opacity:.6}.cat-navigation .cat-prev:hover img,.cat-navigation .cat-next:hover img{opacity:1}.cat-navigation .cat-prev{left:0}.cat-navigation .cat-next{right:0}.about-wrap.style-one .about-content .section-title h2,.about-wrap.style-two .about-content .section-title h2,.about-wrap.style-three .about-content .section-title h2{margin-bottom:28px}.about-wrap.style-one .about-content .features-item-wrap,.about-wrap.style-two .about-content .features-item-wrap,.about-wrap.style-three .about-content .features-item-wrap{margin-top:50px}.about-wrap.style-one .about-content .features-item-wrap .feature-item,.about-wrap.style-two .about-content .features-item-wrap .feature-item,.about-wrap.style-three .about-content .features-item-wrap .feature-item{width:33.33%}.about-wrap.style-one .about-content .features-item-wrap .feature-item p,.about-wrap.style-two .about-content .features-item-wrap .feature-item p,.about-wrap.style-three .about-content .features-item-wrap .feature-item p{margin:18px 5px 0 0}.about-wrap.style-two .about-img,.about-wrap.style-three .about-img{border-radius:400px 400px 0 0}.about-wrap.style-two .about-img img,.about-wrap.style-three .about-img img{border-radius:400px 400px 0 0}.about-wrap.style-three .about-content .features-item-wrap{width:calc(100% + 120px);margin-left:-120px;padding:30px}.find-us-wrap .section-shape-one{top:10%;left:1%}.find-us-wrap .section-shape-two{top:10%;right:1%}.find-us-box{padding:95px 100px 100px}.find-us-box .section-title p{padding:0 50px}.find-us-box form input{margin-bottom:30px;border:none;padding:0 0 8px;border-bottom:1px solid rgba(29,29,29,.15)}.find-us-box form button{margin:0 auto}.section-shape-three{top:0;left:-10px}.promo-wrap .section-title p{margin:27px 0 32px}.promo-wrap.style-one .container{padding-bottom:335px}.promo-wrap.style-one .promo-img{position:absolute;right:0;max-width:800px}.promo-wrap.style-two .container{padding-bottom:340px}.promo-wrap.style-two .container .promo-shape{bottom:37px;left:25px}.promo-wrap.style-two .promo-img{position:absolute;right:10px;max-width:600px}.product-area:after{position:absolute;top:31.6%;left:0;content:"";width:100%;height:72%;background:linear-gradient(180deg,#e9ebe0 0%,rgba(233,235,224,0) 68%);z-index:-1}.product-card.style-one .product-info,.product-card.style-three .product-info,.product-card.style-five .product-info,.product-card.style-six .product-info{margin:20px 0 0}.product-card.style-one .product-info .product-ratings,.product-card.style-three .product-info .product-ratings,.product-card.style-five .product-info .product-ratings,.product-card.style-six .product-info .product-ratings{margin-bottom:3px}.product-card.style-one .product-info .product-ratings .ratings .rating li,.product-card.style-three .product-info .product-ratings .ratings .rating li,.product-card.style-five .product-info .product-ratings .ratings .rating li,.product-card.style-six .product-info .product-ratings .ratings .rating li{margin-right:-5px}.product-card.style-one .product-info .product-ratings .ratings .rating li i,.product-card.style-three .product-info .product-ratings .ratings .rating li i,.product-card.style-five .product-info .product-ratings .ratings .rating li i,.product-card.style-six .product-info .product-ratings .ratings .rating li i{font-size:18px;line-height:.8;color:var(--titleColor)}.product-card.style-one .product-info .product-ratings .ratings span,.product-card.style-three .product-info .product-ratings .ratings span,.product-card.style-five .product-info .product-ratings .ratings span,.product-card.style-six .product-info .product-ratings .ratings span{margin-left:12px;color:rgba(93,93,93,.71)}.product-card.style-one .product-info .product-ratings .ratings p,.product-card.style-three .product-info .product-ratings .ratings p,.product-card.style-five .product-info .product-ratings .ratings p,.product-card.style-six .product-info .product-ratings .ratings p{margin:0}.product-card.style-one .product-info .product-ratings .ratings p strong,.product-card.style-three .product-info .product-ratings .ratings p strong,.product-card.style-five .product-info .product-ratings .ratings p strong,.product-card.style-six .product-info .product-ratings .ratings p strong{margin-left:5px}.product-card.style-one .product-info .product-ratings .color-picker,.product-card.style-three .product-info .product-ratings .color-picker,.product-card.style-five .product-info .product-ratings .color-picker,.product-card.style-six .product-info .product-ratings .color-picker{margin-top:3px}.product-card.style-one .product-info .product-ratings .color-picker label,.product-card.style-three .product-info .product-ratings .color-picker label,.product-card.style-five .product-info .product-ratings .color-picker label,.product-card.style-six .product-info .product-ratings .color-picker label{width:22px;height:22px;margin:0 -2px 0 0}.product-card.style-one .product-info .product-ratings .color-picker label span,.product-card.style-three .product-info .product-ratings .color-picker label span,.product-card.style-five .product-info .product-ratings .color-picker label span,.product-card.style-six .product-info .product-ratings .color-picker label span{width:15px;height:15px}.product-card.style-one .product-info .product-title h3,.product-card.style-one .product-info .product-title h6,.product-card.style-three .product-info .product-title h3,.product-card.style-three .product-info .product-title h6,.product-card.style-five .product-info .product-title h3,.product-card.style-five .product-info .product-title h6,.product-card.style-six .product-info .product-title h3,.product-card.style-six .product-info .product-title h6{font-size:24px;line-height:36px}.product-card.style-one .product-info .product-title del,.product-card.style-three .product-info .product-title del,.product-card.style-five .product-info .product-title del,.product-card.style-six .product-info .product-title del{margin-right:8px;opacity:.6}.product-card.style-one .product-info .product-title,.product-card.style-six .product-info .product-title{border-bottom:1px solid rgba(93,93,93,.15);padding-bottom:14px;margin-bottom:15px}.product-card.style-one .product-info .product-brief,.product-card.style-six .product-info .product-brief{margin-bottom:32px}.product-card.style-two{padding:35px 30px 35px}.product-card.style-two .product-title .product-title-left h3{font-size:36px;margin-bottom:15px}.product-card.style-two .product-title .product-title-left h3 a{color:var(--titleColor)}.product-card.style-two .product-title .product-title-left h3 a:hover{color:var(--secondaryColor)}.product-card.style-two .product-title .product-title-left .product-metainfo li{display:inline-block;margin-right:16px}.product-card.style-two .product-title .product-title-left .product-metainfo li:last-child{margin-right:0}.product-card.style-two .product-title .product-title-left .product-metainfo li strong{margin-left:5px}.product-card.style-two .product-title h4{font-size:36px}.product-card.style-two .product-img{margin:35px 0 60px}.product-card.style-two .product-action .btn-wrap a:first-child{margin-right:25px}.product-card.style-five .product-img{position:relative;overflow:unset !important;background-color:#f0f0f0;padding:80px 50px}.product-card.style-five .product-img img{transition:var(--transition)}.product-card.style-five .product-img .product-promo{top:20px;left:20px;border-radius:50px;padding:4px 21px 6px;color:rgba(29,29,29,.75)}.product-card.style-five .product-img .btn{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);visibility:hidden;opacity:0}.product-card.style-five .product-img .card-btns .input-counter{display:none}.product-card.style-five .product-img .card-btns .single_add_to_cart_button{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);visibility:hidden;background-color:var(--titleColor);opacity:0;transition:var(--transition);border-radius:50px}.product-card.style-five .product-img .card-btns .single_add_to_cart_button:hover{background-color:var(--secondaryColor)}.product-card.style-five .product-img .card-btns .add-to-cart-btn{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);padding:18px;visibility:hidden;text-align:center;background-color:var(--titleColor);color:var(--whiteColor);opacity:0;transition:var(--transition);border-radius:50px}.product-card.style-five .product-img .card-btns .add-to-cart-btn:hover{background-color:var(--secondaryColor)}.product-card.style-five .product-img .card-btns .variations{position:absolute;right:0 !important;bottom:-62px !important;left:auto !important;background-color:transparent !important;margin:0 !important}.product-card.style-five .product-img .card-btns .variations .label{display:none !important}.product-card.style-five .product-img .card-btns .variations tbody tr td{border:unset !important}.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches{margin-bottom:0 !important;margin-right:0 !important;float:right !important}.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper{margin-right:10px !important}.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch{height:15px !important;width:15px !important}.product-card.style-five .product-img .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child{margin-right:0 !important}.product-card.style-five.style .card-btns .input-counter{display:none}.product-card.style-five.style .card-btns .single_add_to_cart_button{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);visibility:hidden;background-color:var(--titleColor);border:unset;opacity:0;color:var(--whiteColor);transition:var(--transition);border-radius:50px}.product-card.style-five.style .card-btns .single_add_to_cart_button.wc-variation-selection-needed{cursor:no-drop}.product-card.style-five.style .card-btns .single_add_to_cart_button:hover{background-color:var(--secondaryColor)}.product-card.style-five.style .card-btns .add-to-cart-btn{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);padding:18px;visibility:hidden;text-align:center;background-color:var(--titleColor);color:var(--whiteColor);opacity:0;transition:var(--transition);border-radius:50px}.product-card.style-five.style .card-btns .add-to-cart-btn:hover{background-color:var(--secondaryColor)}.product-card.style-five.style .card-btns .variations{position:absolute;right:0 !important;bottom:-42px !important;left:auto !important;background-color:transparent !important;margin:0 !important}.product-card.style-five.style .card-btns .variations .label{display:none !important}.product-card.style-five.style .card-btns .variations tbody tr td{border:unset !important;padding:0 !important}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches{margin-bottom:0 !important;margin-right:0 !important;float:right !important;display:flex !important}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper{margin-right:10px !important}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch{height:16px !important;width:16px !important;border-radius:100%;transition:var(--transition);position:relative;border:1px solid #eee;cursor:pointer}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch:before{position:absolute;content:"";left:-4px;right:-4px;top:-4px;bottom:-4px;border-radius:100%;border:1px solid var(--titleColor);transition:var(--transition);opacity:0}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span{display:none !important}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected:before{opacity:1}.product-card.style-five.style .card-btns .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child{margin-right:0 !important}.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button{bottom:20px;visibility:visible;opacity:1}.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed{opacity:.6;background-color:var(--titleColor)}.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed:before{position:absolute;content:"Select color";background-color:var(--blackColor);color:var(--whiteColor);font-size:13px;padding:5px 10px;border-radius:30px;line-height:1;top:-20px;transition:var(--transition);opacity:0}.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed:after{position:absolute;content:"";top:-3px;height:10px;width:10px;left:47%;margin:auto;background-color:var(--blackColor);transform:rotate(45deg);transition:var(--transition);opacity:0}.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed:hover:before{opacity:1}.product-card.style-five:hover .product-img .card-btns .single_add_to_cart_button.wc-variation-selection-needed:hover:after{opacity:1}.product-card.style-five:hover .product-img .card-btns .add-to-cart-btn{bottom:20px;visibility:visible;opacity:1}.product-card.style-three .product-img{margin:35px 0 45px}.product-card.style-three:hover .product-img img{transform:scale(1)}.product-card.style-six .product-img{padding:56px 0;transition:var(--transition)}.product-card.style-six .product-img img{display:block;margin:0 auto}.product-card.style-six .product-img .style6{padding-left:50px;padding-right:50px}.product-card.style-six .product-info .product-brief{margin-bottom:28px}.product-card.style-six:hover .product-img{background-color:#f0f0f0}.product-card.style-six .product-info{position:relative}.product-card.style-six .product-info .card-btn .input-counter{display:none}.product-card.style-six .product-info .card-btn .single_add_to_cart_button{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--titleColor);background-color:transparent;display:inline-block;padding:10px 30px 14px;border:1px solid rgba(29,29,29,.15);transition:var(--transition);width:100%;text-align:center;margin-top:30px;margin-bottom:10px}.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed{cursor:no-drop;position:relative}.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:before{position:absolute;content:"Select color";background-color:var(--blackColor);color:var(--whiteColor);font-size:13px;padding:5px 10px;border-radius:30px;line-height:1;top:-20px;transition:var(--transition);opacity:0}.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:after{position:absolute;content:"";top:-3px;height:10px;width:10px;left:47%;margin:auto;background-color:var(--blackColor);transform:rotate(45deg);transition:var(--transition);opacity:0}.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover:before{opacity:1}.product-card.style-six .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover:after{opacity:1}.product-card.style-six .product-info .card-btn .single_add_to_cart_button:hover{color:var(--whiteColor);background-color:var(--blackColor)}.product-card.style-six .product-info .card-btn .single_add_to_cart_button:hover.wc-variation-selection-needed{background-color:transparent;color:var(--titleColor)}.product-card.style-six .product-info .card-btn .add-to-cart-btn{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--titleColor);background-color:transparent;display:inline-block;padding:10px 30px 14px;border:1px solid rgba(29,29,29,.15);transition:var(--transition);width:100%;text-align:center;margin-top:30px;margin-bottom:10px}.product-card.style-six .product-info .card-btn .add-to-cart-btn:hover{background-color:var(--titleColor);color:var(--whiteColor)}.product-card.style-six .product-info .card-btn .variations{position:absolute;right:-15px !important;top:-10px !important;left:auto !important;background-color:transparent !important;margin:0 !important}.product-card.style-six .product-info .card-btn .variations .label{display:none !important}.product-card.style-six .product-info .card-btn .variations tbody tr td{border:unset !important}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches{margin-bottom:0 !important;margin-right:0 !important;float:right !important;display:flex !important}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper{margin-right:10px !important}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch{height:16px !important;width:16px !important;border-radius:100%;transition:var(--transition);position:relative;border:1px solid #eee;cursor:pointer}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch:before{position:absolute;content:"";left:-4px;right:-4px;top:-4px;bottom:-4px;border-radius:100%;border:1px solid var(--titleColor);transition:var(--transition);opacity:0}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span{display:none !important}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected:before{opacity:1}.product-card.style-six .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child{margin-right:0 !important}.product-card.style-one{z-index:3}.product-card.style-one .product-img{position:relative;overflow:unset !important;background-color:#f0f0f0;padding:50px}.product-card.style-one .product-img img{transition:var(--transition)}.product-card.style-one .add-to-cart-btn{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--titleColor);background-color:transparent;display:inline-block;padding:14px 30px 14px;border:1px solid rgba(29,29,29,.15);transition:var(--transition);width:100%;text-align:center;margin-top:30px;margin-bottom:10px}.product-card.style-one .add-to-cart-btn:hover{color:var(--whiteColor);background-color:var(--blackColor)}.product-card.style-one .product-info{position:relative}.product-card.style-one .product-info .card-btn .input-counter{display:none}.product-card.style-one .product-info .card-btn .single_add_to_cart_button{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--titleColor);background-color:transparent;display:inline-block;padding:10px 30px 14px;border:1px solid rgba(29,29,29,.15);transition:var(--transition);width:100%;text-align:center;margin-top:30px;margin-bottom:10px}.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed{cursor:no-drop;position:relative}.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:before{position:absolute;content:"Select color";background-color:var(--blackColor);color:var(--whiteColor);font-size:13px;padding:5px 10px;border-radius:30px;line-height:1;top:-20px;transition:var(--transition);opacity:0}.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:after{position:absolute;content:"";top:-3px;height:10px;width:10px;left:47%;margin:auto;background-color:var(--blackColor);transform:rotate(45deg);transition:var(--transition);opacity:0}.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover:before{opacity:1}.product-card.style-one .product-info .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover:after{opacity:1}.product-card.style-one .product-info .card-btn .single_add_to_cart_button:hover{color:var(--whiteColor);background-color:var(--blackColor)}.product-card.style-one .product-info .card-btn .single_add_to_cart_button:hover.wc-variation-selection-needed{background-color:transparent;color:var(--titleColor)}.product-card.style-one .product-info .card-btn .add-to-cart-btn{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);padding:18px;visibility:hidden;text-align:center;background-color:var(--titleColor);color:var(--whiteColor);opacity:0;transition:var(--transition);border-radius:50px}.product-card.style-one .product-info .card-btn .add-to-cart-btn:hover{background-color:var(--secondaryColor)}.product-card.style-one .product-info .card-btn .variations{position:absolute;right:0 !important;top:0 !important;left:auto !important;background-color:transparent !important;margin:0 !important}.product-card.style-one .product-info .card-btn .variations .label{display:none !important}.product-card.style-one .product-info .card-btn .variations tbody tr td{border:unset !important}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches{margin-bottom:0 !important;margin-right:0 !important;float:right !important;display:flex !important}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper{margin-right:10px !important}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch{height:15px !important;width:15px !important;border-radius:100%;transition:var(--transition);position:relative;border:1px solid #eee;cursor:pointer}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch:before{position:absolute;content:"";left:-4px;right:-4px;top:-4px;bottom:-4px;border-radius:100%;border:1px solid var(--titleColor);transition:var(--transition);opacity:0}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span{display:none !important}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected:before{opacity:1}.product-card.style-one .product-info .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child{margin-right:0 !important}.product-card.style-three{position:relative}.product-card.style-three .card-btn .input-counter{display:none}.product-card.style-three .card-btn .single_add_to_cart_button{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--titleColor);background-color:transparent;display:inline-block;padding:10px 30px 14px;border:1px solid rgba(29,29,29,.15);transition:var(--transition);width:100%;text-align:center;margin-top:30px;margin-bottom:10px}.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed{cursor:no-drop;position:relative}.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed:before{position:absolute;content:"Select color";background-color:var(--blackColor);color:var(--whiteColor);font-size:13px;padding:5px 10px;border-radius:30px;line-height:1;top:-20px;transition:var(--transition);opacity:0}.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed:after{position:absolute;content:"";top:-3px;height:10px;width:10px;left:47%;margin:auto;background-color:var(--blackColor);transform:rotate(45deg);transition:var(--transition);opacity:0}.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover:before{opacity:1}.product-card.style-three .card-btn .single_add_to_cart_button.wc-variation-selection-needed:hover:after{opacity:1}.product-card.style-three .card-btn .single_add_to_cart_button:hover{color:var(--whiteColor);background-color:var(--blackColor)}.product-card.style-three .card-btn .single_add_to_cart_button:hover.wc-variation-selection-needed{background-color:transparent;color:var(--titleColor)}.product-card.style-three .card-btn .add-to-cart-btn{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--titleColor);background-color:transparent;display:inline-block;padding:10px 30px 14px;border:1px solid rgba(29,29,29,.15);transition:var(--transition);width:100%;text-align:center;margin-top:30px;margin-bottom:10px}.product-card.style-three .card-btn .add-to-cart-btn:hover{background-color:var(--titleColor);color:var(--whiteColor)}.product-card.style-three .card-btn .variations{position:absolute;right:-15px !important;top:0 !important;left:auto !important;background-color:transparent !important;margin:0 !important}.product-card.style-three .card-btn .variations .label{display:none !important}.product-card.style-three .card-btn .variations tbody tr td{border:unset !important}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches{margin-bottom:0 !important;margin-right:0 !important;float:right !important;display:flex !important}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper{margin-right:10px !important}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch{height:16px !important;width:16px !important;border-radius:100%;transition:var(--transition);position:relative;border:1px solid #eee;cursor:pointer}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch:before{position:absolute;content:"";left:-4px;right:-4px;top:-4px;bottom:-4px;border-radius:100%;border:1px solid var(--titleColor);transition:var(--transition);opacity:0}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span{display:none !important}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected:before{opacity:1}.product-card.style-three .card-btn .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child{margin-right:0 !important}.product-card .sale{background-color:var(--blackColor);position:absolute;left:20px;top:20px;font-size:12px;color:var(--lilacColor);border-radius:4px;padding:5px 10px;line-height:1;text-transform:capitalize}.product-card:hover .product-img img{transform:scale(1.02)}.product-card.feature .product-img{max-width:430px;margin:35px auto 60px}.product-card .price del{margin-right:8px;opacity:.6}.product-slider-one .product-card,.product-slider-four .product-card{padding-bottom:2px}.product-slider-two .product-navigation .slider-prev,.product-slider-two .product-navigation .slider-next,.product-slider-three .product-navigation .slider-prev,.product-slider-three .product-navigation .slider-next{position:absolute;top:49.5%;transform:translateY(-50%);z-index:1}.product-slider-two .product-navigation .slider-prev,.product-slider-three .product-navigation .slider-prev{left:30px}.product-slider-two .product-navigation .slider-next,.product-slider-three .product-navigation .slider-next{right:30px}.product-slider-four,.product-slider-five{padding-bottom:75px !important}.product-slider-four .swiper-scrollbar,.product-slider-five .swiper-scrollbar{cursor:pointer}.product-slider-four .swiper-scrollbar .swiper-scrollbar-drag,.product-slider-five .swiper-scrollbar .swiper-scrollbar-drag{height:2px;top:-.5px;background-color:var(--titleColor)}.product-slider-four .swiper-scrollbar,.product-slider-five .swiper-scrollbar{height:1px !important}.product-slider-five .swiper-slide.swiper-slide-next .product-card .product-img{background-color:#f0f0f0}.color-picker label{position:relative;display:inline-block;width:28px;height:28px;border-radius:50%;cursor:pointer}.color-picker label span{display:block;width:18.5px;height:18.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;transition:transform .2s ease-in-out}.color-picker label span.clr_one{background:#769cac}.color-picker label span.clr_two{background:var(--whiteColor)}.color-picker label span.clr_three{background:#fba5be}.color-picker label span.clr_four{background:#bd9b73}.color-picker label span.clr_five{background:#47946a}.color-picker label span.clr_six{background:#b1a5fb}.color-picker label span.clr_seven{background:#060708}.color-picker label span.clr_eight{background:#7585bd}.color-picker label span.clr_nine{background:#a5dcfb}.color-picker label span.clr_ten{background:#d3ab00}.color-picker label span.clr_eleven{background:#afadaa}.color-picker label span.clr_twelve{background:#a5aa84}.color-picker label span.clr_thirteen{background:#e0a8a8}.color-picker label span.clr_fourteen{background:#73bd9f}.color-picker label span.clr_sixteen{background:#bb7fdf}.color-picker label span.clr_seventeen{background:#dadada}.color-picker label span.clr_eighteen{background:#7b67f4}.color-picker label span.clr_nineteen{background:#1d1d1d}.color-picker label span.clr_twenty{background:#ccc}.color-picker label span.clr_21{background:#ecff6c}.color-picker label span.clr_22{background:#874fff}.color-picker label span.clr_23{background:#0a5346}.color-picker label span.clr_24{background:#ffa826}.color-picker label span.clr_25{background:#2656ff}.color-picker label span.clr_26{background:#26ffff}.color-picker label span.clr_27{background:#26ff7d}.color-picker label span.clr_28{background:#4d63db}.color-picker input[type=radio]{display:none}.color-picker input[type=radio]:checked+label{border:1px solid #8c8c8c}.filter-cat{background-color:#f0f0f0;height:48px;padding:10px 20px;background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/down-arrow-3.svg)}.products-details-image{position:relative}.products-details-image .flex-control-nav{position:absolute;left:-30px;top:60px}.products-details-image .flex-control-nav li{display:block !important;float:unset !important;width:100% !important;margin-bottom:15px !important;height:90px !important;width:120px !important;background-color:#f0f0f0;border:1px solid rgba(29,29,29,.15) !important;transition:var(--transition);border-radius:5px !important;overflow:hidden}.products-details-image .flex-control-nav li img{height:90px !important;width:120px !important;display:inline-block !important;-o-object-fit:cover !important;object-fit:cover !important;opacity:1 !important;border-radius:5px !important;overflow:hidden;transition:var(--transition);padding:10px;position:relative;top:-10px}.products-details-image .flex-control-nav li:hover img{transform:scale(.8)}.products-details-image .flex-viewport{margin-left:50px !important;background-color:#f0f0f0 !important;position:relative}.products-details-image .flex-viewport:before{position:absolute;content:"";left:0;top:0;bottom:0;right:0;background-color:#f0f0f0 !important}.products-details-image .woocommerce-product-gallery__image a{padding:100px 80px !important}.products-details-image .woocommerce-product-gallery__trigger{display:none !important}.products-details-image .zoomImg{height:160% !important;width:160% !important;background-color:#f0f0f0 !important}.products-details-image .woocommerce-product-gallery{width:100% !important;background-color:#f0f0f0}.products-details-image .image{background-color:#f0f0f0;padding:80px}.testimonial-area:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:linear-gradient(180deg,#e9ebe0 0%,rgba(233,235,224,0) 96%);z-index:-1}.testimonial-card.style-one .ratings-wrap .rating li{display:inline-block;margin-right:-4px}.testimonial-card.style-one .ratings-wrap .rating li i{font-size:22px;color:var(--titleColor)}.testimonial-card.style-one .client-quote{font-size:28px;line-height:40px;margin:52px 0 54px}.testimonial-card.style-one h6{font-size:24px;font-weight:500;padding-left:55px}.testimonial-card.style-one h6:before{position:absolute;top:13px;left:0;content:"";width:40px;height:1px;background-color:var(--titleColor)}.testimonial-card.style-two .quote-box{margin-top:45px;padding:30px;background-color:var(--whiteColor)}.testimonial-card.style-two .quote-box .rating li{display:inline-block;margin-right:-4px}.testimonial-card.style-two .quote-box .rating li i{font-size:22px;color:var(--titleColor)}.testimonial-card.style-two .quote-box .client-quote{font-size:28px;line-height:40px;margin:14px 0 50px;font-style:italic}.testimonial-card.style-two .quote-box h6{font-size:24px;font-weight:500;padding-left:55px}.testimonial-card.style-two .quote-box h6:before{position:absolute;top:13px;left:0;content:"";width:40px;height:1px;background-color:var(--titleColor)}.testimonial-wrap.style-one .testimonial-navigation .testimonial-prev,.testimonial-wrap.style-one .testimonial-navigation .testimonial-next{position:absolute;top:53%;transform:translateY(-50%);z-index:1}.testimonial-wrap.style-one .testimonial-navigation .testimonial-prev{left:13px}.testimonial-wrap.style-one .testimonial-navigation .testimonial-next{right:13px}.testimonial-wrap .testimonial-pagination{position:absolute;bottom:0;right:0;text-align:right;z-index:1}.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet{font-size:16px;font-weight:600;background:0 0;opacity:1;display:inline-block;position:relative;padding-left:9px;padding-right:6px;margin-right:5px;width:auto;height:auto}.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet:last-child{margin-right:0}.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet:before{position:absolute;top:0;left:0;content:"0";font-size:16px;font-weight:600;color:var(--paraColor)}.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet:after{position:absolute;top:0;right:0;content:"/";font-size:16px;font-weight:600;color:var(--paraColor)}.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:var(--titleColor)}.testimonial-wrap .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{color:var(--titleColor)}.testimonial-wrap.style-two .testimonial-img{border-radius:400px 400px 0 0}.testimonial-wrap.style-two .testimonial-img img{border-radius:400px 400px 0 0}.testimonial-wrap.style-two .testimonial-slider-wrap{position:relative;z-index:2}.testimonial-wrap.style-two .testimonial-navigation{position:relative;bottom:0;top:auto;margin-top:40px;transform:translateY(0)}.testimonial-wrap.style-two .testimonial-navigation .testimonial-prev img,.testimonial-wrap.style-two .testimonial-navigation .testimonial-next img{max-width:26px}.testimonial-wrap.style-two .testimonial-navigation .testimonial-prev{left:auto;margin-right:14px}.testimonial-wrap.style-two .testimonial-navigation .testimonial-next{right:auto;margin-left:14px}.testimonial-slider-wrap{width:calc(100% + 60px)}.blog-card .blog-info h3{margin:12px 0 10px;font-size:22px;line-height:32px}.blog-card.style-one .blog-img{margin-bottom:20px}.blog-card.style-one .round-15{border-radius:15px}.blog-card:hover .blog-img img{transform:scale(1.05)}.blog-card.main .blog-img{margin-bottom:0;border-radius:5px 5px 0 0}.blog-card.main .blog-info{padding:30px;border:1px solid rgba(29,29,29,.15);border-radius:0 0 5px 5px}.blog-card.main .blog-info h3{font-size:22px;-ms-word-wrap:break-word;word-wrap:break-word}.blog-card.main .blog-info p{margin-bottom:0}.blog-card.sticky .blog-info{background-color:#e4f4f3}.blog-metainfo li{display:inline-block;padding-right:15px;margin-right:8px}.blog-metainfo li:after{position:absolute;top:12px;right:0;content:"";width:5px;height:5px;border-radius:50%;background-color:var(--paraColor)}.blog-metainfo li a{color:rgba(29,29,29,.75);text-transform:capitalize}.blog-metainfo li a:hover{color:var(--titleColor)}.blog-metainfo li:last-child{margin-right:0;padding-right:0}.blog-metainfo li:last-child:after{display:none}.subscribe-wrap{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/subscribe-bg.webp);padding:120px 0 140px;margin-left:20px;margin-right:20px;border-radius:60px}.subscribe-wrap:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/overlay-shape.webp);background-position:top left;background-size:cover;background-repeat:no-repeat;z-index:-1}.subscribe-wrap .subscribe-content h2{font-size:70px;line-height:84px}.subscribe-wrap .subscribe-content form input{height:70px;padding:14px 230px 14px 38px;border-radius:50px;color:rgba(29,29,29,.75)}.subscribe-wrap .subscribe-content form input::-moz-placeholder{color:rgba(29,29,29,.75);opacity:1}.subscribe-wrap .subscribe-content form input::placeholder{color:rgba(29,29,29,.75);opacity:1}.subscribe-wrap .subscribe-content form button{position:absolute;top:8px;right:8px;height:53px}.subscribe-wrap .subscribe-content form .mchimp-errmessage{color:var(--secondaryColor)}.contact-box.style-one{background-color:#f5f5f5;padding:30px;border-radius:5px}.contact-box .contact-form .form-group textarea{height:105px}.contact-item-wrap .contact-item{border-bottom:1px solid rgba(29,29,29,.15);padding-bottom:20px;margin-bottom:35px}.contact-item-wrap .contact-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.contact-item-wrap .contact-item h2{padding-left:60px;margin-bottom:18px;position:relative;font-size:24px;line-height:36px}.contact-item-wrap .contact-item h2 span{position:absolute;top:-6px;left:0;width:47px;height:47px;border:1px solid var(--titleColor)}.contact-item-wrap .contact-item h2 span i{font-size:22px}.contact-item-wrap .contact-item ul li{display:inline-block;padding-right:25px;margin-right:15px;color:#4d4d4d}.contact-item-wrap .contact-item ul li:after{position:absolute;top:0;right:0;content:"/";font-size:16px;color:#d9d9d9}.contact-item-wrap .contact-item ul li:last-child{padding-right:0;margin-right:0}.contact-item-wrap .contact-item ul li:last-child:after{display:none}.contact-item-wrap .contact-item ul li a:hover{color:var(--secondaryColor)}.contact-item-wrap .contact-item p{color:#4d4d4d}.comp-map{height:627px;width:100%}.comp-map iframe{width:100%;height:100%}.sidebar{border:1px solid rgba(29,29,29,.15);padding:25px;border-radius:5px}.sidebar .sidebar-widget{margin:0 0 45px}.sidebar .sidebar-widget .sidebar-widget-title{font-size:24px;font-weight:600;line-height:36px;margin:0 0 18px}.sidebar .sidebar-widget:last-child{margin:0}.sidebar .sidebar-widget .color-picker label{margin-right:-4px}.sidebar .sidebar-widget.widget_categories{margin-bottom:30px}.sidebar .sidebar-widget.widget_categories li{position:relative;margin-bottom:5px;padding-bottom:12px;border-bottom:1px solid rgba(29,29,29,.15);border-radius:0}.sidebar .sidebar-widget.widget_categories li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sidebar .sidebar-widget.widget_categories li a{color:var(--paraColor);display:block;transition:var(transition)}.sidebar .sidebar-widget.widget_categories li a:hover{color:var(--titleColor)}.sidebar .sidebar-widget.widget_categories li span{display:inline-block;position:absolute;right:0;top:-2px}.sidebar .sidebar-widget.widget_tag_cloud{margin-top:-12px}.sidebar .sidebar-widget.widget_tag_cloud a{font-size:14px;display:inline-block;line-height:16px;margin:12px 8px 0 0;padding:7px 20px 8px;color:rgba(29,29,29,.75);background-color:#f0f0f0;border-radius:4px;transition:var(transition)}.sidebar .sidebar-widget.widget_tag_cloud a:hover{background-color:var(--titleColor);color:var(--whiteColor);border-color:transparent}.sidebar .widget .wp-block-heading{font-size:24px;font-weight:600;margin-bottom:18px}.sidebar .widget:last-child{margin-bottom:0}.sidebar.style-two{border:none}.sidebar.style-two .sidebar-widget{border-radius:5px;padding:25px;border:1px solid rgba(29,29,29,.15);margin-bottom:60px}.sidebar.style-two .sidebar-widget.last-child{margin-bottom:0}.search-box-widget{position:relative}.search-box-widget input{width:100%;height:48px;background:#f0f0f0;padding:12px 45px 12px 25px;border-radius:50px}.search-box-widget input::-moz-placeholder{color:var(--paraColor);opacity:1}.search-box-widget input::placeholder{color:var(--paraColor);opacity:1}.search-box-widget input:focus{border-color:var(--titleColor)}.search-box-widget button{top:10px;right:20px}.search-box-widget button i{font-size:20px;line-height:.8;color:var(--paraColor)}.category-box li{position:relative;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(29,29,29,.15)}.category-box li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.category-box li a{color:var(--paraColor);display:block;transition:var(transition)}.category-box li a span{float:right;text-align:right}.category-box li a:hover{color:var(--titleColor)}.pp-post-item{margin:0 0 25px}.pp-post-item:last-child{margin:0}.pp-post-item .pp-post-img{width:110px}.pp-post-item .pp-post-info{width:calc(100% - 130px);margin-left:20px;position:relative}.pp-post-item .pp-post-info h6{font-size:16px;line-height:1.4;font-weight:600;margin-bottom:10px}.pp-post-item .pp-post-info h6 a{color:var(--titleColor)}.pp-post-item .pp-post-info h6 a:hover{color:var(--secondaryColor)}.pp-post-item .pp-post-info span{font-weight:400;line-height:1;display:block;color:rgba(29,29,29,.75);margin-bottom:14px}.pp-post-item.style-two .pp-post-info span{color:#4d4d4d;font-weight:500}.wrapper{width:400px;background:#fff;border-radius:10px;padding:20px 25px 40px;box-shadow:0 12px 35px rgba(0,0,0,.1)}.range-input input{position:absolute;width:100%;height:5px;top:-5px;background:0 0;pointer-events:none}.price-input div{position:relative}.price-input div:before{position:absolute;top:10px;left:0;content:"$";font-size:14px;font-weight:600;color:#333}.price-input div input{width:45px}.price-input div:first-child input{padding-left:10px}.price-input div:last-child input{text-align:right}.price-input input{border:none;color:var(--titleColor);font-weight:600;font-size:14px;padding:10px 0 0;width:50%}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.price-slider{height:4px;position:relative;background:rgba(29,29,29,.21);border-radius:5px}.price-slider .progress{height:100%;left:25%;right:25%;position:absolute;border-radius:4px;background:var(--titleColor)}.range-input{position:relative}.range-input input{position:absolute;width:100%;height:5px;top:-5px;padding:0;background:0 0;pointer-events:none;border:none}input[type=range]::-webkit-slider-thumb{height:15px;width:15px;border-radius:50%;background:var(--titleColor);pointer-events:auto;-webkit-appearance:none;cursor:pointer;box-shadow:0 0 6px rgba(0,0,0,.05)}input[type=range]::-moz-range-thumb{height:15px;width:15px;border:none;border-radius:50%;background:var(--titleColor);pointer-events:auto;-moz-appearance:none;cursor:pointer;box-shadow:0 0 6px rgba(0,0,0,.05)}.tag-list{margin-top:-12px}.tag-list li{display:inline-block;margin:12px 8px 0 0}.tag-list li a{font-size:14px;display:inline-block;line-height:16px;padding:7px 20px 8px;color:rgba(29,29,29,.75);background-color:#f0f0f0;border-radius:4px;transition:var(transition)}.tag-list li a:hover{background-color:var(--titleColor);color:var(--whiteColor);border-color:transparent}.brand-type{margin-bottom:-10px}.brand-type li{display:inline-block;margin:0 15px 10px 0}.blog-desc p,.terms-wrap p{margin-bottom:20px}.blog-desc p strong,.blog-desc p b,.terms-wrap p strong,.terms-wrap p b{color:var(--titleColor)}.blog-desc p a,.terms-wrap p a{color:var(--paraColor);font-weight:600}.blog-desc p a:hover,.terms-wrap p a:hover{text-decoration:underline;color:var(--titleColor)}.blog-desc h1,.blog-desc h2,.blog-desc h3,.blog-desc h4,.blog-desc h5,.blog-desc h6,.terms-wrap h1,.terms-wrap h2,.terms-wrap h3,.terms-wrap h4,.terms-wrap h5,.terms-wrap h6{margin-bottom:17px}.blog-desc h1,.terms-wrap h1{font-size:36px}.blog-desc h2,.terms-wrap h2{font-size:32px}.blog-desc h3,.terms-wrap h3{font-size:28px}.blog-desc h4,.terms-wrap h4{font-size:24px}.blog-desc h5,.terms-wrap h5{font-size:20px}.blog-desc h6,.terms-wrap h6{font-size:18px}.blog-desc p:last-child,.terms-wrap p:last-child{margin-bottom:0}.blog-desc ol,.terms-wrap ol{margin-top:20px;margin-bottom:30px}.blog-desc ol li,.terms-wrap ol li{margin-bottom:15px;color:var(--paraColor);padding-left:3px}.blog-desc .single-img,.terms-wrap .single-img{position:relative;margin-bottom:30px;display:block}.blog-desc .blog-metainfo,.terms-wrap .blog-metainfo{margin-bottom:20px}.blog-desc .single-para,.terms-wrap .single-para{margin-bottom:40px}.blog-desc .single-para:last-child,.terms-wrap .single-para:last-child{margin-bottom:0}.blog-desc .feature-list li,.terms-wrap .feature-list li{margin-bottom:10px;padding-left:15px}.blog-desc .feature-list li:last-child,.terms-wrap .feature-list li:last-child{margin-bottom:0}.blog-desc .feature-list li:before,.terms-wrap .feature-list li:before{position:absolute;top:12px;left:0;content:"";width:5px;height:5px;border-radius:50%;background-color:var(--titleColor)}.wp-block-quote{padding:30px;background-color:#f5f5f5;margin:0 0 30px;border-radius:5px}.wp-block-quote p{margin-bottom:20px;color:var(--titleColor)}.wp-block-quote cite{font-size:16px;line-height:28px;font-weight:600;padding-left:55px;color:var(--titleColor);position:relative}.wp-block-quote cite:before{position:absolute;top:13px;left:0;content:"";width:40px;height:1px;background-color:var(--titleColor)}.post-meta-option{margin-top:30px;margin-bottom:20px;clear:both}.post-meta-option .post-tag{padding-left:0;margin-bottom:0}.post-meta-option .post-tag li{display:inline-block;margin:12px 8px 0 0}.post-meta-option .post-tag li a{font-size:14px;display:inline-block;line-height:16px;padding:7px 20px 8px;color:rgba(29,29,29,.75);background-color:#f0f0f0;border-radius:4px;transition:var(transition)}.post-meta-option .post-tag li a:hover{background-color:var(--titleColor);color:var(--whiteColor)}.post-meta-option .social-profile a{margin-left:5px;color:var(--paraColor)}.post-meta-option .social-profile a:hover{color:var(--secondaryColor)}.post-tag span,.post-share span{color:rgba(29,29,29,.75);font-weight:500;line-height:28px;margin-right:5px}.post-share ul li{margin-right:5px}.post-share ul li:last-child{margin-right:0}.post-share ul li a i{color:var(--paraColor)}.post-share ul li a:hover i{color:var(--titleColor)}.comment-item-wrap .comment-item{background-color:#f5f5f5;margin-bottom:15px;border-radius:5px}.comment-item-wrap .comment-item.reply{margin-left:40px}.comment-item-wrap .comment-item:last-child{margin-bottom:0}.comment-item-wrap .comment-item .comment-author-img{width:185px;height:185px;padding:15px 0 15px 15px;border-radius:5px}.comment-item-wrap .comment-item .comment-author-img img{border-radius:5px}.comment-item-wrap .comment-item .comment-author-info{width:calc(100% - 210px);margin-left:25px;padding:15px 25px 15px 0}.comment-item-wrap .comment-item .comment-author-info .comment-author-name h5{font-size:24px;line-height:28px;margin-bottom:4px}.comment-item-wrap .comment-item .comment-author-info .comment-author-name .comment-date{display:block;font-weight:400;color:rgba(29,29,29,.75)}.comment-item-wrap .comment-item .comment-text{margin-top:12px;padding-top:12px;border-top:1px solid rgba(29,29,29,.1);font-weight:500}.comment-item-wrap .comment-item .rating li{margin-right:-5px}.comment-item-wrap .comment-item .rating li i{font-size:18px;color:var(--secondaryColor)}.comment-item-wrap .reply-btn{background-color:var(--whiteColor);color:rgba(29,29,29,.75);text-align:right;font-size:14px;line-height:14px;padding:8px 16px 8px;border-radius:4px}.comment-item-wrap .reply-btn:hover{color:var(--whiteColor);border-color:transparent;background-color:var(--titleColor)}.login-form .form-group,.checkout-form .form-group,.contact-form .form-group,.comment-form .form-group{margin-bottom:25px}.login-form .form-group label,.checkout-form .form-group label,.contact-form .form-group label,.comment-form .form-group label{display:inline-block;margin-bottom:10px;color:#0d0d17;font-weight:500}.login-form .form-group input,.login-form .form-group select,.login-form .form-group textarea,.checkout-form .form-group input,.checkout-form .form-group select,.checkout-form .form-group textarea,.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea,.comment-form .form-group input,.comment-form .form-group select,.comment-form .form-group textarea{width:100%;font-size:14px;border:1px solid rgba(29,29,29,.15);background-color:transparent;color:var(--paraColor);padding:11px 20px 12px}.login-form .form-group input::-moz-placeholder,.login-form .form-group select::-moz-placeholder,.login-form .form-group textarea::-moz-placeholder,.checkout-form .form-group input::-moz-placeholder,.checkout-form .form-group select::-moz-placeholder,.checkout-form .form-group textarea::-moz-placeholder,.contact-form .form-group input::-moz-placeholder,.contact-form .form-group select::-moz-placeholder,.contact-form .form-group textarea::-moz-placeholder,.comment-form .form-group input::-moz-placeholder,.comment-form .form-group select::-moz-placeholder,.comment-form .form-group textarea::-moz-placeholder{color:var(--paraColor);opacity:1}.login-form .form-group input::placeholder,.login-form .form-group select::placeholder,.login-form .form-group textarea::placeholder,.checkout-form .form-group input::placeholder,.checkout-form .form-group select::placeholder,.checkout-form .form-group textarea::placeholder,.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder,.comment-form .form-group input::placeholder,.comment-form .form-group select::placeholder,.comment-form .form-group textarea::placeholder{color:var(--paraColor);opacity:1}.login-form .form-group select,.checkout-form .form-group select,.contact-form .form-group select,.comment-form .form-group select{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/down-arrow-2.svg);background-size:14px;background-repeat:no-repeat;background-position:calc(100% - 18px) 50%}.login-form .form-group textarea,.checkout-form .form-group textarea,.contact-form .form-group textarea,.comment-form .form-group textarea{height:185px;resize:none;padding-top:10px}.login-form .rating li i,.checkout-form .rating li i,.contact-form .rating li i,.comment-form .rating li i{font-size:20px}.login-form .form-check-input,.checkout-form .form-check-input,.contact-form .form-check-input,.comment-form .form-check-input{border:unset;position:relative;padding-left:30px;background-color:transparent}.login-form .form-check-input label,.checkout-form .form-check-input label,.contact-form .form-check-input label,.comment-form .form-check-input label{display:inline-block}.login-form .form-check-input input,.checkout-form .form-check-input input,.contact-form .form-check-input input,.comment-form .form-check-input input{position:absolute;left:0;top:3px;width:18px;height:18px}.checkbox{display:block}.checkbox.form-check{padding-left:0}.checkbox input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.checkbox label{position:relative;cursor:pointer;color:var(--paraColor);padding-left:29px;font-size:14px}.checkbox label:before{content:"";-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #c8c5c5;display:inline-block;width:20px;height:20px;position:absolute;vertical-align:middle;cursor:pointer;margin-right:5px;position:absolute;left:0;top:3.5px;border-radius:3px}.checkbox label a{color:var(--titleColor);font-weight:500}.checkbox input:checked+label:before{border-color:var(--secondaryColor)}.checkbox input:checked+label:after{content:"";display:block;position:absolute;top:8.5px;left:5px;width:10px;height:10px;border:none;background:var(--secondaryColor)}.cart-table table{margin:0}.cart-table table thead{border:1px solid rgba(29,29,29,.15)}.cart-table table thead tr{border:none}.cart-table table thead tr th{padding:11px 30px;font-weight:500;border:none;background-color:transparent}.cart-table table thead tr th:last-child{text-align:right;padding-right:30px}.cart-table table tbody{border-top-color:transparent !important}.cart-table table tbody tr{vertical-align:middle;border-bottom:1px solid rgba(29,29,29,.15)}.cart-table table tbody tr td{padding:30px;border-bottom:none;background-color:transparent;color:var(--titleColor);font-weight:500}.cart-table table tbody tr td:first-child{text-align:left;padding-left:0}.cart-table table tbody tr td:last-child{text-align:right;padding-right:30px}.cart-table table tbody tr td .product-item img{max-width:65px;display:block}.cart-table table tbody tr td .product-item .cart-item{font-weight:600;margin-left:10px}.cart-table table tbody tr td .product-item .cart-item:hover{color:var(--secondaryColor)}.cart-table table tbody tr td p{margin:0}.cart-table table tbody tr td button{background:0 0;display:block;padding:0;border:none;font-size:20px}.cart-table table tbody tr td button img{filter:brightness(0) invert(0)}.cart-table table tbody tr td button:hover img{filter:brightness(1) invert(0)}.coupon-code{position:relative}.coupon-code input{width:312px;margin-right:20px;height:54px;background:#f0f0f0;border-radius:50px;padding:10px 20px 10px 28px;color:var(--paraColor)}.coupon-code input::-moz-placeholder{color:var(--titleColor);opacity:1}.coupon-code input::placeholder{color:var(--titleColor);opacity:1}.cart-total .cart-total-wrap{margin-bottom:20px}.cart-total .cart-total-wrap .cart-total-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:25px 0;border-bottom:1px solid rgba(29,29,29,.15)}.cart-total .cart-total-wrap .cart-total-item p,.cart-total .cart-total-wrap .cart-total-item b{color:#555;font-weight:500;line-height:24px;margin:0}.cart-total .cart-total-wrap .cart-total-item span{text-align:right;font-size:16px;font-weight:500;line-height:24px}.cart-total .cart-total-wrap .cart-total-item:last-child{border-bottom:none;padding-bottom:0}.cart-total .cart-total-wrap .cart-total-item:last-child p,.cart-total .cart-total-wrap .cart-total-item:last-child span{font-size:24px;font-weight:700;line-height:24px;letter-spacing:-.24px}.cart-total.style-two h2{color:#0d0d17;font-size:48px;font-weight:800;line-height:58px;letter-spacing:-1.2px}.cart-total.style-two .cart-total-wrap h6{margin:0;color:#0d0d17;font-size:18px;font-weight:700;line-height:28px;letter-spacing:-.18px}.cart-total.style-two .cart-total-wrap .cart-total-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.cart-total.style-two .cart-total-wrap .cart-total-item h6:first-child{width:90px}.v-counter{border:1px solid rgba(29,29,29,.15);border-radius:50px;width:133px;height:54px;position:relative}.v-counter input{border:none;height:54px;font-weight:600;padding:12px 20px 15px;color:var(--titleColor)}.v-counter input.count{padding-left:60px}.v-counter .minusBtn,.v-counter .plusBtn{position:absolute;top:-2px;z-index:1;width:40px;height:54px;padding:0;font-size:20px;background-color:transparent;border:none;padding:0}.v-counter .minusBtn i,.v-counter .plusBtn i{position:absolute;top:50%;left:50%;line-height:.8}.v-counter .minusBtn{left:12px}.v-counter .minusBtn:before{position:absolute;top:50%;left:50%;content:"\f1af";font-family:remixicon !important;font-size:21px;transform:translate(-50%,-50%)}.v-counter .plusBtn{right:12px}.v-counter .plusBtn:before{position:absolute;top:50%;left:50%;content:"\ea13";font-family:remixicon !important;font-size:21px;transform:translate(-50%,-50%)}.checkout-details .checkout-box-title{font-size:20px;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid var(--mainColor)}.checkout-details .select-payment-method{width:100%}.checkout-details .form-group input{font-size:14px;line-height:20px;padding:10px 40px 10px 15px;border:1px solid var(--ashColor)}.checkout-details .form-group button{position:absolute;top:0;right:0;border:none;height:100%;color:var(--whiteColor);font-size:16px;padding:0 25px}.select-payment-method{display:flex;flex-wrap:wrap;width:140px;margin:15px 0 0}.select-payment-method div{margin:0 0 15px;display:block;width:100%}.select-payment-method div label{padding-left:23px !important;font-weight:600;position:relative;padding-left:24px;cursor:pointer;line-height:28px;display:inline-block}.select-payment-method div p{margin:0 0 0 28px}.select-payment-method [type=radio]:checked,.select-payment-method [type=radio]:not(:checked){position:absolute;left:-9999px}.select-payment-method [type=radio]:not(:checked)+label:before,.select-payment-method [type=radio]:checked+label:before{content:"";position:absolute;left:0;top:7px;width:14px;height:14px;border-radius:50%;background:0 0}.select-payment-method [type=radio]:not(:checked)+label:before,.select-payment-method [type=radio]:checked+label:before{border:1px solid var(--titleColor)}.select-payment-method [type=radio]:checked+label:after,.select-payment-method [type=radio]:not(:checked)+label:after{position:absolute;content:"";width:8px;height:8px;border-radius:50%;background:var(--titleColor);top:10px;left:3px;transition:all .2s ease}.select-payment-method [type=radio]:not(:checked)+label:after{background:0 0}.select-payment-method [type=radio]:checked+label:after{background:var(--titleColor)}.single-product-wrapper .single-product-slider{margin:0 0 0 auto;width:calc(100% - 45px)}.single-product-wrapper .single-product-slider .product-slide-item{padding:130px 40px 130px 110px;background-color:#f0f0f0}.single-product-wrapper .single-product-slider .product-slide-item img{display:block;margin:0 auto}.single-product-wrapper .product-thumb-slider{max-height:398px;width:120px;position:absolute;top:50%;left:0;transform:translateY(-50%);padding-bottom:2px}.single-product-wrapper .product-thumb-slider .swiper-slide{background-color:#f0f0f0;border:1px solid rgba(29,29,29,.15);border-radius:5px;padding:15px;cursor:pointer}.single-product-desc .ratings{margin-left:15px}.single-product-desc .ratings .rating{margin-right:10px;position:relative;top:7px}.single-product-desc .ratings .rating li{margin-right:-4px}.single-product-desc .ratings .rating li i{font-size:20px}.single-product-desc h1{font-size:40px;line-height:52px;margin:6px 0 15px}.single-product-desc .product-metainfo-wrap{margin-bottom:20px}.single-product-desc .product-metainfo-wrap .product-metainfo{padding:6px 20px;margin-bottom:15px;border:1px solid rgba(29,29,29,.1);border-radius:50px}.single-product-desc .product-metainfo-wrap .product-metainfo:last-child{margin-bottom:0}.single-product-desc .product-metainfo-wrap .product-metainfo .color-picker{position:relative;top:4px}.single-product-desc .product-metainfo-wrap .product-metainfo .color-picker label{width:24px;height:24px}.single-product-desc .product-metainfo-wrap .product-metainfo .color-picker label span{width:15px;height:15px}.single-product-desc .product-metainfo-wrap .btn-wrap{margin-top:28px}.single-product-desc .product-metainfo-wrap .btn-wrap .v-counter{margin-right:15px}.single-product-tablist{border:1px solid rgba(29,29,29,.15);border-radius:50px;padding:9px 20px}.single-product-tablist .nav-item{border:none;margin:0 20px}.single-product-tablist .nav-item .nav-link{border:none;color:gray;font-size:24px;font-weight:600;line-height:30px;background-color:transparent;padding:0}.single-product-tablist .nav-item .nav-link.active{color:var(--titleColor)}.login-form-wrap{padding:35px 45px 50px;border:1px solid rgba(29,29,29,.1)}.login-form-wrap .social-login{margin:30px 0 0}.login-form-wrap .social-login span{margin-right:20px}.login-form-wrap .social-login ul li{display:inline-block;margin-right:15px}.login-form-wrap .social-login ul li:last-child{margin-right:0}.error-wrap{border-top:1px solid rgba(29,29,29,.1)}.error-wrap .error-content{text-align:center}.error-wrap .error-content img{display:block;margin:0 auto 30px}.error-wrap .error-content p{margin:0 auto 30px;max-width:520px}.accordion-item{margin:0 0 15px;background:#f5f5f5;border:1px solid rgba(29,29,29,.15) !important;border-radius:5px}.accordion-item:not(:first-of-type){border-top:1px solid rgba(29,29,29,.15)}.accordion-item:last-child{margin-bottom:0}.accordion-item .accordion-header{margin-bottom:0;position:relative;z-index:3;border-radius:0}.accordion-item .accordion-header .accordion-button{margin:0;font-size:16px;line-height:29px;font-weight:700;color:var(--titleColor);text-align:left;align-items:center;padding:11.5px 50px 11.5px 25px;background-color:transparent !important;border-radius:5px;box-shadow:none;transition:var(--transition)}.accordion-item .accordion-header .accordion-button:after{display:none}.accordion-item .accordion-header .accordion-button:focus{outline:none;box-shadow:none}.accordion-item .accordion-header .accordion-button span{display:inline-block;min-width:50px;height:100%;position:absolute;top:0;right:0;padding:20px;text-align:center}.accordion-item .accordion-header .accordion-button span i{position:absolute;top:20px;right:20px;font-size:18px;font-weight:300;line-height:.8;color:var(--seondaryColor);display:block;margin:0 auto}.accordion-item .accordion-header .accordion-button span i.minus{visibility:hidden;opacity:0}.accordion-item:not(.collapsed){box-shadow:none;background-color:#f5f5f5;border-color:transparent}.accordion-item .accordion-body{border-radius:0 0 5px 5px;border:none;margin:0;padding:7px 0 0;background-color:#f5f5f5}.accordion-item .accordion-body p{border-top:1px solid rgba(29,29,29,.15);margin:0 25px 0;padding:15px 0 20px;font-weight:400}.accordion-collapse{border:none}.accordion-item .accordion-button span i.plus{visibility:visible;opacity:1}.accordion-item .accordion-button span i.minus{visibility:hidden;opacity:0}.accordion-item .accordion-button.collapsed span i.minus{visibility:visible !important;opacity:1 !important}.accordion-item .accordion-button.collapsed span i.plus{visibility:hidden;opacity:0}.mb-80{margin-bottom:80px}.hero-wrap.style-four:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../../assets/img/hero/hero-overlay.svg);background-position:center;background-repeat:no-repeat;background-size:cover;z-index:-1}.hero-wrap.style-four .hero-content{padding:250px 0 120px}.hero-wrap.style-four .hero-content h1{font-size:80px;line-height:92px;font-weight:800;letter-spacing:-.04em;margin-bottom:45px}.hero-wrap.style-four .hero-quote-box-wrapper{padding-bottom:46px}.hero-wrap.style-four .hero-quote-box-wrapper>img{padding-left:85px}.hero-wrap.style-four .hero-quote-box-wrapper .hero-quote-box{background-color:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8.5px);backdrop-filter:blur(8.5px);padding:42px 30px 26px;border-radius:10px;border-radius:6px;border:1px solid rgba(255,255,255,.22)}.hero-wrap.style-four .hero-quote-box-wrapper .hero-quote-box .quote-icon{width:63px;height:63px;left:30px;top:-40px}.hero-wrap.style-four .hero-quote-box-wrapper .hero-quote-box p{margin-bottom:15px;font-weight:300}.hero-wrap.style-four .hero-quote-box-wrapper .hero-quote-box h6 span{color:rgba(255,255,255,.85);margin-left:8px}.hero-wrap.style-five{background-color:#edeee7;padding:92px 0}.hero-wrap.style-five .hero-shape-one,.hero-wrap.style-five .hero-shape-two{z-index:-1}.hero-wrap.style-five .hero-content h1{font-size:80px;line-height:92px;font-weight:600;margin-bottom:20px;letter-spacing:-.04em}.hero-wrap.style-five .hero-content p{margin-bottom:65px}.hero-wrap.style-five .hero-img-wrap .oval-shape{top:50%;left:45%;transform:translate(-50%,-50%);z-index:-1}.hero-wrap.style-five .hero-img-wrap .feature-box{border-radius:4px;box-shadow:12px 12px 23px 20px rgba(0,6,64,.03);z-index:1}.hero-wrap.style-five .hero-img-wrap .feature-box span{width:31px;height:31px}.hero-wrap.style-five .hero-img-wrap .feature-box span i{font-size:19px;line-height:.9;color:var(--titleColor)}.hero-wrap.style-five .hero-img-wrap .feature-box h6{font-size:14px;line-height:14px;margin-bottom:3px}.hero-wrap.style-five .hero-img-wrap .feature-box p{font-size:13px}.hero-wrap.style-five .hero-img-wrap .feature-box.style1{top:39px;left:-22px;padding:15px 32px 10px 17px}.hero-wrap.style-five .hero-img-wrap .feature-box.style1 span{top:-15px;right:-18px}.hero-wrap.style-five .hero-img-wrap .feature-box.style2{top:178px;right:25px;padding:14px 18px 10px 23px}.hero-wrap.style-five .hero-img-wrap .feature-box.style2 span{bottom:-13px;right:-16px}.hero-wrap.style-five .hero-img-wrap .feature-box.style3{bottom:135px;left:-200px;padding:15px 25px 10px 17px}.hero-wrap.style-five .hero-img-wrap .feature-box.style3 span{top:-15px;right:-18px}.about-wrap.style-four .about-img{border-radius:20px}.about-wrap.style-four .about-img img{border-radius:20px}.about-wrap.style-four .about-content .section-title{margin-bottom:38px}.about-wrap.style-four .about-content .section-title h2{margin-bottom:28px}.about-wrap.style-four .about-content .about-btn{margin-bottom:50px}.about-wrap.style-four .about-content .about-btn a:first-child{margin-right:28px}.about-wrap.style-four .about-content .features-item-wrap{margin-top:50px}.about-wrap.style-four .about-content .features-item-wrap .feature-item{width:33.33%}.about-wrap.style-four .about-content .features-item-wrap .feature-item p{margin:18px 5px 0 0}.product-card.style-seven{padding:41px 20px 57px;border-radius:15px}.product-card.style-seven.bg1{background-color:#fff0ea}.product-card.style-seven.bg2{background-color:#f1f2ff}.product-card.style-seven.bg3{background-color:#e7ffee}.product-card.style-seven .product-img{margin-top:95px}.product-card.style-seven h3{font-size:32px;line-height:44px;margin:6px 0 9px}.product-card.style-eight{border-radius:12px;padding:20px 25px 25px}.product-card.style-eight .add-to-bookmark{top:20px;right:20px;width:43px;height:43px;background-color:#f1f2ff}.product-card.style-eight .add-to-bookmark i{font-size:22px}.product-card.style-eight .add-to-bookmark span{display:none !important}.product-card.style-eight .add-to-bookmark .yith-wcwl-add-to-wishlist a{font-size:0 !important}.product-card.style-eight .add-to-bookmark .yith-wcwl-add-to-wishlist .feedback{display:block !important;font-size:0;position:relative}.product-card.style-eight .add-to-bookmark .yith-wcwl-add-to-wishlist .feedback:before{position:absolute;content:"";height:43px;width:43px;right:-6px;top:7px;border-radius:100%;background-color:var(--blackColor)}.product-card.style-eight .add-to-bookmark .yith-wcwl-add-to-wishlist .feedback i{font-size:22px;color:var(--whiteColor);position:relative;top:18px;left:1px}.product-card.style-eight .add-to-bookmark .hidden-title-form button i,.product-card.style-eight .add-to-bookmark .wishlist-title a.show-title-form i,.product-card.style-eight .add-to-bookmark .wishlist_manage_table tfoot a.create-new-wishlist i,.product-card.style-eight .add-to-bookmark .wishlist_manage_table tfoot button.submit-wishlist-changes i,.product-card.style-eight .add-to-bookmark .wishlist_table .add_to_cart.button i,.product-card.style-eight .add-to-bookmark .wishlist_table .ask-an-estimate-button i,.product-card.style-eight .add-to-bookmark .yith-wcwl-add-button>a i,.product-card.style-eight .add-to-bookmark .yith-wcwl-wishlist-new button i,.product-card.style-eight .add-to-bookmark .yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:0 !important}.product-card.style-eight .featured{top:20px;left:20px;border-radius:50px;font-size:14px;line-height:16px;padding:5px 15px}.product-card.style-eight .product-img{padding:95px 20px 50px}.product-card.style-eight .ratings{border-bottom:1px solid #e6e6e6;padding-bottom:12px;margin-bottom:10px}.product-card.style-eight .ratings p{margin-bottom:0}.product-card.style-eight .ratings ul li{margin-right:-4px}.product-card.style-eight .ratings ul li:last-child{margin-right:0}.product-card.style-eight .ratings ul li i{font-size:19px}.product-card.style-eight h3{font-size:24px;font-weight:600;line-height:36px;margin-bottom:2px}.product-card.style-nine{position:relative;padding:100px 30px}.product-card.style-nine.bg1{background-color:#f1f2ff}.product-card.style-nine.bg2{background-color:#e7ffee}.product-card.style-nine .product-info{width:55%;padding-right:20px}.product-card.style-nine .product-info .price-tag{width:79px;height:79px;margin-right:18px}.product-card.style-nine .product-info .section-title h2{font-size:34px;line-height:46px}.product-card.style-nine .product-info .ratings ul li{margin-right:-5px}.product-card.style-nine .product-info .ratings ul li:last-child{margin-right:0}.product-card.style-nine .product-info .ratings ul li i{font-size:20px}.product-card.style-nine .product-info .section-title{margin:23px 0 6px}.product-card.style-nine .product-info p{margin-bottom:38px}.product-card.style-nine .product-img-wrap{position:absolute;right:-50px;top:50%;transform:translateY(-50%)}.product-card.style-nine .product-img-wrap .product-img{width:640px}.product-card.style-nine .product-img-wrap .oval-shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.product-price{font-size:20px;font-weight:700;line-height:32px;letter-spacing:-.03em}.product-price ins{text-decoration:none !important}.product-price del{margin-right:10px;opacity:.6}.product-slider-six .product-navigation{margin-top:38px;position:relative;z-index:1}.product-slider-six .product-navigation .product-prev{margin-right:14px}.product-slider-six .product-navigation .product-next{margin-left:14px}.product-category{background-color:#f1f2ff;padding:60px 28px 22px}.product-category.bg1{background-color:#f1f2ff}.product-category.bg2{background-color:#e7ffee}.product-category.bg3{background-color:#fff0ea}.product-category.bg4{background-color:#fffaea}.product-category.bg5{background-color:#fff0ea}.product-category .price-tag{top:20px;right:20px;width:79px;height:79px;font-size:20px;font-family:var(--secondaryFont);letter-spacing:-.03em}.product-category .product-img{padding:20px 20px 65px}.product-category h3{margin-bottom:6px;letter-spacing:-.03em}.product-category:hover .product-img img{transform:scale(1.03)}.product-category-slider{position:relative;z-index:2}.product-category-slider .slide-navigation{margin-top:39px}.product-category-slider .prev-btn img,.product-category-slider .next-btn img{max-width:24px}.product-category-slider .prev-btn{margin-right:15px}.product-category-slider .next-btn{margin-left:15px}.section-shape_one{top:-80px;z-index:-1}.promo-card-wrapper{margin-bottom:50px}.promo-wrap.style-three{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/about/promo-bg.webp);padding-bottom:300px}.promo-wrap.style-three:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.45) 5%,rgba(0,0,0,.08) 55%);z-index:0}.promo-wrap.style-three .promo-shape{top:17px}.promo-wrap.style-three .section-title p{margin:18px 0 38px}.promo-card.style-one{padding-left:55px}.promo-card.style-one .promo-icon{position:absolute;top:0;left:0}.promo-card.style-one h3{font-size:24px;line-height:36px;margin-bottom:15px}.promo-video{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/about/video-bg.webp);padding:200px 0}.promo-video .play-now{width:126px;height:126px;border:5px solid var(--whiteColor)}.promo-video .play-now i{font-size:60px;position:relative;left:1px;line-height:40px;color:var(--whiteColor)}.testimonial-wrap.style-three .testimonial-bg{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../img/testimonials/testimonial-bg.webp);height:562px;border-radius:20px}.testimonial-wrap .clients-left,.testimonial-wrap .clients-right{top:22%;transform:translateY(-50%)}.testimonial-wrap .clients-left{left:18px}.testimonial-wrap .clients-right{right:18px}.testimonial-slider-three .testimonial-navigation,.testimonial-slider-four .testimonial-navigation{margin-top:45px}.testimonial-slider-three .testimonial-navigation .testimonial-prev img,.testimonial-slider-three .testimonial-navigation .testimonial-next img,.testimonial-slider-four .testimonial-navigation .testimonial-prev img,.testimonial-slider-four .testimonial-navigation .testimonial-next img{max-width:24px}.testimonial-slider-three .testimonial-navigation .testimonial-prev,.testimonial-slider-four .testimonial-navigation .testimonial-prev{margin-right:13px}.testimonial-slider-three .testimonial-navigation .testimonial-next,.testimonial-slider-four .testimonial-navigation .testimonial-next{margin-left:13px}.testimonial-slider-three .testimonial-navigation{margin-top:45px}.testimonial-slider-four .testimonial-navigation{margin-top:33px}.testimonial-card.style-three .quote-box{border-radius:20px;margin-top:50px;padding:30px;background-color:#f1f2ff}.testimonial-card.style-three .quote-box.bg1{background-color:#f1f2ff}.testimonial-card.style-three .quote-box.bg2{background-color:#e7ffee}.testimonial-card.style-three .quote-box.bg3{background-color:#fff0ea}.testimonial-card.style-three .quote-box .rating li{display:inline-block;margin-right:-6px}.testimonial-card.style-three .quote-box .rating li i{font-size:23px;color:var(--titleColor)}.testimonial-card.style-three .quote-box .client-quote{font-size:28px;line-height:40px;margin:14px 0 40px;font-style:italic}.testimonial-card.style-three .quote-box h6{font-size:24px;font-weight:500;padding-left:55px}.testimonial-card.style-three .quote-box h6:before{position:absolute;top:13px;left:0;content:"";width:40px;height:1px;background-color:var(--titleColor)}.testimonial-card.style-four .client-quote{font-size:40px;line-height:52px;margin:42px 0 63px}.testimonial-card.style-four h6{font-size:20px;font-weight:700;margin-bottom:5px;letter-spacing:-.03em}.service-wrap{background-color:#fff0ea}.service-wrap .section-shape{z-index:-1;height:100%}.service-wrap .featured-img .feature-box{border-radius:4px;box-shadow:12px 12px 23px 20px rgba(0,6,64,.03);z-index:1;padding:15px 32px 10px 17px;max-width:290px;top:178px;right:39px}.service-wrap .featured-img .feature-box span{width:31px;height:31px;bottom:-15px;left:-18px}.service-wrap .featured-img .feature-box span i{font-size:19px;line-height:.9;color:var(--titleColor)}.service-wrap .featured-img .feature-box h6{font-size:14px;line-height:14px;margin-bottom:6px}.service-wrap .featured-img .feature-box p{font-size:13px;line-height:22px}.service-wrap .contact-box{padding:40px 30px 40px;border-radius:15px}.service-wrap .contact-box h4{font-size:24px;line-height:32px;font-weight:500;margin-bottom:28px}.service-wrap .contact-box form .form-group{margin-bottom:10px}.service-wrap .contact-box form .form-group input,.service-wrap .contact-box form .form-group select{height:48px;border:unset}.service-wrap .contact-box form .form-group textarea{height:164px;resize:none}.service-wrap .contact-box form .form-group input,.service-wrap .contact-box form .form-group select,.service-wrap .contact-box form .form-group textarea{font-size:14px;border-radius:4px;background-color:rgba(255,255,255,.08);color:var(--whiteColor)}.service-wrap .contact-box form .form-group input::-moz-placeholder,.service-wrap .contact-box form .form-group select::-moz-placeholder,.service-wrap .contact-box form .form-group textarea::-moz-placeholder{color:#8a8a8a;opacity:1}.service-wrap .contact-box form .form-group input::placeholder,.service-wrap .contact-box form .form-group select::placeholder,.service-wrap .contact-box form .form-group textarea::placeholder{color:#8a8a8a;opacity:1}.service-wrap .contact-box form .form-group select{color:#8a8a8a;background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../../assets/img/down-arrow.svg);background-position:calc(100% - 15px) 50%;background-size:10px}.service-wrap .contact-box form .form-group select option{background:#000;color:var(--whiteColor)}.service-wrap .contact-box form .btn{line-height:0;padding-top:22px}.service-card h3{font-size:24px;line-height:36px;margin:21px 0 8px}.find-us-wrap.style-two .shape-one{left:10px;bottom:6%}.find-us-wrap.style-two .shape-two{right:10px;top:10%}.find-us-wrap.style-two:after{position:absolute;top:0;left:10px;content:"";width:calc(100% - 20px);height:100%;border-radius:20px;background-color:#fff0ea;z-index:-1}.find-us-wrap.style-two .find-us-content{padding-top:110px;padding-bottom:115px}.find-us-wrap.style-two .find-us-content .section-title h2{margin-bottom:13px}.find-us-wrap.style-two .find-us-content .section-title p{margin-bottom:32px}.find-us-wrap.style-two .find-us-content form input{height:74px;padding:14px 230px 14px 30px;border-radius:50px;color:#6d7472;border:1px solid rgba(29,29,29,.29)}.find-us-wrap.style-two .find-us-content form input::-moz-placeholder{color:#6d7472;opacity:1}.find-us-wrap.style-two .find-us-content form input::placeholder{color:#6d7472;opacity:1}.find-us-wrap.style-two .find-us-content form button{position:absolute;top:10px;right:10px;height:calc(100% - 20px)}.subscribe-wrap.style-two,.subscribe-wrap.style-three{background-color:transparent;border-radius:60px}.subscribe-wrap.style-two .subscribe-content h2,.subscribe-wrap.style-three .subscribe-content h2{letter-spacing:-.04em}.subscribe-wrap.style-two:after{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../../assets/img/subscribe-overlay-1.webp)}.subscribe-wrap.style-two:after{opacity:.1}.subscribe-wrap.style-three:after{background-image:url(//crossbike.com.pe/wp-content/themes/eura/assets/css/../../assets/img/subscribe-overlay-2.webp)}.subscribe-wrap.style-three:after{opacity:1}.blog-slider-one .blog-navigation,.blog-slider-two .blog-navigation{margin-top:28px}.blog-slider-one .blog-navigation .blog-prev img,.blog-slider-one .blog-navigation .blog-next img,.blog-slider-two .blog-navigation .blog-prev img,.blog-slider-two .blog-navigation .blog-next img{max-width:22px}.blog-slider-one .blog-navigation .blog-prev,.blog-slider-two .blog-navigation .blog-prev{margin-right:14px}.blog-slider-one .blog-navigation .blog-next,.blog-slider-two .blog-navigation .blog-next{margin-left:14px}.featured-product-wrap .section-shape-one{z-index:0}.featured-product-wrap.style-two:after{position:absolute;top:0;left:50%;content:"";border-radius:60px;width:calc(100% - 20px);height:100%;background-color:#e7f3fd;z-index:-1;transform:translateX(-50%)}.featured-product-wrap.style-two .featured-product-img{position:relative;z-index:2}.featured-product-wrap.style-two .featured-product-img .product-feature-box{bottom:40px;left:100px;border-radius:4px;max-width:290px;padding:15px 32px 14px 17px;box-shadow:-12px 12px 23px 20px rgba(0,6,64,.03)}.featured-product-wrap.style-two .featured-product-img .product-feature-box span{width:31px;height:31px;bottom:-15px;right:-15px}.featured-product-wrap.style-two .featured-product-img .product-feature-box h6{font-size:14px;line-height:18px;margin-bottom:5px}.featured-product-wrap.style-two .featured-product-img .product-feature-box p{font-size:13px;line-height:21px}.featured-product-wrap.style-two .featured-product-info{position:relative;z-index:2;padding-top:100px;padding-bottom:100px}.featured-product-wrap.style-two .featured-product-info #countdown-wrap{margin-bottom:40px}.featured-product-wrap.style-two .featured-product-info #countdown-wrap div{padding-bottom:4px}.featured-product-wrap.style-two .featured-product-info .ratings ul li{margin-right:-5px}.featured-product-wrap.style-two .featured-product-info .ratings ul li:last-child{margin-right:0}.featured-product-wrap.style-two .featured-product-info .ratings ul li i{font-size:20px}.featured-product-wrap.style-two .featured-product-info .section-title{margin:11px 0 17px}.featured-product-wrap.style-two .featured-product-info .color-option-wrap{margin:35px 0 26px}.featured-product-wrap.style-two .featured-product-info .product-price{color:#3285d4;font-size:28px}.featured-product-wrap.style-two .featured-product-info .color-option-wrap{border:1px solid rgba(0,0,0,.13);border-radius:50px;padding:12px 20px}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker label{width:22px;height:22px;margin-right:3px}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker label span{width:16px;height:16px}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker label span.clr_1{background:#eaa351}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker label span.clr_2{background:#3cb775}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker label span.clr_3{background:#3285d4}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker input[type=radio]{display:none}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker input[type=radio]:checked+label.clr_1{border:1px solid #eaa351}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker input[type=radio]:checked+label.clr_2{border:1px solid #3cb775}.featured-product-wrap.style-two .featured-product-info .color-option-wrap .color-picker input[type=radio]:checked+label.clr_3{border:1px solid #3285d4}.featured-product-wrap.style-two .featured-product-info .product-action .v-counter{margin-right:16px}.featured-product-wrap.style-two .featured-product-info .product-buttons{margin-top:35px;position:relative}.featured-product-wrap.style-two .featured-product-info .product-buttons .woocommerce-variation-add-to-cart{display:flex}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button{position:relative;z-index:1;font-weight:500;border-radius:50px;color:var(--whiteColor);display:inline-block;padding:12px 30px 14px;border:unset;background-color:var(--blackColor);transition:var(--transition);text-align:center;margin-bottom:10px;height:58px}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button.wc-variation-selection-needed{cursor:no-drop;position:relative}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button.wc-variation-selection-needed:before{position:absolute;content:"Select color";background-color:var(--blackColor);color:var(--whiteColor);font-size:13px;padding:5px 10px;border-radius:30px;line-height:1;top:-20px;transition:var(--transition);opacity:0}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button.wc-variation-selection-needed:after{position:absolute;content:"";top:-3px;height:10px;width:10px;left:47%;margin:auto;background-color:var(--blackColor);transform:rotate(45deg);transition:var(--transition);opacity:0}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button.wc-variation-selection-needed:hover:before{opacity:1}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button.wc-variation-selection-needed:hover:after{opacity:1}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button:hover{color:var(--blackColor);background-color:var(--lilacColor)}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_add_to_cart_button:hover.wc-variation-selection-needed{color:var(--titleColor);opacity:.5}.featured-product-wrap.style-two .featured-product-info .product-buttons .add-to-cart-btn{position:absolute;bottom:0;left:20px;width:calc(100% - 40px);padding:18px;visibility:hidden;text-align:center;background-color:var(--titleColor);color:var(--whiteColor);opacity:0;transition:var(--transition);border-radius:50px}.featured-product-wrap.style-two .featured-product-info .product-buttons .add-to-cart-btn:hover{background-color:var(--secondaryColor)}.featured-product-wrap.style-two .featured-product-info .product-buttons .input-counter input{height:58px;background-color:transparent;border-color:rgba(29,29,29,.15)}.featured-product-wrap.style-two .featured-product-info .product-buttons .input-counter span{line-height:58px}.featured-product-wrap.style-two .featured-product-info .product-buttons .single_variation_wrap{margin-top:30px}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations{background-color:transparent !important;margin-bottom:15px;margin-top:0;padding:5px 25px;display:block;margin-bottom:15px;border:1px solid rgba(29,29,29,.1);border-radius:50px}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations .label{border:unset;text-transform:capitalize;position:relative;top:0;color:var(--paraColor);font-weight:400;font-size:16px}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations th,.featured-product-wrap.style-two .featured-product-info .product-buttons .variations td{padding:5px 0}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations th span.current,.featured-product-wrap.style-two .featured-product-info .product-buttons .variations td span.current{margin:0;font-size:14px}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td{border:unset !important;padding:0 !important;position:relative;left:10px}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches{display:flex !important;width:100%}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper{margin-right:10px !important}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch{height:18px !important;width:18px !important;border-radius:100%;transition:var(--transition);position:relative;border:1px solid #eee;cursor:pointer}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch:before{position:absolute;content:"";left:-4px;right:-4px;top:-4px;bottom:-4px;border-radius:100%;border:1px solid var(--titleColor);transition:var(--transition);opacity:0}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch span{display:none !important}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper .swatch.selected:before{opacity:1}.featured-product-wrap.style-two .featured-product-info .product-buttons .variations tbody tr td .tawcvs-swatches .swatch-item-wrapper:last-child{margin-right:0 !important}.featured-product-wrap.style-two .featured-product-info .product-buttons .in-stock{position:absolute;right:20px;top:10px}#countdown-wrap div{position:relative;width:98px;height:98px;font-size:28px;line-height:40px;font-weight:700;text-align:center;margin-right:35px}#countdown-wrap div:after{position:absolute;top:50%;right:-22px;content:":";font-size:35px;font-weight:500;color:rgba(29,29,29,.67);transform:translateY(-50%)}#countdown-wrap div:last-child{margin-right:0}#countdown-wrap div:last-child:after{display:none}#countdown-wrap div span{display:block;font-size:14px;line-height:14px;font-weight:400;display:block;color:var(--paraColor)}.footer-wrap.style-two .footer-widget.widget_nav_menu{left:45px}.bg-titan{background-color:#f1f2ff}.white{color:var(--whiteColor)}.product-card .in-stock{display:none !important}.variation-product-swiper-slider{overflow:hidden}.variation-product-swiper-slider .swiper-button-next,.variation-product-swiper-slider .swiper-button-prev{height:30px;width:30px;background-color:var(--whiteColor);color:var(--blackColor)}.variation-product-swiper-slider .swiper-button-next:hover,.variation-product-swiper-slider .swiper-button-prev:hover{background-color:var(--blackColor);opacity:1;color:var(--whiteColor)}.variation-product-swiper-slider .swiper-button-next:after,.variation-product-swiper-slider .swiper-button-prev:after{font-size:14px;opacity:1}.single-product-wrapper .product-thumb-slider .swiper-slide{padding:15px;height:80px !important}.product-thumb-slider{height:424px;overflow-y:scroll}.woocommerce div.product div.images .flex-control-thumbs{height:424px;overflow-y:scroll}.product-card.style-three .swiper-button-next,.product-card.style-three .swiper-button-prev{background-color:var(--secondaryColor);color:var(--whiteColor)}.product-card.style-three .swiper-button-next:hover,.product-card.style-three .swiper-button-prev:hover{background-color:var(--blackColor);opacity:1;color:var(--whiteColor)}