:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Manrope&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@font-face{font-family:Manrope;font-style:normal;font-weight:400;src:local("Manrope Regular"),local("Manrope-Regular"),format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2212,U+2215}.owl-carousel .owl-item img{height:auto}.owl-loaded .owl-stage:after{content:""}.owl-carousel:not(.owl-loaded){flex-wrap:nowrap;overflow:hidden}.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no){margin-left:-10px!important;margin-right:-10px!important;width:auto}.remove-carousel{overflow-x:hidden}.remove-carousel .owl-stage{transform:none!important;width:-moz-fit-content;width:fit-content;display:grid!important;grid-template-columns:49vw 49vw!important}.remove-carousel .owl-next,.remove-carousel .owl-prev{display:none!important}.remove-carousel .owl-dots{display:none}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:1.5rem}.owl-theme.owl-shadow-carousel .owl-nav.disabled+.owl-dots{margin-top:4rem}.owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-prev{margin:0;transform:translateY(-50%);font-size:20px;font-weight:400;color:#1a181e}.owl-theme .owl-nav .owl-next i:before,.owl-theme .owl-nav .owl-prev i:before{margin:0}.owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus,.owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus,.owl-theme .owl-nav .owl-next:not(.disabled):hover,.owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus,.owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus,.owl-theme .owl-nav .owl-prev:not(.disabled):hover{background-color:#1a181e;border-color:#1a181e;color:#fff}.owl-theme .owl-nav .owl-next.disabled,.owl-theme .owl-nav .owl-prev.disabled{color:#ccc}.owl-theme .owl-nav .owl-prev{left:-40px}.owl-theme .owl-nav .owl-next{right:-40px}.owl-theme .owl-dots .owl-dot span{background-color:#fff;border-color:#fff;opacity:.8}.owl-theme .owl-dots .owl-dot.active span{background-color:#1a181e;border-color:#1a181e;opacity:1}.owl-theme .owl-dots .owl-dot span{margin:5px}@media(max-width:1300px){.owl-theme .owl-nav .owl-prev{left:20px}.owl-theme .owl-nav .owl-next{right:20px}}.owl-nav-full .owl-nav{opacity:0;transition:opacity .4s}.owl-nav-full .owl-nav .owl-next,.owl-nav-full .owl-nav .owl-prev{margin:0;top:0;height:100%;transform:none;border:0;font-size:3rem;font-weight:400;color:#333;border-radius:0;background-color:hsla(0,0%,100%,.8);transition:.4s}.owl-nav-full .owl-nav .owl-next:not(.disabled):hover,.owl-nav-full .owl-nav .owl-prev:not(.disabled):hover{color:#1a181e;background-color:hsla(0,0%,100%,.8)}.owl-nav-full .owl-nav .owl-next.disabled,.owl-nav-full .owl-nav .owl-prev.disabled{visibility:hidden;opacity:0}.owl-nav-full .owl-nav .owl-prev{left:0;box-shadow:4px 0 7px -5px rgba(0,0,0,.2)}.owl-nav-full .owl-nav .owl-next{right:0;box-shadow:-4px 0 7px -5px rgba(0,0,0,.2)}.owl-nav-full:hover .owl-nav{opacity:1}.owl-nav-full:hover .owl-prev{left:0}.owl-nav-full:hover .owl-next{right:0}.stop-scroll{touch-action:pan-y!important}.owl-nav-arrow .owl-nav .owl-next,.owl-nav-arrow .owl-nav .owl-prev{margin:0;color:#666;font-weight:400;width:1em;height:1em;font-size:4.5rem;border:none}.owl-nav-arrow .owl-nav .owl-next i,.owl-nav-arrow .owl-nav .owl-prev i{display:none}.owl-nav-arrow .owl-nav .owl-next:before,.owl-nav-arrow .owl-nav .owl-prev:before{font-family:riode}.owl-nav-arrow .owl-nav .owl-next:not(.disabled):active,.owl-nav-arrow .owl-nav .owl-next:not(.disabled):focus,.owl-nav-arrow .owl-nav .owl-next:not(.disabled):hover,.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):active,.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):focus,.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):hover{background-color:transparent;color:#1a181e}.owl-nav-arrow .owl-nav .owl-next.disabled,.owl-nav-arrow .owl-nav .owl-prev.disabled{color:#aaa}.owl-nav-arrow .owl-nav .owl-next{right:5%}.owl-nav-arrow .owl-nav .owl-next:before{content:""}.owl-nav-arrow .owl-nav .owl-prev{left:5%}.owl-nav-arrow .owl-nav .owl-prev:before{content:""}.owl-nav-inner .owl-nav .owl-next,.owl-nav-inner .owl-nav .owl-prev{opacity:0;visibility:hidden}.owl-nav-inner .owl-nav .owl-prev{left:0}.owl-nav-inner .owl-nav .owl-next{right:0}.owl-nav-inner:hover .owl-next,.owl-nav-inner:hover .owl-prev{opacity:1;visibility:visible}.owl-nav-inner:hover .owl-prev{left:2rem}.owl-nav-inner:hover .owl-next{right:2rem}.owl-nav-top .owl-nav{position:absolute;top:-5.7rem;right:-.4rem;color:#ccc}.owl-nav-top .owl-nav .owl-next:not(.disabled),.owl-nav-top .owl-nav .owl-prev:not(.disabled){color:#777}.owl-nav-top .owl-nav i{padding:.1rem .5rem;font-size:1.8rem;font-weight:700}.owl-nav-top .owl-nav i:before{margin:0}.owl-nav-bottom .owl-nav{position:absolute;bottom:1.7rem;right:-.4rem;color:#999}.owl-nav-bottom .owl-nav i{font-size:2rem;font-weight:700}.owl-nav-bottom .owl-nav i:before{margin:0}.owl-nav-bottom .owl-prev{margin-right:.8rem}.owl-dot-white .owl-dots .owl-dot span{background-color:#fff;border-color:#fff;opacity:.8}.owl-dot-white .owl-dots .owl-dot.active span{background-color:#fff;border-color:#fff;opacity:1}.owl-dot-grey .owl-dots .owl-dot span{background-color:#efefef;border-color:#efefef}.owl-dot-grey .owl-dots .owl-dot.active span{background-color:#999;border-color:#999}.owl-dot-dark .owl-dots .owl-dot span{background-color:#a1a1a1;border-color:#a1a1a1}.owl-dot-dark .owl-dots .owl-dot.active span{background-color:#333;border-color:#333}.owl-dot-inner .owl-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%)}.brand-carousel .owl-stage{display:flex;align-items:center}.brand-carousel .owl-item img{width:auto;margin:auto}.brand-carousel:not(.loaded){text-align:center;align-items:center}.owl-carousel .slide-animate{transform:translateZ(0) scale(1);will-change:filter,transform,opacity;visibility:hidden;opacity:0}.owl-carousel .slide-animate.show-content{visibility:visible;opacity:1}.owl-full-height,.owl-full-height .owl-item,.owl-full-height .owl-stage,.owl-full-height .owl-stage-outer,.owl-same-height .owl-item>*{height:100%}.owl-same-height .owl-stage{display:flex}.owl-full-height .owl-item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.owl-shadow-carousel .owl-stage-outer{margin:-20px;padding:20px}.owl-nav-bg .owl-nav .owl-prev{left:15.4%}.owl-nav-bg .owl-nav .owl-next{right:15.4%}.owl-nav-bg .owl-nav [class*=owl-]{width:4.8rem;height:4.8rem;border-width:2px;font-size:3.2rem;color:#666;border-color:#666}.owl-nav-bg .owl-nav [class*=owl-].disabled{border-color:#acabab}.owl-nav-bg .owl-nav i{line-height:1;margin-bottom:2px}.owl-nav-fade .owl-nav .owl-prev{opacity:0;margin-left:4rem}.owl-nav-fade .owl-nav .owl-next{opacity:0;margin-right:4rem}.owl-nav-fade:hover .owl-nav .owl-prev{opacity:1;margin-left:0}.owl-nav-fade:hover .owl-nav .owl-next{opacity:1;margin-right:0}.owl-split .owl-item:not(:last-child){position:relative}.owl-split .owl-item:not(:last-child):after{content:"";position:absolute;left:100%;top:0;bottom:0;width:1px;background-color:#ebebeb}.owl-middle .owl-stage{display:flex;align-items:center}.rotate-slider{padding-left:17.9%}.rotate-slider .owl-stage-outer{padding:20px 20px 20px 23%;margin:-20px -20px -20px -23%}.rotate-slider .owl-item{transition:1s;box-shadow:0 0 20px 5px rgba(0,0,0,.1)}.rotate-slider .owl-item:not(.active){transform:scale(.8) translateX(100%);transform-origin:left}.rotate-slider .owl-nav .owl-next{right:auto;left:40px;font-size:36px}.rotate-slider .owl-nav .owl-next:before{content:""}.rotate-slider .owl-nav .owl-prev{display:none}@media(max-width:479px){.rotate-slider .owl-nav .owl-next{right:auto;left:15px;font-size:24px}}.owl-theme .owl-dots{line-height:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 6px;border:.1rem solid #d7d7d7;display:block;-webkit-backface-visibility:visible;transition:all .3s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span{width:18px}.owl-health-corousal .owl-stage-outer .owl-stage .owl-item{width:252px!important}*,:after,:before{touch-action:pan-x pan-y!important;box-sizing:inherit}html{font-size:62.5%;font-size-adjust:100%;font-weight:400;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;font-family:Manrope,sans-serif;font-size:1.4rem;line-height:1.6;color:#666;overflow-x:hidden!important;overflow-y:scroll!important;touch-action:pan-x pan-y;letter-spacing:.05rem!important}main{display:block;position:relative}.font-normal{font-weight:600}.title-extra-pages{padding:32px 0;margin-bottom:0;font-size:32px;font-weight:600;line-height:40px}@media(max-width:750px){.title-extra-pages{font-size:25px}}body:not(.loaded) *{transition:all 0s!important}.spin-loader{width:17px;height:17px;animation:spin .65s linear infinite;border-radius:75%;border:2px solid!important;border-color:#fff #fff transparent!important;z-index:9999}.loaded .page-wrapper{opacity:1}.App{text-align:center;margin-top:50px}.App-header{background-color:#282c34;padding:20px;color:#fff}.page-wrapper{opacity:0;position:relative;transition:margin .4s,opacity .5s;background-color:#f9f6e6;min-height:100vh}.link-text{color:#5f9ea0}.page-content{color:#6f4632}table{width:100%;border-collapse:collapse}table td,table th{padding:0}.headings{padding-top:32px;padding-bottom:24px}.section{padding:7rem 0}.grey-section{background:#f6f7f9}.background-section{background-repeat:no-repeat}.parallax{background-color:#e9dbc4}ul{padding-left:1.5em}.breadcrumb,.category ul,.comments ul,.dropdown-box,.filter-items,.list,.menu,.menu ul,.mobile-menu,.mobile-menu ul,.nav,.nav ul,.nav-filters,.pagination,.product-nav,.product-tabs>div ul,.select-menu>ul,.widget-body,.widget-body ul{list-style-type:none;margin:0;padding:0}a{text-decoration:none;color:inherit;transition:color .3s}.mobile-menu a:hover{opacity:70%}:focus{outline:0}figure{margin:0}img{max-width:100%;height:auto}hr{margin-bottom:2rem;border:0;border-top:1px solid #eee}input{-webkit-appearance:none;font-size:16px!important;border:0;padding:0;font-family:Manrope,sans-serif}input:focus{outline:0}i{font-style:normal}button:focus{outline:none}.scrollable,.sidebar-content{-webkit-overflow-scrolling:touch}.scrollable::-webkit-scrollbar,.sidebar-content::-webkit-scrollbar{height:7px;width:4px}.scrollable::-webkit-scrollbar-thumb,.sidebar-content::-webkit-scrollbar-thumb{margin-right:2px;background:rgba(0,0,0,.25);border-radius:5px;cursor:pointer}.scrollable-light::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2)}@keyframes bouncedelay{0%,80%,to{transform:scale(1)}40%{transform:scale(1.2)}}@keyframes rotatedelay{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes reveal-1{0%{transform:rotate(135deg) translateZ(0);border-radius:50%}20%{transform:rotate(135deg) translate3d(55%,55%,0);border-radius:0}80%{transform:rotate(495deg) translate3d(55%,55%,0);border-radius:0}to{transform:rotate(495deg) translateZ(0);border-radius:50%}}@keyframes reveal-2{0%{transform:rotate(135deg) translateZ(0);border-radius:50%}20%{transform:rotate(135deg) translate3d(55%,-55%,0);border-radius:0}80%{transform:rotate(495deg) translate3d(55%,-55%,0);border-radius:0}to{transform:rotate(495deg) translateZ(0);border-radius:50%}}@keyframes reveal-3{0%{transform:rotate(135deg) translateZ(0);border-radius:50%}20%{transform:rotate(135deg) translate3d(-55%,-55%,0);border-radius:0}80%{transform:rotate(495deg) translate3d(-55%,-55%,0);border-radius:0}to{transform:rotate(495deg) translateZ(0);border-radius:50%}}@keyframes reveal-4{0%{transform:rotate(135deg) translateZ(0);border-radius:50%}20%{transform:rotate(135deg) translate3d(-55%,55%,0);border-radius:0}80%{transform:rotate(495deg) translate3d(-55%,55%,0);border-radius:0}to{transform:rotate(495deg) translateZ(0);border-radius:50%}}.bounce-loader{position:absolute;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;top:50%;left:50%;width:20px;height:20px;transition:all .2s;text-align:center;z-index:10000}.bounce-loader .bounce1,.bounce-loader .bounce2,.bounce-loader .bounce3,.bounce-loader .bounce4{display:block;position:absolute;left:0;top:0;width:20px;height:20px;margin-bottom:5px;background-color:#1a181e}.bounce-loader .bounce1{animation:reveal-1 2s infinite}.bounce-loader .bounce2{animation:reveal-2 2s infinite}.bounce-loader .bounce3{animation:reveal-3 2s infinite}.bounce-loader .bounce4{animation:reveal-4 2s infinite}.bounce-loader .bounce3{border:3px solid #1a181e;background-color:transparent}.appear-animate{transform:translateZ(0) scale(1);will-change:transform,filter,opacity}.fade{opacity:0;transition:opacity .5s}.fade.in{opacity:1}.scroll-top{position:fixed;text-align:center;bottom:30px;left:auto;right:30px;width:60px;height:60px;font-size:27px;opacity:0;visibility:hidden;transition:transform .3s,visibility .3s,opacity .3s;color:#222;transform:translateY(40px);border-radius:3px;z-index:999;box-shadow:0 0 20px 0 rgba(0,0,0,.1);line-height:60px;display:flex;align-items:center;justify-content:center;background-color:#fff}.scroll-top:hover{color:#222}.scroll-top i{font-weight:900;line-height:inherit}.d-loading{display:block;position:absolute;top:100%;left:calc(50% - 17px);width:34px;height:34px;border:2px solid transparent;border-top-color:#000;border-radius:50%;animation:spin .75s linear infinite}.d-loading:before{content:"";top:-2px;left:-2px;position:absolute;width:inherit;height:inherit;border:inherit;border-radius:inherit;animation:spin 1.5s ease infinite}.Toastify .Toastify__toast-body{padding:0!important}.Toastify .Toastify__toast{min-height:-moz-fit-content!important;min-height:fit-content!important}@media(max-width:991px){#__next{overflow:hidden}}@media(min-width:768px){.scroll-top.show{visibility:visible;opacity:1;transform:translateY(0)}}.sticky-content.fix-top{top:0}.sticky-content.fix-bottom{bottom:0}.sticky-content.fixed{position:fixed;left:0;right:0;opacity:1;background:#fff;z-index:1051;box-shadow:0 0 10px 1px rgba(0,0,0,.1)}.sticky-content.fixed.fix-top{animation:fixedTop .4s}.sticky-content.fixed.fix-bottom{animation:fixedBottom .4s;transition:margin-bottom .4s}.load-more-overlay.loading:after,.loading:not(.load-more-overlay){animation:spin .65s linear infinite;border:2px solid transparent;border-radius:32px;border-top:2px solid rgba(0,0,0,.4)!important;border-right:2px solid rgba(0,0,0,.4)!important;border-bottom:2px solid rgba(0,0,0,.4)!important;content:"";display:block;height:21px;top:50%;margin-top:-11px;left:50%;margin-left:-10px;right:auto;position:absolute;width:21px}.load-more-overlay{position:relative}.load-more-overlay.loading:after{content:""}.load-more-overlay:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.8}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.riode-rounded-skin .btn,.riode-rounded-skin .minipopup-box,.riode-rounded-skin .post-calendar,.riode-rounded-skin .post-framed,.riode-rounded-skin .post-media,.riode-rounded-skin .post-single .post-author-detail,.riode-rounded-skin .post-single>.post-wrap img,.riode-rounded-skin .product-category,.riode-rounded-skin .product-category .category-content,.riode-rounded-skin .product-hide-details .btn-product,.riode-rounded-skin .product-hide-details .btn-product-icon,.riode-rounded-skin .product-with-qty .quantity button,.riode-rounded-skin .product-wrapper .banner,.riode-rounded-skin .vendor-widget .vendor-banner,.riode-rounded-skin .vendor-widget .vendor-logo,.riode-rounded-skin .vendor-widget .vendor-product>figure{border-radius:3px;overflow:hidden}.riode-rounded-skin .form-row [type=email],.riode-rounded-skin .form-row [type=password],.riode-rounded-skin .form-row [type=tel],.riode-rounded-skin .form-row [type=text],.riode-rounded-skin .form-row textarea,.riode-rounded-skin .login-popup{border-radius:3px}.riode-rounded-skin .btn-link,.riode-rounded-skin .form-coupon .input-text{border-radius:0;overflow:visible}.riode-rounded-skin .post.post-mask.gradient:before{border-radius:0 0 3px 3px;overflow:hidden}.riode-rounded-skin .mfp-product .product,.riode-rounded-skin .product-category.cat-type-default{border-radius:10px}.overflow-ellipsis{display:-webkit-box!important;-webkit-line-clamp:3;text-overflow:ellipsis}.overflow-ellipsis2{-webkit-box-orient:vertical;overflow:hidden}.border-cricle,.border-regular{border:1px solid #e1e1e1}.border-cricle{border-radius:50%}.text-align-start{text-align:start!important}.cart-product-size{font-size:14px!important;font-weight:bolder!important}@media(max-width:500px){.cart-product-size{font-size:12px!important}}.title-black{color:#1a181e!important}.title-gray{color:#4d4d4d}.theme-banners-larger-section{width:54%;max-width:54%;min-width:54%;margin-right:8px}.filter{filter:drop-shadow(0 4px 12px rgba(0,0,0,.08))}.theme-banners-smaller-section{width:46%;max-width:46%;min-width:46%;margin-left:8px}.testimonial-columns{display:flex;flex-direction:column;align-items:center;border-radius:6px;height:100%;background-color:#f9f6e6;padding:32px 1.5rem}.img-card{background:#fff;border-radius:6px;margin:8px;padding:12px;position:relative;border:none!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important}.item-wrapper-card{display:flex;flex-direction:column}.text-black-1{color:#1a181e}.font-price{font-size:20px!important}@media(max-width:575px){.font-price{font-size:18px!important}}.paddingForStar{padding-top:2.5px}.woot--bubble-holder{z-index:2000!important}@media(max-width:575px){.woot--bubble-holder{bottom:70px!important}}.min-order-msg{width:18rem}.woot--bubble-holder-hidden{visibility:hidden!important}.marketplace-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;cursor:pointer}.marketplace-inner-container{background:#fff;display:flex;border-radius:20px;padding:12px 12px 4px;width:100%;gap:20px;border:2px solid #000;justify-content:space-evenly}.marketplace-inner-container .padding-top-1x{padding-top:8px}.marketplace-inner-container .margin-right-16{margin-right:17px}.marketplace-title{color:#013220;font-size:13px;margin:0 0 4px;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35em;min-height:2em}.marketplace-title .marketplace-text{color:#013220;font-size:17px!important;margin:0 0 3px!important}.shop-now-text{width:8rem;font-size:1.75rem;color:#000;font-weight:700}.logo-container{display:flex;flex-direction:column;align-items:center}.logo-text{font-size:8px;text-align:center}.w-100{width:100%!important}.h-100{height:100%!important}.h-fit-content{height:-moz-fit-content!important;height:fit-content!important}.p-sticky{position:sticky!important}.p-relative{position:relative!important}.p-unset{position:unset!important}.x-50{left:50%!important;transform:translateX(-50%)!important}.x-50.y-50{transform:translate(-50%,-50%)!important}.y-50{top:50%!important;transform:translateY(-50%)!important}.d-none,.d-sm-show{display:none!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.justify-content-center{justify-content:center!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.flex-column{flex-direction:column!important}.flex-row{flex-direction:row!important}.flex-wrap{flex-wrap:wrap!important}.flex-1{flex:1 1!important}.overflow-hidden{overflow:hidden!important}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media(min-width:576px){.d-sm-show{display:none!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(max-width:1199px){.d-xl-none,.d-xl-show{display:none!important}}@media(max-width:991px){.d-lg-show{display:none!important}}@media(max-width:767px){.d-md-show{display:block!important}}@media(max-width:575px){.d-sm-show{display:block!important}.d-sm-none{display:none!important}.d-sm-column{flex-direction:column!important}.sm-around{justify-content:space-around}}.large-price-text{font-size:18px}@media(max-width:575px){.large-price-text{font-size:14px}}.font-primary{font-family:Manrope,sans-serif!important}.font-secondary{font-family:Poppins,sans-serif!important}.font-tertiary{font-family:Open Sans,sans-serif!important}.font-weight-bolder{font-weight:800!important}.font-weight-bold{font-weight:700!important}.font-weight-semi-bold{font-weight:600!important}.font-weight-normal-bold{font-weight:500!important}.font-weight-normal{font-weight:400!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-normal{text-transform:none!important}.font-italic{font-style:italic!important}.font-normal{font-stretch:normal!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-white{color:#fff!important}.text-light{color:#ccc!important}.text-grey{color:#999!important}.text-body{color:#666!important}.text-dark{color:#222!important}.text-black{color:#000!important}.text-primary{color:#1a181e!important}.text-success{color:#17b31b!important}.text-alert{color:#b10001!important}.text-secondary{color:#e50b20!important}.ls-md{letter-spacing:.03em!important}.ls-s{letter-spacing:.01em!important}.ls-m{letter-spacing:.025em!important}.ls-l{letter-spacing:.05em!important}.ls-normal{letter-spacing:.025em!important}.text-underline{text-decoration:underline!important}.lh-2{line-height:2!important}.lh-1{line-height:1!important}.lh-0{line-height:0!important}.lh-default{line-height:1.42!important}.bg-white{background-color:#fff!important}.bg-dark{background-color:#222!important}.bg-grey{background-color:#999!important}.bg-light{background-color:#ccc!important}.bg-black{background-color:#000!important}.bg-primary{background-color:#1a181e!important}.bg-secondary{background-color:#e50b20!important}.border-no{border:none!important}.cursor-pointer{cursor:pointer}.overflow-auto{overflow:auto}.pointer-none{pointer-events:none}.no-wrap{white-space:nowrap}.border-2{border-radius:4px;overflow:hidden}.border-bottom-none{border-bottom:none!important}.rounded{border-radius:10px}.justify-self-center{justify-self:center}.text-green{color:green}.coupon-code-container{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:2rem}.coupon-code{color:#17b31b}.coupon-code-copy{background-color:#f0efef;padding:10px;border-radius:8px;align-items:center;justify-content:center;display:flex;cursor:pointer}h1,h2,h3,h4,h5,h6,p{font-weight:400;margin:0 0 2rem}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:600;line-height:1.4;color:inherit}h1{font-size:4rem}h2{font-size:3.4rem}h3{font-size:3rem}h4{font-size:2.4rem}h5{font-size:1.8rem}h6{font-size:1.5rem}p{font-family:Manrope,sans-serif;font-size:1.4rem;line-height:1.86}blockquote{margin:0}.list{font-size:1.4rem;line-height:1.86;color:#666}.list-style-none{list-style:none}.list-type-number{list-style-type:decimal}.list-type-check li{position:relative;padding-left:2.4rem}.list-type-check li:before{display:block;position:absolute;left:3px;top:2px;font-family:riode;content:"";font-weight:700;font-size:1.2rem;color:#222}.list-circle li{padding-left:1rem;margin-bottom:1rem}.list-circle i{margin-right:1.2rem;width:4rem;height:4rem;border:1px solid #e1e1e1;border-radius:50%;text-align:center;line-height:3.8rem;font-size:1.1rem}.list-arrow li{position:relative;transition:color .3s,padding .3s}.list-arrow li:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;visibility:hidden;font-family:riode;font-size:1.4rem;transition:opacity .3s,visibility .3s}.list-arrow li.show,.list-arrow li:hover{padding-left:2.2rem;color:#1a181e}.list-arrow li.show:before,.list-arrow li:hover:before{visibility:visible;opacity:1}.text-bd-left{position:relative;padding-left:2rem}.text-bd-left:before{content:"";display:block;position:absolute;left:0;width:2px;top:5px;bottom:5px;background-color:#dae1e5}@media(max-width:767px){.list-type-number{margin-left:2.3rem}}.text-12{font-size:12px}.container,.container-fluid{width:100%;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}@media(max-width:479px){.container,.container-fluid{padding-left:15px;padding-right:15px}}.container-fluid{max-width:1820px}.container{max-width:1376px}.divider{display:inline-block;vertical-align:middle;margin-right:1.5rem;height:2.5rem;width:1px;background-color:#e1e1e1}.coupon-discount-bar{background-color:#17b31b;justify-content:center;z-index:1000;width:100%}@media(min-width:575px){.coupon-discount-bar{max-width:50rem!important}}.animate{animation-name:slideIn;animation-duration:1s}@keyframes slideIn{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.coupon-discount .coupon-discount-text{letter-spacing:1.5px;font-weight:400;color:#fff;text-align:center;font-size:12px!important}.celeb-img{max-width:100%}.rowss:first-child .col-lg-6{width:50%;flex:none}.rowss:first-child .col-lg-4{width:33.3333%;flex:none;padding-right:12px;padding-left:0}.rowss{display:flex;flex-wrap:wrap}.rowss .col-6{width:50%;flex:none;padding-right:8px;padding-left:8px;margin-top:18px}@media(max-width:767px){.rowss .col-6{padding-right:4px;padding-left:4px;margin-top:8px}.rowss .col-6.mobile-left{padding-left:0}.rowss .col-6.mobile-right{padding-right:0}}.rowss .col-12{width:100%;flex:none}@media(min-width:992px){.rowss .col-lg-6{width:50%;flex:none}.rowss .col-lg-4{width:33.3333%;flex:none;padding-right:12px;padding-left:12px}}@media(min-width:700px){.rowss .col-md-6{width:50%;flex:none}}.category-grid-container{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,1fr);margin-top:1rem}.category-grid-container .grid-item{width:-moz-fit-content;width:fit-content}@media(max-width:767px){.category-grid-container{grid-template-columns:repeat(2,1fr)}}.border-radius{border-radius:6px}.border-radius-2{border-radius:8px}@media(max-width:575px){.mobile-padding{padding-left:0!important}}.flex-gap-24{gap:24px!important}@media(max-width:575px){.flex-gap-24{gap:12px!important}}.margin-top{margin-top:.7rem!important}@media(max-width:575px){.margin-top{margin-top:.6rem!important}}.col-gap{gap:1rem}.col-3{width:25%;flex:none}@media(max-width:576px){.col-sm-6{width:50%;flex:none}}.lh-111{line-height:1.8rem;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.flex-gap{gap:16px}.flex-gap .col--6{max-width:50%}.flex-gap .col--62{max-width:48%}.home-page-padding{padding-top:32px;padding-bottom:32px}@media(max-width:575px){.home-page-padding{padding-top:0}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.6);z-index:9999}.modal-title{color:#8d8d8d;text-align:center;font-family:Manrope;font-size:20px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:450px){.modal-title{font-size:16px}}.font-14{font-size:14px!important}.modal-amount{color:#000;text-align:center;font-family:Manrope;font-size:40px;font-style:normal;font-weight:500;line-height:normal}@media(max-width:450px){.modal-amount{font-size:20px}}.close-icon{position:absolute;right:0;top:0;border:none;margin:5px;cursor:pointer}.close-icon.wrap{margin:10px}.confetti{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:-50%;transform:translate(-50%,-50%);width:100%;height:600px;overflow:hidden;z-index:1000000}@media(max-width:768px){.confetti{position:fixed;height:300px;left:50%}}.confetti-piece{position:absolute;width:8px;height:16px;background:#ffd300;top:0;opacity:0}.confetti-piece:first-child{left:7%;transform:rotate(4deg);animation:makeItRain 1s ease-out infinite;animation-delay:.29s;animation-duration:733ms}.confetti-piece:nth-child(2){left:14%;transform:rotate(13deg);animation:makeItRain 1s ease-out infinite;animation-delay:226ms;animation-duration:.77s}.confetti-piece:nth-child(3){left:21%;transform:rotate(-52deg);animation:makeItRain 1s ease-out infinite;animation-delay:164ms;animation-duration:792ms}.confetti-piece:nth-child(4){left:28%;transform:rotate(72deg);animation:makeItRain 1s ease-out infinite;animation-delay:338ms;animation-duration:949ms}.confetti-piece:nth-child(5){left:35%;transform:rotate(-29deg);animation:makeItRain 1s ease-out infinite;animation-delay:263ms;animation-duration:1077ms}.confetti-piece:nth-child(6){left:42%;transform:rotate(-61deg);animation:makeItRain 1s ease-out infinite;animation-delay:328ms;animation-duration:1146ms}.confetti-piece:nth-child(7){left:49%;transform:rotate(-67deg);animation:makeItRain 1s ease-out infinite;animation-delay:388ms;animation-duration:1075ms}.confetti-piece:nth-child(8){left:56%;transform:rotate(-47deg);animation:makeItRain 1s ease-out infinite;animation-delay:405ms;animation-duration:1167ms}.confetti-piece:nth-child(9){left:63%;transform:rotate(-42deg);animation:makeItRain 1s ease-out infinite;animation-delay:462ms;animation-duration:763ms}.confetti-piece:nth-child(10){left:70%;transform:rotate(-49deg);animation:makeItRain 1s ease-out infinite;animation-delay:443ms;animation-duration:1037ms}.confetti-piece:nth-child(11){left:77%;transform:rotate(65deg);animation:makeItRain 1s ease-out infinite;animation-delay:498ms;animation-duration:1062ms}.confetti-piece:nth-child(12){left:84%;transform:rotate(73deg);animation:makeItRain 1s ease-out infinite;animation-delay:271ms;animation-duration:956ms}.confetti-piece:nth-child(13){left:91%;transform:rotate(-4deg);animation:makeItRain 1s ease-out infinite;animation-delay:60ms;animation-duration:1137ms}.confetti-piece:nth-child(14){left:98%;transform:rotate(-22deg);animation:makeItRain 1s ease-out infinite;animation-delay:275ms;animation-duration:1059ms}.confetti-piece:nth-child(15){left:105%;transform:rotate(-33deg);animation:makeItRain 1s ease-out infinite;animation-delay:261ms;animation-duration:835ms}.confetti-piece:nth-child(16){left:112%;transform:rotate(-14deg);animation:makeItRain 1s ease-out infinite;animation-delay:318ms;animation-duration:814ms}.confetti-piece:nth-child(17){left:119%;transform:rotate(-52deg);animation:makeItRain 1s ease-out infinite;animation-delay:157ms;animation-duration:1095ms}.confetti-piece:nth-child(18){left:126%;transform:rotate(47deg);animation:makeItRain 1s ease-out infinite;animation-delay:181ms;animation-duration:1165ms}.confetti-piece:nth-child(odd){background:#17d3ff}.confetti-piece:nth-child(2n){z-index:1}.confetti-piece:nth-child(4n){width:5px;height:12px;animation-duration:2s}.confetti-piece:nth-child(3n){width:3px;height:10px;animation-duration:2.5s;animation-delay:1s}.confetti-piece:nth-child(4n-7){background:#ff4e91}@keyframes makeItRain{0%{opacity:0}50%{opacity:1}to{transform:translateY(200px)}}.link-blue{color:#00008b}.row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.row>*{position:relative;width:100%;padding-right:10px;padding-left:10px}.gutter-lg{margin-left:-15px;margin-right:-15px}.gutter-lg>*{padding-right:15px;padding-left:15px}.gutter-sm{margin-left:-5px;margin-right:-5px}.gutter-sm>*{padding-right:5px;padding-left:5px}.gutter-xs{margin-left:-1px;margin-right:-1px}.gutter-xs>*{padding-right:1px;padding-left:1px}.gutter-no{margin-left:0;margin-right:0}.gutter-no>*{padding-right:0;padding-left:0}.cols-1>*{max-width:100%;flex:0 0 100%}.cols-2>*{max-width:50%;flex:0 0 50%}.cols-3>*{max-width:33.3333%;flex:0 0 33.3333%}.cols-4>*{max-width:25%;flex:0 0 25%}.cols-5>*{max-width:20%;flex:0 0 20%}.cols-6>*{max-width:16.6667%;flex:0 0 16.6667%}.cols-7>*{max-width:14.2857%;flex:0 0 14.2857%}.cols-8>*{max-width:12.5%;flex:0 0 12.5%}@media(min-width:480px){.cols-xs-1>*{max-width:100%;flex:0 0 100%}.cols-xs-2>*{max-width:50%;flex:0 0 50%}.cols-xs-3>*{max-width:33.3333%;flex:0 0 33.3333%}.cols-xs-4>*{max-width:25%;flex:0 0 25%}.cols-xs-5>*{max-width:20%;flex:0 0 20%}.cols-xs-6>*{max-width:16.6667%;flex:0 0 16.6667%}.cols-xs-7>*{max-width:14.2857%;flex:0 0 14.2857%}.cols-xs-8>*{max-width:12.5%;flex:0 0 12.5%}}@media(min-width:576px){.cols-sm-1>*{max-width:100%;flex:0 0 100%}.cols-sm-2>*{max-width:50%;flex:0 0 50%}.cols-sm-3>*{max-width:33.3333%;flex:0 0 33.3333%}.cols-sm-4>*{max-width:25%;flex:0 0 25%}.cols-sm-5>*{max-width:20%;flex:0 0 20%}.cols-sm-6>*{max-width:16.6667%;flex:0 0 16.6667%}.cols-sm-7>*{max-width:14.2857%;flex:0 0 14.2857%}.cols-sm-8>*{max-width:12.5%;flex:0 0 12.5%}}@media(min-width:768px){.cols-md-1>*{max-width:100%;flex:0 0 100%}.cols-md-2>*{max-width:50%;flex:0 0 50%}.cols-md-3>*{max-width:33.3333%;flex:0 0 33.3333%}.cols-md-4>*{max-width:25%;flex:0 0 25%}.cols-md-5>*{max-width:20%;flex:0 0 20%}.cols-md-6>*{max-width:16.6667%;flex:0 0 16.6667%}.cols-md-7>*{max-width:14.2857%;flex:0 0 14.2857%}.cols-md-8>*{max-width:12.5%;flex:0 0 12.5%}}@media(min-width:992px){.cols-lg-1>*{max-width:100%;flex:0 0 100%}.cols-lg-2>*{max-width:50%;flex:0 0 50%}.cols-lg-3>*{max-width:33.3333%;flex:0 0 33.3333%}.cols-lg-4>*{max-width:25%;flex:0 0 25%}.cols-lg-5>*{max-width:20%;flex:0 0 20%}.cols-lg-6>*{max-width:16.6667%;flex:0 0 16.6667%}.cols-lg-7>*{max-width:14.2857%;flex:0 0 14.2857%}.cols-lg-8>*{max-width:12.5%;flex:0 0 12.5%}}@media(min-width:1200px){.cols-xl-1>*{max-width:100%;flex:0 0 100%}.cols-xl-2>*{max-width:50%;flex:0 0 50%}.cols-xl-3>*{max-width:33.3333%;flex:0 0 33.3333%}.cols-xl-4>*{max-width:25%;flex:0 0 25%}.cols-xl-5>*{max-width:20%;flex:0 0 20%}.cols-xl-6>*{max-width:16.6667%;flex:0 0 16.6667%}.cols-xl-7>*{max-width:14.2857%;flex:0 0 14.2857%}.cols-xl-8>*{max-width:12.5%;flex:0 0 12.5%}}.col-1{max-width:8.3333%;flex:0 0 8.3333%}.col-2{max-width:16.6667%;flex:0 0 16.6667%}.col-3{max-width:25%;flex:0 0 25%}.col-4{max-width:33.3333%;flex:0 0 33.3333%}.col-5{max-width:41.6667%;flex:0 0 41.6667%}.col-6{max-width:50%;flex:0 0 50%}.col-7{max-width:58.3333%;flex:0 0 58.3333%}.col-8{max-width:66.6667%;flex:0 0 66.6667%}.col-9{max-width:75%;flex:0 0 75%}.col-10{max-width:83.3333%;flex:0 0 83.3333%}.col-11{max-width:91.6667%;flex:0 0 91.6667%}.col-12{max-width:100%;flex:0 0 100%}@media(min-width:480px){.col-xs-1{max-width:8.3333%;flex:0 0 8.3333%}.col-xs-2{max-width:16.6667%;flex:0 0 16.6667%}.col-xs-3{max-width:25%;flex:0 0 25%}.col-xs-4{max-width:33.3333%;flex:0 0 33.3333%}.col-xs-5{max-width:41.6667%;flex:0 0 41.6667%}.col-xs-6{max-width:50%;flex:0 0 50%}.col-xs-7{max-width:58.3333%;flex:0 0 58.3333%}.col-xs-8{max-width:66.6667%;flex:0 0 66.6667%}.col-xs-9{max-width:75%;flex:0 0 75%}.col-xs-10{max-width:83.3333%;flex:0 0 83.3333%}.col-xs-11{max-width:91.6667%;flex:0 0 91.6667%}.col-xs-12{max-width:100%;flex:0 0 100%}}@media(min-width:576px){.col-sm-1{max-width:8.3333%;flex:0 0 8.3333%}.col-sm-2{max-width:16.6667%;flex:0 0 16.6667%}.col-sm-3{max-width:25%;flex:0 0 25%}.col-sm-4{max-width:33.3333%;flex:0 0 33.3333%}.col-sm-5{max-width:41.6667%;flex:0 0 41.6667%}.col-sm-6{max-width:50%;flex:0 0 50%}.col-sm-7{max-width:58.3333%;flex:0 0 58.3333%}.col-sm-8{max-width:66.6667%;flex:0 0 66.6667%}.col-sm-9{max-width:75%;flex:0 0 75%}.col-sm-10{max-width:83.3333%;flex:0 0 83.3333%}.col-sm-11{max-width:91.6667%;flex:0 0 91.6667%}.col-sm-12{max-width:100%;flex:0 0 100%}}@media(min-width:768px){.col-md-1{max-width:8.3333%;flex:0 0 8.3333%}.col-md-2{max-width:16.6667%;flex:0 0 16.6667%}.col-md-3{max-width:25%;flex:0 0 25%}.col-md-4{max-width:33.3333%;flex:0 0 33.3333%}.col-md-5{max-width:41.6667%;flex:0 0 41.6667%}.col-md-6{max-width:50%;flex:0 0 50%}.col-md-7{max-width:58.3333%;flex:0 0 58.3333%}.col-md-8{max-width:66.6667%;flex:0 0 66.6667%}.col-md-9{max-width:75%;flex:0 0 75%}.col-md-10{max-width:83.3333%;flex:0 0 83.3333%}.col-md-11{max-width:91.6667%;flex:0 0 91.6667%}.col-md-12{max-width:100%;flex:0 0 100%}}@media(min-width:992px){.col-lg-1{max-width:8.3333%;flex:0 0 8.3333%}.col-lg-2{max-width:16.6667%;flex:0 0 16.6667%}.col-lg-3{max-width:25%;flex:0 0 25%}.col-lg-4{max-width:33.3333%;flex:0 0 33.3333%}.col-lg-5{max-width:41.6667%;flex:0 0 41.6667%}.col-lg-6{max-width:50%;flex:0 0 50%}.col-lg-7{max-width:58.3333%;flex:0 0 58.3333%}.col-lg-8{max-width:66.6667%;flex:0 0 66.6667%}.col-lg-9{max-width:75%;flex:0 0 75%}.col-lg-10{max-width:83.3333%;flex:0 0 83.3333%}.col-lg-11{max-width:91.6667%;flex:0 0 91.6667%}.col-lg-12{max-width:100%;flex:0 0 100%}}@media(min-width:1200px){.col-xl-1{max-width:8.3333%;flex:0 0 8.3333%}.col-xl-2{max-width:16.6667%;flex:0 0 16.6667%}.col-xl-3{max-width:25%;flex:0 0 25%}.col-xl-4{max-width:33.3333%;flex:0 0 33.3333%}.col-xl-5{max-width:41.6667%;flex:0 0 41.6667%}.col-xl-6{max-width:50%;flex:0 0 50%}.col-xl-7{max-width:58.3333%;flex:0 0 58.3333%}.col-xl-8{max-width:66.6667%;flex:0 0 66.6667%}.col-xl-9{max-width:75%;flex:0 0 75%}.col-xl-10{max-width:83.3333%;flex:0 0 83.3333%}.col-xl-11{max-width:91.6667%;flex:0 0 91.6667%}.col-xl-12{max-width:100%;flex:0 0 100%}}@media(min-width:1600px){.col-xxl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-2{flex:0 0 16.6666%;max-width:16.6666%}}@media(min-width:1200px){.col-xl-5col{flex:0 0 20%;max-width:20%}.col-xl-5col,.col-xl-5col2{position:relative;padding-right:10px;padding-left:10px}.col-xl-5col2{flex:0 0 40%;max-width:40%}.col-xl-5col4{position:relative;flex:0 0 80%;max-width:80%;padding-right:10px;padding-left:10px}}.order-first{order:-1}.order-last{order:9}@media(min-width:576px){.order-sm-auto{order:0}.order-sm-first{order:-1}.order-sm-last{order:9}}@media(min-width:768px){.order-md-auto{order:0}.order-md-first{order:-1}.order-md-last{order:9}}@media(min-width:992px){.order-lg-auto{order:0}.order-lg-first{order:-1}.order-lg-last{order:9}}.grid{margin:-1rem}.grid .banner,.grid .banner img,.grid .category,.grid .category img,.grid .category>a,.grid figure{height:100%}.grid img{-o-object-fit:cover;object-fit:cover}.grid .grid-item{padding:1rem;transform:translateZ(0)}.grid.gutter-sm{margin:-.5rem}.grid.gutter-sm .grid-item{padding:.5rem}.grid.gutter-no{margin:0}.grid.gutter-no .grid-item{padding:0}.grid:after{display:block;clear:both}.grid.grid-float{display:block!important}.grid.grid-float .grid-item{float:left}.split-line>*{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #ebebeb}.split-line>:after{content:"";display:block;width:1px;height:calc(100% - 3rem);position:absolute;right:0;top:0;background-color:#ebebeb}.split-line.cols-1>:nth-child(1n):after,.split-line.cols-2>:nth-child(2n):after,.split-line.cols-3>:nth-child(3n):after,.split-line.cols-4>:nth-child(4n):after,.split-line.cols-5>:nth-child(5n):after,.split-line.cols-6>:nth-child(6n):after,.split-line.cols-7>:nth-child(7n):after,.split-line.cols-8>:nth-child(8n):after,.split-line>.col-10:nth-child(1n):after,.split-line>.col-11:nth-child(1n):after,.split-line>.col-1:nth-child(12n):after,.split-line>.col-2:nth-child(6n):after,.split-line>.col-3:nth-child(4n):after,.split-line>.col-4:nth-child(3n):after,.split-line>.col-5:nth-child(2n):after,.split-line>.col-6:nth-child(2n):after,.split-line>.col-7:nth-child(1n):after,.split-line>.col-8:nth-child(1n):after,.split-line>.col-9:nth-child(1n):after{content:none}@media(min-width:576px){.split-line.cols-sm-1>:nth-child(n):after,.split-line.cols-sm-2>:nth-child(n):after,.split-line.cols-sm-3>:nth-child(n):after,.split-line.cols-sm-4>:nth-child(n):after,.split-line.cols-sm-5>:nth-child(n):after,.split-line.cols-sm-6>:nth-child(n):after,.split-line.cols-sm-7>:nth-child(n):after,.split-line.cols-sm-8>:nth-child(n):after,.split-line>.col-sm-10:nth-child(n):after,.split-line>.col-sm-11:nth-child(n):after,.split-line>.col-sm-1:nth-child(n):after,.split-line>.col-sm-2:nth-child(n):after,.split-line>.col-sm-3:nth-child(n):after,.split-line>.col-sm-4:nth-child(n):after,.split-line>.col-sm-5:nth-child(n):after,.split-line>.col-sm-6:nth-child(n):after,.split-line>.col-sm-7:nth-child(n):after,.split-line>.col-sm-8:nth-child(n):after,.split-line>.col-sm-9:nth-child(n):after{content:""}.split-line.cols-sm-1>:nth-child(1n):after,.split-line.cols-sm-2>:nth-child(2n):after,.split-line.cols-sm-3>:nth-child(3n):after,.split-line.cols-sm-4>:nth-child(4n):after,.split-line.cols-sm-5>:nth-child(5n):after,.split-line.cols-sm-6>:nth-child(6n):after,.split-line.cols-sm-7>:nth-child(7n):after,.split-line.cols-sm-8>:nth-child(8n):after,.split-line>.col-sm-10:nth-child(1n):after,.split-line>.col-sm-11:nth-child(1n):after,.split-line>.col-sm-1:nth-child(12n):after,.split-line>.col-sm-2:nth-child(6n):after,.split-line>.col-sm-3:nth-child(4n):after,.split-line>.col-sm-4:nth-child(3n):after,.split-line>.col-sm-5:nth-child(2n):after,.split-line>.col-sm-6:nth-child(2n):after,.split-line>.col-sm-7:nth-child(1n):after,.split-line>.col-sm-8:nth-child(1n):after,.split-line>.col-sm-9:nth-child(1n):after{content:none}}@media(min-width:768px){.split-line.cols-md-1>:nth-child(n):after,.split-line.cols-md-2>:nth-child(n):after,.split-line.cols-md-3>:nth-child(n):after,.split-line.cols-md-4>:nth-child(n):after,.split-line.cols-md-5>:nth-child(n):after,.split-line.cols-md-6>:nth-child(n):after,.split-line.cols-md-7>:nth-child(n):after,.split-line.cols-md-8>:nth-child(n):after,.split-line>.col-md-10:nth-child(n):after,.split-line>.col-md-11:nth-child(n):after,.split-line>.col-md-1:nth-child(n):after,.split-line>.col-md-2:nth-child(n):after,.split-line>.col-md-3:nth-child(n):after,.split-line>.col-md-4:nth-child(n):after,.split-line>.col-md-5:nth-child(n):after,.split-line>.col-md-6:nth-child(n):after,.split-line>.col-md-7:nth-child(n):after,.split-line>.col-md-8:nth-child(n):after,.split-line>.col-md-9:nth-child(n):after{content:""}.split-line.cols-md-1>:nth-child(1n):after,.split-line.cols-md-2>:nth-child(2n):after,.split-line.cols-md-3>:nth-child(3n):after,.split-line.cols-md-4>:nth-child(4n):after,.split-line.cols-md-5>:nth-child(5n):after,.split-line.cols-md-6>:nth-child(6n):after,.split-line.cols-md-7>:nth-child(7n):after,.split-line.cols-md-8>:nth-child(8n):after,.split-line>.col-md-10:nth-child(1n):after,.split-line>.col-md-11:nth-child(1n):after,.split-line>.col-md-1:nth-child(12n):after,.split-line>.col-md-2:nth-child(6n):after,.split-line>.col-md-3:nth-child(4n):after,.split-line>.col-md-4:nth-child(3n):after,.split-line>.col-md-5:nth-child(2n):after,.split-line>.col-md-6:nth-child(2n):after,.split-line>.col-md-7:nth-child(1n):after,.split-line>.col-md-8:nth-child(1n):after,.split-line>.col-md-9:nth-child(1n):after{content:none}}@media(min-width:992px){.split-line.cols-lg-1>:nth-child(n):after,.split-line.cols-lg-2>:nth-child(n):after,.split-line.cols-lg-3>:nth-child(n):after,.split-line.cols-lg-4>:nth-child(n):after,.split-line.cols-lg-5>:nth-child(n):after,.split-line.cols-lg-6>:nth-child(n):after,.split-line.cols-lg-7>:nth-child(n):after,.split-line.cols-lg-8>:nth-child(n):after,.split-line>.col-lg-10:nth-child(n):after,.split-line>.col-lg-11:nth-child(n):after,.split-line>.col-lg-1:nth-child(n):after,.split-line>.col-lg-2:nth-child(n):after,.split-line>.col-lg-3:nth-child(n):after,.split-line>.col-lg-4:nth-child(n):after,.split-line>.col-lg-5:nth-child(n):after,.split-line>.col-lg-6:nth-child(n):after,.split-line>.col-lg-7:nth-child(n):after,.split-line>.col-lg-8:nth-child(n):after,.split-line>.col-lg-9:nth-child(n):after{content:""}.split-line.cols-lg-1>:nth-child(1n):after,.split-line.cols-lg-2>:nth-child(2n):after,.split-line.cols-lg-3>:nth-child(3n):after,.split-line.cols-lg-4>:nth-child(4n):after,.split-line.cols-lg-5>:nth-child(5n):after,.split-line.cols-lg-6>:nth-child(6n):after,.split-line.cols-lg-7>:nth-child(7n):after,.split-line.cols-lg-8>:nth-child(8n):after,.split-line>.col-lg-10:nth-child(1n):after,.split-line>.col-lg-11:nth-child(1n):after,.split-line>.col-lg-1:nth-child(12n):after,.split-line>.col-lg-2:nth-child(6n):after,.split-line>.col-lg-3:nth-child(4n):after,.split-line>.col-lg-4:nth-child(3n):after,.split-line>.col-lg-5:nth-child(2n):after,.split-line>.col-lg-6:nth-child(2n):after,.split-line>.col-lg-7:nth-child(1n):after,.split-line>.col-lg-8:nth-child(1n):after,.split-line>.col-lg-9:nth-child(1n):after{content:none}}@media(min-width:1200px){.split-line.cols-xl-1>:nth-child(n):after,.split-line.cols-xl-2>:nth-child(n):after,.split-line.cols-xl-3>:nth-child(n):after,.split-line.cols-xl-4>:nth-child(n):after,.split-line.cols-xl-5>:nth-child(n):after,.split-line.cols-xl-6>:nth-child(n):after,.split-line.cols-xl-7>:nth-child(n):after,.split-line.cols-xl-8>:nth-child(n):after,.split-line>.col-xl-10:nth-child(n):after,.split-line>.col-xl-11:nth-child(n):after,.split-line>.col-xl-1:nth-child(n):after,.split-line>.col-xl-2:nth-child(n):after,.split-line>.col-xl-3:nth-child(n):after,.split-line>.col-xl-4:nth-child(n):after,.split-line>.col-xl-5:nth-child(n):after,.split-line>.col-xl-5col:nth-child(n):after,.split-line>.col-xl-6:nth-child(n):after,.split-line>.col-xl-7:nth-child(n):after,.split-line>.col-xl-7col:nth-child(n):after,.split-line>.col-xl-8:nth-child(n):after,.split-line>.col-xl-8col:nth-child(n):after,.split-line>.col-xl-9:nth-child(n):after{content:""}.split-line.cols-xl-1>:nth-child(1n):after,.split-line.cols-xl-2>:nth-child(2n):after,.split-line.cols-xl-3>:nth-child(3n):after,.split-line.cols-xl-4>:nth-child(4n):after,.split-line.cols-xl-5>:nth-child(5n):after,.split-line.cols-xl-6>:nth-child(6n):after,.split-line.cols-xl-7>:nth-child(7n):after,.split-line.cols-xl-8>:nth-child(8n):after,.split-line>.col-xl-10:nth-child(1n):after,.split-line>.col-xl-11:nth-child(1n):after,.split-line>.col-xl-1:nth-child(12n):after,.split-line>.col-xl-2:nth-child(6n):after,.split-line>.col-xl-3:nth-child(4n):after,.split-line>.col-xl-4:nth-child(3n):after,.split-line>.col-xl-5:nth-child(2n):after,.split-line>.col-xl-5col:nth-child(5n):after,.split-line>.col-xl-6:nth-child(2n):after,.split-line>.col-xl-7:nth-child(1n):after,.split-line>.col-xl-7col:nth-child(7n):after,.split-line>.col-xl-8:nth-child(1n):after,.split-line>.col-xl-8col:nth-child(8n):after,.split-line>.col-xl-9:nth-child(1n):after{content:none}}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mt-1{margin-top:.5rem!important}.mb-1{margin-bottom:.5rem!important}.pt-1{padding-top:.5rem!important}.pb-1{padding-bottom:.5rem!important}.mt-2{margin-top:1rem!important}.mb-2{margin-bottom:1rem!important}.pt-2{padding-top:1rem!important}.pb-2{padding-bottom:1rem!important}.mt-3{margin-top:1.5rem!important}.mb-3{margin-bottom:1.5rem!important}.pt-3{padding-top:1.5rem!important}.pb-3{padding-bottom:1.5rem!important}.mt-4{margin-top:2rem!important}.mb-4{margin-bottom:2rem!important}.pt-4{padding-top:2rem!important}.pb-4{padding-bottom:2rem!important}.mt-5{margin-top:2.5rem!important}.mb-5{margin-bottom:2.5rem!important}.pt-5{padding-top:2.5rem!important}.pb-5{padding-bottom:2.5rem!important}.mt-6{margin-top:3rem!important}.mb-6{margin-bottom:3rem!important}.pt-6{padding-top:3rem!important}.pb-6{padding-bottom:3rem!important}.mt-7{margin-top:3.5rem!important}.mb-7{margin-bottom:3.5rem!important}.pt-7{padding-top:3.5rem!important}.pb-7{padding-bottom:3.5rem!important}.mt-8{margin-top:4rem!important}.mb-8{margin-bottom:4rem!important}.pt-8{padding-top:4rem!important}.pb-8{padding-bottom:4rem!important}.mt-9{margin-top:4.5rem!important}.mb-9{margin-bottom:4.5rem!important}.pt-9{padding-top:4.5rem!important}.pb-9{padding-bottom:4.5rem!important}.mt-10{margin-top:5rem!important}.mb-10{margin-bottom:5rem!important}.pt-10{padding-top:5rem!important}.pb-10{padding-bottom:5rem!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.gap-0{gap:0!important}.ml-1{margin-left:.5rem!important}.mr-1{margin-right:.5rem!important}.pl-1{padding-left:.5rem!important}.pr-1{padding-right:.5rem!important}.gap-1{gap:1px!important}.ml-2{margin-left:1rem!important}.mr-2{margin-right:1rem!important}.pl-2{padding-left:1rem!important}.pr-2{padding-right:1rem!important}.gap-2{gap:2px!important}.ml-3{margin-left:1.5rem!important}.mr-3{margin-right:1.5rem!important}.pl-3{padding-left:1.5rem!important}.pr-3{padding-right:1.5rem!important}.gap-3{gap:3px!important}.ml-4{margin-left:2rem!important}.mr-4{margin-right:2rem!important}.pl-4{padding-left:2rem!important}.pr-4{padding-right:2rem!important}.gap-4{gap:4px!important}.ml-5{margin-left:2.5rem!important}.mr-5{margin-right:2.5rem!important}.pl-5{padding-left:2.5rem!important}.pr-5{padding-right:2.5rem!important}.gap-5{gap:5px!important}.ml-6{margin-left:3rem!important}.mr-6{margin-right:3rem!important}.pl-6{padding-left:3rem!important}.pr-6{padding-right:3rem!important}.gap-6{gap:6px!important}.ml-7{margin-left:3.5rem!important}.mr-7{margin-right:3.5rem!important}.pl-7{padding-left:3.5rem!important}.pr-7{padding-right:3.5rem!important}.gap-7{gap:7px!important}.ml-8{margin-left:4rem!important}.mr-8{margin-right:4rem!important}.pl-8{padding-left:4rem!important}.pr-8{padding-right:4rem!important}.gap-8{gap:8px!important}.ml-9{margin-left:4.5rem!important}.mr-9{margin-right:4.5rem!important}.pl-9{padding-left:4.5rem!important}.pr-9{padding-right:4.5rem!important}.gap-9{gap:9px!important}.ml-10{margin-left:5rem!important}.mr-10{margin-right:5rem!important}.pl-10{padding-left:5rem!important}.pr-10{padding-right:5rem!important}.gap-10{gap:10px!important}.p-0{padding:0!important}.m-0{margin:0!important}.ml-auto{margin-left:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mx-auto{margin-left:auto!important}@media(min-width:576px){.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.5rem!important}.mt-sm-2{margin-top:1rem!important}.mt-sm-3{margin-top:1.5rem!important}.mt-sm-4{margin-top:2rem!important}.mt-sm-5{margin-top:2.5rem!important}.mt-sm-6{margin-top:3rem!important}.mt-sm-7{margin-top:3.5rem!important}.mt-sm-8{margin-top:4rem!important}.mt-sm-9{margin-top:4.5rem!important}.mt-sm-10{margin-top:5rem!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.5rem!important}.mb-sm-2{margin-bottom:1rem!important}.mb-sm-3{margin-bottom:1.5rem!important}.mb-sm-4{margin-bottom:2rem!important}.mb-sm-5{margin-bottom:2.5rem!important}.mb-sm-6{margin-bottom:3rem!important}.mb-sm-7{margin-bottom:3.5rem!important}.mb-sm-8{margin-bottom:4rem!important}.mb-sm-9{margin-bottom:4.5rem!important}.mb-sm-10{margin-bottom:5rem!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.5rem!important}.mr-sm-2{margin-right:1rem!important}.mr-sm-3{margin-right:1.5rem!important}.mr-sm-4{margin-right:2rem!important}.mr-sm-5{margin-right:2.5rem!important}.mr-sm-6{margin-right:3rem!important}.mr-sm-7{margin-right:3.5rem!important}.mr-sm-8{margin-right:4rem!important}.mr-sm-9{margin-right:4.5rem!important}.mr-sm-10{margin-right:5rem!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.5rem!important}.ml-sm-2{margin-left:1rem!important}.ml-sm-3{margin-left:1.5rem!important}.ml-sm-4{margin-left:2rem!important}.ml-sm-5{margin-left:2.5rem!important}.ml-sm-6{margin-left:3rem!important}.ml-sm-7{margin-left:3.5rem!important}.ml-sm-8{margin-left:4rem!important}.ml-sm-9{margin-left:4.5rem!important}.ml-sm-10{margin-left:5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.5rem!important}.pt-sm-2{padding-top:1rem!important}.pt-sm-3{padding-top:1.5rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:2.5rem!important}.pt-sm-6{padding-top:3rem!important}.pt-sm-7{padding-top:3.5rem!important}.pt-sm-8{padding-top:4rem!important}.pt-sm-9{padding-top:4.5rem!important}.pt-sm-10{padding-top:5rem!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.5rem!important}.pr-sm-2{padding-right:1rem!important}.pr-sm-3{padding-right:1.5rem!important}.pr-sm-4{padding-right:2rem!important}.pr-sm-5{padding-right:2.5rem!important}.pr-sm-6{padding-right:3rem!important}.pr-sm-7{padding-right:3.5rem!important}.pr-sm-8{padding-right:4rem!important}.pr-sm-9{padding-right:4.5rem!important}.pr-sm-10{padding-right:5rem!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.5rem!important}.pl-sm-2{padding-left:1rem!important}.pl-sm-3{padding-left:1.5rem!important}.pl-sm-4{padding-left:2rem!important}.pl-sm-5{padding-left:2.5rem!important}.pl-sm-6{padding-left:3rem!important}.pl-sm-7{padding-left:3.5rem!important}.pl-sm-8{padding-left:4rem!important}.pl-sm-9{padding-left:4.5rem!important}.pl-sm-10{padding-left:5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.5rem!important}.pb-sm-2{padding-bottom:1rem!important}.pb-sm-3{padding-bottom:1.5rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:2.5rem!important}.pb-sm-6{padding-bottom:3rem!important}.pb-sm-7{padding-bottom:3.5rem!important}.pb-sm-8{padding-bottom:4rem!important}.pb-sm-9{padding-bottom:4.5rem!important}.pb-sm-10{padding-bottom:5rem!important}}@media(min-width:768px){.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.5rem!important}.mt-md-2{margin-top:1rem!important}.mt-md-3{margin-top:1.5rem!important}.mt-md-4{margin-top:2rem!important}.mt-md-5{margin-top:2.5rem!important}.mt-md-6{margin-top:3rem!important}.mt-md-7{margin-top:3.5rem!important}.mt-md-8{margin-top:4rem!important}.mt-md-9{margin-top:4.5rem!important}.mt-md-10{margin-top:5rem!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.5rem!important}.mb-md-2{margin-bottom:1rem!important}.mb-md-3{margin-bottom:1.5rem!important}.mb-md-4{margin-bottom:2rem!important}.mb-md-5{margin-bottom:2.5rem!important}.mb-md-6{margin-bottom:3rem!important}.mb-md-7{margin-bottom:3.5rem!important}.mb-md-8{margin-bottom:4rem!important}.mb-md-9{margin-bottom:4.5rem!important}.mb-md-10{margin-bottom:5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.5rem!important}.pt-md-2{padding-top:1rem!important}.pt-md-3{padding-top:1.5rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:2.5rem!important}.pt-md-6{padding-top:3rem!important}.pt-md-7{padding-top:3.5rem!important}.pt-md-8{padding-top:4rem!important}.pt-md-9{padding-top:4.5rem!important}.pt-md-10{padding-top:5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.5rem!important}.pb-md-2{padding-bottom:1rem!important}.pb-md-3{padding-bottom:1.5rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:2.5rem!important}.pb-md-6{padding-bottom:3rem!important}.pb-md-7{padding-bottom:3.5rem!important}.pb-md-8{padding-bottom:4rem!important}.pb-md-9{padding-bottom:4.5rem!important}.pb-md-10{padding-bottom:5rem!important}}@media(min-width:992px){.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.5rem!important}.mt-lg-2{margin-top:1rem!important}.mt-lg-3{margin-top:1.5rem!important}.mt-lg-4{margin-top:2rem!important}.mt-lg-5{margin-top:2.5rem!important}.mt-lg-6{margin-top:3rem!important}.mt-lg-7{margin-top:3.5rem!important}.mt-lg-8{margin-top:4rem!important}.mt-lg-9{margin-top:4.5rem!important}.mt-lg-10{margin-top:5rem!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.5rem!important}.mb-lg-2{margin-bottom:1rem!important}.mb-lg-3{margin-bottom:1.5rem!important}.mb-lg-4{margin-bottom:2rem!important}.mb-lg-5{margin-bottom:2.5rem!important}.mb-lg-6{margin-bottom:3rem!important}.mb-lg-7{margin-bottom:3.5rem!important}.mb-lg-8{margin-bottom:4rem!important}.mb-lg-9{margin-bottom:4.5rem!important}.mb-lg-10{margin-bottom:5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.5rem!important}.pt-lg-2{padding-top:1rem!important}.pt-lg-3{padding-top:1.5rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:2.5rem!important}.pt-lg-6{padding-top:3rem!important}.pt-lg-7{padding-top:3.5rem!important}.pt-lg-8{padding-top:4rem!important}.pt-lg-9{padding-top:4.5rem!important}.pt-lg-10{padding-top:5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.5rem!important}.pb-lg-2{padding-bottom:1rem!important}.pb-lg-3{padding-bottom:1.5rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:2.5rem!important}.pb-lg-6{padding-bottom:3rem!important}.pb-lg-7{padding-bottom:3.5rem!important}.pb-lg-8{padding-bottom:4rem!important}.pb-lg-9{padding-bottom:4.5rem!important}.pb-lg-10{padding-bottom:5rem!important}.ml-lg-0{margin-left:0!important}.mr-lg-0{margin-right:0!important}.pl-lg-0{padding-left:0!important}.pr-lg-0{padding-right:0!important}.ml-lg-1{margin-left:.5rem!important}.mr-lg-1{margin-right:.5rem!important}.pl-lg-1{padding-left:.5rem!important}.pr-lg-1{padding-right:.5rem!important}.ml-lg-2{margin-left:1rem!important}.mr-lg-2{margin-right:1rem!important}.pl-lg-2{padding-left:1rem!important}.pr-lg-2{padding-right:1rem!important}.ml-lg-3{margin-left:1.5rem!important}.mr-lg-3{margin-right:1.5rem!important}.pl-lg-3{padding-left:1.5rem!important}.pr-lg-3{padding-right:1.5rem!important}.ml-lg-4{margin-left:2rem!important}.mr-lg-4{margin-right:2rem!important}.pl-lg-4{padding-left:2rem!important}.pr-lg-4{padding-right:2rem!important}.ml-lg-5{margin-left:2.5rem!important}.mr-lg-5{margin-right:2.5rem!important}.pl-lg-5{padding-left:2.5rem!important}.pr-lg-5{padding-right:2.5rem!important}.ml-lg-6{margin-left:3rem!important}.mr-lg-6{margin-right:3rem!important}.pl-lg-6{padding-left:3rem!important}.pr-lg-6{padding-right:3rem!important}.ml-lg-7{margin-left:3.5rem!important}.mr-lg-7{margin-right:3.5rem!important}.pl-lg-7{padding-left:3.5rem!important}.pr-lg-7{padding-right:3.5rem!important}.ml-lg-8{margin-left:4rem!important}.mr-lg-8{margin-right:4rem!important}.pl-lg-8{padding-left:4rem!important}.pr-lg-8{padding-right:4rem!important}.ml-lg-9{margin-left:4.5rem!important}.mr-lg-9{margin-right:4.5rem!important}.pl-lg-9{padding-left:4.5rem!important}.pr-lg-9{padding-right:4.5rem!important}.ml-lg-10{margin-left:5rem!important}.mr-lg-10{margin-right:5rem!important}.pl-lg-10{padding-left:5rem!important}.pr-lg-10{padding-right:5rem!important}}@media(min-width:1200px){.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.5rem!important}.mt-xl-2{margin-top:1rem!important}.mt-xl-3{margin-top:1.5rem!important}.mt-xl-4{margin-top:2rem!important}.mt-xl-5{margin-top:2.5rem!important}.mt-xl-6{margin-top:3rem!important}.mt-xl-7{margin-top:3.5rem!important}.mt-xl-8{margin-top:4rem!important}.mt-xl-9{margin-top:4.5rem!important}.mt-xl-10{margin-top:5rem!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.5rem!important}.mb-xl-2{margin-bottom:1rem!important}.mb-xl-3{margin-bottom:1.5rem!important}.mb-xl-4{margin-bottom:2rem!important}.mb-xl-5{margin-bottom:2.5rem!important}.mb-xl-6{margin-bottom:3rem!important}.mb-xl-7{margin-bottom:3.5rem!important}.mb-xl-8{margin-bottom:4rem!important}.mb-xl-9{margin-bottom:4.5rem!important}.mb-xl-10{margin-bottom:5rem!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.5rem!important}.ml-xl-2{margin-left:1rem!important}.ml-xl-3{margin-left:1.5rem!important}.ml-xl-4{margin-left:2rem!important}.ml-xl-5{margin-left:2.5rem!important}.ml-xl-6{margin-left:3rem!important}.ml-xl-7{margin-left:3.5rem!important}.ml-xl-8{margin-left:4rem!important}.ml-xl-9{margin-left:4.5rem!important}.ml-xl-10{margin-left:5rem!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.5rem!important}.mr-xl-2{margin-right:1rem!important}.mr-xl-3{margin-right:1.5rem!important}.mr-xl-4{margin-right:2rem!important}.mr-xl-5{margin-right:2.5rem!important}.mr-xl-6{margin-right:3rem!important}.mr-xl-7{margin-right:3.5rem!important}.mr-xl-8{margin-right:4rem!important}.mr-xl-9{margin-right:4.5rem!important}.mr-xl-10{margin-right:5rem!important}}@media(min-width:992px){.ml-lg-auto{margin-left:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mx-lg-auto{margin-left:auto!important}}.accordion{overflow:hidden}.align-content-center{align-content:center}.card-header{text-transform:capitalize;font-size:1.8rem;font-weight:600;line-height:1;color:#6f4632}.card-header a{display:flex;align-items:center;position:relative;padding:1.6rem 0}.card-header a .card-title p{margin:0;font-size:1.6rem;font-weight:500}.card-header a:hover,.card-header a:hover:after{color:#6f4632}.card-header a i.icon{position:absolute;top:50%;transform:translateY(-50%);right:.5rem;transform-origin:center center;height:12px;width:12px;font-family:riode;font-size:1.8rem;font-weight:400;letter-spacing:.01em;color:#6f4632}.card-header .expanded,.card-header .expanded i.icon{color:#6f4632}.card-header.wrap{padding:.8rem 0!important;max-width:960px;margin:auto}@media(max-width:575px){.card-header.wrapper{padding:0 16px!important}}.longDescription{max-width:960px;margin-top:25px}.longDescription h3{font-size:2rem!important;font-weight:900!important;margin:0 0 1rem}.longDescription p strong{font-weight:bolder!important;font-weight:700}.longDescription p{font-weight:lighter!important;line-height:1.6}.comments,.faq-div{max-width:960px}.comments p,.faq-div p{margin-bottom:0!important;font-size:16px!important;padding-right:16px!important}@media(max-width:575px){.comments p,.faq-div p{font-size:14px!important}}.card-body p{margin:0}.card-wrapper{overflow:hidden}.card-wrapper.collapse:not(.show){display:none}.card-wrapper.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.card{overflow:hidden}.accordion-simple .card{border-top:1px solid #e1e1e1}.accordion-gutter-md .card:not(:last-child){margin-bottom:10px}.accordion-gutter-sm .card:not(:last-child){margin-bottom:2px}.accordion-plus .toggle-button.collapsed:after,.accordion-plus .toggle-button.collapsing:after{content:""}.accordion-plus .toggle-button.expanded:after,.accordion-plus .toggle-button.expanding:after{content:""}.accordion-boxed .card-body,.accordion-boxed .card-header a{padding-left:2rem;padding-right:2rem}.accordion-boxed .card-header a:after{right:2.3rem}.toggle-button.expanded i.icon,.toggle-button.expanding i.icon{transform:rotate(180deg)}.accordion-border .card{border:solid #e1e1e1;border-width:1px 1px 0}.accordion-border .card:last-child{border-bottom:1px solid #e1e1e1}.accordion-border .card.selected{border-color:#1a181e}.accordion-background .card{background-color:#fff;border-color:#fff}.accordion-dropshadow{box-shadow:0 0 15px 0 rgba(0,0,0,.12)}.accordion-dropshadow .card{background-color:#fff;border-color:#fff}.accordion-icon .card-header i{margin-right:1.5rem;font-size:1.8rem;font-weight:400;letter-spacing:.01em;line-height:0}.accordion-card-bg .card{border:1px solid #f2f3f5}.accordion-card-bg .card-header a{padding-top:1.7rem;padding-bottom:1.7rem;background-color:#f2f3f5}.accordion-card-bg.accordion-primary .card{border:0;background-color:#f2f3f5}.accordion-card-bg.accordion-primary .card-header a{padding-top:1.8rem;padding-bottom:1.8rem;background-color:#37c;color:#fff}.accordion-card-bg.accordion-primary .card-header a:after{color:#fff}.accordion-color .collapse{color:#1a181e}.accordion-card-border .card{border:1px solid #dae1e5}.alert-round{border-radius:3px}.alert{position:relative;padding:1rem 1.8rem;border:1px solid #222;font-size:1.4rem;line-height:1.75}.alert .btn-close{display:inline-block;position:absolute;top:2.3rem;right:1rem;transform:translateY(-50%);margin-top:-.1rem;font-size:1.5rem;line-height:0}.alert-title{font-size:1.4rem;line-height:inherit;color:inherit;font-weight:400}.btn-close{transition:color .3s}.btn-close:hover{color:#000}.alert-transparent{color:#1a181e!important;background:#ffd613!important;border:#ffd613!important}.alert-primary{background-color:#26c;border-color:#26c;color:#1a181e}.alert-dark{background-color:#000;border-color:transparent}.alert-success{background-color:#17b31b;border-color:#17b31b;color:#17b31b}.alert-warning{background-color:#fff5eb;border-color:#fff5eb;color:#ffa372!important}.alert-danger{background-color:#b10001;border-color:#b10001;color:#b10001}.alert-black{background-color:#222;border-color:#222}.alert-black .btn-close:hover{color:#666}.alert-simple{background-color:transparent;border-style:dashed;border-color:#cacbcc}.alert-dark,.alert-dark .btn-close{color:#fff}.alert-icon{padding:1.5rem 3.9rem 1.5rem 1.9rem}.alert-icon>i{vertical-align:middle;margin-right:1.2rem;line-height:1;font-size:2.4rem;font-weight:600}.alert-light.alert-primary{background-color:#edf4f9;border-color:#edf4f9}.alert-light.alert-danger{background-color:#f6d6d5;border-color:#f6d6d5;color:#6d1a17}.alert-light.alert-danger .btn-close{color:#6d1a17}.alert-light.alert-warning{background-color:#fff5eb;border-color:#fff5eb}.alert-message{display:block;padding:1.9rem 3.9rem 1.9rem 1.9rem}.alert-message .btn-close{position:absolute;transform:translateY(0);top:2.7rem;right:2.1rem;font-size:1.4rem}.alert-message .alert-title{margin-bottom:.5rem;font-weight:700;line-height:1.7}.alert-message p{margin:0;padding-right:2rem;line-height:1.7}.alert-message.alert-link p{color:#666}.alert-message.alert-link a{color:#1a181e}.alert-message.alert-link a:hover{text-decoration:underline}.alert.alert-inline .alert-title{display:inline-block;margin:0}.alert.alert-inline.error-height{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.alert.alert-inline p{display:inline}.coupon-tag2{background:#fff;width:-moz-fit-content;width:fit-content;padding:.5rem 1.5rem;border:1px dashed #8d8d8d;border-radius:.5rem;margin-bottom:.5rem}.coupon-modal-tag-color{background:#eaeaea}.applied-coupon-tag{background-color:#fff;width:-moz-fit-content;width:fit-content;padding:.5rem 1.5rem;border:1px dashed #17b31b;border-radius:.5rem}.applied-coupon-tag,.coupon-status-applied{color:#17b31b;display:flex;align-items:center}.coupon-status-applied{font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding:.5rem}.coupon-message{color:#969696;font-size:1.05rem;width:78%;line-height:normal;padding-top:.7rem}.coupon-apply-button{padding:6px 15px!important;font-size:14px!important;font-weight:bolder!important}.coupon-applied-text{color:#17b31b}.disabled-coupon{border-color:#d9d9d9!important;background-color:#d9d9d9!important}.coupon-block-width{width:100%!important}.coupon-error-lable{color:#e50b20!important}.coupon-error-box-border{border:1px solid #b10001}.coupon-slider{position:fixed;top:0;right:-100%;width:80%;height:100%;background-color:#fff;transition:right .3s ease-in-out;z-index:1000;width:100vw;overflow-y:auto}@media(min-width:575px){.coupon-slider{max-width:50rem!important}}.coupon-input{background-color:#eaeaea;border:none!important;border-radius:6px!important}.coupon-slider.open{padding:0 20px 20px;right:0}.cart-title{margin-bottom:0;font-size:20px!important;line-height:28px!important;font-weight:700;text-transform:uppercase;letter-spacing:.05em}@media(max-width:500px){.cart-title{font-size:16px!important}}.slider-header{padding:14px 0!important;border-bottom:1px solid #969696;font-size:20px}.alert-summary>i{margin-right:.9rem;font-size:1.6rem;line-height:1.25}.alert-summary ul{margin:0 0 0 2.7rem;list-style-type:disc}.coupon-tagline2{color:#222;font-weight:bolder;width:78%;line-height:normal}.coupon-note a{text-decoration:underline!important;display:inline!important}.coupon-note p{font-size:1.15rem!important;display:flex;gap:.2rem}.coupon-remove{font-size:16px}.label-size{font-size:1.3rem}.background-coupon-white{background:#fff;color:green}.banner{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;font-size:1rem}.banner figure img{display:block;width:100%;height:auto}.banner.inner-banner:before{content:"";position:absolute;left:1rem;right:1rem;top:1rem;bottom:1rem;border:2px solid hsla(0,0%,88%,.3);z-index:1}.banner-fixed>.banner-content,.banner-fixed>.container,.banner-fixed>.container-fluid{position:absolute;z-index:1}.banner-fixed>.container,.banner-fixed>.container-fluid{left:0;right:0;top:0;bottom:0}.banner-fixed.content-middle .banner-content{top:50%;transform:translateY(-50%)}.banner-fixed.content-center .banner-content{text-align:center;left:50%;transform:translateX(-50%)}.banner-fixed.content-center.content-middle .banner-content{transform:translate(-50%,-50%)}.banner-fixed .intro-slider-link .intro-slider-figure img{height:auto!important;-o-object-fit:cover;object-fit:cover}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.intro-slider .banner img{height:100%;width:100%}}@media(max-width:575px){.intro-slider-container{max-height:310px}}.btn{display:inline-block;border:2px solid #e4eaec;background-color:#e4eaec;color:#222;outline:0;padding:1.22em 2.78em;font-weight:700;font-size:1.4rem;font-family:Manrope,sans-serif;letter-spacing:.1rem;line-height:1.2;text-transform:uppercase;text-align:center;transition:color .3s,border-color .3s,background-color .3s,box-shadow .3s;white-space:nowrap;cursor:pointer}.btn:active,.btn:focus,.btn:hover{color:#222;border-color:#cfdadd;background-color:#cfdadd}.btn i{display:inline-block;vertical-align:middle;margin-left:.4rem;line-height:0;font-size:1.9rem}.btn i:before{margin:0}.btn-solid{background-color:#fff;border-color:#fff;color:#222}.btn-solid:active,.btn-solid:focus,.btn-solid:hover{border-color:#222;background-color:#222;color:#fff}.btn-outline{border:2px solid #e4eaec;color:#666;background-color:transparent}.btn-outline:active,.btn-outline:focus,.btn-outline:hover{border-color:#666;background-color:#666;color:#fff}.btn-outline.btn-outline-light{padding:1.07em 2.21em;border-width:1px}.btn-outline.btn-bg{color:#fff}.btn-icon-left i,.btn-icon-right i,.btn-reveal-left i,.btn-reveal-right i{line-height:0}.btn-icon-left{display:inline-flex;align-items:center;justify-content:center}.btn-icon-left i{margin-right:.7rem;margin-left:0}@keyframes slideLeft{0%{transform:translateX(0)}50%{transform:translateX(-.5em)}to{transform:translateX(0)}}@keyframes slideRight{0%{transform:translateX(0)}50%{transform:translateX(.5em)}to{transform:translateX(0)}}@keyframes slideUp{0%{transform:translateY(0)}50%{transform:translateY(-.5em)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}50%{transform:translateY(.5em)}to{transform:translateY(0)}}.btn-underline:active:after,.btn-underline:focus:after,.btn-underline:hover:after{transform:scaleX(1)}.btn-underline:after{display:block;margin-top:1px;margin-left:auto;margin-right:auto;width:100%;height:2px;border:1px solid;transform:scaleX(0);transition:transform .3s;content:""}.btn-underline.btn-underline-visible:after{transform:scaleX(1)}.btn-underline.btn-underline-width-sm:after{height:1px;border-bottom:0}.btn-underline.sm:after{width:46%}.btn-underline.lg:after{margin-left:-16.5%;margin-right:-16.5%;width:133%}.btn-link{padding:0;color:#222;border:0}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{background-color:transparent}.btn-disabled{cursor:not-allowed!important;background-color:#e4eaec!important;color:#999!important;border-color:#e4eaec!important;box-shadow:none!important}.btn-disabled:after,.btn-disabled:before{content:none!important}.btn-disabled.btn-link{background-color:transparent!important}.btn.btn-rounded,.btn.btn-rounded:after,.btn.btn-rounded:before{border-radius:3px}.btn.btn-block{display:block;padding-left:0;padding-right:0;width:100%}.btn.btn-lg{padding:1.5em 3.42em}.btn.btn-md{padding:1.07em 2.15em;font-size:1.3rem}.btn.btn-sm{padding:.92em 1.61em;font-size:1.3rem}.btn.btn-link{padding:0}@media(-ms-high-contrast:active),(-ms-high-contrast:none){.btn.btn-link{overflow:visible}}.apply-button{background-color:transparent;border:none;font-size:16px;color:#969696;cursor:pointer}.btn-add{padding-top:1.2rem;padding-bottom:1.2rem}.btn-primary{color:#1a181e;border-color:#ffd613;background-color:#ffd613;border-radius:4px}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:#1a181e;border-color:#ffdc37;background-color:#ffdc37}.btn-primary.btn-solid{color:#ffd613;border-color:#fff;background-color:#fff}.btn-primary.btn-solid:active,.btn-primary.btn-solid:focus,.btn-primary.btn-solid:hover{border-color:#ffd613;background-color:#ffd613;color:#fff}.btn-primary.btn-outline{color:#ffd613;border-color:#ffd613;background-color:transparent}.btn-primary.btn-outline:active,.btn-primary.btn-outline:focus,.btn-primary.btn-outline:hover{background-color:#ffd613;color:#fff}.btn-primary.btn-link{background-color:transparent;color:#ffd613}.btn-primary.btn-link:active,.btn-primary.btn-link:focus,.btn-primary.btn-link:hover{color:#222}.btn-primary.btn-underline:active,.btn-primary.btn-underline:focus,.btn-primary.btn-underline:hover{color:#ffd613}.btn-primary.btn-link-black{color:#1a181e}.btn-secondary{color:#1a181e;border-color:#e50b20;background-color:#e50b20;border-radius:4px}.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{color:#1a181e;border-color:#f41f34;background-color:#f41f34}.btn-secondary.btn-solid{color:#e50b20;border-color:#fff;background-color:#fff}.btn-secondary.btn-solid:active,.btn-secondary.btn-solid:focus,.btn-secondary.btn-solid:hover{border-color:#e50b20;background-color:#e50b20;color:#fff}.btn-secondary.btn-outline{color:#e50b20;border-color:#e50b20;background-color:transparent}.btn-secondary.btn-outline:active,.btn-secondary.btn-outline:focus,.btn-secondary.btn-outline:hover{background-color:#e50b20;color:#fff}.btn-secondary.btn-link{background-color:transparent;color:#e50b20}.btn-secondary.btn-link:active,.btn-secondary.btn-link:focus,.btn-secondary.btn-link:hover{color:#222}.btn-secondary.btn-underline:active,.btn-secondary.btn-underline:focus,.btn-secondary.btn-underline:hover{color:#e50b20}.btn-alert,.btn-secondary.btn-link-black{color:#1a181e}.btn-alert{border-color:#b10001;background-color:#b10001;border-radius:4px}.btn-alert:active,.btn-alert:focus,.btn-alert:hover{color:#1a181e;border-color:#d50001;background-color:#d50001}.btn-alert.btn-solid{color:#b10001;border-color:#fff;background-color:#fff}.btn-alert.btn-solid:active,.btn-alert.btn-solid:focus,.btn-alert.btn-solid:hover{border-color:#b10001;background-color:#b10001;color:#fff}.btn-alert.btn-outline{color:#b10001;border-color:#b10001;background-color:transparent}.btn-alert.btn-outline:active,.btn-alert.btn-outline:focus,.btn-alert.btn-outline:hover{background-color:#b10001;color:#fff}.btn-alert.btn-link{background-color:transparent;color:#b10001}.btn-alert.btn-link:active,.btn-alert.btn-link:focus,.btn-alert.btn-link:hover{color:#222}.btn-alert.btn-underline:active,.btn-alert.btn-underline:focus,.btn-alert.btn-underline:hover{color:#b10001}.btn-alert.btn-link-black,.btn-success{color:#1a181e}.btn-success{border-color:#17b31b;background-color:#17b31b;border-radius:4px}.btn-success:active,.btn-success:focus,.btn-success:hover{color:#1a181e;border-color:#1bd320;background-color:#1bd320}.btn-success.btn-solid{color:#17b31b;border-color:#fff;background-color:#fff}.btn-success.btn-solid:active,.btn-success.btn-solid:focus,.btn-success.btn-solid:hover{border-color:#17b31b;background-color:#17b31b;color:#fff}.btn-success.btn-outline{color:#17b31b;border-color:#17b31b;background-color:transparent}.btn-success.btn-outline:active,.btn-success.btn-outline:focus,.btn-success.btn-outline:hover{background-color:#17b31b;color:#fff}.btn-success.btn-link{background-color:transparent;color:#17b31b}.btn-success.btn-link:active,.btn-success.btn-link:focus,.btn-success.btn-link:hover{color:#222}.btn-success.btn-underline:active,.btn-success.btn-underline:focus,.btn-success.btn-underline:hover{color:#17b31b}.btn-success.btn-link-black{color:#1a181e}.btn-dark{color:#fff!important;color:#1a181e;border-color:#222;background-color:#222;border-radius:4px}.btn-dark:active,.btn-dark:focus,.btn-dark:hover{color:#1a181e;border-color:#343434;background-color:#343434}.btn-dark.btn-solid{color:#222;border-color:#fff;background-color:#fff}.btn-dark.btn-solid:active,.btn-dark.btn-solid:focus,.btn-dark.btn-solid:hover{border-color:#222;background-color:#222;color:#fff}.btn-dark.btn-outline{color:#222;border-color:#222;background-color:transparent}.btn-dark.btn-outline:active,.btn-dark.btn-outline:focus,.btn-dark.btn-outline:hover{background-color:#222;color:#fff}.btn-dark.btn-link{background-color:transparent;color:#222}.btn-dark.btn-link:active,.btn-dark.btn-link:focus,.btn-dark.btn-link:hover,.btn-dark.btn-underline:active,.btn-dark.btn-underline:focus,.btn-dark.btn-underline:hover{color:#222}.btn-dark.btn-link-black{color:#1a181e}.category{position:relative;font-size:1rem;padding:3rem}.category img{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto;border-radius:.3rem}.category .category-name{margin-bottom:0;font-size:1.4rem;font-weight:600;line-height:1.2;color:inherit;text-transform:capitalize}.category .category-name a{color:inherit}.category .category-count{font-size:1.2rem;line-height:1.2}.story-category .category-img .category-media{border-radius:50%}.story-category .category-img .category-media-concern{border-radius:50%;border:1px solid #fff!important}.story-category .category-name{text-align:center;margin-top:.6rem}.category-content{display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;transition:background .3s}.category-default .category-content{background-color:#fff}.category-default .category-name,.category-light .category-name{margin-bottom:0;color:#222;letter-spacing:.025em}.category-default1 .category-content{background-color:#fff;color:#222}.category-default1 .category-name{margin:0}.category-default1:hover .category-content{background-color:#1a181e;color:#fff}.category-light .category-name{padding:1.8rem 3.9rem;background-color:#fff;border-radius:.3rem;transition:background-color .3s,padding .3s}.category-light .category-name a{position:relative;transition:padding .3s}.category-light .category-name a:after{content:"";display:inline-block;position:absolute;right:0;top:50%;transform:translateY(-50%);font-family:riode;font-size:1.6rem;font-weight:400;opacity:0;transition:opacity .3s}.category-light:hover .category-name{padding-left:2.7rem;padding-right:2.7rem;background-color:#1a181e;color:#fff}.category-light:hover .category-name a{padding-right:2.3rem}.category-light:hover .category-name a:after{opacity:1}.category-icon{padding:2.6rem .5rem;border:1px solid #e1e1e1;color:#222;text-align:center;transition:border .3s;border-radius:.3rem;height:100%}.category-icon i{margin-bottom:1.3rem;font-size:4.2rem;color:#666;transition:transform .3s}.category-icon .category-name{margin:0;color:#222}.category-icon:hover i{transform:translateY(-4px)}.category-icon:hover .category-content{background:transparent}.category-icon-inline{display:inline-flex;align-items:center}.category-icon-inline .category-media{font-size:3.2rem;line-height:1;color:#444;transition:color .3s}.category-icon-inline .category-media i{margin-right:.8rem}.category-icon-inline .category-media svg{display:block;margin-right:1rem;width:3.5rem;height:3.9rem;stroke:#444;fill:#444;transition:stroke .3s}.category-icon-inline .category-name{margin:0;text-transform:none;text-align:left;font-size:1.3rem;font-weight:inherit;font-family:inherit;line-height:1.08;color:inherit;transition:color .3s}.category-icon-inline:hover .category-media,.category-icon-inline:hover .category-name{color:#1a181e}.category-icon-inline:hover svg{stroke:#1a181e;fill:#1a181e}.category-icon-inline:hover i,.category-icon-inline:hover svg{animation:slideUpShorter .6s}@keyframes slideUpShorter{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.ellipse-section .owl-stage-outer{margin:-2rem;padding:2rem 2rem 2rem 0}.category-ellipse .category-media{border-radius:50%;overflow:hidden;background:#fff;text-align:center}.category-ellipse .category-content{padding-top:1rem}.category-ellipse .category-name{letter-spacing:.035em;color:inherit}.category-ellipse .category-name:hover{color:#1a181e}.category-ellipse .category-count{text-transform:uppercase}.category-ellipse:hover img{transform:rotate(0) translateX(0)}.category-classic .category-content{left:0;right:0;bottom:0;background-color:rgba(38,38,38,.9);height:25%;color:#fff;border-radius:0}.category-classic .category-name{margin-bottom:0;text-transform:uppercase}.category-classic .category-count{display:block;opacity:0;line-height:0;visibility:hidden;transition:opacity .3s,line-height .3s,visibility .3s,padding .3s}.category-classic:hover .category-count{visibility:visible;line-height:1.2;opacity:1;padding-top:4px}.category-group-icon,.category-group-image{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:.3rem}.category-group-icon>*,.category-group-image>*{flex:1 1}.category-group-icon li:not(:last-child),.category-group-image li:not(:last-child){margin-bottom:.9rem}.story-section{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background-color:#f9f6e6;color:#6f4632}.shop-by-concern{background-color:#e9dbc4;color:#6f4632}.shop-by-concern .overflow-y-unset{overflow-y:unset}.shop-by-concern .heading{font-size:24px;font-weight:700;padding-bottom:24px}@media(max-width:767px){.shop-by-concern .heading{font-size:16px;padding-bottom:12px}}.story-wrapper{width:95vw;touch-action:pan-x pan-y!important;overflow-y:scroll}.story-wrapper .category-name{font-size:1.2rem}.story-wrapper .category{min-width:18vw;padding:0!important;margin:0 .5rem!important}.story-wrapper .gap-col{gap:20px}@media(max-width:767px){.story-wrapper .gap-col{gap:12px}}.story-wrapper .concerns{padding:0!important}@media(max-width:767px){.story-wrapper .concerns{min-width:24vw}}.story-wrapper::-webkit-scrollbar{display:none}.category-group-image{color:#666}.category-group-image .category-content{position:static;padding:2.3rem 1rem 2.3rem 0;background:transparent;text-align:left;align-items:flex-start}.category-group-image .category-name{margin-bottom:1.5rem;text-transform:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all;font-size:1.6rem;font-weight:700;color:#222;letter-spacing:.01em}.category-group-image .category-list{font-size:1.3rem;line-height:1.2}.category-group-image .category-list a{position:relative;display:inline-block;transition:-webkit-text-decoration .3s;transition:text-decoration .3s;transition:text-decoration .3s,-webkit-text-decoration .3s}.category-group-image .category-list a:hover{color:#222;text-decoration:underline}.category-group-image .category-list a:active{color:#1a181e}.category-group-image:hover .category-name{margin-bottom:1.5rem}.category-group-image:hover .category-content{background:transparent}.category-group-icon{display:flex;align-items:center;border:0;color:#fff}.category-group-icon>*{flex:1 1}.category-group-icon .category-media{text-align:center}.category-group-icon .category-media i{display:inline-block;font-size:6.8rem;margin-left:auto;margin-right:auto;margin-bottom:1.8rem;line-height:1;transition:transform .3s;color:#fff}.category-group-icon>a{padding-right:1rem}.category-group-icon>a:hover i{transform:translateY(-.5rem)}.category-group-icon .category-content{padding:28px 0 28px 10px;background:transparent;text-align:left;align-items:flex-start}.category-group-icon .category-name{margin-bottom:0;padding:0 .8rem;text-align:center;letter-spacing:.025em;text-transform:uppercase;color:#fff}.category-group-icon .category-list{font-size:1.3rem;line-height:1.2}.category-group-icon .category-list li{white-space:nowrap}.category-group-icon .category-list li:before{content:"";padding-right:.8rem;font-family:Font Awesome\ 5 Free;font-size:1.3rem;font-weight:600;color:#fff}.category-group-icon .category-list a{position:relative;display:inline-block;transition:-webkit-text-decoration .3s;transition:text-decoration .3s;transition:text-decoration .3s,-webkit-text-decoration .3s}.category-group-icon .category-list a:hover{color:inherit;text-decoration:underline}.category-group-icon:hover .category-name{margin-bottom:0}.category-group-icon:hover .category-content{background:transparent}.category-banner{overflow:hidden;color:#222}.category-banner.text-white,.category-banner.text-white .btn{color:#fff}.category-banner .category-content{top:4.5rem;left:5rem;bottom:auto;width:auto;height:auto;align-items:flex-start;z-index:1;background-color:transparent;transition:top .3s,padding .3s}.category-banner .category-name{text-transform:none;text-align:left;font-size:2rem;font-weight:700;font-family:inherit;letter-spacing:.025em}.category-banner .category-count{visibility:visible;opacity:1;font-size:1.4rem;line-height:1.2;transition:color .3s;z-index:1}.category-banner .btn{top:auto;right:auto;transform:none}.category-banner:hover .category-content{top:3rem;padding-bottom:3rem;background-color:transparent}.category-banner:hover .btn{opacity:1}.category-badge .category-content{padding:1.4rem 4rem;left:2rem;right:auto;bottom:2rem;background-color:#fff}.category-badge .category-name{font-weight:700;letter-spacing:.007em;color:#222}.category-overlay .category-content{align-items:center;width:100%}.category-overlay .category-count{padding:0;line-height:0;opacity:0;transform:translateY(-1rem);transition:transform .3s,opacity .3s,line-height .3s,padding .3s}.category-overlay .category-name{margin:0}.category-overlay:hover .category-content{padding:0;top:50%}.category-overlay:hover .category-count{padding-top:1rem;transform:translateY(0);opacity:1}.category-header .description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-block{display:flex;align-items:center;justify-content:center;height:10.7rem;padding:1.5rem;color:#fff;background-color:#333;transition:background-color .3s}.category-block .category-name{margin:0;text-align:center;font-weight:400;line-height:1.7rem;text-transform:none}.category-block:hover{background-color:#1a181e}.category-block:hover .category-name{color:#fff}.border-container .owl-stage-outer{padding:1px;margin:-1px}@media(max-width:479px){.category-absolute .btn{line-height:50px;padding:0}}@media(max-width:575px){.category-spacing{padding:0!important}}.comments{padding:6rem 0;border-top:1px solid #ebebeb}.comments ul ul{margin-left:6rem;padding-top:4.5rem}.comments li{margin-bottom:4.5rem}.comments li:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}@media(max-width:575px){.comments ul ul{margin-left:3rem}}.comment{position:relative;align-items:flex-start}.comment p:last-child{margin-bottom:0}.comment-body{position:relative;flex:1 1 auto}.comment-reply{color:#777;position:absolute;right:0;top:1.7rem;text-transform:uppercase;font-weight:600;line-height:1;letter-spacing:.01em;padding-bottom:.5rem;transition:color .3s,box-shadow .3s}.comment-reply:focus,.comment-reply:hover{color:#1a181e;box-shadow:0 2px 0 #1a181e}.comment-media-img{flex:0 0 60px;height:60px}.comment-media-img .a .img{-o-object-fit:cover;object-fit:cover}.comment-media{gap:1.2rem;margin-top:15px}.comment-media img{display:block;width:6rem;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.comment-user h4{margin-bottom:1rem;font-weight:700;font-size:1.8rem;line-height:1;letter-spacing:0}.comment-user h4 a:focus,.comment-user h4 a:hover{color:#1a181e}.comment-user h4 span{display:block}.comment-date{display:block;margin-bottom:.5rem;font-size:1.3rem;color:#999;line-height:1}.reply .form-control{max-width:100%;color:#999;border-color:#e1e1e1;background:#fff;border-radius:.3rem}.reply p{font-size:1.3rem}.review-read{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.review-submit{background-color:#000;border:#000;color:#fff}.imgScrollSection{overflow-x:auto}.imgTitle{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.img-review{border:1px solid #e6e6e6;width:60px;overflow:visible;height:60px;border-radius:4px;margin-right:12px;flex:0 0 60px}.review-submit{padding:16px;border-top:1px solid #e6e6e6}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:4;stroke-miterlimit:10;stroke:#17b31b;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:20px;height:20px;border-radius:50%;display:block;stroke-width:4;stroke:#17b31b;stroke-miterlimit:10;box-shadow:inset 0 0 0 #17b31b;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke 1s cubic-bezier(.65,0,.45,1) .8s infinite}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #fff}}.form .form-control{margin-bottom:2rem}.form-control{display:block;width:100%;min-height:4.5rem;padding:.85rem 2rem;border:1px solid #e3e3e3;font-size:1.4rem;line-height:1.5;font-weight:400;color:#666;background-color:transparent;border-radius:0;box-shadow:none;outline:0}.form-control:-ms-input-placeholder{color:inherit;-ms-transition:color .3s;transition:color .3s}.form-control::placeholder{color:inherit;transition:color .3s}.form-control::-moz-placeholder{color:inherit;-moz-transition:color .3s;transition:color .3s}.form-control:focus:-ms-input-placeholder{color:transparent}.form-control:focus::placeholder{color:transparent}.form-control:focus::-webkit-input-placeholder{color:transparent}.form-control:focus::-moz-placeholder{color:transparent}.form-control.form-solid{background-color:#fff;border:0;color:#8d8d8d}.form-control-v2{border:none!important}.form-control-v2::-moz-placeholder{font-size:13px}.form-control-v2:-ms-input-placeholder{font-size:13px}.form-control-v2::placeholder{font-size:13px}.select-dropdown{display:block;width:100%;min-height:4.5rem;padding:0 1.5rem;color:#999;background-color:transparent;border:1px solid #e3e3e3;margin-bottom:2rem;font-size:1.6rem;line-height:1.5;box-shadow:none;outline:0;font-weight:200;border-radius:2px}textarea{font-family:inherit;min-width:100%;max-width:100%}.ios-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 100%;background-size:1.5em}.custom-checkbox{position:absolute;opacity:0}.custom-checkbox+.parse-content label,.custom-checkbox+label{display:block;position:relative;padding-left:2.4rem;cursor:pointer}.custom-checkbox+.parse-content label:before,.custom-checkbox+label:before{content:"";display:inline-block;position:absolute;top:50%;transform:translateY(-50%);left:0;width:18px;height:18px;line-height:17px;border:1px solid #ccc;border-radius:2px}.reply .custom-checkbox+.parse-content label:before,.reply .custom-checkbox+label:before{top:11px}@media(-ms-high-contrast:active),(-ms-high-contrast:none){.custom-checkbox+.parse-content label:before,.custom-checkbox+label:before{line-height:14px}}.custom-checkbox:checked+.parse-content label:before,.custom-checkbox:checked+label:before{content:"";border-color:#ffd613;background:#ffd613;color:#222;font-size:9px;font-weight:600;font-family:Font Awesome\ 5 Free;text-align:center}.select-box,.select-menu{position:relative}.select-box select,.select-menu select{position:relative;max-width:14rem;min-height:auto;width:auto;height:100%;padding-left:9px;padding-right:25px;border:1px solid #d7d7d7;border-radius:2px;color:inherit;background-color:transparent;font-size:1.2rem;font-family:inherit;letter-spacing:inherit;z-index:1;-moz-appearance:none;-webkit-appearance:none}.select-box select:focus,.select-menu select:focus{outline:none}.select-box:before,.select-menu:before{content:url(/images/chevron-down.svg);font-family:Font Awesome\ 5 Free;position:absolute;font-weight:900;font-size:9px;right:8px;top:50%;transform:translateY(-50%)}.select-box option{font-size:1.2rem}@media(-ms-high-contrast:active),(-ms-high-contrast:none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:currentColor}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.quantity{-moz-appearance:textfield;max-width:48px}.input-group{display:inline-flex;width:11rem;height:4.5rem}.input-group .form-control{flex:1 1;padding:0;height:inherit;font-size:1.4rem;border:solid #ccc;border-width:1px 0;color:#222;text-align:center}.input-group button{padding:0;width:3.1rem;border:1px solid #ccc;font-size:1.2rem;color:#222;background-color:transparent;cursor:pointer;-webkit-appearance:none}.input-group.wrap{width:48%}.custom-radio{position:relative}.custom-radio input{display:none}input[type=radio]~label{padding-left:2.5rem}input[type=radio]~label:after,input[type=radio]~label:before{position:absolute;content:"";display:inline-block;border-radius:50%;top:50%;transform:translateY(-50%)}input[type=radio]~label:before{left:0;width:1.8rem;height:1.8rem;background:#fff;border:1px solid #cdcdcd}input[type=radio]~label:after{width:.8rem;height:.8rem;left:.5rem;background:#666;opacity:0}input[type=radio]:checked~label:after{opacity:1}.input-wrapper input.form-control{flex:1 1;min-width:40px;font-size:1.2rem}.input-wrapper-round .form-control{position:relative;border-radius:2.4rem}.input-wrapper-round .btn{border-radius:2.4rem;line-height:1}.form-wrapper.form-wrapper-inline{display:flex;align-items:center;justify-content:space-between}.form-wrapper.form-wrapper-inline form{flex:1 1}@media(max-width:991px){.form-wrapper.form-wrapper-inline{display:block;text-align:center}.form-wrapper.form-wrapper-inline form{margin-left:auto;margin-right:auto}}.btn-absolute input.form-control{width:100%;padding:1rem 4rem 1rem 1.5rem;color:#666;font-size:1.3rem}.btn-absolute .btn{position:absolute;width:auto;height:100%;min-width:4.3rem;right:0;font-size:1.7rem}.btn-absolute .btn:hover{color:#1a181e}.btn-absolute .btn i{margin-left:0}.category-section.masonry-section .grid{display:grid;grid-template-columns:repeat(auto-fill,50%);grid-template-rows:repeat(auto-fill,33.3333333333%);grid-auto-rows:auto}.category-section.masonry-section .grid .height-x2{grid-column-end:span 1;grid-row-end:span 2}.category-section.badge-section .grid{display:grid;grid-template-columns:repeat(auto-fill,50%);grid-template-rows:repeat(auto-fill,50%);grid-auto-rows:auto}.category-section.badge-section .grid .height-x2{grid-column-end:span 1;grid-row-end:span 2}.posts.grid:not(.masonry){display:grid}.posts.grid:not(.masonry) .info-box{grid-column-end:span 3}.posts.grid:not(.masonry).grid-2cols{grid-template-columns:repeat(auto-fill,50%)}.posts.grid:not(.masonry).grid-3cols{grid-template-columns:repeat(auto-fill,33.3333333333%)}.posts.grid:not(.masonry).grid-4cols{grid-template-columns:repeat(auto-fill,25%)}@media(max-width:1199px){.posts.grid:not(.masonry).grid-4cols{grid-template-columns:repeat(auto-fill,33.3333333333%)}}@media(max-width:991px){.posts.grid:not(.masonry).grid-3cols,.posts.grid:not(.masonry).grid-4cols{grid-template-columns:repeat(auto-fill,50%)}}@media(max-width:767px){.category-section.masonry-section .grid{grid-template-rows:repeat(auto-fill,16.6666666667%)}.category-section.masonry-section .grid .height-x2{grid-column-end:span 2;grid-row-end:span 2}.category-section.masonry-section .grid .height-x1{grid-column-end:span 2}.category-section.badge-section .grid{grid-template-rows:repeat(auto-fill,25%)}.category-section.badge-section .grid .height-x2{grid-column-end:span 2;grid-row-end:span 2}.category-section.badge-section .grid .height-x1{grid-column-end:span 2}}@media(max-width:575px){.posts.grid:not(.masonry).grid-2cols,.posts.grid:not(.masonry).grid-3cols,.posts.grid:not(.masonry).grid-4cols{grid-template-columns:repeat(auto-fill,100%)}}.icon-box .icon-box-title{margin:0 0 .7rem;text-transform:uppercase;font-size:1.5rem;letter-spacing:.025em;line-height:1.6}.icon-box p{margin:0;font-size:1.4rem;line-height:1.72;letter-spacing:0;color:#666}.icon-box i:before{margin:0}.icon-box .icon-box-content{text-align:center}.icon-solid svg{width:5.4rem;height:5.4rem;fill:#1a181e}.minipopup-area{left:30px;bottom:30px;z-index:9999}.minipopup-box{left:-8rem;width:303px;padding:2rem;background-color:#fff;box-shadow:0 5px 20px rgba(0,0,0,.1);opacity:0;transition:opacity .3s,left .3s ease-out,transform .3s;z-index:9999}.minipopup-box.show{opacity:1;left:0}.minipopup-box.focus{transform:scale(.98) translateY(-100%)}.minipopup-box .product.product-cart .product-name{display:block;margin-bottom:3px}.minipopup-box .product.product-cart{margin-top:0}.minipopup-box .product.product-cart .product-media{margin-right:1.7rem;height:9rem}.minipopup-box .product.product-cart .product-detail{margin-top:.3rem}.minipopup-box .product.product-cart .product-name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;font-size:1.4rem;margin-bottom:1.1rem;color:#000;font-weight:400;line-height:1.4;letter-spacing:.025em}.minipopup-box .product.product-cart .product-name:hover{color:#1a181e}.minipopup-box .product.product-cart .product-price{margin-bottom:-.2rem;font-size:1.3rem}.minipopup-box .product.product-cart .product-quantity{margin-right:.7rem;font-size:1.4rem;font-weight:600;color:#222}.minipopup-box .product.product-cart .product-quantity:after{margin:0 0 -.2rem .7rem;font-size:1.2rem}.minipopup-box .product.product-cart.product-purchased .purchased-title{margin-bottom:1.9rem}.minipopup-box .product.product-cart.product-purchased .product-detail{margin-top:.1rem}.minipopup-box .product.product-cart.product-purchased .product-name{margin-bottom:1.2rem}.minipopup-box img{max-width:9rem;max-height:9rem}.minipopup-box .ratings-container{margin-bottom:0}.minipopup-box .product-price{color:#1a181e;margin-bottom:3px}.minipopup-box .action-group{margin-top:2rem}.minipopup-box .btn.btn-sm{padding:.92em 2.07em;font-weight:600;letter-spacing:.025em;border-width:1px}.minipopup-box .btn.btn-outline{margin-right:.7rem;padding:.92em 2.2em}.minipopup-title{margin-bottom:1.5rem;color:#222;font-size:1.5rem;font-weight:700;text-align:center;letter-spacing:.035em;line-height:1}.minipopup-title .btn{margin-left:1rem}.purchased-time{color:#1a181e;font-size:1.2rem}@media(max-width:479px){.minipopup-area{left:9px}}.overlay,.overlay-visible{display:flex;flex-direction:column;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;color:#fff;transition:padding .3s ease-out,background-color .3s,opacity .3s}.overlay{padding-top:10rem;background:rgba(0,0,0,.3);opacity:0}a>.overlay{cursor:pointer}figure:hover .overlay{padding-top:0;opacity:1}.overlay.social-links{flex-direction:row}.overlay .social-links{justify-content:center}.overlay a:hover{color:#fff;text-decoration:underline}.overlay a.social-link{border-color:#fff}.overlay .social-link:hover{color:#fff;text-decoration:none}figure:hover .overlay-visible{background:rgba(26,24,30,.9);padding-bottom:9rem}.overlay-transparent{background:transparent}.overlay-dark .banner,.overlay-dark figure,.overlay-light .banner,.overlay-light figure{position:relative}.overlay-dark figure:after,.overlay-dark figure>a:after,.overlay-dark.banner:after,.overlay-light figure:after,.overlay-light figure>a:after,.overlay-light.banner:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#222;opacity:0;transition:opacity .3s,background .3s,transform .3s}.overlay-dark.banner:hover:after,.overlay-dark:hover figure:after,.overlay-dark:hover figure>a:after,.overlay-light.banner:hover:after,.overlay-light:hover figure:after,.overlay-light:hover figure>a:after{opacity:.1}.overlay-dark.banner-fixed:after,.overlay-dark.post>figure:after,.overlay-light.banner-fixed:after,.overlay-light.post>figure:after{content:none}.overlay-dark.post>figure>a:after,.overlay-light.post>figure>a:after{z-index:1}.banner.overlay-light:after,.overlay-light figure:after{background:#ccc}.overlay-zoom{overflow:hidden}.overlay-zoom img{transition:transform .3s}.overlay-zoom:hover img{transform:scale(1.08)}.overlay-effect-one figure:after,.overlay-effect-one figure:before,.overlay-effect-one:after,.overlay-effect-one:before{content:"";position:absolute;opacity:1}.overlay-effect-one figure:before,.overlay-effect-one:before{background:hsla(0,0%,100%,.3);bottom:0;left:50%;right:51%;top:0}.overlay-effect-one figure:after,.overlay-effect-one:after{bottom:50%;left:0;right:0;top:50%}.overlay-effect-one:hover figure:after,.overlay-effect-one:hover figure:before,.overlay-effect-one:hover:after,.overlay-effect-one:hover:before{left:0;right:0;opacity:0;transition:.5s linear}.overlay-effect-three,.overlay-effect-three figure,.overlay-effect-two,.overlay-effect-two figure{overflow:hidden;position:relative}.overlay-effect-two figure:after,.overlay-effect-two figure:before,.overlay-effect-two:after,.overlay-effect-two:before{content:"";position:absolute;background:hsla(0,0%,100%,.6);height:100%;left:0;opacity:.4;top:0;transition:.9s;width:100%}.overlay-effect-two figure:before,.overlay-effect-two:before{transform:translate(105%)}.overlay-effect-two figure:after,.overlay-effect-two:after{transform:translate(-105%)}.overlay-effect-two:hover figure:after,.overlay-effect-two:hover figure:before,.overlay-effect-two:hover:after,.overlay-effect-two:hover:before{opacity:0;transform:none}.overlay-effect-three figure:before,.overlay-effect-three:before{content:"";position:absolute;top:0;left:50%;width:120%;height:60px;background:hsla(0,0%,100%,.1);transform:scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,-150%,0);transition:.5s linear;backface-visibility:hidden}.overlay-effect-three:hover figure:before,.overlay-effect-three:hover:before{top:100%;left:-100%;transform:scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,200%,0)}.overlay-effect-four figure:after,.overlay-effect-four figure:before,.overlay-effect-four:after,.overlay-effect-four:before{content:"";position:absolute;background:hsla(0,0%,100%,.1);opacity:1;transition:.5s}.overlay-effect-four figure:before,.overlay-effect-four:before{bottom:0;left:50%;right:51%;top:0}.overlay-effect-four figure:after,.overlay-effect-four:after{bottom:50%;left:0;right:0;top:50%}.overlay-effect-four:hover figure:after,.overlay-effect-four:hover figure:before,.overlay-effect-four:hover:after,.overlay-effect-four:hover:before{left:0;right:0;top:0;bottom:0;opacity:.5}.page-subtitle{margin-bottom:.5rem;text-transform:uppercase;font-size:2rem;line-height:1.2}.page-title{margin-bottom:0;text-transform:uppercase;font-size:4rem;line-height:1.125;color:#222}.page-title+.breadcrumb{padding:1em 0}.breadcrumb-nav .breadcrumb{padding:1.4rem 0}.breadcrumb-nav .breadcrumb li:not(:last-child):after{margin-left:.8rem;opacity:.5}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;color:#666;font-family:Manrope,sans-serif;font-size:1.4rem}.breadcrumb a{color:inherit}.breadcrumb a:hover{color:#222}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:hover:not(:last-child) a{color:#222}.breadcrumb li i{height:16px;width:16px;display:flex;align-items:center;justify-content:center}.breadcrumb .delimiter{margin:0 .7em;font-size:1.19rem;opacity:.5}.breadcrumb-sm{padding:1.1rem 0;color:inherit}.breadcrumb-sm li:last-child{color:inherit}.page-header{display:flex;flex-direction:column;align-items:center;height:250px;background-color:#c8c3bf;background-position:50%;background-size:cover;text-align:center;color:#222}.page-header,.page-header .breadcrumb{justify-content:center}.page-header .breadcrumb li:not(:last-child):after{content:none}.page-header>.breadcrumb li,.page-header>.breadcrumb li a,.page-header>.page-subtitle,.page-header>.page-title{color:#fff}.page-header>.breadcrumb li:not(:last-child) a{opacity:.5;transition:opacity .3s}.page-header>.breadcrumb li:hover a{color:#fff;opacity:1}@media(max-width:767px){.page-title{font-size:3.6rem}}.shop-banner-container{position:relative;height:250px;justify-content:center;display:flex;align-items:center;background-color:#3c63a4}.shop-banner-container .shop-banner-img{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;height:250px;width:100%}.shop-banner-container .shop-banner-img figure img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.shop-banner-container .shop-content{position:absolute;align-items:center}.shop-banner-container .shop-content .breadcrumb{justify-content:center}.shop-banner-container .shop-content .breadcrumb li:not(:last-child):after{content:none}.shop-banner-container .shop-content>.breadcrumb li,.shop-banner-container .shop-content>.breadcrumb li a,.shop-banner-container .shop-content>.page-subtitle,.shop-banner-container .shop-content>.page-title{color:#fff}.pagination{display:flex;align-items:center;flex-wrap:wrap;font-size:1.4rem;letter-spacing:.01em;justify-content:center;color:#222}.page-link-next i,.page-link-prev i{font-size:1.9rem}.page-link-prev i{margin-right:.5rem}.page-link-next i{margin-left:.5rem}.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:4rem;padding:0 .3rem;line-height:1;background-color:transparent;border:.1rem solid transparent;transition:border .3s}.active>.page-link,:hover:not(.disabled)>.page-link{border-color:#dadada;color:#222}.disabled>.page-link{color:#aaa}.page-link-next,.page-link-prev{min-width:8rem;padding:1.2rem}.page-item:not(:last-child){margin-right:.5rem}.page-item-dots{white-space:nowrap}.page-item-dots:before{content:"...";margin-top:-.9em;margin-right:.5rem;display:inline-block;vertical-align:middle}.show-info{margin:0;color:#222}.show-info span{margin:0 .5rem;color:#222}.page-item-total{margin-right:.5rem}@media(min-width:576px){.page-item-dots,.page-item-total{margin-right:2rem}}.mfp-bg,.mfp-wrap{z-index:3000}.mfp-bg{background:#000;opacity:0;transition:opacity .3s ease-out}.mfp-bg.mfp-ready{opacity:.7}.mfp-bg.mfp-removing{opacity:0}.mfp-container{padding:4rem 2rem}.mfp-container video{width:100%;height:100%}.mfp-wrap .btn-close{top:20px;right:20px}.mfp-content .btn-close{top:-25px;right:0}.mfp-iframe-holder .btn-close,.mfp-image-holder .btn-close{top:15px;right:0}.mfp-arrow,.pswp__button--arrow--left,.pswp__button--arrow--right{width:4.8rem;height:4.8rem;color:#fff;border-radius:50%;font-size:2.4rem;font-weight:900;font-family:riode;text-align:center;opacity:.5;right:10%;transition:opacity .3s;border:2px solid}.pswp__ui>button:before{background:transparent;position:static;line-height:44px}.pswp__ui>button.pswp__button--arrow--left:before{margin-right:3px}.pswp__ui>button.pswp__button--arrow--right:before{margin-left:3px}.pswp__ui>button:hover{opacity:1}.pswp__button--arrow--right:before{content:"";font-family:riode}.mfp-arrow:after,.mfp-arrow:before{content:"";position:static;display:inline;margin:0;border:0}.mfp-arrow:after{content:none}button.mfp-arrow{border:2px solid}button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;z-index:1046;box-shadow:none;touch-action:manipulation;position:absolute;top:-25px;right:0;text-decoration:none;text-align:center;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;transform:rotate(45deg);transition:transform .3s;width:18px;height:18px;opacity:1}button.mfp-close:focus,button.mfp-close:hover{transform:rotate(135deg) scale(1.5)}button.mfp-close span{display:none}.address-popup button.mfp-close,.login-popup button.mfp-close,.newsletter-popup button.mfp-close,.quickview-modal button.mfp-close,.video-modal button.mfp-close{top:-25px;right:0}button.mfp-close:before{width:100%;height:2px;top:calc(50% - 1px);left:0}button.mfp-close:after,button.mfp-close:before{content:"";display:block;position:absolute;background:#fff}button.mfp-close:after{width:2px;height:100%;top:0;left:calc(50% - 1px)}.mfp-arrow-left,.pswp__button--arrow--left{left:10%}.mfp-arrow-left:before,.pswp__button--arrow--left:before{content:"";font-family:riode}.mfp-content>*{position:relative;margin:auto;background:#fff;box-shadow:5px 5px 20px rgba(0,0,0,.1);opacity:0}.mfp-ready .mfp-content>*{opacity:1}.mfp-removing .mfp-content>*{opacity:0}.ReactModal__Content{position:relative;margin:auto;background:#fff;box-shadow:5px 5px 20px rgba(0,0,0,.1)}.ReactModal__Overlay{transition:opacity .4s;position:fixed;left:0;right:0;top:0;bottom:0;opacity:0}.ReactModal__Overlay.newsletter-modal-overlay{z-index:10000!important}.ReactModal__Overlay.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay.opened{opacity:1!important}.ReactModal__Content{transition:.3s;transition-delay:.03s}.ReactModal__Content.newsletter-popup{transform:translateY(-20px) perspective(600px) rotateX(20deg)}.ReactModal__Content.newsletter-popup.ReactModal__Content--after-open{transform:translateY(0) perspective(600px) rotateX(0)}.ReactModal__Content.login-popup,.ReactModal__Content.quickview-modal,.ReactModal__Content.video-modal{opacity:0;transform:translateY(30px)}.ReactModal__Content.login-popup.ReactModal__Content--after-open,.ReactModal__Content.quickview-modal.ReactModal__Content--after-open,.ReactModal__Content.video-modal.ReactModal__Content--after-open{transform:translateY(0);opacity:1}.ReactModal__Content.quickview-modal.removed,.ReactModal__Content.video-modal.removed{transform:translateY(30px);opacity:0}.ReactModal__Content.video-modal{background:transparent}.ReactModal__Overlay.removed{opacity:0;transition:.3s}.login-popup{max-width:490px;padding:4rem;border-radius:.3rem;width:100%}.login-popup .flex-no-wrap{flex-wrap:nowrap}.login-popup .tab{font-size:1.8rem;color:#ccc}.login-popup .tab .nav-item{flex:none}.login-popup .nav-item .nav-link{padding:0 0 1px;color:#999;font-size:1.8rem;font-weight:700;letter-spacing:.025em;line-height:2.43;transition:font-size .3s,color .3s}.login-popup .nav-item .nav-link.active{font-size:3rem}.login-popup .nav-item.active .nav-link{font-size:3rem;color:#222}.login-popup .delimiter{margin:0 .8rem}.login-popup .tab-pane{padding:0}.login-popup .form-group{margin-bottom:1.8rem}.login-popup .form-group .number-otp-label{color:#666;margin-bottom:1rem;font-size:1.4rem}.login-popup .form-group label{display:inline-block;margin-bottom:8px;font-size:1.3rem;line-height:1}.login-popup .form-group .form-control{padding:1.2rem 1.5rem 1.1rem;height:3.7rem;font-size:1.3rem;color:#999;border-radius:.3rem;border-color:#e1e1e1}.login-popup .otp-container{justify-content:space-between}.login-popup .otp-container .otpInput{border:1px solid #e3e3e3;min-height:4.5rem;width:4.5rem;text-align:center;color:#999}.login-popup .form-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:2.3rem;font-size:1.2rem}.login-popup .custom-checkbox+label{padding-left:2.6rem}.login-popup .btn{height:4.7rem;padding:0;font-size:1.3rem}.login-popup .resend-label{color:#666;text-decoration:underline;font-weight:500;font-size:1.5rem}.login-popup .not-receive-otp-label{color:#666}.login-popup .lost-link{text-align:right;color:#999;font-size:1.2rem}.login-popup .lost-link:hover{color:#1a181e}.login-popup .form-choice label{display:flex;align-items:center;margin-bottom:1.3rem;font-size:1.2rem;color:#666}.login-popup .form-choice label:after,.login-popup .form-choice label:before{content:"";height:1px;flex:1 1;background:#e1e1e1}.login-popup .form-choice label:after{margin-left:3rem}.login-popup .form-choice label:before{margin-right:3rem}.login-popup .social-link{display:flex;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;font-size:1.4rem;border-radius:.3rem;color:#fff}.login-popup .social-link.social-google{background-color:#db402c}.login-popup .social-link.social-facebook{background-color:#3b5998}.login-popup .social-link.social-twitter{background-color:#1ab2e8}.container>.login-popup{margin:0 auto}.address-popup{max-width:72rem;padding:4rem;border-radius:.3rem;width:100%}.newsletter-popup{display:flex;max-width:72rem;text-align:center;background-position:60%;background-size:cover;border-radius:1rem;display:inline-block;width:100%}.newsletter-popup h4{margin-bottom:.6rem;font-size:2rem;font-weight:800;line-height:1.2}.newsletter-popup h2{margin-bottom:.7rem;font-size:3.2rem;line-height:1.2;letter-spacing:.04375em}.newsletter-popup h2 span{font-weight:800}.newsletter-popup b{display:block;margin-top:.3rem;color:#222;font-size:3rem;letter-spacing:.025em}.newsletter-popup .btn{min-width:auto;padding:.5em 1.5em;font-size:1.3rem}.newsletter-popup p{max-width:100%;margin:0 .2rem 2.5rem;font-size:1.4rem;line-height:1.7}.newsletter-popup label{display:inline;font-size:1.2rem}.newsletter-popup label:before{border-color:#666}.newsletter-popup .email{border:0;color:#999;background:#f4f4f4}.newsletter-popup .form-control{background:#fff;border:1px solid #222;border-right:none}.newsletter-popup .custom-checkbox+label{padding-left:2.6rem}.newsletter-content{margin-left:auto;max-width:41.4rem;padding:7.1rem 4.2rem 5rem}.quickview-modal.product.product-single .mfp-container{display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.quickview-modal.product.product-single .mfp-content{max-width:98.8rem;margin:auto}.quickview-modal.product.product-single .product{background-color:#fff;margin-bottom:2rem;padding:3rem 1.5rem;border-radius:1rem}.quickview-modal.product.product-single .product-details{padding:0}.quickview-modal.product.product-single .btn-close{position:absolute;top:-2.7rem;right:0;background:transparent;border:none}.quickview-modal.product.product-single .owl-nav .owl-next,.quickview-modal.product.product-single .owl-nav .owl-prev{width:3.6rem;height:3.6rem;font-size:3rem}.quickview-modal.product.product-single .owl-nav .owl-next{right:1rem}.quickview-modal.product.product-single .owl-nav .owl-prev{left:1rem}.pswp__bg{background-color:rgba(0,0,0,.7)}.pswp__img--placeholder--blank{background-color:#f2f3f5}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:transparent}.pswp__caption__center{text-align:center}.mfp-ready.mfp-zoom-popup .mfp-content{transform:scale(1)}.mfp-removing.mfp-zoom-popup .mfp-content,.mfp-zoom-popup .mfp-content{transition:.2s ease-in-out;transform:scale(.8)}.mfp-ready.mfp-flip-popup .mfp-content{transform:translateY(0) perspective(600px) rotateX(0)}.mfp-flip-popup .mfp-content,.mfp-removing.mfp-flip-popup .mfp-content{transition:.3s ease-out;transform:translateY(-20px) perspective(600px) rotateX(20deg)}.mfp-content video{width:100%;height:100%}.video-modal{padding:0;border-radius:.3rem;width:100%}.mfp-video-popup .mfp-content,.video-modal{max-width:1000px}.mfp-video-popup{z-index:10000}.ReactModal__Overlay{z-index:99999!important}.ril__image,.ril__imageNext,.ril__imagePrev{transition:.3s}@media(max-width:767px){.quickview-modal .product{padding:2rem 1rem}.mfp-arrow{color:#444}.quickview-modal .product-details{position:relative}}@media(min-width:768px){.quickview-modal .row{margin:0 -1.5rem}.quickview-modal .row>.col-md-6{padding-right:1.5rem}.quickview-modal .product-gallery{margin-bottom:0}.quickview-modal .pr-md-3{padding-right:1.5rem!important}.quickview-modal.product.product-single .product-details{position:absolute;overflow-y:auto;height:100%;top:0}}@media(max-width:767px){.newsletter-content{max-width:36rem;padding-left:2rem;padding-right:2rem}.login-popup{max-width:500px;padding:3.5rem 2rem}}@media(max-width:575px){.newsletter-popup{background-image:none!important}.newsletter-popup .newsletter-content{margin-left:auto;margin-right:auto}}.common-loader-wrapper .ReactModal__Content{box-shadow:none!important}@media(min-width:992px){.login-modal-container .auth-popup{width:50rem}}@media(min-width:768px){.login-modal-container .auth-popup{width:50rem}}.input-tel{display:flex;align-items:center;border:1px solid #e1e1e1;border-radius:.3rem;padding-left:.5rem;overflow:hidden}.input-tel .prefix{font-size:1.3rem;padding-left:1rem;color:#999;margin-top:.1rem}.input-tel input{flex-grow:1;font-size:14px;background:#fff;border:none;outline:none;padding:.5rem}.equal-height .product{height:100%}.product-widget-wrapper .owl-stage{padding-left:0!important}.product-shadow{transition:box-shadow .3s}.product-shadow:hover{box-shadow:0 15px 25px -20px rgba(0,0,0,.5)}.product-label-round .product-label{padding:.5rem 1.1rem;border-radius:1rem}.product-wrap{margin-bottom:2rem}.product{position:relative;font-family:Manrope,sans-serif;font-size:1.4rem;color:#999;background-color:#fff;transition:.3s}.product-media:hover span:first-child{opacity:0}.product-media:hover span:last-child{opacity:1}.product-media{position:relative;margin-bottom:0;transition:box-shadow .3s}.product-media:not(.pure-media):before{content:"";display:block;padding-top:100%;background-color:#f4f4f4}.product-media img{display:block;width:100%;height:auto;transition:all .5s}.product-media span{position:absolute;right:0;top:0;left:0;transition:all .5s}.product-media span:last-child{opacity:0}.product-media span:first-child{opacity:1}.product-loading-overlay:after,.product-loading-overlay:before{content:"";display:block}.product-loading-overlay:before{padding-top:155%;background-repeat:no-repeat;background-image:linear-gradient(#f4f4f4 105%,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0);background-size:100% 73%,50% 12px,73% 16px,50% 12px,40% 16px;background-position:left 0,left calc(73% + 20px),left calc(73% + 44px),left calc(73% + 66px),left calc(73% + 92px)}.product-loading-overlay:after{content:"";display:block;position:absolute;width:40px;height:40px;top:calc(35% - 20px);left:calc(50% - 20px);animation:spin .65s linear infinite;border-radius:75%;border:2px solid #1a181e!important;border-bottom-color:transparent!important;z-index:3}.loader-overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:9999;cursor:pointer}.loader-overlay .common-loading-overlay{content:"";display:block;position:absolute;width:40px;height:40px;top:50%;left:50%;animation:spin .65s linear infinite;border-radius:75%;border:2px solid #1a181e!important;border-bottom-color:transparent!important;z-index:9999}.product-label-group{position:absolute;right:0;top:0;max-width:10rem}.product-tags-group{position:absolute;left:0;top:0;max-width:10rem}.product-label{display:block;text-align:center;padding:.5rem .7rem;font-size:1.1rem;letter-spacing:.5px;line-height:1;color:#fff}.product-label.label-new{background:#1a181e}.product-label.label-sold{border-top-left-radius:.5rem;border-bottom-right-radius:.5rem;background:#c20000}.product-label.label-best-seller{border-top-left-radius:1rem;border-bottom-right-radius:1rem;background:#17b31b}.product-label.label-pdp{width:-moz-max-content;width:max-content;margin-bottom:6px;background:#17b31b}.product-label.label-sale{border-top-right-radius:1rem;border-bottom-left-radius:1rem;background:#c20000}.product-label.label-top{background:#1a181e}.product-label.label-stock{background:#999}.btn-product-icon{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;margin-bottom:.5rem;border:1px solid #e1e1e1;border-radius:50%;background-color:#fff;color:#999;font-size:1.6rem;font-weight:700;transition:border-color .3s,color .3s,background-color .3s}.btn-product-icon:hover{border-color:#1a181e;color:#fff;background-color:#1a181e}.btn-product-icon i{margin-bottom:2px}.btn-product-icon.btn-quickview i{font-size:inherit}.btn-product-icon.btn-compare i{font-size:1.8rem}.product-list .btn-product-icon i{margin-bottom:1px}.btn-product{display:flex;align-items:center;justify-content:center;flex:1 1;padding:1.14em 0;font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2;text-transform:uppercase;transition:opacity .3s}.btn-quickview{opacity:1;transition:opacity .3s}.btn-quickview:hover{opacity:1}.btn-quickview i{font-size:1.4rem}.btn-sold-out{background-color:#f9e8e8;color:#c20000;letter-spacing:1px}.btn-sold-out:hover{color:#c20000}.btn-wishlist{line-height:1}.btn-wishlist.loading:after,.btn-wishlist.loading:before{z-index:1}.product-action-vertical{position:absolute;top:12px;right:12px;transition:opacity .3s,visibility .3s;opacity:0;visibility:hidden}.product-action-vertical .btn-wishlist.loading{overflow:hidden}.product-action{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;background-color:transparent;z-index:10;transition:opacity .3s,visibility .3s;opacity:0}.product-details{position:relative;padding:1rem 0}.product-details.card{padding:1rem 1.5rem}.product-details .details-wrapper{height:10.4rem}.product-details>.btn-wishlist{position:absolute;top:1.2rem;right:0;color:#999;z-index:1;font-size:1.6rem}.product-details>.btn-wishlist i{display:inline-block;margin:0;transition:transform .3s}.product-details>.btn-wishlist:hover{color:#1a181e}.product-details>.btn-wishlist:hover i{transform:rotateY(180deg)}.product-details>:last-child{margin-bottom:0}.product-details .product-action{position:relative;opacity:1;visibility:visible}.product-details .product-tags{font-size:1.2rem;color:#17b31b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.5rem}.product-cat{margin-bottom:.5rem;font-size:1rem;font-weight:400;line-height:1;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product-cat a:hover{color:#1a181e}.product-name{margin-bottom:.3rem;font-family:inherit;font-size:1.4rem;font-weight:400;letter-spacing:.05rem;color:#222;padding-right:20px;text-overflow:ellipsis}.product-name a:hover{color:#1a181e}.product-collection-large .product-card-title{margin-top:12px;font-size:1.4rem!important;display:-webkit-box!important;-webkit-line-clamp:unset!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-collection-large .details-wrapper{height:5rem;margin-bottom:5rem}.product-collection .product-collection-item{flex:0 0 50%}@media screen and (min-width:768px){.product-collection .product-collection-item{flex:0 0 33.333333%}}@media screen and (min-width:992px){.product-collection .product-collection-item{flex:0 0 20%}}.product-card-title{margin-top:12px;font-size:1.4rem!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-tag{font-size:1.2rem;text-overflow:ellipsis;color:#17b31b;text-align:center!important}.product-card-tag{position:absolute;left:50%;transform:translate(-50%,-75%);color:#fff;padding:.1rem 1rem;border-radius:4rem;max-width:20rem}.product-card-tag p{font-family:sans-serif;min-width:10rem}.product-price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;align-items:center;flex-wrap:wrap;margin-bottom:.3rem;font-size:1.6rem;font-weight:600;line-height:1.86;color:#222}.product-price .old-price{color:#757575}.product-price .new-price,.product-price .product-save{text-decoration:none}.product-price .new-price span,.product-price .product-save span{font-weight:400}.ratings-container{display:flex;align-items:center;margin-top:4px;margin-bottom:1.2rem;font-size:11px}.ratings-container .rating-product-list{padding-bottom:3px}.ratings-container .rating{font-size:1.3rem;text-align:center;line-height:1}.ratings-full{cursor:pointer}.ratings,.ratings-full{position:relative;font-family:riode}.ratings-full+.rating-reviews{margin-left:1rem}.ratings-full:before{color:rgba(0,0,0,.16);font-family:riode}.ratings-full:hover .tooltiptext{visibility:visible;opacity:1}.ratings{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden}.ratings:before{content:"" "" "" "" "";color:#e50b20;font-family:riode}.rating-reviews{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.3rem;color:#aaa;letter-spacing:0;text-transform:capitalize;line-height:1}.rating-reviews:hover{color:#1a181e}.product-variations{display:flex}.ratings-container+.product-variations{margin-top:-5px}.product-variations>a:not(.size-guide){display:inline-block;position:relative;margin:3px 9px 3px 0;padding:0 5px;border-radius:2px;background-color:transparent;background-size:cover;font-size:1.2rem;font-family:inherit;text-align:center;vertical-align:middle;cursor:pointer;width:2.6rem;height:2.6rem;color:#222;transition:.3s;border:1px solid #e1e1e1}.product-variations>a:not(.size-guide):last-child{margin-right:0}.product-variations .color:not(.active){border:none}.product-variations>a.active,.product-variations>a:not(.size-guide):hover{border:1px solid;box-shadow:inset 0 0 0 2px #fff}.brand-carousel img{width:100%!important;height:100%;max-width:300px}.brand-carousel figure{padding:1rem}.product-details .product-action,.product-hide-details .product-action{position:relative;opacity:1}.product-details .product-action .btn-wishlist,.product-hide-details .product-action .btn-wishlist{position:static}.product-details .btn-cart,.product-hide-details .btn-cart{display:flex;align-items:center;max-width:14rem;line-height:2.9;padding:0 .6em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#222;background-color:transparent;border:2px solid #ccc;border-radius:.3rem}.product-details .btn-cart i,.product-hide-details .btn-cart i{margin-right:.8rem;display:flex;align-items:center;justify-content:center;height:18px;width:18px}.product-details .btn-border,.product-hide-details .btn-border{border:1px solid #e1e1e1!important}.product-details .btn-cart,.product-hide-details .btn-cart{flex:1 1;height:4.2rem;font-size:1.3rem;transition:color .3s,background-color .3s,border-color .3s;z-index:1}.product-details .btn-quickview,.product-hide-details .btn-quickview{margin:0 0 0 1.6rem}.product-details .btn-product-icon,.product-hide-details .btn-product-icon{width:auto;border:0;background-color:transparent;color:#222;transition:color .3s,background-color .3s,visibility .3s}.product-details .btn-product-icon i,.product-hide-details .btn-product-icon i{font-size:1.8rem;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.product-details .btn-product-icon:hover,.product-hide-details .btn-product-icon:hover{color:#1a181e}.product-media .btn-product-icon.btn-cart i{margin-top:2px;margin-right:1px}.product:hover .product-action .btn-cart{color:#fff;background-color:#444;border-color:#444}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.product-details .btn-cart,.product-hide-details .btn-cart{flex:0 0 12.3rem}}@media (-ms-high-contrast:none)and (max-width:575px),screen and (-ms-high-contrast:active)and (max-width:575px){.product-details .btn-cart,.product-hide-details .btn-cart{flex:0 0 9.5rem}}.product-classic .btn-quickview{opacity:1}.product-classic .btn-quickview i:before{content:""}.product-classic .btn-wishlist{margin:0 0 0 1.6rem}.product-classic .btn-quickview,.product-classic .btn-wishlist{transform:translateX(-200%);opacity:0;visibility:hidden;transition:transform .3s,opacity .3s,visibility .3s,color .3s,background-color .3s,border-color .3s}.product-classic .btn-quickview{transition:transform .5s,opacity .5s,visibility .5s,color .3s,background-color .3s,border-color .3s}.product-classic:hover .btn-quickview,.product-classic:hover .btn-wishlist{transform:translateX(0);opacity:1;visibility:visible}.product-classic .product-details{padding-left:0}.product-classic .ratings-container{margin-bottom:1.5rem}.product-slideup-content{overflow:hidden}.product-slideup-content .product-hide-details{position:absolute;top:100%;left:0;width:100%;transition:transform .3s;background-color:#fff}.product-slideup-content .product-details{padding-bottom:1px;background-color:#fff;transition:transform .3s}.product-slideup-content .btn-quickview,.product-slideup-content .btn-wishlist{opacity:0;visibility:hidden;transition:transform .4s,opacity .3s,visibility .3s,color .3s,background-color .3s}.product-slideup-content .btn-quickview{transform:translateX(-200%)}.product-slideup-content .btn-wishlist{transform:translateX(200%)}.product-slideup-content:hover .btn-quickview,.product-slideup-content:hover .btn-wishlist{transform:translateX(0);opacity:1;visibility:visible}.product-slideup .product-details{padding-bottom:0;background-color:#fff;transition:transform .3s}.product-slideup .ratings-container{margin-bottom:0}.product-slideup .btn-quickview,.product-slideup .btn-wishlist{opacity:0;visibility:hidden;transition:transform .4s,opacity .3s,visibility .3s,color .3s,background-color .3s}.product-slideup .btn-quickview{transform:translateX(-200%)}.product-slideup .btn-wishlist{transform:translateX(200%)}.product-slideup .product-action{display:flex;position:absolute;padding-top:1.5rem;top:100%;bottom:auto;visibility:hidden;opacity:0}.product-slideup:hover{transform:translateY(-58px)}.product-slideup:hover .btn-quickview,.product-slideup:hover .btn-wishlist{transform:translateX(0);opacity:1;visibility:visible}.product-slideup:hover .product-action{visibility:visible;opacity:1}.product-slideup img{filter:brightness(1.1)}.product-slideup .btn-cart,.product-slideup-content .btn-cart{margin-right:0}.product-slideup .btn-wishlist,.product-slideup-content .btn-wishlist{position:static;margin:0 1.6rem 0 0}.split-line{overflow:hidden}.product-image-gap{padding:.9rem;border:1px solid #e1e1e1;background-color:#fff}.product-image-gap .product-details{padding:1.8rem 1rem 1rem}.product-image-gap .ratings-container{margin-bottom:0}.product-image-gap:hover{box-shadow:0 5px 30px rgba(0,0,0,.05)}@media(max-width:479px){.product-image-gap .product-details{padding:1.8rem 0 1rem}}@media(min-width:992px){.product:hover .product-action,.product:hover .product-action-vertical{visibility:visible;opacity:1}}.product-list{display:flex;align-items:center;margin-bottom:2rem}.product-list .product-media{flex:0 0 28rem;max-width:28rem;margin:0 2rem 0 0}.product-list .product-details{padding:0;flex:1 1}.product-list .product-label{font-size:1.1rem}.product-list .btn-quickview{opacity:1}.product-list .btn-wishlist{margin:0 0 0 .8rem}.product-list .btn-quickview,.product-list .btn-wishlist{transform:translateX(-200%);opacity:0;visibility:hidden;transition:transform .3s,opacity .3s,visibility .3s,color .3s,background-color .3s}.product-list .btn-quickview{transition:transform .5s,opacity .5s,visibility .5s,color .3s,background-color .3s}.product-list .ratings-container{margin-bottom:.8rem}.product-list .product-name{letter-spacing:.025em;color:#222}.product-list .product-name,.product-list .product-price{font-size:1.8rem;font-weight:600}.product-list .product-short-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:2rem;text-transform:none;font-size:1.4rem;line-height:1.78;color:inherit}.product-list:hover .btn-quickview,.product-list:hover .btn-wishlist{transform:translateX(0);opacity:1;visibility:visible}.product-list-sm{display:flex;align-items:center;margin-bottom:2rem}.product-list-sm .product-media{flex:0 0 10rem;max-width:10rem;margin:0 1rem 0 0}.product-list-sm .product-details{padding:0;overflow:hidden}.product-list-sm .product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.7rem;white-space:normal;word-break:break-all;color:#222}.product-list-sm .product-name:hover{color:#1a181e}.product-list-sm .ratings-container{margin:0}.product-list-sm .product-price{font-size:1.4rem}.product-list-sm+.product-list{margin-top:2rem}.product-list-sm .btn-cart{margin-top:2rem;height:3.3rem;max-width:11.7rem;border:1px solid #d7d7d7;color:#e50b20;background:transparent;font-size:1.2rem}.product-list-sm .btn-cart:hover{border-color:#e50b20;background:#e50b20}@media(max-width:1220px)and (min-width:1200px){.product-tabs .product-tab-description .divider{margin-left:-5px}}.product.text-center .product-cat{padding:0}.product.text-center .product-cat .product-tag{font-size:1.2rem;text-overflow:ellipsis;color:#17b31b;text-align:center!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product.text-center .product-cat .product-tag span{visibility:hidden}.product.text-center .product-name{padding-left:2rem}.product.text-center .product-coupon{color:#17b31b;font-size:13px;margin-top:4px;font-weight:bolder}.product.text-center .product-action,.product.text-center .product-price,.product.text-center .product-variations,.product.text-center .ratings-container{justify-content:center}.product.shadow-media:hover .product-media{box-shadow:0 20px 20px -16px rgba(0,0,0,.5)}.product.cart-full .product-price,.product.product-with-qty .product-details .product-price{margin-top:4px;margin-bottom:1rem}.product.cart-full .btn-cart,.product.product-with-qty .product-details .btn-cart{padding:0;border-color:#ccc;transition:background-color .3s,border-color .3s,color .3s}.product.cart-full .btn-cart:active,.product.cart-full .btn-cart:focus,.product.cart-full .btn-cart:hover,.product.product-with-qty .product-details .btn-cart:active,.product.product-with-qty .product-details .btn-cart:focus,.product.product-with-qty .product-details .btn-cart:hover{background-color:#1a181e;border-color:#1a181e;color:#fff}.product.cart-full .btn-cart{max-width:none;width:100%}.product.product-with-qty .product-details{padding-left:0;padding-right:0}.product.product-with-qty .btn-cart{max-width:12.3rem;margin-right:0}.product.product-with-qty .btn-cart i{display:none}.product.product-with-qty .product-quantity{display:flex;align-items:center;justify-content:center;margin-right:2rem}.product.product-with-qty button{display:flex;align-items:center;justify-content:center;padding:0;color:#333;font-size:1rem;width:24px;height:24px;border-radius:.3rem;border:none;background:#f4f4f4;cursor:pointer;transition:background-color .3s,color .3s}.product.product-with-qty button:hover{background-color:#1a181e;color:#fff}.product.product-with-qty .quantity{min-height:auto;width:3.2rem;padding:0;font-weight:700;font-size:1.2rem;border:none;text-align:center;color:#222}.product.product-variable:not(.cart-full) .btn-cart:after{display:none;font-family:riode;content:"";font-size:1.8rem;font-weight:400}.product:hover.product-with-qty .btn-cart{background-color:transparent;color:#222}@media(max-width:575px){.product-list{display:block}.product-list .product-media{margin:0;max-width:100%}.product-list .product-details{padding:1.8rem 0 2rem}.product-action-vertical{top:10px;right:10px}}@media(max-width:479px){.product-details .btn-cart,.product-hide-details .btn-cart{max-width:4.2rem;display:flex}.product-details .btn-cart span,.product-hide-details .btn-cart span{display:none}.product-details .btn-cart i,.product-hide-details .btn-cart i{margin-right:0}.product.product-with-qty .product-details .btn-cart{max-width:4.2rem;padding:.78em 0}.product.product-with-qty .btn-cart i{display:block}.product.product-with-qty .product-quantity{margin-right:1rem}.cart-full .product-details .btn-cart span{display:inline}.cart-full .btn-cart i{display:none}.btn-quickview{font-size:1.2rem}.btn-sold-out{font-size:1.1rem}.btn-product-icon{width:3.2rem;height:3.2rem;font-size:1.3rem}.product.product-variable:not(.cart-full) .btn-cart:after{display:block}.product.product-variable:not(.cart-full) .btn-cart i{display:none}}.product-filters{margin-right:1.5rem}.product-details .product-divider{margin-top:0}.product-details .product-form.product-qty,.product-details .product-variation-price{padding-bottom:16px}@media(max-width:575px){.header-middle{padding-top:3rem!important;padding-bottom:1rem!important}.header{width:100%;top:0;z-index:99}.product-details .cart-button-wrapper{width:100vw;height:64px;display:flex;align-items:center;justify-content:center;position:fixed;bottom:-1px;left:0;background:#fff;z-index:99;padding-top:10px;padding-bottom:10px;box-shadow:0 0 10px 1px rgba(0,0,0,.1);font-weight:bolder}.product-details .cart-button-wrapper .btn-cart{margin:12px}.product-details .cart-button-wrapper .btn-cart-width{max-width:100%}.product-details .cart-button-wrapper.wrapper-btn{width:95.5vw}}.tag-wrapper{white-space:nowrap;font-weight:400!important;width:-moz-fit-content;width:fit-content;color:#fff!important;padding:0 1rem;text-align:center;border-radius:.3rem;font-size:1.4rem}.tag-wrapper.cancel{background-color:#e50b20}.tag-wrapper.success{background-color:#17b31b}.tag-wrapper.info{background-color:#26c}@media(max-width:479px){.product .product-sm .old-price{font-size:1.3rem}.product .product-sm .new-price{font-size:1.6rem}.product .product-sm .new-price span{font-size:1.3rem!important}}.product-benefits{color:#057508;font-size:13px;margin:0 0 4px;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35em;min-height:2.7em}.linked-product-container{max-width:960px;margin:auto}.linked-section{background-color:#fff;padding:40px 0;border-top:1px solid #e1e1e1}.save-amt{margin-left:5px;background:#17b31b;border-radius:6px;padding:2px 6px;color:#fff;font-size:12px}.product-single-carousel,.product-thumbs-wrap{flex-basis:100%;max-width:100%}.product-single-carousel .owl-nav .owl-next,.product-single-carousel .owl-nav .owl-prev{color:#222;border:0}.product-image{position:relative;width:100%}.product-thumbs-wrap{position:relative;margin-top:1rem;overflow:hidden}.product-thumbs-wrap img{display:block}.product-thumbs-wrap button{display:flex;justify-content:center;align-items:center;width:2.4rem;border:0;transition:opacity .3s,transform .3s;z-index:1;opacity:0;box-shadow:0 0 1rem rgba(0,0,0,.1);-webkit-appearance:none;cursor:pointer}.product-thumbs-wrap:hover button:not(.disabled){opacity:.9;transform:none}.product-thumbs-wrap button:not(.disabled):hover{opacity:1}.product-thumbs-wrap>button{display:none}.product-thumbs .owl-nav .owl-next,.product-thumbs .owl-nav .owl-prev,.product-thumbs-wrap button{background-color:#fff;color:#666;font-size:1.6rem}.product-thumb:before,.product-thumbs-wrap button{position:absolute;left:0;right:0;top:0;bottom:0;margin:5px 0}.product-thumbs{transition:top .3s ease-out;display:flex}.product-thumbs.owl-carousel{margin:0 -.5rem;width:calc(100% + 1rem)}.product-thumbs .owl-stage{display:flex}.product-thumbs .owl-prev{transform:translateX(-100%);left:.5rem}.product-thumbs .owl-next{left:auto;right:.5rem;transform:translateX(100%)}.product-thumb{position:relative;cursor:pointer}.product-thumb:before{content:"";transition:border-color .3s;border:2px solid transparent}.product-thumb.active:before{border-color:#1a181e}.product-single{color:inherit}.container-fluid .product-single .product-details{padding-top:4px}aside+div .product-single .product-details{padding-top:2px}.product-single .product-details .product-benefits{color:#057508!important;font-size:16px;margin:0 0 4px;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35em;min-height:unset}@media(max-width:575px){.product-single .product-details .product-benefits{font-size:14px}}.product-single .product-cat{margin-bottom:1.3rem;color:#999;font-size:1.3rem;font-weight:400;letter-spacing:.05rem}.product-single .product-cat span{margin-right:.7rem}.product-single .detail-product-name{margin-bottom:.6rem;font-size:2.4rem;font-weight:700;letter-spacing:.1rem;white-space:normal;color:#222;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;text-transform:capitalize!important}.product-single .product-tag{line-height:1;font-size:1.5rem;color:#17b31b;text-align:start!important;font-weight:100;text-transform:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-single .product-price{margin-bottom:1.1rem;color:#222;font-weight:700}.product-single .product-price,.product-single .product-save{display:block;font-size:2.4rem;letter-spacing:.05rem;line-height:1}.product-single .product-save{color:#e50b20;font-weight:600}.product-single .old-price{font-size:2.4rem;font-weight:600}.product-single .rating-reviews{font-size:1.2rem}.product-single .rating-reviews:not(:hover){color:#999}.product-single .ratings-container{font-size:14px}.product-single .ratings-full{margin-top:-2px}.product-single .ratings:before{color:#e50b20}.product-single label{color:#222;font-weight:600;text-transform:uppercase}.product-single .product-action{display:inline-block}.product-single .product-action .btn-wishlist{position:relative}.product-single .divider{margin-left:-1rem;margin-right:1.8rem}.product-single .social-links{color:#999}.product-single .social-link{border:none}.product-single .social-link.social-facebook:hover{background-color:transparent;color:#3b5998}.product-single .social-link.social-twitter:hover{background-color:transparent;color:#1da1f2}.product-single .social-link.social-pinterest:hover{background-color:transparent;color:#bd081c}.product-single .product-footer>*{margin-bottom:1rem}.product-single .btn-compare,.product-single .btn-wishlist{display:inline-block;padding:.5rem 0;font-weight:400;font-size:1.4rem;background-color:transparent;transition:color .3s;text-transform:none;color:#666}.product-single .btn-compare i,.product-single .btn-wishlist i{display:inline-block;margin:0 .5rem .3rem 0;vertical-align:middle;font-size:1.8rem;line-height:0}.product-single .btn-compare:hover,.product-single .btn-wishlist:hover{color:#1a181e}.product-single .btn-compare i{margin-right:.8rem;font-size:2.1rem}.product-single .quantity{font-weight:700}.product-single .product-meta+.product-countdown-container{margin-top:.4rem}.product-single .product-countdown-container{display:inline-flex;align-items:center;margin-bottom:2.5rem;padding:1rem 1.6rem .5rem;border:1px solid #444;background-color:#444;text-transform:none;line-height:1;color:#fff;border-radius:.3rem;flex-wrap:wrap}.product-single .product-countdown-container label{margin-right:.5rem;text-transform:none;color:#fff}.product-single .product-countdown-container .product-countdown,.product-single .product-countdown-container .product-countdown-title{margin-bottom:.5rem}.product-single .product-countdown-container .product-sale-info{position:relative;padding-right:1.5rem}.product-single .product-countdown-container .product-sale-info i{margin-right:.8rem}.product-single .product-countdown-container .product-sale-info:after{content:"";display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:2.4rem;background:hsla(0,0%,100%,.2)}.product-single .product-countdown-container .product-sale-info+label{margin-left:1.5rem}.product-single .product-label-group{top:0;right:0;z-index:2}.product-single .product-label{color:#fff}.product-single .product-variations>a:not(.size-guide){width:3rem;height:3rem}.product-single .product-variations>.disabled{cursor:not-allowed;opacity:.3}.product-single .color{border:0}.product-single .size{width:3.6rem}.product-single .accordion ul{list-style:none;padding-left:0}.product-single .rating-form label,.product-single form label{font-weight:400;font-size:1.3rem;text-transform:none;color:#666}.product-single .remian-time-lable{color:#17b31b;padding:.3rem;text-align:center;border-radius:.3rem;font-size:1.4rem;background-color:#f3fce2}.product-single .notify-container{padding-bottom:20px}.product-single .notify-container label{font-weight:500;text-transform:none;color:#222}.product-single .notify-container .out-of-stock{margin-bottom:2rem}.product-single .notify-container .out-of-stock p:first-child{font-size:2rem;font-weight:600;color:#b10001}.product-single .notify-container .out-of-stock p{padding:0}.product-single .notify-container .notify-btn{padding:1.2rem 0;background-color:#e4eaec!important}.product-single .notify-container .check-mark{font-size:2rem;color:#17b31b}.product-meta{margin-bottom:1.8rem;color:#999;font-size:1.2rem}.product-meta span{margin:0 1.9rem 0 3px}.product-form{display:flex;align-items:flex-start;flex-wrap:nowrap;line-height:3rem;margin:0 0 .5rem}.product-form>label{min-width:7rem;margin-bottom:1rem;text-transform:capitalize;font-size:16px;font-weight:400;letter-spacing:.05em}.product-form.product-variations{line-height:37px}.product-form .select-box:before{right:1.4rem;font-size:1.2rem;color:#222}.product-form select{max-width:none;padding:.8rem 3rem .8rem 1.4rem;color:#222;border-color:#ccc;font-size:1.3rem}.product-form .product-variations{display:block;margin-top:-3px;margin-bottom:-3px}.product-form.product-qty{line-height:4.5rem}.product-form .quantity-minus,.product-form .quantity-plus{font-size:22px;border:1px solid #ccc}.product-form .input-group{margin-right:1rem}.product-form .btn-cart{border:0;flex:1 1;min-width:13rem;font-size:1.4rem;border-radius:.3rem;background-color:#ffd613;color:#1a181e;cursor:pointer;display:flex;align-items:center;max-width:49%;height:4.5rem}.product-form .btn-cart.dark{background-color:#1a181e!important;color:#fff!important}@media(max-width:575px){.product-form .btn-cart{max-width:inherit}}.product-form .btn-cart.disabled{background-color:#e4eaec;cursor:not-allowed;color:#999}.product-form .btn-cart i{margin-right:.8rem;margin-top:-1px;font-size:1.8rem;line-height:0;vertical-align:middle}.product-form .btn-cart i:before{margin:0}.product-form .btn-cart:hover:not(.disabled){background-color:#eec500}.product-form-group{position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;flex:1 1}.product-form-group>*{margin-bottom:1rem}.product-form-group>:not(:last-child){margin-right:1.6rem}.product-form-group .product-variations{margin-bottom:7px}.size-guide{display:inline-flex;align-items:center;font-weight:300}.size-guide i{margin-right:.8rem;font-size:2.1rem;color:#666}.product-variation-price span{margin-bottom:1rem;color:#222;font-size:2.4rem;font-weight:700;letter-spacing:.05rem}.product-variation-clean{display:block;max-width:6.5rem;margin-top:1rem;padding:.3em 1em;font-size:1rem;line-height:1.6;background:#f4f4f4;color:#000}.related-products{margin-top:6.5rem}@media(min-width:992px){.pg-vertical .product-thumbs-wrap{order:-1;max-width:109px;margin:0 1rem 0 0}.pg-vertical .product-single-carousel{max-width:calc(100% - 119px)}.pg-vertical .product-thumbs{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.pg-vertical .thumb-down,.pg-vertical .thumb-up{display:flex;width:100%;height:2.4rem}.pg-vertical .thumb-up{transform:translateY(-100%)}.pg-vertical .thumb-up i:before{content:""}.pg-vertical .thumb-down{top:auto;transform:translateY(100%)}.pg-vertical .thumb-down i:before{content:""}.pg-vertical .product-label-group{left:14rem}}.product-single.product-sticky-both .p-sticky{top:88px}.product-single.product-sticky-both .product-details{padding:0}.product-tabs.tab-nav-simple .nav-link{font-size:2rem;font-weight:700;text-transform:capitalize;color:#222;letter-spacing:0}.product-image.large-image img{max-width:none}.product-details.sticky{position:sticky;top:88px}.bg-label{background-color:#ffd613;padding:0 6px;line-height:10px;font-size:10px;display:flex;align-items:center;border-radius:6px}.padding-side{padding-left:10px;padding-right:10px}.product-best-price-container{background:rgba(23,179,27,.05);padding:1.2rem;border-radius:5px;border-left-style:solid;border-right-style:solid;border-left-color:#17b31b;border-bottom:1px solid #17b31b;border-right-color:#17b31b;border-top:1px solid #17b31b;margin-bottom:20px}.product-best-price-container .product-top-content{display:flex;margin:0}.product-best-price-container .product-top-content i{font-size:1.4rem;margin-right:.5rem;color:#1a181e}.product-best-price-container .product-top-content p{margin:0;color:#1a181e;line-height:1.5}.product-best-price-container .card{background:none!important;border-radius:6px}.product-best-price-container .coupon-list{color:inherit!important;font-size:1.2rem}.product-best-price-container .coupon-list .card-header{font-size:1.2rem;font-weight:400;line-height:16px;letter-spacing:0;text-align:right}.product-best-price-container .coupon-list .card-header .toggle-button{padding:1rem 0!important}.product-best-price-container .coupon-list .coupon-subtext{font-size:1.2rem!important}.product-best-price-container .coupon-list .card-body{padding:0}.product-best-price-container .coupon-list .card-body span{font-size:1.2rem}.product-best-price-container p{margin:0;color:#1a181e}.product-best-price-container .copy-code{text-decoration:underline;color:#3c8a38}.product-best-price-container.wrap{background:rgba(255,214,19,.1);border-color:#ffd613}@media(max-width:575px){.product-details .detail-product-name{font-size:1.8rem}}@media(max-width:479px){.product-price .old-price{font-size:1.8rem}.product-price .new-price,.product-price .product-save{font-size:2rem}}.variant-card-wrapper{line-height:0!important;width:110px;position:relative;height:170px;border-radius:1.2rem;border:1px solid #e1e1e1;cursor:pointer;margin-right:10px}.variant-card-wrapper.selected{border:2px solid rgba(0,0,0,.4)}.variant-card-wrapper .product-save{position:absolute;top:2%;right:2%;font-style:normal;font-weight:400!important;z-index:1;white-space:nowrap;padding:2px 4px;border-radius:4px;text-align:center;vertical-align:middle;background-color:#17b31b!important;color:#fff!important;font-size:1.2rem!important;width:-moz-fit-content!important;width:fit-content!important}.variant-card-wrapper .product-detail{margin:0 10px}.variant-card-wrapper .product-form.product-variations{line-height:14px!important}.variant-card-wrapper .image-wrapper{height:55%}.variant-card-wrapper .product-image{-o-object-fit:contain;object-fit:contain;padding:1.5rem;line-height:14px!important}.variant-card-wrapper .product-title{margin-top:10px;text-overflow:ellipsis;white-space:nowrap!important;-webkit-line-clamp:3;font-size:inherit;line-height:16px!important;font-weight:700;letter-spacing:.025em;white-space:normal;color:#222;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.variant-card-wrapper .product-title .product-desc{color:#999;font-size:1.2rem;font-weight:400}.variant-card-wrapper .old-price{font-size:12px!important;text-decoration:line-through}.variant-card-wrapper .new-price{font-size:14px!important}@media(max-width:575px){.variant-card-wrapper{width:100px}}.manufacturer-section{border:1px solid #d9d9d9;padding:0 20px;color:#4d4d4d}.manufacturer-section .card{border-top:none}.manufacturer-section .card-header a{color:#4d4d4d}@media(max-width:575px){.manufacturer-section{padding:0 14px}.manufacturer-section .card{border-top:none}.manufacturer-section .card-header{font-size:medium;padding:0!important}}.product-description{max-width:960px;margin:auto}.padding-container{padding:40px 10px}@media(max-width:767px){.padding-container{padding:16px}}.reviews-padding{padding-top:48px}@media(max-width:575px){.reviews-padding{padding-top:24px}}.text-capital{text-transform:uppercase!important}.desc-heading{font-size:28px}@media(max-width:575px){.desc-heading{font-size:20px}}.product-longdescription-wrapper p{font-size:16px!important;margin-bottom:0}@media(max-width:575px){.product-longdescription-wrapper p{font-size:12px!important}}.product-longdescription-wrapper h2{font-size:18px!important;text-align:left!important}.product-longdescription-wrapper .wow-main-container{text-align:left!important}.bottom-border{border-bottom:1px solid #e1e1e1}.btn-padding{padding:12px;border:1px solid #e5e5e5;border-radius:6px;position:relative}@media(max-width:575px){.btn-padding{padding:10px}}.btn-padding div{color:#1a181e}.btn-padding .label{font-size:18px;font-weight:600}@media(max-width:575px){.btn-padding .label{font-size:14px}}@media(min-width:575px){.btn-padding .wrap{padding-top:12px}}.btn-padding .save-label{background:#17b31b;border-radius:6px;padding:2px 6px;color:#fff;font-size:12px;position:absolute;top:-1px;right:-1px}.listing-price{color:gray;font-size:16px}@media(max-width:575px){.listing-price{font-size:11px}}.btn-selected{background-color:#f2f2f2;border-color:#1a181e}.btn-inactive{background-color:#ccc}.width-variant{width:30.3333%;min-width:30.3333%;max-width:33.3333%}.variant-gap{gap:16px;margin-bottom:16px}.large-image img{max-width:none}.quickview-modal .btn-close{transform:rotate(45deg);transition:transform .3s;width:18px;height:18px;opacity:1}.quickview-modal .btn-close:hover{transform:rotate(135deg) scale(1.5)}.quickview-modal .btn-close:before{content:"";display:block;position:absolute;width:100%;height:2px;top:calc(50% - 1px);left:0;background:#fff}.quickview-modal .btn-close:after{content:"";display:block;position:absolute;background:#fff;width:2px;height:100%;top:0;left:calc(50% - 1px)}.product-gallery-details::-webkit-scrollbar{height:7px;width:4px}.product-gallery-details::-webkit-scrollbar-thumb{margin-right:2px;background:rgba(0,0,0,.25);border-radius:5px;cursor:pointer}.product-gallery-details::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}.product-popup .product-details{padding:0}.quickview-modal{max-width:105.8rem;padding:3rem 2rem;width:100%;background:#fff;border-radius:1rem}.ReactModal__Overlay{display:flex!important;justify-content:center;align-items:center;padding:4rem 3rem 2rem}@media(min-width:768px){.quickview-modal .skeleton-body .col-md-6{overflow:hidden}.quickview-modal .skeleton-body .col-md-6 .skel-pro-summary{position:absolute}}@media(max-width:767px){.quickview-modal .product-details{height:auto!important}.ReactModal__Overlay{display:block}}@media(max-width:575px){.coupon-modal-container{padding-right:0;padding-left:0}.coupon-modal-container .ReactModal__Content{position:relative;width:90vw;max-width:38rem}}@media(max-width:479px){.coupon-modal-container{padding:4rem 2rem 2rem!important}.ReactModal__Overlay{padding:4rem 1rem 2rem}.ReactModal__Overlay .quickview-modal{padding:2rem 1rem}.ReactModal__Overlay .quickview-modal .skeleton-body{padding:0}}@supports(-ms-ime-align:auto){.ReactModal__Overlay{display:flex!important}.product-popup{min-width:20rem!important;top:auto!important;transform:none!important}.newsletter-popup-container{top:0!important;margin:auto;transform:translateZ(1000px) perspective(600px) rotateX(30deg)}.newsletter-popup-container.opened{transform:translateZ(1000px) perspective(600px)}}.social-links{display:inline-flex;flex-wrap:wrap;align-items:center}.social-link{margin:2px 8px 2px 0;width:30px;height:30px;line-height:28px;font-size:1.5rem;border-radius:50%;border:2px solid #ccc;color:inherit;transition:color .4s,border .4s,background .4s;text-align:center}.social-link:last-child{margin-right:0}.social-link i{letter-spacing:.001em;line-height:1}.social-link:hover{background:#1a181e;border-color:#1a181e;color:#fff}.social-link.social-facebook:hover{background:#3b5998;border-color:#3b5998}.social-link.social-youtube:hover{background:red;border-color:red}.social-link.social-insta:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border-color:#cc2366}.social-link.social-twitter:hover{background:#1da1f2;border-color:#1da1f2}.social-link.social-linkedin:hover{background:#0073b2;border-color:#0073b2}.social-link.social-email:hover,.social-link.social-google:hover{background:#dd4b39;border-color:#dd4b39}.social-link.social-pinterest:hover{background:#bd081c;border-color:#bd081c}.social-link.social-reddit:hover{background:#ff4107;border-color:#ff4107}.social-link.social-tumblr:hover{background:#304e6c;border-color:#304e6c}.social-link.social-vk:hover{background:#6383a8;border-color:#6383a8}.social-link.social-whatsapp:hover{background:#3c8a38;border-color:#3c8a38}.social-link.social-xing:hover{background:#1a7576;border-color:#1a7576}.social-link.social-instagram:hover{background:#7c4a3a;border-color:#7c4a3a}.no-border .social-link{border:0;line-height:30px}.no-border .social-link:not(:hover){background:transparent}.page-content.with-sidebar{padding-bottom:10rem}.right-sidebar-active .right-sidebar .sidebar-close,.right-sidebar-active .right-sidebar .sidebar-overlay,.sidebar-active .sidebar .sidebar-close,.sidebar-active .sidebar .sidebar-overlay,.top-sidebar-active .top-sidebar .sidebar-close,.top-sidebar-active .top-sidebar .sidebar-overlay{visibility:visible;opacity:1}.right-sidebar-active .right-sidebar .sidebar-content,.sidebar-active .sidebar .sidebar-content,.top-sidebar-active .top-sidebar .sidebar-content{transform:translateX(0);opacity:1}.top-sidebar-active .category-sidebar{display:none}.sidebar-active .page-wrapper,.sidebar-active .toolbox.fixed{margin-left:250px;margin-right:-250px}.right-sidebar-active .page-wrapper,.right-sidebar-active .toolbox.fixed{margin-left:-250px;margin-right:250px}@media(min-width:992px){.sidebar-fixed.right-sidebar .sidebar-content,.sidebar-fixed.sidebar .sidebar-content{top:88px}}.sidebar-fixed.shop-sidebar .sidebar-content{top:0!important}.sidebar-content,.sidebar-overlay,.sidebar-toggle{position:fixed;top:0;left:0;z-index:1200}.sidebar-overlay{right:0;bottom:0;background-color:rgba(0,0,0,.8)}.sidebar-close,.sidebar-overlay{opacity:0;visibility:hidden;transition:visibility .4s,opacity .4s}.sidebar-toggle{display:flex;align-items:center;justify-content:center;top:160px;width:40px;height:40px;font-size:1.4rem;color:#fff;background-color:rgba(28,26,26,.8)}.sidebar-close{position:fixed;margin:0;left:calc(100vw - 52px);top:12px;font-size:3.5rem;color:#ccc;z-index:1201}.sidebar-close:hover{color:#ccc}.sidebar-content{bottom:0;width:30rem;padding:2rem;transform:translateX(-100%);overflow:auto;background-color:#fff;opacity:0;line-height:1.3;transition:transform .4s,opacity .4s}.sidebar-content .widget-body{margin-bottom:1.8rem;opacity:1;transition:opacity .3s}.sidebar-content .sidebar-close{display:flex;position:static;align-items:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.025em;line-height:1}.sidebar-content .d-icon-times{width:1.6rem;height:1.6rem;margin-right:.6rem}.sidebar-content .widget.price-with-count .filter-items>li{display:flex;align-items:center;justify-content:space-between}.sidebar-content .btn-filter{padding:.86em 2em;border-radius:2px}.sidebar-content .btn-filter:active,.sidebar-content .btn-filter:focus,.sidebar-content .btn-filter:hover{background-color:#1a181e;border-color:#1a181e}.right-sidebar{order:2}.right-sidebar .sidebar-toggle{left:auto;right:0}.right-sidebar .sidebar-close{left:50px}.right-sidebar .sidebar-content{transform:translateX(100%);left:auto;right:0}@media(max-width:991px){.sidebar-content{width:30rem}.right-sidebar .sidebar-close{left:20px}}@media(min-width:992px){.sidebar-fixed .sidebar-close,.sidebar-fixed .sidebar-overlay,.sidebar-fixed .sidebar-toggle{display:none}.sidebar-fixed .sidebar-content{position:sticky;top:16rem!important;overflow:visible;padding:0;opacity:1;z-index:1;width:auto;transform:none}}@media(max-width:991px){aside .icon-box-side{flex-direction:row}aside .icon-box-side .icon-box-icon{display:inline-flex;margin:0 1.5rem 0 0;padding:0}aside .icon-box-side .icon-box-content{text-align:left}}.right-sidebar .sidebar-content::-webkit-scrollbar{width:0}.tag{display:inline-block;padding:.6rem 1.3rem;margin:.5rem 1rem .5rem 0;border:1px solid #ccc;font-size:1.2rem;line-height:1.35;letter-spacing:.01em;transition:color .3s,border-color .3s}.tag.active,.tag:hover{color:#1a181e;border-color:#1a181e}.sidebar-content .form-control{border-color:#ccc;border-radius:.3rem}.widget-collapsible>.widget-title.collapsed{padding-bottom:2.7rem}.widget-collapsible>.widget-title.collapsed .widget-collapsible>.widget-title{padding-bottom:0}.widget-collapsible>.collapsed>.widget-title,.widget-collapsible>.collapsing>.widget-title{padding-bottom:2.7rem}.widget-collapsible>.collapsed>.widget-title .widget-title,.widget-collapsible>.collapsing>.widget-title .widget-title{padding-bottom:0}.widget-collapsible .toggle-btn{display:block;position:absolute;top:36px;right:12px;padding:0;width:10px;opacity:1}.widget-collapsible .toggle-btn:after,.widget-collapsible .toggle-btn:before{content:"";position:absolute;border-top:2px solid #666;width:10px;transition:transform .3s}.widget-collapsible>.collapsed .toggle-btn:before,.widget-collapsible>.collapsing .toggle-btn:before{transform:rotate(90deg)}.widget-collapsible>.collapsed .toggle-btn:after,.widget-collapsible>.collapsing .toggle-btn:after{transform:rotate(180deg)}.widget-collapsible .collapsed~.widget-body{opacity:.1}.widget-collapsible p{margin-bottom:0;color:#aaa;line-height:1.86}.price-range{padding-block:12px;padding-left:10px;border:1px solid #ccc;border-radius:4px;width:45%}.price-range .price-input{width:100%;padding-left:5px}.toolbox-wrap .widget-title,.widget-collapsible .widget-title{position:relative;cursor:pointer;margin:0;padding:2.6rem .3rem 1.8rem;font-size:1.8rem;font-weight:600;letter-spacing:.03em;text-transform:none;transition:padding .3s;border:none;border-top:3px solid #eee}.navigation-filter .toolbox-wrap .widget-title{border-top:0}.filter-items.search-ul li{padding:13.5px 3px}.filter-items li{padding:13px 3px 13px 30px;font-size:1.3rem;color:#222}.filter-items>li:not(:last-child){border-bottom:1px solid #eee}.filter-items a{position:relative;display:block}.filter-items a:hover{color:#1a181e}.filter-items .active>a:before{content:"";color:#fff;background-color:#222;border-color:#222}.filter-items.search-ul a:before{content:none}.filter-items .children li{padding:5.5px 0}.filter-items li span{margin-left:.5rem;color:#aaa}.filter-items .with-ul>a>i{position:absolute;top:50%;right:.7rem;line-height:0;margin:-1.8rem -3px 0 0;padding:1.2rem 5px;font-size:1.2rem;font-family:Font Awesome\ 5 Free;font-weight:600;transition:transform .3s}.filter-items .active a,.filter-items .show>a{color:#1a181e}.filter-items i.expanded,.filter-items i.expanding{transform:rotate(-180deg)}.filter-items ul{display:none;position:relative;padding:1rem 0 0 1.3rem}.filter-items ul:before{content:"";position:absolute;left:2px;top:4px;bottom:3px;border-left:1px solid #eee}.filter-items .color{top:50%;display:inline-block;margin-right:.8rem;margin-top:-4.5px;width:.9rem;height:.9rem;border-radius:50%}.widget-vendor-info li span{display:inline-block;margin-left:0}.widget-vendor-info li span:first-child{min-width:10.5rem;padding-right:1rem;color:#333}.widget-vendor-info li span.ratings-container{margin-bottom:0;padding-right:0;font-size:1.3rem}.widget-vendor-info .seller-name .details{color:#222}.widget-vendor-info .filter-items li{display:flex;padding:14px 3px 13px 0}.widget-contact-vendor .form-control{min-height:4.1rem;padding:1.2rem 2rem;border:1px solid #e1e1e1;line-height:1.5;border-radius:3px;font-size:14px;font-weight:300;color:#999;transition:color .3s,border-color .3s}.widget-contact-vendor .form-control:focus{border-color:#222}.widget-contact-vendor .form-control:not(:last-child){margin-bottom:1rem}.widget-contact-vendor .btn{margin:.8rem 0 1.2rem;padding:.8em 1.65em;letter-spacing:.025em}.skillbar-container{width:100%;height:1.5rem;border-radius:4px;background-color:#ddd;overflow:hidden}.skillbar-container .skills{text-align:right;height:100%;color:#fff}.skel-megamenu,.skel-menu,.skeleton-body .skel-cat,.skeleton-body .skel-post,.skeleton-body .skel-post-list,.skeleton-body .skel-post-mask,.skeleton-body .skel-pro,.skeleton-body .skel-pro-gallery,.skeleton-body .skel-pro-list,.skeleton-body .skel-pro-search,.skeleton-body .skel-pro-summary,.skeleton-body .skel-pro-tabs,.skeleton-body .widget-2{position:relative;overflow:hidden;width:100%}.skel-megamenu:before,.skel-menu:before,.skeleton-body .skel-cat:before,.skeleton-body .skel-post-list:before,.skeleton-body .skel-post-mask:before,.skeleton-body .skel-post:before,.skeleton-body .skel-pro-gallery:before,.skeleton-body .skel-pro-list:before,.skeleton-body .skel-pro-search:before,.skeleton-body .skel-pro-summary:before,.skeleton-body .skel-pro-tabs:before,.skeleton-body .skel-pro:before,.skeleton-body .widget-2:before{content:"";display:block;width:100%;background-repeat:no-repeat;background-image:linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0)}.skel-megamenu:after,.skel-menu:after,.skeleton-body .skel-cat:after,.skeleton-body .skel-post-list:after,.skeleton-body .skel-post-mask:after,.skeleton-body .skel-post:after,.skeleton-body .skel-pro-gallery:after,.skeleton-body .skel-pro-list:after,.skeleton-body .skel-pro-search:after,.skeleton-body .skel-pro-summary:after,.skeleton-body .skel-pro-tabs:after,.skeleton-body .skel-pro:after,.skeleton-body .widget-2:after{content:"";position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0) 80%);animation:skeletonloading 1.5s infinite}.skeleton-body .widget-2:first-of-type{padding-top:0;margin-top:0}.skeleton-body .widget-2:before{height:630px;background-size:100% 30px,70% 20px,50% 20px,80% 20px,40% 20px,30% 20px,50% 20px,100% 30px,70% 20px,50% 20px,80% 20px,40% 20px,30% 20px,50% 20px;background-position:0 10px,0 65px,0 105px,0 145px,0 185px,0 225px,0 265px,0 325px,0 380px,0 420px,0 460px,0 500px,0 540px,0 580px}.skeleton-body .skel-pro:before{padding-top:calc(112.6666666667% + 119px);background-size:100% calc(100% - 119px),55% 12px,85% 18px,55% 20px,40% 15px;background-position:0 0,0 calc(100% - 119px + 22px),0 calc(100% - 119px + 48px),0 calc(100% - 119px + 75px),0 calc(100% - 119px + 100px)}.skeleton-body .skel-pro-search{padding:1.5rem 0;border-bottom:1px solid #ebebeb}.skeleton-body .skel-pro-search:before{padding-top:60px;background-size:60px 60px,60% 30%,30% 30%;background-position:0 0,75px 5px,75px 80%}.skeleton-body .skel-pro-search:last-child{border-bottom:0}.skeleton-body .skel-pro-summary:before{min-height:500px;background-size:55% 25px,20% 25px,70% 30px,40% 18px,30% 30px,40% 15px,100% 14px,100% 14px,100% 14px,40% 14px,66% 30px,70% 30px,100% 1px,70% 45px,100% 1px,50% 30px;background-position:0 0,100% 0,0 34px,0 75px,0 115px,0 155px,0 190px,0 215px,0 240px,0 265px,0 310px,0 350px,0 400px,0 420px,0 485px,0 506px}.skel-quick.skeleton-body .skel-pro-gallery:before{background-size:100% 100%;background-position:0 0}.skel-quick.skeleton-body .skel-pro-summary:before{background-size:70% 30px,40% 18px,30% 30px,40% 15px,100% 14px,100% 14px,100% 14px,40% 14px,100% 1px,70% 45px,100% 1px,50% 30px;background-position:0 20px,0 60px,0 100px,0 140px,0 175px,0 200px,0 225px,0 250px,0 285px,0 305px,0 370px,0 390px;min-height:435px}.skeleton-body .skel-pro-tabs:before{min-height:200px;background-size:120px 25px,200px 25px,100px 25px,100% 1px,100% 15px,100% 15px,100% 15px,80% 15px;background-position:0 0,140px 0,360px 0,0 35px,0 55px,0 85px,0 115px,0 145px}.mfp-product.skeleton-body .skel-pro-gallery:before{padding-top:112.5%;background-size:100% 100%;background-position:0 0}.mfp-product.skeleton-body .skel-pro-summary:before{padding-top:112.5%;min-height:auto}.skeleton-body .skel-post-list:before,.skeleton-body .skel-post:before{padding-top:calc(56.25% + 200px);background-size:100% calc(100% - 200px),40% 19px,60% calc(3% + 10px),100% 15px,100% 15px,67% 15px,20% 20px;background-position:0 0,0 calc(100% - 170px),0 calc(100% - 143px),0 calc(100% - 122px),0 calc(100% - 102px),0 calc(100% - 82px),0 calc(100% - 54px)}.skeleton-body .skel-cat:before,.skeleton-body .skel-post-mask:before{padding-top:100%;background-size:100% 100%;background-position:0 0}.skeleton-body .skel-pro-gallery:before{padding-top:112.5%;background-size:100% 80%,23% 18.5%,23% 18.5%,23.5% 18.5%,23.7% 18.5%;background-position:0 0,0 100%,33% 100%,66% 100%,100% 100%}.skel-quick.skeleton-body .skel-pro-gallery:before{padding-top:112.5%}.skeleton-body .cols-sm-2>.skel-pro-gallery{max-width:none;flex:0 0 100%}.skeleton-body .cols-sm-2>.skel-pro-gallery:before{padding-top:112.5%;background-size:calc(50% - 10px) calc(50% - 10px),calc(50% - 10px) calc(50% - 10px),calc(50% - 10px) calc(50% - 10px),calc(50% - 10px) calc(50% - 10px);background-position:0 0,100% 0,0 100%,100% 100%}.skeleton-body .product-masonry-type>.skel-pro-gallery:before{background-size:100% calc(42.75% - 15px),calc(33.3333% - 15px) calc(13.6% - 15px),calc(66.6667% - 5px) calc(28.57% - 15px),calc(66.6667% - 10px) calc(28.57% - 15px),calc(33.3333% - 10px) calc(13.6% - 15px);padding-top:calc(262.5% + 40px);background-position:0 0,0 57.8%,100% 59.5%,0 99.5%,100% 90.2%}.skeleton-body.sticky-info .skel-pro-gallery:before{padding-top:calc(450% + 60px);background-size:100% calc(25% - 15px),100% calc(25% - 15px),100% calc(25% - 15px),100% calc(25% - 15px);background-position:0 0,0 33.333%,0 66.667%,0 100%}.skeleton-body .pg-gallery .skel-pro-gallery:before{padding-top:calc((100% - 40px)*9/24);background-size:32% 100%,32% 100%,32% 100%;background-position:0 0,50% 0,100% 0}.skeleton-body.sticky-both .skel-pro-gallery:before{padding-top:calc(450% + 60px);background-size:100% calc(25% - 15px),100% calc(25% - 15px),100% calc(25% - 15px),100% calc(25% - 15px);background-position:0 0,0 33.333%,0 66.667%,0 100%}.skeleton-body .skel-pro-list:not(.skel-pro):before{padding-top:max(25%,11.3rem);background-size:10rem 11.3rem,100% 14px,calc(50% - 7.5rem) 14px,calc(80% - 11rem) 16px,calc(86% - 11rem) 12px;background-position:0 50%,11rem calc(50% - 35px),11rem calc(50% - 14px),11rem calc(50% + 12px),11rem calc(50% + 38px)}@keyframes skeletonloading{0%{transform:skewX(-45deg) translateX(-80%)}to{transform:skewX(-45deg) translateX(80%)}}.mfp-container .mfp-content .quickView-content .skel-pro-single{margin-bottom:-2rem}.post-mask.skeleton-body:before{content:none}@media(max-width:767px){.skeleton-body .pg-gallery .skel-pro-gallery:before{padding-top:calc((100% - 20px)*9/16);background-size:calc(50% - 10px) 100%,calc(50% - 10px) 100%;background-position:0 0,100% 0}.skeleton-body .skel-pro-gallery{margin-bottom:2rem}.skel-quick>:not(.mfp-s-error)>.mfp-preloader{position:relative;top:-100%;transform:none;width:100%;left:0}}@media(min-width:767px){.skeleton-body .skel-post-list:before{padding-top:0;min-height:250px;background-size:41% 100%,20% 15px,40% 25px,56.2% 75px,10% 22px;background-position:0 0,54.75% 40px,73% 65px,100% 105px,48.6% 195px}}@media(max-width:575px){.skeleton-body .pg-gallery .skel-pro-gallery:before{padding-top:112.5%;background-size:100% 100%;background-position:0 0}.skeleton-body .cols-sm-2>.skel-pro-gallery:before{padding-top:calc(450% + 60px);background-size:100% calc(25% - 15px),100% calc(25% - 15px),100% calc(25% - 15px),100% calc(25% - 15px);background-position:0 0,0 33.333%,0 66.667%,0 100%}}@media(min-width:576px){.skeleton-body .skel-pro-list:before{padding-top:max(25%,315.4666666667px);background-size:28rem 315.4666666667px,20% 10px,50% 18px,25% 20px,25% 12px,calc(100% - 28rem) 50px,123px 50px;background-position:0 50%,30rem calc(50% - 95px),30rem calc(50% - 73px),30rem calc(50% - 46px),30rem calc(50% - 21px),30rem calc(50% + 20px),30rem calc(50% + 95px)}}@media(min-width:576px)and (max-width:991px){.skeleton-body.sticky-both>:not(.col-md-6) .skel-pro-gallery:before{padding-top:112.5%;min-height:0;background-size:calc(50% - 10px) calc(50% - 10px),calc(50% - 10px) calc(50% - 10px),calc(50% - 10px) calc(50% - 10px),calc(50% - 10px) calc(50% - 10px);background-position:0 0,100% 0,0 100%,100% 100%}}@media(min-width:992px){.skeleton-body .pg-vertical>.skel-pro-gallery:before{padding-top:calc((100% - 119px)*9/8);background-size:calc(100% - 119px) 100%,109px 23.8%,109px 23.8%,109px 23.8%,109px 23.8%;background-position:119px 0,0 0,0 33%,0 66%,0 100%}.skeleton-body.product-single>:not(.col-md-6) .skel-pro-summary:before{min-height:285px;background-size:30% 30px,25% 18px,20% 15px,48% 14px,48% 14px,48% 14px,20% 14px,30% 30px,40% 30px,40% 30px,49.6% 1px,40% 45px,49.6% 1px,30% 30px;background-position:0 0,0 40px,0 65px,0 100px,0 125px,0 150px,0 175px,72% 0,84% 50px,84% 100px,100% 150px,84% 170px,100% 235px,72% 255px}.skeleton-body.sticky-both>:not(.col-md-6) .skel-pro-summary:before{padding-top:calc(225% + 60px);background-size:20% 30px,24% 30px,15% 18px,19% 15px,22% 36px,24% 16px,24% 14px,24% 14px,15% 14px,24% 36px,24% 36px,24% 1px,15% 45px,24% 45px,24% 1px,24% 30px;background-position:0 0,0 40px,0 80px,0 105px,0 140px,0 195px,0 220px,0 245px,0 270px,100% 0,100% 50px,100% 100px,89.4% 120px,100% 185px,100% 250px,100% 270px}.skeleton-body.sticky-both .woocommerce-product-gallery{position:absolute;left:50%;transform:translateX(-50%)}}@media(min-width:768px){.skel-quick.skeleton-body .skel-pro-summary{padding-left:1rem}}.skel-menu:before{height:calc(100% - 30px);margin:15px 0;background-size:50% 20px,60% 20px,40% 20px,50% 20px,70% 20px,60% 20px,65% 20px;background-position:30px 0,30px 16%,30px 33%,30px 50%,30px 66%,30px 83%,30px 100%}.skel-megamenu:before{height:calc(100% - 30px);width:calc(100% - 40px);margin:15px 20px;background-size:28% 20px,23% 20px,25% 20px,20% 20px,30% 20px,25% 20px,26% 20px,28% 20px,20% 20px,28% 20px,23% 20px,25% 20px,20% 20px,30% 20px,25% 20px,26% 20px,28% 20px,20% 20px,30% 100%;background-position:0 0,0 12.5%,0 25%,0 37.5%,0 50%,0 62.5%,0 75%,0 87.5%,0 100%,48.61% 0,45.45% 12.5%,46.66% 25%,43.75% 37.5%,50% 50%,46.66% 62.5%,47.3% 75%,48.61% 87.5%,43.75% 100%,100% 0}.tab-content{background-color:#fff}.nav-tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid #ebebeb}.nav-tabs .nav-item .nav-link.active,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-item:hover .nav-link{color:#222}.nav-link{display:block;margin-bottom:-.1rem;padding:1.6rem .2rem;font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:0;text-align:center;border-radius:0;border:0;transition:border .35s,color .35s,background-color .35s;cursor:pointer}.nav-item:not(:last-child){margin-right:2.5rem}.nav-fill .nav-item{flex:1 1}.tab-content{position:relative}.tab-content>.tab-pane{position:absolute;left:0;right:0;top:0;bottom:0;height:0!important;opacity:0;z-index:-1;transition:visibility .5s,opacity .5s}.tab-content>.tab-pane:not(.active){overflow:hidden;visibility:hidden}.tab-content>.active{position:relative;height:auto!important;opacity:1;z-index:auto}.tab-pane{padding:2.3rem 0;color:#666}.tab-pane,.tab-pane p{line-height:1.72}.tab-nav-simple .nav-link{border-bottom:2px solid transparent;background-color:transparent;color:#666}.tab-nav-simple .nav-item .nav-link.active,.tab-nav-simple .nav-item.show .nav-link,.tab-nav-simple .nav-item:hover .nav-link{border-bottom-color:#1a181e}.tab-nav-center .nav{justify-content:center}.tab-nav-boxed .nav-item{margin-right:0}.tab-nav-boxed .nav-link{padding-left:2.4rem;padding-right:2.4rem}.tab-nav-round .nav-item:not(:last-child){margin-right:2px}.tab-nav-round .nav-link{margin-bottom:0;border-radius:2.3rem;background-color:#f2f3f5}.tab-nav-round .nav-tabs{border-bottom:0}.tab-boxed .tab-pane{padding-left:2rem;padding-right:2rem}.tab-outline .tab-content{border:1px solid #ebebeb}.tab-outline .nav-tabs{border-bottom:0}.tab-outline .nav-link{padding-top:1.4rem;padding-bottom:1.5rem;border:1px solid transparent;border-top:2px solid transparent}.tab-outline .nav-item .nav-link.active,.tab-outline .nav-item.show .nav-link,.tab-outline .nav-item:hover .nav-link{border-color:#1a181e #ebebeb #ebebeb}.tab-outline2 .nav{position:relative;z-index:1}.tab-outline2 .tab-content{border:1px solid #ebebeb}.tab-outline2 .nav-tabs{border-bottom:0}.tab-outline2 .nav-link{padding:1.5rem 2.4rem;border:1px solid transparent}.tab-outline2 .nav-item .nav-link.active,.tab-outline2 .nav-item.show .nav-link,.tab-outline2 .nav-item:hover .nav-link{border-color:#ebebeb #ebebeb #fff}.tab-vertical{display:flex}.tab-vertical .nav-tabs{flex-flow:column nowrap;width:27.8%;border:0;border-right:2px solid #ebebeb}.tab-vertical .tab-content{flex:1 1}.tab-vertical .nav-item{margin-right:0}.tab-vertical .nav-link{position:relative;margin-right:-2px;padding-left:2rem;width:calc(100% + 2px);border:0;text-align:left}.tab-vertical .nav-link:after{content:"";display:block;position:absolute;right:0;width:2px;height:calc(100% - 6px);top:50%;transform:translateY(-50%);background-color:transparent;z-index:1}.tab-vertical .tab-pane{padding:1.7rem 2rem}.tab-vertical.tab-simple .nav-link{margin-right:-2px}.tab-vertical.tab-simple .nav-link:after{content:"";display:block;position:absolute;right:0;width:2px;height:calc(100% - 6px);top:50%;transform:translateY(-50%) scale(0);background-color:transparent;transition:transform .3s;z-index:1}.tab-vertical.tab-simple .nav-item .nav-link.active,.tab-vertical.tab-simple .nav-item.show .nav-link,.tab-vertical.tab-simple .nav-item:hover .nav-link{color:#1a181e}.tab-vertical.tab-simple .nav-item .nav-link.active:after,.tab-vertical.tab-simple .nav-item.show .nav-link:after,.tab-vertical.tab-simple .nav-item:hover .nav-link:after{background-color:#1a181e;transform:translateY(-50%) scale(1)}@media(max-width:767px){.tab-vertical{flex-flow:column nowrap}.tab-vertical .nav-tabs,.tab-vertical .tab-content{width:100%}.tab-vertical .nav-tabs{border:0}.tab-vertical .tab-content{padding-left:0}.tab-vertical.tab-simple .nav-link:after{height:2px;width:100%;background-color:transparent;top:calc(100% - 2px);transform:scale(0)}.tab-vertical.tab-simple .nav-item .nav-link.active:after,.tab-vertical.tab-simple .nav-item.show .nav-link:after,.tab-vertical.tab-simple .nav-item:hover .nav-link:after{transform:scale(1)}}.tab-inverse .tab-content{border-color:#fff}.tab-inverse .nav-tabs{border:0}.tab-inverse .nav-link{margin:0;width:100%}.tab-inverse .nav-item.active .nav-link,.tab-inverse .nav-item.show .nav-link,.tab-inverse .nav-item:hover .nav-link{background-color:#fff;border-color:#fff}.tab-inverse.tab-simple .nav-link{padding-top:1.4rem;border-top:2px solid transparent}.tab-inverse.tab-simple .nav-item .nav-link.active,.tab-inverse.tab-simple .nav-item.show .nav-link,.tab-inverse.tab-simple .nav-item:hover .nav-link{border-top-color:#1a181e}.tab-nav-solid .nav-link{padding-bottom:1.6rem;border:0}.tab-nav-solid .nav-item .nav-link.active,.tab-nav-solid .nav-item.show .nav-link,.tab-nav-solid .nav-item:hover .nav-link{color:#fff;background-color:#1a181e;border-color:#1a181e}@media(max-width:767px){.nav-link{font-size:1.4rem}.tab-nav-boxed .nav-link{padding-left:1rem;padding-right:1rem}}@media(max-width:479px){.tab-nav-round .nav-link{margin-bottom:.5rem}}.nav-filters{display:flex;align-items:center;flex-wrap:wrap;color:#666}.nav-filters li:not(:last-child){margin-right:1.8rem}.nav-filter{display:inline-block;position:relative;padding:.5rem 0;font-size:1.4rem;letter-spacing:.01em;line-height:1;transition:color .3s}.nav-filter.active{color:#1a181e}.filter-underline .nav-filter{border-bottom:1px solid transparent;transition:color .3s,border-color .3s}.filter-underline .nav-filter.active{border-color:#1a181e}.product-tabs .nav-item{margin-bottom:1px}.testimonial blockquote{position:relative;margin-bottom:2rem;padding:1.5rem 2rem;font-size:1.4rem;line-height:1.75;color:#666;background-color:#f6f7f9;overflow:visible}.testimonial blockquote:after{content:"";position:absolute;bottom:0;left:30px;display:block;width:12px;height:12px;background-color:#f6f7f9;transform:rotate(-45deg) translateY(60%)}.testimonial-info{display:flex;align-items:center;padding:0 2rem}.testimonial-info .testimonial-author-thumbnail{margin-right:1.5rem;width:5rem;height:5rem;overflow:hidden;border-radius:50%}.testimonial-info img{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover}.testimonial-info cite{font-size:1.4rem;font-weight:400;font-style:normal;color:#222;line-height:1}.testimonial-info cite span{display:block;margin-top:.7rem;font-size:1.2rem;font-weight:400;text-transform:none;color:#999;line-height:1}.testimonial-centered{padding:3.8rem 3rem 4rem;background-color:#f6f7f9;text-align:center}.testimonial-centered .testimonial-info{display:block;margin:0;padding:0}.testimonial-centered .testimonial-author-thumbnail{margin-left:auto;margin-right:auto;margin-bottom:2rem;width:7rem;height:7rem}.testimonial-centered blockquote{margin-left:auto;margin-right:auto;background-color:transparent}.testimonial-centered blockquote:after{content:none}.testimonial-centered .testimonial-title{margin-bottom:2.6rem;font-size:1.8rem;letter-spacing:0;line-height:1.2}.testimonial-centered blockquote{padding:0}.testimonial-centered cite span{margin-top:.8rem}.testimonial-centered.testimonial-border{background-color:transparent;box-shadow:inset 0 0 0 2px #edeef0}.testimonial-bg{padding:3rem 2rem .8rem;background-color:transparent}.testimonial-bg .testimonial-author-thumbnail{margin-bottom:2rem}.testimonial-bg blockquote{max-width:86rem;color:#6f4632}.testimonial-bg cite{text-transform:uppercase;font-weight:600;color:#6f4632}.testimonial-bg cite span{color:#6f4632}.Toastify{position:relative;z-index:10001}.toast-container.Toastify__toast-container{width:auto;padding:0;bottom:10rem}.toast-container.Toastify__toast-container .Toastify__toast{padding:0}.toast-container.Toastify__toast-container .minipopup-box{padding:2rem}.toast-container.Toastify__toast-container .product-media:before{padding-top:100%}.toast-container.Toastify__toast-container .product.product-cart{margin-bottom:0}.Toastify__toast--success.Toastify__toast{border-radius:5px;max-width:273px}.Toastify__toast--success.Toastify__toast .Toastify__toast-body{margin:auto 3rem;font-size:1.5rem;width:213px}.Toastify__toast-body{padding:0}.Toastify__toast{margin-bottom:2rem}@media(max-width:479px){.toast-container.Toastify__toast-container{position:fixed;left:1rem;right:1rem}.Toastify__toast:not(:last-child){margin-bottom:1rem}.Toastify__toast{margin-bottom:0}}.tooltiptext{font-family:Manrope,sans-serif;position:absolute;padding:1rem .7rem;bottom:150%;left:48%;background-color:#333;color:#fff;font-size:1.3rem;font-weight:400;letter-spacing:.01em;text-align:center;visibility:hidden;opacity:0;transform:translateX(-50%);z-index:1;transition:opacity .3s}.tooltip-top:after{content:"";position:absolute;top:96%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:#333}.title{display:flex;flex-wrap:wrap;position:relative;align-items:center;text-align:center;margin-bottom:2.6rem;text-transform:capitalize;font-size:2.4rem;font-weight:700;line-height:1;letter-spacing:.1rem;color:inherit}.title.title-center{justify-content:center}.title-line:after{flex:1 1;margin-left:3rem;content:"";height:2px;background-color:#e1e1e1}.title-line.title-underline:after{position:absolute;left:0;right:0;bottom:0;z-index:1}@media(max-width:479px){.title-line:before{margin-right:1.5rem}.title-line:after{margin-left:1.5rem}.title{font-size:20px}}.title-underline{display:block;text-align:left}.title-underline:after{margin:0;position:absolute;left:0;right:0;bottom:0;z-index:1}.title-underline span{display:inline-block;position:relative;z-index:2;line-height:2.28}.title-underline span:after{content:"";position:absolute;display:block;width:100%;height:2px;bottom:0;background-color:#1a181e}.title-wrapper .title{margin-bottom:.5rem}.title-wrapper p{margin-bottom:2.3rem;font-size:1.4rem;line-height:1.71;color:#999}.title-simple{display:block}.title-line:before,.title-simple:after,.title-simple:before{content:none}.title-sm{font-size:2rem}.title-icon{flex-direction:column}.title-icon>i{margin-top:1rem;font-size:1.8rem;color:#1a181e}.title-icon:after,.title-icon:before{content:none}.title-white{color:#fff}.title-white:after,.title-white:before{background-color:#fff;opacity:.1}.title-white>.title{color:#fff}.title-white>.title:after,.title-white>.title:before{background-color:#fff;opacity:.1}.title-white>p{color:#fff;opacity:.5}.title-link{justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e1e1e1}.title-link:after,.title-link:before{content:none}.title-link a{color:#444;font-size:1.2rem}.title-link a:hover{color:#1a181e}.title-link i{font-size:1rem}.with-link{display:flex;justify-content:space-between;line-height:1}.with-link:after{background-color:#e1e1e1}.with-link a{display:inline-flex;align-items:center;margin-left:auto;font-weight:700;font-size:13px;line-height:2.05em;text-transform:uppercase;letter-spacing:.325px;color:#222;transition:color .3s}.with-link a:hover{color:#1a181e}.with-link i{margin-left:.9rem;font-size:1.9rem;line-height:0}.capitalize-title{display:flex;flex-wrap:wrap;position:relative;align-items:center;text-align:center;text-transform:uppercase!important;margin-bottom:2.6rem;text-transform:capitalize;font-size:2.4rem;font-weight:700;line-height:1;letter-spacing:.1rem;color:inherit}@media(max-width:575px){.capitalize-title{font-size:2rem}}.widget-title{margin-bottom:2rem;padding:1.1rem 0;font-size:1.6rem;font-weight:700;text-transform:uppercase;line-height:1.2;border-bottom:1px solid #e1e1e1;letter-spacing:.025em}.quntity-container{width:100%;justify-content:center}.quntity-container .quantity-cart{flex:1 1!important;text-align:center!important;border-top:1px solid #222;border-bottom:1px solid #222;font-weight:600;font-size:16px!important}.quntity-container button{flex:1 1;padding:1.7rem 0;border:1px solid #222;font-size:1.4rem;color:#222;background-color:transparent;cursor:pointer;font-weight:700;line-height:1.2}.quntity-container .quantity-cart-v2{background:hsla(0,0%,97%,.988)}.quntity-container .button-cart-v2{padding:1.1rem 0}.input-group .quantity-cart{text-align:center!important;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:0!important;font-weight:600}@media(max-width:575px){.quntity-container button,.quntity-container input{padding:1.2rem 0;border-radius:0!important;font-size:1rem}.quntity-container .quantity-cart{font-size:1rem!important}}.embla{--slide-height:100%;--slide-spacing:1rem;--slide-size:100%;width:100%}.embla .embla__viewport{overflow:hidden}.embla .embla__container{backface-visibility:hidden;display:flex;touch-action:pan-y}.embla .embla__slide{flex:0 0 var(--slide-size);min-width:0;position:relative}.embla .embla__controls{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin-top:1rem}.embla .embla__controls-absolute{position:absolute;margin-top:0;left:50%;transform:translateX(-50%);bottom:15px}.embla .embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:-.6rem}.embla .embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:2.6rem;height:2.6rem;justify-content:center}.embla .embla__dot,.embla .embla__dot:after{display:flex;align-items:center;border-radius:50%}.embla .embla__dot:after{width:8px;height:8px;content:"";background-color:#fff;border:.5px solid #c4c4c4}.embla .embla__dot--selected:after{width:18px;border-radius:1.2rem;background-color:#1a181e;border:.5px solid #1a181e}.embla-thumbs{margin:0;--thumbs-slide-height:40rem;--thumbs-slide-spacing:1rem;--thumbs-slide-size:25%}.embla-thumbs__viewport:hover .thumb{opacity:.9}.embla-thumbs .thumb{background-color:#fff;position:absolute;z-index:10;width:110px!important;display:flex;justify-content:center;border:0 solid gray;border-radius:2px;align-items:center;opacity:0;transition:opacity .1s ease-in-out}.embla-thumbs .thumb-up{top:30px}.embla-thumbs .thumb-down{bottom:30px}.embla-thumbs__viewport{overflow:hidden;height:100%}.embla-thumbs__container{position:relative;touch-action:pan-x;backface-visibility:hidden;margin-top:calc(var(--thumbs-slide-spacing)*-1);height:calc(var(--thumbs-slide-spacing) + var(--thumbs-slide-height))}.embla-thumbs__slide{flex:0 0 var(--thumbs-slide-size);min-height:0;max-height:120px;padding-top:var(--slide-spacing);height:100%;background-color:transparent}.embla-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;display:flex;align-items:center;justify-content:center;height:100%;aspect-ratio:1;position:relative}.embla-thumbs__slide--selected .embla-thumbs__slide__button{border:.1rem solid #000}@media(max-width:991px){.blog-sidebar-wrapper{z-index:1200}}.post{font-family:Manrope,sans-serif}.post .btn i{margin-left:8px}.post .btn i:before{margin:0}.post .post-details>:last-child{margin-bottom:0}.post-calendar{display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:2;width:4.5rem;height:4.7rem;background:hsla(0,0%,100%,.8);color:#222;font-weight:600;line-height:1;border-radius:.3rem}.post-calendar .post-day{display:block;margin-bottom:1px;font-size:1.6rem}.post-calendar .post-month{display:block;margin-left:2px;font-size:1rem}.post-media{position:relative;width:100%;margin-bottom:0;overflow:hidden;border-radius:3px}.post-media img{display:block;width:100%;height:auto;transition:transform .3s}.post-media .post-calendar{position:absolute;left:2rem;top:2rem}.post-media .owl-dots{bottom:2.5rem}.post-media .owl-dots .owl-dot span{border-color:#fff;background-color:transparent}.post-media .owl-dots .owl-dot:hover span{border-color:#fff;background-color:#fff}.post-details{padding:2.3rem 0 2rem}.post-meta{margin-bottom:.6rem;font-family:inherit;font-size:1.3rem;font-weight:inherit;line-height:1.2;color:#999}.post-meta a,.post-meta span{font-weight:600;color:#222}.post-meta a{text-transform:capitalize}.post-meta a:hover{color:#1a181e}.post-meta span{transition:color .3s}.post-meta .post-author{text-transform:uppercase}.post-meta .post-comment{margin-bottom:.6rem;font-family:inherit;font-size:1.3rem;font-weight:inherit;line-height:1.2;color:#999}.post-meta .post-comment:hover span{color:inherit}.post-title{margin-bottom:.5rem;text-transform:capitalize;font-size:1.8rem;font-weight:700;line-height:1.5;-webkit-line-clamp:1;word-break:break-all}.post-content,.post-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.post-content{-webkit-line-clamp:3;margin-bottom:1.8rem;line-height:1.72;letter-spacing:0;color:#666}@media(min-width:576px){.post-classic .post-title{font-size:2.4rem}}.post-sm .post-details{padding:2.2rem .3rem 2rem}.post-video .post-media{position:relative}.post-video .video-play{display:inline-block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:color .3s,opacity .3s;font-family:Font Awesome\ 5 Free;font-size:6rem;color:#fff;cursor:pointer;z-index:10}.post-video .video-play:before{content:""}.post-video video{display:none;position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-video.paused video,.post-video.playing video{display:block}.post-video.paused .video-play,.post-video.playing .video-play{opacity:0}.post-video.paused .video-play:before,.post-video.playing .video-play:before{content:""}.post-video.paused .post-media,.post-video.playing .post-media{background-color:#000}.post-video.paused .post-media:hover .video-play,.post-video.playing .post-media:hover .video-play{opacity:1}.post-video.paused .post-media img,.post-video.playing .post-media img{visibility:hidden}.post-video.paused .video-play{opacity:1}.post-video.paused .video-play:before{content:""}.post-video.paused.playing .video-play:before{content:""}.post-list{margin-bottom:2rem}.post-list .post-details{padding:2rem 0}.post-list img{min-height:20rem;-o-object-fit:cover;object-fit:cover}@media(min-width:576px){.post-list{display:flex;align-items:center}.post-list .post-media{margin-right:2rem}.post-list .post-details,.post-list .post-media{width:calc(50% - 1rem)}}.post-list-xs{display:flex;align-items:center;margin-bottom:2rem;margin-left:2px}.post-list-xs .post-calendar{color:#ccc;border-color:#666;background-color:transparent}.post-list-xs .post-details{flex:1 1;margin:0 0 0 2rem;padding:0}.post-list-xs .post-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0;text-transform:none;font-size:inherit;font-weight:400;line-height:1.69;color:inherit;white-space:normal}.post-list-xs .post-title:hover a{color:#fff}.post-list-sm{display:flex;align-items:center;margin-bottom:2rem}.post-list-sm .post-media{max-width:9rem;flex:0 0 9rem;height:9rem}.post-list-sm .post-media img{height:100%;-o-object-fit:cover;object-fit:cover}.post-list-sm .post-details{padding:0;margin-left:1.6rem}.post-list-sm .post-meta{margin-bottom:.4rem}.post-list-sm .post-meta a{font-size:1.3rem;font-weight:400;color:#999}.post-list-sm .post-title{margin-bottom:0;white-space:normal;text-transform:none;font-size:1.4rem;font-weight:600;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.post-col .post{margin:0;padding:1rem .3rem}.post-image-gap{padding:2rem;background-color:#fff;transition:box-shadow .3s}.post-image-gap .post-details{padding-bottom:1rem}.post-image-gap:hover{box-shadow:0 0 7px 0 rgba(0,0,0,.1)}.post-mask{position:relative}.post-mask:before{content:"";display:block;height:100%;position:absolute;bottom:0;left:0;right:0;opacity:.75;background:rgba(51,51,51,.5);transition:all .3s;pointer-events:none;z-index:1}.post-mask img{min-height:19rem}.post-mask.gradient:before{height:50%;background:linear-gradient(180deg,rgba(125,185,232,0) 0,#000)}.post-mask .post-details{position:absolute;padding:0;left:3rem;right:3rem;bottom:2.2rem;z-index:2;transform:translateY(4rem);transition:transform .4s}.post-mask .post-meta{color:#fff}.post-mask .post-meta a,.post-mask .post-meta span{color:inherit}.post-mask .post-meta a{font-weight:400}.post-mask .post-title{margin:0;text-transform:none;line-height:1.32;color:#fff}.post-mask .post-title a:hover{color:#fff}.post-mask .btn-link{margin-top:1.5rem;opacity:0;transition:opacity .4s}.post-mask:hover .post-media a:before{opacity:.1}.post-mask:hover .post-details{transform:translateY(0)}.post-mask:hover .btn-link{opacity:1}.post-frame{padding:2rem 2rem 0;box-shadow:0 5px 20px 3px rgba(0,0,0,.05)}.post-frame .post-details{padding:2.2rem 0 2rem}.post-frame .post-content{margin-bottom:1.8rem;line-height:1.72}ul.blog-filters{padding-top:4rem;margin-bottom:4rem;text-transform:uppercase;font-weight:700;color:#333}ul.blog-filters li{margin-right:2rem;margin-left:2rem}ul.blog-filters .nav-filter{letter-spacing:0}.blog-filters span{margin-left:.8rem;color:#aaa}.blog-filters li{padding:0;margin-right:.8rem;line-height:2.143;border-bottom:2px solid transparent}.blog-filters a.nav-filter{border-width:2px}.header{font-family:Manrope,sans-serif;letter-spacing:.06em;background:#fff}.header .container,.header .container-fluid,.header .inner-wrap{display:flex;align-items:center}.header .inner-wrap{width:100%}.header-transparent{position:absolute;width:100%;left:0;top:0;z-index:20;background:transparent}.header-transparent .fixed{background:#222}.header-middle,.header-top{display:flex}.header-border{border-bottom:1px solid #e1e1e1}.has-center .header-left,.has-center .header-right{flex:1 1}.has-center .header-right{justify-content:flex-end}.has-center .header-center{margin-left:2rem;margin-right:2rem}.header-left{flex:1 1}.header-center,.header-left,.header-right{display:flex;align-items:center}.header-right{margin-left:auto}.header-right .search-container .search-toggle{display:block!important;padding:0!important;line-height:1}.header-right a{display:flex;align-items:center}.header-top{border-bottom:1px solid #e1e1e1;font-size:1.2rem;letter-spacing:0 5em}.header-top .header-right>*{margin-left:2.3rem}.header-top .header-right>:first-child{margin-left:0}.header-top .divider{margin:0 -.3rem 0 2rem}.header-top .contact{padding:1.1rem 0;margin-right:.2rem;line-height:1}.header-top .contact i{margin-right:.7rem;font-size:1.7rem}.header-top .help{line-height:1}.header-top .help i{margin-right:.7rem;font-size:1.7rem}.header-top .account i,.header-top .login-link i,.header-top .register-link i{margin-right:.9rem;font-size:1.5rem}.header-top .delimiter{margin:0 .5rem;color:#aaa}.header-top .wishlist{margin-right:2rem}.header-top .wishlist i{margin-right:.6rem;font-size:1.7rem}.currency-dropdown a,.language-dropdown a{white-space:nowrap}.header-middle{color:#222;background:#fff;font-size:1.2rem;font-weight:700;padding-bottom:2rem;padding-top:2rem}.header-middle .login-link{display:flex;align-items:center;margin-right:2rem;padding-bottom:.2rem}.header-middle .login-link i{font-size:2.3rem}.header-middle .login-link:hover{color:#1a181e}.header-middle .logo{margin-right:8rem;margin-bottom:.1rem}.header-middle .compare{margin-right:3.5rem}.header-middle .compare i{font-size:3.2rem;margin-bottom:.1rem}.header-middle .main-nav{margin-right:1.5rem}.header-middle .header-right .cart-dropdown>a:after{content:none}.header-middle .icon-box{margin-right:1.8rem;padding-bottom:.1rem;transition:none}.header-middle .icon-box:hover .icon-box-title,.header-middle .icon-box:hover p{color:inherit}.header-middle .icon-box-icon,.header-middle .icon-box-title{transition:color .3s}.header-middle .icon-box-title{margin-bottom:.5rem;font-size:1.1rem;font-weight:400;text-transform:capitalize;line-height:1;letter-spacing:.027em}.logo{max-width:100px}.logo img{display:block}.header-bottom{color:#222;background:#fff;font-size:1.4rem;font-weight:700}.header-bottom .header-right{margin-right:.3rem}.header-bottom .header-right i{margin-right:1rem;font-size:2.4rem;font-weight:700}.welcome-msg{margin:0;padding:1.1rem 0;font-size:inherit;font-weight:inherit;font-family:inherit;letter-spacing:.0125em;line-height:1.5;white-space:nowrap}.header-search{position:relative}.header-search .input-wrapper{display:flex;position:relative}.header-search input.form-control{flex:1 1;min-width:40px;padding:1.1rem 1.5rem;border:0;background-color:#eee;font-size:1.3rem;letter-spacing:inherit}.header-search .btn-search{padding:0;min-width:40px;background-color:#1a181e;border:0;color:#fff;font-size:2rem}.header-search .btn-search i{margin:0 .1rem .6rem 0;vertical-align:middle;font-size:2rem}.header-search .search-box-container{flex:1 1;align-items:center;display:flex;border:0;padding:0 5rem 0 1.55rem;border-radius:5px;border-color:#1a181e;font-family:inherit;background-color:#f7f7f7;color:#999;font-size:16px!important;cursor:pointer}.header-search #cursor{border-left:.1em solid #999;animation:blink .7s steps(1) infinite}@keyframes blink{50%{border-color:transparent}}.header-search .select-box{background-color:#f4f4f4}.header-search .select-box select{position:relative;padding-left:1.1rem;padding-right:3rem;border:0;font-weight:400;font-size:1.3rem;letter-spacing:0;z-index:1}.header-search.hs-toggle .input-wrapper{position:absolute;right:-9rem;top:-3rem;min-width:100vw!important;min-width:31rem;padding:1.5rem;height:8.5rem;background-color:#fff;box-shadow:0 2px 35px rgba(0,0,0,.1);visibility:hidden;opacity:0;transform:translate3d(0,-10px,0);z-index:100;transition:transform .4s .2s,visibility .4s .2s,opacity .4s .2s}.header-search.hs-toggle:hover{color:#1a181e}.header-search.hs-toggle .form-control{padding:1.4rem 2rem;background-color:#f4f4f4}.header-search.hs-toggle .btn-search{background-color:#f4f4f4;min-width:5rem;font-size:1.8rem;color:#222;border-radius:0}.header-search.hs-toggle .btn-search i{margin-bottom:.4rem;font-size:inherit}.header-search.hs-expanded{max-width:65rem;width:100%;margin:0 auto;flex:1 1}.header-search.hs-expanded .input-wrapper{width:100%;border:2px solid #1a181e;border-radius:.5rem;height:4.5rem}.header-search.hs-expanded .select-box{width:13.2rem;border-radius:.5rem 0 0 .5rem;color:#666}.header-search.hs-expanded .select-box,.header-search.hs-expanded .select-box select{cursor:pointer}.header-search.hs-expanded .select-box:before{right:11px;font-size:1rem}.header-search.hs-expanded .select-box:after{content:"";display:block;position:absolute;top:8px;right:-3px;height:25px;border-right:1px solid #e1e1e1}.header-search.hs-expanded input.form-control{flex:1 1;min-height:100%;padding-left:1.9rem;padding-right:1.9rem;letter-spacing:0;color:#ababab;background-color:#f4f4f4}.header-search.hs-expanded .btn-search{min-width:4.7rem;background-color:#f4f4f4;color:#444;font-size:1.6rem}.header-search.hs-expanded .btn-search:hover{color:#1a181e}.header-search.search-left .input-wrapper{left:0;right:auto}.header-search.hs-simple{flex:1 1;margin:0 auto;max-width:52.2rem}.header-search.hs-simple input.form-control{padding:0 5rem 0 1.55rem;border-radius:5px;border-color:#1a181e;font-family:inherit;background-color:#f7f7f7;color:#999;font-size:16px!important}.header-search.hs-simple .btn-search{position:absolute;background:transparent;color:#333;min-width:48px;height:100%;border-radius:5px;right:0;display:flex;align-items:center;justify-content:center}.header-search.hs-simple .btn-search:hover{color:#1a181e}.header-search.hs-toggle.show .input-wrapper{transform:translateZ(0);visibility:visible;transition:transform .4s;opacity:1}.header-search.hs-simple .show input.form-control{visibility:visible;transition:all .5s ease-in;opacity:1}.mobile-search{display:none}.mobile-search .search-toggle i{font-size:2rem;vertical-align:middle}.hs-toggle.dir-up:after{top:auto;bottom:100%;border-bottom-color:transparent;border-top-color:#fff}.hs-toggle.dir-up .input-wrapper{top:auto;bottom:100%;transform:translate3d(0,10px,0)}.search-toggle{display:inline-block;vertical-align:middle;padding:1.1rem 0;transition:color .3s}.search-toggle span{cursor:pointer}.search-toggle i{font-size:2.4rem;font-weight:400;line-height:.9}.search-toggle.with-label{display:inline-flex;align-items:center}.search-toggle.with-label i{display:inline-block;vertical-align:middle;margin-bottom:2px;font-size:1.6rem}.search-toggle.with-label span{margin-left:.5rem;cursor:pointer;font-weight:inherit;letter-spacing:inherit;text-transform:uppercase}.live-search-list{display:none;left:0;right:0;width:auto;position:absolute;top:100%;min-width:200px;z-index:1024;box-shadow:7px 7px 20px 2px rgba(0,0,0,.1)}.header-search-popup .live-search-list{top:114%}.live-search-list .product-price{font-size:13px}.live-search-list .old-price{font-size:12px;text-decoration:line-through}.live-search-list .product-price{margin-bottom:0}.dir-up .live-search-list{top:auto;bottom:calc(100% + 3px)}.header .header-search .search-toggle{display:inline}.header-search.show-results .live-search-list{display:block;max-height:350px;overflow-y:auto}.autocomplete-suggestions{box-shadow:0 10px 20px 5px rgba(0,0,0,.05);color:#8d8d8d;background-color:#f4f4f4;border-color:#fff;padding:15px;border-radius:0;max-height:70vh;overflow-x:hidden;overflow-y:auto}.autocomplete-suggestions::-webkit-scrollbar{width:5px}.autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:0;background:hsla(0,0%,80%,.5)}.autocomplete-suggestion{display:flex;align-items:center;color:#8d8d8d;background-color:#f4f4f4;padding:10px;line-height:1.5em;min-height:0;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);white-space:normal;transition:background-color .3s}.autocomplete-suggestion .search-price{color:#222529;font-weight:600;padding-left:.5rem}.autocomplete-suggestion img{width:40px;height:40px;border-radius:2px;border:1px solid #999;margin-right:10px;-o-object-fit:cover;object-fit:cover}.autocomplete-suggestion img[lazy=loading]{padding-top:40px!important}.autocomplete-suggestion img+.search-name{padding-left:.5em;font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.autocomplete-suggestion .search-name{flex:1 1;color:#222}.autocomplete-suggestion:hover{background-color:#ededed}.autocomplete-suggestion:last-child{border-bottom:none}.call{display:flex;align-items:center}.call span{font-weight:inherit;text-transform:uppercase;cursor:pointer}.call i+span{margin-left:.9rem}.call i{margin:0 .2rem .2rem 0;font-size:1.8rem;cursor:pointer}.call:hover{color:#1a181e}.wishlist i{font-size:2.8rem;cursor:pointer}.wishlist:hover{color:#1a181e}.account i{font-size:2.8rem;cursor:pointer}.account:hover{color:#1a181e}@keyframes fixedTop{0%{margin-top:-60px}to{margin-top:0}}@keyframes fixedBottom{0%{margin-top:-60px}to{margin-top:0}}.sticky-header.fixed{position:fixed;top:0;width:100%;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1100;animation:fixedTop .4s}@media(max-width:991px){.sticky-wrapper{height:auto!important}}.category-header h1{font-size:2.8rem}@media(max-width:479px){.category-header h1{font-size:2rem}}.category-header p{font-size:1.8rem}@media(max-width:479px){.category-header p{font-size:1.4rem}}.mobile-menu-toggle{display:none;margin-right:2rem;font-size:2.5rem;color:#222}.mobile-menu-toggle.menu-bar:after,.mobile-menu-toggle.menu-bar:before{content:"";display:block;width:100%}.mobile-menu-toggle.menu-bar:before{height:11px;border-top:2px solid;border-bottom:2px solid}.mobile-menu-toggle.menu-bar:after{height:9px;border-bottom:2px solid}@media(max-width:1199px){.header-middle .logo{margin-right:2rem}}@media(max-width:991px){.header .main-nav{display:none}.header-top .header-left{margin-right:2rem}.header-middle .header-right{justify-content:flex-end;align-items:center}.header-middle .header-right .divider{display:none}.header-middle .header-center{margin-left:auto;margin-right:auto}.header-middle .compare{margin-right:1.5rem}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center}}@media(max-width:767px){.header-middle .mobile-search{display:block}.header-middle .header-search,.header-top .delimiter,.header-top .divider,.header-top .login-link,.header-top .register-link{display:none}.logo{width:90px}}@media(max-width:480px){.header-top .header-left{position:relative;overflow:hidden}.header-middle .logo{margin-right:0}.header-middle .divider{display:none}.header-middle .icon-box{margin-right:1rem}}@keyframes show_msg_first{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes show_msg{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.label-down{display:flex;flex-direction:column;align-items:center}.label-down i{display:inline-block}.label-down span{display:block}.label-down i+span{margin-top:.7rem}.label-block span{display:block}.label-block .cart-name{margin-bottom:.5rem;font-size:1.1rem;font-weight:400;text-transform:capitalize}.label-block .cart-name :after{content:none}.label-block .cart-price{font-size:1.4rem;font-weight:700;letter-spacing:.05em}.label-block.cart-toggle i{font-size:3rem}.mobile-link{display:block;margin-right:0;margin-bottom:-3px}.mobile-link i{font-size:2.4rem}.mobile-link+.mobile-link{margin-left:2rem}.mobile-link:hover{color:#1a181e}@media(min-width:768px){.mobile-link{display:none}}@media(max-width:575px){.header-left .logo{position:absolute;left:calc(50vw - 45px)}.header-search.hs-simple{margin:1rem 15px!important}}.dropdown{position:relative}.dropdown.show .dropdown-box,.dropdown:hover .dropdown-box{visibility:visible;opacity:1;top:100%;transform:translateZ(0)}.dropdown.show>a,.dropdown:hover>a{color:#1a181e}.dropdown a{display:flex;align-items:center}.dropdown a .dropdown-image{max-width:1.4rem;margin-right:.7rem;height:auto}.dropdown>a{line-height:1;padding:9px 0}.dropdown>a:after{display:inline-block;margin-left:8px;font-family:Font Awesome\ 5 Free;font-weight:600;font-size:10px;line-height:1;content:""}.dropdown li.active>a,.dropdown li:hover>a{color:#1a181e}.dropdown.dir-up:after{border-bottom-color:transparent;border-top:11px solid #fff;transform:translate3d(-50%,8px,0)}.dropdown.dir-up.show .dropdown-box,.dropdown.dir-up:hover .dropdown-box{top:auto;bottom:100%}.dropdown.dir-up.show:after,.dropdown.dir-up:hover:after{top:auto;bottom:calc(100% - 20px);transform:translate3d(-50%,0,0)}.dropdown-box{position:absolute;right:0;top:-9999px;margin:0;padding:.5rem 0;color:#666;background-color:#fff;box-shadow:0 10px 30px 2px rgba(0,0,0,.2);z-index:1000;visibility:hidden;opacity:0;transition:transform .2s ease-out,opacity .2s,visibility .2s;transform:translate3d(0,-10px,0)}.dropdown-box a{padding:.6rem}.dropdown-box li{font-size:inherit;line-height:1.1}@media(min-width:992px){.dropdown-expanded:after{content:none}.dropdown-expanded:before{position:absolute;content:"";top:50%;transform:translateY(-50%);left:-2.1rem;width:1px;height:2.5rem;background-color:#e1e1e1}.dropdown-expanded>a{display:none}.dropdown-expanded .dropdown-box{position:static;display:flex;visibility:visible;opacity:1;background-color:transparent;box-shadow:none;border:0;padding:9px 0;transform:none;color:inherit}.dropdown-expanded .dropdown-box a{padding:0;letter-spacing:.025em}.dropdown-expanded .dropdown-box>li{margin-right:2.3rem}.dropdown-expanded .dropdown-box>li:last-child{margin-right:0}}@media(max-width:991px){.dropdown.dropdown-expanded li:hover>a{color:#1a181e}}.cart-dropdown>a{padding:.7rem 0}.cart-dropdown .cart-toggle{padding:.6rem 0 .7rem}.cart-dropdown .cart-toggle:after{content:none}.cart-dropdown .cart-label{display:block;cursor:pointer;margin:0 1rem 0 0;font-weight:inherit;text-transform:uppercase;letter-spacing:.04em}.cart-dropdown .minicart-icon,.cart-dropdown .minicart-icon2{display:inline-block;font-size:1.2rem;color:#1a181e}.cart-dropdown .cart-count{display:inline-block;transition:color .4s;font-size:1.3rem;font-weight:600;line-height:25px;color:#1a181e}.cart-dropdown .cart-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e1e1e1;padding-bottom:1.3rem}.cart-dropdown .btn-close{font-size:12px;font-weight:600;color:#999}.cart-dropdown .btn-close:active,.cart-dropdown .btn-close:focus,.cart-dropdown .btn-close:hover{color:#1a181e}.cart-dropdown .btn-close i{margin-right:0;font-size:1.9rem}.cart-dropdown .cart-total{display:flex;justify-content:center;margin-top:2rem;margin-bottom:2.1rem;padding:1.7rem 0 1.5rem;border-top:1px solid #edeef0;border-bottom:1px solid #edeef0;font-size:1.4rem;line-height:1;letter-spacing:normal}.cart-dropdown .cart-total label{margin:0 auto 0 .3rem;line-height:inherit;color:#666;font-weight:400}.cart-dropdown .cart-total .price{font-weight:700;font-size:1.6rem;color:#222}.cart-dropdown .cart-action{-moz-column-gap:10px;column-gap:10px;text-align:center}.cart-dropdown .cart-action .btn{display:flex;justify-content:center;border-radius:3px;padding:.9em 2em;line-height:1.5;letter-spacing:.01em}.cart-dropdown .cart-action .btn.btn-link{display:inline-block;margin-bottom:2rem;padding:0;border-bottom:2px solid #1a181e;border-radius:0;text-transform:capitalize;line-height:1.3}.cart-dropdown .cart-action .btn.btn-link:active,.cart-dropdown .cart-action .btn.btn-link:focus,.cart-dropdown .cart-action .btn.btn-link:hover{color:#1a181e}.cart-dropdown i{font-size:2.4rem}.cart-dropdown:hover .minicart-icon{background:#1a181e}.cart-dropdown:hover .minicart-icon:before{transform:rotateY(180deg)}.cart-dropdown:hover .cart-count{color:#fff}.cart-dropdown .dropdown-box{right:-1rem;padding:3rem;min-width:33.5rem}.cart-dropdown .products{overflow-x:hidden;margin-right:-5px;padding-right:5px}.cart-dropdown.cart-dropdown-white .cart-count,.cart-dropdown.cart-dropdown-white .cart-label,.cart-dropdown.cart-dropdown-white .cart-price{color:#fff}.cart-dropdown.cart-dropdown-white .minicart-icon{border-color:#fff}.cart-dropdown.cart-dropdown-white:hover .minicart-icon{background-color:#fff}.cart-dropdown.cart-dropdown-white:hover .cart-count{color:#1a181e}.cart-dropdown.type2 .cart-toggle{align-items:center}.cart-dropdown.type2:hover{color:#1a181e}.cart-dropdown.type2 .cart-count{position:absolute;right:-8px;top:3px;width:1.5rem;height:1.5rem;font-size:.9rem;line-height:1.7;text-align:center;border-radius:50%;background-color:#1a181e;color:#fff;z-index:1}.cart-dropdown.type2 .label-block .cart-count{width:1.9rem;height:1.9rem;font-size:1.1rem;line-height:1.8rem}.cart-dropdown.type2 .products{max-height:20rem}.cart-dropdown.cart-offcanvas .products{max-height:calc(100vh - 29rem)}.cart-dropdown.type3 .cart-toggle{padding:1.5rem;background-color:#1a181e;color:hsla(0,0%,100%,.8);transition:.3s}.cart-dropdown.type3 .cart-toggle i{font-size:1.5rem;margin-right:7px}.cart-dropdown.cart-offcanvas .dropdown-box{position:fixed;top:0;right:-90vw;max-width:38rem;width:100%;height:110vh;min-width:auto;padding:1.9rem 3rem;opacity:1;visibility:visible;transition:right .3s;transform:none;z-index:2999;box-shadow:none}.cart-dropdown.cart-offcanvas .cart-overlay{position:fixed;left:0;width:100vw;top:-10vh;height:120vh;background:rgba(0,0,0,.3);z-index:2998;opacity:0;visibility:hidden;transition:opacity .3s}.cart-dropdown.cart-offcanvas .btn:not(.btn-close){margin-bottom:1rem}.cart-dropdown.cart-offcanvas .product-cart{margin-top:2rem}.cart-dropdown.cart-offcanvas.opened .dropdown-box{right:0}.cart-dropdown.cart-offcanvas.opened .cart-overlay{opacity:1;visibility:visible}.side-cart{height:calc(100vh - 65px);overflow:auto}.side-cart::-webkit-scrollbar{width:0;display:none}@media(max-width:479px){.cart-dropdown.cart-offcanvas .dropdown-box{max-width:90vw}}.product.product-cart-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.3rem;border-bottom:1px solid #edeef0}.product.product-cart-header a,.product.product-cart-header span{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1;color:#222529}.product.product-cart-header a{padding:0;color:#222529;line-height:1}.product.product-cart-header a:hover{text-decoration:underline}.product.product-cart{display:flex;align-items:center;font-size:1.3rem}.product.product-cart:not(:first-child){margin-top:2rem}.product.product-cart .product-media{position:static;width:8rem;height:9rem;margin-right:1.5rem}.product.product-cart .product-media a{padding:0}.product.product-cart .product-detail{flex:1 1;margin:0 1rem 0 0}.product.product-cart .product-name{white-space:normal;padding:0;margin-bottom:.9rem;margin-right:1rem;font-size:1.4rem;font-weight:600;line-height:1.34;letter-spacing:.35px;font-family:Manrope,sans-serif;color:#666;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product.product-cart .product-name:hover{color:#1a181e}.product.product-cart .price-box{display:flex;align-items:center;font-size:1.6rem;line-height:1}.product.product-cart .product-price{font-size:1.6rem;letter-spacing:.35px}.product.product-cart .product-quantity{align-items:center;display:flex;margin-right:1rem;font-weight:400}.product.product-cart .product-quantity:after{margin-left:1rem;content:"X";text-transform:none;line-height:0;font-size:1.5rem}.product.product-cart .product-price{margin:0;color:#222}.product.product-cart .btn-close{position:absolute;display:flex;align-items:center;justify-content:center;text-align:center;width:2.2rem;height:2.2rem;top:.9rem;right:-.4rem;border-radius:50%;background-color:#fff;color:#222;font-size:1.2rem;border:1px solid #ccc}.product.product-cart .btn-close i{margin-right:4px;margin-top:0;font-size:1.2rem}.product.product-cart .btn-close:hover{color:#1a181e;border-color:#1a181e}.product.product-cart:last-child{margin-bottom:0}@media(max-width:991px){.cart-dropdown .cart-label{display:none}}@media(max-width:575px){.cart-dropdown .product .product-media{margin-right:1rem}.cart-dropdown .dropdown-box{min-width:31rem}.cart-dropdown .cart-total{font-size:1.3rem}}.category-dropdown>a{padding:1.7rem;background:#1a181e}.category-dropdown>a:after{content:none}.category-dropdown>a i{font-size:1.8rem}.category-dropdown>a span{margin-left:1rem}.category-dropdown .dropdown-box{padding:0;left:0;min-width:28rem;box-shadow:none;background-color:#f4f4f4;transition:opacity .2s,z-index 0s,transform .2s ease-out;visibility:hidden;top:100%}.category-dropdown:after,.category-dropdown:before{left:25px}.category-dropdown:after{border-bottom-color:#f4f4f4;visibility:hidden;top:calc(100% - 20px)}.category-dropdown.menu-fixed .dropdown-box,.category-dropdown.menu-fixed:after{visibility:hidden}.category-dropdown.dropdown.show .dropdown-box{box-shadow:0 2px 10px rgba(0,0,0,.1);transform:translateZ(0);transition:opacity .5s,z-index 0s,transform 0s}.category-dropdown.dropdown.show .dropdown-box,.category-dropdown.dropdown.show:after{visibility:visible}.category-dropdown.dropdown.show:after{transform:translate3d(-50%,0,0)}.category-dropdown.has-border:after{border-bottom-color:#fff}.category-dropdown.has-border:after,.category-dropdown.has-border:before{content:"";position:absolute;z-index:1000;top:-9999px;transform:translateX(-50%);border:11px solid transparent;border-bottom-color:#e1e1e1;transition:opacity .4s ease;visibility:hidden;opacity:0;cursor:pointer}.category-dropdown.has-border .dropdown-box{background-color:#fff;border:1px solid #e1e1e1}.category-dropdown.has-border.menu-fixed:before{visibility:visible;opacity:1}.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after{top:100%;transform:translate3d(-50%,0,0)}.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box{top:calc(100% + 20px);transform:none}.sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box,.sticky-header:not(.fixed) .category-dropdown.menu-fixed:after{visibility:visible;opacity:1}.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before{top:calc(100% - 1px);visibility:visible;opacity:1}@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5){.sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before{top:calc(100% - 2px)}}.side-bar.opened .sidebar-box{right:0}.side-bar.opened .cart-overlay,.side-bar.opened .sidebar-overlay{opacity:1;visibility:visible}.side-bar.opened .sidebar-footer,.side-bar.opened .sidebar-header{opacity:1;right:0!important;visibility:visible}.side-bar.opened .sidebar-header{padding:24px 24px 20px!important;border-bottom:1px solid #e1e1e1!important}.side-bar .sidebar-overlay{position:fixed;left:0;width:100vw;top:-10vh;height:110vh;background:rgba(0,0,0,.3);z-index:2998;opacity:0;transition:opacity .3s}.side-bar .sidebar-padding{padding:0 18px 18px}.side-bar .loyalty-text{margin:0 18px!important}.side-bar .sidebar-header{position:fixed;border-bottom:1px solid #e1e1e1;transition:right .3s;bottom:20px;z-index:99;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px 15px;width:100vw!important;top:0!important;right:-90vw;border-radius:0!important;visibility:hidden;height:56px}@media(min-width:575px){.side-bar .sidebar-header{max-width:50rem!important}}.side-bar .sidebar-header .wrapper{border-bottom:none!important;padding:24px 24px 20px!important}.side-bar .cart-count{width:1.9rem;height:1.9rem;font-size:1.1rem;line-height:1.8rem;position:absolute;right:-8px;top:0;font-size:.9rem;text-align:center;border-radius:50%;background-color:#1a181e;color:#fff;z-index:1}.side-bar .sidebar-footer{position:fixed;transition:right .3s;bottom:20px;z-index:99;border-top:1px solid #e1e1e1;background:#fff;padding:10px 15px;width:100vw!important;bottom:-1px!important;right:-90vw;border-radius:0!important;visibility:hidden}@media(min-width:575px){.side-bar .sidebar-footer{max-width:50rem!important}}.side-bar .sidebar-footer .bar{padding:0!important}.side-bar .sidebar-products{position:fixed;top:56px;height:calc(100vh - 56px - 67px);overflow-y:scroll}.side-bar .sidebar-products::-webkit-scrollbar{width:0;display:none}@media(max-width:767px){.side-bar .sidebar-products{height:calc(100vh - 56px - 105px)}}.side-bar .sidebar-box{-ms-scroll-chaining:none;overscroll-behavior:contain;background-color:#fff;position:fixed;top:0;right:-100vw;width:100vw;height:100vh;min-width:auto;opacity:1;visibility:visible;transition:right .3s;transform:none;z-index:2999;box-shadow:none}@media(min-width:575px){.side-bar .sidebar-box{max-width:50rem!important}}.menu{display:flex;align-items:center}.menu a{display:inline-block}.menu .menu-title{margin-bottom:1rem;padding:0 1rem;font-size:1.4rem;font-weight:600;line-height:1;text-transform:uppercase}.menu ul{padding:2rem 0;background:#fff;font-size:1.4rem;font-weight:400;line-height:1.5;letter-spacing:.05rem;color:#666}.menu li{position:relative;line-height:1.5}.menu li a{padding:.7rem 0 .7rem 1rem}.menu li .megamenu,.menu li>ul{position:absolute;top:-9999px;left:100%;margin:0;box-shadow:0 2px 35px rgba(0,0,0,.1);z-index:1000;visibility:hidden;opacity:0;transition:transform .2s ease-out;transform:translate3d(0,-10px,0)}.menu li>ul{min-width:22.6rem;background:#fff}.menu li>ul li{padding:0 2rem}.menu .active>a:not(.menu-title),.menu li:hover>a:not(.menu-title){color:#1a181e}.menu .show .megamenu,.menu .show>ul,.menu li:hover .megamenu,.menu li:hover>ul{visibility:visible;opacity:1;top:-2rem;transform:translateZ(0)}.menu .hide{visibility:hidden;opacity:0}.menu>li{margin-right:3rem}.menu>li:last-child{margin-right:0}.menu>li>a{position:relative;padding:1.3rem 0;font-weight:700;letter-spacing:.1rem;line-height:1;text-transform:capitalize}.menu>li>a i{margin-left:.8rem}.menu>li .megamenu,.menu>li>ul{left:-1.9rem}.menu>li.show .megamenu,.menu>li.show>ul,.menu>li:hover .megamenu,.menu>li:hover>ul{top:100%;min-width:-moz-fit-content;min-width:fit-content;z-index:1201}.menu>li.show .megamenu .cat-name,.menu>li.show>ul .cat-name,.menu>li:hover .megamenu .cat-name,.menu>li:hover>ul .cat-name{white-space:nowrap;padding:.7rem .7rem .7rem 1rem}.menu .submenu>a{position:relative;display:block}.menu .submenu:hover{font-weight:800!important}.menu>.submenu>a{z-index:1001}.menu.no-arrow>li>a:after{content:none}.vertical-menu{display:block;min-width:12rem}.vertical-menu>li{margin-right:0;padding:0 2rem}.vertical-menu>li .megamenu,.vertical-menu>li>ul{transform:translate3d(-15px,0,0)}.vertical-menu>li>a{display:inline-block}.vertical-menu>li>a:after{content:none}.vertical-menu>li.show .megamenu,.vertical-menu>li.show>ul,.vertical-menu>li:hover .megamenu,.vertical-menu>li:hover>ul{left:100%;top:-1rem}.vertical-menu>.submenu:after{border:11px solid transparent;border-right-color:#fff}.vertical-menu>.submenu.show:after,.vertical-menu>.submenu:hover:after{top:50%;left:calc(100% - 20px);transform:translate3d(0,-50%,0)}.vertical-menu>.submenu>a:after{position:absolute;line-height:0;content:""}.vertical-menu.no-arrow>li{display:flex}.vertical-menu.no-arrow>li>a:after{content:none}.toggle-menu{display:block}.toggle-menu>li{margin-right:0}.toggle-menu .submenu:after,.toggle-menu .submenu>a:after{content:none}.toggle-menu .submenu li{padding:0 .5rem}.toggle-menu li>ul{display:none;position:static;visibility:visible;opacity:1;transform:none;background:transparent;box-shadow:none}.toggle-btn{display:flex;align-items:center;justify-content:center;padding:6px;right:0;top:50%;transform:translateY(-50%);opacity:.6}.toggle-btn,.toggle-btn:not(.parse-content){position:absolute}.toggle-btn.expanded:not(.parse-content):before{transform:rotate(630deg)}.toggle-btn.collapsed:not(.parse-content):before{transform:rotate(0deg)}.toggle-btn.expanding:not(.parse-content):before{transform:rotate(630deg)}.menu-active-underline>li>a:before{content:"";display:block;position:absolute;bottom:9px;left:0;width:100%;height:2px;border:1px solid;transform-origin:right center;transform:scaleX(0);transition:transform .3s}.menu-active-underline>li.active>a,.menu-active-underline>li:hover>a{color:inherit}.menu-active-underline>li.active>a:before,.menu-active-underline>li:hover>a:before{transform-origin:left center;transform:scale(1)}.main-nav{margin:0 0 0 .3rem}.megamenu{display:flex;padding:1rem .8rem;min-width:61.8rem;background:#fff}.megamenu ul{padding:0}.megamenu .row{flex:1 1;padding:0 1rem}.megamenu .row>*{padding:1.8rem 1rem .8rem}.megamenu .menu-banner{padding:0;overflow:hidden}.megamenu .menu-banner figure{height:100%}.megamenu .menu-banner img{height:100%;-o-object-fit:cover;object-fit:cover}.megamenu .menu-banner .btn-link:hover{color:#1a181e}.menu-banner1 .banner-content{left:9%}.menu-banner1 .banner-subtitle,.menu-banner1 .banner-title{font-size:3.6rem}.menu-banner1 .banner-subtitle{margin-bottom:.4rem}.menu-banner1 .banner-title{margin-bottom:1.8rem;padding-left:1.2rem;position:relative}.menu-banner1 .banner-title span{display:inline-block;position:absolute;left:-.9rem;top:50%;font-size:1.2rem;line-height:1;transform:rotate(-90deg) translateX(.6rem);letter-spacing:.1em}.menu-banner2 .banner-content{bottom:10%}.menu-banner2 .banner-title{margin-bottom:.6rem;font-size:2.6rem}.menu-banner2 .banner-subtitle{font-size:1.6rem}.tip{display:inline-block;position:relative;top:-1px;left:7px;padding:.3rem .5rem;font-size:1rem;font-weight:600;line-height:1;color:#fff;border-radius:2px}.tip.tip-hot{background-color:#d26e4b}.tip.tip-new{background-color:#1a181e}.mobile-menu-wrapper{visibility:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;font-family:Manrope,sans-serif;transition:visibility .4s}.mobile-menu-wrapper .mobile-menu-icons{width:100%;height:64px;background-color:#fff;padding:20px 24px;position:sticky;bottom:0;box-shadow:0 -1px #d9d9d9}.mobile-menu-wrapper .mobile-menu-icons div{gap:24px}.mobile-menu-container{width:100%;height:100%;overflow-y:auto;background:#fff;box-shadow:1px 0 5px rgba(0,0,0,.5);transform:translateX(-false);transition:transform .4s}.mobile-menu-container .input-wrapper{display:flex;margin-bottom:.6rem;height:4rem}.mobile-menu-container .input-wrapper .form-control{min-height:4rem;color:#7a8088;border:1px solid #fff;border-right:0;background-color:transparent}.mobile-menu-container .input-wrapper .btn-search{padding:0;width:4rem;background-color:#1a181e;border-color:#1a181e;color:#fff;font-size:1.4rem;border-radius:3px;display:flex;align-items:center;justify-content:center}.mobile-menu-container .input-wrapper .btn-search i{margin:0 0 .5rem;font-size:inherit}.mobile-menu-container .mobile-menu{margin-bottom:.5rem;background:#f9f6e6!important;background:#fff}.mobile-menu-container .tab{margin-top:3rem}.mobile-menu-container .tab-content{background-color:transparent}.mobile-menu-container .nav{border-width:2px}.mobile-menu-container .nav-link{margin-bottom:-2px;color:#fff;font-size:13px;padding:10px}.mobile-menu-container .tab-pane{padding-top:10px}.mobile-menu-container .nav-item:hover .nav-link{color:#fff;border-color:transparent}.mobile-menu-container .nav-item .nav-link.active,.mobile-menu-container .nav-item.show .nav-link{color:#1a181e;border-color:#1a181e}.mobile-menu-container .nav-item+.nav-item{margin-left:1px}.mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb,.mobile-menu-container.scrollable::-webkit-scrollbar-thumb{margin-right:2px;background:hsla(0,0%,100%,.1);border-radius:7px;cursor:pointer}.mobile-menu{font-size:1.2rem;letter-spacing:.025em;color:#6f4632;text-transform:uppercase;font-size:1.6rem;font-weight:700;line-height:1.5;letter-spacing:.05em;background:#f9f6e6}.mobile-menu ul{width:100%;overflow:hidden}.mobile-menu>li:first-child{padding-top:.5rem}.mobile-menu>li:last-child{padding-bottom:.5rem}.mobile-menu li a{display:block;position:relative;padding:1.3rem .6rem 1.3rem 1rem}.mobile-menu li i{display:inline-block;margin-bottom:1px;font-size:2rem;margin-right:1rem;line-height:0;vertical-align:middle}.mobile-menu li li a{padding-left:2.4rem}.mobile-menu li li li a{padding-left:3.6rem}.mobile-menu-title{margin-bottom:.5rem;text-transform:uppercase;font-size:1.4rem;font-weight:700;color:#fff}.mobile-menu-overlay{position:fixed;left:0;top:0;bottom:0;right:0;background:#000;opacity:0;transition:opacity .4s}.mobile-menu-close{position:fixed;left:calc(100vw - 50px);top:25px;z-index:10001;transition:opacity .3s;opacity:0}.mobile-menu-close i{display:flex;align-items:center;justify-content:center;color:#e1e1e1}.mmenu-anim{transform:translateY(30%)}.mmenu-anim,.mmenu-anim>li{transition:transform .4s,opacity .3s;transition-timing-function:cubic-bezier(.5,0,.3,1)}.mmenu-anim>li:nth-child(0){opacity:0;transform:translateY(0)}.mmenu-anim>li:first-child{opacity:0;transform:translateY(50px)}.mmenu-anim>li:nth-child(2){opacity:0;transform:translateY(100px)}.mmenu-anim>li:nth-child(3){opacity:0;transform:translateY(150px)}.mmenu-anim>li:nth-child(4){opacity:0;transform:translateY(200px)}.mmenu-anim>li:nth-child(5){opacity:0;transform:translateY(250px)}.mmenu-anim>li:nth-child(6){opacity:0;transform:translateY(300px)}.mmenu-anim>li:nth-child(7){opacity:0;transform:translateY(350px)}.mmenu-anim>li:nth-child(8){opacity:0;transform:translateY(400px)}.mmenu-anim>li:nth-child(9){opacity:0;transform:translateY(450px)}.mmenu-anim>li:nth-child(10){opacity:0;transform:translateY(500px)}.mmenu-anim>li:nth-child(11){opacity:0;transform:translateY(550px)}.mmenu-anim>li:nth-child(12){opacity:0;transform:translateY(600px)}.mmenu-active{overflow:hidden}.mmenu-active .mmenu-anim,.mmenu-active .mmenu-anim>li{opacity:1;transform:translateY(0)}.mmenu-active .page-wrapper{margin-left:27rem;margin-right:-27rem}.mmenu-active .mobile-menu-wrapper{visibility:visible}.mmenu-active .mobile-menu-container{transform:translateX(0)}.mmenu-active .mobile-menu-overlay{opacity:.8}.mmenu-active .mobile-menu-close{opacity:1}@media(max-width:400px){.mobile-menu-close{left:calc(100vw - 40px);top:25px}}.category-menu{background:#fef0e3}.category-menu .menu-title{padding:1.8rem .2rem;margin:0;text-transform:capitalize;font-size:1.8rem;font-weight:700;font-family:Manrope,sans-serif;line-height:1;letter-spacing:.05em;color:#222}.category-menu .menu-body:last-child li:last-child{border:0}.category-menu i{vertical-align:middle;line-height:0;margin-right:1rem;padding-left:.2rem;font-size:2rem;color:#666}.category-menu>li>a{display:block;padding:1.2rem 0 1.3rem;font-weight:400;font-size:1.3rem;line-height:1.46;letter-spacing:.01em;text-transform:capitalize;color:#675545}.category-menu>li:not(:last-child)>a{border-bottom:1px solid #f0e0d1}.category-menu li:hover>a:not(.menu-title){color:#1a181e}.category-menu li:hover>a:not(.menu-title) i{color:inherit}.category-menu .submenu>a:after{font-size:1rem}.category-menu .submenu .megamenu{min-width:68.5rem;padding:0 0 0 .9rem}.category-menu .submenu .megamenu>li{padding:0 1rem;flex:1 1}.category-menu .submenu .megamenu>li:last-child{padding-right:0;flex:none}.category-menu .submenu .megamenu .menu-title{padding:2.7rem 0 .2rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.category-menu .submenu .megamenu .divider{height:1px;width:100%;margin:0}.category-menu .submenu .megamenu ul{position:relative;left:0;top:0;padding:0;font-size:1.3rem;opacity:1;visibility:visible;box-shadow:none;min-width:auto;z-index:auto;transform:none}.category-menu .submenu .megamenu ul li{padding:0;line-height:1.2}.category-menu .submenu .megamenu ul li a{padding:.7rem 0}.category-menu .submenu .megamenu .menu-banner .banner-content{left:3rem}.category-menu .submenu .megamenu .menu-banner .banner-subtitle{font-size:1.4rem}.category-menu .submenu .megamenu .menu-banner .banner-title{font-size:2.4rem;line-height:1.2;margin-bottom:2.8rem}.category-menu .submenu .megamenu .menu-banner .btn-md{padding:.7em 1.41em}.category-menu .submenu .megamenu .menu-banner5 .banner-content{top:2.6rem}.category-menu .submenu .megamenu .menu-banner5 .banner-subtitle{margin-bottom:1.1rem}.category-menu .submenu .megamenu .menu-banner5 .banner-title{line-height:1.25}.category-menu .submenu .megamenu.type2{display:block;min-width:88rem;padding:0 1rem 2rem}.category-menu .submenu .megamenu.type2 .menu-title{padding-top:1.5rem}.category-menu .submenu .megamenu.type2 figure{text-align:center}.category-menu ul{padding:2rem 0;background:#fff;font-family:Manrope,sans-serif;font-size:1.4rem;line-height:1.5;letter-spacing:0;color:#666}.div-menu{height:100%;background-color:#f9f6e6}.announcement-bar{background-color:#ffd613}.announcement-bar .owl-stage{display:flex;align-items:center}.announcement-bar .announcement .announcement-text{letter-spacing:2.5px;font-weight:400;color:#222;text-align:center}.announcement-bar .announcement .announcement-text-hover:hover{text-decoration:underline}.announcement-bar .announcement-text-decoration{text-decoration:underline!important}.wow-social-icons-container{background:#fff;padding:8px 16px;margin-left:auto;margin-right:auto}.wow-social-icons-container .wow-social-icons{gap:12px;padding-top:.5rem!important;padding-bottom:.5rem!important}.wow-social-icons-container .wow-social-icons .header-social-icon{height:20px;width:20px}.footer{font-family:Manrope,sans-serif;font-size:1.3rem;background:#fafafa}.footer p{font-size:inherit}.footer .social-link{display:flex;align-items:center;justify-content:center;letter-spacing:.005em;color:#999;border:2px solid #999}.footer .social-link:hover{color:#fff}.footer .widget-title{border-bottom:none}.logo-footer,.logo-footer img{display:block}.footer-top{padding:4rem 0;border-bottom:1px solid #333}.footer-middle{padding:4.2rem 0 3.8rem}.footer-middle .widget{margin-bottom:3rem}.footer-middle .widget .footer-collapsible-container .collapsible-child-menu{display:flex;flex-direction:column;padding-left:8px}.footer-middle .widget .footer-collapsible-container .collapsible-child-menu .footer-collapsible__content-inner{padding-bottom:10px}.footer-middle .widget .footer-collapsible-container .footer-collapsible-inner{display:flex;gap:12px;margin-bottom:10px}.footer-middle .widget-title{padding:.6rem 0;margin-bottom:.9rem;font-family:inherit;font-size:1.6rem;font-weight:600;letter-spacing:0;text-transform:capitalize;color:#e1e1e1}.footer-middle .widget-body{padding:8px 0 0;color:#1a181e}.footer-middle .widget-body li{line-height:1.2;margin-bottom:15px}.footer-middle .widget-body li:last-child{margin-bottom:0}.footer-middle .widget-instagram .widget-body{padding-top:0;margin:-5px}.footer-middle .widget-instagram .col-3{padding:5px}.footer-middle .widget-instagram img{display:block;width:100%;height:auto}.footer-middle label{font-weight:500;text-transform:uppercase;color:#ccc}.widget.widget-info a{font-weight:500}.footer-main{padding:2.6rem 0 .4rem}.footer-bottom{padding:2.6rem 0 3rem}.footer-bottom,.footer-bottom .container,.footer-bottom .container-fluid{display:flex;align-items:center}.footer-bottom .footer-left,.footer-bottom .footer-right{flex:1 1}.footer-bottom .footer-left{display:flex}.footer-bottom .footer-right{display:flex;justify-content:flex-end}@media(max-width:991px){.footer-middle .logo-footer{margin-bottom:2.7rem;text-align:center}.footer-middle .logo-footer img{margin-left:auto;margin-right:auto}.newsletter-info{margin-bottom:2rem}.footer-middle{padding:2rem 0}.footer-middle .widget-body{padding:0}.footer-bottom,.footer-bottom>.container{display:block}.footer-bottom .footer-left{justify-content:center}.footer-bottom .footer-right{justify-content:center;padding-bottom:3.2rem}.footer-bottom .footer-center,.footer-bottom .footer-left{margin-bottom:2.7rem}.footer-center{text-align:center}}.footer .copyright{margin:0;font-size:1.4rem;font-weight:500;letter-spacing:.01em;line-height:1.5}.widget-newsletter .newsletter-info{max-width:35rem;width:100%}.widget-newsletter .input-wrapper-inline{height:4.9rem}.widget-newsletter .input-wrapper{max-width:48rem}.widget-newsletter input{min-height:100%;border:0;border-radius:.3rem;color:#999;background:#2c2c2c}.widget-newsletter .btn{display:flex;align-items:center}.widget-newsletter .btn svg{margin-left:4px}.widget-newsletter .widget-title{padding:0;margin-bottom:.5rem;font-family:inherit;font-size:2rem;font-weight:600;letter-spacing:.015em;text-transform:inherit;line-height:1;color:#fff}.widget-newsletter p{margin-bottom:.1rem;font-family:inherit;font-size:1.4rem;letter-spacing:.005em;line-height:1.23;color:#999}.widget-newsletter .btn{padding:1.2em 1.33em 1.07em}.widget-newsletter .btn i{font-size:1.6rem;margin:0 0 0 .6rem}.footer .widget-category .category-box{display:flex;flex-wrap:wrap;align-items:flex-end;margin-bottom:2rem}.footer .widget-category .category-name{margin-bottom:0;margin-right:2.4rem;font-size:1.4rem;letter-spacing:0;color:#ccc}.footer .widget-category a{display:inline-block;position:relative;margin-right:2rem;font-size:1.3rem;font-weight:400;color:#999}.footer .widget-category a:before{content:"";position:absolute;left:0;bottom:-1px;width:100%;border-bottom:1px solid;transform:scaleX(0);transition:transform .3s}.footer .widget-category a:hover:before{transform:scale(1)}.footer .widget-category a:not(:last-child):after{content:"";position:absolute;height:14px;margin-left:1rem;top:50%;border-left:1px solid #454545;transform:translateY(-50%)}.footer .widget-about .logo-footer{display:block;margin-bottom:1.6rem}.footer .widget-about p{margin-bottom:3rem;color:#999;line-height:1.85;letter-spacing:.025em}.footer .widget-about .widget-body{padding:0}.payment img{display:block}.sticky-footer{display:flex}.sticky-footer>*{flex:1 1}.sticky-footer .search-toggle{padding:0;color:inherit}.sticky-footer .header-search.show,.sticky-footer .header-search:hover{color:#222}.sticky-footer .hs-toggle .input-wrapper{min-width:29rem;right:1.5rem;margin-bottom:2rem}.sticky-link{display:flex;flex-direction:column;align-items:center;margin:1.5rem 0 1.3rem}.sticky-link i{width:2.3rem;height:2.4rem;text-align:center;font-size:2.3rem;line-height:1;transform:translateY(0);transition:transform .35s ease}.sticky-link i.d-icon-search{font-size:1.9rem}.sticky-link span{margin-top:.8rem;font-size:1rem;line-height:1;letter-spacing:.025em;text-transform:uppercase}.sticky-link.active,.sticky-link:hover{color:#222}.sticky-link:hover i{transform:translateY(-5px)}@media(min-width:576px){.sticky-footer{padding:0 4rem}}@media(min-width:768px){.sticky-footer{display:none}}@media(max-width:991px){.footer-middle .row>div:last-child .widget{margin-bottom:1rem}.footer-middle .widget{display:flex;align-items:center;justify-content:flex-start}}@media(max-width:575px){.footer-top{padding:6rem 0}.footer-top .input-wrapper{display:block;margin-bottom:5px}.footer-top .btn{margin-top:10px}}.footer .col-lg-3{max-width:15%;flex:0 0 15%}.footer .col-lg-4{max-width:31%;flex:0 0 31%}@media(max-width:768px){.footer .col-md-6{max-width:50%;flex:0 0 50%}}@media(max-width:576px){.footer .col-sm-12{max-width:100%;flex:0 0 100%}}.bold{font-weight:700;font-size:16px}.unorderedList{list-style-type:disc}.link-color{color:#c20000;text-decoration:underline}.about-us .page-content{color:#6f4632}.about-us .about-us-title{margin:32px 0;font-size:32px;font-weight:600;line-height:40px}.about-us .breadcrumb{padding:1.2rem 0 1.1rem}.about-us .page-header{height:30.1rem}.about-us .page-subtitle{margin:.5rem 0 .6rem}.about-us .page-title{margin-bottom:1.3rem;font-size:5rem;letter-spacing:.042em}.about-us .page-desc{font-weight:300;line-height:1.6;letter-spacing:.007em}.about-us .counter{padding:4.5rem 1rem 4.2rem;box-shadow:0 5px 40px 0 rgba(0,0,0,.05)}.about-us .counter p{line-height:1.72}.about-us .section-title{letter-spacing:.06em}.about-us .store-section .banner-radius{border-radius:.3rem}.about-us .section-type{font-size:14px;font-weight:500;letter-spacing:0}.about-us .customer-section,.about-us .store-section{margin-bottom:2.4rem}.about-section{margin:.1rem 0 3.1rem}.about-section .section-subtitle{margin-bottom:.2rem}.about-section .section-title{margin-bottom:2.2rem}.about-section .section-desc{margin-bottom:8px;line-height:1.6}.customer-section .section-subtitle,.store-section .section-subtitle{margin-bottom:.7rem}.customer-section .section-title,.store-section .section-title{margin-bottom:1.9rem}.customer-section .section-desc,.store-section .section-desc{margin-bottom:4.2rem;letter-spacing:.036em;line-height:1.75}.customer-section .btn,.store-section .btn{margin-bottom:.7rem}.customer-section .btn i,.store-section .btn i{font-size:2.1rem}.brand-section .owl-stage-outer{padding:3rem 0;margin:-3rem 0}.brand-wrap{display:flex;justify-content:center;align-items:center;height:14.2rem;-o-object-fit:contain;object-fit:contain;box-shadow:0 5px 30px 0 rgba(0,0,0,.05)}@media(min-width:992px){.about-section .section-desc{max-width:28rem}}@media(min-width:768px){.about-us .store-section .row>div:first-child{padding-left:6rem}}@media(max-width:767px){.customer-section img,.store-section img{width:100%}.order-md-first{order:1}}@media(max-width:575px){.section-title{font-size:2.5rem}}.money-back li{margin-bottom:8px}.money-back a{color:#00e}.account{line-height:1.6}.account .title{font-size:3rem;letter-spacing:.035em}.account p{font-family:Manrope,sans-serif;line-height:2.15;letter-spacing:.017em}.account p span{color:#333}.account p:first-child{letter-spacing:.005em}.account p .link-to-tab{text-decoration:underline}.account .dashboard p{color:#777}.account .btn.btn-dark{padding:.93em 1.97em}.account label{display:block;padding-left:.2rem;margin-bottom:1rem;font-size:1.4rem;line-height:1}.account .form-control{font-size:1.3rem;font-family:Manrope,sans-serif;transition:background-color .3s,border-color .3s;color:#999;border-radius:.3rem}.account .form-control:focus{border-color:#222}.account .nav-tabs{width:auto;border-right:none}.account .nav-item{border-bottom:1px solid #eee;color:#222}.account .nav-item a{display:block;padding:1.7rem .8rem 1.6rem;margin:0;font-weight:600;letter-spacing:.015em;line-height:1;text-transform:none}.account .nav-item .nav-link.active,.account .nav-item.show .nav-link,.account .nav-item:hover .nav-link{color:#1a181e}.account .tab-pane{padding:.8rem 0 0}.account thead{text-align:left}.account thead th{padding:1.5rem 0}.account tbody td{padding:1.5rem 1rem 1.5rem 0}.account td:first-child{padding-left:1rem}.account .order-total{width:25.9rem;font-size:1.4rem;font-weight:400;color:#666}.account fieldset{margin:7rem 0 2rem;padding:2rem 2rem 1rem;border:1px solid #e1e1e1}.account legend{color:#222}.account .btn{padding:1em 1.87em}.account .order-table{border:1px solid #eee}.account .order-action .btn{padding:0}.account .account-active-link{border-right:4px solid #1a181e;background:linear-gradient(90deg,#fff,rgba(0,0,0,.082))}.radio-icon{margin-top:4px}.card-address .btn,.downloads .btn{padding:0}.card-address .btn i{font-size:1.4rem}.mobile-account-tab{justify-content:space-between;padding:1.55rem 8px;margin:0 10px;border-bottom:1px solid #e1e1e1}.mobile-account-tab .tab-label{font-size:1.6rem;line-height:1;margin-left:10px!important}.mobile-tab-header{padding:1.55rem 8px}.mobile-tab-header .header-label{font-size:1.6rem;line-height:1;margin-left:10px!important}@media(max-width:767px){.mobile-tabs-content{padding:1.3rem 1.3rem 5rem!important}}.order-number{width:11.4rem;color:#000}.order-date{width:24.8rem;color:#666}.order-status{width:14.7rem;font-size:1.2rem;color:#222;font-weight:900}.order-status span{display:inline-block;padding:.1rem .5rem;border-radius:.3rem;line-height:1.9}.card-address{position:relative}.card-address .add-lables-values{min-height:122px}.card-address .add-lables-values .checkout-email-lable{text-overflow:ellipsis;-webkit-line-clamp:2!important;width:23rem;overflow:hidden;display:block}.card-address .add-lables-values span{color:#666}.card-address .add-lables-values .add-wrap{min-height:7.5rem}.card-address .add-lables-values .add-address{text-overflow:ellipsis;overflow:hidden;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.card-address .add-bottom-btn{bottom:1rem}.mobile-checkout-address{padding:1.5rem 2.5rem;align-items:center;justify-content:space-between;color:#1a181e}.mobile-checkout-address .mobile-address-heading .address-user-name{color:#1a181e!important;font-size:1.5rem;font-weight:600}.mobile-checkout-address .mobile-address-label{color:#999;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-right:1rem;font-size:1.25rem}.mobile-checkout-address .btn-change{padding:.8rem!important}@media(max-width:767px){.account .nav-tabs{width:100%}.account .tab-content{padding-left:1.5rem}}.section-buttons .row{justify-content:center;text-align:center}.section-buttons.grey-section .title-wrapper p{color:#666}.section-buttons.background-section{padding:6.6rem 0 5rem}.section-buttons.background-section p{font-size:1rem}.section-buttons .btn{margin-bottom:2rem}.btn-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.btn-wrapper .btn{margin-left:1rem;margin-right:1rem}.btn-wrapper .btn-block{max-width:18rem}@media(min-width:992px){.btn-wrapper .btn{margin:1.4rem 0}.btn-wrapper .btn:not(:last-child){margin-right:2rem}}@media(max-width:479px){.btn{font-size:1.2rem}}.default-section{margin-top:8.8rem}.masonry-section .height-x1{height:21.5rem}.masonry-section .height-x2{height:43rem}.masonry-section .category-banner{height:100%}.masonry-section .category-banner .category-media,.masonry-section .category-banner>a{display:block;height:100%}.masonry-section .category-banner img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.badge-section .height-x1{height:30rem}.badge-section .height-x2{height:60rem}.badge-section .category-badge{overflow:hidden;height:100%}.badge-section .category-badge .category-media,.badge-section .category-badge>a{display:block;height:100%}.badge-section .category-badge img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:767px){section.badge-section .height-x1,section.masonry-section .height-x1{height:18rem}section.badge-section .height-x2,section.masonry-section .height-x2{height:36rem}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.badge-section .category-badge img,.masonry-section .category-banner img{height:100%;width:auto}}@media (-ms-high-contrast:none)and (max-width:767px),screen and (-ms-high-contrast:active)and (max-width:767px){.badge-section .category-badge img,.masonry-section .category-banner img{width:100%;height:auto}}.contact-us .breadcrumb{padding:1.2rem 0 1.1rem}.contact-us .breadcrumb li:last-child{color:#666}.contact-us .breadcrumb li:not(:last-child) a,.contact-us .breadcrumb li:not(:last-child):after{opacity:.7}.contact-us .page-header{height:30.2rem}.contact-us .page-title{font-size:5rem}.contact-us .grey-section{background-color:#f7f7f9}.contact-us .store-section .title{font-size:3rem}.contact-us .grey-section{padding:2.5rem 3.2rem 1.4rem}.contact-us .grey-section h4{font-size:2rem;line-height:1.1}.contact-us .grey-section p{margin-bottom:3.2rem;line-height:1.72}.contact-section form h4{margin-bottom:.3rem}.contact-section form p{margin-bottom:2.4rem;font-size:1.3rem}.contact-section .form-control{border-radius:.3rem}.contact-section .form-control::-moz-placeholder{color:#999}.contact-section .form-control:-ms-input-placeholder{color:#999}.contact-section .form-control::placeholder{color:#999}.contact-section textarea{min-height:15rem;padding:1rem 2rem}.contact-section .btn i{font-size:1.6rem;margin-left:1rem;margin-bottom:.2rem}.contact-section .btn i:before{font-weight:600}.error-section{background:#f7f7f7;height:694px}.error-section h1{font-size:3.4rem}.error-section .btn{padding:1em 3.6em}.product-wrapper.row [class*=col-]{margin-bottom:2rem}.card-body ul{padding-left:0;list-style-type:none}.widget .owl-nav-top .owl-nav i{padding-left:0;padding-right:0}.cart-added-alert{display:none;margin-bottom:1rem}.container>.cart-added-alert:first-child{margin-top:-1rem}.cart-added-alert span{color:#222}.cart-added-alert .btn-success,.cart-added-alert span{vertical-align:middle}.product-details .product-navigation{padding:.2rem 2px .3rem}.product-gallery{display:flex;flex-wrap:wrap;margin-bottom:2rem;position:sticky}.container-fluid .product-gallery.product-gallery-vertical .product-image-full{bottom:calc(22% + 20px)}.container .product-gallery.product-gallery-vertical .product-image-full{bottom:calc(19% + 20px)}.product-gallery.product-gallery-sticky{top:2rem;padding-bottom:3rem;transition:top .3s}.sticky-header-active .product-gallery.product-gallery-sticky{top:8rem}.product-gallery.row>*{display:flex;align-items:center}.product-gallery.row .product-image-full{right:2rem}@media(max-width:991px){.product-gallery.product-extended .product-image-full,.product-gallery.row .product-image-full{bottom:2rem}}.thumb-pictures .product-image-full{right:1rem!important}.product-image-full{display:block;position:absolute;padding:0;right:0;top:1rem;bottom:4rem;width:-moz-fit-content;width:fit-content;color:#999;font-size:2rem;line-height:1;opacity:1;transition:opacity .3s;z-index:1}:hover>.product-image-full{opacity:1}.product-longdescription-wrapper p{font-size:1.4rem}.product-longdescription-wrapper p img{width:100px;height:auto}.product-longdescription-wrapper h1,.product-longdescription-wrapper h2,.product-longdescription-wrapper h3{font-size:1.6rem;text-transform:uppercase;font-weight:600}.product-longdescription-wrapper h4,.product-longdescription-wrapper h5,.product-longdescription-wrapper h6{font-size:1.5rem;text-transform:uppercase;margin:1rem 0}.product-longdescription-wrapper img{width:300px;display:block;margin:20px auto}.product-longdescription-wrapper blockquote{margin:1rem 0;display:flex;flex-direction:column;align-items:center}.additional-info-container{display:grid;grid-template-columns:4fr 6fr;grid-column-gap:1rem;grid-row-gap:2rem;justify-items:stretch;align-items:stretch}.additional-info-container .additional-info-label{color:#a37b64}.additional-info-container h6{font-weight:500;font-size:16px}@media(max-width:575px){.additional-info-container h6{font-size:14px}}.additional-info-container p{font-weight:500;font-size:16px}@media(max-width:575px){.additional-info-container p{font-size:14px}}.review-edit{height:.1rem;background-color:#fff;border-color:#fff;padding:16px 0 0!important}.product-navigation{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:2rem 2px 1.1rem}.product-navigation .breadcrumb{margin:0 2rem 1rem 0;font-size:inherit}.product-navigation .product-nav{margin-bottom:1rem}.product-nav{display:flex;position:relative;color:#999}.product-nav i{vertical-align:middle;font-size:1.9rem;line-height:0}.product-nav li+li{margin-left:2rem}.product-nav .product-nav-prev i{margin-right:2px}.product-nav .product-nav-next i{margin-left:2px}.product-nav .product-nav-popup .product-name{padding-right:0;color:#666;font-size:1.2rem;font-weight:400;white-space:normal}.product-nav li:hover .product-nav-popup{opacity:1;visibility:visible;transform:none}.product-nav-popup{position:absolute;top:126%;right:16px;z-index:30;width:120px;padding:0 5px 5px;line-height:1.5;text-align:center;background-color:#fff;box-shadow:1px 1px 7px rgba(0,0,0,.1);visibility:hidden;opacity:0;transform:scale(.9);transform-origin:top;transition:opacity .3s,transform .3s}.product-nav-popup:before{content:"";position:absolute;top:-8px;right:18px;width:16px;height:16px;transform:rotate(45deg);background-color:#fff;box-shadow:inherit}.product-nav-popup img{position:relative;padding-top:5px;background-color:#fff}.no-next .product-nav-popup{right:0}.product-nav-prev .product-nav-popup:before{right:6.6rem}.product-tabs .nav-link{padding:1rem 2.5rem;line-height:1.2}.product-tabs.tab .nav-item{margin-right:0}.product-tabs .tab-pane{padding:1.5rem .2rem;line-height:1.86}.product-footer+.product-tabs{margin-top:2.5rem}.product-status .list-type li,.product-tabs .tab-pane .list-type li{padding-left:3rem}.product-status{line-height:2}.card-description .description-title,.product-tab-description .description-title{font-size:2rem;line-height:24px}.card-description .description-title~p,.product-tab-description .description-title~p{line-height:1.86}.card-description li,.product-tab-description li{position:relative;padding-left:2.4rem}.card-description li:before,.product-tab-description li:before{position:absolute;display:block;left:3px;top:2px;content:"";font-family:riode;font-weight:700;font-size:1.2rem;color:#222}.card-description .table tbody,.product-tab-description .table tbody{line-height:1.8}.card-description .table td,.card-description .table th,.product-tab-description .table td,.product-tab-description .table th{padding:10px;text-align:left;vertical-align:top;border-bottom:1px solid #e9e9e9}@media(min-width:768px){.card-description .pl-md-6,.product-tab-description .pl-md-6{padding-left:3rem!important}}.card-description .btn-play,.product-tab-description .btn-play{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;justify-content:center;padding:0;font-size:35px;width:78px;height:78px;border-radius:50%;background-color:#222;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff}.card-description .icon-box .icon-box-icon,.product-tab-description .icon-box .icon-box-icon{font-size:3rem;border-color:#cdcdcd}.card-description .icon-box-content p,.product-tab-description .icon-box-content p{font-size:1.3rem;color:#999}.card-description .divider,.product-tab-description .divider{margin:1.3rem 0;height:4.4rem}.card-description figure img,.product-tab-description figure img{vertical-align:middle}.card-body .icon-box .icon-box-icon,.product-tab-description .icon-box .icon-box-icon{width:5.1rem;height:5.1rem;margin-right:2rem}.card-body .icon-box .icon-box-icon .d-icon-truck,.product-tab-description .icon-box .icon-box-icon .d-icon-truck{font-size:3.6rem}.card-body .icon-box .icon-box-title,.product-tab-description .icon-box .icon-box-title{margin-bottom:.2rem}.product-tab-description .icon-box-wrap{max-width:559px}.card-additional label,.product-tab-additional label{display:inline-block;min-width:20rem;color:#222}.card-additional p,.product-tab-additional p{display:inline-block;margin-bottom:0}.card-sizeguide,.product-tab-size-guide{display:block}.card-sizeguide .size-image,.product-tab-size-guide .size-image{flex:0 0 36%;text-align:center;padding:0 10px}.card-sizeguide .size-table,.product-tab-size-guide .size-table{flex:1 1;font-size:14px;text-transform:uppercase;color:#21293c}.card-sizeguide .size-table thead th,.product-tab-size-guide .size-table thead th{padding:30px 0 30px 10px;font-weight:600;background:#f4f4f2;text-align:left}.card-sizeguide .size-table tbody tr>*,.product-tab-size-guide .size-table tbody tr>*{padding:12px 0 12px 10px;font-weight:700;text-align:left}.card-sizeguide .size-table tbody tr:nth-child(2n),.product-tab-size-guide .size-table tbody tr:nth-child(2n){background-color:#ebebeb}.card-reviews .comments>ul,.product-tab-reviews .comments>ul{padding-right:3rem}.card-reviews .comments li,.product-tab-reviews .comments li{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid #e1e1e1}.card-reviews .comments li:last-child,.product-tab-reviews .comments li:last-child{margin-bottom:0;border-bottom:none}.card-reviews .comment p,.product-tab-reviews .comment p{margin-bottom:0}.card-reviews .comment-rating,.product-tab-reviews .comment-rating{position:absolute;right:0;top:3rem;font-size:1.2rem}.card-reviews .ratings-full,.product-tab-reviews .ratings-full{margin-right:0}.card-reviews .reply,.product-tab-reviews .reply{margin-bottom:0;flex-direction:column;flex:auto}@media(min-width:768px){.card-reviews .reply,.product-tab-reviews .reply{min-width:295px;margin-right:40px}}.card-reviews .reply p,.product-tab-reviews .reply p{margin-bottom:2.5rem;font-size:1.3rem;color:#666}.card-reviews .reply .btn,.product-tab-reviews .reply .btn{padding:1em 3em;height:-moz-fit-content;height:fit-content}.card-reviews .reply .btn i,.product-tab-reviews .reply .btn i{font-size:1.9rem;margin-left:1rem}.card-reviews .read-more,.product-tab-reviews .read-more{text-decoration:underline}.card-reviews .img-preview,.product-tab-reviews .img-preview{height:5.5rem;border-radius:4px}.card-reviews .img_wrp,.product-tab-reviews .img_wrp{display:inline-block;position:relative}.card-reviews .close,.product-tab-reviews .close{position:absolute;top:-5px;right:-5px;cursor:pointer;height:17px;width:17px;display:flex;align-items:center;justify-content:center;border-radius:50%}.card-reviews .review-section,.product-tab-reviews .review-section{display:grid;grid-template-columns:1fr 3fr;margin-top:1rem;width:100%;justify-content:center;-webkit-box-align:center}.card-reviews .review-section .percent,.product-tab-reviews .review-section .percent{width:7rem}.card-reviews .review-section .total-review,.product-tab-reviews .review-section .total-review{display:flex!important;justify-content:center;align-items:flex-start;flex-direction:column}.card-reviews .review-section .review-bar,.product-tab-reviews .review-section .review-bar{min-width:150px}.card-reviews .buttons,.product-tab-reviews .buttons{width:-moz-fit-content;width:fit-content}.card-reviews .ratings:before,.product-tab-reviews .ratings:before{color:#e50b20}.card-reviews .form-checkbox,.product-tab-reviews .form-checkbox{font-size:1.3rem}.product-details .collapse:after{color:#1a181e}.reviewImgs{border:1px solid #e3e3e3;padding:10px;flex:0 0 98px;height:98px}.closeButton{position:relative;top:-4px;left:-20px}.reviewImgUpload{width:98px;height:98px;flex:0 0 98px;border:1px solid #e3e3e3;padding:10px;justify-content:center;align-items:center;position:relative}.reviewImgUpload .fileInput{height:100%;opacity:0;position:absolute}.rating-form{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:2.2rem}.rating-form label{margin-right:1rem}.rating-stars{position:relative;height:14px;font-size:1.4rem}.rating-stars,.rating-stars a{display:flex;align-items:center}.rating-stars a{height:16px;width:16px;justify-content:center}.rating-stars .star-1{z-index:10}.rating-stars .star-2{z-index:9}.rating-stars .star-3{z-index:8}.rating-stars .star-4{z-index:7}.rating-stars .start-5{z-index:6}.product-sticky-content:not(.fixed) .sticky-product-details{display:none}.product-sticky-content:not(.fixed) .container{padding:0}.product-sticky-content.fixed{padding:1rem 0}.product-sticky-content.fixed .container{display:flex;align-items:center}.product-sticky-content.fixed .product-price{font-size:2rem}.product-sticky-content.fixed .product-form{flex:1 1}.product-sticky-content.fixed .product-form-group{justify-content:flex-end}.product-sticky-content.fixed .product-form,.product-sticky-content.fixed .product-form-group>*{margin-bottom:0}.product-sticky-content.fixed .product-form>label{display:none}.product-sticky-content.fixed .input-group{margin-right:.8rem}.sticky-product-details{display:flex;align-items:center}.sticky-product-details img{display:block;width:9rem;height:9rem}.sticky-product-details .product-image{margin-right:1rem;max-width:9rem}.sticky-product-details .product-title{margin-bottom:.5rem;font-weight:700}.sticky-product-details .product-price{font-weight:600}.sticky-product-details .product-price,.sticky-product-details .product-title{font-size:2rem}.sticky-product-details .product-price,.sticky-product-details .ratings-container{margin-bottom:0}.sticky-product-details .product-info{display:flex}.sticky-product-details .product-price{margin-right:2rem}.product-layout-gallery .product-image-full,.product-layout-grid .product-image-full,.product-layout-masonry .product-image-full,.product-sticky-both .product-image-full,.product-sticky-info .product-image-full{bottom:1rem!important}aside .service-list{padding:0 2rem;border:1px solid #eee}aside .service-list>*{justify-content:flex-start;padding:2.2rem 0}aside .service-list>:not(:last-child){border-bottom:1px solid #e1e1e1}aside .service-list i{margin-left:5px;font-size:3.2rem}aside .service-list .icon-box-title{font-size:1.5rem;letter-spacing:0;line-height:1.2}aside .service-list p{line-height:1.2}aside .service-list .icon-box1 i{margin-left:0;font-size:3.7rem}aside .banner-content{left:5%;top:12%;width:90%}aside .banner-subtitle{font-weight:500;font-size:16px;color:#777}aside .banner-title{font-size:2.3rem;line-height:1.4em}aside .owl-nav-top .owl-nav{top:-5.1rem}aside .owl-nav-top .owl-nav i{padding:.1rem;font-size:1.2rem}aside .owl-nav-top .owl-nav i:before{font-weight:600}.linked-product-wrapper .new-price{color:#e50b20;font-size:14px;font-weight:700;letter-spacing:.025em;line-height:1}.linked-product-wrapper .new-price-v2{font-size:1.7rem}.linked-product-wrapper .old-price{font-size:12px!important;text-decoration:line-through;margin-top:5px;color:#757575;font-weight:600}@media(max-width:575px){.linked-product-wrapper i{margin-bottom:1rem!important}.linked-product-wrapper .total-wrapper{margin-left:0!important;margin-top:3rem}.linked-product-wrapper .product{margin-left:0!important;margin-top:1rem!important}.card-body .comments>ul,.product-tab-reviews .comments>ul{padding:0}.product-tab-additional label{min-width:13rem}}.review-loading-wrapper{height:70px}.review-loading-wrapper .d-loading{top:50%!important}@media(min-width:576px){.product-tab-size-guide{display:flex}.product-tab-size-guide .size-table tbody th,.product-tab-size-guide thead th:first-child{padding-left:3rem}}.product-card{background-color:#fff}.product-card,.product-card-v2{overflow:hidden;border-radius:1rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.05),0 0 5px rgba(0,0,0,.05)}.product-card-v2{background-color:hsla(0,0%,97%,.988)}@media(min-width:992px){.product-form select{width:20rem}.product.product-single .product-details{padding-left:1rem}.product-details.row{padding-left:0}.product-details.row>:last-child{padding-left:2rem}}@media(min-width:1600px){.container-fluid .product-thumbs.owl-carousel{width:calc(100% + 20px);margin:0 -10px}.container-fluid .product-thumb{margin:0 10px}.container-fluid .product-thumbs-wrap{margin-top:20px}.container-fluid .product-thumbs .owl-prev{left:10px}.container-fluid .product-thumbs .owl-next{right:10px}.container-fluid .pg-vertical .product-thumb{margin:0 0 20px}.container-fluid .pg-vertical .product-thumbs-wrap{margin:0 20px 0 0}.container-fluid .pg-vertical .product-single-carousel{max-width:calc(100% - 129px)}}@media(min-width:992px)and (max-width:1199px){aside .service-list{padding:0 1rem}}@media(min-width:768px)and (max-width:1035px){.product-single .product-tab-size-guide{display:block}}.product-sticky-both .btn-cart{margin-bottom:1rem}.product-sticky-both .product-action,.product-sticky-both .product-action-v2{display:flex}.product-sticky-both .btn-wishlist{margin-bottom:1rem}@media(min-width:992px){.product-sticky-both .btn-cart{max-width:100%}.product-sticky-both .product-form .p-relative,.product-sticky-both .product-form .select-box{margin-right:0;width:100%}.product-sticky-both .product-form select{flex:1 1;width:100%}}@media(max-width:991px){.product-tabs .card-body .icon-box-side,.product-tabs .product-tab-description .icon-box-side{flex-direction:row}.product-tabs .card-body .icon-box-icon,.product-tabs .product-tab-description .icon-box-icon{display:inline-flex;margin-bottom:0;padding:0}.product-tabs .card-body .icon-box-content,.product-tabs .product-tab-description .icon-box-content{text-align:left}.product-image-full{bottom:calc(20% + 35px)}}@media(max-width:767px){.product-gallery{margin-bottom:0}.quickview-modal .product-gallery{margin-bottom:3rem}.reply .img-wrapper{display:block!important;text-align:center}.reply .img-preview{height:5.5rem!important}.reply .btn{margin-top:2rem}.review-section{display:flex!important;flex-direction:column!important}.review-section .review-wrapper{margin-top:3rem;display:block!important}.review-section .buttons{width:100%}.review-section .total-review{flex-direction:row!important;align-items:flex-start!important;justify-content:flex-start!important}.review-section .rating{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}}.discount-label{border-radius:3px;padding:2px 10px;text-align:center;color:#fff;font-size:12px;font-weight:600;line-height:20px}.discount-label-color{background:#e50b20}@media(max-width:479px){.card-sizeguide .size-table tbody tr>*,.product-tab-size-guide .size-table tbody tr>*{padding:12px 0}.product-tab-size-guide .size-table tbody th{padding-left:1rem}.product-tab-size-guide .size-table tbody th:last-child{padding-right:1rem}}.health-single-product{filter:drop-shadow(0 4px 12px rgba(0,0,0,.08));height:100%}.hover-container{width:100%;height:100%;position:relative;border-radius:8px;padding-bottom:20px}.info-hover{width:100%;height:96%;position:absolute;z-index:1;background:rgba(26,24,30,.5);visibility:hidden;border-radius:8px;padding:28px 28px 54px}.hover-container .image-under{position:relative}.hover-container:hover .info-hover{display:flex;align-items:flex-end;justify-content:center;visibility:visible}.button-hover{padding:12px 32px;background:#fff;border-radius:4px;font-size:14px;line-height:20px}.post-single .post-details{padding:4rem 0 0}.post-single .post-author{text-transform:uppercase}.post-single .post-title{margin-bottom:2.5rem;font-size:2.4rem}.post-single .post-body a{text-decoration:underline;color:#222}.post-single .post-body a:hover{color:#1a181e}.post-single .post-body h4{margin-bottom:2rem;font-size:2rem;line-height:1.2}.post-single .post-body p{line-height:1.72}.post-single .post-body li,.post-single .post-body p{text-align:justify}.post-single .post-body figcaption{color:#999}.post-single .post-body figcaption a{color:inherit;border-bottom:1px solid #999;text-decoration:none;transition:border-color .3s,color .3s}.post-single .post-body figcaption a:hover{border-color:#1a181e}.post-single .with-img{display:flex}.post-single .with-img figure{display:table;margin:0 auto}.post-single .with-img .list{margin-left:0;line-height:1.82}.post-single .with-img li:not(:last-child){margin-bottom:.3rem}.post-single blockquote{padding-left:6rem}.post-single blockquote p{font-size:1.8rem}.post-single blockquote:before{display:inline-block;position:absolute;left:0;top:0;font-family:Font Awesome\ 5 Free;content:"";font-weight:900;font-size:2.5rem;color:#222;line-height:1}.post-single .post-author-detail{position:relative;display:flex;align-items:flex-start;margin-top:6rem;padding:3rem;border:1px solid #e1e1e1;z-index:1}.post-single .author-media{max-width:6rem;flex:0 0 6rem;margin-right:1.8rem;overflow:hidden}.post-single .author-media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-single .author-header{flex-wrap:wrap;margin:.2rem 0 1.2rem}.post-single .author-header :not(i){line-height:1}.post-single .author-header .author-name{font-size:1.8rem;line-height:1.2}.post-single .author-header .author-title{font-size:1.3rem;line-height:1.86}.post-single .author-header .author-link{display:inline-block;font-size:1.3rem;margin:1rem 0;text-decoration:none}.post-single .author-header .author-link:hover{color:#1a181e}.post-single .author-body{flex-grow:1}@media(max-width:575px){.post-single blockquote{padding-left:4rem}.post-single blockquote p{font-size:1.6rem}.post-single .post-author-detail{padding:1.7rem}}.post-footer{display:flex;align-items:center}.post-footer .social-icons{margin-left:auto}.post-footer .social-icon{display:inline-block;margin:.3rem 2.8rem .3rem 0;font-size:1.5rem;color:#999}.post-footer .social-icon.social-pinterest{margin-right:1rem}.page-nav{padding-bottom:1rem;border-bottom:1px solid #ebebeb;display:flex;align-items:center;width:100%}.pager-link{position:relative;color:#999;display:flex;flex-direction:column;align-items:flex-start;flex:0 0 50%;max-width:50%;padding-top:1.5rem;padding-bottom:1.5rem;font-size:1.3rem;font-weight:400;text-transform:uppercase;line-height:1.5;transition:all .35s ease}.pager-link+.pager-link{border-left:.1rem solid #ebebeb}.pager-link:after{display:block;position:absolute;top:50%;transform:translateY(-50%);font-family:riode;font-size:2rem;font-weight:400;line-height:1;transition:all .35s ease .05s}.pager-link.pager-link-prev{padding-right:3rem;padding-left:4.2rem}.pager-link.pager-link-prev:after{content:"";left:.2rem}.pager-link.pager-link-next{padding-left:3rem;padding-right:4.2rem;align-items:flex-end;text-align:right}.pager-link.pager-link-next:after{content:"";right:.2rem}.pager-link:focus,.pager-link:hover{color:#999}.pager-link:focus .pager-link-title,.pager-link:hover .pager-link-title{box-shadow:0 .2rem 0 #333}.pager-link-title{display:inline-block;margin-top:.6rem;flex:0 0 auto;color:#222;font-size:1.5rem;font-weight:700;text-transform:none;transition:all .35s ease;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:575px){.pager-link-title{display:none}.pager-link.pager-link-next{border:0}}.related-posts{padding:7rem 0 4.5rem}.related-posts .post-details{padding:2.3rem 0 1rem}.related-posts .post-title{text-transform:none}.related-posts .post-content{margin-bottom:1.8rem;line-height:1.72}.comments .title-simple,.related-posts .title-simple,.reply .title-simple{font-size:2.4rem}.shop-table{text-align:left}.shop-table td{padding:1.5rem 1rem 1.5rem 0;border-top:1px solid #e1e1e1;font-size:1.4rem}.shop-table th{padding:.3rem 0;font-size:1.6rem;font-weight:600;line-height:1.875;text-transform:uppercase;color:#222}.shop-table img{display:block;max-width:100px}.shop-table .img2{display:block;max-width:147px!important}.shop-table .product-thumbnail a{display:block;width:100px}.shop-table .remove{display:flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;font-size:1.2rem;color:#222;border:1px solid #ccc;border-radius:50%}.shop-table .product-name{white-space:normal;color:#000}.shop-table td.product-remove{padding-right:0;width:23px}.shop-table .product-price{display:table-cell}.share-on>*{margin-right:2.8rem}.share-on .social-link{border:none;width:auto;height:auto}.share-on .social-link.social-facebook{color:#3b5998}.share-on .social-link.social-twitter{color:#1da1f2}.share-on .social-link.social-youtube{color:red}.share-on .social-link.social-instagram{color:#ff4107}.share-on .social-link.social-pinterest{color:#bd081c}.share-on .social-link.social-email{color:#dd4b39}.share-on .social-link.social-whatsapp{color:#3c8a38}.share-on .social-link.social-icon:hover{background-color:transparent;color:#1a181e}@media(min-width:768px){.wishlist-table td.product-stock-status{width:130px}}@media(min-width:992px){.wishlist-table td.product-stock-status{width:201px}.wishlist-table td.product-add-to-cart{width:235px}}@media(max-width:767px){.shop-table{text-align:center}.shop-table thead{display:none}.shop-table tbody,.shop-table td,.shop-table tr{display:block}.shop-table tr{position:relative;padding:4rem 1rem}.shop-table tr+tr{border-top:1px solid #e1e1e1}.shop-table td{padding:0;border:none}.shop-table .product-thumbnail{margin-bottom:1rem}.shop-table .btn-product,.shop-table .product-thumbnail a,.shop-table td{margin-left:auto;margin-right:auto}.shop-table .product-stock-status{margin-bottom:1rem}.shop-table .btn-product{max-width:220px}.shop-table .product-remove{position:absolute;right:2rem;top:2rem;padding:.5rem;width:auto}.shop-table .product-quantity{margin-bottom:1rem}.wishlist-table td.product-price{display:block;width:100%}}.wishlist-table th.product-name{padding-left:2px;width:120px}.wishlist-table .wishlist-out-stock{color:#e50b20}.wishlist-table .wishlist-in-stock{color:#1a181e}.wishlist-table .btn-product{padding:1.4rem;white-space:nowrap;width:13rem;margin:0 auto;font-size:1.2rem;transition:color .3s,background-color .3s}.wishlist-table .btn-product:hover{color:#fff;background-color:#1a181e}.wishlist-table .btn-product.btn-disabled{border-color:#f2f3f5!important;background-color:#f2f3f5!important}.card-margin-bottom{margin-bottom:12px!important;width:180px}.card-margin-bottom .form-control-drop-down{height:3.5rem;border:1px solid #ccc;width:100%;border-radius:.3rem;color:#000;padding:0 10px!important;background-color:#fff;font-size:1.2rem}@media(max-width:575px){.card-margin-bottom{margin-bottom:6px!important;width:140px}.card-margin-bottom .form-control-drop-down{height:3rem;border:1px solid #ccc;border-radius:.3rem;color:#000;padding:0 5px!important;background-color:#fff;font-size:1.1rem}}.cart-item-container{display:grid;grid-gap:10px;max-width:18rem}.cart-item-container.free-product{display:grid;grid-template-columns:5fr 1fr;grid-gap:10px}.timer-container{display:flex;align-items:center;background-color:#17b318;min-width:85px;padding:11px 12px;border-radius:6px;line-height:1}.icon-container{margin-right:7px}.timer-content{color:#fff!important}.cart-item-container.small-size{display:flex;flex-direction:column;align-items:flex-start;margin-right:35px!important}.cart-item-quantity{display:flex;flex-direction:column;justify-content:flex-end;margin-right:10px}.flex-45{flex:45 1}.flex-45,.flex-60{font-size:1.4rem!important}.flex-60{flex:60 1}.cart-totals{font-size:20px}.cart .accordion{border-bottom:1px solid #e1e1e1}.cart .card-header{font-size:1.4rem}.cart .card-header>a{padding-left:2px}.cart .card-body{margin-bottom:2.4rem;padding:0}.cart .form-control{font-family:Manrope,sans-serif}.cart label{cursor:pointer}.cart .remove{margin-right:0;width:2rem;text-align:center}.cart .summary{line-height:2.15}.cart .summary .title{margin-bottom:1rem;padding-bottom:1.8rem;border-bottom:1px solid #e1e1e1}.cart .btn-checkout{display:block;padding-top:1.06em;padding-bottom:1.06em;border-color:#333;background-color:#333}.cart .product-thumbnail figure{position:relative;display:inline-block}.cart .shop-table th{padding:.2rem 0 1.8rem;font-size:1.3rem;font-weight:700;color:#999;line-height:1;letter-spacing:.025em}.cart .shop-table .product-name-section{text-align:start}.cart .shop-table td:last-child{padding-right:0}.cart .shop-table td:first-child{padding:2rem 2rem 1.5rem 0}.cart .shop-table .quantity.form-control{font-weight:700}.cart .product-remove{display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.2rem;width:2.3rem;height:2.3rem;border:1px solid #ccc;border-radius:50%;background-color:#fff;color:#222}.cart .product-remove i{height:12px;width:12px;display:flex;align-self:center;justify-content:center}.cart .shipping{margin-bottom:.3rem}.cart .btn{border-width:1px}.cart .shipping-row-last .summary-subtitle{padding:2.4rem 0 1.9rem}.cart .shipping-row-last li{padding-bottom:.3rem}.cart .discount-percentage{font-weight:600;color:#17b31b}.step-by{display:flex;justify-content:center;flex-wrap:wrap;padding:.9rem 0}.step-by .title.title-step{margin:0 3.4rem 0 1rem;font-size:2rem;text-transform:uppercase;font-weight:700;color:#666;letter-spacing:.1rem;padding:.4rem 0}.step-by .title.title-step:not(:last-child) i{display:inline-block;position:absolute;right:-3rem;top:20%;line-height:0;vertical-align:middle;font-family:Font Awesome\ 5 Free;font-weight:700;font-size:1.7rem;color:#ccc}.step-by .title.title-step.visited,.step-by .title.title-step.visited~.active:before{color:#222}.step-by .title.title-step.active{color:#1a181e}.step-by .title.title-step:first-child{margin-left:0}.step-by .title.title-step:first-child:before{display:none}.step-by .title.title-step:last-child{margin-right:0}.step-by .title.title-step .step-by-btn{cursor:pointer}.summary{padding:1rem 3rem;border:1px solid #e1e1e1;border-radius:2px}.summary td:last-child,.summary th:last-child{text-align:right}.summary th{text-align:left}.summary .form-control{width:100%;max-width:100%}.summary2{background-color:#f8f8f8!important;border:none!important;padding:0 3rem!important}@media(max-width:767px){.summary2{padding:0 2rem!important}}.summary-saving-lable-container{padding:2.5px 0;margin:1.2rem 0 0;text-align:start;border-radius:.3rem}.summary-saving-lable-container .saving-lable{margin:0;color:#17b31b}.summary-saving-lable-container .saving-lable span{font-weight:700}.qty-label{width:-moz-fit-content;width:fit-content;border-radius:14px;margin-top:0}.summary-title{font-weight:700;letter-spacing:.01em;color:#222;margin-bottom:0}.summary-title2{border-bottom:none;padding-bottom:10px!important;text-transform:none!important;font-size:20px}@media(max-width:500px){.summary-title2{font-size:16px}}.cart-product-padding{padding-bottom:5px}.button-padding{width:80px!important;padding:6px 50px!important;border-radius:4px!important;font-size:16px!important}@media(max-width:500px){.button-padding{width:-moz-max-content!important;width:max-content!important;padding:8px 40px!important}}.section-padding{padding:0 12px 12px 14px!important}.overlay1{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1;max-width:147px;max-height:147px}@media(max-width:500px){.overlay1{max-width:80px;max-height:80px}}.overlay-text1{color:#fff;font-size:22px;font-weight:700;text-align:center;padding:25px}@media(max-width:500px){.overlay-text1{font-size:12px}}.cart-sticky-checkout{padding:12px 16px;border-top:1px solid #ededed}.td-alignment{vertical-align:top;padding-top:15px}.coupon-container{display:flex;flex-direction:column;background-color:#f8f8f8;padding:12px;border-radius:6px}.product-carousal-heading{padding-bottom:0!important}.coupon-heading{font-size:20px;margin-bottom:10px;position:sticky;top:0;background:#fff}@media(max-width:500px){.coupon-heading{font-size:16px}}.padding-coupon-heading{padding:16px 16px 0}.apply-coupon-button{font-size:16px}@media(max-width:500px){.apply-coupon-button{font-size:14px}}.view-offers-link{color:#17b31b;cursor:pointer;font-size:14px!important}@media(max-width:500px){.view-offers-link{font-size:12px!important}}.applied-coupons-container{display:flex;flex-direction:column;justify-content:center}.summary-subtotal,.summary-subtotal-saving{border-bottom:1px solid #e1e1e1}.summary-subtitle{font-size:1.4rem;font-weight:400;letter-spacing:.05em;color:#222;margin-bottom:0;padding:1.5rem 0}.summary-subtitle p{color:#666;font-size:1.2rem}.summary-subtotal-price{font-size:1.4rem;font-weight:600;color:#222;margin-bottom:0;font-family:Manrope,sans-serif}.summary-subtotal-listingprice{color:#aaa}.discount-price-color{color:#17b31b}.avg-delivery-lable-container{text-align:start}.avg-delivery-lable-container p{color:#666;font-size:1.2rem}.avg-delivery-lable-container p span{font-weight:500;color:#1a181e}.summary-total-price{letter-spacing:.025em;font-weight:700;color:#222;text-align:right;line-height:1;margin-bottom:0;font-family:Manrope,sans-serif;font-size:2rem}.paragraph-font{font-size:12px!important}.summary-total-price-2{font-size:14px}.total .summary-subtitle{padding:1.4rem 0 1.3rem}.empty-cart p{font-size:1.6rem;font-weight:600;color:#777}.empty-cart i.cart-empty{margin-bottom:3rem;font-size:8rem;color:#aaa}.empty-cart .btn.btn-md{border-radius:2px;border:2px solid #222;letter-spacing:.025em}@media(max-width:575px){.cart .cart-actions{width:100%;text-align:center;display:block}.cart .cart-actions .btn-outline{margin-right:2rem!important}.cart-coupon-box .summary{padding:2.4rem 3rem 0!important}}@media(min-width:768px){.cart-table-wrapper{background-color:#fff!important;border:1px solid #e1e1e1}}@media(max-width:767px){.product-name-section{text-align:center!important;margin:0 15px}.summary{padding-left:2rem;padding-right:2rem}.cart-coupon-box{padding-left:2rem!important;padding-right:2rem!important}.cart .shop-table td{padding:0}.cart .shop-table td.product-price{display:block;width:100%;text-align:center}.product-discount-listing{display:inline}.cart .shop-table tr{padding:2rem 0 3rem}.cart .shop-table .product-subtotal,.cart .shop-table .product-thumbnail{margin-bottom:.5rem}}.shipping-address{padding-bottom:2.4rem;border-bottom:1px solid #e1e1e1}.shipping-address label{display:block;margin-bottom:1.4rem;font-size:1.5rem}.shipping-address .form-control{margin-bottom:1.5rem;padding:1rem 1.4rem;font-size:1.3rem;border-color:#e1e1e1;color:#999;min-height:4.1rem}.shipping-address .btn{padding:.9em 1.7em}.checkout .select-box,.checkout input.form-control,.shipping-address .select-box,.shipping-address input.form-control{background:#fff}.checkout .select-box .form-control,.checkout input.form-control .form-control,.shipping-address .select-box .form-control,.shipping-address input.form-control .form-control{padding:1rem 1.4rem .8rem;font-size:1.4rem;color:#666}.checkout .select-box:before,.checkout input.form-control:before,.shipping-address .select-box:before,.shipping-address input.form-control:before{font-family:riode;content:"";right:1.5rem;font-size:1.1rem;z-index:2}.cart-total{text-align:right}.cart-total .btn-calc{margin-bottom:1.8rem}.cart-total td,.cart-total th{border-top:1px solid #e1e1e1}.cart-subtotal th{font-weight:400}.cart-subtotal td,.cart-subtotal th{padding:1.5rem 0}.order-total{font-size:1.6rem;font-weight:600;color:#1a181e}.order-total td,.order-total th{padding-top:1.9rem}.cart-table .product-name{font-weight:600;color:#222;line-height:1.86;padding-right:2rem}.cart-table .product-price{width:100px}.cart-table .product-quantity{width:120px}.cart-table .product-quantity .input-group{height:3.5rem!important}.cart-table .clear-cart{padding-top:14px;padding-bottom:12px;color:#000;font-family:Manrope;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.cart-table .cart-product-card{background-color:#f8f8f8;border-radius:6px}.cart-table .image-container{position:relative;display:inline-block}.cart-table .svg-overlay{position:absolute;top:0;left:0;transform:translate(-25%,-25%);z-index:2}.cart-table .product-savings{color:#969696;font-size:12px!important}.cart-table .mobile-specific-cart{padding:20px!important}@media(max-width:500px){.cart-table .mobile-specific-cart{padding:12px!important}}.cart-table .text-alignment{text-align:center!important}.cart-table .mobile-specific-cart-product-container{padding:2rem 2rem 2rem .5rem}.cart-table .mobile-specific-cart-product-container .form-control{height:3.5rem!important;min-height:3.5rem!important;padding:0 1rem!important;font-size:1.2rem;max-width:110px;border:1px solid #ccc!important}.cart-table .mobile-specific-cart-product-container .sm-product-amount{font-size:1.5rem;font-weight:500}.cart-table .mobile-specific-cart-product-container .sm-product-remove{position:absolute;right:2rem;top:2rem}.cart-table .mobile-specific-cart-product-container .outofstock-tag{background-color:#f9e8e8;color:#c20000;width:-moz-fit-content;width:fit-content;padding:0 .7rem;border-radius:.5rem}.cart-table .mobile-specific-cart-product-container .outofstock-tag .outofstock-label{font-size:1.5rem}.cart-table .mobile-specific-cart-product-container .cart-product-title{overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical}.cart-table .mobile-specific-cart-product-container .circular-timer{position:relative;display:inline-block}.cart-table .mobile-specific-cart-product-container .timer-svg-container{position:relative;width:100%;padding-bottom:100%;margin:0 auto}.cart-table .mobile-specific-cart-product-container .timer-svg{transform:rotate(-90deg)}.cart-table .mobile-specific-cart-product-container .timer-circle{transition:stroke-dashoffset 1s linear}.cart-table .mobile-specific-cart-product-container .timer-text{position:absolute;top:50%;left:50%;color:#000!important;transform:translate(-50%,-50%);font-size:16px;font-weight:700}.cart-table .mobile-specific-cart-product-container .ribbon.top-left{position:absolute;z-index:98;width:80px;height:110px;overflow:hidden;top:-5px;left:-6px}.cart-table .mobile-specific-cart-product-container .ribbon.top-left>small{background-size:100%;background-image:linear-gradient(180deg,#5cb85c 0,#3d8b3d);position:absolute;width:100%;padding:4px;text-align:center;font-size:65%;color:#fff;background-color:#5cb85c;transform:rotate(-45deg);box-shadow:0 3px 6px -3px rgba(0,0,0,.5);top:12px;left:-20px}.cart-table .mobile-specific-cart-product-container .ribbon.top-left>small:before{position:absolute;content:" ";bottom:-3px;left:0;border-top:3px solid #163216;border-left:3px solid transparent;border-right:3px solid transparent}.cart-table .mobile-specific-cart-product-container .ribbon.top-left>small:after{position:absolute;content:" ";right:0;bottom:-3px;border-top:3px solid #163216;border-left:3px solid transparent;border-right:3px solid transparent}@media(max-width:575px){.cart-table .product-quantity{width:120px}.cart-table .product-quantity .input-group{height:3rem!important}}.small-product-remove{position:absolute;right:1.5rem;top:2rem}@media(max-width:500px){.small-product-remove{top:1.4rem}}.small-product-remove.limited-deal{top:22px;right:8px!important}.product-subtotal{color:#222}.input-group button,.input-group input{border-color:#eee}.input-group .quantity-minus{border-radius:.3rem 0 0 .3rem;border:1px solid #ccc}.input-group .quantity-plus{border-radius:0 .3rem .3rem 0;border:1px solid #ccc}.cart-actions{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.cart-actions .btn-icon-left{padding:1.06em 2.2em}.cart-actions .btn-icon-left i{margin-right:.8rem;font-size:2rem}.cart-actions button{padding:1.07em 2.23em}.cart-actions button.btn-disabled{border-color:#222!important;background-color:transparent!important;border-width:1px;color:#222!important;opacity:.4;cursor:default}.cart-coupon-modal{padding:2rem;letter-spacing:.0225rem!important}.cart-coupon-modal .coupon-tagline2{color:#222;font-weight:bolder}.cart-coupon-modal .loyalty-padding{padding:0!important;background-color:#f8f8f8!important}.cart-coupon-modal .coupon-apply-btn{min-width:11rem;padding:1.2rem 1.5rem!important}.cart-coupon-modal .coupon-error-box-border{border:1px solid #b10001}.cart-coupon-modal .coupon-error-lable{color:#b10001}.cart-coupon-modal .all-coupons-container{max-height:550px;overflow:scroll}.cart-coupon-modal .all-coupons-container::-webkit-scrollbar{display:none}.stick-bottom-button{width:100vw;max-width:500px;display:flex!important;justify-content:space-between;align-items:center;position:fixed;bottom:35px;left:calc(50vw - 25rem);background:#fff;border-radius:5px;z-index:2000;box-shadow:0 0 10px 1px rgba(0,0,0,.1);padding:10px 15px}.stick-bottom-button .btn{padding:1em 2em}.sticky-container{position:fixed;bottom:104px;width:100vw;max-width:500px;z-index:12;left:calc(50vw - 25rem)}.sticky-container .coupon-discount-bar{margin:auto}.stick-bottom-button-order{padding:0!important}.featured-coupon{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e1e1e1}.featured-coupon .featured-coupon-text-content{margin-right:2rem}.featured-coupon-slider{padding:1rem;border:1px solid #969696;border-radius:6px}.featured-coupon-slider-applied{padding:1rem;border:1px solid #17b31b!important;border-radius:6px}.cart-coupon-box{display:flex;flex-direction:column;padding:1.4rem 3rem;border:1px solid #e1e1e1;border-radius:2px;cursor:pointer}.cart-coupon-box .cart-coupon-container{justify-content:space-between}.cart-coupon-box .coupon-title{margin-bottom:1rem;padding-top:.8rem;font-size:1.5rem;font-weight:600}.cart-coupon-box .coupon-subtitle{color:#999;font-weight:600}.cart-coupon-box .coupon-offer{height:-moz-fit-content;height:fit-content;white-space:nowrap;cursor:pointer;font-weight:600}#coupon_code{padding-left:1.6rem;padding-right:1.6rem;font-size:1.3rem;border:none;border-bottom:1px solid #e1e1e1;transition:border-color .3s;border-radius:0}@media(min-width:992px){.cart.main .product-thumbnail{width:12rem}.cart.main .product-price{width:11rem}.cart.main .product-subtotal{width:13.2rem}.cart.main .product-close{margin-left:5px!important;width:2.3rem!important}.coupon-modal-container .auth-popup{width:55rem}}@media(min-width:768px){.coupon-modal-container .auth-popup{width:55rem}.product-close{margin-left:5px!important;width:2.3rem!important}}@media(max-width:575px){.sm-container{margin-top:0!important}.stick-bottom-button{width:100vw!important;bottom:-1px!important;left:0;z-index:2000;border-radius:0!important}.sticky-container{width:100vw!important;bottom:62px!important;z-index:12;left:0}.card-title{font-size:1.6rem}.checkout{font-size:1.4rem;font-weight:500;line-height:24px;letter-spacing:0;text-align:left}.product-close{margin-left:5px!important;width:25px!important}}.cart-products{background-color:#fff!important;padding:0!important;margin-bottom:20px!important}.cart-products .product-title-ellipsis{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cart-products .owl-stage{margin-left:2px}.cart-products .capitalize-title{font-size:1.7rem}.discount-card{background-color:#17b31b;border-radius:3px;color:#fff;font-size:12px;padding:2px}.variant-selection-form{padding:0!important;width:90%}.variant-selection-form,.variant-selection-form-small{background-color:#fff;border-radius:4px;font-size:10px!important}.variant-selection-form-small{padding:8px 12px!important;min-height:35px!important}.table-margin{margin-bottom:98px}@media(max-width:500px){.table-margin{margin-bottom:100px}}.table-margin-applied{margin-bottom:135px}@media(max-width:500px){.table-margin-applied{margin-bottom:190px}}.limited-time-product{background-color:#fff7ce;margin-left:11px;width:95%}.limited-time-added-product{border:1px solid #9b9b9b;border-radius:6px}.limited-time-deal-tag{position:absolute;top:1px;right:1px;background-color:#ffe257;color:#222;padding:5px 10px;border-radius:5px;font-weight:700}.cart-added-item{display:flex;flex-direction:column;justify-content:center;margin-left:15px}.limited-time-deal-card{position:relative;border-radius:6px}.limited-time-product-card{position:relative;margin-left:8px;width:98%}@media(max-width:500px){.limited-time-product-card{margin-left:1px;width:98.5%}}.limited-time-product-card-2{position:relative;margin-left:18px;width:93%}@media(max-width:500px){.limited-time-product-card-2{margin-left:12px;width:93.5%}}.font-success{font-size:10px;color:#17b31b;align-self:center}.limited-time-deal-overlay{position:absolute;top:-15px;left:0;width:95%;height:30px;margin-left:11px;background-color:#ffe257;border-radius:6px;z-index:1;align-items:center}.limited-time-text{padding:5px 8px;font-size:12px;text-align:right}.limited-time-text.align-left{font-size:8px!important;text-align:left!important}@media(min-width:500px){.limited-time-text.align-left{padding-top:8px;font-size:10px!important}}.grid-container{display:grid;grid-template-columns:4fr 5fr}.padding-coupon-container{padding:12px 16px}.box-shadow-coupon{box-shadow:0 -3px 12px 0 rgba(0,0,0,.15)}.coupon-container2{font-weight:bolder;padding:14px;border-radius:6px}.coupon-container2-nocoupon-background{background:#ededed}.coupon-container2-applied-background{background:rgba(23,179,27,.08)}.applied-coupon-modal{border-radius:10px}.applied-coupon-modal-container{width:408px;height:210px;border-radius:10px;border:3px solid #ffd613;background:#fff9d8;display:flex;flex-direction:column;align-items:center}@media(max-width:450px){.applied-coupon-modal-container{width:280px;height:130px}}.applied-coupon-modal-image{position:absolute;margin-top:-150px;z-index:-1}.applied-coupon-modal-ticket{position:absolute;height:108px;width:108px;margin-top:-56px;margin-right:-15px;z-index:1}@media(max-width:450px){.applied-coupon-modal-ticket{height:92px;width:92px;margin-top:-46px}}.applied-coupon-modal-info{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20% 0 10%}.checkout{line-height:1.54}.checkout .alert.card-header{padding-top:1.2rem;padding-bottom:1.3rem;background-color:#fff;border:1px dashed #cacbcc;text-transform:none}.checkout .alert.card-header>a{display:inline-block;padding:0}.checkout .alert.card-header>a:after,.checkout .alert.card-header>a:before{content:none}.checkout .alert-icon>i{margin-right:.8rem}.checkout.expanded .text-body:after{width:.8rem;height:.8rem;left:.5rem;background:#666}.checkout .alert-body{transition:display .3s}.checkout .alert-body p{font-size:1.3rem}.checkout .alert-body.expanding{display:none}.checkout .alert-body.collapsing{display:block}.checkout .alert-body .form-control{margin:0}.checkout .checkbox{margin:.6rem 0 1.6rem .2rem}.checkout .link-group .btn{padding:1em 2.5em}.checkout .link-group span{margin:0 1.1rem;font-size:1.4rem}.checkout .lost-link{font-size:1.3rem;color:#000}.checkout .social-link{border-radius:.3rem;color:#fff}.checkout .social-link.social-google{background-color:#dd4b39;border-color:#dd4b39}.checkout .social-link.social-facebook{background-color:#3b5998;border-color:#3b5998}.checkout .social-link.social-twitter{background-color:#1da1f2;border-color:#1da1f2}.checkout .check-coupon-box .form-control{max-width:42.5rem}.checkout .check-coupon-box .btn{padding:1.04em 2.05em;border-width:1px}.checkout label{display:block;padding-left:.2rem;margin-bottom:1rem;font-size:1.4rem;letter-spacing:.5px;line-height:.9;font-weight:600}.checkout .form .title.title-simple{margin-top:.3rem;font-size:1.8rem}.checkout .select-box select{max-width:100%;width:100%}.checkout .form-control{margin-bottom:2.1rem;padding-left:1.5rem;padding-right:1.5rem;font-size:1.3rem;font-family:Manrope,sans-serif;transition:background-color .3s,border-color .3s;color:#999;min-height:4.1rem;border-radius:.3rem}.checkout .form-control:not(:focus){background-color:#fff}.checkout .form-control:not(select):focus{border-color:#000}.checkout textarea.form-control{padding-top:1.5rem}.checkout .form-checkbox{padding-top:.7rem;margin-bottom:2.8rem}.checkout .form-control-label{padding-left:2.6rem;margin-bottom:0;font-size:1.4rem;line-height:2.58}.checkout .order-image{min-width:8rem}.checkout .product-total{min-width:6rem}.checkout .product-name{font-size:1.4rem;letter-spacing:0;white-space:normal}.checkout .btn-order{width:100%;transition:opacity .3s;height:6rem}.checkout .btn-order:hover{opacity:.9}.checkout .card{background:transparent}.checkout .card-header{font-size:1.4rem;line-height:3rem;text-transform:capitalize;font-weight:400;flex-direction:row}.checkout .card-header a{padding:0 0 0 2.5rem}.checkout .card-header a:after,.checkout .card-header a:before{position:absolute;content:"";display:inline-block;border-radius:50%;top:50%;transform:translateY(-50%)}.checkout .card-header a:before{left:0;width:1.8rem;height:1.8rem;background:#fff;border:1px solid #cdcdcd}.checkout .card-header a.collapse:after{width:.8rem;height:.8rem;left:.5rem;background:#666}.checkout .card-header p{padding:0 1rem;color:#fafafa;border-radius:.3rem}.checkout .card-header .extra-lable{background-color:#17b31b;font-size:12px;font-weight:600}.checkout .card-header .extra-lable.danger{background-color:#e50b20}.checkout .card-body{padding:.8rem 0 1.1rem 2.9rem;line-height:1.4}.checkout .payment.accordion{padding-bottom:2rem}.checkout .payment.accordion .summary-subtitle{font-size:1.5rem}.checkout .checkout-info{padding:1.5rem 0;margin:0;font-size:1.3rem;font-weight:400;letter-spacing:.01em;font-family:Manrope,sans-serif}.checkout .product-subtotal{margin-bottom:.5rem}.checkout .product-subtotal .discount-percetage{color:#17b31b}.checkout .product-quantity{margin-left:.4rem}.checkout .title.title-simple{font-weight:700}.checkout .summary .form-control-label{line-height:1.4}.checkout .summary .form-control-label:before{top:0;transform:none}.checkout .summary .form-control-label a{color:#000}.checkout .summary .form-control-label a:hover{color:#1a181e}.checkout .toggle-button.expanded:after,.checkout .toggle-button.expanding:after{width:.8rem;height:.8rem;left:.5rem;background:#666}.checkout .product-discount-listing{display:inline}.checkout .summary-subtotal-listingprice{margin-left:1rem}.checkout .payment-card{padding:1rem;gap:1rem;cursor:pointer}.checkout .payment-card .checkout-payment-labels{font-size:1.6rem;font-weight:600;color:#1a181e!important}.checkout .payment-card .payment-subtitle{color:#999}.checkout .payment-card .payment-alert{color:#e50b20!important}.checkout .payment-card .payment-alert a{width:-moz-fit-content;width:fit-content;text-decoration:underline;display:block;cursor:pointer}.checkout .payment-card .payment-card-amount{color:#1a181e;font-size:1.6rem}.checkout .check-payment-detail{padding:0 2rem 1rem}.checkout .payment-heading{font-size:2rem;margin-bottom:1rem!important;margin-top:2rem!important}.sticky-checkout{position:fixed;bottom:0;width:80vw!important;max-width:33rem}.checkout-address-form{padding:20px}.checkout-sticky-btn{width:60%!important}.checkout-add-address-btn{padding:2rem;align-items:center;justify-content:center;gap:.51rem;color:#1a181e}.checkout-add-address-btn .add-address-label{font-size:1.6rem;line-height:1;font-weight:bolder}.checkout-summary-btn{color:#1a181e;font-size:3rem;padding:1.5rem;justify-content:space-between}.checkout-summary-btn .checkout-summary-label{font-size:1.6rem;font-weight:600;margin:0 12px 0 8px!important}.checkout-summary-btn .checkout-summary-total{font-size:2rem;line-height:1;font-weight:700}.collapsible-checkout-wrapper{overflow:hidden}.collapsible-checkout-wrapper.collapse:not(.show){display:none}.collapsible-checkout-wrapper.collapsing{position:relative;overflow:hidden;height:0;transition:height .35s ease}.all-address-modal-overlay{margin:0;padding:0}.all-address-modal-overlay .all-address-popup{padding:2rem;position:absolute!important;bottom:0;width:100%;max-height:550px;overflow:scroll}.all-address-modal-overlay .address-card,.summary .title{border-bottom:1px solid #e1e1e1}.summary .title{margin-bottom:1.9rem;padding-bottom:2.2rem}.order-table{color:#222}.order-table th{padding:0 0 .7rem;font-size:1.6rem;font-weight:600}.order-table td{padding-bottom:.6rem;line-height:1.6}.order-table td time{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.order-table .order-total td{border-bottom:none;padding:1.2rem 0 0}.order-table .shipping-row label{margin-bottom:1.5rem}.order-table .shipping-row-last{border-bottom:1px solid #e1e1e1}.order-table .shipping-row-last label{margin-bottom:2.1rem;color:#666;cursor:pointer}.order-table .summary-subtotal td:first-child{padding:.4rem 0 .3rem}.order-table .summary-subtotal-price{padding-top:1rem}.sumnary-shipping ul{list-style:none;margin:0;padding:0;text-align:left}.sumnary-shipping .summary-subtitle{padding-bottom:2.2rem;text-align:left}.summary-total{border-bottom:1px solid #e1e1e1}.summary-total .summary-subtitle{padding:2.3rem 0 2.1rem}@media(max-width:479px){.order-table tbody .product-name,.order-table tbody .product-total{padding-bottom:2rem;line-height:1.2}}@media(max-width:575px){.checkout-page-content .container{padding:0!important}.payment-heading{margin-top:1rem!important;padding-left:1.5rem}}.order .title{font-size:2rem}.order .order-message{max-width:34rem;padding:3rem;box-shadow:0 5px 20px 0 rgba(0,0,0,.1);border-radius:1rem}.order .order-message .icon-box-icon{margin-right:3.2rem}.order .order-message svg{width:5rem;height:5rem;stroke:#1a181e}.order .order-message .icon-box-title{font-size:1.8rem}.order .order-results{display:flex;flex-wrap:wrap;margin:3rem 0 1.9rem}.order .overview-item{display:flex;position:relative;flex-direction:column;flex-wrap:wrap;margin-bottom:1.5rem}.order .overview-item:not(:last-child){margin-right:3rem;padding-right:3.1rem}.order .overview-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;display:block;transform:translateY(-50%);width:1px;height:42px;background:#e1e1e1}.order .overview-item span{text-transform:uppercase}.order .overview-item strong{color:#222;font-weight:600;font-size:2rem}.order .btn.btn-back{font-size:1.3rem}.order .summary-subtotal:last-child{border-bottom:none}.order .address-info{border-bottom:1px solid #e1e1e1}.order .address-info p{color:#666;font-family:Manrope,sans-serif;line-height:2.15}.order-details{border:1px solid #e1e1e1;border-radius:3px;padding:.4rem 3rem}.loyalty-padding{padding:0!important;background-color:#f8f8f8!important}@media(min-width:767px){.loyalty-padding{display:flex;align-items:center;justify-content:center}}.order-details-table .product-name{padding:1.6rem 0 1.8rem;font-size:1.4rem;font-weight:400;line-height:1.42;color:#000;white-space:inherit}.order-details-table .product-name i{font-size:1rem}.order-details-table .product-name span{font-weight:700;color:#222}.order-details-table th>.summary-subtitle{font-size:1.8rem;font-weight:600;text-align:left}.order-details-table .product-price{display:block}.order-details-table .product-price,.order-details-table .summary-subtotal-price{text-align:right}.order-details-table .summary-subtotal-price{font-weight:600;color:#666;padding-right:1rem}.order-details-table .order-image{min-width:8rem}.order-details-table .product-price{padding-right:1rem;min-width:6rem;font-size:1.4rem;color:#666;font-weight:400}.order-details-table thead{border-bottom:1px solid #e1e1e1}.order-details-table thead .summary-subtitle{font-size:1.8rem}.order-details-table tbody tr:first-child td.product-price{padding-top:2.8rem}@media(max-width:767px){.order .order-message{font-size:2rem}.order .order-results{display:grid;grid-template-columns:1fr .5fr}.order .overview-item:not(:last-child){margin-right:0}.order .overview-item:not(:last-child):after{content:none}.order .overview-item span{margin-right:2rem;font-size:1.3rem}.order .overview-item strong{color:#222;font-weight:600;font-size:1.5rem}.order .order-page-content{padding-top:0!important}.order .order-page-content .order-results{padding-top:20px!important}}@media(max-width:575px){.order .order-details{padding:0 2rem}.order .order-message{font-size:1.8rem}.order .overview-item{font-size:1.6rem}.order-details .product-name .product-details{display:block}}@media(max-width:479px){.order .order-details{padding:0 1.5rem}.order .order-message{font-size:1.6rem}.order .overview-item{font-size:1.4rem}.step-by .title.title-step{font-size:1.8rem}.step-by .title.title-step:after{font-size:1.4rem;top:50%}}.faq{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem}.faq .faq-accordion{border-bottom:1px solid #e5e5e5}@media(max-width:767px){.faq .faq-accordion{width:90vw}}.faq .breadcrumb{padding:1.2rem 0 1.1rem}.faq .page-header{height:30.3rem}.faq .page-subtitle{margin-bottom:.3rem;font-size:3rem}.faq .page-title{margin-bottom:.2rem;font-size:5rem}.faq section{padding-top:4.1rem}.faq .card{border-width:1px 0 0}.faq .card,.faq .card:last-child{border-color:#ebebeb}.faq .card-header{font-size:1.6rem;text-transform:none;letter-spacing:.025em;color:#6f4632}.faq .card-header a{padding:1.7rem 1rem 1.7rem 0}@media(max-width:575px){.faq .card-header a{padding:1rem 0}}.faq .card-header a:after{font-size:1.5rem;right:1.3rem;color:#6f4632}.faq .card-body{padding:.2rem 0}.faq-title{margin-top:32px;font-size:28px;font-weight:800}@media(max-width:479px){.faq-title{margin-top:16px;font-size:20px}}.border-top{border-top:1px solid #e5e5e5}.loyalty .wow-cash{background:linear-gradient(258deg,#d89979 3.32%,#e5cfaf 48.97%);height:10%;display:flex;flex-direction:column;padding:0 16px;gap:24px;color:#000!important}.loyalty .wow-cash .wow-cash-title{width:100%;justify-content:center;color:#2c2b45;line-height:normal;flex-grow:1;position:relative}.loyalty .wow-cash .backImg{position:absolute;top:0;right:0}.loyalty .wow-cash .wow-cash-balance{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:100%;text-transform:capitalize;display:flex;gap:8px}.loyalty .wow-cash .rupee-color{color:#000}.loyalty-transaction,.pending-transaction{padding:10px;border:1px solid #e8e8f3;border-radius:8px;display:flex;gap:8px}.pending-transaction{background-color:rgba(40,40,40,.08)}.expiry-label{padding:2px 6px;border-radius:4px;font-size:8px;font-weight:400;color:#282828;position:relative}.expiry-label .tip{position:absolute;width:160px;top:-64px;left:-145px;background:#000;color:#fff;padding:10px;line-height:normal;border-radius:5px;display:none}.expiry-label.wrap{background:#f1f1f1}.expiry-label:hover .tip{display:block}.balance-tooltip{position:relative;padding-top:1px}.balance-tooltip .tip{position:absolute;width:160px;top:16px;background:#000;color:#fff;padding:10px;line-height:normal;border-radius:5px;display:none}.balance-tooltip:hover .tip{display:block}.d-flex-col{display:flex;flex-direction:column}.grow-1{flex-grow:1}.text-transform-capital{text-transform:capitalize}.font-weight-0{font-weight:0}.font-size-0{font-size:0}.line-height-0{line-height:0px}.lock-margin-0{margin-top:0}.font-weight-1{font-weight:100}.font-size-1{font-size:1px}.line-height-1{line-height:1px}.lock-margin-1{margin-top:1px}.font-weight-2{font-weight:200}.font-size-2{font-size:2px}.line-height-2{line-height:2px}.lock-margin-2{margin-top:2px}.font-weight-3{font-weight:300}.font-size-3{font-size:3px}.line-height-3{line-height:3px}.lock-margin-3{margin-top:3px}.font-weight-4{font-weight:400}.font-size-4{font-size:4px}.line-height-4{line-height:4px}.lock-margin-4{margin-top:4px}.font-weight-5{font-weight:500}.font-size-5{font-size:5px}.line-height-5{line-height:5px}.lock-margin-5{margin-top:5px}.font-weight-6{font-weight:600}.font-size-6{font-size:6px}.line-height-6{line-height:6px}.lock-margin-6{margin-top:6px}.font-weight-7{font-weight:700}.font-size-7{font-size:7px}.line-height-7{line-height:7px}.lock-margin-7{margin-top:7px}.font-weight-8{font-weight:800}.font-size-8{font-size:8px}.line-height-8{line-height:8px}.lock-margin-8{margin-top:8px}.font-weight-9{font-weight:900}.font-size-9{font-size:9px}.line-height-9{line-height:9px}.lock-margin-9{margin-top:9px}.font-weight-10{font-weight:1000}.font-size-10{font-size:10px}.line-height-10{line-height:10px}.lock-margin-10{margin-top:10px}.font-weight-11{font-weight:1100}.font-size-11{font-size:11px}.line-height-11{line-height:11px}.lock-margin-11{margin-top:11px}.font-weight-12{font-weight:1200}.font-size-12{font-size:12px}.line-height-12{line-height:12px}.lock-margin-12{margin-top:12px}.font-weight-13{font-weight:1300}.font-size-13{font-size:13px}.line-height-13{line-height:13px}.lock-margin-13{margin-top:13px}.font-weight-14{font-weight:1400}.font-size-14{font-size:14px}.line-height-14{line-height:14px}.lock-margin-14{margin-top:14px}.font-weight-15{font-weight:1500}.font-size-15{font-size:15px}.line-height-15{line-height:15px}.lock-margin-15{margin-top:15px}.font-weight-16{font-weight:1600}.font-size-16{font-size:16px}.line-height-16{line-height:16px}.lock-margin-16{margin-top:16px}.font-weight-17{font-weight:1700}.font-size-17{font-size:17px}.line-height-17{line-height:17px}.lock-margin-17{margin-top:17px}.font-weight-18{font-weight:1800}.font-size-18{font-size:18px}.line-height-18{line-height:18px}.lock-margin-18{margin-top:18px}.font-weight-19{font-weight:1900}.font-size-19{font-size:19px}.line-height-19{line-height:19px}.lock-margin-19{margin-top:19px}.font-weight-20{font-weight:2000}.font-size-20{font-size:20px}.line-height-20{line-height:20px}.lock-margin-20{margin-top:20px}.font-weight-21{font-weight:2100}.font-size-21{font-size:21px}.line-height-21{line-height:21px}.lock-margin-21{margin-top:21px}.font-weight-22{font-weight:2200}.font-size-22{font-size:22px}.line-height-22{line-height:22px}.lock-margin-22{margin-top:22px}.font-weight-23{font-weight:2300}.font-size-23{font-size:23px}.line-height-23{line-height:23px}.lock-margin-23{margin-top:23px}.font-weight-24{font-weight:2400}.font-size-24{font-size:24px}.line-height-24{line-height:24px}.lock-margin-24{margin-top:24px}.font-weight-25{font-weight:2500}.font-size-25{font-size:25px}.line-height-25{line-height:25px}.lock-margin-25{margin-top:25px}.font-weight-26{font-weight:2600}.font-size-26{font-size:26px}.line-height-26{line-height:26px}.lock-margin-26{margin-top:26px}.font-weight-27{font-weight:2700}.font-size-27{font-size:27px}.line-height-27{line-height:27px}.lock-margin-27{margin-top:27px}.font-weight-28{font-weight:2800}.font-size-28{font-size:28px}.line-height-28{line-height:28px}.lock-margin-28{margin-top:28px}.font-weight-29{font-weight:2900}.font-size-29{font-size:29px}.line-height-29{line-height:29px}.lock-margin-29{margin-top:29px}.font-weight-30{font-weight:3000}.font-size-30{font-size:30px}.line-height-30{line-height:30px}.lock-margin-30{margin-top:30px}.font-weight-31{font-weight:3100}.font-size-31{font-size:31px}.line-height-31{line-height:31px}.lock-margin-31{margin-top:31px}.font-weight-32{font-weight:3200}.font-size-32{font-size:32px}.line-height-32{line-height:32px}.lock-margin-32{margin-top:32px}.font-weight-33{font-weight:3300}.font-size-33{font-size:33px}.line-height-33{line-height:33px}.lock-margin-33{margin-top:33px}.font-weight-34{font-weight:3400}.font-size-34{font-size:34px}.line-height-34{line-height:34px}.lock-margin-34{margin-top:34px}.font-weight-35{font-weight:3500}.font-size-35{font-size:35px}.line-height-35{line-height:35px}.lock-margin-35{margin-top:35px}.font-weight-36{font-weight:3600}.font-size-36{font-size:36px}.line-height-36{line-height:36px}.lock-margin-36{margin-top:36px}.font-weight-37{font-weight:3700}.font-size-37{font-size:37px}.line-height-37{line-height:37px}.lock-margin-37{margin-top:37px}.font-weight-38{font-weight:3800}.font-size-38{font-size:38px}.line-height-38{line-height:38px}.lock-margin-38{margin-top:38px}.font-weight-39{font-weight:3900}.font-size-39{font-size:39px}.line-height-39{line-height:39px}.lock-margin-39{margin-top:39px}.font-weight-40{font-weight:4000}.font-size-40{font-size:40px}.line-height-40{line-height:40px}.lock-margin-40{margin-top:40px}.font-weight-41{font-weight:4100}.font-size-41{font-size:41px}.line-height-41{line-height:41px}.lock-margin-41{margin-top:41px}.font-weight-42{font-weight:4200}.font-size-42{font-size:42px}.line-height-42{line-height:42px}.lock-margin-42{margin-top:42px}.font-weight-43{font-weight:4300}.font-size-43{font-size:43px}.line-height-43{line-height:43px}.lock-margin-43{margin-top:43px}.font-weight-44{font-weight:4400}.font-size-44{font-size:44px}.line-height-44{line-height:44px}.lock-margin-44{margin-top:44px}.font-weight-45{font-weight:4500}.font-size-45{font-size:45px}.line-height-45{line-height:45px}.lock-margin-45{margin-top:45px}.font-weight-46{font-weight:4600}.font-size-46{font-size:46px}.line-height-46{line-height:46px}.lock-margin-46{margin-top:46px}.font-weight-47{font-weight:4700}.font-size-47{font-size:47px}.line-height-47{line-height:47px}.lock-margin-47{margin-top:47px}.font-weight-48{font-weight:4800}.font-size-48{font-size:48px}.line-height-48{line-height:48px}.lock-margin-48{margin-top:48px}.font-weight-49{font-weight:4900}.font-size-49{font-size:49px}.line-height-49{line-height:49px}.lock-margin-49{margin-top:49px}.font-weight-50{font-weight:5000}.font-size-50{font-size:50px}.line-height-50{line-height:50px}.lock-margin-50{margin-top:50px}.font-weight-51{font-weight:5100}.font-size-51{font-size:51px}.line-height-51{line-height:51px}.lock-margin-51{margin-top:51px}.font-weight-52{font-weight:5200}.font-size-52{font-size:52px}.line-height-52{line-height:52px}.lock-margin-52{margin-top:52px}.font-weight-53{font-weight:5300}.font-size-53{font-size:53px}.line-height-53{line-height:53px}.lock-margin-53{margin-top:53px}.font-weight-54{font-weight:5400}.font-size-54{font-size:54px}.line-height-54{line-height:54px}.lock-margin-54{margin-top:54px}.font-weight-55{font-weight:5500}.font-size-55{font-size:55px}.line-height-55{line-height:55px}.lock-margin-55{margin-top:55px}.font-weight-56{font-weight:5600}.font-size-56{font-size:56px}.line-height-56{line-height:56px}.lock-margin-56{margin-top:56px}.font-weight-57{font-weight:5700}.font-size-57{font-size:57px}.line-height-57{line-height:57px}.lock-margin-57{margin-top:57px}.font-weight-58{font-weight:5800}.font-size-58{font-size:58px}.line-height-58{line-height:58px}.lock-margin-58{margin-top:58px}.font-weight-59{font-weight:5900}.font-size-59{font-size:59px}.line-height-59{line-height:59px}.lock-margin-59{margin-top:59px}.font-weight-60{font-weight:6000}.font-size-60{font-size:60px}.line-height-60{line-height:60px}.lock-margin-60{margin-top:60px}.font-weight-61{font-weight:6100}.font-size-61{font-size:61px}.line-height-61{line-height:61px}.lock-margin-61{margin-top:61px}.font-weight-62{font-weight:6200}.font-size-62{font-size:62px}.line-height-62{line-height:62px}.lock-margin-62{margin-top:62px}.font-weight-63{font-weight:6300}.font-size-63{font-size:63px}.line-height-63{line-height:63px}.lock-margin-63{margin-top:63px}.font-weight-64{font-weight:6400}.font-size-64{font-size:64px}.line-height-64{line-height:64px}.lock-margin-64{margin-top:64px}.font-weight-65{font-weight:6500}.font-size-65{font-size:65px}.line-height-65{line-height:65px}.lock-margin-65{margin-top:65px}.font-weight-66{font-weight:6600}.font-size-66{font-size:66px}.line-height-66{line-height:66px}.lock-margin-66{margin-top:66px}.font-weight-67{font-weight:6700}.font-size-67{font-size:67px}.line-height-67{line-height:67px}.lock-margin-67{margin-top:67px}.font-weight-68{font-weight:6800}.font-size-68{font-size:68px}.line-height-68{line-height:68px}.lock-margin-68{margin-top:68px}.font-weight-69{font-weight:6900}.font-size-69{font-size:69px}.line-height-69{line-height:69px}.lock-margin-69{margin-top:69px}.font-weight-70{font-weight:7000}.font-size-70{font-size:70px}.line-height-70{line-height:70px}.lock-margin-70{margin-top:70px}.font-weight-71{font-weight:7100}.font-size-71{font-size:71px}.line-height-71{line-height:71px}.lock-margin-71{margin-top:71px}.font-weight-72{font-weight:7200}.font-size-72{font-size:72px}.line-height-72{line-height:72px}.lock-margin-72{margin-top:72px}.font-weight-73{font-weight:7300}.font-size-73{font-size:73px}.line-height-73{line-height:73px}.lock-margin-73{margin-top:73px}.font-weight-74{font-weight:7400}.font-size-74{font-size:74px}.line-height-74{line-height:74px}.lock-margin-74{margin-top:74px}.font-weight-75{font-weight:7500}.font-size-75{font-size:75px}.line-height-75{line-height:75px}.lock-margin-75{margin-top:75px}.font-weight-76{font-weight:7600}.font-size-76{font-size:76px}.line-height-76{line-height:76px}.lock-margin-76{margin-top:76px}.font-weight-77{font-weight:7700}.font-size-77{font-size:77px}.line-height-77{line-height:77px}.lock-margin-77{margin-top:77px}.font-weight-78{font-weight:7800}.font-size-78{font-size:78px}.line-height-78{line-height:78px}.lock-margin-78{margin-top:78px}.font-weight-79{font-weight:7900}.font-size-79{font-size:79px}.line-height-79{line-height:79px}.lock-margin-79{margin-top:79px}.font-weight-80{font-weight:8000}.font-size-80{font-size:80px}.line-height-80{line-height:80px}.lock-margin-80{margin-top:80px}.font-weight-81{font-weight:8100}.font-size-81{font-size:81px}.line-height-81{line-height:81px}.lock-margin-81{margin-top:81px}.font-weight-82{font-weight:8200}.font-size-82{font-size:82px}.line-height-82{line-height:82px}.lock-margin-82{margin-top:82px}.font-weight-83{font-weight:8300}.font-size-83{font-size:83px}.line-height-83{line-height:83px}.lock-margin-83{margin-top:83px}.font-weight-84{font-weight:8400}.font-size-84{font-size:84px}.line-height-84{line-height:84px}.lock-margin-84{margin-top:84px}.font-weight-85{font-weight:8500}.font-size-85{font-size:85px}.line-height-85{line-height:85px}.lock-margin-85{margin-top:85px}.font-weight-86{font-weight:8600}.font-size-86{font-size:86px}.line-height-86{line-height:86px}.lock-margin-86{margin-top:86px}.font-weight-87{font-weight:8700}.font-size-87{font-size:87px}.line-height-87{line-height:87px}.lock-margin-87{margin-top:87px}.font-weight-88{font-weight:8800}.font-size-88{font-size:88px}.line-height-88{line-height:88px}.lock-margin-88{margin-top:88px}.font-weight-89{font-weight:8900}.font-size-89{font-size:89px}.line-height-89{line-height:89px}.lock-margin-89{margin-top:89px}.font-weight-90{font-weight:9000}.font-size-90{font-size:90px}.line-height-90{line-height:90px}.lock-margin-90{margin-top:90px}.font-weight-91{font-weight:9100}.font-size-91{font-size:91px}.line-height-91{line-height:91px}.lock-margin-91{margin-top:91px}.font-weight-92{font-weight:9200}.font-size-92{font-size:92px}.line-height-92{line-height:92px}.lock-margin-92{margin-top:92px}.font-weight-93{font-weight:9300}.font-size-93{font-size:93px}.line-height-93{line-height:93px}.lock-margin-93{margin-top:93px}.font-weight-94{font-weight:9400}.font-size-94{font-size:94px}.line-height-94{line-height:94px}.lock-margin-94{margin-top:94px}.font-weight-95{font-weight:9500}.font-size-95{font-size:95px}.line-height-95{line-height:95px}.lock-margin-95{margin-top:95px}.font-weight-96{font-weight:9600}.font-size-96{font-size:96px}.line-height-96{line-height:96px}.lock-margin-96{margin-top:96px}.font-weight-97{font-weight:9700}.font-size-97{font-size:97px}.line-height-97{line-height:97px}.lock-margin-97{margin-top:97px}.font-weight-98{font-weight:9800}.font-size-98{font-size:98px}.line-height-98{line-height:98px}.lock-margin-98{margin-top:98px}.font-weight-99{font-weight:9900}.font-size-99{font-size:99px}.line-height-99{line-height:99px}.lock-margin-99{margin-top:99px}.font-weight-100{font-weight:10000}.font-size-100{font-size:100px}.line-height-100{line-height:100px}.lock-margin-100{margin-top:100px}.wowCashCart{border-radius:8px;border:1px solid #e8e8f3;margin:0 18px 18px;background:#fff}.wowCashCheckbox{margin:0;width:16px;height:16px;-webkit-appearance:checkbox;accent-color:#000}.wowCashCheckbox:before{content:"✓";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;visibility:hidden}.wowCashCheckbox:checked:before{visibility:visible}.border-seperator-line{border-bottom:1px solid #e8e8f3}.intro-slider .banner img,.intro-slider .banner video{height:63rem;-o-object-fit:cover;object-fit:cover}.intro-slider .banner figure{height:auto!important;overflow:hidden}.intro-slider .banner .btn{font-size:1.4em}.intro-slider .banner .btn i{margin-left:.7rem}.intro-slide1.banner-fixed>.container{z-index:15}.intro-slide1 .banner-content{right:2.1%;margin-top:-.5rem}.intro-slide1 .banner-subtitle{margin-bottom:1.3rem;font-family:Segoe Script;font-size:3em;font-weight:700}.intro-slide1 .label-star{margin-left:2.5rem}.intro-slide1 .banner-title{margin-left:-2px;font-size:6.4em;margin-bottom:0}.intro-slide1 h3{text-align:right;margin:-.7rem 0 2rem auto;color:#1a181e;font-size:4rem;line-height:1.2em}.intro-slide1 p{font-weight:500;font-size:1.6rem;line-height:1.4}.intro-slide2{display:flex;justify-content:center;background-color:#fff}.intro-slide2 img{-o-object-position:80%;object-position:80%}.intro-slide2 .banner-content{max-width:38rem;right:5.5%;margin-top:-.3rem}.intro-slide2 .banner-subtitle{font-size:2.4em;line-height:1.1}.intro-slide2 .banner-subtitle strong{font-size:1.67em;line-height:.98}.intro-slide2 .banner-title{font-size:10em;margin-right:-2px}.intro-slide2 p{font-size:4rem;line-height:1.33}.intro-slide3 .banner-subtitle{font-size:3em}.intro-slide3 .banner-title{font-size:6em}.intro-slide3 p{font-weight:400;opacity:.8;font-size:4rem;line-height:1.2em;color:#1a181e}.intro-slide3.video-banner video{display:block;width:100%}.intro-section .service-list{box-shadow:0 5px 30px rgba(0,0,0,.07)}.intro-section .service-list .icon-box{padding:3.2rem 0 3.5rem}.intro-section .service-list .icon-box-title{margin-bottom:.3rem}.intro-section .service-list .icon-box-icon{font-size:3.7rem}.intro-section .service-list .icon-box1 i{font-size:4.6rem}.intro-section .service-list .owl-item:not(:last-child) .icon-box:after{content:"";height:37px;width:1px;background:#e1e1e1;position:absolute;right:0;top:50%;transform:translateY(-50%)}.intro-section .service-list .owl-stage-outer{margin:0 .1rem}.intro-section .service-list .owl-stage{margin:0 -.1rem}.banner-divider{width:35px;height:4px;margin:0 0 1.6rem;background-color:#fff}.owl-theme.owl-nav-full:not(.product-gallery-carousel) .owl-nav .owl-next,.owl-theme.owl-nav-full:not(.product-gallery-carousel) .owl-nav .owl-prev{width:2.4rem;font-size:2rem}.brand-carousel{padding:2rem 0}.product-widget-wrapper .widget-title{padding:3rem 0 .5rem;font-size:2rem;letter-spacing:.005em;color:#444;text-transform:none}.product-widget-wrapper .product-name{margin-bottom:.3rem}.product-widget-wrapper .product-price{font-size:2rem}.product-widget-wrapper .product-price-v2{font-size:1.7rem;font-family:auto}@media(max-width:1366px){.intro-slider figure{height:45rem}}@media(max-width:991px){.service-list .owl-item:not(:last-child) .icon-box:after{content:none}}@media(max-width:575px){.intro-slide1 img{-o-object-position:53%;object-position:53%}.intro-slide2 img{-o-object-position:60%;object-position:60%}.banner{font-size:.8rem}.brand-carousel{padding:0}}@media(max-width:479px){.intro-slide1 .banner-title{font-size:5.5em}.intro-slide1 .banner-content{width:100%;left:auto}.service-list .icon-box-icon{margin-right:.7rem}}@media(max-width:991px){.video-banner video{height:100%;min-height:55rem}}@media(min-width:992px){.intro-slide1 h3{width:35vw}.intro-slide2 .banner-content{max-width:35vw}}.posts{font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:300;line-height:1.6;transition:height .4s}.posts .post-details{padding-left:.5rem;padding-right:.5rem}.posts .post-cats,.posts .post-meta{font-size:1.3rem;letter-spacing:.01em;color:#999}.posts .post-meta{margin-bottom:.6rem}.posts .post-meta a{margin-right:.5rem}.posts .post-meta a:not(:first-child){margin-left:.5rem}.posts .post-cats{margin-bottom:1.6rem}.posts .post-title{margin-bottom:.7rem;white-space:normal;font-size:1.8rem;letter-spacing:-.025em;text-transform:none;line-height:1.5}.posts .post-content{margin-bottom:1.6rem;line-height:1.85;-webkit-line-clamp:3}.posts .btn:after{margin-top:4px}.posts .video-play{text-align:center;width:6.8rem;height:6.8rem;border:2px solid #fff;border-radius:50%;font-size:1.8rem;font-weight:600;line-height:6.4rem;transition:background .3s,color .3s,box-shadow .3s,opacity .3s}.posts .video-play:hover{box-shadow:0 0 0 15px hsla(0,0%,100%,.2);background:#fff;color:#1a181e}.posts .post .video-play:before,.posts .post.paused .video-play:before{margin-left:4px;content:""}.posts .post.playing .video-play:before{margin-left:0;content:""}.posts .post-lg .post-title{margin-bottom:.4rem;font-size:2.4rem}.posts .btn i{margin-left:.3rem;font-size:1.4rem}.posts .post-classic .post-content,.posts .post-grid .post-content,.posts .post-list .post-content{line-height:1.85}.posts .post-classic .post-details{padding:3.8rem .5rem 2rem}.posts .post-classic .post-title{margin-bottom:1.4rem}.posts .post-classic .post-content{margin-bottom:2.8rem}.posts .post-list .post-details{padding-top:3.8rem}.posts .post-grid{margin-bottom:1.5rem}.posts .post-grid .post-details{padding-left:.5rem;padding-right:.5rem}.posts .post-grid .post-meta{margin-bottom:.4rem}.posts .post-grid .post-content{margin-bottom:2.8rem}.post-slider .owl-stage-outer{padding:2rem;margin:-2rem}@media(min-width:1600px){.post-slider .owl-stage-outer{padding:5rem;margin:-5rem}.post-slider .post-frame{box-shadow:0 5px 50px 0 rgba(0,0,0,.05)}}@media(min-width:1200px){.posts .post-list .post-media{margin-right:2rem;width:calc(42.74% - 2rem)}.posts .post-list .post-details{width:57.26%}}@media(max-width:767px){.posts .post-list{display:block}.posts .post-list .post-details,.posts .post-list .post-media{margin:0;width:100%}}@media(max-width:479px){.post-slider .owl-stage-outer{padding:2rem 1.5rem;margin:-2rem -1.5rem}}.blog,.blog *{font-family:Outfit,sans-serif}.blog * .wp-block-heading{display:inline-block}.blog .blog-content a{color:#eeb63d;text-decoration:none;transition:color .3s}.blog .blog-content a:hover{color:#eeb63d;text-decoration:underline}.blog .blog-content .wp-block-pullquote{padding:0;margin:0;border:0}.blog .blog-content .wp-block-pullquote blockquote{text-align:start;margin:2.4rem 0}.blog .blog-content .wp-block-pullquote blockquote p{margin:0}.blog .blog-content ol{list-style-type:decimal;padding-left:2rem}.blog .blog-content blockquote{font-style:italic;background:#f9f9f9;border-left:4px solid #eeb63d;padding:1rem;text-align:start;margin:2.4rem 0}.blog .blog-content blockquote p{margin:0}