@charset "UTF-8";: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:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;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:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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)}}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border-color:rgba(0,0,0,.1) transparent transparent rgba(0,0,0,.1);border-style:solid;border-width:1px;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{0%{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav [class*=owl-],.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes ColorLamp{0%{color:#333}50%{color:#fcb941}to{color:#333}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-theme .owl-nav [class*=owl-]{position:absolute;top:50%;z-index:99;display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin:-15px 0 0;font-size:16px;line-height:1;padding:0;border:.1rem solid #ebebeb;background:transparent;cursor:pointer;border-radius:50px;transition:all .3s ease}.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover{color:#fff;border-color:#f7c700;background:#f7c700;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.8;cursor:default}.owl-theme .owl-nav .owl-prev{left:-50px}.owl-theme .owl-nav .owl-next{right:-50px}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.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;*display:inline}.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 6px;border:.1rem solid #d7d7d7;background:transparent;display:block;-webkit-backface-visibility:visible;transition:all .3s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot:hover span{border-color:#ccc;background:#ccc}.owl-theme .owl-dots .owl-dot.active span{width:18px;border-color:#ccc;background:#ccc}.owl-theme.owl-light .owl-nav [class*=owl-]{border-color:#b7b7b7}.owl-theme.owl-nav-inside .owl-nav .owl-prev{left:30px}.owl-theme.owl-nav-inside .owl-nav .owl-next{right:30px}.owl-theme.owl-nav-inside .owl-dots{position:absolute;left:0;right:0;bottom:25px}.owl-simple .owl-nav{margin-top:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-simple .owl-nav [class*=owl-]{position:absolute;top:50%;z-index:99;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:-21px 0 0;color:#999;font-size:30px;line-height:1;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50px;transition:all .3s ease}.owl-simple .owl-nav [class*=owl-] i{margin-top:.1rem}.owl-simple .owl-nav [class*=owl-]:not(.disabled):hover{background:transparent;text-decoration:none}.owl-simple .owl-nav .disabled{opacity:.7;cursor:default}.owl-simple .owl-nav .owl-prev{left:-50px}.owl-simple .owl-nav .owl-next{right:-50px}.owl-simple .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-simple .owl-dots{line-height:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-simple .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-simple .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 6px;border:.1rem solid var(--first-text-color);background:transparent;display:block;-webkit-backface-visibility:visible;transition:all .3s ease;border-radius:30px}.owl-simple .owl-dots .owl-dot:hover span{border-color:#f7c700;background:#f7c700}.owl-simple .owl-dots .owl-dot.active span{width:18px;border-color:#f7c700;background:#f7c700}.owl-simple.owl-light .owl-nav [class*=owl-]{color:#fff}.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span{border-color:var(--first-text-color);background:var(--first-text-color)}.owl-simple.owl-dark .owl-nav [class*=owl-]{color:var(--first-text-color)}.owl-simple.owl-dark .owl-dots{opacity:.7}.owl-simple.owl-dark .owl-dots .owl-dot span{border-color:var(--first-text-color)}.owl-simple.owl-dark .owl-dots .owl-dot.active span,.owl-simple.owl-dark .owl-dots .owl-dot:hover span{border-color:#f7c700;background:#f7c700}.owl-simple.owl-nav-inside .owl-nav .owl-prev{left:18px}.owl-simple.owl-nav-inside .owl-nav .owl-next{right:18px}.owl-simple.owl-nav-inside .owl-dots{position:relative;left:0;right:0;bottom:25px}.owl-full .owl-nav{margin-top:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-full .owl-nav [class*=owl-]{position:absolute;top:0;z-index:99;display:flex;align-items:center;justify-content:center;width:30px;height:100%;margin:0;font-size:20px;line-height:1;padding:0;text-align:center;border:none;background:hsla(0,0%,100%,.75);cursor:pointer;border-radius:0;transition:all .3s ease}.owl-full .owl-nav [class*=owl-] i{margin-top:.1rem}.owl-full .owl-nav [class*=owl-]:focus,.owl-full .owl-nav [class*=owl-]:hover{background:#fff;text-decoration:none;outline:none!important}.owl-full .owl-nav [class*=owl-]:before{content:"";display:block;width:10px;height:100%;position:absolute;left:100%;top:0;border-radius:20px 0 0 20px;background-size:contain;background-position:50%;background-repeat:no-repeat;background-image:url(/_next/static/media/nav-prev-shadow.98b97139.png)}.owl-full .owl-nav .disabled{opacity:0;pointer-events:none;cursor:default}.owl-full .owl-nav .owl-prev{left:0}.owl-full .owl-nav .owl-next{right:0}.owl-full .owl-nav .owl-next:before{left:auto;right:100%;background-image:url(/_next/static/media/nav-next-shadow.f1b7e923.png)}.owl-full.carousel-with-shadow .owl-stage-outer{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.owl-full.carousel-with-shadow .owl-nav [class*=owl-]{height:100%}.owl-full.carousel-with-shadow .owl-next,.owl-full.carousel-with-shadow .owl-prev{top:1.5rem}.owl-full .owl-nav.disabled+.owl-dots{margin-top:0}.owl-full .owl-dots{position:absolute;left:0;right:0;bottom:-4rem;line-height:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-full .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-full .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 6px;border:.1rem solid #f7c700;background:transparent;display:block;-webkit-backface-visibility:visible;transition:all .3s ease;border-radius:30px}.owl-full .owl-dots .owl-dot.active span{width:18px}.owl-full.owl-nav-dark .owl-nav [class*=owl-]{color:#333}.owl-full.owl-nav-dark .owl-nav [class*=owl-]:focus,.owl-full.owl-nav-dark .owl-nav [class*=owl-]:hover{background:#fff}.bg-light .owl-full .owl-nav [class*=owl-]:focus,.bg-light .owl-full .owl-nav [class*=owl-]:hover{background:#f8f8f8}.brand-carousel:not(.brand-border) .owl-item{display:flex;justify-content:center}.brands-border .owl-item{display:block!important;justify-content:normal!important}@import"https://fonts.googleapis.com/css2?family=Cairo:wght@500;600;700;800;900&display=swap";@font-face{font-family:Din;src:url(/_next/static/media/din.9df53146.otf);font-style:normal;font-weight:400}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%;--first-bg-color:#fff;--card-bg-color:#f7f7f7;--second-bg-color:#5d5e60;--first-text-color:#666;--second-text-color:#a5a5a5;--border-color:#ddd;--dark-gray-color:#ddd;--dark-gray-color-100:#aaaaac;--dark-gray-color-200:#84818a;--dark-gray-color-800:#2f2f2f;--light-gray-color:#f8f8f8;--light-gray-color-50:#fafafa;--light-gray-color-100:#f5f6fa;--light-gray-color-200:#efefef;--light-gray-color-300:#f9f9f9;--light-gray-color-400:#ebebeb;--light-gray-color-500:#fbfcfc;--light-gray-color-600:#dcdbdd;--light-blue-color:#f4f7ff;--black-color-100:#202020;--blue-gray-100:#64748b}html[theme=dark]{color-scheme:dark;--first-bg-color:#1a1a1a;--second-bg-color:#0c0c0c;--card-bg-color:#0c0c0c;--first-text-color:#e4e4e4;--second-text-color:#1a1a1a;--border-color:#4d4d4d}html[lang=ar] *{font-family:Tajawal,sans-serif}html[lang=en] *{font-family:Poppins,sans-serif}body,html{height:100%}body{color:var(--first-text-color);background-color:var(--first-bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-x:hidden;overflow-y:auto;-ms-overflow-y:auto}body:lang(en){direction:ltr!important}body:lang(ar){direction:rtl!important}::selection{color:#fff}p{margin-bottom:0;font-size:18px;font-weight:300;letter-spacing:0;color:var(--first-text-color);text-align:initial!important}@media screen and (max-width:991px){p{font-size:16px}}a,div,h1,h2,h3,h4,h5,h6,li{text-align:initial;font-size:20px;font-weight:400}@media screen and (max-width:991px){a,div,h1,h2,h3,h4,h5,h6,li{font-size:18px}}ol,ul{list-style:none;padding:0;margin:0 0 1.5rem}b,strong{font-weight:700}em,i{font-style:italic}hr{border:none;border-top:2px solid #b2b2b4;margin:3rem auto 2.5rem}sub,sup{position:relative;font-size:70%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{display:block;max-width:100%;height:auto}[lang=ar] a:after,[lang=ar] button:after,[lang=ar] li:after{left:unset;right:0}.gap-1{gap:3px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.w-max-content{display:block;width:max-content}button{-webkit-appearance:none;border:none;background-color:transparent}.bg-light{background-color:#f8f8f8!important}.bg-light-2{background-color:#f9f9f9!important}.bg-lighter{background-color:#fafafa!important}.bg-gray{background-color:#f4f5f8!important}.bg-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.color-black{color:var(--black-color-100)}.text-300{font-weight:300}.bg-overlay{position:relative}.bg-overlay:before{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:.3;background-color:#333}.bg-overlay .container,.bg-overlay .container-fluid{position:relative;z-index:2}[disabled]{pointer-events:none;opacity:.5}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.carousel-item{border-radius:1rem!important;overflow:hidden}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;margin-bottom:1.4rem;color:var(--first-text-color);letter-spacing:-.03em}.h1,h1{font-size:4rem}.h2,h2{font-size:3.6rem}.h3,h3{font-size:2.6rem}.h4,h4{font-size:2.2rem}.h5,h5{font-size:2rem;letter-spacing:-.025em}.h6,h6{font-size:1.6rem;letter-spacing:-.01em}a{transition:color .3s ease}a,a:focus,a:hover{text-decoration:none}.text-dark{color:#333!important}.text-light{color:#ccc!important}.lead{font-size:1.6rem;font-weight:400;line-height:1.875;margin-bottom:1.2rem}blockquote{position:relative;margin:0 0 4.2rem;padding:0;color:#777;font-style:italic;font-size:1.6rem;line-height:1.625}blockquote p{max-width:1120px}blockquote.text-center p{margin-left:auto;margin-right:auto}blockquote cite{font-style:normal;font-weight:500;color:#333;letter-spacing:-.01em;line-height:1}blockquote cite span{display:block;font-weight:300;font-size:1.4rem}blockquote.text-white cite{color:#ccc}blockquote.text-white cite span{color:#777}@media screen and (min-width:768px){.h1,h1{font-size:5rem}.h2,h2{font-size:4rem}.h3,h3{font-size:3rem}.h4,h4{font-size:2.4rem}}.row{margin-left:-10px;margin-right:-10px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-right:10px;padding-left:10px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.container{width:1188px;max-width:100%}.container,.container-fluid{padding-left:10px;padding-right:10px}.page-wrapper{position:relative;display:flex;flex-direction:column;min-height:100%;transition:transform .4s ease}.items-row-1{gap:.2rem}.items-row-1,.items-row-2{display:flex;align-items:center}.items-row-2{gap:.5rem}.items-row-3{gap:.8rem}.items-row-3,.items-row-4{display:flex;align-items:center}.items-row-4{gap:1rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.page-wrapper{display:block}}.main{flex:1 1;width:100%;min-height:300px}.page-content{padding-bottom:5rem}@media screen and (min-width:992px){.col-5col{flex:0 0 20%;max-width:20%}}.col-xl-2-5col,.col-xl-3-5col,.col-xl-4-5col,.col-xl-5col{width:100%;padding-left:10px;padding-right:10px}@media screen and (min-width:1200px){.container-fluid{padding-left:30px;padding-right:30px}.col-xl-5col{flex:0 0 20%;max-width:20%}.col-xl-4-5col{flex:0 0 80%;max-width:80%}.col-xl-2-5col{flex:0 0 40%;max-width:40%}.col-xl-3-5col{flex:0 0 60%;max-width:60%}.no-gutters .col-xl-2-5col{-ms-flex:0 0 calc(40% + 8px);flex-basis:calc(40% + 8px);max-width:calc(40% + 8px)}.no-gutters .col-xl-3-5col{-ms-flex:0 0 calc(60% - 8px);flex-basis:calc(60% - 8px);max-width:calc(60% - 8px)}}@media screen and (min-width:1600px){.container-fluid{padding-left:70px;padding-right:70px}.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{flex:0 0 16.666667%;max-width:16.666667%}.offset-xxl-2{margin-left:16.666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.col-xxl-5col{flex:0 0 20%;max-width:20%}.col-xxl-4-5col{flex:0 0 80%;max-width:80%}.d-xxl-block{display:block!important}.d-xxl-flex{display:flex!important}}@media screen and (min-width:1920px){.container-fluid{max-width:1920px;margin-left:auto;margin-right:auto}}[class*=cols-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-1].owl-loaded.owl-carousel{display:block}[class*=cols-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-2].owl-loaded.owl-carousel{display:block}[class*=cols-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-3].owl-loaded.owl-carousel{display:block}[class*=cols-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-4].owl-loaded.owl-carousel{display:block}[class*=cols-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-5].owl-loaded.owl-carousel{display:block}[class*=cols-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-6].owl-loaded.owl-carousel{display:block}[class*=cols-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-7].owl-loaded.owl-carousel{display:block}[class*=cols-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-8].owl-loaded.owl-carousel{display:block}@media screen and (min-width:480px){[class*=cols-xs-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xs-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xs-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-1].owl-loaded.owl-carousel{display:block}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-2].owl-loaded.owl-carousel{display:block}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-3].owl-loaded.owl-carousel{display:block}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-4].owl-loaded.owl-carousel{display:block}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-5].owl-loaded.owl-carousel{display:block}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-6].owl-loaded.owl-carousel{display:block}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-7].owl-loaded.owl-carousel{display:block}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width:576px){[class*=cols-sm-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-sm-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-sm-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-1].owl-loaded.owl-carousel{display:block}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-2].owl-loaded.owl-carousel{display:block}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-3].owl-loaded.owl-carousel{display:block}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-4].owl-loaded.owl-carousel{display:block}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-5].owl-loaded.owl-carousel{display:block}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-6].owl-loaded.owl-carousel{display:block}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-7].owl-loaded.owl-carousel{display:block}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width:768px){[class*=cols-md-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-md-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-md-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-1].owl-loaded.owl-carousel{display:block}[class*=cols-md-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-md-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-md-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-2].owl-loaded.owl-carousel{display:block}[class*=cols-md-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-md-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-md-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-3].owl-loaded.owl-carousel{display:block}[class*=cols-md-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-md-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-md-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-4].owl-loaded.owl-carousel{display:block}[class*=cols-md-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-md-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-md-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-5].owl-loaded.owl-carousel{display:block}[class*=cols-md-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-md-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-md-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-6].owl-loaded.owl-carousel{display:block}[class*=cols-md-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-md-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-md-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-7].owl-loaded.owl-carousel{display:block}[class*=cols-md-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-md-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-md-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width:992px){[class*=cols-lg-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-lg-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-lg-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-1].owl-loaded.owl-carousel{display:block}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-2].owl-loaded.owl-carousel{display:block}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-3].owl-loaded.owl-carousel{display:block}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-4].owl-loaded.owl-carousel{display:block}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-5].owl-loaded.owl-carousel{display:block}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-6].owl-loaded.owl-carousel{display:block}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-7].owl-loaded.owl-carousel{display:block}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width:1200px){[class*=cols-xl-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xl-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xl-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-1].owl-loaded.owl-carousel{display:block}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-2].owl-loaded.owl-carousel{display:block}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-3].owl-loaded.owl-carousel{display:block}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-4].owl-loaded.owl-carousel{display:block}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-5].owl-loaded.owl-carousel{display:block}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-6].owl-loaded.owl-carousel{display:block}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-7].owl-loaded.owl-carousel{display:block}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width:1600px){[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-1].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-2].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-3].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-4].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-5].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-6].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-7].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width:1920px){[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-1].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-2].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-3].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-4].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-5].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-6].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-7].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel>.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel>:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel>:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-8].owl-loaded.owl-carousel{display:block}}@media screen and (max-width:991px){.page-content{padding-bottom:1rem}}.bg-loading-gray{background-color:#e9e9e9;border-radius:1rem;width:100%;height:32px;color:transparent!important}[theme=dark] .bg-loading-gray{background-color:#111}.max-width-200{max-width:200px!important}.h-150{height:150px!important}@media screen and (max-width:767px){.h-150{height:90px!important}}.sub-category-nav{border-radius:25px}.sub-category-nav a{display:block}.sub-category-nav svg{transition:all .3s ease;cursor:pointer}.sub-category-nav svg:lang(en){transform:rotate(-90deg)}.sub-category-nav svg:lang(ar){transform:rotate(90deg)}.sub-category-nav svg.active{transform:rotate(0deg)}.sub-category-nav .border-top{border-top:1px solid #e9e9e9;transition:all .3s ease}.pointer{cursor:pointer}.header{width:100%;background-color:#fff;color:#bbb}.header .container,.header .container-fluid{position:relative;display:flex;align-items:center}.header .la-lightbulb-o{animation:ColorLamp 1s infinite;border:none}.header .btns-container>*{min-width:100px}@media screen and (max-width:600px){.header .btns-container,.header .verify-link{justify-content:center;width:100%}}.header-btn{display:flex;gap:1rem;background:#fff;border:1px solid #434242;border-radius:9999px;padding:.5rem 3.5rem;color:#434242;font-size:18px;font-weight:500;justify-content:center;align-items:center}.header-btn svg{fill:#434242;width:28px;height:28px}.header-btn .number-container-btn{position:relative}.header-btn .number-container-btn .number{background:#fff100;width:12px;height:12px;position:absolute;font-size:8px;border-radius:999px;display:flex;justify-content:center;align-items:center;top:3px;right:0}.verify-text{width:-moz-fit-content;width:fit-content;display:flex;gap:1rem}.header-top{display:flex}.header-top span{color:#fff}.header-top a:hover{text-decoration:underline}.font-size-header-1{font-size:20px}.number-container{position:relative}.number-container .number{position:absolute;top:0;right:0;background-color:#fff;color:#000;border-radius:999px;width:15px;height:15px;display:flex;justify-content:center;align-items:center}.number-container .number p{text-align:center;color:#000;font-weight:600;font-size:12px;line-height:12px;margin-bottom:1px;margin-left:1px}.number-container-2{position:relative;background:linear-gradient(90deg,#fef000,#faaf40);width:24px;height:24px;border-radius:9999px}.number-container-2,.number-container-2 .number{display:flex;justify-content:center;align-items:center}.number-container-2 .number{position:absolute;top:-3px;right:-5px;background-color:#fff;color:#000;border-radius:999px;width:15px;height:15px}.number-container-2 .number p{text-align:center;color:#000;font-weight:600;font-size:12px;line-height:12px;margin-bottom:1px}[role=menuitemcheckbox]{position:relative;overflow:hidden}[role=menuitemcheckbox]:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}[role=menuitemcheckbox] *{z-index:2}[role=menuitemcheckbox]:hover path,[role=menuitemcheckbox]:hover rect{fill:#fff}[role=menuitemcheckbox]:hover:after{width:100%}[role=menuitemcheckbox]:hover{color:#fff}.szh-menu-button{border-radius:1rem!important;background-color:transparent!important;overflow:hidden;margin:1rem .5rem;font-size:1.3rem}.szh-menu-button:before{content:""!important}.szh-menu-button img{width:auto;height:24px}.szh-menu-button button{color:#fff!important;border-radius:1rem}.szh-menu-button button svg{fill:#fff!important}.szh-menu-button.szh-menu-button--open:before{color:#fff}.szh-menu-button:before{font-family:molla;content:"";top:50%;display:inline-block;margin:0 .5rem;line-height:1;opacity:.75}.szh-menu{font-size:1.2rem;color:var(--first-text-color);padding:1rem;border-radius:1rem;z-index:9999}.szh-menu,.szh-menu .szh-menu__arrow{background-color:var(--first-bg-color)}.szh-menu .szh-menu__item{justify-content:center;padding:.7rem 1.5rem .4rem;border:1px solid var(--border-color);border-radius:5rem}.szh-menu .szh-menu__item:hover{background-color:rgba(247,199,0,.2)}.szh-menu .szh-menu__item.szh-menu__item--checked{background-color:#f7c700;color:#fff}.szh-menu .szh-menu__item.szh-menu__item--checked:before{content:""}.szh-menu .szh-menu__item+.szh-menu__item{margin-top:.7rem}.header-center,.header-left,.header-right{display:flex;align-items:center}.header-right{align-self:stretch;justify-content:center;gap:3rem;margin:auto 2rem;-webkit-margin-end:5px;margin-inline-end:5px}@media screen and (max-width:991px){.header-right{margin:auto 3rem}}.header-center{margin-right:auto;flex:1 1!important}.logo{display:flex;min-height:25px}.logo img{display:block;max-width:100%;height:auto}.logo h5{margin:auto;font-size:16px;font-weight:500;display:flex;align-items:center;color:#9f9f9f}.header-top{font-weight:300;font-size:1.3rem;line-height:1.5;letter-spacing:0;color:#dededf;border-bottom:1px solid #000}.header-top a,.header-top button{text-align:center}.header-top a{color:#bbb}.header-top .container,.header-top .container-fluid{position:relative}.header-top .top-menu li+li{margin-left:2.6rem}.header-top .header-left a{padding-top:.75rem;padding-bottom:.75rem}@media screen and (min-width:1200px){.header-top .container-fluid:after{left:30px;right:30px}}@media screen and (min-width:1600px){.header-top .container-fluid:after{left:70px;right:70px}}.top-menu{text-transform:uppercase;letter-spacing:-.01em;margin:0}.top-menu>li{position:relative}.top-menu ul{display:flex;align-items:center}.top-menu li+li{margin-left:3rem}.top-menu a{display:inline-flex;align-items:center}.top-menu i{font-size:1.5rem;margin-right:.8rem;line-height:1}.top-menu i.icon-heart-o{margin-top:-.2rem}.top-menu span{margin-left:.3rem}.header-dropdown{position:relative;padding-top:.8rem;padding-bottom:.8rem;margin-right:.75rem;margin-left:.75rem}.header-dropdown+.header-dropdown{margin:auto 2.9rem}.header-dropdown>a,.header-dropdown>span{position:relative;display:inline-flex;padding-top:.2rem;padding-bottom:.2rem;padding-right:2.2rem;align-items:center;text-transform:uppercase}.header-dropdown>a:after,.header-dropdown>span:after{font-family:molla;content:"";position:absolute;right:0;top:50%;display:inline-block;font-size:1.2rem;line-height:1;margin-top:-.7rem}.header-dropdown a:focus,.header-dropdown a:hover{text-decoration:none}.top-menu,.top-menu .header-menu{display:block!important}.top-menu .header-menu{position:absolute}.top-menu ul{position:unset!important;display:block!important}.header-dropdown .header-menu{visibility:hidden;opacity:0}.header-dropdown.open .header-menu{visibility:visible;opacity:1}.header-menu{position:absolute;top:80%;z-index:20;padding-top:.6rem;padding-bottom:.6rem;min-width:140px;background-color:var(--first-bg-color);box-shadow:2px 5px 8px rgba(0,0,0,.05),-2px 5px 8px rgba(51,51,51,.05);transition:all .25s;margin-top:1p ul;margin-top-left:0;margin-top-top:0}.header-menu li{padding:0}.header-menu li:hover:not(.active-lang){background-color:rgba(247,199,0,.2)}.header-menu li button{color:var(--first-text-color);padding:.7rem 1.2rem;margin:auto;width:100%}.header-menu .active-lang{background-color:#f7c700}.header-menu:before{content:"";display:block;width:100%;height:.1rem;position:absolute;top:-1px;left:0}.header-menu ul{list-style:none;padding:0;margin:0}.header-menu ul li{margin:0;border:1px solid var(--border-color);margin:.5rem 1rem!important}.header-menu ul a{padding:.3rem 1.5rem;display:flex;align-items:center;white-space:nowrap}.header-menu a{color:inherit}.header-middle{display:flex;align-items:center;overflow:hidden}.header-middle .container{gap:1rem}.header-middle .menu>li>a{letter-spacing:.01em;font-weight:700}.header-middle .menu.sf-arrows>li>.sf-with-ul{padding-right:1.5rem}.header-middle p{color:#c9c9c9}.search-icon{z-index:999}.dropdown-cart-products::-webkit-scrollbar,.dropdown-menu.dropdown-menu-right::-webkit-scrollbar{width:7px;height:20px}.dropdown-cart-products::-webkit-scrollbar-thumb,.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb{background:#ebebeb}.dropdown-cart-products::-webkit-scrollbar-track,.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}.dropdown-cart-products p,.dropdown-menu.dropdown-menu-right p{font-size:1.4rem!important}.cart-dropdown,.compare-dropdown{display:flex;align-self:stretch;align-items:center}.cart-dropdown .dropdown-toggle,.compare-dropdown .dropdown-toggle{position:relative;display:flex;align-items:center;text-decoration:none!important;line-height:1;color:#333}.cart-dropdown .dropdown-toggle:after,.compare-dropdown .dropdown-toggle:after{display:none}.cart-dropdown .dropdown-menu,.compare-dropdown .dropdown-menu{max-height:425px;overflow-y:auto;display:block;width:300px;padding:2.2rem 3rem 2rem;z-index:100;font-size:1.3rem;z-index:1001;margin:1px 0 0;border-radius:0;border:none;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05);background-color:#fff;transition:opacity .2s}.cart-dropdown .dropdown-menu:before,.compare-dropdown .dropdown-menu:before{content:"";display:block;position:absolute;bottom:100%;left:0;right:0;height:1px}.cart-dropdown .dropdown-menu.dropdown-menu-right,.compare-dropdown .dropdown-menu.dropdown-menu-right{right:-1px}.cart-dropdown .btn-remove,.compare-dropdown .btn-remove{position:absolute;top:50%;right:0;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:#ccc;font-size:1.3rem;line-height:1;text-align:center;margin-top:-1.2rem}.cart-dropdown .btn-remove:focus,.cart-dropdown .btn-remove:hover,.compare-dropdown .btn-remove:focus,.compare-dropdown .btn-remove:hover{color:#333}.cart-dropdown.show svg *,.cart-dropdown:hover svg *,.compare-dropdown.show svg *,.compare-dropdown:hover svg *{fill:#f7c700}.cart-dropdown.show .dropdown-menu,.cart-dropdown:hover .dropdown-menu,.compare-dropdown.show .dropdown-menu,.compare-dropdown:hover .dropdown-menu{visibility:visible;opacity:1;transform:translateY(-50px)}.compare-dropdown{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.compare-dropdown .dropdown-toggle{font-size:2.6rem}.compare-products{list-style:none;padding:0;margin:0}.compare-product{position:relative;padding:.5rem 0;margin:0;box-shadow:none!important}.compare-product:hover{box-shadow:none}.compare-product-title{color:var(--first-text-color);font-weight:300;font-size:1.3rem;line-height:1.35;margin:0 1.5rem 0 0;letter-spacing:-.01em}.compare-product-title a{color:inherit}.compare-actions{display:flex;align-items:center;margin-top:2rem}.compare-actions .action-link{font-size:1.3rem;color:var(--first-text-color)}.compare-actions .action-link:focus,.compare-actions .action-link:hover{text-decoration:underline}.compare-actions .btn{font-size:1.3rem;min-width:110px;padding-top:.65rem;padding-bottom:.65rem}.icon-search{z-index:5}.cart-dropdown .dropdown-toggle{font-size:3.2rem}.cart-dropdown .dropdown-toggle i{position:relative;top:-3px;display:inline-block;font-size:38px!important}.cart-dropdown .cart-count{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:50%;font-weight:400;font-size:1rem;line-height:1;margin-left:.2rem;margin-top:.1rem;color:#fff;z-index:1}.cart-dropdown .dropdown-cart-products{max-height:27.9rem;margin-top:-1rem;overflow-y:auto}.cart-dropdown .product{position:relative;display:flex;align-items:center;padding:1.6rem 2.4rem 1.6rem 0;box-shadow:none;margin:0!important;border:none;border-bottom:1px solid var(--border-color);box-shadow:none!important}.cart-dropdown .product-image-container{position:relative;max-width:60px;margin:0}.cart-dropdown .product-title{font-weight:400;font-size:1.3rem;line-height:1.3;color:#666;text-align:left;margin-bottom:.4rem}.cart-dropdown .product-title a{color:inherit}.cart-dropdown .product-title-2{font-weight:400;font-size:.9rem;line-height:1.3;color:rgba(247,199,0,.75);text-align:left;margin-bottom:.4rem;padding:.25rem;border-radius:5px;background:rgba(247,199,0,.05)}.cart-dropdown .product-title-2 a{color:inherit}.cart-dropdown .product-title-2 a:focus,.cart-dropdown .product-title-2 a:hover{color:#f7c700}.cart-dropdown .product-cart-details{font-weight:400;max-width:150px;font-size:1.3rem;color:#999;text-align:left}.cart-dropdown .btn-primary{color:#fff;background-color:#f7c700;border-color:#f7c700}.cart-dropdown .btn-primary:focus,.cart-dropdown .btn-primary:hover{color:#f7c700;border-color:#f7c700;background-color:#fff}.dropdown-cart-total{padding:1rem 0 .5rem;display:flex;align-items:flex-end;font-size:1.4rem;font-weight:400;text-transform:uppercase;color:var(--first-text-color);margin-bottom:1.1rem}.dropdown-cart-total .cart-total-price_in_usd{font-size:1.5rem}.dropdown-cart-action{display:flex;align-items:center;justify-content:space-between;padding:0 0 .5rem}.dropdown-cart-action .btn{font-size:1.3rem;min-width:110px;padding-top:.75rem;padding-bottom:.75rem}.wishlist-link{display:flex;align-items:center;justify-content:center;color:var(--first-text-color);font-size:2.6rem;line-height:1;margin-left:2.4rem}.wishlist-link i{display:inline-block;margin-top:-2px}.wishlist-link .wishlist-count{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:50%;font-weight:400;font-size:1rem;line-height:1;margin-left:.7rem;margin-top:.1rem;color:#fff;z-index:1}.search-toggle{position:relative;display:block;font-size:2.4rem;line-height:1;min-width:2.5rem;padding:.3rem .2rem;font-weight:400;background-color:#333;color:#fff;text-align:center;z-index:11}.search-toggle.active,.search-toggle:focus,.search-toggle:hover{outline:none!important}.header-search{position:relative;margin:0;line-height:1;padding:0;border:none}.header-search .header-search-wrapper{position:absolute;right:-1.4rem;top:50%;margin-top:-20px;display:none;align-items:stretch;overflow:visible;width:100%;min-width:270px;background-color:#fff;border:.1rem solid #ebebeb;border-radius:20px;z-index:10}.header-search .header-search-wrapper:not(.search-wrapper-wide){animation-duration:.3s}.header-search .header-search-wrapper:not(.search-wrapper-wide):not(.show){animation-name:fadeOut}.header-search .header-search-wrapper:not(.search-wrapper-wide).show{animation-name:fadeIn}.header-search .header-search-wrapper.show{display:flex}.header-search .header-search-wrapper:focus-within{border-color:#f7c700}.header-search form{margin:0}.header-search .select-custom{flex:0 0 200px;max-width:200px;padding-right:0;margin:0;align-self:center}.header-search .select-custom:before{content:"";display:block;position:absolute;left:0;top:50%;width:.1rem;height:2.6rem;margin-top:-1.3rem;background-color:#ebebeb}.header-search .select-custom:after{right:2rem;color:#999;font-size:1.2rem}.header-search .form-control,.header-search select{line-height:1;font-weight:400;font-size:1.4rem;letter-spacing:0;background-color:#fff;margin:0}.header-search .form-control{flex:1 1 auto;padding:.9rem 5rem .9rem 2.3rem;width:100%;margin:0;height:38px;line-height:20px;border:none;border-radius:20px;box-shadow:none}.header-search select{width:100%;border:none;line-height:38px;height:38px;color:#777;padding:.1rem 4rem .1rem 2rem;border-radius:0;-moz-appearance:none;-webkit-appearance:none}.header-search select:focus{outline:none!important}.header-search option{font-size:1.3rem;padding:.1rem .3rem}.header-search .btn{flex:0 0 40px;max-width:40px;height:40px;font-weight:400;font-size:1.8rem;line-height:1;border:0;padding:0;margin:0 5px 0 10px!important;min-width:0;cursor:pointer;margin-top:-1px;margin-right:-1px;margin-bottom:-1rem;border-radius:0 20px 20px 0}.header-search .btn i{margin:0!important}.header-search-extended{margin-right:19rem;width:100%;margin-top:2.2rem;margin-bottom:2.2rem}.header-search-extended .header-search-wrapper{border-radius:30px;border:none!important}.header-search-extended .form-control,.header-search-extended select{font-weight:300}.header-search-extended .form-control{height:44px;padding-top:1.2rem;padding-bottom:1.2rem;padding-right:2.4rem;border-radius:30px 0 0 30px}.header-search-extended select{line-height:44px;height:44px}.header-search-extended .btn{flex:0 0 70px;max-width:70px;height:38px;font-size:2rem;border-radius:0 30px 30px 0}.header-search-visible .search-toggle{display:none}.header-search-visible .header-search-wrapper{position:static;left:auto;right:auto;top:auto;margin-top:0;display:flex;z-index:999}.header-search-visible .header-search-wrapper:lang(en){padding:0 1.5rem}.header-search-no-radius .btn,.header-search-no-radius .form-control,.header-search-no-radius .header-search-wrapper{border-radius:0}.header-search-no-round .header-search-wrapper{border-radius:.3rem}.header-search-no-round .form-control{border-radius:.3rem 0 0 .3rem}.header-search-no-round .btn{border-radius:0 .3rem .3rem 0}.mobile-menu-toggler{border:none;background:transparent;color:var(--first-text-color);padding:.2rem .25rem;font-size:2.8rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:1rem;min-width:3.3rem}.mobile-menu-toggler svg{fill:#000!important}.header-bottom{padding-block:0}.header-bottom .mobile-menu-toggler{margin-top:.55rem;margin-bottom:.55rem;margin-left:-.4rem}.menu .megamenu.demo{width:70vw;height:65vh;min-width:95rem;left:1rem;overflow-x:hidden;overflow-y:auto}.menu .megamenu.demo::-webkit-scrollbar{height:10px;width:7px}.menu .megamenu.demo::-webkit-scrollbar-thumb{background:#ebebeb}.menu .megamenu.demo::-webkit-scrollbar-track{background:#fff;margin:8px;width:100%}.menu .megamenu.demo .demo-item.hidden{opacity:0;max-height:0;padding-bottom:0;overflow:hidden;transform:translateY(50px);transition:all .5s}.menu .megamenu.demo .demo-item.show{opacity:1;max-height:100%;padding-bottom:3rem;transform:translateY(0)}.disabled-hidden{opacity:0;width:0;height:0;padding:0!important;overflow:hidden}.header-intro-clearance .header-bottom .header-left,.header-intro-clearance .header-middle .header-left{flex-grow:0;flex-shrink:0;margin:0}.header-intro-clearance .header-bottom .header-center,.header-intro-clearance .header-middle .header-center{flex:.5 1;margin:0}.header-intro-clearance .header-bottom .menu>li>a{font-size:1.7rem;letter-spacing:.01em;text-transform:none;font-weight:700}.header-intro-clearance .header-bottom .menu>li>a:before{all:unset}.header-intro-clearance .header-bottom .menu.sf-arrows>li>.sf-with-ul:after{right:1.3rem}.header-intro-clearance .header-bottom .menu>li+li{margin-left:.7rem}.header-intro-clearance .header-bottom .header-left{align-self:stretch}.header-intro-clearance .header-bottom .header-right p{padding-right:.5rem;font-size:1.4rem;font-weight:500;letter-spacing:-.01em}.header-intro-clearance .header-bottom .header-right .highlight{color:#333}.header-intro-clearance .header-bottom .header-right i{color:#333;font-size:1.6rem;letter-spacing:-.01em;margin-right:1.5rem}.header-intro-clearance .header-bottom .header-right svg path,.header-intro-clearance .header-bottom .header-right svg path:hover{fill:#dededf!important}.header-intro-clearance .top-menu{text-transform:none}.header-intro-clearance .header-dropdown>a,.header-intro-clearance .header-dropdown>span{padding-right:1.8rem;text-transform:none}.header-intro-clearance .header-dropdown>a:after,.header-intro-clearance .header-dropdown>span:after{font-size:1rem;margin-top:-.6rem}.header-intro-clearance .dropdown.category-dropdown{width:275px;max-width:95%}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle{color:#333;text-transform:none;padding-left:5.5rem;min-width:100%}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i{font-size:1rem;position:absolute;right:1.5rem}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle:before{height:0}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle:after{font-weight:400;position:absolute;margin-left:0;left:1.5rem}.header-intro-clearance .account,.header-intro-clearance .cart-dropdown,.header-intro-clearance .compare-dropdown,.header-intro-clearance .wishlist{display:flex;align-self:stretch;align-items:normal}.header-intro-clearance .account>a,.header-intro-clearance .cart-dropdown>a,.header-intro-clearance .compare-dropdown>a,.header-intro-clearance .wishlist>a{display:flex;flex-direction:column;align-items:center;justify-content:center}.header-intro-clearance div.icon{position:relative;height:3.2rem}.header-intro-clearance .account a{font-size:3rem;color:#333;line-height:1}.header-intro-clearance .wishlist a{font-size:2.8rem;color:#333;line-height:1}.header-intro-clearance .cart-dropdown .cart-count,.header-intro-clearance .wishlist .wishlist-count{min-width:1.6rem;height:1.6rem}.header-intro-clearance .wishlist .wishlist-count{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:400;font-size:1rem;line-height:1;color:#fff;position:absolute;top:0;right:-.5rem}.header-intro-clearance .cart-dropdown .cart-count{position:absolute;top:0;right:-.3rem}.header-intro-clearance .account .dropdown-toggle,.header-intro-clearance .cart-dropdown .dropdown-toggle,.header-intro-clearance .wishlist .dropdown-toggle{color:#333}.live-search-list{left:0;right:0;width:auto;position:absolute;top:100%;min-width:550px;z-index:99;display:none}.header-search.show .live-search-list{display:block}.live-search-list .product-price_in_usd{font-size:12px}.autocomplete-suggestions{color:#8d8d8d;background-color:#f4f4f4;border:1px solid #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 .5em;line-height:1.5em;min-height:0;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);white-space:normal}.autocomplete-suggestion .search-price_in_usd{color:#222529;font-weight:600}.autocomplete-suggestion img{width:40px;height:40px;border-radius:20px;margin-right:10px;object-fit:cover}.autocomplete-suggestion img[lazy=loading]{padding-top:40px!important}.autocomplete-suggestion img+.search-name{padding-left:.5em}.autocomplete-suggestion .search-name{flex:1 1}.autocomplete-suggestion:hover{background-color:#ededed}.autocomplete-suggestion:last-child{border-bottom:none}@media screen and (min-width:992px){.mobile-menu-toggler{display:none}}@media screen and (min-width:1200px){.menu .megamenu.demo{width:1168px}}@media screen and (min-width:1600px){.header .container-fluid .megamenu-container{position:relative}.header .container-fluid .megamenu-container .megamenu{right:auto;width:1170px}}@media screen and (max-width:1199px){.header-search .search-wrapper-wide{width:480px}.header-search-extended{margin-right:10rem}.header-search-extended .btn{flex:0 0 50px;max-width:50px}}@media screen and (max-width:991px){.top-menu:not(.top-link-menu),.top-menu:not(.top-link-menu)>li{display:flex;align-items:center;align-self:stretch}.top-menu:not(.top-link-menu)>li{white-space:nowrap}.top-menu:not(.top-link-menu)>li>a{display:block;padding-left:0;padding-right:0}.top-menu:not(.top-link-menu) ul{display:block;position:absolute;right:0;top:100%;z-index:20;padding-top:.6rem;padding-bottom:.6rem;min-width:142px;margin-top:1px;background-color:var(--first-bg-color);border-radius:1rem;box-shadow:2px 5px 8px rgba(51,51,51,.05),-2px 5px 8px rgba(51,51,51,.05);text-transform:capitalize}.top-menu:not(.top-link-menu) ul:before{content:"";display:block;width:100%;height:.1rem;position:absolute;top:-1px;left:0}.top-menu:not(.top-link-menu):focus ul,.top-menu:not(.top-link-menu):hover ul{visibility:visible;opacity:1}.top-menu:not(.top-link-menu) a{padding:.3rem 1.5rem}.top-menu.top-link-menu ul{min-width:180px}.top-menu>li{padding-top:.75rem;padding-bottom:.75rem}.top-menu .header-dropdown{padding:0}.top-menu .header-dropdown ul:lang(ar){left:-100%;right:100%}.top-menu .header-dropdown ul:lang(en){left:-50%;right:100%}.header-search{display:none}.header-search-extended{margin-right:0}.header-search-extended .btn{height:40px}.header-search-extended .form-control{height:38px;padding-top:.9rem;padding-bottom:.9rem}.header-search-extended select{height:38px;line-height:38px}.header-search-visible .search-toggle{display:block}.header-search-visible .header-search-wrapper{position:absolute;right:-10rem;top:100%;margin-top:.8rem;display:none;border-width:.4rem}.header-search-visible .header-search-wrapper:before{content:"";display:block;width:0;height:0;position:absolute;right:10rem;bottom:100%;border-color:transparent transparent #ebebeb;border-style:solid;border-width:0 11px 13px}.header-bottom{display:none}}@media screen and (max-width:767px){.header-search .search-wrapper-wide{width:420px}.header-search .select-custom{flex:0 0 180px;max-width:180px}}@media screen and (max-width:575px){.header-search .search-wrapper-wide{width:300px}.compare-dropdown,.header-search .select-custom,.wishlist-link{display:none}.cart-dropdown{-webkit-padding-start:1.4rem;padding-inline-start:1.4rem}.compare-dropdown .dropdown-menu.dropdown-menu-right{right:-5rem}}@media screen and (max-width:479px){.header-intro-clearance .account,.header-intro-clearance .cart-dropdown,.header-intro-clearance .wishlist{-webkit-padding-start:2rem;padding-inline-start:2rem}}@media(max-width:340px){.header-search .search-wrapper-wide{width:260px}.account,.compare-dropdown,.wishlist,.wishlist-link{display:none!important}}.header-3{color:#000;border-bottom:0 solid #000}@media screen and (max-width:992px){.header-3{border-bottom:1px solid #000}}.header-3 .header-top{background-color:#434242}.header-3 .header-top .container{border-bottom:1px solid #f7c700}.header-3 .header-top .container-fluid:after,.header-3 .header-top .container:after{height:.1rem;background-color:#08001e}.header-3 .header-top .header-left i{font-size:1.6rem;margin-right:.5rem}.header-3 .header-top a{display:block}.header-3 .header-middle{border-bottom:none;background-color:#e7eeff}.header-3 .header-middle .header-title{font-size:40px;font-weight:600;color:#e1ae01}@media screen and (max-width:767px){.header-3 .header-middle .header-title{font-size:24px;margin-bottom:0}}.header-3 .header-bottom{background-color:#e7eeff;box-shadow:0 5px 2px rgba(0,0,0,.1);position:relative;z-index:999}.header-3 .header-bottom .menu>li>a:before{bottom:0;top:unset}.header-3 .btn-width{width:15%}.header-3 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,.header-3 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,.header-3 .mobile-menu-toggler,.header-3 .search-toggle:not(:hover):not(:focus),.header-3 .wishlist-link:not(:hover):not(:focus){color:#dededf}.header-3 .cart-count,.header-3 .wishlist .wishlist-count{color:#fff}.header-3 .header-bottom .header-right p{padding-right:0}.header-3 .logo-image{max-height:clamp(60px,3vw,3rem);width:-moz-fit-content;width:fit-content;object-fit:contain}.header-3 .header-search-extended{border-radius:3rem!important;border:1px solid #434242!important}.header-3 .header-search-extended .btn{max-width:45px;margin:0!important;height:38px;font-size:2.2rem;border-radius:0!important;background-color:#434242!important;border:1px solid #434242;color:#fff!important}.header-3 .header-search-extended .form-control{border-top-right-radius:3rem;border-bottom-right-radius:3rem;padding-left:0;height:38px;color:#000!important;font-size:1.6rem;font-weight:500}.header-3 .header-search-extended .form-control:lang(ar){padding:.5rem 2.4rem .5rem .5rem}.header-3 .header-search-extended .form-control:lang(en){padding:.5rem .5rem .5rem 2.4rem}.header-3 .btn-primary.focus,.header-3 .btn-primary:focus,.header-3 .btn-primary:hover,.header-3 .btn-primary:not(:disabled):not(.disabled).active,.header-3 .btn-primary:not(:disabled):not(.disabled):active,.header-3 .show>.btn-primary.dropdown-toggle{color:#f7c700;background-color:transparent}@media screen and (max-width:991px){.header-3 .header-search-visible .header-search-wrapper{border-color:#dadada}.header-3 .header-search-visible .header-search-wrapper:before{border-bottom-color:#dadada}}@media screen and (max-width:575px){.header-3 .cart-dropdown,.header-3 .compare-dropdown,.header-3 .wishlist{padding-left:0}}@media screen and (max-width:1119px){.header-intro-clearance .header-bottom .container:after,.header-intro-clearance .header-bottom .container:before{visibility:hidden}}@media screen and (max-width:1100px){.header-intro-clearance .header-bottom .header-right i{visibility:hidden}}@media screen and (max-width:766px){.header .header-middle .header-left{width:100%;justify-content:space-between;padding-inline:.5rem;margin-block:1rem}.header .header-right{width:100%;justify-content:space-between;margin:0;padding-bottom:1rem}.header-middle>.container{flex-wrap:wrap}.header-intro-clearance .header-bottom .header-right{width:100%}.header-intro-clearance .account,.wishlist{display:none}}.check-top-menu ul{display:flex;justify-content:center;align-items:center}.check-top-menu .megamenu-container{margin:1.5rem 1rem 0}.check-top-menu .labil-toggle{color:#fff!important;white-space:nowrap!important}.main-nav{margin-left:2rem;display:none}.menu,.menu ul{margin:0;padding:0;list-style:none}.menu{display:flex;align-items:center}.menu li{position:relative}.menu li.show>ul,.menu li:hover>ul{display:block}.menu li.show>.megamenu,.menu li:hover>.megamenu{opacity:1;visibility:visible;top:100%}.menu .megamenu-container{position:static;margin:auto 1.5rem!important;white-space:nowrap!important}.menu ul{position:absolute;display:none;top:100%;left:0;z-index:1002}.menu ul ul{top:-1.6rem;left:100%}.menu .megamenu{position:absolute;left:1.5rem;right:1.5rem;top:-200rem;z-index:1002;opacity:0;visibility:hidden;transition:opacity .2s}.menu .megamenu.megamenu-sm{left:0;right:auto;width:456px}.menu .megamenu.megamenu-md{left:-10rem;right:auto;width:694px}.menu .megamenu div>ul,.menu .megamenu>ul{display:block;position:static;left:auto;right:auto;top:auto;bottom:auto;box-shadow:none;margin-top:0;padding:0;min-width:0}.menu .megamenu:not(:hover) .btn{transition:none}.menu .megamenu:before,.menu ul:before{content:"";display:block;position:absolute;bottom:100%;height:1px;left:0;right:0}.menu .megamenu ul,.menu ul ul{margin-top:0}.menu a:not(.btn){display:block;position:relative;text-decoration:none}.menu a:not(.btn):focus{outline:none!important}.menu{line-height:1.5}.menu li>a{color:#fff;font-weight:300;font-size:1.3rem;letter-spacing:0;padding:.5rem 3rem}.menu li>a span:not(.tip){position:relative}.menu>li>a{color:#fff;font-weight:500;font-size:1.4rem;letter-spacing:-.01em;padding:3.95rem 3rem;text-transform:uppercase}.menu>li+li{margin-left:0}.menu .megamenu,.menu ul{background-color:#fff;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.menu ul{min-width:218px;padding:1.6rem 0 2rem}.menu .megamenu .banner>a{display:block;padding:0;margin:0}.menu .megamenu li a{padding-right:0;padding-left:0}.menu .megamenu .btn{min-width:210px;text-transform:uppercase}.menu .banner{margin:0;max-width:218px;float:right;height:100%}.menu .menu-col{padding-left:3rem;padding-right:3rem;margin-top:2.2rem;padding-bottom:2rem}.menu .menu-title{color:#333;font-weight:400;font-size:1.4rem;text-transform:uppercase;margin-bottom:.6rem}.menu .megamenu-action{padding-bottom:2rem}.menu ul+.menu-title{margin-top:1.5rem}.menu .banner-content{padding-top:0}.menu .banner-content.banner-content-bottom{left:2.4rem;bottom:2.4rem}.menu .banner-content.banner-content-top{left:2rem;top:2.4rem;transform:translateY(0);-ms-transform:translateY(0)}.menu .banner-title{margin:0;font-weight:400;font-size:1.8rem;line-height:1.25;text-transform:uppercase;letter-spacing:0}.menu .banner-title span{font-size:2.4rem}.menu .banner-content-top .banner-title span{line-height:1.05;font-size:3.1rem}.demo-list{display:flex;align-items:center;flex-flow:wrap;margin:1.8rem -10px .4rem}.demo-item{color:#999;flex:0 0 20%;max-width:20%;text-align:center;padding:0 10px 3rem;margin-bottom:auto}.demo-item a{color:inherit}.demo-item a:focus .demo-bg,.demo-item a:hover .demo-bg{box-shadow:3px 10px 16px rgba(51,51,51,.05),-3px 10px 16px rgba(51,51,51,.05);background-position:bottom;transition:background-position 2s linear,box-shadow .3s}.demo-bg{min-height:16rem;background-repeat:no-repeat;background-size:cover;display:block;background-color:#f4f4f4;border:.1rem solid #ebebeb;margin-bottom:1.2rem;padding-top:80.95%;background-position:top;transition:background-position .6s linear,box-shadow .3s}.demo-title{font-weight:300;font-size:1.3rem;letter-spacing:.01em}.tip{color:#fff;display:block;position:absolute;left:100%;bottom:1.1rem;text-align:center;font-weight:400;font-size:.8rem;line-height:1;letter-spacing:0;padding:3px 1px 1px;min-width:23px;z-index:1;border-radius:0;margin-left:.5rem;text-transform:uppercase}.tip.tip-new{background-color:#a6c76c}.tip.tip-hot{background-color:#ef837b}@supports(-ms-ime-align:auto){.tip{padding:2px 1px}}.header-bottom .main-nav{margin-left:0;display:flex;align-items:center}.header-bottom .menu .megamenu.megamenu-md{left:0}.header-bottom .menu>li+li{margin-left:1rem}.header-bottom .menu>li>a{padding:0 1rem;color:#434242}.header-bottom .menu>li>a:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease}.header-bottom .menu li.active>a:before,.header-bottom .menu li.show>a:before,.header-bottom .menu li:hover>a:before{transform-origin:left center;transform:scale(1)}.header-bottom .menu.sf-arrows>li>.sf-with-ul:after{right:1rem}@media screen and (min-width:992px){.main-nav{display:block}}@media screen and (max-width:1200px){.menu .megamenu.megamenu-md{width:654px}.main-nav .menu>li>ul{left:-7.3rem}.header-bottom .menu .megamenu.megamenu-md{left:-2rem}}.side-nav{position:relative;margin:0;border-radius:0;overflow:hidden;border:.1rem solid var(--border-color);box-shadow:1px 4px 10px rgba(0,0,0,.1)}.side-nav-title{background-color:rgba(247,199,0,.5);color:#000;font-weight:700}.side-nav-title h6{font-weight:500;font-size:16px;padding:.75rem 1.9rem 0;width:100%;color:#000!important}.side-nav-title h6,.sidenav-title{line-height:1.5;letter-spacing:-.01em}.sidenav-title{font-weight:600;font-size:1.6rem;padding:1.45rem 3rem;color:#fff;background-color:#333;text-transform:uppercase}.category-dropdown,.category-dropdown .dropdown-toggle{display:flex;align-self:stretch;align-items:center}.category-dropdown .dropdown-toggle{position:relative;color:#333;font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;text-transform:uppercase;padding:1rem 1.9rem 1rem 2rem;min-width:270px;transition:background .4s,color .1s}.category-dropdown .dropdown-toggle:after{content:"";font-family:molla;border:none;font-size:2.3rem;line-height:1;margin-left:6.7rem}.category-dropdown .dropdown-toggle:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;transition:all .35s}.category-dropdown .dropdown-toggle:hover{color:#fff;background-color:#f7c700;outline:none!important}.category-dropdown:not(.is-on):hover .dropdown-menu{display:block}.category-dropdown:not(.is-on):hover .dropdown-toggle{color:#fff!important}.category-dropdown.show .dropdown-toggle:after{content:""}.category-dropdown .dropdown-menu{left:0;width:100%;margin:0;border-radius:0;border:none;padding:0;box-shadow:0 10px 30px rgba(0,0,0,.05)}.category-dropdown .dropdown-item{color:#666;font-weight:300;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;border:.1rem solid #ebebeb;padding:.9rem 1.9rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:1rem}.category-dropdown .dropdown-item.dropdown-item-lead{color:#333;font-weight:500;background-color:#f9f9f9}.category-dropdown .dropdown-item:focus,.category-dropdown .dropdown-item:hover{background-color:#fff;outline:none!important}.category-dropdown .dropdown-item:focus.dropdown-item-lead,.category-dropdown .dropdown-item:hover.dropdown-item-lead{background-color:#f9f9f9}.menu-vertical,.menu-vertical ul{margin:0;padding:0;list-style:none}.menu-vertical{display:flex;align-items:center;position:static;line-height:1.5;flex-direction:column}.menu-vertical li{position:relative}.menu-vertical li a{transition:border .4s}.menu-vertical li.activeSubCat a{-webkit-border-start:4px solid #f7c700;border-inline-start:4px solid #f7c700;color:#f7c700;transition:border .4s;background-color:var(--card-bg-color)}.menu-vertical li.show>.megamenu,.menu-vertical li.show>ul,.menu-vertical li:hover>.megamenu,.menu-vertical li:hover>ul{display:block}.menu-vertical a:not(.btn){display:block;position:relative;text-decoration:none}.menu-vertical a:not(.btn):focus{outline:none!important}.menu-vertical .megamenu-container{position:static}.menu-vertical ul{min-width:218px;padding:1.6rem 0 2rem}.menu-vertical .megamenu,.menu-vertical ul{display:none;position:absolute;top:0;left:100%;z-index:1002;margin-top:0;background-color:#fff;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.menu-vertical .megamenu:before,.menu-vertical ul:before{display:none}.menu-vertical .megamenu{width:713px}.menu-vertical .megamenu.megamenu-sm{width:456px}.menu-vertical .megamenu.megamenu-md{width:694px}@media screen and (min-width:1200px){.menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md){width:893px;min-height:100%}}.menu-vertical .megamenu div>ul,.menu-vertical .megamenu>ul{display:block;position:static;left:auto;right:auto;top:auto;bottom:auto;box-shadow:none;margin-top:0;padding:0;min-width:0}.menu-vertical .banner{margin:0;max-width:280px;float:right;border-radius:0}.menu-vertical .banner img{border-radius:0}.menu-vertical .menu-banners{margin-top:2.4rem}.menu-vertical .menu-banners .banner{float:none;max-width:100%}.menu-vertical.sf-arrows>li>.sf-with-ul{padding-right:3rem}.menu-vertical.sf-arrows .sf-with-ul{position:relative}.menu-vertical.sf-arrows .sf-with-ul:after{display:block;font-family:molla;content:"";position:absolute;right:1.8rem;top:50%;line-height:1;font-size:1.2rem;margin-top:-.6rem}.menu-vertical li>a{color:var(--first-text-color);font-weight:500;font-size:16px;letter-spacing:0;padding:.6rem 3rem}.menu-vertical li>a span:not(.tip){position:relative}.menu-vertical li>a strong{font-weight:600}.menu-vertical>li{width:100%}.menu-vertical>li>a{display:block;color:var(--first-text-color);font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.01em;border:1px solid var(--border-color);padding:.9rem 1.9rem;width:100%}.menu-vertical>li.item-lead>a{color:#333;font-weight:500;background-color:#f9f9f9}.menu-vertical>li+li{margin-left:0}.menu-vertical .menu-title{color:#333;font-weight:600;font-size:1.4rem;letter-spacing:-.01em;text-transform:capitalize;padding-bottom:1rem;border-bottom:.1rem solid #eee;margin-bottom:.7rem}.menu-vertical ul+.menu-title{margin-top:1.2rem}.menu-vertical i{display:inline-block;color:#ccc;min-width:3.4rem}.menu-vertical .menu-col{padding-left:2rem;padding-right:2rem;margin-top:1.5rem;padding-bottom:1.5rem}.menu-vertical .menu-col li>a{padding-left:0;padding-right:0}.menu-brands.menu-col{padding-top:2rem;margin-top:0!important;border-top:.1rem solid var(--border-color)}.menu-brands .brand{display:flex!important}.menu-brands .col,.menu-brands [class*=col-]{display:flex;align-items:center;justify-content:center}@keyframes fixedHeader{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:992px){.sticky-header.fixed{position:fixed;left:0;right:0;top:0;z-index:1000;animation-name:fixedHeader;animation-duration:.4s;background-color:#e7eeff;box-shadow:0 3px 10px rgba(0,0,0,.4)}.sticky-header.fixed .logo{margin-top:0;margin-bottom:0}.sticky-header.fixed.header-middle .menu>li>a{padding-top:2rem;padding-bottom:2rem}}.mobile-menu-container{position:fixed;top:0;bottom:0;z-index:1001;background-color:#333;width:100%;max-width:280px;overflow-y:auto;box-shadow:.1rem 0 .6rem 0 rgba(51,51,51,.5);will-change:transform;visibility:hidden;font-size:1.2rem;line-height:1.5;transition:all .4s ease}.mobile-menu-container:lang(en){left:-280px}.mobile-menu-container:lang(ar){right:-280px}.mobile-menu-container .social-icons{justify-content:center;margin-bottom:0}.mobile-menu-container .social-icon{width:3rem;height:3rem;font-size:1.2rem;background-color:transparent;margin-bottom:0;color:hsla(0,0%,100%,.45);border-color:hsla(0,0%,100%,.45)}.mobile-menu-container .social-icon+.social-icon{margin-left:.8rem}.mobile-menu-container .social-icon:focus,.mobile-menu-container .social-icon:hover{background-color:transparent}.mobile-menu-container .bg-white{background-color:transparent!important}.mobile-menu-wrapper{position:relative;padding:4.2rem 0}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;position:absolute;top:.7rem;padding:0;z-index:9;cursor:pointer;font-size:1.6rem;line-height:1;color:var(--first-text-color);transition:color .35s}.mobile-menu-close:lang(en){right:1rem}.mobile-menu-close:lang(ar){left:1rem}.mobile-menu-overlay{display:block;position:fixed;left:0;top:0;bottom:0;right:0;background-color:rgba(25,25,25,.25);z-index:1000;transition:all .4s;visibility:hidden;opacity:0}.mobile-nav{padding:0;margin:0 0 2.5rem}.mobile-menu{margin:0;padding:0;list-style:none}.mobile-menu li,.mobile-menu li a{display:block;position:relative}.mobile-menu li a{padding:1rem 4.5rem 1rem 2rem;color:var(--first-text-color);margin:4px;background-color:#f3f3f3}.mobile-menu li a:focus,.mobile-menu li a:hover{text-decoration:none;outline:none!important}.mobile-menu li ul{margin:0;border-bottom:.1rem solid var(--border-color);overflow:hidden}.mobile-menu li ul li a{padding-top:.6rem;padding-bottom:.6rem;padding-left:3.5rem;border-bottom:none}.mobile-menu li ul li a:not(:hover):not(:focus){color:hsla(0,0%,100%,.8)}.mobile-menu li ul li:last-child ul{border-bottom:none;padding-bottom:0}.mobile-menu li ul ul{border-top:.1rem solid var(--border-color)}.mobile-menu li ul ul li a{padding-left:5rem}.mobile-menu span:not(.mmenu-btn):not(.tip){position:relative}.mobile-menu:not(.mobile-menu-light) li ul li a{padding-top:1rem;padding-bottom:1rem}.mmenu-btn{display:flex;align-items:center;justify-content:center;position:absolute;right:1rem;top:50%;z-index:10;width:3rem;height:3rem;font-size:1.2rem;color:#fff;margin-top:-1.5rem;border-radius:0;background-color:transparent;cursor:pointer;outline:none;transition:color .35s}.mmenu-btn:after{font-family:molla;content:"";display:inline-block}.open>a>.mmenu-btn:after{content:""}.mobile-search{margin:1rem 0 1.5rem;padding:0 2rem;display:flex;align-items:center}.mobile-search .form-control{height:36px;margin-bottom:0;-webkit-appearance:none;font-size:1.2rem;line-height:1.5;padding:.8rem 1.5rem;max-width:calc(100% - 36px);background-color:#333;border-color:hsla(0,0%,100%,.1)}.mobile-search .form-control::placeholder{color:hsla(0,0%,100%,.45)}.mobile-search .form-control:focus{color:#fff;background-color:#333}.mobile-search .btn{font-size:1.2rem;min-width:3.6rem;padding:.8rem .2rem;height:36px;border-radius:2px}.mobile-menu-container .tab-content{padding:0;margin:0 0 2.5rem;border:none}.mobile-menu-container .tab-content .mobile-cats-nav,.mobile-menu-container .tab-content .mobile-nav{margin-bottom:0}.mobile-menu-container .tab-pane{padding:0}.nav.nav-pills-mobile{display:flex;align-items:center;border-bottom:.1rem solid var(--border-color);margin:0 0 .2rem}.nav.nav-pills-mobile .nav-item{flex-grow:1;flex-basis:0;margin:0 0 -.1rem}.nav.nav-pills-mobile .nav-item.show .nav-link{color:#f7c700;border-bottom-color:#f7c700!important}.nav.nav-pills-mobile .nav-link{color:#fff;font-weight:600;font-size:1.3rem;line-height:1.5;border-bottom:.2rem solid transparent!important;background:none;padding:.8rem 2rem;transition:all .35s ease}.nav.nav-pills-mobile .nav-link.active,.nav.nav-pills-mobile .nav-link:focus,.nav.nav-pills-mobile .nav-link:hover{border-bottom-color:#f7c700!important}.mobile-cats-nav .mobile-menu>li>a{text-transform:capitalize}.mobile-cats-menu li a{position:relative;display:block;padding:1rem 4.5rem 1rem 2rem;color:hsla(0,0%,100%,.8);border-bottom:.1rem solid var(--border-color)}.mobile-cats-menu li a.mobile-cats-lead{font-weight:500;color:#fff}.mobile-cats-menu li a:focus,.mobile-cats-menu li a:hover{text-decoration:none;outline:none!important}@media screen and (max-width:991px){.mmenu-active .mobile-menu-overlay{visibility:visible;opacity:1}.mmenu-active:lang(en) .mobile-menu-container{visibility:visible;transform:translateX(280px)}.mmenu-active:lang(en) .page-wrapper{transform:translate(200px)}.mmenu-active:lang(ar) .mobile-menu-container{visibility:visible;transform:translateX(-280px)}.mmenu-active:lang(ar) .page-wrapper{transform:translate(-200px)}}.mobile-menu-light{background-color:var(--first-bg-color)}.mobile-menu-light .social-icon{color:#999;border-color:#999}.mobile-menu-light .mobile-menu li a,.mobile-menu-light .mobile-menu li ul{border-bottom-color:var(--border-color)}.mobile-menu-light .mobile-search .form-control{color:#666;background-color:#fff;border-color:#e5e5e5}.mobile-menu-light .mobile-search .form-control::placeholder{color:#666}.mobile-menu-light .mobile-search .form-control:focus{color:#666;background-color:#fff}.mobile-menu-light .nav.nav-pills-mobile{border-bottom-color:var(--border-color)}.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active){color:#333}.mobile-menu-light .mobile-cats-menu li a{border-bottom-color:#efefef}.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus){color:#666}.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead{color:#333}.categories-list,.categories-list__button{width:250px;position:relative}.categories-list__button{background:#110435;padding:1.5rem;font-size:1.7rem;font-weight:700;color:#424141!important;text-align:unset;display:flex;gap:1rem;margin:0!important;transition:background .3s ease-in-out}.categories-list__button span{font-size:1.7rem}.categories-list__button:before{position:absolute;right:0;font-style:5px;top:50%;translate:-50% -50%;transition:all .3s ease}.categories-list .main-ul{position:absolute;width:100%;left:0;top:40px;max-height:0;transition:all .3s ease-in-out;transition-delay:0s!important;overflow:hidden;padding:0;margin:0;border:0 solid #08001e;border-radius:0 0 10px 10px;background:rgba(249,251,255,.357);z-index:99;box-shadow:0 18px 50px -10px rgba(0,0,0,.2);opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.categories-list .main-ul::-webkit-scrollbar{width:6px}.categories-list .main-ul::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:5px}.categories-list .main-ul::-webkit-scrollbar-track{background:transparent}.categories-list a,.categories-list ul button{position:relative;text-transform:capitalize;display:block;width:100%;text-align:left;color:#434242!important;z-index:2;padding:1rem 3rem 1rem 1rem}.categories-list a:hover,.categories-list ul button:hover{color:#f7c700!important}.categories-list li{position:relative;border-bottom:1px solid var(--border-color)}.categories-list li:hover:after{width:100%}.categories-list li:hover>a{color:#f7c700!important}.categories-list li:last-of-type{border-bottom:0}.categories-list ul a:before,.categories-list ul button:before{content:"";position:absolute;font-family:molla;display:inline-block;margin:0 .5rem;line-height:1;opacity:.75;right:0;font-style:5px;top:50%;translate:-50% -50%;transition:all .3s ease;rotate:-90deg}.categories-list .link:before{display:none}.categories-list .main-ul li{position:relative}.categories-list .nested-1,.categories-list .nested-2{position:absolute;left:98.5%;top:0;width:100%;opacity:0;height:0;transition:opacity .3s ease,visibility 0s;visibility:hidden}.categories-list .nested-1 ul,.categories-list .nested-2 ul{background:rgba(249,251,255,.357);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);outline:1px solid var(--border-color);margin-left:.5rem;box-shadow:0 18px 50px -10px rgba(0,0,0,.2);overflow:hidden}.categories-list .nested-1 ul a:before,.categories-list .nested-2 ul a:before{background:rgba(249,251,255,.357);display:none!important}.categories-list .nested-2{color:green}.categories-list .nested-1 button:hover+.nested-2,.categories-list .nested-1:hover,.categories-list .nested-2:hover,.categories-list ul a:hover+.nested-1{opacity:1;height:auto;min-height:100px;z-index:99;visibility:visible}.fixed .categories-list__button{background:#110435}.categories-list.active-list .main-ul{overflow:visible;max-height:450px;border-width:1px;opacity:1}.categories-list.active-list .categories-list__button{background:#f7c700;border-radius:10px 10px 0 0}.categories-list.active-list .categories-list__button:before{opacity:0}.categories-list[dir=rtl] *{text-align:right;font-weight:700}.categories-list[dir=rtl] .categories-list__button:before{left:1.5rem;right:unset}.categories-list[dir=rtl] .nested-1,.categories-list[dir=rtl] .nested-2{left:unset;right:100%}.categories-list[dir=rtl] ul a:before,.categories-list[dir=rtl] ul button:before{right:unset;left:1.5rem;scale:-1;padding:1rem 1rem 1rem 3rem}.footer{font-size:1.6rem;color:#fff!important;background-color:#2b2a29;margin-top:5rem;padding:0 1rem}.footer .contacts-container{display:flex;flex-direction:column;gap:2rem;margin-top:16px}.footer .contacts-container .contact-item{display:flex;gap:1rem}.footer .contacts-container .contact-item .text{font-size:20px;font-weight:300}.footer .contacts-container .contact-item:lang(en){flex-direction:row;margin-left:25px}.footer .contacts-container .contact-item:lang(ar){flex-direction:row-reverse;margin-right:25px}.footer .contacts-container svg path{fill:#f7c700}.footer .footer-input-container{background:transparent;border:1px solid #ececec;border-radius:5px;padding:.5rem 1rem;display:flex;align-items:center;position:relative;justify-content:start}.footer .footer-input-container:lang(en){flex-direction:row}.footer .footer-input-container:lang(ar){flex-direction:row-reverse}.footer .footer-input-container p{color:#ececec;font-size:1.6rem;margin-right:1rem}.footer .footer-input-container input{background:transparent;color:#ececec;font-size:1.6rem;width:100%;padding:.5rem;border:none}.footer .footer-input-container input:lang(en){text-align:start}.footer .footer-input-container input:lang(ar){text-align:end}.footer .footer-input-container input::placeholder{color:#c5c6c6}.footer .footer-input-container input:focus{outline:none}.footer .footer-input-container button svg{color:#ececec}.footer .t-al-start:lang(en){text-align:left!important}.footer .t-al-start:lang(ar){text-align:right!important}.footer .al-start:lang(en){align-items:start}.footer .al-start:lang(ar){align-items:end}.footer .logo-text{font-weight:100;color:#fbfefe;font-size:11px;text-align:justify}.footer h5{color:#fff;font-size:28px;font-weight:400}.footer h5:lang(en){text-align:start}.footer h5:lang(ar){text-align:end}.footer a{color:#fff;font-size:20px;font-weight:300}.footer a:lang(en){text-align:start;font-weight:300;margin-left:25px}.footer a:lang(ar){font-weight:300;margin-right:25px;text-align:end}.footer .social-media{border-radius:5px;transition:background .5s ease}.footer .social-media svg{width:32px;height:32px}.footer .social-media:after{display:none}.footer-content{justify-content:space-between;border-bottom:1px solid #f7c700}.footer-content>div{display:flex;flex-direction:column;gap:1rem}.footer-content__headers{margin-bottom:2rem;font-weight:700}.footer-content a{position:relative;width:-moz-fit-content;width:fit-content;font-weight:500;color:#fff;width:max-content}.footer-content a:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease;background:#f7c700}.footer-content a:hover:after{transform-origin:left center;transform:scale(1)}.footer-content .active-link{color:#f7c700}.footer-content .active-link:after{transform:scale(1)}.footer-content .phone-contact{display:flex;align-items:center;gap:2rem;border:2px solid var(--dark-gray-color);padding:1rem}.footer-content .text-container h5{color:#f7c700;white-space:nowrap}.footer-content .socials{display:flex;align-items:center;gap:2rem}.footer-logo{margin:20px 0 5px;justify-content:center;display:block}.footer-bottom{padding:1rem}.footer-bottom .payments{display:flex;align-items:center;justify-content:center;gap:1rem}ul.list-pages{display:flex;align-items:center;font-weight:500;flex-direction:column}ul.list-pages li{display:block;padding:.5rem 0 1rem}ul.list-pages li:not(:last-child){border:none;border-bottom:1px solid var(--border-color)}.appButton{height:40px;margin-bottom:10px}.social-icons-footer{flex-flow:row wrap}.social-icon-footer,.social-icons-footer{display:flex;align-items:center;margin:auto .75rem!important}.social-icon-footer{justify-content:center;font-size:1.2rem;width:3rem;height:3rem;color:#777;background-color:transparent;border:.1rem solid #e1e2e6;border-radius:50%;text-decoration:none;opacity:1;transition:all .35s ease}.social-icon-footer:not(:last-child){margin:auto .75rem!important}.social-icon-footer:focus,.social-icon-footer:hover{color:#f7c700;border-color:#f7c700;background-color:transparent}.footer-copyright{color:#f7c700}.footer-margin{margin-bottom:0}@media screen and (max-width:768px){.footer-margin{margin-bottom:80px}}.footer-mobile{display:flex;justify-content:space-around;align-items:center;background-color:#fff;height:80px;width:100%;position:fixed;bottom:0;left:0;right:0;box-shadow:1px 4px 10px rgba(0,0,0,.75);z-index:999999}.footer-mobile a{color:#f7c700}.footer-mobile a span{width:100%!important;height:100%!important}.footer-mobile a span,.footer-mobile a span span{display:flex!important;justify-content:center!important;margin:auto!important}.footer-mobile a span span{align-items:center!important;width:25px!important;height:25px!important}.footer-mobile a span img{display:flex;justify-content:center;align-items:center;width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;margin:auto}.footer-mobile a p{color:#000;font-size:10px;text-align:center;margin-top:2px}.footer-mobile-active{padding:.25rem!important;text-align:center!important;transition:all .35s ease}.footer-mobile-active svg{fill:#f7c700!important;color:#f7c700!important}.footer-mobile-active p{color:#f7c700!important}.page-header{padding:4.6rem 0 5rem;background-color:#ebebeb;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:2.5rem}.page-header h1{color:#333;font:normal 400 3.2rem/1.1 Poppins,sans-serif;letter-spacing:-.025em;margin-bottom:0}.page-header h1 span{display:block;font-size:1.6rem;margin-top:.8rem}.page-header.page-header-big{display:flex;position:relative;min-height:250px;margin-bottom:5rem}.page-header.page-header-big h1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-header.page-header-big h1 span{font-size:1.6rem;margin-top:.4rem;letter-spacing:0}@media screen and (min-width:768px){.page-header h1{font-size:3.6rem}.page-header h1 span{font-size:1.8rem}.page-header.page-header-big{min-height:350px}}@media screen and (min-width:992px){.page-header h1{font-size:4rem}.page-header h1 span{font-size:2rem}}@media screen and (max-width:479px){.breadcrumb-nav .breadcrumb{justify-content:center!important;margin:0!important}.breadcrumb-nav .container{justify-content:center!important;align-items:center;flex-direction:column!important}}.breadcrumb-nav{margin-bottom:4rem;border-bottom:.1rem solid var(--border-color)}.breadcrumb-nav .container,.breadcrumb-nav .container-fluid{padding-top:1.4rem;padding-bottom:1.4rem;display:flex;justify-content:space-between;flex-wrap:wrap}.breadcrumb-nav .container .filter-num,.breadcrumb-nav .container-fluid .filter-num{display:flex;align-items:center;padding:.5rem 0 0;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.breadcrumb-nav .container .filter-num label,.breadcrumb-nav .container-fluid .filter-num label{font-size:14px;font-weight:300;align-items:center;margin:0 .25rem!important}.breadcrumb-nav .container .filter-num span,.breadcrumb-nav .container-fluid .filter-num span{align-items:center;font-size:14px;font-weight:300;color:#f7c700}.breadcrumb-nav .container .filter-num button,.breadcrumb-nav .container-fluid .filter-num button{margin:0;padding:0 2rem 4px;border:1px solid;border-radius:2rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.breadcrumb-nav .container .filter-num button:hover,.breadcrumb-nav .container-fluid .filter-num button:hover{color:#f7c700}.breadcrumb-with-filter .container,.breadcrumb-with-filter .container-fluid{display:flex;align-items:center;flex-wrap:wrap}.breadcrumb-with-filter .container-fluid{width:100%}.breadcrumb{background-color:transparent;border-radius:0;margin:0}.breadcrumb,.filter-num{padding:.5rem 0 0;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.filter-num{display:flex;align-items:center}.breadcrumb-item{font-weight:300;font-size:1.4rem;line-height:1.5;letter-spacing:0}.breadcrumb-item i{font-size:1.3rem;vertical-align:top;margin-top:-.2rem}.breadcrumb-item i:before{margin:0}.breadcrumb-item a,.breadcrumb-item button{color:var(--second-text-color);transition:all .3s ease}.breadcrumb-item a:focus,.breadcrumb-item a:hover,.breadcrumb-item button:focus,.breadcrumb-item button:hover{color:#f7c700}.breadcrumb-item.active{color:var(--first-text-color)}.breadcrumb-item+.breadcrumb-item:lang(ar):before{transform:rotate(180deg)}.breadcrumb-item+.breadcrumb-item:lang(ar):before,.breadcrumb-item+.breadcrumb-item:lang(en):before{color:#999;content:"";font-family:molla;font-size:1.1rem;vertical-align:middle;margin-top:-.1rem}.title{font-size:2.2rem;color:#7c7b7c;letter-spacing:-.03em}.title-lg{font-weight:600;font-size:2.6rem;letter-spacing:-.01em}.title-sm{font-size:2rem;letter-spacing:-.03em}.heading{margin-bottom:1.6rem}.heading.heading-flex{display:flex;flex-direction:column;text-align:center}.heading .title{margin-bottom:0}.heading.heading-center{text-align:center}.heading.heading-center .title{margin-bottom:1.5rem}.heading.heading-center .title-lg{margin-bottom:2.4rem}.title-separator{font-weight:300;color:#ccc}.text-white .title-separator{color:#777}.title-desc{color:#777;font-weight:300;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;margin-bottom:0}.heading-right{margin-top:.5rem}.title-link{font-weight:500;transition:all .3s ease}.title-link i{font-size:1.5rem}.title-link i:last-child{margin-left:.5rem}@media screen and (min-width:768px){.title{font-size:2.4rem}.title-lg{font-size:3rem}}@media screen and (min-width:992px){.heading.heading-flex{align-items:center;flex-direction:row;text-align:left}.heading-right{margin-top:0;margin-left:auto}}.icon-box{color:#777;font-weight:300;font-size:1.6rem;line-height:1.5;letter-spacing:-.01em;margin-bottom:2rem}.icon-box.icon-box-sm{font-size:1.4rem;line-height:1.86}.icon-box-title{color:#333;font-weight:400;font-size:1.8rem;letter-spacing:-.025em;margin-bottom:.9rem}.icon-box-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-bottom:2rem}.icon-box-content p:last-child{margin-bottom:0}.icon-box-left{position:relative;padding-left:70px}.icon-box-left .icon-box-icon{position:absolute;left:0;top:-1rem}.icon-box-circle .icon-box-icon{width:7rem;height:7rem;border-radius:50%;color:#fff}.icon-box-circle.icon-box-left{padding-left:100px}.icon-box-circle.icon-box-left .icon-box-icon{left:1rem}.icon-box-card{background-color:#fafafa;padding:6.5rem 2rem 6rem}.icon-box-card .icon-box-title{font-weight:600}.icon-box-card .icon-box-icon{margin-bottom:1.3rem}.icon-boxes-container{background-color:#f7f7f7;padding-top:2.8rem;padding-bottom:2.8rem;margin-bottom:0}.icon-boxes-container.bg-dark .icon-box-icon{color:var(--first-text-color)}.icon-boxes-container.bg-dark .icon-box-title{color:#fff}.icon-box-side{display:flex;align-items:center;width:100%;padding-top:2rem;padding-bottom:2rem}.icon-box-side,.icon-box-side p{margin-bottom:0}.icon-box-side .icon-box-icon{display:inline-block;line-height:0;min-width:7rem;text-align:center;margin-bottom:0}.icon-box-side .icon-box-title{font-weight:500;margin-top:.2rem;margin-bottom:0}@media screen and (min-width:768px){.icon-box{margin-bottom:4rem}.icon-box-side{margin-bottom:0}}@media screen and (min-width:1200px){.icon-boxes-separator [class*=col-]+[class*=col-]:before{content:"";display:block;width:.1rem;height:5.3rem;background-color:#e9e9e9;position:absolute;left:-.3rem;top:50%;margin-top:-2.55rem}}@media screen and (max-width:1199px){.icon-box-sm br{display:none}}.accordion{margin-bottom:3rem}.card{border-radius:0;margin-bottom:0;border:none;border-top:1px solid var(--border-color)}.card:last-child{border-bottom:1px solid var(--border-color)}.card-header{position:relative;padding:0;border:none;font-weight:700;line-height:1.5;background-color:transparent;margin:0}.card-header:after{display:block;clear:both;content:""}.card-header:hover{cursor:pointer}.card-title{font-size:1.8rem;line-height:1.2;margin-bottom:0}.card-title .toggle-button{display:block;padding:1.7rem 4rem 1.7rem 1.2rem;position:relative;color:#f7c700;border:none;background-color:transparent;outline:none!important;text-align:left}.card-title .toggle-button i{min-width:17px;margin-right:2.4rem}.card-title .toggle-button:before{content:"";display:inline-block;position:absolute;right:1.2rem;top:50%;color:#f7c700;font-family:molla;line-height:1;transform:translateY(-50%);-ms-transform:translateY(-50%);transition:all .3s}.card-title .toggle-button.collapsed{color:#333}.card-title .toggle-button.collapsed:focus,.card-title .toggle-button.collapsed:hover{color:#f7c700}.card-title .toggle-button.collapsed:before{content:"";color:#8c8c8c;transform:translateY(-50%);-ms-transform:translateY(-50%)}.card-body{padding:.4rem 4rem 1.8rem 1.2rem;border:none;border-radius:0}.accordion-icon .card-body{padding-left:5.5rem!important}.accordion-plus .card-title .toggle-button:before{content:""}.accordion-plus .card-title .toggle-button.collapsed:before{content:""}.accordion-rounded .card:first-child{border-radius:.3rem .3rem 0 0}.accordion-rounded .card:last-child{border-radius:0 0 .3rem .3rem}.card.card-box .card-title .toggle-button{padding-left:2rem;transition:color .3s}.card.card-box .card-title .toggle-button:before{right:2rem}.card.card-box .card-title .toggle-button i{margin-right:1.4rem}.card.card-box .card-body{padding:1rem 2rem 2rem}.card.card-sm .card-title{font-size:1.6rem;letter-spacing:-.01em}.card.card-sm .card-title .toggle-button{padding-top:21px;padding-bottom:21px}.card.card-sm .card-title .toggle-button:before{right:2rem}.card.card-sm .card-body{padding:1rem 2rem 2rem}.card.bg-light,.card.bg-white{background-color:#fff!important;border:1px solid #ebebeb}.card.bg-light .card-title .toggle-button,.card.bg-white .card-title .toggle-button{background-color:#fff}.card.bg-light .card-title .toggle-button.collapsed{background-color:#fafafa}@media screen and (min-width:992px){.card-title{font-size:2rem}}.nav-link{cursor:pointer}.nav-link:focus{outline:none!important}.nav-item,.nav-item:focus,.nav-link{outline:none}.nav.nav-tabs{border-bottom-right-radius:.3rem;border:solid #d7d7d7;border-width:0 0 .1rem}.nav.nav-tabs .nav-link{color:#777;font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:-.025em;padding:.85rem 2.2rem;border-top-left-radius:.3rem;border-top-right-radius:.3rem;text-align:center;transition:all .35s ease}.nav.nav-tabs .nav-link:focus,.nav.nav-tabs .nav-link:hover{border-color:transparent}.nav.nav-tabs .nav-item+.nav-item{margin-left:.1rem}.nav.nav-tabs .nav-item .nav-link.active,.nav.nav-tabs .nav-item.show .nav-link{border-color:#d7d7d7 #d7d7d7 transparent}.nav.nav-tabs.nav-tabs-bg .nav-link{border-color:#ebebeb #ebebeb #d7d7d7;background-color:#fafafa}.nav.nav-tabs.nav-tabs-bg .nav-item.show .nav-link{color:#f7c700;border-color:#d7d7d7 #d7d7d7 transparent;background-color:#fff}.nav.nav-tabs.justify-content-center{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.tab-content-border{border-top-left-radius:0;border:.1rem solid #d7d7d7;border-top-width:0}.justify-content-center+.tab-content-border{border-top-left-radius:.3rem}.tab-pane{padding:1.4rem 2.2rem}.tab-pane p:last-child{margin-bottom:0}.nav.nav-pills .nav-link{color:#777;font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;padding:.45rem 1rem;border-radius:0;text-align:center;text-transform:uppercase;border:none;border-bottom:.1rem solid transparent;background-color:transparent;transition:all .35s ease}.nav.nav-pills .nav-link:focus{outline:none!important}.nav.nav-pills .nav-item+.nav-item{margin-left:1rem}.nav.nav-pills .nav-item .nav-link.active,.nav.nav-pills .nav-item.show .nav-link{border-color:#d7d7d7 #d7d7d7 #f7c700}.nav-pills+.tab-content .tab-pane{padding:1.4rem 0}.nav-pills+.tab-content .tab-pane p:last-child{margin-bottom:0}.tabs-vertical{display:flex;align-items:flex-start;align-items:stretch}.tabs-vertical .tab-content-border{border-top-width:.1rem;border-left-width:0;border-bottom-left-radius:0}.tabs-vertical .nav{flex-shrink:0}.tabs-vertical .nav .nav-link{min-width:100px}.tabs-vertical .nav.nav-tabs{border-bottom-width:0;border-right-width:.1rem}.tabs-vertical .nav.nav-tabs .nav-link{border-top-left-radius:.3rem;border-top-right-radius:0;border-bottom-left-radius:.3rem}.tabs-vertical .nav.nav-tabs .nav-item{margin-bottom:0;margin-right:-1px}.tabs-vertical .nav.nav-tabs .nav-item+.nav-item{margin-left:0;margin-top:1px}.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active,.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link{border-color:#d7d7d7;border-right:none}.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-link{border-color:#ebebeb #d7d7d7 #ebebeb #ebebeb;background-color:#fafafa}.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-item.show .nav-link{border-color:#d7d7d7;border-right:none;background-color:#fff}.tab-content.tab-content-carousel>.tab-pane{display:block;visibility:hidden;height:0!important}.tab-content.tab-content-carousel>.tab-pane:not(.active){overflow:hidden!important}.tab-content.tab-content-carousel>.active{height:auto!important;visibility:visible}.react-tabs__tab-panel{visibility:hidden;opacity:0}.react-tabs__tab-panel.active,.react-tabs__tab-panel.react-tabs__tab-panel--selected,.react-tabs__tab-panel.show{visibility:visible;opacity:1;transition:all .35s}.nav.nav-border-anim .nav-link{position:relative;border-bottom:none}.nav.nav-border-anim .nav-link:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease}.form-tab .nav.nav-border-anim .nav-link:before{height:.2rem}.nav.nav-border-anim .nav-item.show .nav-link:before,.nav.nav-border-anim .nav-link.active:before{transform-origin:left center;transform:scale(1)}.nav.nav-border-anim.nav-pills-mobile .nav-link:before{height:.2rem}@media screen and (min-width:992px){.nav-pills+.tab-content.tab-pane{padding-left:1rem;padding-right:1rem}}.btn-wrap{display:inline-block;margin-bottom:2rem}.btn-wrap>span{display:block;color:#ccc;margin-bottom:.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.85rem 1.5rem;font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;min-width:170px;border-radius:0;white-space:normal;transition:all .3s}.btn span{line-height:1}.btn i:first-child{margin-right:1rem}.btn i:last-child{margin-left:1rem}.btn:focus{box-shadow:none}.btn:active,.btn:focus{outline:none!important}.btn:active:focus{box-shadow:none!important}.btn.btn-minwidth-sm{min-width:112px}.btn.btn-minwidth{min-width:170px}.btn.btn-minwidth-lg{min-width:218px}.btn:active{outline:none}.btn-rounded{border-radius:.2rem}.btn-round{border-radius:3rem}.btn-lg{font-weight:500;font-size:1.5rem;min-width:170px;padding:1.1rem 2rem}.btn-lg i:first-child{margin-right:1.4rem}.btn-lg i:last-child{margin-left:1.4rem}.btn-more{padding-top:1.15rem;padding-bottom:1.15rem;min-width:230px;text-transform:uppercase}.btn-link{padding:.4rem 1rem;text-decoration:none;border:none;border-bottom:.1rem solid transparent;letter-spacing:0;font-size:1.4rem;min-width:0;font-family:Poppins,sans-serif}.btn-link.btn-link-dark{color:#333}.btn-link .btn-link-dark:focus,.btn-link .btn-link-dark:hover,.btn-link:focus,.btn-link:hover{text-decoration:none}.btn-link i:first-child{margin-right:1rem}.btn-link i:last-child{margin-left:1rem}.btn-hover-text,.btn:focus .btn-text,.btn:hover .btn-text{display:none}.btn:focus .btn-hover-text,.btn:hover .btn-hover-text{display:inline-block}.btn-shadow{box-shadow:0 5px 10px rgba(0,0,0,.05)!important}.btn-shadow:active,.btn-shadow:focus,.btn-shadow:hover{box-shadow:0 5px 10px rgba(0,0,0,.15)!important}.btn-outline-white-3{color:#fff;background-color:transparent;background-image:none;border-color:#fff;box-shadow:none}.btn-outline-white-3.focus,.btn-outline-white-3:focus,.btn-outline-white-3:hover,.btn-outline-white-3:not(:disabled):not(.disabled).active,.btn-outline-white-3:not(:disabled):not(.disabled):active,.show>.btn-outline-white-3.dropdown-toggle{color:#333;background-color:#fff;border-color:#fff;box-shadow:none}.btn-outline-white-3.disabled,.btn-outline-white-3:disabled{color:#fff;background-color:transparent}.bg-image .btn-wrap>span{color:#777}.bg-image .btn-link-dark,.bg-image .btn-outline-primary.focus,.bg-image .btn-outline-primary:focus,.bg-image .btn-outline-primary:hover,.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.bg-image .btn-outline-primary.dropdown-toggle{color:#fff}.bg-image .btn-outline-dark{color:#fff;border-color:#fff}.bg-image .btn-outline-dark.focus,.bg-image .btn-outline-dark:focus,.bg-image .btn-outline-dark:hover,.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.bg-image .btn-outline-dark.dropdown-toggle{background-color:#fff;border-color:#fff}@media screen and (min-width:992px){.btn-close.btn-product{display:none}}.icon-long-arrow-right:lang(ar){transform:rotate(180deg)!important;margin-right:.5rem!important;margin-left:0!important}.product{position:relative;margin-bottom:2rem;transition:box-shadow .35s ease;background-color:var(--card-bg-color);border:.1rem solid var(--border-color);text-align:left}.product .btn-cart:before{color:#f7c700;font-size:2.5rem}.owl-carousel .product{margin-bottom:0!important}.product .price_in_usd-item{max-width:-moz-fit-content;max-width:fit-content;height:40px}.product:hover{box-shadow:0 5px 15px rgba(0,0,0,.05)}.product-media{position:relative;display:block;background-color:transparent;margin-bottom:0;overflow:hidden}.product-media img{width:100%;height:auto;border-radius:.9rem}.product-old-price_in_usd{color:var(--second-text-color);font-weight:400;position:relative;text-align:center}.product-old-price_in_usd:before{opacity:.8;content:"";display:inline-block;position:absolute;top:57%;left:0;right:0;width:100%;transform:rotate(0);height:1px;background-color:#f7c700}.product-countdown{position:absolute;left:.8rem;right:.8rem;bottom:1.3rem;z-index:6;transition:all .4s ease;visibility:visible;opacity:1}.product-countdown .countdown-show4 .countdown-section{width:calc(25% - 10px)}.product-countdown .countdown-section{font-size:1rem;line-height:1;padding:1.4rem 0 1.2rem;margin-left:.5rem;margin-right:.5rem;background-color:hsla(0,0%,100%,.9);border-radius:.4rem}.product-countdown .countdown-section:not(:last-child):after{color:#fff;content:":";display:inline-block;font-weight:400;font-size:20px;line-height:1;position:absolute;left:100%;margin-left:3px;margin-top:-1px;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.product-countdown .countdown-period{display:block;font-weight:400;color:#333;text-transform:lowercase;width:100%;padding-left:.2rem;padding-right:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-countdown .countdown-amount{display:inline-block;color:#ef837b;font-weight:500;font-size:1.8rem;letter-spacing:-.03em;margin-bottom:.6rem}.product-countdown-container{position:absolute;left:1.4rem;right:1.4rem;bottom:1.3rem;z-index:6;padding-top:.9rem;padding-bottom:.9rem;border-radius:.3rem;background-color:hsla(0,0%,100%,.95);letter-spacing:-.01em;transition:all .4s ease;visibility:visible;opacity:1}.product-countdown-container .product-contdown-title{display:block;color:#333;font-weight:400;font-size:1.3rem;line-height:1.2;margin-bottom:.3rem;text-align:center}.product-countdown-container .product-countdown{position:relative;left:auto;right:auto;bottom:auto;z-index:6;line-height:1;opacity:1}.product-countdown-container .product-countdown .countdown-amount{font-weight:500;font-size:1.4rem;line-height:1;margin-bottom:0;text-transform:uppercase}.product:hover .product-countdown,.product:hover .product-countdown-container{opacity:0;visibility:hidden}.product-body{position:relative;padding:1.6rem 2rem;transition:all .35s ease;background-color:var(--card-bg-color);text-align:left!important;direction:ltr!important}.h-40px{height:40px!important}.sku-code{display:ltr!important;height:18px!important;width:-moz-fit-content;width:fit-content;font-size:13px!important;margin:0 0 .5rem!important;font-weight:400;color:#a5a5a5!important}.product-title{overflow:hidden;font-weight:400;font-size:1.6rem;line-height:1.25;letter-spacing:-.01em;color:var(--first-text-color);margin-bottom:.2rem;text-align:left!important}.product.product-list .order-last{display:flex;align-items:center}.product.product-list .product-content p{-webkit-line-clamp:3}.product-title a,.product.product-list .product-content p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-title a{-webkit-line-clamp:2;color:inherit}.product-cat{color:#777;font-weight:300;font-size:1.3rem;line-height:1.2;letter-spacing:-.01em;margin-bottom:.3rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-cat a{color:inherit}.product-cat a:focus,.product-cat a:hover{color:#f7c700}.product-price_in_usd{display:flex;align-items:center;flex-flow:wrap;font-weight:400;font-size:1.6rem;line-height:1.25;margin-bottom:1.3rem}.new-price_in_usd span{color:#ef837b!important}.old-price_in_usd{display:flex}.old-price_in_usd span{text-decoration:line-through!important;color:#ccc!important}.out-price_in_usd{color:#f7c700}.out-text{display:block;width:100%;font-size:1.3rem;margin-top:.2rem}.product-label{position:absolute;z-index:2;top:2rem;left:2rem;font-weight:500;font-size:10px!important;line-height:1.6rem;letter-spacing:-.01em;padding:.5rem .9rem;min-width:45px;text-align:center;color:#333;background-color:#fff}.product-label+.product-label{top:5rem}.product-label.label-sale{color:#fff;background-color:#ef837b}.product-label.label-new{background-color:#e73636}.product-label.label-new,.product-label.label-top{color:#fff;width:4.6rem;height:4.6rem;min-width:0;border-radius:50%;justify-content:center;align-items:center;display:flex}.product-label.label-top{background-color:#7dd2ea}.product-label.label-out{color:#fff;background-color:#ccc}.product-label.label-primary,.product-label.label-secondary{color:#fff}.product-label-text{font-weight:400;font-size:1.3rem;line-height:1;letter-spacing:-.01em;margin-top:-.1rem}.label-circle{display:flex;align-items:center;justify-content:center;width:4.6rem;height:4.6rem;min-width:0;border-radius:50%;line-height:1}.label-circle+.label-circle{top:5.6rem}.label-circle.label-out{font-size:1.1rem}.ratings-container{display:flex;align-items:center;font-size:1.3rem;margin-bottom:1.7rem;line-height:1;white-space:nowrap}.ratings{position:relative;color:#ccc}.ratings .tooltip-text{position:absolute;left:50%;top:auto;bottom:150%;font-size:1.4rem;background-color:#333;color:#fff;padding:.7rem;text-indent:0;overflow:initial;letter-spacing:0;transform:translateX(-50%);transition:opacity .3s;opacity:0;visibility:hidden}.ratings .tooltip-text:after{content:"";position:absolute;left:inherit;top:96%;margin-left:-6px;border:6px solid transparent;border-top-color:#333}.ratings:hover .tooltip-text{opacity:1;visibility:visible}.ratings,.ratings-val{display:inline-block;font-size:1.4rem;letter-spacing:.1em;line-height:1;font-family:molla}.ratings-val:before,.ratings:before{content:"" "" "" "" ""}.ratings-val{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;color:#fcb941}.ratings-text{color:#ccc;letter-spacing:-.01em;margin-left:.8rem}.ratings-text a{color:inherit}.product-action{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;background-color:hsla(0,0%,100%,.85);z-index:10;transition:all .35s ease;opacity:0;visibility:hidden;transform:translateY(100%);border-radius:1rem 1rem 0 0}[theme=dark] .product-action{background-color:rgba(26,26,26,.85)}.product:focus .product-action,.product:hover .product-action{visibility:visible;opacity:1;transform:translateY(0)}.action-icon-top{padding-top:.8rem;padding-bottom:.8rem}.action-icon-top .btn-product{padding-top:1rem;padding-bottom:1rem;flex-direction:column;margin:auto}.action-icon-top .btn-product:before{margin-right:0}.action-icon-top .btn-product span{margin-top:.9rem;background-color:var(--first-bg-color);padding:.5rem 2rem 1rem;border-radius:2rem}.action-icon-top:before{margin-right:0}.btn-product{position:relative;display:flex;align-items:center;justify-content:center;font-size:1.8rem;min-width:auto;line-height:1;transition:all .35s ease;padding:1.9rem 0;flex-grow:1;flex-basis:auto;max-width:180px!important}.btn-product+.btn-product{border-left:.1rem dotted #e5e5e5}.btn-product:before{font-family:molla;margin-right:.9rem}.btn-product span{color:var(--first-text-color);font-weight:400;font-size:1.3rem;letter-spacing:-.01em;transition:all .35s ease;border-bottom:1px solid transparent;border-top:1px solid transparent}.btn-product:focus,.btn-product:hover{outline:none!important}.btn-product:focus span,.btn-product:hover span{border-bottom-color:#f7c700}@supports(-ms-ime-align:auto){.btn-product:before{margin-bottom:1px}}.product-action-dark{background-color:#333}.product-action-dark .btn-product:not(:hover):not(:focus) span{color:#fff}.product-action-dark .btn-product+.btn-product{border-left-color:#333}.product.product-2 .product-action-dark:before,.product.product-2 .product-action:before{position:absolute;content:"";top:1rem;bottom:1rem;right:50%;width:.1rem;background:#d1d1d3;z-index:1}.product-action-vertical{display:flex;flex-direction:column;position:absolute;right:2rem;top:2rem;background-color:transparent;z-index:10;visibility:hidden;opacity:0;transition:all .35s ease;transform:translateX(-15px)}.product:hover .product-action-vertical{visibility:visible;opacity:1;transform:translateX(0)}.btn-product-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-size:1.4rem;line-height:1;transition:all .35s ease;padding:0;border-radius:50%;background-color:#fff}.btn-product-icon:before{font-family:molla}.btn-product-icon span{display:none}.btn-product-icon:focus,.btn-product-icon:hover{color:#fff}.btn-product-icon+.btn-product-icon{margin-top:1rem}.btn-cart:before{content:""}.btn-cart.btn-select:before{content:""}.product-details-action .btn-cart.btn-disabled{cursor:not-allowed;opacity:.5}.product-details-action .btn-cart.btn-disabled:focus,.product-details-action .btn-cart.btn-disabled:hover{border-color:inherit;background-color:inherit;color:inherit}.product-details-action .btn-cart.btn-disabled:focus span,.product-details-action .btn-cart.btn-disabled:hover span{color:inherit!important}.btn-wishlist{font-size:1.6rem}.btn-wishlist:before{content:""}.btn-wishlist.added-to-wishlist:before{content:""}.product-body .btn-wishlist{position:absolute;top:3.4rem;right:2rem;color:#ccc;padding:0;margin:0;background:none}.product-body .btn-wishlist:before{margin-right:0}.product-body .btn-wishlist span{display:none}.product-body .btn-wishlist:focus,.product-body .btn-wishlist:hover{background:none}.btn-quickview:before{content:""}.btn-compare:before{content:""}.btn-expandable{position:relative}.btn-expandable span{position:absolute;right:100%;top:0;bottom:0;line-height:3rem;align-items:center;display:flex;font-weight:300;font-size:1.1rem;white-space:nowrap;letter-spacing:0;min-width:100px;padding-left:1.8rem;padding-right:.4rem;color:#fff;transition:all .35s ease;opacity:0;visibility:hidden;border-top-left-radius:30px;border-bottom-left-radius:30px;transform:translateX(15px);z-index:-1}.btn-expandable:focus,.btn-expandable:hover{border-top-left-radius:0;border-bottom-left-radius:0}.btn-expandable:focus span,.btn-expandable:hover span{visibility:visible;opacity:1;transform:translateX(2px)}.product-size{padding-top:.2rem;margin-bottom:1.6rem}.product-size,.product-size a{display:flex;align-items:center}.product-size a{justify-content:center;text-align:center;width:2.1rem;height:2.1rem;font-weight:400;font-size:1.2rem;padding-top:.1rem;line-height:1;color:#666;background-color:#f7f8fa;border-radius:.2rem;transition:all .35s ease;margin-right:.5rem}.product-size a:last-child{margin-right:0}.product-size a.active,.product-size a:focus,.product-size a:hover{color:#fff;background-color:#333}.product-size a.disabled{color:#ccc;pointer-events:none}.product-nav{display:flex;align-items:center}.product-nav-dots{margin-bottom:.5rem}.product-nav-dots a,.product-nav-dots button,.product-nav-dots span{display:block;width:2rem;height:2rem;border-radius:50%;border:.2rem solid #fff;margin-right:.9rem;transition:box-shadow .35s ease;background-repeat:no-repeat;background-position:50%}.product-nav-dots a.active,.product-nav-dots a:hover,.product-nav-dots button.active,.product-nav-dots button:hover,.product-nav-dots span.active,.product-nav-dots span:hover{box-shadow:0 0 0 .1rem #ccc}.product-nav-dots a:last-child,.product-nav-dots button:last-child,.product-nav-dots span:last-child{margin-right:0}.product .product-nav-dots a,.product .product-nav-dots button,.product .product-nav-dots span{width:1.6rem;height:1.6rem;border:none}.product .product-nav-dots a.active,.product .product-nav-dots a:hover,.product .product-nav-dots button.active,.product .product-nav-dots button:hover,.product .product-nav-dots span.active,.product .product-nav-dots span:hover{box-shadow:none}.product-nav-thumbs{padding-top:.2rem;margin-bottom:1.6rem}.product-nav-thumbs a,.product-nav-thumbs span{display:flex;align-items:center;width:4.4rem;height:4.4rem;border-radius:.2rem;border:.2rem solid #fff;margin-right:.4rem;transition:box-shadow .35s ease}.product-nav-thumbs a.active,.product-nav-thumbs a:focus,.product-nav-thumbs a:hover,.product-nav-thumbs span.active,.product-nav-thumbs span:focus,.product-nav-thumbs span:hover{box-shadow:0 0 0 .1rem #ccc}.product-nav-thumbs a:last-child,.product-nav-thumbs span:last-child{margin-right:0}.product-nav-thumbs img{width:100%;border-radius:.2rem}.product-disabled{pointer-events:none}.product-disabled .btn-product,.product-disabled .btn-product-icon{pointer-events:none;color:#fff;background-color:#ccc!important}.product.text-center .product-nav,.product.text-center .product-price_in_usd,.product.text-center .product-size,.product.text-center .ratings-container{justify-content:left}.product.product-2 .product-body{padding-bottom:.4rem}.product.product-2 .product-action{padding-top:1rem;padding-bottom:1rem}.product.product-2 .btn-product{padding-top:.1rem;padding-bottom:.1rem}.product.product-2 .btn-product+.btn-product{border-left-style:solid}.product.product-2 .ratings-container:last-child{margin-bottom:1.6rem}.product.product-2 .product-action-vertical{top:2rem}.product.product-2 .product-nav-dots{margin-bottom:2rem}.product-footer{display:none;padding-top:1.3rem}.product.product-3{position:relative;overflow:hidden;background-color:#fff}.product.product-3 .product-action{position:absolute;bottom:100%;border-bottom:.1rem solid #ebebeb;background-color:#fff;transform:translateY(0);transition-duration:.25s}.product.product-3 .btn-product{padding-top:1.05rem;padding-bottom:1.05rem}.product.product-3 .btn-product:not(:hover):not(:focus) span{color:#333}.product.product-3 .product-nav,.product.product-3 .product-price_in_usd{margin-bottom:0}.product.product-3 .product-body{background-color:var(--first-bg-color);z-index:2}.product.product-3 .product-footer{display:block;position:absolute;bottom:0;left:0;right:0;background-color:var(--first-bg-color);transform:translateY(100%);visibility:hidden;transition:all .35s ease;padding:0 2rem 1rem}.product.product-3:hover{box-shadow:none}.product.product-4 .product-body{padding-bottom:2rem;z-index:2}.product.product-4 .product-body div:last-child{margin-bottom:0}.product.product-4 .product-action{background-color:transparent}.product.product-4 .btn-product{padding-top:1.1rem;padding-bottom:1.1rem;color:#fff;background-color:#f7c700;text-transform:uppercase}.product.product-4 .btn-product span{color:inherit;transition-duration:0s}.product.product-4 .btn-product:focus,.product.product-4 .btn-product:hover{color:#fff}.product.product-4 .btn-product:focus span,.product.product-4 .btn-product:hover span{border-bottom-color:transparent}.product.product-4 .product-title{margin-bottom:1rem}.product.product-4 .product-nav{margin-bottom:0}.product.product-4 .product-footer{opacity:0;position:absolute;left:0;right:0;display:block;padding-top:.3rem;padding-bottom:2.5rem;transition:all .35s ease;background-color:#fff;z-index:1}.product.product-4 .ratings-container{margin-bottom:0}.product.product-4:hover .product-action-vertical{transform:translate(0)}.product.product-4:hover .product-footer{opacity:1;box-shadow:0 5px 20px rgba(0,0,0,.05)}.product-4-carousel .owl-stage{padding-bottom:4rem}.product.product-5 .product-body{padding-bottom:1.6rem;background-color:var(--first-bg-color);transition-duration:0s;z-index:2}.product.product-5 .product-body div:last-child{margin-bottom:0}.product.product-5 .product-action{background-color:transparent}.product.product-5 .btn-product{padding-top:1.1rem;padding-bottom:1.1rem;background-color:#333}.product.product-5 .btn-product span{color:#fff;transition-duration:0s}.product.product-5 .btn-product:focus,.product.product-5 .btn-product:hover{color:#fff}.product.product-5 .btn-product:focus span,.product.product-5 .btn-product:hover span{border-bottom-color:transparent}.product.product-5 .product-title{margin-bottom:1rem}.product.product-5 .product-footer{opacity:0;position:absolute;left:0;right:0;display:block;padding-top:0;padding-bottom:2rem;transition:all .35s ease;background-color:#fff;z-index:1}.product.product-5 .ratings-container{margin-bottom:0}.product.product-5 .ratings-container+.product-nav{margin-top:1.7rem}.product.product-5 .product-nav{margin-bottom:0}.product.product-5:hover .product-footer{opacity:1;box-shadow:0 5px 20px rgba(0,0,0,.05)}.product-5-carousel .owl-stage{padding-bottom:7rem}.product.product-6{overflow:hidden}.product.product-6 .product-body{position:absolute;left:0;right:0;bottom:0;padding-right:2rem;padding-bottom:0;z-index:3;transform:translateY(100%)}.product.product-6 .product-action{position:static;left:auto;right:auto;bottom:auto;visibility:visible;opacity:1;transform:translateY(0);background-color:transparent;padding-top:1rem;padding-bottom:1rem;border-top:.1rem solid var(--border-color);margin-top:2.4rem}.product.product-6 .btn-product{padding-top:.1rem;padding-bottom:.1rem}.product.product-6 .btn-product+.btn-product{border-left-style:solid}.product.product-6 .product-cat{margin-bottom:.5rem}.product.product-6 .product-title{margin-bottom:1rem}.product.product-6:hover{box-shadow:none}.product.product-6:hover .product-body{transform:translateY(0)}.product.product-7 .btn-product{padding-top:1.1rem;padding-bottom:1.1rem;background-color:#fff;text-transform:uppercase;border-bottom:.1rem solid #ebebeb}.product.product-7 .btn-product:before{display:inline-block;margin-top:-.1rem}.product.product-7 .btn-product:focus,.product.product-7 .btn-product:hover{color:#fff}.product.product-7 .btn-product:focus span,.product.product-7 .btn-product:hover span{color:#fff;border-bottom-color:transparent}.product.product-7 .product-nav-thumbs{margin-bottom:1rem}.product.product-8{margin-bottom:2rem}.product.product-8 .product-media{border:.1rem solid var(--border-color)}.product.product-8 .product-body{padding:1.9rem .5rem 4rem}.product.product-8 .product-cat{color:#ccc;margin-bottom:.5rem}.product.product-8 .product-action{background-color:transparent}.product.product-8 .product-action-vertical{transform:translateY(10px)}.product.product-8 .btn-product{padding-top:1.2rem;padding-bottom:1.2rem;color:#fff;background-color:#333;text-transform:uppercase}.product.product-8 .btn-product:before{margin-top:-2px;margin-right:.6rem}.product.product-8 .btn-product span{font-size:1.4rem;color:inherit;transition-duration:0s}.product.product-8 .btn-product:focus,.product.product-8 .btn-product:focus:before,.product.product-8 .btn-product:hover,.product.product-8 .btn-product:hover:before{color:#fff}.product.product-8 .btn-product:focus span,.product.product-8 .btn-product:hover span{border-bottom-color:transparent}.product.product-8 .product-title{margin-bottom:1rem}.product.product-8 .product-price_in_usd{margin-bottom:.9rem}.product.product-8 .product-nav{padding-top:.4rem;margin-bottom:1.3rem}.product.product-8 .product-nav:last-child{margin-bottom:0}.product.product-8 .ratings-container{opacity:0;position:absolute;left:0;right:0;bottom:2.2rem;margin-bottom:0;transition:all .35s ease}.product.product-8:hover .product-action-vertical{transform:translate(0)}.product.product-8:hover .ratings-container{opacity:1}.product.product-9 .product-price_in_usd{font-size:1.4rem;font-weight:500;letter-spacing:.01em;color:#333}.product.product-9 .old-price_in_usd{text-decoration:none}.product.product-9 .label-sale{background-color:#f7c700;text-transform:uppercase}.product.product-9 .product-body{padding:1rem 2rem;transition:all .3s}.product.product-9 .product-action{bottom:auto;background-color:#fff;text-transform:uppercase}.product.product-9 .product-action:before{content:"";position:absolute;left:0;right:0;bottom:1rem;height:.1rem;background-color:#ebebeb}.product.product-9 .product-detail{position:absolute;visibility:hidden;padding-top:1rem;opacity:0;left:50%;transform:translateX(-50%);transition:all .3s}.product.product-9 .btn-product{padding-top:1.2rem;padding-bottom:2.2rem}.product.product-9:hover{margin-bottom:-9rem!important;box-shadow:none}.product.product-9:hover .product-action,.product.product-9:hover .product-body{transform:translateY(-100%)}.product.product-9:hover .product-intro{padding-bottom:9rem}.product.product-9:hover .product-detail{bottom:1rem;opacity:1;visibility:visible}.product.product-9 .product-nav-dots a,.product.product-9 .product-nav-dots span{width:4rem;height:5rem;border-radius:.5rem}.product.product-10:focus .product-body,.product.product-10:hover .product-body{transform:translateY(-56px)}.product.product-10:focus .product-action,.product.product-10:hover .product-action{transform:translateY(22%)}.product.product-10 .btn-expandable span{background-color:#fcb941}.product.product-10 .product-media{background-color:#fff;padding:2rem}.product.product-10 .product-image-hover{padding:2rem}.product.product-10 .product-body .btn-wishlist{width:100%;left:50%;right:0;top:4.5rem;transform:translateX(-50%)}.product.product-10 .product-body .btn-wishlist span{margin-left:.5rem;display:flex}.product.product-10 .product-body .btn-wishlist:focus,.product.product-10 .product-body .btn-wishlist:hover{color:#666}.product.product-10 .product-body .btn-wishlist:focus:before,.product.product-10 .product-body .btn-wishlist:hover:before{content:""}.product.product-10 .btn-product:focus span,.product.product-10 .btn-product:hover span{color:#f7c700;box-shadow:0 1px 0 0 #fcb941}.product.product-10 .product-action{display:flex;justify-content:center}.product.product-10 .product-body{padding-bottom:5rem}.product.product-10 .btn-cart{padding:.5rem 3.5rem;border:.2rem solid #fcb941;border-radius:.5rem;color:#f7c700}.product.product-10 .btn-cart span{text-transform:uppercase}.product.product-10 .btn-cart:before{content:""}.product.product-10 .btn-cart:focus,.product.product-10 .btn-cart:hover{color:#222;background-color:#fcb941}.product.product-10 .btn-quickview{color:#fcb941}.product.product-10 .btn-quickview:focus,.product.product-10 .btn-quickview:hover{color:#fff;background-color:#fcb941}.product.product-10 .product-title a{font-size:1.3rem;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:0;color:#333}.product.product-10 .product-title a:focus,.product.product-10 .product-title a:hover{color:#fcb941}.product.product-10 .product-price_in_usd{margin-top:.8rem;color:#333}.product.product-10 .new-price_in_usd,.product.product-10 .product-price_in_usd{font-size:1.3rem;font-weight:700;font-family:Poppins,sans-serif;letter-spacing:0}.product.product-10 .old-price_in_usd{font-size:1.3rem;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:0;text-decoration:none}.product.product-10 .product-label{left:3rem;text-transform:uppercase;font-size:1.3rem;font-weight:700;font-family:Poppins,sans-serif;letter-spacing:-.01em}.product.product-10 .product-label.label-deal{color:#fff;background-color:#ef837b;padding:.5rem 2rem;left:0;box-shadow:0 5px 10px rgba(34,34,34,.2)}.product.product-11 a:focus,.product.product-11 a:hover{color:#f7c700}.product.product-11 .btn-product-icon{color:#333}.product.product-11 .btn-product-icon:focus,.product.product-11 .btn-product-icon:hover{color:#fff;background-color:#f7c700;border-color:#f7c700}.product.product-11 .product-price_in_usd{color:#333}.product.product-11 .old-price_in_usd{text-decoration:none}.product.product-11 .product-body{padding-bottom:5.5rem}.product.product-11 .product-action{bottom:2rem}.product.product-11 .btn-product{text-transform:uppercase;color:#333;border:.1rem solid var(--border-color);margin-left:2rem;margin-right:2rem;padding-top:.8rem;padding-bottom:.8rem}.product.product-11 .btn-product span{font-size:1.4rem}.product.product-11 .btn-product:focus,.product.product-11 .btn-product:hover{color:#fff;border-color:#f7c700;background-color:#f7c700}.product.product-11 .btn-product:focus span,.product.product-11 .btn-product:hover span{color:#fff;border-bottom-color:transparent}.product.product-11:focus,.product.product-11:hover{z-index:10}.product.product-list{box-shadow:none;padding-bottom:2rem;border-bottom:.1rem solid #ebebeb;margin-bottom:2rem}.product.product-list:last-child{border-bottom:0}.product.product-list .btn-wishlist.added-to-wishlist:before{color:#f7c700}.product.product-list .product-media,.product.product-list .product-media>a{height:100%}.product.product-list .product-media img{width:100%;height:100%;object-fit:cover}.product.product-list .product-body{padding:0}.product.product-list .product-body .btn-wishlist{top:3.1rem}.product.product-list .product-list-action{position:absolute;top:50%;width:92%;transform:translateY(-50%)}.product.product-list .product-content{color:#777;font-weight:300;font-size:1.4rem;line-height:1.43;padding-top:1rem;margin-bottom:0}.product.product-list .product-content p{margin-bottom:0}.product.product-list .product-action{position:static;left:auto;right:auto;bottom:auto;transform:translateY(0);opacity:1;visibility:visible;margin-bottom:1.2rem}.product.product-list .ratings-container{margin-bottom:1.2rem}.product.product-list .btn-product{color:#777;padding-top:0;padding-bottom:0;line-height:1.4;flex:1 1 50%;max-width:50%}.product.product-list .btn-product:before{margin-right:.5rem;padding-bottom:1px}.product.product-list .btn-product span{color:inherit;font-size:1.2rem;transition:box-shadow .35s ease,color 0s ease}.product.product-list .btn-product.disabled{pointer-events:none}.product.product-list .btn-product:focus span,.product.product-list .btn-product:hover span{color:inherit}.product.product-list .btn-product.btn-cart{border:.1rem solid #f7c700;flex:1 1 100%;max-width:100%;width:100%;text-transform:uppercase;line-height:1;padding-top:1rem;padding-bottom:1rem;transition:all .35s ease}.product.product-list .btn-product.btn-cart span{font-size:1.3rem}.product.product-list .btn-product.btn-cart:focus,.product.product-list .btn-product.btn-cart:hover{color:#fff}.product.product-list .btn-product.btn-cart:focus span,.product.product-list .btn-product.btn-cart:hover span{border-bottom-color:transparent}.product.product-list .btn-product.btn-cart.disabled{color:#ccc;border-color:var(--border-color);background-color:#fafafa}.product.product-list .btn-product.btn-cart.disabled:before{display:none}.product.product-list .btn-product.btn-quickview{padding-left:0;justify-content:center}.product.product-list .btn-product.btn-compare{padding-right:0}.product.product-list .product-nav{margin-top:2.4rem;margin-bottom:0;padding-left:.5rem}.product.product-sm{display:flex;align-items:center;margin-bottom:1rem!important}.product.product-sm:hover{box-shadow:none}.product.product-sm .product-media{flex:0 0 80px;max-width:80px}.product.product-sm .product-body{flex:1 1 auto;padding:.5rem 0 .5rem 2rem}.product.product-sm .product-cat{color:#ccc;font-weight:400;font-size:1.3rem;text-transform:uppercase;margin-bottom:.2rem}.product.product-sm .product-title{font-size:1.4rem}.product.product-sm .product-price_in_usd{font-size:1.6rem}.product.product-sm .product-title{margin-bottom:.2rem}.product.product-sm .product-price_in_usd{margin-bottom:0}.product.product-sm .product-price_in_usd .old-price_in_usd{text-decoration:none}.product-gallery-image div{overflow:hidden}@media screen and (min-width:480px){.just-action-icons-sm .btn-product span{display:none}.just-action-icons-sm .btn-product:before{margin-right:0}}@media screen and (min-width:768px){.just-action-icons-md .btn-product span{display:none}.just-action-icons-md .btn-product:before{margin-right:0}}@media screen and (min-width:992px){.just-action-icons-lg .btn-product span{display:none}.just-action-icons-lg .btn-product:before{margin-right:0}}@media screen and (min-width:1200px){.just-action-icons-xl .btn-product span{display:none}.just-action-icons-xl .btn-product:before{margin-right:0}}@media screen and (max-width:1199px){.product.product-list .btn-product span{font-size:11px}}@media screen and (max-width:991px){:not(.product-action.action-icon-top) .btn-product.btn-quickview{padding:0;font-size:15px}.btn-product.btn-compare{padding-left:4px;padding-right:0;font-size:15px}}@media screen and (max-width:767px){.product.product-list .product-list-action{width:80%}.product.product-list .product-cat{padding-top:1rem}.product.product-list .btn-product.btn-cart{width:100%}.product.product-list .btn-product.btn-compare{justify-content:flex-end}.product.product-list .btn-product span{font-size:12px}}@media screen and (max-width:575px){.product-body.product-action-inner{padding-right:3rem}.product-body .btn-wishlist{right:.5rem}.product-3 .btn-compare,.product-3 .product-nav{display:none}.product.product-4 .product-price_in_usd,.product.product-4 .product-title{font-size:1.4rem}.product.product-4 .product-nav-dots a,.product.product-4 .product-nav-dots button,.product.product-4 .product-nav-dots span{width:1.8rem;height:1.8rem}.product.product-4 .product-body.product-action-inner{padding-right:1rem}.shop-market .product-countdown-container .product-countdown .countdown-amount{font-size:1.2rem}}@media screen and (max-width:425px){button.btn-cart:before{padding:5px}button.btn-cart.added:before{background-color:#f7c700;color:var(--first-bg-color);border-radius:100%}.products .ratings-container{display:none}.product-cat{font-size:1.2rem}.product-nav-dots a,.product-nav-dots button,.product-nav-dots span{width:1.8rem;height:1.8rem}.btn-product:before{margin-right:.2rem}.product-body,.product.product-3 .product-footer{padding-right:10px;padding-left:10px}.product-3 .product-body{padding-bottom:1rem}.product-countdown .countdown-section{margin:0 2px}.product-countdown .countdown-show4 .countdown-section{width:calc(25% - 4px)}.product-countdown .countdown-amount{font-size:1.5rem}.action-icon-top .btn-product span{display:none}.product .ratings-container{flex-direction:column}.product .ratings-container .ratings-text{margin-left:0;margin-top:10px}.quickView-content .ratings-container{flex-direction:row}.product.product-list .ratings-container{align-items:flex-start}}@media screen and (max-width:414px){.product-body{padding:1.6rem 1rem}}@media screen and (max-width:375px){.product-details .ratings-text{margin-top:0;margin-left:.8rem}.product.product-9:hover .product-intro{padding-bottom:10rem}.btn-expandable:focus,.btn-expandable:hover{border-radius:50%}.btn-expandable span,.product-action-dark .btn-product span{display:none}.product-body{padding-left:1rem;padding-right:1rem}.product-action-vertical{top:1rem;right:1rem}.product-label{left:1rem;top:1rem}.product-label+.product-label{top:4rem}.btn-product-icon+.btn-product-icon{margin-top:.2rem}.product.product-3 .btn-compare,.product.product-5 .btn-compare{display:none}.product:not(.product-list) .product-action .btn-product{padding-top:.8rem;padding-bottom:.8rem}.product.product-2 .product-action{padding-top:0;padding-bottom:0}.label-circle+.label-circle{top:4.6rem}.product>.product-action .btn-product{margin-left:5px;margin-right:5px}}@media screen and (max-width:1200px){.product.product-9:hover .product-action,.product.product-9:hover .product-body{transform:translateY(-60%)}}@media screen and (max-width:991px){.sticky-wrapper{z-index:1}}.banners-group{margin-bottom:1.9rem}.banner{margin-bottom:2rem}.banner,.banner>a{display:block;position:relative}.banner>a{outline:none!important}.banner img{display:block;max-width:none;width:100%;height:auto;object-fit:cover}.banner.banner-menu img{height:100%}.banner-content{display:inline-block;position:absolute;padding-top:.4rem;left:2rem;top:50%;z-index:2;transform:translateY(-50%);-ms-transform:translateY(-50%)}.banner-content a:focus,.banner-content a:hover{text-decoration:underline}.banner-big .banner-content.banner-content-center,.banner-content-center.banner-content{max-width:none;left:0;right:0;text-align:center}.banner-title{color:#333;font-weight:500;font-size:2rem;line-height:1.3;margin-bottom:1.5rem;letter-spacing:-.03em}.banner-title a{color:inherit}.banner-title a:focus,.banner-title a:hover{text-decoration:none}.banner-title.text-white a{color:#fff}.banner-subtitle{color:#777;font-weight:300;font-size:1.6rem;line-height:1.2;letter-spacing:0;margin-bottom:1rem}.banner-subtitle a{color:inherit}.banner-subtitle a:focus,.banner-subtitle a:hover{text-decoration:none}.banner-subtitle.text-white a{color:#fff}.banner-link{font-weight:400;display:inline-block}.banner-big{color:#ccc}.banner-big .banner-content{max-width:470px;left:3rem}.banner-big .banner-subtitle{font-size:1.8rem;margin-bottom:.6rem}.banner-big .banner-title{font-size:3rem;line-height:1.15;margin-bottom:1rem}.banner-big .banner-title+.btn{margin-top:1rem}.banner-big p:last-of-type{margin-bottom:2.3rem}@media screen and (min-width:768px){.banner-content{left:3rem}.banner-big .banner-content{left:6rem}.banner-big .banner-title{font-size:4rem}}@media screen and (min-width:992px){.banner-content{left:4rem}.banner-big .banner-content{left:10rem}.banner-big .banner-title{font-size:5rem}}.banner-display{position:relative}.banner-display>a:before,.banner-display>figure:before{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:0;visibility:hidden;background-color:rgba(51,51,51,.4);transition:all .35s ease}.banner-display.banner-overlay-light>a:before,.banner-display.banner-overlay-light>figure:before{background-color:hsla(0,0%,100%,.2)}.banner-display:hover>a:before,.banner-display:hover>figure:before{visibility:visible;opacity:1}.banner-display .banner-content{padding-top:0}.banner-display .banner-title{font-weight:600;font-size:2rem}.banner-display.banner-link-anim .banner-title{margin-bottom:0}.banner-display.banner-link-anim:hover .banner-content{padding-bottom:4.5rem}.btn.banner-link{font-size:1.4rem;line-height:1;padding:.8rem 1.4rem;min-width:0;text-transform:uppercase;text-decoration:none!important}.btn.banner-link i{margin-right:0;margin-left:0}.btn.banner-link i:first-child{margin-right:0}.btn.banner-link i:last-child{margin-left:.9rem}.banner-overlay>a{position:relative}.banner-overlay>a:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(51,51,51,.25);z-index:1;opacity:0;visibility:hidden;transition:all .4s ease}.banner-overlay.banner-overlay-light>a:after{background-color:hsla(0,0%,100%,.3)}.banner-overlay:focus>a:after,.banner-overlay:hover>a:after{visibility:visible;opacity:1}@media screen and (min-width:768px){.banner-display .banner-title{font-size:2.4rem}}.video-banner p{max-width:500px}.video-banner p:last-child{margin-bottom:0}.video-banner.text-center p{margin-left:auto;margin-right:auto}.video-banner-bg{padding-top:8.5rem;padding-bottom:7.5rem}.video-banner-title{letter-spacing:-.025em;margin-bottom:3.6rem}.video-banner-title>span{display:block;font-weight:400;font-size:2rem;letter-spacing:-.03em;margin-bottom:1.6rem}.video-fullheight{display:flex;align-items:center}.btn-video{display:inline-flex;justify-content:center;align-items:center;width:5.4rem;height:5.4rem;font-size:1.6rem;line-height:1;background-color:#fff;border-radius:50%;box-shadow:0 0 0 1.5rem hsla(0,0%,100%,.2);transition:all .35s ease}.btn-video i{margin-right:-.2rem}.btn-video:focus,.btn-video:hover{color:#fff;box-shadow:0 0 0 1rem hsla(0,0%,100%,.2)}.video-banner-poster .video-banner-title{font-weight:400;margin-bottom:1.6rem}.video-banner-poster .video-banner-title span{font-weight:300;font-size:1.6rem}.video-poster{position:relative}.video-poster img{border-radius:.4rem}.video-poster-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.video-poster-title{font-weight:400;margin-bottom:3rem;letter-spacing:-.025em}.video-banner-box{padding:3rem}.video-banner-box .video-poster img{border-radius:0}.video-box-content{padding-left:0;max-width:460px;font-size:1.5rem;color:#777}.video-box-content .video-banner-title{font-weight:400;margin-bottom:1.2rem}.video-box-content .video-banner-title span{font-weight:300;font-size:1.8rem;margin-bottom:.6rem}.video-box-content p:not(:last-child){margin-bottom:2rem}@media screen and (min-width:768px){.video-banner-bg{padding-top:14.5rem;padding-bottom:13.5rem}.video-banner-title>span{font-size:2.4rem}.video-box-content .video-banner-title span{font-size:2rem}.btn-video{width:7rem;height:7rem;font-size:1.8rem}}@media screen and (min-width:992px){.video-banner-bg{padding-top:18.5rem;padding-bottom:17.5rem}.video-box-content{padding-left:5rem}.video-fullheight{height:100vh;max-height:900px}.video-box-content{padding-left:7rem}}.banner-cat .banner-title{margin-bottom:.1rem}.banner-cat .banner-subtitle{margin-bottom:1.6rem}.banner-content-overlay{overflow:hidden;padding:1.8rem 2rem .7rem;background-color:hsla(0,0%,100%,.9);left:0;right:0;top:auto;bottom:0;transform:translateY(0);-ms-transform:translateY(0);transition:all .3s ease}.banner-content-overlay .banner-subtitle{margin-bottom:.9rem}.banner-content-overlay .banner-link{opacity:0;position:absolute;bottom:12px;left:0;right:0;transition:all .3s ease;transform:translateY(30px);-ms-transform:translateY(30px)}.banner:hover .banner-content-overlay{padding-bottom:3.7rem;background-color:#fff}.banner:hover .banner-content-overlay .banner-link{opacity:1;transform:translateY(0);-ms-transform:translateY(0)}.banner-content-static{overflow:hidden;display:block;width:100%;margin-top:0;padding:1.2rem 2rem;background-color:#fff;position:static;left:auto;right:auto;top:auto;bottom:auto;transform:translateY(0);-ms-transform:translateY(0);transition:all .3s ease}.banner-content-static .banner-subtitle{transition:all .25s ease;margin-bottom:.9rem}.banner-content-static .banner-link{opacity:0;position:absolute;bottom:19px;left:0;right:0;transition:all .3s ease;transform:translateY(30px);-ms-transform:translateY(30px)}.banner:hover .banner-content-static{background-color:#fff}.banner:hover .banner-content-static .banner-subtitle{opacity:0}.banner:hover .banner-content-static .banner-link{opacity:1;transform:translateY(0);-ms-transform:translateY(0)}.banner-content.banner-content-top{top:105px}.banner-content.banner-content-bottom{top:auto;bottom:60px;transform:translateY(0);-ms-transform:translateY(0)}.banner-content.banner-content-right{left:auto;right:30px}.banner-link-anim .banner-content{transition:all .3s ease}.banner-link-anim .banner-subtitle{margin-bottom:0}.banner-link-anim .banner-link{opacity:0;position:absolute;bottom:0;left:0;min-width:130px;padding-left:.5rem;padding-right:.5rem;transition:all .3s ease;transform:translateY(-20px);-ms-transform:translateY(-20px)}.banner-link-anim .banner-content-center .banner-link{left:50%;transform:translateY(-20px) translateX(-50%);-ms-transform:translateY(-20px) translateX(-50%)}.banner-link-anim:hover .banner-content{padding-bottom:4rem}.banner-link-anim:hover .banner-link{opacity:1;transform:translateY(0);-ms-transform:translateY(0)}.banner-link-anim:hover .banner-content-center .banner-link{transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%)}.banner-badge .banner-link{font-size:1.6rem;display:inline-block;background-color:#fff;padding:1.2rem 2rem;text-align:center;min-width:154px;border-radius:.2rem;position:absolute;top:auto;bottom:3.2rem;right:auto;left:50%;transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);overflow:hidden}.banner-badge .banner-subtitle,.banner-badge .banner-title{transition:all .3s ease}.banner-badge .banner-subtitle{margin-bottom:0}.banner-badge .banner-link-text{opacity:0;display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;left:0;right:0;color:#fff;transition:all .3s ease;transform:translateY(100%);-webkit-transform:translateY(100%)}.banner-badge .banner-link:focus,.banner-badge .banner-link:hover{text-decoration:none}.banner-badge .banner-link:focus .banner-subtitle,.banner-badge .banner-link:focus .banner-title,.banner-badge .banner-link:hover .banner-subtitle,.banner-badge .banner-link:hover .banner-title{opacity:0;transform:translateY(100%);-webkit-transform:translateY(100%)}.banner-badge .banner-link:focus .banner-link-text,.banner-badge .banner-link:hover .banner-link-text{opacity:1;transform:translateY(0);-webkit-transform:translateY(0)}.social-icons{flex-flow:row wrap;margin:auto .75rem!important}.social-icon,.social-icons{display:flex;align-items:center}.social-icon{justify-content:center;font-size:1.6rem;width:4rem;height:4rem;color:var(--second-text-color);border:.1rem solid var(--second-text-color);border-radius:50%;text-decoration:none;opacity:1;transition:all .35s ease;margin:auto .5rem!important}.social-icon,.social-icon:focus,.social-icon:hover{background-color:transparent}.social-icon.social-facebook{color:#8f79ed}.social-icon.social-twitter{color:#79c8ed}.social-icon.social-instagram{color:#dd6d9a}.social-icon.social-pinterest,.social-icon.social-youtube{color:#e66262}.social-icon.social-whatsapp{color:#39c}.social-icons-color,.social-icons-simple{line-height:1}.social-icons-color .social-icon,.social-icons-simple .social-icon{width:auto;height:auto;border:none}.social-icons-color .social-icon:not(:last-child),.social-icons-simple .social-icon:not(:last-child),.social-label{margin-right:2rem}.social-label{margin-bottom:0}.social-icons-sm .social-icon{font-size:1.2rem;width:3rem;height:3rem;margin-right:.5rem}.social-icons-sm .social-label{margin-right:1rem}.social-icons-colored .social-icon.social-facebook{color:#fff;border-color:#8f79ed;background-color:#8f79ed}.social-icons-colored .social-icon.social-twitter{color:#fff;border-color:#79c8ed;background-color:#79c8ed}.social-icons-colored .social-icon.social-instagram{color:#fff;border-color:#dd6d9a;background-color:#dd6d9a}.social-icons-colored .social-icon.social-pinterest,.social-icons-colored .social-icon.social-youtube{color:#fff;border-color:#e66262;background-color:#e66262}.social-icons-colored .social-icon.social-whatsapp{color:#fff;border-color:#39c;background-color:#39c}.social-icons-colored .social-icon:focus,.social-icons-colored .social-icon:hover{background-color:#fff!important;border-color:#d7d7d7!important}.social-icons-colored .social-icon:focus.social-facebook,.social-icons-colored .social-icon:hover.social-facebook{color:#8f79ed}.social-icons-colored .social-icon:focus.social-twitter,.social-icons-colored .social-icon:hover.social-twitter{color:#79c8ed}.social-icons-colored .social-icon:focus.social-instagram,.social-icons-colored .social-icon:hover.social-instagram{color:#dd6d9a}.social-icons-colored .social-icon:focus.social-pinterest,.social-icons-colored .social-icon:focus.social-youtube,.social-icons-colored .social-icon:hover.social-pinterest,.social-icons-colored .social-icon:hover.social-youtube{color:#e66262}.social-icons-colored .social-icon:focus.social-whatsapp,.social-icons-colored .social-icon:hover.social-whatsapp{color:#39c}.sticky-content .social-icon i{line-height:0}.testimonial-icon:before{font-family:molla;content:"";display:inline-block;font-style:normal;font-weight:400;font-size:2.6rem;line-height:1;margin-top:1.5rem;margin-bottom:1.5rem}.testimonial img{display:inline-block!important;max-width:70px;border-radius:50%;margin-top:1rem;margin-bottom:2.1rem}.form-group{margin-bottom:2rem}.form-group .form-control,.form-group .select-custom{margin-bottom:0}.form-control{height:41px;padding:.15rem 2rem;font-size:1.4rem;line-height:1.5;font-weight:300;color:#777;background-color:var(--light-gray-color-300);border:2px solid var(--border-color);margin-bottom:2rem;transition:all .3s;outline-width:0}.form-control:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#777}.form-control:autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#777}select.form-control:not([size]):not([multiple]){height:40px}.form-control-white{border-color:#fff}.form-control:focus{color:#777;background-color:#fff;box-shadow:none;outline:none!important}.form-control::placeholder{color:#777}textarea.form-control{min-height:130px;padding-top:1.1rem;padding-bottom:1.1rem}.form-control-rounded{border-radius:.2rem}.input-group-round .form-control{border-top-left-radius:30px;border-bottom-left-radius:30px}.input-group-round>.input-group-append>.btn{border-top-right-radius:30px;border-bottom-right-radius:30px}label{color:var(--first-text-color);font-weight:300;font-size:1.4rem;margin:0 0 1.1rem}.form-text{color:#999;line-height:1.5;margin-top:0}.form-control+.form-text{margin-top:-.5rem;margin-bottom:.6rem}small.form-text{font-size:85%}.required-field>label:after{content:"*";margin:0 0 0 .45rem}.required,.required-field>label:after{color:#e02b27;font-size:1.2rem}.required+.form-footer{margin-top:.8rem}.form-footer{display:flex;align-items:center;flex-wrap:wrap;padding-top:.6rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.select-custom{position:relative;margin-bottom:1rem}.select-custom select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-custom:after{font-family:molla;content:"";position:absolute;display:inline-block;right:1.9rem;top:50%;font-size:1.5rem;transform:translateY(-51%);color:#333;z-index:-1}.select-custom .form-control,.select-custom .form-control-sm{padding-right:4rem}.form-group-custom-control{margin-top:2rem}.form-group-custom-control .custom-control{margin-top:0;margin-bottom:2rem}.form-group-custom-control+.form-group-custom-control{margin-top:-.5rem}.form-group-custom-control .custom-control-label{text-transform:none;letter-spacing:0;font-weight:400}.custom-control{position:relative;padding-left:2.6rem;margin-top:1rem;margin-bottom:1rem}.custom-control-label{position:static;margin-bottom:0;margin-top:.1rem;font-size:1.4rem;padding-left:2.6rem;margin-left:-2.6rem}.custom-control-label:hover{cursor:pointer}.custom-control-label:before{box-shadow:none!important;display:none}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#dadada}.custom-control-label:after{left:0;top:.6rem;width:1.6rem;height:1.6rem;display:none}@supports(-ms-ime-align:auto){.custom-control-label:after{top:.5rem}input.form-control{outline:0}}.custom-checkbox .custom-control-label:before{border-radius:0}.custom-checkbox .custom-control-label:after{display:flex;align-items:center;justify-content:center;color:#fff;background-image:none;font-size:1rem;font-family:molla;content:"";line-height:1;text-align:center;opacity:0;margin-top:.1rem;visibility:hidden;transition:opacity .01s}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#333;background-color:#333}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#333}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(51,51,51,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(51,51,51,.5)}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:none;opacity:1;visibility:visible}.custom-control.custom-radio .custom-control-label:before{background-color:#f9f9f9;border-color:#dadada;border-radius:50%}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#fff}.custom-control.custom-radio .custom-control-label:after{border-radius:50%;width:.6rem;height:.6rem;top:1.1rem;left:.5rem}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:none!important;z-index:2}.form-control-tooltip{position:relative;padding-right:4rem}.form-control-tooltip .input-tooltip{display:inline-block;position:absolute;right:0;top:50%;font-size:2.4rem;color:#777;transform:translateY(-50%);transition:all .3s}.form-control-tooltip .input-tooltip:focus,.form-control-tooltip .input-tooltip:hover{color:#000}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:currentColor}}.cta .input-group{margin-bottom:0;direction:ltr!important}.cta .form-control{height:46px;padding-top:1.15rem;padding-bottom:1.15rem;background-color:#fff}.cta .form-control:not(:focus):not(.form-control-white){border-color:#dadada}.cta .btn{padding-top:1.15rem;padding-bottom:1.15rem}.cta .btn:not(.btn-block){min-width:170px}.cta.bg-image{background-color:#f5f5f5}.cta-title{font-weight:500;font-size:2rem;line-height:1.2;letter-spacing:-.03em;margin-bottom:0}.cta-desc{margin-bottom:1.5rem}.cta-horizontal .form-control{flex-grow:1;margin-right:2rem}.cta-horizontal .cta-desc,.cta-horizontal .form-control{margin-bottom:0}.cta-horizontal-box{padding-top:5.2rem;padding-bottom:4.8rem}.cta-heading{padding-top:.7rem;margin-bottom:2.7rem}.cta-heading .cta-title{margin-bottom:.5rem}.cta-text{padding-top:.5rem}.cta-text .cta-title{margin-bottom:2.1rem}.cta-text .cta-desc{margin-bottom:2.3rem}.cta-separator{position:relative}.cta-separator [class*=col-]+[class*=col-]:before{content:"";width:.1rem;display:block;height:80%;position:absolute;left:0;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);background-color:#ebebeb}.cta-separator.bg-image [class*=col-]+[class*=col-]:before{background-color:#dadada}.cta-wrapper{padding-top:5.6rem;padding-bottom:5.6rem;max-width:370px;margin-left:auto;margin-right:auto}.cta-wrapper .cta-title{margin-bottom:.6rem}.cta-wrapper .cta-desc{margin-bottom:2rem}.cta-wrapper.cta-text{max-width:330px}.cta-wrapper.cta-text .cta-title{margin-bottom:1.6rem;text-align:center!important}.cta-wrapper.cta-text .cta-desc{margin-top:1rem;margin-bottom:2.6rem;text-align:center!important}.cta-border{padding:3.9rem 2rem;border:1rem solid #f5f5f5;text-align:center}.cta-border .cta-content{display:flex;align-items:center;flex-direction:column}.cta-border .cta-content .btn{max-width:300px!important;margin:auto!important}.cta-border .cta-heading{width:100%;flex:0 0 100%;max-width:100%;margin:0;padding-top:0;padding-right:0}.cta-border .cta-title{margin:0 0 2rem}.cta-border .cta-text{position:relative;padding:0;flex-grow:1;margin-bottom:2rem}.cta-border .cta-text:before{content:"";background-color:#f5f5f5;width:.5rem;height:9rem;position:absolute;left:-3px;top:50%;margin-top:-4.5rem;display:none}.cta-border p{max-width:460px;margin-bottom:0}@media screen and (min-width:992px){.cta-border{text-align:left;padding-left:0;padding-right:0}.cta-border .cta-content{flex-direction:row;padding-left:1.5rem}.cta-border .cta-heading{flex:0 0 24.7%;max-width:24.7%;padding-right:3rem}.cta-border .cta-title{margin-bottom:0}.cta-border .cta-text{margin-right:2rem;padding-left:3rem;margin-bottom:0}.cta-border .cta-text:before{display:block}}@media screen and (max-width:1199px){.cta-horizontal-box{padding-left:3rem;padding-right:3rem}}@media screen and (max-width:991px){.cta-horizontal .cta-desc{margin-bottom:1.5rem}.cta-separator [class*=col-]+[class*=col-]:before{height:.1rem;width:80%;left:10%;top:0;bottom:auto}.cta-border .cta-title,.cta-border .cta-title.text-right{text-align:center!important}.cta-border .cta-content{display:block}.cta-border p{margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.cta-horizontal .form-control{margin-right:1rem}.cta .btn:not(.btn-block){min-width:0}.cta-wrapper{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:575px){.cta .input-group{flex-direction:column}.cta .input-group .form-control{width:100%;margin-right:0}.cta .input-group .btn{margin-left:0;margin-top:1rem}.cta .input-group .input-group-append,.cta .input-group .input-group-prepend{justify-content:center}.cta .input-group-round .btn,.cta .input-group-round .form-control{border-radius:30px}.cta .input-group-round .input-group-append{justify-content:center}}.brands-card{width:100%;height:100%;background-color:var(--card-bg-color);border-radius:1rem;display:block;box-shadow:0 0 8px rgba(0,0,0,.3);transition:all .3s ease;overflow:hidden}.brands-card:hover{box-shadow:0 0 10px rgba(0,0,0,.5);scale:1.03}[theme=dark] .brands-card{box-shadow:none;border:1px solid transparent}[theme=dark] .brands-card:hover{box-shadow:0 0 10px rgba(247,199,0,.8);border:1px solid rgba(247,199,0,.8)}.brands-card img{border-radius:1rem}.brands-card .brands-body{padding:1.5rem}.brands-card .brands-body .brands-title{font-size:20px;text-align:center;font-weight:600;color:var(--first-text-color);margin-bottom:1rem}input.brand-filter{width:300px;margin:0 auto 2rem}.table{margin-bottom:3rem;border-color:var(--border-color)}.table th{font-weight:400;font-size:1.4rem;line-height:1.5;color:var(--first-text-color);text-align:center}.table td,.table th,.table thead th{border-top:none;border-bottom:.1rem solid var(--border-color);text-align:center;margin:auto}.table td,.table th{padding:1.4rem 0;white-space:nowrap}.table td{vertical-align:middle;max-width:380px}.count-container{margin-bottom:3.3rem}.count-wrapper{font-weight:400;font-size:3rem;line-height:1.2;margin-bottom:.6rem}.count-title{font-weight:400;font-size:1.6rem;letter-spacing:-.01em}.pagination{width:100%;display:flex;align-items:center;justify-content:center;gap:2rem;border-radius:0}.pagination svg path{fill:var(--dark)}.pagination .next-page,.pagination .prev-page{padding:1rem;border-radius:5px;border:1px solid var(--dark-gray-color-100)}.pagination .total,.pagination button{padding:1rem;font-size:clamp(1.2rem,1.5vw,1.5rem);font-family:Poppins;display:flex;align-items:center;gap:1rem}.pagination .page-item,.pagination .total{color:var(--dark-gray-color-100)}.pagination .page-item{border-radius:5px}.pagination .page-item:hover{color:var(--dark-gray-color-100);outline:solid 1px var(--light-gray-color-200)}.pagination .page-item-active{color:var(--dark);outline:solid 1px var(--light-gray-color-200)}.pagination .prev-arrow{rotate:180deg}.modal-backdrop{background-color:#333}.modal-backdrop.show{opacity:.4}.modal-body{padding:0}.modal-body .close{position:absolute;right:1.5rem;top:1.5rem}.modal-content{max-height:100%;overflow:auto;border:none;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.close{font-weight:400;font-size:1.8rem;color:var(--first-text-color);opacity:1;transition:all .3s}.modal-dialog{margin:1rem}@media screen and (min-width:768px){.modal-dialog{max-width:580px;width:100%}}.modal-close{position:absolute;font:normal normal 2.6rem/1 molla;color:#666;font-size:1.8rem;top:1.5rem;right:2rem;display:block;width:2rem;height:2rem}.ReactModal__Content{display:flex;align-items:center}.ReactModal__Content>*{opacity:0;transition:.3s ease}.ReactModal__Content>.modal-content{transform:translateY(-2rem)}.ReactModal__Content.ReactModal__Content--after-open>*{opacity:1}.ReactModal__Content.ReactModal__Content--after-open>.modal-content{transform:translateY(0)}#login-modal.ReactModal__Content{height:96vh}.ReactModal__Overlay{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(77,77,77,.6);z-index:10000;opacity:0;transition:opacity .3s}.ReactModal__Overlay.ReactModal__Overlay--after-open{opacity:1}.video-modal{position:relative;top:50%;margin-left:auto;margin-right:auto;max-width:106rem;width:100%;height:56.6rem}.video-modal iframe{width:100%;height:100%;background-color:#eee}.video-modal .close{position:fixed;top:1rem;right:1rem;width:5rem;height:5rem;z-index:1}.alert{border-radius:1rem;font-weight:300;font-size:1.4rem;line-height:1.43;letter-spacing:-.01em;margin:1rem 0;padding:1rem 1.5rem;border:none}.alert .container{position:relative}.alert a{color:hsla(0,0%,100%,.7)}.alert a:focus,.alert a:hover{color:hsla(0,0%,100%,.9)}.alert .close{color:hsla(0,0%,100%,.5);font-weight:300;font-size:1.6rem;line-height:1;top:50%;transform:translateY(-50%)}.alert .close span{display:inline-block;line-height:1;padding-bottom:.2rem}.alert-primary{color:#fff}.alert-dark{color:#fff;background-color:#333}.alert-danger{color:#fff;background-color:#da2828}.alert-info{color:#fff;background-color:#32b1d6}.alert-success{color:#fff;background-color:#20cb55}.alert-warning{color:#fff;background-color:#ea8745}.instagram-feed{width:100%;display:block;position:relative;background-color:#ccc;margin-bottom:2rem}.owl-carousel .instagram-feed{margin-bottom:0}.instagram-feed:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(51,51,51,.4);transition:all .4s ease;opacity:0;visibility:hidden;z-index:1}.instagram-feed:hover .instagram-feed-content,.instagram-feed:hover:after{opacity:1;visibility:visible}.instagram-feed img{max-width:none;width:100%}.instagram-feed-content{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2;width:100%;left:0;top:0;bottom:0;color:#fff;font-weight:400;font-size:1.6rem;transition:all .45s ease;opacity:0;visibility:hidden}.instagram-feed-content i{font-weight:400;margin-right:.8rem}.instagram-feed-content a{color:inherit}.instagram-feed-content a+a{margin-left:2rem}.elements>div{padding:1rem}.elements>div:first-child .element-img{background-position:calc(-200px*(1 - 1)) 0}.elements>div:first-child .element-hover-img{background-position:calc(-200px*1 + 100px) 0}.elements>div:nth-child(2) .element-img{background-position:calc(-200px*(2 - 1)) 0}.elements>div:nth-child(2) .element-hover-img{background-position:calc(-200px*2 + 100px) 0}.elements>div:nth-child(3) .element-img{background-position:calc(-200px*(3 - 1)) 0}.elements>div:nth-child(3) .element-hover-img{background-position:calc(-200px*3 + 100px) 0}.elements>div:nth-child(4) .element-img{background-position:calc(-200px*(4 - 1)) 0}.elements>div:nth-child(4) .element-hover-img{background-position:calc(-200px*4 + 100px) 0}.elements>div:nth-child(5) .element-img{background-position:calc(-200px*(5 - 1)) 0}.elements>div:nth-child(5) .element-hover-img{background-position:calc(-200px*5 + 100px) 0}.elements>div:nth-child(6) .element-img{background-position:calc(-200px*(6 - 1)) 0}.elements>div:nth-child(6) .element-hover-img{background-position:calc(-200px*6 + 100px) 0}.elements>div:nth-child(7) .element-img{background-position:calc(-200px*(7 - 1)) 0}.elements>div:nth-child(7) .element-hover-img{background-position:calc(-200px*7 + 100px) 0}.elements>div:nth-child(8) .element-img{background-position:calc(-200px*(8 - 1)) 0}.elements>div:nth-child(8) .element-hover-img{background-position:calc(-200px*8 + 100px) 0}.elements>div:nth-child(9) .element-img{background-position:calc(-200px*(9 - 1)) 0}.elements>div:nth-child(9) .element-hover-img{background-position:calc(-200px*9 + 100px) 0}.elements>div:nth-child(10) .element-img{background-position:calc(-200px*(10 - 1)) 0}.elements>div:nth-child(10) .element-hover-img{background-position:calc(-200px*10 + 100px) 0}.elements>div:nth-child(11) .element-img{background-position:calc(-200px*(11 - 1)) 0}.elements>div:nth-child(11) .element-hover-img{background-position:calc(-200px*11 + 100px) 0}.elements>div:nth-child(12) .element-img{background-position:calc(-200px*(12 - 1)) 0}.elements>div:nth-child(12) .element-hover-img{background-position:calc(-200px*12 + 100px) 0}.elements>div:nth-child(13) .element-img{background-position:calc(-200px*(13 - 1)) 0}.elements>div:nth-child(13) .element-hover-img{background-position:calc(-200px*13 + 100px) 0}.elements>div:nth-child(14) .element-img{background-position:calc(-200px*(14 - 1)) 0}.elements>div:nth-child(14) .element-hover-img{background-position:calc(-200px*14 + 100px) 0}.elements>div>a{display:block}.element{display:flex;flex-direction:column;align-items:center;justify-content:center;border:.1rem solid var(--border-color);position:relative;transition:all .3s}.element:focus,.element:hover{box-shadow:0 5px 20px hsla(0,0%,92%,.8)}.element:focus .element-hover-img,.element:hover .element-hover-img{visibility:visible;opacity:1}.element:focus .element-img,.element:hover .element-img{opacity:0}.element:focus p,.element:hover p{color:#333}.element p{margin-top:-1rem;padding-bottom:1rem}.element-hover-img,.element-img{width:100px;height:100px;background-repeat:no-repeat;transition:all .3s}.element-hover-img{position:absolute;left:50%;top:0;transform:translateX(-50%);visibility:hidden;opacity:0;transition:all .3s}.element-type{font-size:1.3rem;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:.01em;color:#666;text-transform:uppercase}@media screen and (max-width:374px){.element p{font-size:1.2rem}}body{overflow-y:auto!important}body.loaded{overflow:auto!important;overflow-x:hidden!important}body.loaded .loading-overlay{display:none!important}#root{opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(0,0,.5,1)}#root.loaded,.loading-overlay{opacity:1;visibility:visible}.loading-overlay{position:fixed;display:block;top:0;right:0;bottom:0;left:0;transition:all .5s ease-in-out;z-index:10000}.bounce-loader{position:absolute;top:50%;left:50%;width:70px;margin:-9px 0 0 -35px;transition:all .2s;text-align:center;z-index:10000}.bounce-loader::selection{background:transparent}.bounce-loader .bounce1,.bounce-loader .bounce2,.bounce-loader .bounce3{display:inline-block;width:18px;height:18px;border-radius:100%;background-color:#ccc;box-shadow:0 0 20px 0 rgba(0,0,0,.15);animation:bouncedelay 1.4s ease-in-out 0s infinite normal both}.bounce-loader .bounce1{animation-delay:-.32s}.bounce-loader .bounce2{animation-delay:-.16s}.countdown-rtl{direction:rtl}.countdown-holding span{color:#888}.countdown-row{width:100%;text-align:center}.countdown-row:after{content:"";display:table;clear:both}.countdown-show1 .countdown-section{width:calc(100% - 20px)}.countdown-show2 .countdown-section{width:calc(50% - 20px)}.countdown-show3 .countdown-section{width:calc(33.3% - 20px)}.countdown-show4 .countdown-section{width:calc(25% - 20px)}.countdown-show5 .countdown-section{width:calc(20% - 20px)}.countdown-show6 .countdown-section{width:calc(16.66% - 20px)}.countdown-show7 .countdown-section{width:calc(14.285% - 20px)}.countdown-section{position:relative;display:block;float:left;font-size:75%;text-align:center;margin-left:10px;margin-right:10px}.countdown-amount{font-size:200%}.countdown-period{display:block}.countdown-descr{display:block;width:100%}.countdown-separator .countdown-section:not(:last-child):after{content:":";display:inline-block;font-size:30px;line-height:1;position:absolute;left:100%;margin-left:8px;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{background-color:rgba(51,51,51,.6);outline:none;top:0;left:0;right:0;bottom:0;z-index:1000;width:100%;height:100%;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{position:absolute;top:0;left:0;right:0;bottom:0}.ril__image,.ril__imageNext,.ril__imagePrev{margin:auto;max-width:none;transition:.35s;-ms-content-zooming:none;-ms-user-select:none;-ms-touch-select:none;touch-action:none}.ril__imageDiscourager{background-repeat:no-repeat;background-position:50%;background-size:contain}.ril__navButtons{border:none;position:absolute;top:0;bottom:0;width:20px;height:34px;padding:40px 30px;margin:auto;cursor:pointer;opacity:.7}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonNext,.ril__navButtonPrev{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;opacity:.6;top:50%;margin:-50px 0 0;font-family:molla;color:#fff;font-weight:400;font-size:3.2rem;line-height:1;padding:0;width:64px;height:100px;transition:all .35s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ril__navButtonNext{right:0}.ril__downloadBlocker{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");background-size:cover}.ril__caption,.ril__toolbar{background-color:transparent;position:absolute;left:0;right:0;display:flex;justify-content:space-between}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{padding:10px 20px;color:#fff}.ril__toolbar{top:0;height:50px}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{padding-left:20px;padding-right:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis}.ril__toolbarRightSide{padding-left:0;padding-right:20px;flex:0 0 auto}.ril__toolbarItem{display:inline-block;line-height:50px;padding:0;color:#fff;font-size:120%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{width:40px;height:35px;cursor:pointer;border:none;opacity:.7}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat 50%}.ril__zoomInButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat 50%}.ril__zoomOutButton{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat 50%}.ril__outerAnimating{animation-name:closeWindow}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{width:60px;height:60px;position:relative}.ril__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.ril__loadingCirclePoint:before{content:"";display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;animation:pointFade .8s ease-in-out infinite both}.ril__loadingCirclePoint:first-of-type{transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{animation-delay:0ms}.ril__loadingContainer{position:absolute;top:0;right:0;bottom:0;left:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.price_in_usd-slider .input-range__track--background{right:20px;left:10px}.price_in_usd-slider .input-range__slider{height:1.5rem;width:1.5rem;background:#fff;border:.1rem solid #555;right:-7.5px}.price_in_usd-slider .input-range__label--value{font-family:Poppins,sans-serif;transform:translate(-50%);left:50%;top:100%;margin-top:1.8rem;display:block;position:absolute;color:#333;font-weight:300;font-size:1.4rem;line-height:1;letter-spacing:-.01em;text-align:center;white-space:nowrap}.price_in_usd-slider .input-range__label--max,.price_in_usd-slider .input-range__label--min{display:none}.price_in_usd-slider .input-range__track--active{background:#333}.price_in_usd-slider .input-range__label-container{left:0}.price_in_usd-slider .input-range__slider-container{top:50%}.filter-price_in_usd{font-family:Poppins,sans-serif;font-size:14px}.filter-price_in_usd .filter-price_in_usd-range{color:#f7c700}.toast-container{width:250px!important}.toast-container .Toastify__toast--error,.toast-container .Toastify__toast--success{background-color:#f7c700;border-radius:.5rem}.toast-container .Toastify__toast-body{padding-left:2rem}.toast-container .Toastify__close-button{margin-top:auto;margin-bottom:auto;font-size:12px}.toast-container .Toastify__toast{min-height:55px;padding-right:25px}.toast-container .Toastify__progress-bar{opacity:0!important}@media(-ms-high-contrast:active),(-ms-high-contrast:none){.toast-container .Toastify__toast-body{margin-top:7px}}@media screen and (max-width:480px){.Toastify__toast-container{left:auto!important}.Toastify__toast-container .Toastify__toast{margin-bottom:1rem}}.skeleton-body .skel-cat,.skeleton-body .skel-grid-post,.skeleton-body .skel-list-post,.skeleton-body .skel-mask-post,.skeleton-body .skel-post,.skeleton-body .skel-post-sidebar-category,.skeleton-body .skel-pro,.skeleton-body .skel-pro-single .entry-summary1,.skeleton-body .skel-pro-single .entry-summary2,.skeleton-body .skel-pro-single .entry-summary3,.skeleton-body .skel-pro-single .skel-product-gallery,.skeleton-body .skel-pro-tabs,.skeleton-body .skel-sidebar-post,.skeleton-body .skel-single-post,.skeleton-body .skel-widget{position:relative;overflow:hidden;width:100%}.skeleton-body .skel-widget:first-of-type{padding-top:0;margin-top:0}.skeleton-body .skel-pro-list{margin-bottom:2rem;padding-bottom:2rem}.skeleton-body .skel-pro-single{margin-bottom:2rem}.skeleton-body .skel-pro-single .entry-summary{margin-bottom:0}.skeleton-body .skel-pro-single .entry-summary .col-md-12+.col-md-12:before{content:none}.skeleton-body .skel-pro-single .entry-summary3:before{margin-top:3rem;min-height:390px}.skeleton-body .skel-pro-single.sticky{padding-bottom:3rem;border-bottom:1px solid #ebebeb;margin-bottom:5rem}.skeleton-body .skel-pro-single.sticky .accordion{width:100%;text-align:left}.skeleton-body .skel-pro-single .product-lg,.skeleton-body .skel-pro-single .product-real-detail,.skeleton-body .skel-pro-single .product-sm{display:none}.skeleton-body .skel-pro-single .owl-stage{display:flex}.skeleton-body .skel-pro-single .product-details-tab,.skeleton-body .skel-pro-single .sidebar-product{display:none}.skeleton-body .skel-pro-single.loaded .product-details-tab,.skeleton-body .skel-pro-single.loaded .product-lg,.skeleton-body .skel-pro-single.loaded .product-real-detail{display:block}.skeleton-body .skel-pro-single.loaded .product-sm{display:flex}.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm{display:block}@media screen and (max-width:991px){.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm{display:flex}}.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm .carousel-dot{width:100%}.skeleton-body .skel-pro-single.loaded .entry-summary,.skeleton-body .skel-pro-single.loaded .skel-product-gallery{display:none}.skeleton-body .skel-pro-single.loaded .product-details,.skeleton-body .skel-pro-single.loaded .product-gallery{display:block}.skeleton-body .skel-pro-single.loaded .skel-widget{display:none}.skeleton-body .skel-pro-single.loaded .sidebar-product{display:block}.skeleton-body .skel-pro-single .product-details,.skeleton-body .skel-pro-single .product-gallery{display:none}.skeleton-body .product-main-image{width:100%}.skeleton-body .skel-pro-single.gallery.loaded .owl-item{flex:none}.skeleton-body .skel-pro-tabs:before{min-height:250px;background-size:100px 25px,100px 25px,150px 25px,100px 25px,100% 1px,100% 15px,100% 15px,100% 15px,100% 15px,100% 15px,80% 15px;background-position:0 0,110px 0,220px 0,380px 0,0 35px,0 55px,0 85px,0 115px,0 145px,0 175px,0 205px}.skeleton-body .skel-post{margin-bottom:5rem}.skeleton-body .skel-post:before{padding-top:calc(56.25% + 360px);background-size:100% calc(100% - 360px),40% 20px,60% 35px,20% 20px,100% 140px,20% 20px;background-position:left 0,left calc(100% - 340px + 20px),left calc(100% - 340px + 70px),left calc(100% - 340px + 105px),left calc(100% - 340px + 260px),left calc(100% - 340px + 295px)}.skeleton-body .skel-single-post:before{padding-top:calc(46.5% + 283px);background-size:100% calc(114% - 371px),4.5% 0,45% 30px,100% 25px,53% 0,100% 25px;background-position:left 0,left 0,0 calc(110.5% - 342px + 76px),0 calc(109% - 277px + 72px),12.5% calc(94% - 342px + 260px),59% calc(98% - 339px + 262px)}.skeleton-body .skel-grid-post:before{padding-top:calc(46.5% + 283px);background-size:100% calc(133% - 380px),4.5% 0,45% 20px,100% 20px,53% 0,100% 20px;background-position:left 0,left 0,50% calc(110.5% - 300px + 76px),0 calc(109% - 250px + 72px),12.5% calc(94% - 342px + 260px),59% calc(98% - 357px + 262px)}.skeleton-body .skel-mask-post{margin-bottom:2rem}.skeleton-body .skel-mask-post:before{padding-top:60%;background-size:100% 100%;background-position:left 0}.skeleton-body .skel-cat:before{content:"";display:block;padding-top:calc(100% + 60px);background-position:left 0,center calc(75% + 30px)}.skeleton-body.post-mask:before{content:none}.skeleton-body .skel-pro-single:not(.gallery) .owl-item{flex:0 0 100%;width:100%}.skeleton-body .skel-pro-single:not(.gallery).loaded .owl-item{flex:none}.skeleton-body .sidebar-shop{display:none}.skeleton-body.loaded.skel-shop-products .product{display:block}.skeleton-body.loaded.skel-shop-products .skel-pro,.skeleton-body.loaded.skel-shop-sidebar .skel-widget{display:none}.skeleton-body.loaded.skel-shop-sidebar .sidebar-shop{display:block}.skeleton-body.loaded .skel-grid-post,.skeleton-body.loaded .skel-list-post,.skeleton-body.loaded .skel-mask-post,.skeleton-body.loaded .skel-post-sidebar-category,.skeleton-body.loaded .skel-pro-tabs,.skeleton-body.loaded .skel-sidebar-post,.skeleton-body.loaded .skel-single-post{display:none}.img-pt-100 .entry-media:before{padding-top:100%}.img-pt-30 .entry-media:before{padding-top:30%}.img-pt-47 .entry-media:before{padding-top:47%}@keyframes skeletonloading{0%{transform:skewX(-45deg) translateX(-80%)}to{transform:skewX(-45deg) translateX(80%)}}.mfp-container .mfp-content .quickView-content{padding:4rem;background-color:#222}.mfp-container .mfp-content .quickView-content .skel-pro-single{margin-bottom:-2rem}.cols-3>*{width:33.33333%}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes product-opacity{0%{opacity:0}to{opacity:1}}@keyframes fixedFooter{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.load-more-rotating{animation:rotating 1s ease 0s infinite normal both}.load-more-opacity{animation:product-opacity 2s ease 0s infinite normal both}.general-opacity{animation:product-opacity .3s ease 0s infinite normal both}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform-origin:50% 50%}to{opacity:1;transform-origin:50% 50%}}@keyframes zoomOut{0%{opacity:1;transform-origin:50% 50%}to{opacity:0;transform-origin:50% 50%}}@keyframes showMsg{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes btnFilter{0%{opacity:0;transform:translateX(-300px)}to{opacity:1;transform:translateX(0)}}@keyframes btnFilterTop{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.lazy-load-image-background{position:relative;width:100%;z-index:-1}.lazy-load-image-background img{width:100%}.lazy-load-image-background.product-image{position:static;display:block!important}.lazy-load-image-background.product-image-hover{display:block!important;position:absolute}.lazy-load-image-background span{display:block!important}.lazy-load-image-background.lazy-load-image-loaded{display:inline!important;z-index:2}.wmax-200{max-width:180px}.lazy-overlay{position:absolute;left:0;right:0;top:0;bottom:0;background:#f4f4f4}.lazy-overlay.bg-2{background:#b0c4de}.lazy-overlay.bg-3{background:#add8e6}.lazy-overlay.bg-4{background:#008b8b}.lazy-media{position:relative}.lazy-media:before{content:"";display:block;padding-top:100%;width:100%;background-color:#f4f4f4}.lazy-media .lazy-load-image-background{position:static;display:inline!important}.lazy-media img{width:100%;height:100%;transition:all .3s;object-fit:cover}.lazy-media img,.lazy-media>figure{position:absolute;top:0;left:0;right:0;bottom:0}.masonry{display:flex;width:auto}.masonry-column>*{width:100%}.fs30px{font-size:30px!important}@media screen and (max-width:991px){.fs30px{font-size:20px!important}}.fs24px{font-size:24px}@media screen and (max-width:991px){.fs24px{font-size:18px}}.fs18px{font-size:18px}@media screen and (max-width:991px){.fs18px{font-size:16px}}.home-page .container{padding:2rem 0;width:80%!important}@media screen and (max-width:1200px){.home-page .container{width:90%!important}}@media screen and (max-width:991px){.home-page .container{width:100%!important}}.slide-image>img,.slide-image>picture,.slider-container-ratio .intro-slider{position:absolute;left:0;top:0;z-index:2;width:100%}.intro-slide .slide-image,.intro-slider-container{position:relative;border-radius:1rem}.intro-slide .slide-image:before,.intro-slider-container:before{display:block;content:"";width:100%}.slide-image img{display:block;width:100%;max-width:none;height:auto}button:focus{outline:none}.productSection .h-fit-content,.productSection .sale{height:-moz-fit-content;height:fit-content}.productSection .sale{border:2px solid #e7eeff;border-radius:25px;overflow:hidden}.productSection .category-container{display:flex;justify-content:start;align-items:center;overflow-x:auto;height:100%;margin-bottom:10px;scroll-behavior:smooth;scroll-snap-stop:always;scroll-snap-type:x mandatory;transition:all .3s ease-in-out;padding:10px;scrollbar-width:none;-ms-overflow-style:none;position:relative}.productSection .category-container::-webkit-scrollbar{display:none}.productSection .category-container .indicater{content:"";position:absolute;width:100%;height:5px;bottom:12px;background:#e7eeff;border-radius:9999px;z-index:1}.productSection .category-container .btn{scroll-snap-align:center;background:transparent;padding:10px;font-size:18px;text-wrap:nowrap;position:relative;transition:all .3s ease-in-out;width:100%;min-width:auto}.productSection .category-container .btn:after{content:"";display:block;width:0;height:7px;background:#faaf40;margin-top:5px;position:absolute;bottom:0;border-radius:9999px;z-index:2}.productSection .category-container .btn.active:after{transition:all .3s ease-in-out;content:"";display:block;width:100%}.slider-home{background:#e7eeff}.slider-home .carousel-control-prev{color:#000}.slider-home .carousel-control-prev svg{fill:#000}.slider-home .title{font-size:40px;font-weight:400;color:#000;margin-bottom:1rem;text-align:start}.slider-home .subtitle{font-size:60px;font-weight:600;color:#000;margin-bottom:2rem;text-align:start}.slider-home .btn-not-active{height:24px;border-radius:9999px}.slider-home .btn-not-active button{background:#f7c700!important}.slider-home .btn{background-image:linear-gradient(180deg,#fff219,#faaf40);color:#434242;border-radius:9999px;padding:.5rem 2rem;font-size:24px;min-width:100px;font-weight:400;text-transform:uppercase;border:none;transition:all .3s ease-in-out}.slider-home .btn:hover{color:#000}.slider-home .image{width:100%}.slider-home .slider-invise-btn{visibility:visible}@media screen and (max-width:991px){.slider-home .slider-invise-btn{position:absolute;width:0;height:0;visibility:hidden;top:-300vh}.slider-home .title{font-size:30px;text-align:center!important}.slider-home .subtitle{text-align:center!important;font-size:40px}.slider-home .btn{font-size:16px;font-weight:500}}.brand{display:flex;align-items:center;justify-content:center;min-height:8rem}.brand img{width:auto!important;max-width:55%!important;filter:grayscale(100%)}.brand:focus{outline:none!important}.title-lg{letter-spacing:-.025em}.carousel-with-shadow .owl-stage-outer{padding:3rem 1rem;margin:-3rem -1rem}.carousel-with-shadow.owl-simple .owl-nav [class*=owl-]{margin-top:-31px}.owl-quickview .owl-item img{max-height:50rem;object-fit:cover}.quickView-content{padding:3rem 4rem}.quickView-content .btn-wishlist span{text-transform:uppercase}.quickView-content .product-details{margin-bottom:0}.quickView-content .sticky-bar{display:none}.quickView-content::-webkit-scrollbar{width:7px;height:20px}.quickView-content::-webkit-scrollbar-thumb{background:#ebebeb}.quickView-content::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}.container.quickView-container{width:102rem}.container.newsletter-popup-container,.fullscreen-container .container{width:970px}.fullscreen-container,.quickView-container{position:relative}.fullscreen-container button.mfp-close,.quickView-container button.mfp-close{font:normal normal 2.6rem/1 molla;position:absolute;color:#666;top:1.5rem;right:1.5rem;display:block}.fullscreen-container{margin-left:-.8rem;margin-right:-.8rem}.fullscreen-container .carousel-dots{margin-top:2rem;display:flex;padding-left:6rem;padding-right:6rem}.fullscreen-container .carousel-dot{padding-left:.5rem;padding-right:.5rem}.fullscreen-container .quickView-content{padding:1rem 0 4rem}.mfp-newsletter.mfp-bg{background:#222;opacity:.6}.newsletter-popup-container{position:relative}.newsletter-popup-container .newsletter-img{position:absolute;width:calc(100% + 1px);max-width:none;height:100%;object-fit:cover}.newsletter-popup-container .banner-content-wrap{display:flex;justify-content:center;align-items:center}.newsletter-popup-container .banner-content{position:static;transform:translateY(0);padding:4.7rem 1rem;flex-grow:0;flex-shrink:0;flex-basis:calc((100% + 20px)/5*4);max-width:calc((100% + 20px)/5*4)}.newsletter-popup-container .input-group{width:85%;margin:0 auto}.newsletter-popup-container .banner-title{font-size:4.6rem;font-weight:700;letter-spacing:-.025em;color:#222;margin-bottom:1rem;text-transform:uppercase;line-height:1.4em}.newsletter-popup-container .banner-title span{font-weight:700}.newsletter-popup-container .banner-title light{font-weight:400}.newsletter-popup-container p{font-weight:400;letter-spacing:.01em;margin-bottom:3.3rem;line-height:1.73em}.newsletter-popup-container .logo{margin:2.5rem auto 1.5rem;min-height:1.5rem}.newsletter-popup-container .form-control{background-color:#f5f5f5;border-color:#f5f5f5;border-radius:0;height:4.6rem;background-clip:border-box;color:#666}.newsletter-popup-container .form-control::placeholder{color:#666}.newsletter-popup-container .form-control:focus{border-color:#f5f5f5}.newsletter-popup-container .input-group{border:none}.newsletter-popup-container .input-group .btn{min-width:7rem;background-color:#222;color:#fff;border-radius:0;text-transform:uppercase}.newsletter-popup-container .custom-control{margin-top:3rem;margin-left:auto;margin-right:auto;padding-left:0;flex-grow:0;flex-shrink:0;flex-basis:calc((100% + 20px)*.5 + 20px)}.newsletter-popup-container .custom-control-label{font-size:1.3rem;font-weight:400;letter-spacing:.01em;padding-left:2rem;position:relative}.newsletter-popup-container .custom-control-label:after,.newsletter-popup-container .custom-control-label:before{left:-.5rem;width:1.4rem;height:1.4rem;border-radius:.2rem;top:.5rem}.newsletter-popup-container .newsletter-popup-content{box-shadow:0 10px 20px rgba(34,34,34,.3)}.newsletter-popup-container .mfp-close{display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1.5rem;padding:0;font-family:molla;font-size:2rem;background-color:#fff;border-radius:50%;opacity:.6;width:3rem;height:3rem;z-index:1000}.newsletter-popup-container .mfp-close:hover{opacity:1}.newsletter-popup-container .mfp-close:before{position:relative;content:"";line-height:1;color:#333}.newsletter-popup-container .mfp-close span{display:none}.quickView-two .product-gallery-item{padding-left:.5rem;padding-right:.5rem}@supports(-ms-ime-align:auto){.newsletter-popup-container .custom-control-label:after{top:.4rem}}@media(-ms-high-contrast:active),(-ms-high-contrast:none){body{overflow-y:scroll!important}}@media screen and (min-width:1200px){.quickView-content>.row .product-fullscreen{flex-grow:0;flex-shrink:0;flex-basis:calc(50% + 2rem);max-width:calc(50% + 2rem);padding-left:0;padding-right:0}}.mfp-wrap .mfp-content{transition:all .35s;opacity:0}.mfp-wrap.mfp-ready .mfp-content{opacity:1}@media screen and (max-width:900px){.fullscreen-container{margin-left:-.6rem;margin-right:-.6rem}}@media screen and (max-width:591px){.newsletter-popup-container .banner-content{flex:0 0 90%;max-width:90%}}@media screen and (min-width:992px){.quickView-two .product-gallery-item{flex:auto}.quickView-two .product-gallery-item:after,.quickView-two .product-gallery-item:before{left:0;right:0}.quickView-container.quickView-two .product-gallery-item{max-width:100%}.quickView-container button.mfp-close{right:1.9rem}.quickView-container .product-details{position:absolute;top:0;left:auto}.quickView-container .quickview-desc{overflow-y:auto}.quickView-container .quickview-desc::-webkit-scrollbar{width:5px;height:20px}.quickView-container .quickview-desc::-webkit-scrollbar-thumb{background:#ebebeb}.quickView-container .quickview-desc::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}.newsletter-popup-container .lazy-load-image-background.lazy-load-image-loaded{display:block!important}}@media screen and (max-width:991px){.container.newsletter-popup-container,.fullscreen-container .container{max-width:700px;width:100%}#__next{overflow:hidden}.quickView-container.quickView-two .product-sm{width:auto}.container.quickView-container{width:60rem}.quickView-content>.row>div{padding:0}.quickview-desc .product-title{margin-top:3rem}.quickView-container{height:96vh}.quickView-container .modal-content{overflow-y:overlay;height:100%}.quickView-container .modal-content::-webkit-scrollbar{width:5px;height:20px}.quickView-container .modal-content::-webkit-scrollbar-thumb{background:#ebebeb}.quickView-container .modal-content::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}}@media screen and (max-width:575px){.quickView-content{padding:2.5rem 2rem 1rem}.product-details-footer{padding-bottom:0}.fullscreen-container button.mfp-close,.quickView-container button.mfp-close{top:0;right:1rem}}@media screen and (max-width:479px){.home-page .container{padding:2rem 1rem}.header-left .welcome-msg{transform:translateX(0);animation:showMsg 12s linear 4s infinite}}@media screen and (max-width:375px){.quickView-content .btn-wishlist{margin:0 auto!important}}.btn-go-item{display:flex;justify-content:center;align-items:center;margin:1rem auto 0}.btn-go-item a{padding:.75rem 2rem;border:1px solid rgba(47,57,70,.75);background-color:rgba(47,57,70,.025);border-radius:5rem;margin:1rem auto 0;font-size:16px;color:#000}.btn-go-item a:hover{background-color:#fff}.all-catogeres{margin-top:2rem;margin-bottom:5rem}.all-catogeres h3{font-size:22px;font-weight:700;color:#000;text-align:center;margin:4rem auto;align-items:center;width:100%}.all-catogeres .category-item{width:100%;height:80px;border-radius:1rem;background-color:rgba(247,199,0,.75);display:flex;justify-content:space-around;align-items:center;transition:all .5s ease-in-out;cursor:pointer;box-shadow:1px 4px 20px rgba(0,0,0,.25)}.all-catogeres .category-item h4{font-size:16px;color:#000}.all-catogeres .category-item:hover{background-color:#f7c700}.bg-blue{background:#e7eeff!important}.toolbox{display:flex;align-items:center;flex-direction:column;flex-wrap:wrap;font-weight:400;font-size:1.4rem;line-height:1.5;margin-top:0;margin-bottom:2rem}.toolbox:after{display:block;clear:both;content:""}.toolbox .select-custom{margin-bottom:0}.toolbox .select-custom:after{right:.9rem;font-size:1rem}.toolbox .select-custom .form-control{font-size:1.3rem;padding-right:2rem;max-width:140px;min-width:140px;background-color:transparent;border-color:#e4e4e4}.toolbox label{font-weight:400;color:var(--first-text-color);font-size:1.2rem;letter-spacing:-.01em;margin:0}.toolbox .form-control{color:#999;font-weight:300;font-size:1.2rem;padding:.45rem 1rem;height:30px;margin-bottom:0}.toolbox .form-control:not(:focus){border-color:#d7d7d7}.toolbox select.form-control:not([size]):not([multiple]){height:30px}.toolbox-left,.toolbox-right{display:flex;align-items:center;flex-wrap:wrap}.toolbox-center{margin-top:1rem;flex:0 1 auto}.toolbox-right{margin-top:1rem;flex-direction:column}@media screen and (min-width:768px){.toolbox-right{margin-left:auto}}.toolbox-info{color:#ccc}.toolbox-info span{color:var(--first-text-color)}.toolbox-sort{display:flex;align-items:center}.toolbox-sort label{margin-right:1.6rem}.toolbox-layout{margin-top:1rem}.btn-layout{display:inline-flex;padding:.5rem}.btn-layout+.btn-layout{margin-left:.5rem}.btn-layout svg{fill:#dadada;transition:fill .35s}.btn-layout.active svg,.btn-layout:focus svg,.btn-layout:hover svg{fill:#333}.products>.row>[class*=col-]{align-items:stretch;align-content:stretch}.products .product{width:100%}.product{overflow:hidden}.shop .product-media img{filter:brightness(.94)}.carousel-equal-height .owl-item,.carousel-equal-height .owl-stage{display:flex;align-items:stretch}.carousel-equal-height .product{width:100%}.owl-carousel .entry{margin-bottom:0}.load-more-container{margin-top:4rem;margin-bottom:2rem}.btn.btn-load-more{text-transform:uppercase;min-width:190px;justify-content:space-between;padding-left:2rem;padding-right:2rem}.btn.btn-load-more i{margin:0!important}.sidebar-shop .widget{color:var(--first-text-color);margin:0 0 2rem;border-bottom:.1rem solid #ebebeb}.sidebar-shop .widget:last-child{border-bottom:none}.sidebar-shop .widget.widget-collapsible{overflow:hidden}.sidebar-shop .widget-title{color:var(--first-text-color);font-weight:400;font-size:1.8rem;line-height:1.15;letter-spacing:-.01em;margin-bottom:.7rem}.sidebar-shop .custom-control{padding-left:2.7rem;margin:0}.sidebar-shop .custom-control-label{font-weight:400;color:var(--first-text-color);cursor:pointer}.sidebar-shop .custom-control-label:before{border-radius:.2rem}.sidebar-shop.sidebar-filter .widget{padding-right:0}.sidebar-shop::-webkit-scrollbar{width:7px;height:20px}.sidebar-shop::-webkit-scrollbar-thumb{background:#ebebeb}.sidebar-shop::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}.widget-clean{display:flex;align-items:center;padding-top:.5rem;padding-bottom:2.3rem}.widget-clean label{color:inherit;font-weight:400;font-size:1.4rem;letter-spacing:-.01em;margin:0}.widget-clean a{display:inline-block;font-weight:400;font-size:1.2rem;margin-left:auto}.widget-collapsible .widget-title a{position:relative;display:block;color:inherit;text-decoration:none;padding-right:3rem}.widget-collapsible .widget-title a:after{color:var(--first-text-color);content:"";display:block;font-family:molla;font-size:1.4rem;line-height:1;position:absolute;top:50%;right:1.6rem;margin-top:-.7rem}.widget-collapsible .widget-title a.collapsed:after{content:""}.widget-collapsible .widget-title a:focus{outline:none!important}.widget-collapsible .widget-title a:hover{cursor:pointer}.widget-collapsible .widget-body{padding-top:1rem;padding-bottom:2rem}.filter-item{position:relative;margin-bottom:.3rem}.filter-item a{color:var(--first-text-color)}.filter-item a.active{color:#f7c700}.filter-items-count .filter-item{padding-right:4rem}.filter-items-count .item-count{justify-content:center;position:absolute;right:1rem;top:50%;min-width:2.5rem;height:2rem;margin-top:-1rem;font-weight:300;font-size:1.3rem;border-radius:.6rem;color:#777;background-color:#f8f8f8}.filter-items-count .item-count,.sidebar-toggler{display:inline-flex;align-items:center;line-height:1}.sidebar-toggler{color:var(--first-text-color);font-weight:400;font-size:1.4rem;letter-spacing:-.01em;text-transform:uppercase;margin-right:3rem}.sidebar-toggler i{font-size:1.6rem;margin-right:.9rem}.sidebar-fixed-toggler{display:block;position:fixed;left:0;top:49vh;width:30px;height:30px;z-index:1000;color:#fff;border-top-right-radius:3px;border-bottom-right-radius:3px;background-color:rgba(0,0,0,.2);transform:translateX(0);transition:transform .35s}.sidebar-fixed-toggler i{font-size:1.8rem;line-height:1.6}.sidebar-fixed-toggler.right{left:unset;right:0;border-radius:3px 0 0 3px}.sidebar-filter-active .sidebar-fixed-toggler{transform:translateX(270px)}.sidebar-filter-active .sidebar-fixed-toggler.right{transform:translateX(-270px)}.sub-filter-items{padding-left:2.7rem}.filter-colors{display:flex;align-items:center;flex-wrap:wrap;padding-top:.7rem;padding-bottom:.5rem}.filter-colors a{position:relative;display:block;width:2.4rem;height:2.4rem;border-radius:50%;border:.2rem solid #fff;margin:0 .2rem .3rem;transition:box-shadow .35s ease}.filter-colors a:after{color:#fff;font-family:molla;content:"";font-size:1rem;line-height:1;position:absolute;left:50%;top:50%;opacity:0;visibility:hidden;transition:opacity .01s;margin-top:-.4rem;margin-left:-.5rem}.filter-colors a.selected,.filter-colors a:focus,.filter-colors a:hover{box-shadow:0 0 0 .1rem #ccc}.filter-colors a.selected:after{visibility:visible;opacity:1}@supports(-ms-ime-align:auto){.filter-colors a:after{margin-top:-.5rem}}.filter-price_in_usd{padding-top:.2rem;padding-bottom:3rem}.filter-price_in_usd-text{margin-bottom:1.5em;letter-spacing:-.01em}@media screen and (min-width:576px){.toolbox-right{flex-direction:row}.toolbox-layout{margin-top:0;margin-right:-.5rem;margin-left:1rem}}@media screen and (min-width:768px){.toolbox{flex-direction:row}.toolbox-center{margin-top:0}.toolbox-right{margin-top:0;justify-content:flex-end}}.category{padding-top:2rem;padding-bottom:2rem}.category li{transition:all .35s ease}.category li a:hover{color:#f7c700!important;cursor:pointer}.category .nav-link{color:var(--first-text-color)!important;font-weight:700!important;font-size:26px!important;line-height:1;letter-spacing:-.01em;text-transform:none!important}.nav-filter{display:block!important;position:relative;margin-top:-1.75rem!important;border-bottom:1px solid #cecece;padding-bottom:.5rem;transition:all .5s ease-in-out!important;color:var(--first-text-color)}.nav-filter i{margin:.3rem 1rem 0;font-size:18px}.nav-filter .btn{font-size:18px;border-radius:1rem;background-color:transparent!important;border:none!important;color:var(--first-text-color)!important;font-weight:500}.nav-filter .btn:hover{color:#f7c700!important}.menu-filter{position:fixed;top:0;left:0;width:300px;height:100vh;background-color:#fff;z-index:9999;transition:all .5s ease-in-out;overflow-y:auto;overflow-x:hidden;box-shadow:1px 4px 20px rgba(0,0,0,.5)}.menu-filter .menu-wrapper{width:100%;padding:1rem 0}.menu-filter .menu-wrapper .menu-close{border-radius:50%;font-size:20px;margin-right:1rem;transition:all .3s ease-in-out}.menu-filter .menu-wrapper .menu-close:hover{cursor:pointer;color:#f7c700}.menu-filter .menu-wrapper .nav{margin-top:1rem}.menu-filter .menu-wrapper .nav .nav-item{font-size:22px!important;font-weight:700;transition:all .3s ease-in-out}.menu-filter .menu-wrapper .nav .nav-item:hover{color:#f7c700}.menu-filter .menu-wrapper .nav .nav-item .nav-link{font-size:16px;font-weight:700}.menu-filter .menu-wrapper .mobile-menu{font-size:15px}.menu-filter .menu-wrapper .mobile-menu li{border-bottom:1px solid #cecece;padding-top:1rem;text-align:center;padding-bottom:1rem;transition:all .3s;cursor:pointer}.menu-filter .menu-wrapper .mobile-menu li:hover{color:#f7c700}.active-nav{animation:btnFilter .5s ease-in-out}.remove-nav{animation:btnFilterTop .5s ease-in-out;display:none}.slider .carousel-indicators{bottom:20px}.slider .carousel-indicators button{width:8px;height:8px;background:#fff;opacity:.7;margin:4px;border-radius:9999px;transition:all .3s ease}.slider .carousel-indicators .active{width:24px;background-color:#f7c700;opacity:1;transition:all .3s ease}.product-details-top{margin-bottom:1rem}.product-gallery{margin-bottom:2rem}.product-main-image{position:relative;margin-bottom:1rem}.product-main-image img{max-width:none;border-radius:1rem;background-color:var(--first-bg-color);width:100%}.overflow-y-hidden{overflow-y:hidden}.overflow-x-auto{overflow-x:auto}.product-main-image .zoom-image{background-color:var(--first-bg-color)}.product-main-image .zoom-image>div{position:absolute!important;top:0;left:0;right:0;bottom:0}.product-main-image .zoom-image>div img{object-fit:cover}.product-gallery-carousel .product-gallery-image>div{position:absolute!important;top:0;left:0;right:0;bottom:0}.btn-product-gallery{position:absolute;right:2rem;bottom:2rem;z-index:49;display:flex;align-items:center;justify-content:center;text-align:center;width:4rem;height:4rem;color:#777;font-weight:400;font-size:2rem;line-height:1;background-color:#fff;box-shadow:2px 6px 16px rgba(51,51,51,.05);transition:all .35s ease}.btn-product-gallery:focus,.btn-product-gallery:hover{color:#fff}.product-image-gallery{display:flex;flex-flow:row wrap;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 10px)}.product-image-gallery>.row{margin-left:-5px;margin-right:-5px}.product-image-gallery>.row>*{padding-left:5px;padding-right:5px}.product-gallery-item{position:relative;display:block;flex:0 0 25%;max-width:25%;padding:0;margin:.5rem;border-radius:1rem;background-color:#fff;overflow:hidden}.product-gallery-item.noImage{background-color:transparent;pointer-events:none}.max-col-6 .product-gallery-item{flex:0 0 16.66%;max-width:16.66%}.product-gallery-item .img-wrapper{overflow:hidden;border-radius:0}.product-gallery-item .img-wrapper span{position:static!important}.product-gallery-item .img-wrapper span img{min-width:90%!important;min-height:90%!important}.product-gallery-item img{max-width:none;width:100%;height:100%}.product-gallery-item img.noImage{pointer-events:none}.product-gallery-item:after,.product-gallery-item:before{content:"";display:block;position:absolute;left:0;top:0;bottom:0;transition:all .35s ease;z-index:1}.product-gallery-item:before{opacity:0;visibility:hidden;border:1px solid #f7c700}.product-gallery-item:after{visibility:visible;opacity:.5;width:100%;background-color:var(--first-bg-color)}.product-gallery-item.active:before{visibility:visible;opacity:1}.product-gallery-item.active:after,.product-gallery-item:hover:after{opacity:0;visibility:hidden}.product-gallery-vertical .row{margin-left:0;margin-right:0}.product-gallery-vertical .product-main-image{width:100%}.product-gallery-masonry{position:relative;display:block!important}.product-gallery-masonry .product-masonry-item img{border:1px solid transparent}.product-gallery-masonry .product-masonry-item.active img{border-color:#f7c700}.product-gallery-masonry .zoom-image>div>img{height:100%}.product-gallery-carousel.owl-carousel{z-index:auto}.product-gallery-carousel.owl-carousel .owl-item:not(.active){pointer-events:none}.product-gallery-carousel img{max-width:none;width:100%}.product-gallery-image{margin-bottom:0;padding-right:1rem;background-color:#f4f4f4}.product-gallery-separated{position:relative}.product-separated-item{position:relative;display:block;margin-bottom:1rem}.product-separated-item img{max-width:none;width:100%}.product-pager,.product-pager-link{display:flex;align-items:center}.product-pager-link{color:#999;position:relative;font-weight:400;font-size:1.4rem;line-height:1.3;letter-spacing:0}.product-pager-link i{color:#666;font-size:2rem;line-height:1;transition:color .1s}.product-pager-link span{display:inline-block;transition:box-shadow .3s ease}.product-pager-link:before{position:absolute;display:block;content:"";top:100%;left:0;right:0;height:10px}.product-pager-link:hover i{color:inherit}.product-pager-link:hover span{box-shadow:none}.product-pager-link:hover .product-detail{visibility:visible;opacity:1}.product-pager-link+.product-pager-link{margin-left:3rem}.product-pager-link .product-detail{position:absolute;top:calc(100% + 5px);width:12rem;padding:1rem;z-index:500;visibility:hidden;opacity:0;transition:opacity .4s;background-color:#fff;box-shadow:0 1px 4px 4px rgba(51,51,51,.05);border-top:2px solid #f7c700}.product-pager-link .product-detail img{width:120px;height:auto}.product-pager-link .product-detail .product-name{max-width:120px;text-align:center;font-size:1.2rem;font-weight:500}.product-pager-prev i{margin-right:.5rem}.product-pager-prev .product-detail{left:0}.product-pager-prev.prev-only .product-detail{left:unset;right:0}.product-pager-next i{margin-left:.5rem}.product-pager-next .product-detail{right:0}.product-details{margin-bottom:2rem}.product-details .product-title{font-weight:400;font-size:2.4rem;letter-spacing:-.025em;margin-bottom:1.2rem;margin-top:-.5rem;direction:ltr!important}.product-details .ratings-container{margin-bottom:1.3rem}.product-details .product-price_in_usd{font-size:2.4rem}.product-details .new-price_in_usd{margin-right:1rem}.product-details .product-content{margin-bottom:.5rem}.product-details .product-content p:last-child{margin-bottom:0}.product-details .product-countdown{position:static;left:auto;right:auto;bottom:auto;top:auto;max-width:260px;margin-left:-5px;margin-bottom:2rem}.product-details .product-countdown .countdown-section{background-color:#fafafa}.product-details .product-nav-dots a,.product-details .product-nav-dots span{width:2rem;height:2rem}.product-details .product-nav-dots a.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.product-details .product-nav-dots a.disabled:hover{box-shadow:none}.product-details .product-cat{font-weight:400;font-size:1.4rem}.product-details .product-cat span{margin-right:.7rem;color:#666;box-shadow:none;transition:all .35s ease}.product-details .product-cat span:focus,.product-details .product-cat span:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.product-details .product-size{flex-flow:row wrap;padding-top:0;margin-bottom:0}.product-details .product-size a{color:#666;width:4rem;height:4rem;font-weight:400;font-size:1.4rem;letter-spacing:-.01em;border:1px solid #d7d7d7;background-color:transparent;margin-right:1rem}.product-details .product-size a.active,.product-details .product-size a:focus,.product-details .product-size a:hover{background-color:transparent}.product-details .product-size a.disabled{color:#dadada;border-color:#ebebeb;background-color:transparent}.product-details .btn-product:focus span,.product-details .btn-product:hover span{box-shadow:none}.details-filter-row{display:flex;align-items:center;flex-flow:row wrap;margin:2rem 0}.details-filter-row .form-control{font-weight:400;margin-bottom:0;padding-left:1rem;padding-right:1rem;background-color:var(--card-bg-color);border-color:var(--border-color);min-width:131px;color:var(--first-text-color)}.details-filter-row .select-custom{margin-bottom:0;z-index:1}.details-filter-row .select-custom .form-control{padding-right:3rem}.details-filter-row .select-custom:after{font-size:1rem;right:.9rem;z-index:1;color:var(--first-text-color);pointer-events:none}.details-filter-row label{display:inline-block;width:67px;font-weight:400;font-size:1.4rem;margin-bottom:0}.details-filter-row .product-nav{margin-bottom:0}.details-filter-row .product-nav-thumbs{padding-top:0}.size-guide{color:#777;display:inline-flex;align-items:center}.size-guide i{font-size:1.8rem;margin-right:.7rem}.product-details-quantity{max-width:131px;flex:0 0 131px}.product-details-quantity .form-control{-moz-appearance:textfield;padding-left:2.6rem;padding-right:2.6rem;text-align:center;margin-bottom:0}.product-details-action{display:flex;align-items:center;justify-content:center!important;flex-flow:row wrap;margin-bottom:2rem}.product-details-action .btn-cart{padding:1rem 1.5rem;max-width:198px;min-width:150px;border:1px solid #f7c700}.product-details-action .btn-cart span{font-size:1.4rem;color:inherit;border:0;transition:.2s}.product-details-action .btn-cart:before{margin-right:.4rem}@supports(-ms-ime-align:auto){.product-details-action .btn-cart:before{margin-bottom:1px}}.details-action-wrapper{display:flex;align-items:center;margin:1rem 0 1rem 4rem}.details-action-wrapper .btn-product{padding-top:0;padding-bottom:0;white-space:nowrap;align-self:stretch;line-height:1.4}.details-action-wrapper .btn-product:before{margin-right:1rem}.details-action-wrapper .btn-product.btn-wishlist:before{margin-top:-.2rem}.details-action-wrapper .btn-product span{font-size:1.4rem}.details-action-wrapper .btn-product+.btn-product{padding-left:1.3rem;margin-left:1.6rem}.product-details-footer{color:#777;display:flex;font-weight:400;align-items:center;flex-wrap:wrap;padding-top:.7rem;border-top:1px solid var(--border-color);padding-bottom:.7rem;justify-content:space-between}.product-details-footer .social-icon{margin-bottom:0}.product-details-footer>*{padding-top:1rem;padding-bottom:1rem}@media screen and (min-width:992px){.container-fluid .product-details-top .col-lg-7{flex:0 0 56.5%;max-width:56.5%}.container-fluid .product-details-top .col-lg-5{flex:0 0 43.5%;max-width:43.5%}}@media screen and (min-width:1700px){.container-fluid .product-details-action .btn-cart{min-width:238px}.container-fluid .details-filter-row .form-control{min-width:171px}.container-fluid .product-details-quantity{max-width:171px;flex:0 0 171px}}@media screen and (min-width:1700px)and (max-width:1775px){.details-fullwidth .details-action-wrapper{margin-top:1.5rem;margin-left:0}.details-fullwidth .btn-cart{margin-right:4rem}}.product-details-tab{margin-bottom:5rem}.product-details-tab .nav.nav-pills .nav-link{color:var(--first-text-color);font-size:1.6rem;padding:.55rem 3rem;border-bottom-width:.2rem;text-transform:capitalize}.product-details-tab .nav.nav-pills .nav-item+.nav-item{margin-left:2rem}.product-details-tab .tab-content{border:1px solid var(--border-color);margin-top:-1px;border-radius:.3rem}.product-details-tab .tab-content .tab-pane{padding:2.7rem 3rem}.product-details-tab .reviews .review:last-child{border-bottom:none}.product-desc-content table{border-collapse:separate;border-spacing:5px}.product-desc-content table tr{background-color:var(--card-bg-color)}.product-desc-content table tr td{width:auto;padding:8px;border-radius:5px}.product-desc-content h2{font-size:2.4rem}.product-desc-content h2,.product-desc-content h3{font-weight:400;margin:1.8rem 0 0 -1rem;color:#f7c700}.product-desc-content h3{font-size:1.6rem}.product-desc-content h4,.product-desc-content h5{margin:1.8rem 0 0 -1rem;color:#f7c700}.product-desc-content ul{list-style:none!important}.product-desc-content ul li{position:relative;font-size:14px}.product-desc-content ul li:before{content:"•";color:#f7c700;font-weight:700;display:inline-block;width:1em;-webkit-margin-start:-1em;margin-inline-start:-1em}.product-desc-content a{border-bottom:1px solid #b8b8b8;transition:all .35s ease}.product-desc-content blockquote{font-style:normal;font-weight:400;font-size:2.4rem;line-height:1.25;letter-spacing:-.01em;margin-bottom:1.6rem}.product-desc-content blockquote p{margin-bottom:0}.product-desc-content blockquote cite{font-weight:300;font-size:1.4rem;letter-spacing:0}.reviews h3{font-size:1.6rem;letter-spacing:-.01em;margin-bottom:2.3rem}.review{padding-bottom:1.3rem;margin-bottom:2rem;border-bottom:1px solid #ebebeb}.review:last-child{margin-bottom:0}.review .col-auto{width:120px;padding-right:2rem}.review h4{font-weight:400;font-size:1.6rem;line-height:1.25;letter-spacing:-.01em;margin-bottom:.8rem}.review h4 a{color:inherit}.review .ratings-container{padding-top:.7rem;margin-bottom:.5rem}.review .review-date{color:#ccc}.review-content{margin-bottom:.8rem}.review-action{font-size:1.2rem}.review-action a{color:#777;transition:all .35s ease}.review-action a+a{margin-left:1.6rem}.review-action i{font-size:1.4rem;margin-right:.6rem}.product-details-centered{text-align:center}.product-details-centered .details-filter-row,.product-details-centered .product-price_in_usd,.product-details-centered .ratings-container{justify-content:center}.product-details-centered .product-content{max-width:470px;margin-left:auto;margin-right:auto}.product-details-centered .details-row-size .select-custom{margin-right:2rem}.product-details-centered .details-filter-row label{width:auto;margin-right:1rem}.product-details-centered .details-filter-row .form-control{min-width:104px}.product-details-centered .product-details-action{flex-direction:column;align-items:center}.product-details-centered .product-details-action .btn-cart{min-width:218px}.product-details-centered .details-action-wrapper{margin-left:0}.product-details-centered .details-action-wrapper .btn-product+.btn-product{border-left-width:0}.product-details-centered .product-details-quantity{max-width:100px}.details-action-col{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.details-action-col .product-details-quantity{margin-right:2rem}.details-action-col label{display:inline-block;width:67px;font-weight:400;font-size:1.4rem;margin-bottom:0}.details-action-col>.btn-cart,.details-action-col>.product-details-quantity,.details-action-col>label{margin-bottom:2.2rem}.product-details-extended .nav.nav-pills{border-top:1px solid #ebebeb}.product-details-extended .nav.nav-pills .nav-item.show .nav-link{border-color:#f7c700}.product-details-extended .nav.nav-pills .nav-link{padding-top:1.2rem;padding-bottom:1.2rem;border-top:.2rem solid transparent;border-bottom:none;margin-top:-1px}.product-details-extended .tab-content{border:none}.product-details-extended .tab-content .tab-pane{padding:0}.product-desc-row{display:flex;align-items:center;padding-top:5rem;padding-bottom:5rem;min-height:500px}.product-desc-row.text-white h2,.product-desc-row.text-white h3,.product-desc-row.text-white h4{color:inherit}.product-details-separator{margin-bottom:6rem}.product-details-separator .details-filter-row label{margin-right:2.4rem}.product-details-separator .details-filter-row .product-size{margin-right:2rem}@media screen and (min-width:768px){.product-details-separator [class*=col-]{padding-top:1rem}.product-details-separator [class*=col-]+[class*=col-]:before{content:"";width:1px;display:block;height:100%;position:absolute;left:0;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);background-color:#ebebeb}}.details-footer-col{flex-direction:column;align-items:flex-start;border-top:none}.details-footer-col,.details-footer-col>*{padding-top:0;padding-bottom:0}.product-details-centered .details-footer-col{align-items:center}.details-footer-col .product-cat{margin-bottom:2.6rem}.details-footer-col .social-icons{margin-left:0}.product-details-accordion .card{border:.1rem solid #ebebeb}.product-details-accordion .card .card-title{font-weight:400}.product-details-accordion .card .card-title span{background-color:#fafafa}.product-details-accordion .card .card-title span:not(.collapsed){background-color:#fff}.product-details-accordion .card .card-body{padding-top:0}.product-details-accordion .card .card-body p:last-child{margin-bottom:.2rem}.product-details-sidebar{margin-bottom:3rem}.product-details-sidebar .details-filter-row .select-custom{margin-right:1.9rem}.product-details-sidebar .product-details-action{flex-direction:column}.product-details-sidebar .details-action-wrapper{margin-left:0}.product-details-sidebar .details-action-col{width:100%}.product-details-sidebar .details-action-col .btn-product{flex:1 1 auto;max-width:230px}.product-details-sidebar .product-details-action{margin-bottom:2.6rem}.sidebar-product{margin-left:auto;margin-right:auto}.sidebar-product .widget{margin-bottom:4.5rem}.sidebar-product .widget-title{font-size:2rem;letter-spacing:-.025em;margin-bottom:2.4rem}.sidebar-product .products{margin-bottom:3rem}.sidebar-product .btn{display:block;width:80%;margin:0 auto;text-align:center;text-transform:uppercase;white-space:nowrap}.nav-none .owl-nav,.sticky-bar{display:none}@media screen and (min-width:992px){.product-gallery-vertical .row{margin-left:-.5rem;margin-right:-.5rem;flex-direction:row-reverse}.product-gallery-vertical .btn-product-gallery{right:3rem}.product-gallery-vertical .product-image-gallery,.product-gallery-vertical .product-main-image{padding-left:0;padding-right:1rem}.product-gallery-vertical .product-main-image{flex:0 0 80%;max-width:80%}.product-gallery-vertical .product-image-gallery{display:inline-block;width:auto;flex:1 1;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:1rem;margin-inline-end:1rem}.product-gallery-vertical .product-gallery-item{flex:0 0 100%;min-width:100%;padding:0;margin-bottom:1rem}.product-gallery-vertical .product-gallery-item:after,.product-gallery-vertical .product-gallery-item:before,.sticky-bar{left:0;right:0}.sticky-bar{display:block;width:100%;position:fixed;bottom:0;z-index:500;animation-name:fixedFooter;animation-duration:.4s;background-color:#fff;box-shadow:-15px 0 43px rgba(51,51,51,.15)}.sticky-bar,.sticky-bar .row{padding-top:1rem;padding-bottom:1rem}.sticky-bar .col-6{display:flex;align-items:center}.sticky-bar .product-media{width:60px;margin-right:2rem;margin-bottom:0;flex-shrink:0}.sticky-bar .product-title{font-size:1.6rem;margin-bottom:0;letter-spacing:-.025em}.sticky-bar .product-price_in_usd{font-size:1.6rem;margin-bottom:0;margin-right:2rem}.sticky-bar .product-details-quantity{margin-right:2rem;max-width:100px}.sticky-bar .product-details-action{margin-bottom:0}.sticky-bar .btn-cart{min-width:200px;margin-right:2rem}.sticky-bar .btn-product+.btn-product{border:none}.sticky-bar .btn-wishlist{font-size:1.8rem;margin-right:2rem}.sticky-bar .btn-wishlist span{display:none}.sticky-bar .btn-wishlist:before{margin-right:0}.sticky-bar .product-details-action{flex-wrap:nowrap}}@media screen and (min-width:992px)and (max-width:1199px){.details-action-wrapper{margin-left:1rem}.product-details-sidebar .product-details-quantity{max-width:91px}}@media screen and (min-width:768px)and (max-width:1180px){.IE-details-action-wrapper{margin-left:0;margin-top:1.5rem}}@media screen and (min-width:992px)and (max-width:1113px){.details-fullwidth .details-action-wrapper{margin-top:1.5rem;margin-left:0}.details-fullwidth .btn-cart{margin-right:4rem}}@media screen and (min-width:1200px)and (max-width:1447px){.details-fullwidth .details-action-wrapper{margin-top:1.5rem;margin-left:0}.details-fullwidth .btn-cart{margin-right:4rem}}@media screen and (min-width:768px)and (max-width:991px){.product-details-action{flex-direction:column;align-items:flex-start}.details-action-wrapper{margin-left:0;margin-top:1.5rem}.product-details-action .btn-cart{min-width:198px}.product-details-tab .nav.nav-pills .nav-item+.nav-item{margin-left:1rem}.product-details-tab .nav.nav-pills .nav-item .nav-link{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:991px){.col-lg-3>.sticky-content{position:static!important}}@media screen and (max-width:767px){.product-desc-row{min-height:380px}.product-desc-content h2,.product-details .product-title{font-size:2.2rem}.product-gallery-separated{margin-bottom:3rem}.product-details-tab .nav.nav-pills .nav-link{font-size:1.5rem;padding:.55rem 1rem}}@media screen and (max-width:575px){.breadcrumb-nav .d-flex{flex-direction:column;align-items:flex-start!important}.product-pager{margin-right:auto;margin-top:1rem}.product-details-tab .nav.nav-pills .nav-item+.nav-item{margin-left:0}.product.no-span .product-action span{display:none}}@media screen and (max-width:580px){.product-details-action{flex-direction:column}.details-action-wrapper{margin-left:0;margin-top:1.5rem}.product-details-footer{flex-direction:column;align-items:flex-start}.product-details-footer .social-icons{margin-left:0}.review .row{flex-direction:column}.details-filter-row .select-custom{margin-right:1.5rem}.product-details-action .btn-cart,.product-details-centered .product-details-action .btn-cart{min-width:198px}.product-details-sidebar .details-action-col .btn-product{min-width:168px}}@media screen and (max-width:1920px){.details-action-col{flex-wrap:nowrap}}@media screen and (max-width:767px){.product-main-image{width:100%}.product-details-centered .product-details-action{margin-bottom:1rem}}@media screen and (max-width:425px){.product.product-list .ratings-container{margin-bottom:.5rem;display:flex}.product.product-list .ratings-text{display:none}.product.product-list .product-price_in_usd{margin-bottom:.7rem}.product.product-list .product-action{display:block;margin-bottom:.7rem}.product.product-list .btn-product+.btn-product{border-left:0}.product.product-list .btn-product{margin-left:0}.product.product-list .btn-wishlist{justify-content:flex-start}.product.product-list .btn-product.btn-compare,.product.product-list .btn-product.btn-quickview{flex:1 1 100%;max-width:100%;padding-left:0}.product-details-centered .btn-compare,.product-details-centered .size-guide{display:none}.product-pager-link{font-size:1.3rem}}@media screen and (max-width:375px){.sticky-content .product-details-action{flex-wrap:nowrap}.product-details-action{width:100%;justify-content:center}.product-list.product .btn-product{margin-left:0!important}.product-list.product .product-price_in_usd{margin-bottom:.3rem}.product-list.product .btn-product.btn-cart{font-size:15px}.product-list.product .btn-product.btn-cart span{font-size:11px}}.active-image{border:3px solid #f7c700!important;border-radius:1rem;overflow:hidden}.no-item{margin:2rem auto}.no-item span{width:100%;height:100%;justify-content:center;display:flex;margin:1rem auto}.no-item h4{text-align:center;margin-top:-40px}.entry.single-entry,.single-entry .entry-body{margin-bottom:4rem}.single-entry .entry-cats,.single-entry .entry-meta{color:#ccc}.single-entry .entry-cats a:not(:hover):not(:focus),.single-entry .entry-meta a:not(:hover):not(:focus){color:#666}.single-entry .entry-title-big{font-weight:400;font-size:2.8rem}.editor-content:after{display:block;clear:both;content:""}.editor-content .float-sm-left{margin-right:2.8rem;margin-bottom:1.5rem}.editor-content .float-right{margin-left:2.8rem;margin-bottom:1.5rem}.editor-content img{margin-bottom:2rem}.editor-content p{margin-bottom:2.4rem}.editor-content h3{font-weight:400;font-size:2.2rem;margin-bottom:2rem}.editor-content a{color:#333;box-shadow:0 1px 0 #333;transition:all .35s ease}.editor-content blockquote{position:relative;color:#333;font-style:normal;font-weight:400;font-size:1.8rem;line-height:1.67;padding:7rem 3rem 4rem;border-left:.1rem solid #f7c700;background-color:#fafafa;margin-top:4.2rem;margin-bottom:4.2rem}.editor-content blockquote p:last-child{margin-bottom:0}.editor-content blockquote:before{color:#ebebeb;content:"";font-weight:400;font-size:3rem;line-height:1;font-family:molla;position:absolute;left:3rem;top:4rem;margin-top:-1.5rem}.editor-content ul li{position:relative;margin-bottom:2.7rem}.editor-content ul li:before{display:inline-block;content:"•";font-size:1.8rem;line-height:1;margin-right:1rem;vertical-align:middle;margin-top:-1px}.entry-footer{margin-top:3.6rem;margin-bottom:5rem;align-items:center}.entry-footer .social-icon{font-size:1.3rem}.entry-tags{display:flex;align-items:center;flex-flow:wrap;padding-top:.2rem}.entry-tags span{margin-right:1rem}.entry-tags a{display:block;color:#777;font-weight:300;font-size:1.4rem;line-height:1.4;border-radius:.3rem;padding:.45rem .9rem;background-color:#fafafa;border:.1rem solid #ebebeb;margin-right:.5rem;margin-bottom:0;transition:all .3s ease}.entry-tags a:focus,.entry-tags a:hover{background-color:#fff}.entry-author-details{display:flex;align-items:flex-start;padding:5rem 3rem 4.6rem;background-color:#fafafa}.entry-author-details h4{color:#333;font-weight:400;font-size:1.5rem;line-height:1;letter-spacing:-.01em;margin-bottom:0}.entry-author-details h4 a{color:inherit}.author-media,.comment-media{flex:0 0 50px;max-width:50px}.author-media img,.comment-media img{border-radius:50%}.author-content p:last-child,.comment-content p:last-child{margin-bottom:0}.author-body{position:relative;flex:1 1 auto;padding-left:2rem}.author-header{align-items:flex-start;line-height:1;margin-bottom:2rem}.author-link{color:#777;letter-spacing:-.01em;transition:all .35s ease}.pager-nav{align-items:center;margin-bottom:4.5rem;padding-bottom:1rem}.pager-link,.pager-nav{width:100%;display:flex;flex-direction:column}.pager-link{position:relative;align-items:flex-start;flex:0 0 100%;max-width:100%;font-weight:400;padding-top:.95rem;padding-bottom:.95rem;font-size:1.4rem;line-height:1.5;transition:all .35s ease}.pager-link+.pager-link{border-top:.1rem solid #ebebeb}.pager-link:after{color:#333;display:block;font-family:molla;font-size:1.5rem;line-height:1;position:absolute;top:50%;transition:all .35s ease .05s;margin-top:-.8rem}.pager-link.pager-link-prev{padding-left:10rem;padding-right:1rem}.pager-link.pager-link-prev:after{content:"";left:3rem}.pager-link.pager-link-next{padding-left:1rem;padding-right:10rem;align-items:flex-end;text-align:right}.pager-link.pager-link-next:after{content:"";right:3rem}.pager-link:focus.pager-link-prev,.pager-link:hover.pager-link-prev{padding-left:7rem}.pager-link:focus.pager-link-prev:after,.pager-link:hover.pager-link-prev:after{left:0}.pager-link:focus.pager-link-next,.pager-link:hover.pager-link-next{padding-right:7rem}.pager-link:focus.pager-link-next:after,.pager-link:hover.pager-link-next:after{right:0}.pager-link:focus .pager-link-title,.pager-link:hover .pager-link-title{box-shadow:0 .1rem 0 #333}.pager-link-title{display:inline-block;margin-top:.6rem;flex:0 0 auto;color:#333;font-size:1.5rem;transition:all .35s ease;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-posts{padding-bottom:4.5rem;margin-bottom:4.5rem;border-bottom:.1rem solid #ebebeb}.related-posts .title{font-weight:600;font-size:1.8rem;letter-spacing:-.025em;margin-bottom:3rem}.related-posts .entry.entry-grid{margin-bottom:0}.related-posts .entry-grid .entry-title{font-weight:400}.related-posts .entry-media img{height:100%}.comments{margin-bottom:5rem}.comments .title{font-weight:600;font-size:1.8rem;letter-spacing:-.025em;margin-bottom:4.5rem}.comments ul{list-style:none;padding:0;margin:0}.comments ul ul{margin-top:4rem;margin-left:8rem;padding-top:4.5rem;border-top:.1rem solid #ebebeb}.comments li{border-bottom:.1rem solid #ebebeb;padding-bottom:4rem;margin-bottom:5rem}.comments li:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.comment{position:relative;display:flex;align-items:flex-start}.comment-body{position:relative;flex:1 1 auto;padding-left:3rem}.comment-reply{display:flex;align-items:center;color:#777;position:absolute;right:0;top:0;font-weight:300;font-size:1.4rem;line-height:1;letter-spacing:-.01em;padding-bottom:.4rem;transition:all .35s ease}.comment-reply:after{font-family:molla;content:"";font-size:1.5rem;margin-left:.7rem}.comment-user{margin-bottom:1rem}.comment-user h4{color:#333;font-weight:400;font-size:1.5rem;line-height:1;letter-spacing:-.01em;margin-bottom:0}.comment-user h4 a{color:inherit}.comment-user h4 span{display:block}.comment-date{color:#ccc;font-weight:300;font-size:1.3rem;line-height:1}.rating-form{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.rating-form label{margin-right:1rem}.rating-stars{display:flex;position:relative;height:14px;font-size:1.4rem;margin:0 0 1.1rem}.rating-stars a{color:#999;text-indent:-9999px;letter-spacing:1px;width:16px;letter-spacing:.2em}.rating-stars a:before{content:"";position:absolute;left:0;height:14px;line-height:1;font-family:molla;text-indent:0;overflow:hidden;white-space:nowrap}.rating-stars a.active:before,.rating-stars a:hover:before{content:"";color:#f7c700}.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 .star-5{z-index:6}.rating-stars .star-1:before{width:20%}.rating-stars .star-2:before{width:40%}.rating-stars .star-3:before{width:60%}.rating-stars .star-4:before{width:80%}.rating-stars .star-5:before{content:""}.reply{padding:2rem 0 0}.reply .heading{margin-bottom:2.4rem}.reply .title{font-weight:600;font-size:1.8rem;letter-spacing:-.025em;margin-bottom:.9rem}.reply .title-desc{color:#ccc;font-size:1.3rem;letter-spacing:-.01em}.reply .form-control{background-color:#fff}.reply .custom-checkbox{margin-top:7px}.reply textarea.form-control{min-height:100px}.entry-media-fullwidth img{max-height:600px}.entry-media-sidebar img{max-height:500px}.entry-fullwidth .entry-body{position:relative}@media screen and (min-width:1200px){.entry-fullwidth .entry-body{padding-left:2rem}}.entry-fullwidth .author-body{padding-left:4rem}.entry-fullwidth .social-icons.social-icons-vertical{margin-bottom:2rem}@media screen and (min-width:576px){.pager-nav{flex-direction:row;padding-bottom:3.5rem;border-bottom:.1rem solid #ebebeb}.pager-link{flex:0 0 50%;max-width:50%;padding-top:.55rem;padding-bottom:.55rem}.pager-link+.pager-link{border-top:none;border-left:.1rem solid #ebebeb}}@media screen and (min-width:768px){.single-entry .entry-title-big{font-size:3.4rem}.editor-content:after{display:block;clear:both;content:""}.editor-content .float-sm-left{margin-right:4.8rem;margin-bottom:2rem}.editor-content .float-right{margin-left:4.8rem;margin-bottom:2rem}.editor-content h3{font-size:2.4rem}.editor-content blockquote{padding:4rem 6rem 4rem 12rem}.editor-content blockquote:before{left:4rem;top:50%}}@media screen and (min-width:992px){.single-entry .entry-title-big{font-size:4rem}.social-icons.social-icons-vertical{flex-direction:column;text-align:center;padding-bottom:4rem}.entry-fullwidth .social-icons.social-icons-vertical{margin-bottom:0}.social-icons.social-icons-vertical .social-label{margin-right:0;margin-bottom:1.1rem}.social-icons.social-icons-vertical .social-icon{margin-bottom:1rem;margin-right:0}.social-icons.social-icons-vertical .social-icon+.social-icon{margin-left:0}}@media screen and (max-width:991px){.sticky-content.is_stuck{position:static!important;top:auto!important;width:auto!important;bottom:auto!important}}@media screen and (max-width:575px){.editor-content img.float-sm-left{width:100%}}@media screen and (max-width:479px){.comment-body{padding-left:1rem}}.nav-filter{display:flex;margin-bottom:3rem}.nav-filter a{display:inline-block;color:#777;padding:.4rem 1rem;font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;text-transform:uppercase;border-bottom:.1rem solid transparent}.portfolio-container{position:relative;margin:0 -1rem 4rem;transition:height .4s}.portfolio-container:after{display:block;clear:both;content:""}.portfolio-nogap{margin-left:0;margin-right:0;margin-bottom:1rem}.portfolio-nogap .col,.portfolio-nogap [class*=col-]{padding-left:0;padding-right:0}.portfolio-nogap .portfolio-item{margin-bottom:0}.portfolio-item{float:left;margin-bottom:2rem}.portfolio{position:relative}.portfolio-media{background-color:#ccc;margin:0}.portfolio-media>a{position:relative;display:block;overflow:hidden;outline:none!important}.portfolio-media>a:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;background-color:#444;visibility:hidden;opacity:0;transition:all .45s ease}.portfolio-media img{display:block;max-width:none;width:100%;height:auto}.portfolio-item:hover .portfolio-media>a:after{visibility:visible;opacity:.4}.portfolio-item:hover .portfolio-content{background-color:#f6f6f6}.portfolio-content{padding:1.6rem 2rem;transition:all .45s ease}.portfolio-title{color:#333;font-weight:400;font-size:1.6rem;line-height:1.3;letter-spacing:-.01em;margin-bottom:.1rem}.portfolio-title a{color:inherit}.portfolio-tags{font-weight:300;font-size:1.3rem;letter-spacing:-.01em}.portfolio-tags a{transition:all .35s ease}.portfolio-overlay{overflow:hidden}.portfolio-overlay .portfolio-content{position:absolute;bottom:0;left:0;right:0;padding:2rem 3rem;opacity:0;z-index:2;visibility:hidden;-webkit-backface-visibility:hidden}.portfolio-overlay .portfolio-content.portfolio-content-center{bottom:auto;top:50%;text-align:center;transform:translateY(-50%);-ms-transform:translateY(-50%)}.portfolio-overlay .portfolio-title{color:#fff}.portfolio-overlay .portfolio-title a:focus,.portfolio-overlay .portfolio-title a:hover{color:#f1f1f1}.portfolio-overlay .portfolio-tags a{color:#ccc}.portfolio-overlay .portfolio-tags a:focus,.portfolio-overlay .portfolio-tags a:hover{color:#fff;box-shadow:0 1px 0 #fff}.portfolio-overlay:hover .portfolio-content{visibility:visible;opacity:1;background-color:transparent}@media screen and (max-width:575px){.nav-filter{flex-wrap:wrap;justify-content:center}}.about-images{position:relative;text-align:right;padding-top:4rem}.about-img-front{position:relative;z-index:2;border:2rem solid #f9f9f9}.about-img-back{position:absolute;right:0;top:0;z-index:1}.brands-text{max-width:430px;margin-top:.5rem;margin-bottom:3rem}.brands-text .title{line-height:1.5}.brands-display{margin-top:.5rem}.brands-display .brand{min-height:0;margin-bottom:4rem}.brands-display [class*=col-]{display:flex}.brands-display [class*=col-] .brand{width:100%}.about-testimonials blockquote{color:var(--first-text-color);max-width:850px;margin-left:auto;margin-right:auto;font-style:normal;line-height:1.875}.member{margin-bottom:2rem}.member p{max-width:240px;color:#fff}.member.text-center p{margin-left:auto;margin-right:auto}.member.text-center .social-icons{justify-content:center}.member-media{position:relative;margin:0}.member-content{padding-top:2.4rem;padding-bottom:2.4rem;overflow:hidden}.member-title{font-weight:400;font-size:1.6rem;letter-spacing:0;margin-bottom:0}.member-title span{display:block;color:#999;font-weight:300;font-size:1.4rem;margin-top:.3rem}.member-overlay{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3);color:#fff;opacity:0;visibility:hidden;overflow:hidden;z-index:3}.member-overlay .member-title{color:inherit;margin-bottom:1.5rem}.member-overlay .member-title span{color:#ebebeb}.member-overlay .social-icons{margin-top:2.7rem}.member-overlay .social-icon{font-size:1.5rem}.member-overlay .social-icon+.social-icon{margin-left:2.8rem}.member-overlay .social-icon:not(:hover){color:inherit}.member-content,.member-overlay{transition:all .35s ease}.member:hover .member-content{opacity:0}.member:hover .member-overlay{visibility:visible;opacity:1}.member:hover.member-anim .member-overlay .member-title,.member:hover.member-anim .member-overlay .social-icons,.member:hover.member-anim .member-overlay p{animation-name:fadeInUpShort;animation-duration:.45s;animation-fill-mode:both}.member:hover.member-anim .member-overlay p{animation-delay:.1s}.member:hover.member-anim .member-overlay .social-icons{animation-delay:.2s}.member:hover.member-anim .member-content .member-title{animation-name:fadeOutUpShort;animation-duration:.45s;animation-fill-mode:both}@keyframes fadeInUpShort{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutUpShort{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-100px,0)}}@media(max-width:480px){.about-img-front{max-width:275px}.about-images{padding-top:15rem}}#map{height:280px;background-color:#ccc;margin-top:6rem}.gm-style .gm-style-iw-c{border-radius:0!important}#map address{color:var(--first-text-color);font-style:normal;font-weight:400;font-size:1.4rem;padding:.5rem .75rem .2rem;line-height:1.5;margin:0}.direction-link{display:inline-block;margin-top:1rem;line-height:1}.contact-info{margin-bottom:3rem}.contact-info h3{margin-top:.5rem;font-weight:400;font-size:1.8rem;letter-spacing:-.025em;margin-bottom:1.5rem}.contact-list{max-width:270px;list-style:none;padding-left:0}.contact-list li{position:relative;padding-left:3rem;margin-bottom:1.4rem}.contact-list a{color:inherit}.contact-list i{display:inline-block;position:absolute;left:0;top:.3rem;font-size:2rem;line-height:1}.store{margin-bottom:3rem;color:#777}.store address,.store div{font-weight:300;font-style:normal;margin-bottom:0}.store a:not(.btn){color:inherit}.store .btn.btn-link{padding-left:0;padding-right:0;margin-top:2.1rem}.store-media{margin-bottom:0}.store-title{font-size:1.6rem;margin-bottom:.8rem;margin-top:-.2rem}.store-subtitle,.store-title{font-weight:400;letter-spacing:0}.store-subtitle{font-size:1.4rem;margin-bottom:.4rem;margin-top:3.2rem}@media screen and (max-width:767px){.contact-row *{font-size:1.8rem!important}.contact-row a{font-size:1.3rem!important}#map{height:380px}}@media screen and (min-width:992px){#map{height:492px}}.contact-image{margin:auto;display:flex;justify-content:center;max-height:300px}.contact-row{width:100%;text-align:center;margin:.5rem .5rem 2rem}.contact-row,.contact-row div{display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center;flex-wrap:wrap}.contact-row *{font-size:2.3rem}.contact-row span{white-space:pre-wrap;-webkit-margin-end:3px;margin-inline-end:3px;font-weight:700;text-align:center;-webkit-margin-end:1rem;margin-inline-end:1rem}.contact-row span.t{white-space:nowrap;color:#f7c700}.contact-row a{all:unset;white-space:nowrap;color:var(--first-text-color);margin:5px 3px 3px;border-radius:1rem;background-color:var(--card-bg-color);padding:0 1.5rem .5rem;font-size:1.5rem;cursor:pointer}.contact-row a:hover{background-color:#f7c700}.contact-row a:hover,.contact-row a:visited{color:var(--first-text-color)}.login,.register,.reset-password-form{width:100svw;min-height:100svh;flex-wrap:wrap;background:#f7c700;overflow:hidden}.login .row,.register .row,.reset-password-form .row{overflow-y:auto;overflow-x:clip}.form-box{max-width:575px;margin-left:auto;margin-right:auto;background-color:var(--card-bg-color);border-radius:2.5rem;padding:2.2rem 2rem 4.4rem;box-shadow:0 3px 16px rgba(0,0,0,.2)}.form-box .btn{min-width:115px}.error-title{color:#9b0000;font-size:14px;font-weight:400;padding:1rem 1.5rem 1.4rem;text-align:center;margin:1rem auto;background-color:#ffc8c8;display:flex;align-items:center;justify-content:center}.form-tab .nav.nav-pills{border-bottom:.1rem solid var(--border-color)}.form-tab .nav.nav-pills .nav-item{margin-bottom:-.1rem}.form-tab .nav.nav-pills .nav-item+.nav-item{margin-left:0}.form-tab .nav.nav-pills .nav-item.show .nav-link{color:inherit}.form-tab .nav.nav-pills .nav-link{text-transform:capitalize;font-weight:400;font-size:2rem;letter-spacing:-.025em;color:inherit;border-bottom-width:.2rem;padding:.9rem 1rem}.form-tab .nav.nav-pills .nav-link.active{color:inherit}.form-tab .nav-fill .nav-item{flex:1 1}.form-tab .tab-content .tab-pane{padding:2rem 0 0}.form-tab .form-group{margin-bottom:1.3rem}.form-tab .form-footer{padding-top:.6rem;padding-bottom:3rem;border-bottom:.1rem solid var(--border-color);margin-bottom:2.3rem}.form-tab .form-footer .btn{margin-left:auto;margin-top:1rem;order:2;width:100%;border-radius:1rem}.form-tab .form-footer a{color:inherit}.form-tab .form-footer a:not(.forgot-link){text-decoration:underline}.form-tab .form-footer .custom-control{margin:0}.form-tab .form-footer .forgot-link{order:-1;width:100%;margin-bottom:.6rem}.form-choice{color:#333;font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:-.025em}.form-choice p{margin-bottom:2.7rem}.bg-login{background-color:#f5f6fa}.btn.btn-login{color:#333;font-weight:300;font-size:1.4rem;line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;padding:.85rem 1rem;border:.1rem solid #ebebeb;min-width:0}.btn.btn-login i{text-align:left;display:inline-block;margin-right:0!important;margin-left:0!important;min-width:2rem}.btn.btn-login.btn-g i{color:#c33;min-width:2.6rem}.btn.btn-login.btn-f i{color:#36c}.btn.btn-login:focus,.btn.btn-login:hover{background-color:#f5f6f9}.form-choice .col-sm-6:not(:last-child){margin-bottom:.6rem}@media screen and (min-width:576px){.form-choice .col-sm-6:not(:last-child){margin-bottom:0}.form-tab .form-footer .btn{width:auto;margin-top:0}}@media screen and (min-width:768px){.form-box{padding:3.7rem 6rem 6.4rem}.form-tab .nav.nav-pills .nav-link{font-size:2.4rem}.form-tab .form-footer .btn{margin-left:0;order:-1}.form-tab .form-footer .forgot-link{order:2;width:auto;margin-bottom:0}}.categories-page .banner{overflow:hidden}.categories-page .banner>a:not(.banner-link):after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;transition:all .35s ease;background-color:rgba(25,25,25,.3);z-index:1;visibility:hidden;opacity:0}.categories-page .banner-badge .banner-link{padding-top:1.45rem;padding-bottom:1.45rem;background-color:hsla(0,0%,100%,.9);z-index:5;bottom:2rem}.categories-page .banner-badge .banner-title{font-size:1.6rem;margin-bottom:.5rem}.categories-page .banner-badge .banner-subtitle{font-size:1.4rem}.categories-page .banner:hover>a:not(.banner-link):after{visibility:visible;opacity:1}.sidebar-filter-overlay{display:block;left:0;right:0;background-color:rgba(25,25,25,.25);z-index:10001;transition:all .4s;opacity:0}.sidebar-filter,.sidebar-filter-overlay{position:fixed;top:0;bottom:0;visibility:hidden}.sidebar-filter{left:-350px;z-index:10002;background-color:#fff;width:100%;max-width:270px;overflow-y:scroll;box-shadow:.1rem 0 .6rem 0 rgba(51,51,51,.5)}.sidebar-filter,.sidebar-filter.right{will-change:transform;transition:all .35s}.sidebar-filter.right{left:unset;right:-350px;box-shadow:-.1rem 0 .6rem 0 rgba(51,51,51,.5);visibility:hidden}.sidebar-filter-active .sidebar-filter{visibility:visible;transform:translateX(350px)}.sidebar-filter-active .sidebar-filter.right{transform:translateX(-350px)}.sidebar-filter .widget{padding-left:1rem;padding-right:1rem;overflow:hidden}.sidebar-filter .widget:last-child{border-bottom:none}.sidebar-filter .widget-clean{color:#333;text-transform:uppercase;font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;border-bottom:.1rem solid #ebebeb;padding:0 1rem 2.4rem;margin-bottom:2rem}.sidebar-filter .widget-clean i{font-size:1.6rem;line-height:1;margin-right:1rem}.sidebar-filter .widget-clean a{font-size:1.4rem}.sidebar-filter-banner.sidebar-shop .widget:not(.widget-clean){border-bottom:none;margin-bottom:4rem}.sidebar-filter-banner.sidebar-shop .widget-title{margin-bottom:1.7rem}.sidebar-filter-wrapper{position:relative;padding:3.5rem 2.7rem 1.5rem}.product-sidebar-wrapper.sidebar-filter-wrapper{padding:.5rem 1rem 1rem}.sidebar-filter-clear{text-transform:capitalize;margin-left:auto;color:#f7c700}.sidebar-filter-clear:hover{color:#f7c700}.sidebar-filter-active .sidebar-filter-overlay{visibility:visible;opacity:1}@media screen and (max-width:380px){.sidebar-filter{left:-300px}.sidebar-filter.right{left:unset;right:-300px}.sidebar-filter-active .sidebar-filter{transform:translateX(300px)}.sidebar-filter-active .sidebar-filter.right{transform:translateX(-300px)}.sidebar-filter-active .sidebar-fixed-toggler{transform:translateX(270px)}.sidebar-filter-active .sidebar-fixed-toggler.right{transform:translateX(-270px)}.sidebar-filter-wrapper{padding-left:1.7rem;padding-right:1.7rem}}@media screen and (min-width:992px){.checkout .col-lg-3{flex:0 0 30%;max-width:30%}.checkout .col-lg-9{flex:0 0 70%;max-width:70%}}.checkout label{margin-bottom:.2rem}.checkout .form-control{margin-bottom:1.3rem}.checkout .form-control+.form-control{margin-top:2rem}.checkout .form-control:not(:focus){background-color:#f9f9f9}.checkout textarea.form-control{min-height:150px}.checkout .custom-control{margin-top:2.5rem}.checkout .custom-control+.custom-control{margin-top:1.8rem}.checkout .custom-control+label{margin-top:1rem}.checkout .custom-control .custom-control-label{font-weight:400;color:#333}.checkout-title{color:#f7c700;font-weight:500;font-size:2rem;text-align:center;letter-spacing:0;margin-top:2.2rem;margin-bottom:2.5rem}.checkout-discount{position:relative;max-width:350px;margin-bottom:.5rem}.checkout-discount label{position:absolute;left:0;top:50%;width:100%;padding-left:1.1rem;padding-right:1.1rem;font-weight:400;transform:translateY(-50%);-ms-transform:translateY(-50%);opacity:1;transition:all .3s}.checkout-discount .form-control{background-color:transparent!important;border-radius:.3rem;border:.1rem dashed #d7d7d7;padding-left:1.1rem;padding-right:1.1rem}.checkout-discount .form-control:focus{outline:none!important}.summary{padding:2.5rem 3rem 3rem;border:.1rem dashed var(--border-color);background-color:var(--card-bg-color);border-radius:1rem;margin-top:2rem;margin-bottom:2rem}.summary-title{font-weight:500;font-size:1.6rem;letter-spacing:0;padding-bottom:1.7rem;border-bottom:.1rem solid var(--border-color);margin-bottom:2.1rem;text-align:center}a.btn.btn-outline-primary-2.btn-order.btn-block{margin-top:20px!important}.table.table-summary{line-height:1.86;color:var(--first-text-color);border:none;margin-bottom:0}.table.table-summary a{color:inherit}.table.table-summary .summary-subtotal td,.table.table-summary thead th td{font-weight:400;font-size:1.6rem}.table.table-summary .summary-subtotal td:first-child,.table.table-summary thead th td:first-child{text-align:start}.table.table-summary .summary-subtotal td:last-child,.table.table-summary thead th td:last-child{direction:ltr;text-align:left}.table.table-summary .summary-subtotal td:last-child:lang(en),.table.table-summary thead th td:last-child:lang(en){text-align:right}.table.table-summary thead th{border-bottom:none;padding:0 0 .3rem}.table.table-summary tbody td{padding:0;height:50px;border:none}.table.table-summary tbody td,.table.table-summary thead th{vertical-align:middle;border-top:none}.table.table-summary tbody td:last-child,.table.table-summary thead th:last-child{text-align:right;min-width:100px}.table.table-summary .summary-total td{font-weight:400;font-size:1.6rem;border-bottom:none}.table.table-summary .summary-total td:first-child{text-align:start}.table.table-summary .summary-total td:last-child{direction:ltr;text-align:left}.table.table-summary .summary-total td:last-child:lang(en){text-align:right}.accordion-summary{margin-bottom:3.2rem}.accordion-summary .card{overflow:hidden;color:#999;font-weight:300;font-size:1.2rem;line-height:1.67;border:none;background-color:transparent}.accordion-summary .card-title{font-weight:300;font-size:1.4rem;color:#333;letter-spacing:0}.accordion-summary .card-title .toggle-button{color:inherit;padding:.7rem 0 .7rem 3rem}.accordion-summary .card-title .toggle-button img{margin-top:1rem}.accordion-summary .card-title .toggle-button:focus,.accordion-summary .card-title .toggle-button:hover{color:inherit}.accordion-summary .card-title .toggle-button small{font-size:1.1rem;color:#999}.accordion-summary .card-title .toggle-button:before{content:"";width:1.6rem;height:1.6rem;border-radius:50%;border:.1rem solid #dadada;right:auto;left:0;top:.7rem;transform:translateY(0);-ms-transform:translateY(0)}.accordion-summary .card-title .toggle-button:after{content:"";display:block;width:.6rem;height:.6rem;position:absolute;left:.5rem;top:1.2rem;border-radius:50%;background-color:transparent;transition:all .3s;visibility:visible;opacity:1}.accordion-summary .card-title .toggle-button.expanded:before,.accordion-summary .card-title .toggle-button.expanding:before{border-color:#f7c700}.accordion-summary .card-title .toggle-button.expanded:after,.accordion-summary .card-title .toggle-button.expanding:after{background-color:#f7c700}.accordion-summary .card-body{padding:.4rem 0 .8rem 3rem}.paypal-link{cursor:pointer;margin-top:.2rem}@media screen and (min-width:992px){.summary{margin-top:0}}.msg_error_checkout{padding:.75rem 1.25rem;background-color:#ff9a9a;color:#000;border-radius:1rem;margin-top:2.5rem;border:1px solid var(--border-color);width:100%;text-align:center}.msg_error_checkout span{font-size:14px;font-weight:500;text-align:center}.table .price_in_usd-col{width:180px;font-weight:400;font-size:1.6rem}.table .stock-col{width:160px;font-weight:400;font-size:1.6rem}.table .action-col{width:202px}.table .action-col .btn{height:40px;padding-top:.55rem;padding-bottom:.55rem;font-size:1.3rem;text-transform:uppercase}.table .action-col .btn i{font-size:1.8rem;margin-right:1rem!important;margin-left:0!important}.table .action-col .btn.disabled{opacity:1!important;color:#ccc!important;cursor:default;pointer-events:none;background-color:#fafafa!important;border-color:#ebebeb!important}.table .remove-col{padding:.5rem;width:38px;height:38px}.table .remove-col .btn-remove{border-radius:.5rem;border:1px solid var(--border-color)}.cart-btns-wishlist-mobile div{max-width:100%!important;width:100%!important;flex:0 0 100%!important}.cart-btns-wishlist-mobile .btn{margin:5px 0;background:#faaf40;color:#fff;border-radius:9999px;padding:.2rem 2rem;text-transform:uppercase;border:none;min-width:100%!important;transition:all .3s ease-in-out;height:40px!important}.cart-btns-wishlist-mobile .btn:hover{color:#fff}.cart-btns-wishlist-mobile .btn path,.cart-btns-wishlist-mobile .btn svg{fill:#fff}.cart-btns-wishlist-mobile .btn span{font-weight:400!important;font-size:18px!important;margin-right:10px;color:#fff}@media screen and (max-width:991px){.cart-btns-wishlist-mobile .btn span{font-size:16px!important;font-weight:500!important}}.cart-btns-wishlist div{max-width:50%!important;width:50%!important;flex:0 0 50%!important}.cart-btns-wishlist .btn{margin:5px 0;background:#faaf40;color:#fff;border-radius:9999px;padding:.2rem 2rem;text-transform:uppercase;border:none;min-width:100%!important;transition:all .3s ease-in-out;height:40px!important}.cart-btns-wishlist .btn:hover{color:#fff}.cart-btns-wishlist .btn path,.cart-btns-wishlist .btn svg{fill:#fff}.cart-btns-wishlist .btn span{font-weight:400!important;font-size:18px!important;margin-right:10px;color:#fff}@media screen and (max-width:991px){.cart-btns-wishlist .btn span{font-size:16px!important;font-weight:500!important}}.product-col .product{display:flex;align-items:center;margin:0;padding-right:2rem;box-shadow:none}.product-col .product-media{display:inline-block;margin:0 2.8rem 0 0;flex-shrink:0;min-width:60px}.product-col .product-media span{border:none!important;border-radius:1rem;margin:0 1rem!important;width:120px!important;height:120px!important;overflow:hidden}.product-col .product-title{display:inline-block;font-weight:400;font-size:1.6rem;line-height:1.25;margin:0;text-align:center!important;width:100%}.in-stock{color:#f7c700}.out-of-stock{color:#ef837b}.btn-remove{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:var(--second-text-color);background-color:transparent;font-size:1.7rem;line-height:1;border:none;outline:none;transition:all .35s}.btn-remove:focus,.btn-remove:hover{color:#f7c700}.action-col .dropdown-menu{color:#666;border-radius:0;width:100%;font-size:1.3rem;padding-top:.5rem;padding-bottom:.5rem}.action-col .dropdown-item{padding:.5rem 1.5rem;transition:background .35s ease,color .1s ease}.action-col .dropdown-item.active,.action-col .dropdown-item:active,.action-col .dropdown-item:focus,.action-col .dropdown-item:hover{color:#fff;background-color:#f7c700}@media screen and (max-width:991px){table.table-mobile .product-list{padding:1rem!important;display:block;border-bottom:3px solid var(--border-color)!important;border-radius:2rem!important}table.table-mobile .product-list td{margin:.7rem auto!important}table.table-mobile .product-list .product-col .product-media{display:flex;margin-left:auto;margin-right:auto;justify-content:center}table.table-mobile .product-list .product-col .product-media img{border-radius:1rem!important;margin-bottom:1rem}table.table-mobile .product-list .product-col .product{display:block;border:none!important}table.table-mobile .product-list .product-col .product .product-title{text-align:center;margin:.5rem 0 0}.table-mobile,.table-mobile tbody,.table-mobile td,.table-mobile tr{width:100%!important;display:block!important;padding:0!important;border:none!important}.table-mobile thead{display:none!important}.table-mobile tr{position:relative;padding-top:4.2rem;padding-bottom:4rem}.table-mobile .remove-col{position:absolute;right:1.5rem;top:.5rem;padding:.5rem!important;width:auto!important}.table-mobile tr td{text-align:center;padding:.1rem 3rem;border-bottom:none}.table-mobile tr .product-col{padding-bottom:.6rem}.table-mobile tr .action-col{padding-top:1.5rem}.table-mobile tr .action-col .btn,.table-mobile tr .action-col .dropdown{max-width:220px;margin-left:auto;margin-right:auto}.table-mobile .product-col .product{justify-content:center}.table-mobile .product-col .product-title{text-align:left}.table-mobile{border:.1rem solid #ebebeb}.table-mobile tr:not(:last-child){border-bottom:.1rem solid #ebebeb}.table-mobile .cart-product-quantity{margin:.5rem auto}.product-col .product{padding-right:0}}@media screen and (max-width:575px){.cart-bottom{flex-direction:column;margin-bottom:4rem}.cart-bottom .cart-discount .btn{margin-top:0}.cart-bottom .btn{margin-left:0!important;margin-top:1rem}}.cart .input-group{border:1px solid var(--border-color);background-color:var(--first-bg-color);position:relative}.cart .input-group .input-group-prepend{position:absolute;top:0;left:10px}.cart .input-group input{padding:1rem 2rem;border:1px solid var(--border-color);width:100%;text-align:center}.cart .input-group input:focus{outline:none;box-shadow:1px 2px 5px rgba(0,0,0,.15)}.cart .input-group .input-group-append{position:absolute;top:0;right:10px}.cart .cart-empty-page p{display:flex;justify-content:center}@media screen and (min-width:992px){.cart .col-lg-3{flex:0 0 30%;max-width:30%}.cart .col-lg-9{flex:0 0 70%;max-width:70%}}.cart .table{border-collapse:separate;border-spacing:0 1rem;color:var(--first-text-color)}.cart .table .product-list{position:relative;margin-bottom:1rem!important;transition:box-shadow .35s ease;background-color:var(--card-bg-color);width:100%!important}.cart .table .product-list .product{background-color:unset;border-radius:0;padding:0;margin:0;transition:all .35s ease!important;border:none!important;-webkit-border-end:2px solid var(--border-color)!important;border-inline-end:2px solid var(--border-color)!important}.cart .table .product-list .product .product-title a{direction:ltr;text-align:center!important}.cart .table .product-list .product .product-title-2{font-weight:400;font-size:1.1rem;line-height:1.3;margin:auto;padding:.25rem .25rem .55rem;border-radius:5px;background:rgba(247,199,0,.25);max-width:130px;text-align:center}.cart .table .product-list .product .product-title-2 a{color:inherit}.cart .table .product-list .product .product-title-2 a:focus,.cart .table .product-list .product .product-title-2 a:hover{color:#f7c700}.cart .table .product-list .product .product-media{padding:0;margin:0;border-radius:1rem}.cart .table .product-list td{border:none;padding:2rem;border-bottom:3px solid var(--border-color)}.cart .table .product-list td:first-child{border-start-start-radius:1rem;border-end-start-radius:1rem}.cart .table .product-list td:last-child{border-start-end-radius:1rem;border-end-end-radius:1rem}.table .total-col{font-weight:400;font-size:1.6rem}.table.table-cart .price_in_usd-col{width:120px;direction:ltr}.table.table-cart .total-col{width:80px;direction:ltr}.table.table-cart .quantity-col{width:220px}.product-details-quantity{max-width:180px!important;display:flex;align-items:center;height:100%;box-shadow:1px 4px 10px rgba(0,0,0,.05)}.product-details-quantity button{font-size:10px!important;width:26px!important;height:26px!important;border-radius:.5rem!important;display:flex;justify-content:center;align-items:center;background-color:var(--card-bg-color)!important;color:var(--first-text-color)!important;margin:9px 2px 0!important;border:1.5px solid var(--border-color)!important;font-weight:500!important;box-shadow:1px 4px 10px rgba(0,0,0,.1);transition:all .3s ease-in-out}.product-details-quantity button i{font-size:10px!important}.product-details-quantity button:hover{background-color:var(--card-bg-color)!important;border:1.5px solid #f7c700!important}.num-item-cart{height:46px;width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.cart-product-quantity{width:180px!important}.cart-product-quantity .form-control{padding:.85rem 2.6rem;height:40px;max-width:100%;border-color:#dadada;background-color:#fff;margin:0}.input-spinner{position:relative}.input-spinner .input-group-append,.input-spinner .input-group-prepend{position:absolute;top:0}.input-spinner .input-group-prepend{left:0}.input-spinner .input-group-append{right:0}.input-spinner .form-control{padding:.85rem 2.6rem;height:auto;border-color:#dadada;background-color:#fff;margin:0}.input-spinner .form-control[disabled]{background-color:#f9f9f9}.btn.btn-spinner{min-width:0;color:#333;padding:1.25rem .4rem;font-size:1rem}.btn.btn-spinner i{margin:0!important}.cart-bottom{display:flex;align-items:flex-start;margin-bottom:5rem}.cart-bottom .btn{margin-left:auto;min-width:152px}.cart-discount{flex:0 0 50%;max-width:326px}.cart-discount .form-control{margin-right:1.1rem}.cart-discount .btn{min-width:40px;padding-left:0;padding-right:0}.summary.summary-cart{margin-bottom:3rem}.summary.summary-cart .summary-title{margin-bottom:0;text-align:center}.table.table-summary .summary-shipping{color:#333;font-weight:400;font-size:1.6rem}.table.table-summary .summary-shipping td{padding-top:2rem;padding-bottom:1.3rem;height:auto;border-bottom:none}.table.table-summary .summary-shipping-row{color:#333}.table.table-summary .summary-shipping-row label{color:inherit}.table.table-summary .summary-shipping-row td{height:auto;padding-top:.5rem;padding-bottom:.5rem;border-bottom:none}.table.table-summary .custom-control{margin:0}.table.table-summary .summary-shipping-estimate{color:#333;font-weight:400;font-size:1.6rem}.table.table-summary .summary-shipping-estimate td{height:auto;padding-top:1.4rem;padding-bottom:2.3rem}.table.table-summary .summary-shipping-estimate a{margin-top:.6rem;display:inline-block;font-weight:300;color:#999;font-size:1.4rem;border-bottom:.1rem solid #999}.summary-cart .table.table-summary tbody td:last-child,.summary-cart .table.table-summary thead th:last-child{min-width:0}.invoice .body{font-family:Arial,sans-serif;margin:0;padding:0;text-align:center}.invoice .container{background-color:#fff;border-radius:10px;padding:20px;margin:20px auto;max-width:600px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.invoice h1{color:#333}.invoice p{color:#666}.invoice .thank-you-message{font-weight:700;margin-bottom:20px}.invoice .purchase-table{width:100%;border-collapse:collapse;margin-bottom:20px}.invoice .logo-container{display:flex;justify-content:center;align-items:center;width:100%}.invoice .purchase-table td,.invoice .purchase-table th{padding:10px;border-bottom:1px solid #ddd}.invoice .purchase-table th{color:#333}.invoice .purchase-table td{text-align:center}.invoice .total-row{font-weight:700}.invoice .logo{height:100px;margin-bottom:20px}@media print{.invoice .body{width:100%;font-family:Arial,sans-serif;margin:0;padding:0}.invoice .body,.invoice .body th{text-align:center}.invoice .container{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.invoice h1{color:#333;text-align:center}.invoice p{color:#666;text-align:center}.invoice .thank-you-message{font-weight:700;margin-bottom:20px;text-align:center}.invoice .purchase-table{width:100%;border-collapse:collapse;margin-bottom:20px}.invoice .purchase-table td,.invoice .purchase-table th{padding:10px;border-bottom:1px solid #ddd}.invoice .purchase-table th{color:#333}.invoice .purchase-table td{text-align:center}.invoice .total-row{font-weight:700}.invoice .logo-container{display:flex;justify-content:center;align-items:center;width:100%}.invoice .logo{height:100px;margin-bottom:20px}}.dashboard .hide-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:none;font-size:1.8rem;padding:0;height:37px;outline:none;width:100%}.dashboard .hide-select select:focus-visible{outline:none;border:none}.dashboard .hide-select select::-ms-expand{display:none}.dashboard .table-container{max-width:90vw;overflow-x:auto;width:100%;max-height:90vh;overflow-y:auto}.dashboard .table-container td,.dashboard .table-container th{padding:1rem;white-space:nowrap}.dashboard .bg-red,.dashboard .bg-red td{background-color:#f44336}.dashboard .bg-red td{color:#fff}.dashboard .bg-green,.dashboard .bg-green td{background-color:#4caf50}.dashboard .bg-green td{color:#fff}.dashboard .bg-yellow{background-color:#ffe608}.dashboard .bg-yellow:hover td{color:#fff!important}.dashboard .bg-yellow td{background-color:#ffe608;color:#fff}.dashboard .checkout-btn{gap:1rem;transition:all .3s ease;border-radius:0;padding:1rem;font-size:1.5rem,1.5vw,1.5rem;border:1px solid #f7c700!important;text-align:center;text-decoration:none;width:100%;display:flex;cursor:pointer;position:relative;overflow:hidden}.dashboard .checkout-btn:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}.dashboard .checkout-btn *{z-index:2}.dashboard .checkout-btn:hover path,.dashboard .checkout-btn:hover rect{fill:#fff}.dashboard .checkout-btn:hover:after{width:100%}.dashboard .checkout-btn:hover{color:#fff}.dashboard .checkout-btn:after{z-index:1}.dashboard .checkout-btn span{color:#f7c700;position:relative;z-index:2;transition:color .5s ease}.dashboard .checkout-btn:hover span{color:#fff!important}.dashboard .padinghorizantel{padding:10px;margin-top:10px}.dashboard .padinghorizantel ul{background-color:#d6d6d7;border-radius:9999px;display:flex}.dashboard .padinghorizantel ul li{width:50%;text-align:center;padding:4px;border-radius:9999px}.dashboard .padinghorizantel ul li span{font-size:16px;font-weight:400;border-bottom:0!important}.dashboard .padinghorizantel ul li span:hover,.dashboard .padinghorizantel ul li.active{color:#fff}.dashboard .padinghorizantel ul li.active span{color:#fff!important;background-color:#f7c700;border-radius:9999px;transition:all .3s}@media screen and (min-width:992px){.dashboard .col-lg-3{flex:0 0 30%;max-width:30%}.dashboard .col-lg-9{flex:0 0 70%;max-width:70%}}.dashboard label{margin-bottom:.2rem}.dashboard .form-control{margin-bottom:1.3rem}.dashboard .form-control+.form-control{margin-top:2rem}.dashboard .form-control:not(:focus){background-color:#f9f9f9}.dashboard .tab-pane{border:none;line-height:2.15;padding:0 0 2rem}.dashboard .tab-pane p{margin-bottom:1rem}.dashboard .btn{min-width:123px}.nav-dashboard{margin-top:-1rem}.nav-dashboard .nav-link{overflow:hidden;position:relative;font-weight:500;font-size:1.4rem;line-height:1.5;padding:1.4rem 0;color:var(--first-text-color);border-bottom:.1rem solid var(--border-color)}.nav-dashboard .nav-link.active svg,.nav-dashboard .nav-link:focus svg,.nav-dashboard .nav-link:hover svg{fill:#f7c700}.nav-dashboard .nav-link.active{padding-left:2rem}.nav-dashboard .nav-link.active svg{fill:#f7c700}.nav-dashboard .nav-link.active:before{left:0;opacity:1}.nav-dashboard .nav-item.active .nav-link{color:#f7c700}.nav-dashboard .nav-item.active .nav-link svg{fill:#f7c700}.nav-dashboard .nav-item.active .nav-link:before{left:0;opacity:1}.card-dashboard{margin-bottom:3rem;background-color:#f9f9f9;border:.1rem solid #ebebeb}.card-dashboard .card-title{letter-spacing:0;margin-bottom:.5rem}.card-dashboard .card-body{padding:4rem 2.8rem 2rem}.wholesale-link{color:#f7c700;cursor:pointer;font-size:24px}.hidden{visibility:hidden;height:0}.delete-account-btn span{font-size:14px;cursor:pointer}.delete-account h3,.delete-account h4,.delete-account p{text-align:center!important}.delete-account .btn-delete{margin:auto}.delete-account h3{color:#f7c700}.error-content{font-weight:400;font-size:1.8rem;line-height:1.5;letter-spacing:-.025em;padding:2rem 1rem 1rem;background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:480px;text-align:center}.error-content h3,.error-content p{margin-bottom:2.5rem;text-align:center!important}.error-title{letter-spacing:-.025em;margin-bottom:1.4rem}@media screen and (min-width:768px){.error-content{padding-top:3rem;min-height:540px;min-height:620px}}.shop-market .accordion{margin-bottom:3rem}.shop-market .sidebar-shop .widget{padding-bottom:2.5rem;margin-bottom:3rem;padding-left:.8rem;padding-right:.8rem}.shop-market .sidebar-shop .widget-categories{padding-bottom:.5rem}.shop-market .sidebar-shop .widget-title{margin-bottom:1.7rem}.shop-market .sidebar-shop .filter-colors{margin-left:-.3rem;margin-right:-.3rem}.shop-market .sidebar-shop .widget-banner-sidebar{border-bottom:none;padding-left:0;padding-right:0}.shop-market .filter-item{margin-bottom:1rem}.shop-market .card-header{margin-bottom:0}.shop-market .card-body{padding:.4rem 0 0}.shop-market .card-body li{margin:.5rem}.shop-market .card{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:1.5rem;border:0}.shop-market .card-title{font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;margin-bottom:0}.shop-market .card-title .toggle-button{position:relative;display:block;color:#f7c700;padding:0 0 1.7rem;font-size:1.4rem;font-weight:400}.shop-market .card-title .toggle-button:before{color:#333;content:"";display:inline-block;position:absolute;right:1rem;top:50%;font:normal 1rem/1 molla;transform:translateY(-50%);-ms-transform:translateY(-50%);transition:all .3s}.shop-market .card-title .toggle-button.collapsed{color:#333}.shop-market .card-title .toggle-button.collapsed:before{content:"";transform:translateY(-50%);-ms-transform:translateY(-50%)}.shop-market .toggle-button:last-child{padding-bottom:0;margin-bottom:0}.shop-market .collapse-wrap{padding:.4rem 0 0}.shop-market .sidebar ul,.shop-market .sidebar ul li{margin:0}.shop-market .sidebar ul a{display:block;font-weight:300;font-size:1.3rem;line-height:1.5;color:#666;padding:.5rem 0}.shop-market .filter-item .ratings-container{margin-bottom:0;margin-top:.5rem}.shop-market .ratings-text{margin-left:.5rem}.shop-market .filter-colors a{margin:0 .1rem .3rem}.shop-market .filter-colors a:first-child{margin-left:0}.shop-market .banner-sidebar-title{color:#ccc;font-size:1rem;letter-spacing:.05em}.shop-market .banner,.shop-market .banner img{min-height:25rem;object-fit:cover;border-radius:.2rem}.shop-market .banner{overflow:hidden}.shop-market .banner-content{display:flex;flex-direction:column;padding-top:0;top:3rem;left:3rem;bottom:3.2rem;transform:translateY(0)}.shop-market .banner-poster .banner-content-right{left:auto;right:3rem}.shop-market .banner-poster .banner-content{left:3rem;bottom:auto;padding-top:0;display:block;top:50%;transform:translateY(-50%)}.shop-market .banner-poster .banner-subtitle{margin-bottom:1.1rem}.shop-market .banner-poster .banner-title{font-size:2rem;margin-bottom:1.4rem}.shop-market .banner-poster .banner-link:not(:hover):not(:focus){background-color:hsla(0,0%,40%,.2)}.shop-market .banner-subtitle{font-weight:300;font-size:1.4rem;letter-spacing:-.01em;margin-bottom:1.2rem}.shop-market .banner-title{flex-grow:1;font-weight:600;font-size:2rem;line-height:1.25;letter-spacing:-.025em;margin-bottom:.5rem}.shop-market .banner-link{align-self:flex-start;width:auto;color:#fff;font-weight:400;font-size:1.4rem;line-height:1.4;letter-spacing:-.01em;border-radius:.3rem;padding:.75rem 1rem;background-color:hsla(0,0%,100%,.2);transition:all .35s ease}.shop-market .banner-link:focus,.shop-market .banner-link:hover{color:#333;text-decoration:none!important;background-color:#fff}.shop-market .category-banners-slider.owl-nav-inside .owl-nav [class*=owl-]{color:#666}.shop-market .category-banners-slider.owl-nav-inside .owl-nav .owl-prev{left:1rem}.shop-market .category-banners-slider.owl-nav-inside .owl-nav .owl-next{right:1rem}.shop-market .owl-simple .owl-nav [class*=owl-]{font-size:2.6rem}.shop-market .cat-blocks-container{padding-top:.5rem}.shop-market .cat-blocks-container [class*=col-]{display:flex;align-items:stretch;justify-content:center}.shop-market .cat-block{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-bottom:3rem;background-color:#fff;border-radius:.4rem;transition:box-shadow .35s ease;min-height:160px;padding-bottom:1.5rem}.shop-market .cat-block figure{display:flex;align-items:center;position:relative;min-height:124px;margin:0}.shop-market .cat-block figure span{position:relative}.shop-market .cat-block img{margin-left:auto;margin-right:auto;transition:transform .35s ease}.shop-market .cat-block:hover{box-shadow:1px 5px 10px rgba(0,0,0,.08)}.shop-market .cat-block-title{color:#666;font-weight:400;font-size:1.4rem;letter-spacing:0;margin-top:0;margin-bottom:0;transition:color .35s ease}.shop-market .title-border{padding-bottom:1.5rem;border-bottom:.1rem solid #ebebeb}.shop-market .title{font-weight:600;letter-spacing:-.025em}.shop-market .owl-nav-top.owl-simple .owl-nav{position:absolute;right:-.5rem;top:-6rem;display:flex;align-items:center}.shop-market .owl-nav-top.owl-simple .owl-nav [class*=owl-]{position:static;left:auto;right:auto;top:auto;bottom:auto;width:auto;height:auto;margin-top:0}.shop-market .toolbox{color:#666;background-color:#f8f8f8;padding:2rem;margin-bottom:2.5rem}.shop-market .toolbox .select-custom:after{z-index:0}.shop-market .toolbox-info{color:inherit}.shop-market .cta-horizontal .cta-title{font-weight:600;font-size:1.6rem;letter-spacing:-.005em;margin-top:.3rem}.shop-market .cta-horizontal .form-control{margin-right:0;border-radius:.2rem 0 0 .2rem}.shop-market .cta-horizontal .btn{text-transform:uppercase;border-radius:0 .2rem .2rem 0}.shop-market .cta-horizontal .btn:not(.btn-block){min-width:140px}.shop-market .widget-about p{max-width:540px}.shop-market .icon-boxes-container{padding-top:0;padding-bottom:0;background-color:transparent}.shop-market .icon-boxes-container .container{position:relative;padding-top:2.8rem;padding-bottom:2.8rem}.shop-market .icon-boxes-container .container:before{content:"";display:block;height:1px;position:absolute;bottom:0;left:10px;right:10px;background-color:#ebebeb}.shop-market .icon-box{font-size:1.4rem}.shop-market .icon-box-side .icon-box-title{margin-bottom:.5rem}.shop-market .icon-box-side .icon-box-icon{min-width:7rem;color:#333}.shop-market .icon-box-side{font-size:1.5rem;margin-left:-1.5rem}.shop-market .icon-box-side .icon-box-title{font-weight:400;font-size:1.6rem}.shop-market .icon-box-side p{letter-spacing:-.01em}.shop-market .icon-box-side .icon-box-icon{font-size:4rem;min-width:100px}.shop-market .widget-about-title{font-weight:400}@media screen and (min-width:768px){.shop-market .banner-poster .banner-content{left:8rem}.shop-market .banner-poster .banner-content-right{left:auto;right:8rem}.shop-market .banner-poster .banner-title,.shop-market .title{font-size:2.4rem}}@media screen and (min-width:992px){.shop-market .owl-nav-align{margin-left:4rem;margin-right:4rem;width:calc(100% - 8rem)}.shop-market .banner-title{font-size:2.2rem}}@media screen and (min-width:1200px){.shop-market .banner-title{font-size:2.4rem}}@media screen and (max-width:991px){.sticky-market-sidebar{z-index:10002}}.verification{display:flex;flex-direction:column;align-items:center;justify-content:center}.verification *{font-weight:300;text-align:center}.verification svg{translate:0 -10%}.verification input{width:200px;font-size:30px;height:-moz-fit-content;height:fit-content;padding:1rem}.verification button{width:200px}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mt-1{margin-top:1rem!important}.pt-1{padding-top:1rem!important}.pb-1{padding-bottom:1rem!important}.mt-2{margin-top:2rem!important}.pt-2{padding-top:2rem!important}.pb-2{padding-bottom:2rem!important}.mt-3{margin-top:3rem!important}.pt-3{padding-top:3rem!important}.pb-3{padding-bottom:3rem!important}.mt-4{margin-top:4rem!important}.pt-4{padding-top:4rem!important}.pb-4{padding-bottom:4rem!important}.mt-5{margin-top:5rem!important}.pt-5{padding-top:5rem!important}.pb-5{padding-bottom:5rem!important}.mt-6{margin-top:6rem!important}.pt-6{padding-top:6rem!important}.pb-6{padding-bottom:6rem!important}.mt-7{margin-top:7rem!important}.pt-7{padding-top:7rem!important}.pb-7{padding-bottom:7rem!important}.mt-8{margin-top:8rem!important}.pt-8{padding-top:8rem!important}.pb-8{padding-bottom:8rem!important}.mt-9{margin-top:9rem!important}.pt-9{padding-top:9rem!important}.pb-9{padding-bottom:9rem!important}.mt-10{margin-top:10rem!important}.pt-10{padding-top:10rem!important}.pb-10{padding-bottom:10rem!important}.mt-11{margin-top:11rem!important}.pt-11{padding-top:11rem!important}.pb-11{padding-bottom:11rem!important}.mt-12{margin-top:12rem!important}.pt-12{padding-top:12rem!important}.pb-12{padding-bottom:12rem!important}.mt-13{margin-top:13rem!important}.pt-13{padding-top:13rem!important}.pb-13{padding-bottom:13rem!important}.mt-14{margin-top:14rem!important}.pt-14{padding-top:14rem!important}.pb-14{padding-bottom:14rem!important}.mt-15{margin-top:15rem!important}.pt-15{padding-top:15rem!important}.pb-15{padding-bottom:15rem!important}@media screen and (min-width:768px){.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:1rem!important}.mt-md-2{margin-top:2rem!important}.mt-md-3{margin-top:3rem!important}.mt-md-4{margin-top:4rem!important}.mt-md-5{margin-top:5rem!important}.mt-md-6{margin-top:6rem!important}.mt-md-7{margin-top:7rem!important}.mt-md-8{margin-top:8rem!important}.mt-md-9{margin-top:9rem!important}.mt-md-10{margin-top:10rem!important}.mt-md-11{margin-top:11rem!important}.mt-md-12{margin-top:12rem!important}.mt-md-13{margin-top:13rem!important}.mt-md-14{margin-top:14rem!important}.mt-md-15{margin-top:15rem!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:1rem!important}.mb-md-2{margin-bottom:2rem!important}.mb-md-3{margin-bottom:3rem!important}.mb-md-4{margin-bottom:4rem!important}.mb-md-5{margin-bottom:5rem!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-7{margin-bottom:7rem!important}.mb-md-8{margin-bottom:8rem!important}.mb-md-9{margin-bottom:9rem!important}.mb-md-10{margin-bottom:10rem!important}.mb-md-11{margin-bottom:11rem!important}.mb-md-12{margin-bottom:12rem!important}.mb-md-13{margin-bottom:13rem!important}.mb-md-14{margin-bottom:14rem!important}.mb-md-15{margin-bottom:15rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:1rem!important}.pt-md-2{padding-top:2rem!important}.pt-md-3{padding-top:3rem!important}.pt-md-4{padding-top:4rem!important}.pt-md-5{padding-top:5rem!important}.pt-md-6{padding-top:6rem!important}.pt-md-7{padding-top:7rem!important}.pt-md-8{padding-top:8rem!important}.pt-md-9{padding-top:9rem!important}.pt-md-10{padding-top:10rem!important}.pt-md-11{padding-top:11rem!important}.pt-md-12{padding-top:12rem!important}.pt-md-13{padding-top:13rem!important}.pt-md-14{padding-top:14rem!important}.pt-md-15{padding-top:15rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:1rem!important}.pb-md-2{padding-bottom:2rem!important}.pb-md-3{padding-bottom:3rem!important}.pb-md-4{padding-bottom:4rem!important}.pb-md-5{padding-bottom:5rem!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-7{padding-bottom:7rem!important}.pb-md-8{padding-bottom:8rem!important}.pb-md-9{padding-bottom:9rem!important}.pb-md-10{padding-bottom:10rem!important}.pb-md-11{padding-bottom:11rem!important}.pb-md-12{padding-bottom:12rem!important}.pb-md-13{padding-bottom:13rem!important}.pb-md-14{padding-bottom:14rem!important}.pb-md-15{padding-bottom:15rem!important}}@media screen and (min-width:992px){.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:1rem!important}.mt-lg-2{margin-top:2rem!important}.mt-lg-3{margin-top:3rem!important}.mt-lg-4{margin-top:4rem!important}.mt-lg-5{margin-top:5rem!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-7{margin-top:7rem!important}.mt-lg-8{margin-top:8rem!important}.mt-lg-9{margin-top:9rem!important}.mt-lg-10{margin-top:10rem!important}.mt-lg-11{margin-top:11rem!important}.mt-lg-12{margin-top:12rem!important}.mt-lg-13{margin-top:13rem!important}.mt-lg-14{margin-top:14rem!important}.mt-lg-15{margin-top:15rem!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:1rem!important}.mb-lg-2{margin-bottom:2rem!important}.mb-lg-3{margin-bottom:3rem!important}.mb-lg-4{margin-bottom:4rem!important}.mb-lg-5{margin-bottom:5rem!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-7{margin-bottom:7rem!important}.mb-lg-8{margin-bottom:8rem!important}.mb-lg-9{margin-bottom:9rem!important}.mb-lg-10{margin-bottom:10rem!important}.mb-lg-11{margin-bottom:11rem!important}.mb-lg-12{margin-bottom:12rem!important}.mb-lg-13{margin-bottom:13rem!important}.mb-lg-14{margin-bottom:14rem!important}.mb-lg-15{margin-bottom:15rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:1rem!important}.pt-lg-2{padding-top:2rem!important}.pt-lg-3{padding-top:3rem!important}.pt-lg-4{padding-top:4rem!important}.pt-lg-5{padding-top:5rem!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-7{padding-top:7rem!important}.pt-lg-8{padding-top:8rem!important}.pt-lg-9{padding-top:9rem!important}.pt-lg-10{padding-top:10rem!important}.pt-lg-11{padding-top:11rem!important}.pt-lg-12{padding-top:12rem!important}.pt-lg-13{padding-top:13rem!important}.pt-lg-14{padding-top:14rem!important}.pt-lg-15{padding-top:15rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:1rem!important}.pb-lg-2{padding-bottom:2rem!important}.pb-lg-3{padding-bottom:3rem!important}.pb-lg-4{padding-bottom:4rem!important}.pb-lg-5{padding-bottom:5rem!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-7{padding-bottom:7rem!important}.pb-lg-8{padding-bottom:8rem!important}.pb-lg-9{padding-bottom:9rem!important}.pb-lg-10{padding-bottom:10rem!important}.pb-lg-11{padding-bottom:11rem!important}.pb-lg-12{padding-bottom:12rem!important}.pb-lg-13{padding-bottom:13rem!important}.pb-lg-14{padding-bottom:14rem!important}.pb-lg-15{padding-bottom:15rem!important}}@media screen and (min-width:1200px){.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:1rem!important}.mt-xl-2{margin-top:2rem!important}.mt-xl-3{margin-top:3rem!important}.mt-xl-4{margin-top:4rem!important}.mt-xl-5{margin-top:5rem!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-7{margin-top:7rem!important}.mt-xl-8{margin-top:8rem!important}.mt-xl-9{margin-top:9rem!important}.mt-xl-10{margin-top:10rem!important}.mt-xl-11{margin-top:11rem!important}.mt-xl-12{margin-top:12rem!important}.mt-xl-13{margin-top:13rem!important}.mt-xl-14{margin-top:14rem!important}.mt-xl-15{margin-top:15rem!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:1rem!important}.mb-xl-2{margin-bottom:2rem!important}.mb-xl-3{margin-bottom:3rem!important}.mb-xl-4{margin-bottom:4rem!important}.mb-xl-5{margin-bottom:5rem!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-7{margin-bottom:7rem!important}.mb-xl-8{margin-bottom:8rem!important}.mb-xl-9{margin-bottom:9rem!important}.mb-xl-10{margin-bottom:10rem!important}.mb-xl-11{margin-bottom:11rem!important}.mb-xl-12{margin-bottom:12rem!important}.mb-xl-13{margin-bottom:13rem!important}.mb-xl-14{margin-bottom:14rem!important}.mb-xl-15{margin-bottom:15rem!important}}@media screen and (min-width:1600px){.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:1rem!important}.mt-xxl-2{margin-top:2rem!important}.mt-xxl-3{margin-top:3rem!important}.mt-xxl-4{margin-top:4rem!important}.mt-xxl-5{margin-top:5rem!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-7{margin-top:7rem!important}.mt-xxl-8{margin-top:8rem!important}.mt-xxl-9{margin-top:9rem!important}.mt-xxl-10{margin-top:10rem!important}.mt-xxl-11{margin-top:11rem!important}.mt-xxl-12{margin-top:12rem!important}.mt-xxl-13{margin-top:13rem!important}.mt-xxl-14{margin-top:14rem!important}.mt-xxl-15{margin-top:15rem!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:1rem!important}.mb-xxl-2{margin-bottom:2rem!important}.mb-xxl-3{margin-bottom:3rem!important}.mb-xxl-4{margin-bottom:4rem!important}.mb-xxl-5{margin-bottom:5rem!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-7{margin-bottom:7rem!important}.mb-xxl-8{margin-bottom:8rem!important}.mb-xxl-9{margin-bottom:9rem!important}.mb-xxl-10{margin-bottom:10rem!important}.mb-xxl-11{margin-bottom:11rem!important}.mb-xxl-12{margin-bottom:12rem!important}.mb-xxl-13{margin-bottom:13rem!important}.mb-xxl-14{margin-bottom:14rem!important}.mb-xxl-15{margin-bottom:15rem!important}}::selection{background-color:#f7c700}.bg-primary{background-color:#f7c700!important}.bg-secondary{background-color:#efd153!important}a{color:#f7c700}a:focus,a:hover{color:#c49e00}.link-underline{box-shadow:0 1px 0 0 #f7c700}.text-primary{color:#f7c700!important}.text-secondary{color:#efd153!important}.alert-primary,.banner-badge .banner-link:focus .banner-link-text,.banner-badge .banner-link:hover .banner-link-text{background-color:#f7c700}.main-nav li.active a.link-active{color:#f7c700}.header-3 .header-search-extended .btn,.header-4 .header-search-extended .btn{background-color:transparent;color:#333}.btn-video,.header-3 .header-search-extended .btn:focus,.header-3 .header-search-extended .btn:hover,.header-4 .header-search-extended .btn:focus,.header-4 .header-search-extended .btn:hover{color:#f7c700}.btn-video:focus,.btn-video:hover{background-color:#efd153}.breadcrumb-item a:focus,.breadcrumb-item a:hover,.btn-link{color:#f7c700}.btn-link .btn-link-dark:focus,.btn-link .btn-link-dark:hover,.btn-link:focus,.btn-link:hover{color:#f7c700;border-color:#f7c700}.btn-primary{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#efd153;border-color:#efd153;box-shadow:none}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#f7c700;border-color:#f7c700}.btn-bg-dark{background-color:#5d5e60;color:#f2b442}.btn-secondary{color:#fff;background-color:#efd153;border-color:#efd153;box-shadow:none}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover,.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#efd153;border-color:#efd153}.btn-white{color:#333;background-color:#fff;border-color:#fff;box-shadow:none}.btn-white.focus,.btn-white:focus,.btn-white:hover,.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-white-2,.btn-white.disabled,.btn-white:disabled{color:#333;background-color:#fff;border-color:#fff}.btn-white-2{box-shadow:none}.btn-white-2.focus,.btn-white-2:focus,.btn-white-2:hover,.btn-white-2:not(:disabled):not(.disabled).active,.btn-white-2:not(:disabled):not(.disabled):active,.show>.btn-white-2.dropdown-toggle{color:#fff;background-color:#efd153;border-color:#efd153;box-shadow:none}.btn-white-2.disabled,.btn-white-2:disabled{color:#333;background-color:#fff;border-color:#fff}.btn-primary-white{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-primary-white.focus,.btn-primary-white:focus,.btn-primary-white:hover,.btn-primary-white:not(:disabled):not(.disabled).active,.btn-primary-white:not(:disabled):not(.disabled):active,.show>.btn-primary-white.dropdown-toggle{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.btn-primary-white.disabled,.btn-primary-white:disabled{color:#fff;background-color:#f7c700;border-color:#f7c700}.btn-white-primary{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.btn-white-primary.focus,.btn-white-primary:focus,.btn-white-primary:hover,.btn-white-primary:not(:disabled):not(.disabled).active,.btn-white-primary:not(:disabled):not(.disabled):active,.show>.btn-white-primary.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-white-primary.disabled,.btn-white-primary:disabled{color:#f7c700;background-color:#fff;border-color:#fff}.btn-dark{color:#fff;background-color:#333;border-color:#333;box-shadow:none}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover,.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#333;border-color:#333}.btn-outline{color:#f7c700;background-color:transparent;background-image:none;border-color:#ebebeb;box-shadow:0 5px 10px rgba(0,0,0,.05)}.btn-outline.focus,.btn-outline:focus,.btn-outline:hover,.btn-outline:not(:disabled):not(.disabled).active,.btn-outline:not(:disabled):not(.disabled):active,.show>.btn-outline.dropdown-toggle{color:#f7c700;background-color:transparent;border-color:#ebebeb;box-shadow:0 5px 10px rgba(0,0,0,.15)}.btn-outline-primary,.btn-outline.disabled,.btn-outline:disabled{color:#f7c700;background-color:transparent}.btn-outline-primary{background-image:none;border-color:#f7c700;box-shadow:none}.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#f7c700;background-color:transparent;border-color:#ebebeb;box-shadow:0 5px 10px rgba(0,0,0,.05)}.btn-outline-primary-2,.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#f7c700;background-color:transparent}.btn-outline-primary-2{background-image:none;border-color:#f7c700;box-shadow:none;border-radius:1rem;cursor:pointer!important}.btn-outline-primary-2.focus,.btn-outline-primary-2:focus,.btn-outline-primary-2:hover,.btn-outline-primary-2:not(:disabled):not(.disabled).active,.btn-outline-primary-2:not(:disabled):not(.disabled):active,.show>.btn-outline-primary-2.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-outline-primary-2.disabled,.btn-outline-primary-2:disabled{color:#f7c700;background-color:transparent}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff;box-shadow:none}.btn-outline-light.focus,.btn-outline-light:focus,.btn-outline-light:hover,.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#f7c700;background-color:transparent;border-color:#fff;box-shadow:none}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-dark{color:#333;background-color:transparent;background-image:none;border-color:#d7d7d7;box-shadow:none}.btn-outline-dark.focus,.btn-outline-dark:focus,.btn-outline-dark:hover,.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#f7c700;background-color:transparent;border-color:#ebebeb;box-shadow:0 5px 10px rgba(0,0,0,.05)}.btn-outline-dark-2,.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#333;background-color:transparent}.btn-outline-dark-2{background-image:none;border-color:#ebebeb;box-shadow:none}.btn-outline-dark-2.focus,.btn-outline-dark-2:focus,.btn-outline-dark-2:hover,.btn-outline-dark-2:not(:disabled):not(.disabled).active,.btn-outline-dark-2:not(:disabled):not(.disabled):active,.show>.btn-outline-dark-2.dropdown-toggle{color:#f7c700;background-color:#fafafa;border-color:#ebebeb;box-shadow:none}.btn-outline-dark-2.disabled,.btn-outline-dark-2:disabled,.btn-outline-dark-3{color:#333;background-color:transparent}.btn-outline-dark-3{background-image:none;border-color:#d7d7d7;box-shadow:none}.btn-outline-dark-3.focus,.btn-outline-dark-3:focus,.btn-outline-dark-3:hover,.btn-outline-dark-3:not(:disabled):not(.disabled).active,.btn-outline-dark-3:not(:disabled):not(.disabled):active,.show>.btn-outline-dark-3.dropdown-toggle{color:#f7c700;background-color:transparent;border-color:#f7c700;box-shadow:none}.btn-outline-dark-3.disabled,.btn-outline-dark-3:disabled,.btn-outline-darker{color:#333;background-color:transparent}.btn-outline-darker{background-image:none;border-color:#d7d7d7;box-shadow:none}.btn-outline-darker.focus,.btn-outline-darker:focus,.btn-outline-darker:hover,.btn-outline-darker:not(:disabled):not(.disabled).active,.btn-outline-darker:not(:disabled):not(.disabled):active,.show>.btn-outline-darker.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-outline-darker.disabled,.btn-outline-darker:disabled,.btn-outline-gray{color:#333;background-color:transparent}.btn-outline-gray{background-image:none;border-color:#959595;box-shadow:none}.btn-outline-gray.focus,.btn-outline-gray:focus,.btn-outline-gray:hover,.btn-outline-gray:not(:disabled):not(.disabled).active,.btn-outline-gray:not(:disabled):not(.disabled):active,.show>.btn-outline-gray.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-outline-gray.disabled,.btn-outline-gray:disabled,.btn-outline-lightgray{color:#333;background-color:transparent}.btn-outline-lightgray{background-image:none;border-color:#ebebeb;box-shadow:none}.btn-outline-lightgray.focus,.btn-outline-lightgray:focus,.btn-outline-lightgray:hover,.btn-outline-lightgray:not(:disabled):not(.disabled).active,.btn-outline-lightgray:not(:disabled):not(.disabled):active,.show>.btn-outline-lightgray.dropdown-toggle{color:#f7c700;background-color:#f5f6f9;border-color:#ebebeb;box-shadow:none}.btn-outline-lightgray.disabled,.btn-outline-lightgray:disabled{color:#333;background-color:transparent}.btn-outline-white{color:#fff;background-color:transparent;background-image:none;border-color:#fff;box-shadow:none}.btn-outline-white.focus,.btn-outline-white:focus,.btn-outline-white:hover,.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle{color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.btn-outline-white-2,.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-white-2{background-image:none;border-color:#fff;box-shadow:none}.btn-outline-white-2.focus,.btn-outline-white-2:focus,.btn-outline-white-2:hover,.btn-outline-white-2:not(:disabled):not(.disabled).active,.btn-outline-white-2:not(:disabled):not(.disabled):active,.show>.btn-outline-white-2.dropdown-toggle{color:#fff;background-color:#efd153;border-color:#efd153;box-shadow:none}.btn-outline-white-2.disabled,.btn-outline-white-2:disabled,.btn-outline-white-4{color:#fff;background-color:transparent}.btn-outline-white-4{background-image:none;border-color:#fff;box-shadow:none}.btn-outline-white-4.focus,.btn-outline-white-4:focus,.btn-outline-white-4:hover,.btn-outline-white-4:not(:disabled):not(.disabled).active,.btn-outline-white-4:not(:disabled):not(.disabled):active,.show>.btn-outline-white-4.dropdown-toggle{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.btn-outline-white-4.disabled,.btn-outline-white-4:disabled{color:#fff;background-color:transparent}.newsletter-popup-container .input-group .btn:focus,.newsletter-popup-container .input-group .btn:hover{background-color:#f7c700}.bg-image .btn-link-dark:focus,.bg-image .btn-link-dark:hover{color:#f7c700;border-color:#f7c700}.bg-image .btn-outline-primary.focus,.bg-image .btn-outline-primary:focus,.bg-image .btn-outline-primary:hover,.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.bg-image .btn-outline-primary.dropdown-toggle{background-color:#f7c700;border-color:#f7c700}.bg-image .btn-outline-dark.focus,.bg-image .btn-outline-dark:focus,.bg-image .btn-outline-dark:hover,.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,.card-title a,.card-title a.collapsed:focus,.card-title a.collapsed:hover,.card-title a:before,.count-wrapper,.feature-box i,.feature-box-simple i,.show>.bg-image .btn-outline-dark.dropdown-toggle{color:#f7c700}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:before,.form-control:focus{border-color:#f7c700}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:after{background-color:#f7c700}.icon-box-icon{color:#f7c700}.icon-box-circle .icon-box-icon{background-color:#f7c700}.close:focus,.close:hover,.instagram-feed-content a:focus,.instagram-feed-content a:hover,.page-header h1 span,.page-item.active .page-link,.page-link:focus,.page-link:hover{color:#f7c700}.social-icon:focus,.social-icon:hover{color:#f7c700;border-color:#f7c700}.nav.nav-pills .nav-link:focus,.nav.nav-pills .nav-link:hover,.nav.nav-tabs .nav-item .nav-link.active,.nav.nav-tabs .nav-item.show .nav-link,.nav.nav-tabs .nav-link:focus,.nav.nav-tabs .nav-link:hover,.testimonial-icon:before{color:#f7c700}.nav.nav-pills .nav-item .nav-link.active,.nav.nav-pills .nav-item.show .nav-link{color:#f7c700;border-bottom-color:#f7c700}.nav.nav-border-anim .nav-link:before{background-color:#f7c700}.title-link:focus,.title-link:hover{box-shadow:0 1px 0 0 #f7c700}.product-countdown.countdown-primary .countdown-amount,.product-price_in_usd,.product-title a:focus,.product-title a:hover{color:#f7c700}.product-label.label-primary{background-color:#f7c700}.product-label.label-secondary{background-color:#efd153}.btn-product,.btn-product:focus span,.btn-product:hover span,.product-label-text,.ratings-primary .ratings-val,.ratings-text a:focus,.ratings-text a:hover{color:#f7c700}.product-details-action .btn-product.btn-cart{border-radius:1rem}.product-details-action .btn-product.btn-cart:focus span,.product-details-action .btn-product.btn-cart:hover span{color:#fff}.btn-product-icon{color:#f7c700}.btn-product-icon:focus,.btn-product-icon:hover{background-color:#f7c700}.product-body .btn-wishlist:focus,.product-body .btn-wishlist:hover{color:#f7c700}.btn-expandable span{background-color:#f7c700}.product.product-4 .btn-product:focus,.product.product-4 .btn-product:hover{background-color:#efd153}.product.product-5 .btn-product{color:#f7c700}.product.product-5 .btn-product:focus,.product.product-5 .btn-product:hover{background-color:#f7c700}.product.product-7 .btn-product,.product.product-7 .btn-product span{color:#f7c700}.product.product-7 .btn-product:focus,.product.product-7 .btn-product:hover{background-color:#f7c700;border-bottom-color:#f7c700}.product.product-8 .btn-product:before,.product.product-8 .new-price_in_usd{color:#f7c700}.product.product-8 .btn-product:focus,.product.product-8 .btn-product:hover{background-color:#f7c700}.product.product-list .btn-product:focus,.product.product-list .btn-product:hover{color:#f7c700}.product.product-list .btn-product.btn-cart{color:#f7c700;border-color:#f7c700}.product.product-list .btn-product.btn-cart:focus,.product.product-list .btn-product.btn-cart:hover{background-color:#f7c700}.account a:focus,.account a:hover,.footer a:focus,.footer a:hover,.footer-dark.footer-2 .widget-about-title,.header-menu a:focus,.header-menu a:hover,.header-top a:focus,.header-top a:hover,.top-menu span,.wishlist a:focus,.wishlist a:hover{color:#f7c700}.wishlist a .wishlist-count{background-color:#f7c700}.cart-dropdown.show .dropdown-toggle,.cart-dropdown:hover .dropdown-toggle,.compare-actions .action-link:focus,.compare-actions .action-link:hover,.compare-dropdown.show .dropdown-toggle,.compare-dropdown:hover .dropdown-toggle,.compare-product-title a:focus,.compare-product-title a:hover{color:#f7c700}.cart-dropdown .cart-count{background-color:#f7c700}.cart-dropdown .product-title a:focus,.cart-dropdown .product-title a:hover{color:#f7c700}.wishlist-link .wishlist-count{background-color:#f7c700}.demo-item a:focus,.demo-item a:hover,.menu li.active>a,.menu li.show>a,.menu li:hover>a,.search-toggle.active,.search-toggle:focus,.search-toggle:hover,.wishlist-link:focus,.wishlist-link:hover{color:#f7c700}.category-dropdown .dropdown-toggle:before,.header-bottom .menu>li>a:before,.tip{background-color:#f7c700}.category-dropdown .dropdown-toggle:focus,.category-dropdown .dropdown-toggle:hover{color:#fff;background-color:#f7c700}.category-dropdown:not(.is-on):hover .dropdown-toggle{background-color:#f7c700}.category-dropdown.show .dropdown-toggle{color:#fff;background-color:#f7c700}.category-dropdown .dropdown-item:focus,.category-dropdown .dropdown-item:hover,.menu-vertical li.active>a,.menu-vertical li.show>a,.menu-vertical li:hover>a,.menu-vertical>li.active>a,.menu-vertical>li.show>a,.menu-vertical>li:hover>a,.mmenu-btn:focus,.mmenu-btn:hover,.mobile-menu li a:focus,.mobile-menu li a:hover,.mobile-menu li.active>a,.mobile-menu li.open>a,.mobile-menu-close:focus,.mobile-menu-close:hover{color:#f7c700}.mobile-search .form-control:focus{border-color:#f7c700}.nav.nav-pills-mobile .nav-link.active,.nav.nav-pills-mobile .nav-link:focus,.nav.nav-pills-mobile .nav-link:hover{color:#f7c700;border-bottom-color:#f7c700}.mobile-cats-menu li a:focus,.mobile-cats-menu li a:hover{color:#f7c700}.mobile-menu-light .mobile-menu li.active,.mobile-menu-light .mobile-menu li.open{background:var(--card-bg-color)}.mobile-menu-light .mobile-menu li.active>a,.mobile-menu-light .mobile-menu li.open>a{color:#f7c700}.header-4 .header-search .header-search-wrapper,.mobile-menu-light .mobile-search .form-control:focus{border-color:#f7c700}.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus){color:#f7c700}@media screen and (max-width:991px){.header-4 .header-search-visible .header-search-wrapper:before{border-bottom-color:#f7c700}}.header-6 .header-middle a:focus,.header-6 .header-middle a:hover{color:#f7c700}.header-8 .header-top{color:#ffeb96;background-color:#f7c700}.header-10 .header-search .header-search-wrapper{border-color:#f7c700}.header-10 .category-dropdown .dropdown-toggle{background-color:#f7c700}.header-10 .menu-vertical .menu-title{color:#f7c700}.header-12 .dropdown.category-dropdown .dropdown-toggle,.header-13 .dropdown.category-dropdown .dropdown-toggle{background-color:#f7c700}.header-14 .header-search .header-search-wrapper{border-color:#f7c700}.header-14 .dropdown.category-dropdown .dropdown-toggle{background-color:#f7c700}.entry-video a:focus:after,.entry-video a:hover:after{color:#f7c700}.entry-meta a:focus,.entry-meta a:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.entry-title a:focus,.entry-title a:hover{color:#f7c700}.entry-cats a:focus,.entry-cats a:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.read-more:focus,.read-more:hover{box-shadow:0 1px 0 0 #f7c700}.menu-cat a:focus,.menu-cat a:hover{color:#f7c700}.menu-cat li.active a{color:#f7c700;box-shadow:0 1px 0 #f7c700}.btn.btn-spinner:focus,.btn.btn-spinner:hover,.posts-list a:focus,.posts-list a:hover,.table .total-col,.tagcloud a:focus,.tagcloud a:hover,.widget-cats a:focus,.widget-cats a:hover,.widget-search .btn:focus,.widget-search .btn:hover{color:#f7c700}.table.table-summary .summary-shipping-estimate a:focus,.table.table-summary .summary-shipping-estimate a:hover{color:#f7c700;border-bottom-color:#f7c700}#filter-price_in_usd-range,.checkout-discount label span,.sidebar-toggler:focus,.sidebar-toggler:hover{color:#f7c700}.checkout-discount .form-control:focus{border-color:#f7c700}.table.table-summary .summary-total td,.table.table-summary a:focus,.table.table-summary a:hover{color:#f7c700}.accordion-summary .card-title a:before{border-color:#f7c700}.accordion-summary .card-title a:after{background-color:#f7c700}.paypal-link:focus,.paypal-link:hover{color:#f7c700!important}.coming-countdown .countdown-amount,.coming-countdown.countdown-separator .countdown-section:not(:last-child):after,.contact-box a:focus,.contact-box a:hover,.contact-list a:focus,.contact-list a:hover,.contact-list i,.form-tab .form-footer a:focus,.form-tab .form-footer a:hover,.nav-dashboard .nav-link.active,.nav-dashboard .nav-link:focus,.nav-dashboard .nav-link:hover,.nav-filter a:focus,.nav-filter a:hover,.store a:not(.btn):focus,.store a:not(.btn):hover{color:#f7c700}.nav-filter .active a{color:#f7c700;border-bottom-color:#f7c700}.portfolio-tags a,.portfolio-title a:focus,.portfolio-title a:hover{color:#f7c700}.portfolio-tags a:focus,.portfolio-tags a:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.btn-product-gallery:focus,.btn-product-gallery:hover{background-color:#f7c700}.product-gallery-item:before{border-color:#f7c700}.product-pager-link:hover{color:#f7c700}.product-pager-link:hover span{box-shadow:0 1px 0 #f7c700}.breadcrumb-nav .product-pager-link:focus span,.breadcrumb-nav .product-pager-link:hover span{box-shadow:none}.product-details .product-cat a:focus,.product-details .product-cat a:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.product-details .product-size a.active,.product-details .product-size a:focus,.product-details .product-size a:hover{color:#f7c700;border-color:#f7c700}.size-guide:focus,.size-guide:hover{color:#f7c700}.product-details-action .btn-cart{color:#f7c700;border-color:#f7c700}.product-details-action .btn-cart:focus,.product-details-action .btn-cart:hover{color:#fff;border-color:#f7c700;background-color:#f7c700}.product-desc-content a:focus,.product-desc-content a:hover,.product-details-tab .nav.nav-pills .nav-link:focus,.product-details-tab .nav.nav-pills .nav-link:hover{color:#f7c700;border-bottom-color:#f7c700}.review h4 a:focus,.review h4 a:hover{color:#f7c700}.review-action a:focus,.review-action a:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.product-details-extended .nav.nav-pills .nav-link.active,.product-details-extended .nav.nav-pills .nav-link:focus,.product-details-extended .nav.nav-pills .nav-link:hover{border-color:#f7c700}.editor-content a:focus,.editor-content a:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.editor-content blockquote{border-left-color:#f7c700}.entry-author-details h4 a:focus,.entry-author-details h4 a:hover,.entry-tags a:focus,.entry-tags a:hover{color:#f7c700}.author-link:focus,.author-link:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.pager-link,.pager-link:focus,.pager-link:focus:after,.pager-link:hover,.pager-link:hover:after{color:#f7c700}.comment-reply:focus,.comment-reply:hover{color:#f7c700;box-shadow:0 1px 0 #f7c700}.comment-user h4 a:focus,.comment-user h4 a:hover,.owl-theme .owl-nav [class*=owl-],.product-col .product-title a:focus,.product-col .product-title a:hover{color:#f7c700}.owl-theme.owl-light .owl-nav [class*=owl-]:not(.disabled):hover{border-color:#f7c700}.owl-theme.owl-light .owl-dots .owl-dot.active span,.owl-theme.owl-light .owl-dots .owl-dot:hover span{border-color:#f7c700;background:#f7c700}.owl-full .owl-nav [class*=owl-],.owl-full .owl-nav [class*=owl-]:focus,.owl-full .owl-nav [class*=owl-]:hover{color:#f7c700}.owl-full .owl-dots .owl-dot span{border-color:#f7c700}.owl-full .owl-dots .owl-dot.active span,.owl-full .owl-dots .owl-dot:hover span{border-color:#f7c700;background:#f7c700}.owl-full.owl-nav-dark .owl-nav [class*=owl-]:focus,.owl-full.owl-nav-dark .owl-nav [class*=owl-]:hover,.owl-simple .owl-nav [class*=owl-]:not(.disabled):hover{color:#f7c700}.owl-simple.owl-light .owl-dots .owl-dot.active span,.owl-simple.owl-light .owl-dots .owl-dot:hover span{border-color:#f7c700;background:#f7c700}.quickView-content .owl-theme.owl-light .owl-nav [class*=owl-]{border:none;font-size:3rem;color:#fff}.quickView-content .owl-theme.owl-light .owl-nav [class*=owl-]:focus,.quickView-content .owl-theme.owl-light .owl-nav [class*=owl-]:hover{color:#f7c700;background-color:transparent}.quickView-content .btn-compare,.quickView-content .btn-wishlist{border:none}.quickView-content .btn-compare:before,.quickView-content .btn-wishlist:before{color:#f7c700}.quickView-content .btn-compare:focus,.quickView-content .btn-compare:hover,.quickView-content .btn-wishlist:focus,.quickView-content .btn-wishlist:hover{color:#f7c700;background-color:transparent}.quickView-content .btn-compare:focus span,.quickView-content .btn-compare:hover span,.quickView-content .btn-wishlist:focus span,.quickView-content .btn-wishlist:hover span{color:#f7c700}.quickView-content .btn-fullscreen:focus,.quickView-content .btn-fullscreen:hover{color:#fff;background-color:#f7c700}.newsletter-popup-container .banner-title span{color:#f7c700}@media screen and (min-width:1200px){.home-page .intro-section .col-lg-4{flex:0 0 32.77%;max-width:32.77%}.home-page .intro-section .col-lg-8{flex:0 0 67.23%;max-width:67.23%}}.home-page .intro-section .div-cursor{cursor:pointer}.mobile-menu-wrapper .nav.nav-pills-mobile .nav-link:before{content:none}.mobile-menu-wrapper .nav-item.show .nav-link{color:#f7c700!important}.bg-light{background-color:#fef5ec!important}.cart-dropdown .btn-outline-primary-2{color:#f7c700;background-color:#fff;border-color:#f7c700}.cart-dropdown .btn-outline-primary-2:hover{color:#fff;background-color:#f7c700}.home-page .title{font-weight:600;font-size:2.4rem;letter-spacing:-.03em}.home-page .title-desc{font-size:1.6rem;font-weight:300;letter-spacing:-.01em}.home-page .banner{background-color:#f1f1f1}.home-page .owl-simple .owl-nav [class*=owl-]{font-size:2.6rem}.home-page .owl-simple.owl-nav-inside .owl-nav .owl-prev{left:5px}.home-page .owl-simple.owl-nav-inside .owl-nav .owl-next{right:5px}.home-page .owl-simple.owl-nav-inside .owl-dots{bottom:20px}.intro-slide,.intro-slider-container{direction:ltr!important}.intro-slider-container .owl-item{padding:0 1px}.intro-slider-container picture{height:100%}.intro-slider-container img{height:100%;object-fit:cover;border-radius:1.5rem}.intro-slider .slide-image,.intro-slider-container{margin:0}@media screen and (max-width:700px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:22rem!important}}@media screen and (max-width:1150px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:40rem!important}}@media screen and (min-width:1150px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:45rem!important}}@media screen and (max-width:1000px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:37rem!important}}@media screen and (max-width:900px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:34rem!important}}@media screen and (max-width:800px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:30rem!important}}@media screen and (max-width:767px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:38rem!important}}@media screen and (max-width:700px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:36rem!important}}@media screen and (max-width:600px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:30rem!important}}@media screen and (max-width:520px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:25rem!important}}@media screen and (max-width:450px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:22rem!important}}@media screen and (max-width:400px){.intro-slider .slide-image:before,.intro-slider-container:before{padding-top:19rem!important}}.intro-content{position:absolute;bottom:1rem;z-index:10}.intro-content:lang(en){right:11px}.intro-content:lang(en) .btn{font-size:1.2rem;min-width:90px;padding:1rem}.intro-content:lang(ar){left:11px}.intro-content:lang(ar) .btn{font-size:1.7rem!important;min-width:90px}.intro-subtitle{color:#fff;font-weight:300;font-size:1.4rem;letter-spacing:-.01em;margin-bottom:.5rem}@media screen and (max-width:700px){.intro-price_in_usd,.intro-title{font-size:2.5rem!important}}.intro-title{color:#5d5e60;margin-bottom:.7rem;text-indent:-.2rem}.intro-price_in_usd,.intro-title{font-weight:700;font-size:3rem;line-height:1.2;letter-spacing:-.025em}.intro-price_in_usd{color:#333;margin-bottom:1rem}.intro-price_in_usd sup{top:-.8em;font-weight:400;font-size:1.4rem;letter-spacing:-.03em}.intro-old-price_in_usd{position:relative}.intro-old-price_in_usd:after{content:"";display:block;width:100%;height:1px;position:absolute;top:50%;left:0;background-color:#333}.intro-banners .banner:before{padding-top:12rem}.intro-banners .banner-subtitle{font-size:1.4rem;letter-spacing:-.01em;margin-bottom:.2rem}.intro-banners .banner-title{font-weight:600;font-size:1.8rem;line-height:1.22;letter-spacing:-.01em;margin-bottom:.6rem}.intro-banners .banner-title span{display:block;font-weight:300}.intro-banners .banner-link{display:inline-block;line-height:1.3;padding:.3rem 1rem;border-radius:20px;letter-spacing:-.01em;margin-left:-1rem;text-align:center;transition:.3s}.intro-banners .banner-link i{margin-left:.7rem}.intro-banners .banner-link:focus,.intro-banners .banner-link:hover{color:#fff;background-color:#f7c700;text-decoration:none}.featured .nav.nav-border-anim .nav-link:before{background-color:var(--first-text-color)}.home-page .nav-side .swiper-next:before,.home-page .nav-side .swiper-prev:before{height:auto;top:4%;bottom:11%}.home-page .nav-pills.nav-big .nav-item+.nav-item{margin-left:1.5rem}.home-page .nav-pills.nav-big .nav-link{padding-top:.8rem;padding-bottom:.8rem;color:#ccc;font-weight:600;font-size:2.4rem;text-transform:capitalize}.home-page .nav-pills.nav-big .nav-link.active,.home-page .nav-pills.nav-big .nav-link:focus,.home-page .nav-pills.nav-big .nav-link:hover{color:#f7c700}.home-page .nav-pills.nav-big .nav-item .nav-link.active,.home-page .nav-pills.nav-big .nav-item.show .nav-link{color:#333}.home-page .product.product-2{background-color:#fff;border:.1rem solid #ebebeb;overflow:hidden}.home-page .product.product-2 .product-nav-dots{margin-bottom:1.5rem}.home-page .product-media:before{padding-top:100%}.home-page .product-cat{color:#ccc}.home-page .btn-product+.btn-product{border-left-style:solid}.home-page .product-action:not(.product-action-dark) .btn-product+.btn-product{border-left-color:#d1d1d3}.home-page .product-action:not(.product-action-dark) .btn-product:not(:hover):not(:focus){color:#333}.home-page .product-action-dark .btn-product:not(:hover):not(:focus){color:#fff}.home-page .product-price_in_usd{margin-bottom:1.2rem}.home-page .ratings-container{margin-bottom:1.5rem}.home-page .old-price_in_usd{text-decoration:none}.home-page .widget-list a{position:relative}.home-page .widget-list a:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;background-color:#f7c700;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease}.home-page .widget-list a:focus:before,.home-page .widget-list a:hover:before{transform-origin:left center;transform:scale(1)}.top .nav.nav-pills .nav-link,.trending .nav.nav-pills .nav-link{font-size:1.4rem;font-weight:400;letter-spacing:-.01em}.top .nav.nav-pills .nav-item+.nav-item,.trending .nav.nav-pills .nav-item+.nav-item{margin-left:.6rem}.trending .banner{height:calc(100% - 5rem)}.trending .banner .lazy-media:before{padding-top:360px}.trending .banner img{object-fit:unset}@supports(-ms-ime-align:auto){.trending .banner img{height:auto}}.icon-box-side .icon-box-title{font-weight:600;font-size:1.6rem;letter-spacing:-.01em;margin-bottom:.5rem}.icon-box-side p{font-size:1.6rem;font-weight:300;letter-spacing:-.01em}.icon-box-icon{font-size:4rem}.brands-slider .swiper-slide>.brand{height:100%}.deal-container .heading{padding-bottom:.5rem}.deal-container .heading .title{margin-bottom:1rem}.deal-container .product{border:none;margin-bottom:2rem}.deal-container .btn-more{text-transform:capitalize}.deal-col{display:flex;align-items:stretch}.deal{display:flex;flex-flow:row wrap;padding:3.6rem 4rem 4.8rem;background-color:#fff;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:2rem;min-height:380px}.deal,.deal>div{width:100%}.deal .btn{padding:0 0 .2rem}.deal h4{color:#777;font-weight:300;font-size:1.4rem;line-height:1.25;letter-spacing:0;margin-bottom:.5rem;max-width:240px}.deal h2{color:#ef837b;font-weight:500;font-size:2rem;line-height:1.1;letter-spacing:-.01em;margin-bottom:.2rem;max-width:240px}.deal .product-title{max-width:240px;margin-bottom:.7rem}.deal .product-price_in_usd{font-weight:300;font-size:2rem;margin-bottom:.4rem}.deal-content{align-self:center}.deal-bottom{align-self:flex-end}.btn.btn-outline-dark-2{border-color:#d7d7d7}.btn.btn-outline-dark-2:focus,.btn.btn-outline-dark-2:hover{background-color:#fff}.deal-countdown{margin-bottom:0;margin-left:-.8rem;max-width:180px}.deal-countdown .countdown-show3 .countdown-section{width:calc(33.33% - 16px)}.deal-countdown .countdown-section{position:relative;font-weight:400;font-size:1rem;line-height:1;padding:.9rem 0 .3rem;margin-left:.8rem;margin-right:.8rem;background-color:#fcb941;border-radius:.3rem;border:none;margin-bottom:2rem}.deal-countdown .countdown-section:not(:last-child):after{color:#333;content:":";display:inline-block;font-weight:400;font-size:20px;line-height:1;position:absolute;left:100%;margin-left:6px;margin-top:-1px;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.deal-countdown .countdown-period{position:absolute;left:0;right:0;text-align:center;bottom:-2rem;display:block;font-weight:400;color:#333;text-transform:lowercase;width:100%;padding-left:0;padding-right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deal-countdown .countdown-amount{display:inline-block;color:#fff;font-weight:500;font-size:2.4rem;line-height:1;letter-spacing:-.03em;margin-bottom:.4rem}.cta-border-image{border:1rem solid #656668;padding:1rem}.cta-border-image.cta-border .cta-border-wrapper{padding-top:3.9rem;padding-bottom:3.9rem}.cta-half .cta-title{font-weight:400;font-size:2.6rem;letter-spacing:-.025em;margin-bottom:0}.cta-half .cta-wrapper .cta-title,.cta-half .cta-wrapper.cta-text .cta-title{margin-bottom:0}.cta-half .cta-wrapper.cta-text .cta-desc{margin-bottom:2rem}.cta-half .cta-desc{color:#999;font-size:1.6rem;line-height:1.5}.cta-half .cta-wrapper.cta-text{max-width:380px}.cta-half .social-icon{width:4.6rem;height:4.6rem;font-size:1.8rem}.cta-half .form-control:not(:focus){border-color:var(--border-color)}.cta-half .input-group .form-control{border-top-left-radius:30px;border-bottom-left-radius:30px}.cta-half .input-group .btn{min-width:70px;border-top-right-radius:30px;border-bottom-right-radius:30px}.cta-half .input-group .btn i{margin:0!important}.cta-title,.cta-title span{font-weight:600;letter-spacing:-.01em}.cta-border .cta-text{flex-grow:.5;margin-right:0}.cta-border .cta-text p{font-size:1.6rem;letter-spacing:0;font-weight:400}.cta-content .btn{padding:0 3rem}.cta-content .btn i{margin-left:2rem}.intro-content{margin:auto}.intro-content .btn.btn-primary.btn-round{border:none;padding:10px!important}.intro-content .btn.btn-primary.btn-round:lang(ar){padding-top:5px!important}.widget-about p:last-of-type{margin-bottom:1.2rem}.widget-call{position:relative;font-size:1.3rem;padding:2.1rem 1rem 1.6rem 6rem;border:.1rem solid #ebebeb;line-height:1.25;max-width:270px}.widget-call i{display:inline-block;color:#f7c700;font-size:3rem;line-height:1;position:absolute;left:2rem;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.widget-call a{display:block;font-weight:400;font-size:2rem;color:#333}.widget-call a:focus,.widget-call a:hover{color:#f7c700;box-shadow:none}@media screen and (min-width:576px){.intro-content .btn{font-size:1.2rem;min-width:110px;padding-top:.75rem;padding-bottom:.75rem;margin:auto}.intro-price_in_usd,.intro-title{font-size:3.2rem}.intro-price_in_usd sup{font-size:1.5rem}}@media screen and (min-width:768px){.intro-content .btn{font-size:1.3rem;min-width:130px;padding:.95rem 1.5rem}.intro-title{font-size:4rem}.intro-price_in_usd{font-size:4rem;margin-bottom:1.2rem}.intro-price_in_usd sup{font-size:1.8rem}.intro-banners .banner-content{left:3rem}.cta-half .cta-title{font-size:3rem}}@media screen and (min-width:992px){.cta-border .cta-heading{flex:0 0 26.5%;max-width:26.5%}}@media screen and (min-width:1200px){.intro-content .btn{font-size:1.4rem;min-width:170px;padding-top:1.15rem;padding-bottom:1.15rem}.intro-subtitle{font-size:2rem}.intro-title{font-size:5rem}.intro-price_in_usd{font-size:5rem;margin-bottom:1.7rem}.intro-price_in_usd sup{top:-1.1em;font-size:2rem}.deal-container .btn-more{min-width:270px}}@media screen and (max-width:991px){.home-page .heading{text-align:center}.home-page .heading .title{margin-bottom:1rem}}@media screen and (max-width:575px){.cta .cta-wrapper .social-icon:not(:last-child){margin-right:.5rem}.cta .cta-wrapper .input-group{flex-direction:row;align-items:center;flex-wrap:nowrap}.cta .cta-wrapper .input-group .form-control{width:1%;margin-bottom:0}.cta .cta-wrapper .input-group .btn{margin-top:0}}@media screen and (max-width:375px){.home-page .banner>a{height:130px}.home-page .banner>a img{height:100%;width:100%;object-fit:cover}}.spinner-border{margin:4rem auto 2rem;display:flex;justify-content:center;align-items:center;width:140px;height:140px}.spinner-border.small{margin-top:0;width:40px;height:40px}.lable-filter{font-size:16px;font-weight:600;color:var(--first-text-color);margin:1rem;padding:.8rem!important;display:flex;align-items:center;height:30px}.btn-price_in_usd{width:100%;height:38px;border-radius:1rem;margin-top:.5rem;padding:unset;padding-bottom:1.2rem;padding-top:.2rem;-webkit-padding-end:1rem;padding-inline-end:1rem;display:flex;justify-content:flex-start;position:relative;align-items:center}.btn-price_in_usd .circle{width:100%;height:40px!important;border-radius:0;transition:all .3s ease-in-out;position:absolute;left:0;right:0;display:flex;align-items:center}.btn-price_in_usd .text{height:40px;text-align:start;font-size:1.5rem;font-weight:500;color:var(--first-text-color);position:absolute;z-index:9999;display:flex;align-items:center;margin:auto 1rem}.btn-price_in_usd .text a{color:var(--first-text-color)!important}.btn-price_in_usd:hover .circle{background-color:rgba(247,199,0,.75)}.btn-price_in_usd-active{border:3px solid rgba(247,199,0,.5)!important;background-color:rgba(247,199,0,.9)!important}.dir-ltr{direction:ltr!important}@media screen and (min-width:991px){.white-space-auto{white-space:normal!important}.white-space-auto a{text-align:justify!important}}@media screen and (max-width:991px){.white-space-auto{white-space:normal!important}.white-space-auto a{text-align:center!important}}[aria-current=page]{pointer-events:none;cursor:default;text-decoration:none;color:#000}.label-not-available{background:linear-gradient(107.2deg,#f70000 10.6%,#740505 91.1%);color:#fff;border-radius:0;font-size:13px!important;font-weight:600;position:absolute;top:13%;left:-20%;min-height:30px;z-index:1;width:80%;transform:rotate(-45deg);text-align:center;display:flex;justify-content:center;align-items:center}.label-not-available:lang(ar){padding:0 0 .8rem}.label-not-available:lang(en){padding:.2rem 0 .6rem}.label-descount{background:linear-gradient(120deg,#0dacfc,#0357c4);color:#fff;border-radius:0;font-size:13px!important;font-weight:600;position:absolute;top:10%;height:30px;left:-25%;z-index:1;width:80%;transform:rotate(-45deg);text-align:center;display:flex;justify-content:center;align-items:center}.label-descount:lang(ar){padding:0 0 .8rem}.label-descount:lang(en){padding:.2rem 0 .6rem}.owl-dots{width:-moz-fit-content;width:fit-content;margin:auto;border-radius:2rem;bottom:-20px!important}.toggle-input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;opacity:0;cursor:pointer}.labil-toggle{font-size:14px;margin-top:.8rem!important;display:flex;align-items:center;height:30px}.toggle-label{width:34px;height:20px;background:#838383;position:relative;display:inline-block;border-radius:46px;transition:.4s;box-sizing:border-box}.toggle-label:after{content:"";position:absolute;width:20px;height:20px;border-radius:100%;left:0;top:0;z-index:2;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);transition:.4s}.toggle-input:checked+.toggle-label{background-color:#f7c700}.toggle-input:checked+.toggle-label:after{left:14px}.toggle-switch{position:relative;width:32px;height:20px;margin:1.5rem .75rem}.color-white{color:#fff!important}.color-gray{color:#bbb}.page-title{text-align:center;line-height:1.5}.no-events{pointer-events:none;opacity:.5}:not(td)>div.product{transition:all .3s ease}:not(td)>div.product:hover{box-shadow:0 0 10px rgba(0,0,0,.2);scale:1.05;z-index:1}[theme=dark] :not(td)>div.product:hover{box-shadow:0 0 10px rgba(247,199,0,.8);border:1px solid rgba(247,199,0,.8)}.gray-bg{background-color:#cecece!important;color:#000;font-size:16px}table.maherTable{text-align:center;margin:auto}table.maherTable tbody :last-child{border-color:currentcolor #fff #fff;border-top:0 solid #fff}table.maherTable tbody tr{border-bottom:1px solid;border-color:#ddd;box-sizing:border-box}table.maherTable td,table.maherTable th{background-color:#fff}table.maherTable th{color:#000;border-bottom:1px solid;border-color:#ddd;width:25%}table.maherTable td,table.maherTable th{padding:1rem;border-radius:0;line-height:2}table.maherTable.ordersTable tr:hover{cursor:pointer}table.maherTable.ordersTable tr:hover td{color:#f7c700}table.maherTable.ordersTable tr:hover td a,table.maherTable.ordersTable tr:hover td button{color:#666}table.maherTable.ordersTable a{color:var(--first-text-color)}li.dis.megamenu-container a:lang(ar):before{right:0}li.dis.megamenu-container a:before{width:106%}.btn.btn-primary.mbig{font-size:1.3rem}.main{min-height:50vh}.invoiceBtn{padding:0 1rem .3rem;margin:2rem .5rem;border:2px solid var(--border-color);border-radius:4px}.invoiceBtn,.invoiceBtn:hover{transition:background-color .5s}.invoiceBtn:hover{color:#f7c700;background-color:var(--card-bg-color)}.Toastify__toast-body>div:last-child{text-align:center}.btn-delete{margin-top:10px;color:#f11;border:2px solid #f11;display:flex;justify-content:center;align-items:center}.btn-delete:hover{color:#fff!important;background-color:#ff5353}[aria-disabled=true]{pointer-events:none;opacity:.5;cursor:not-allowed}.text-pr{color:#f7c700}.chat{position:relative;max-height:80vh!important;overflow-y:auto;top:0}.how-to-use{display:flex;justify-content:center;align-items:center;color:#333!important;white-space:nowrap}.how-to-use:hover{color:#f7c700!important;text-decoration:underline!important}h1,h2,h3,h4,h5,h6,p{font-family:Cairo,sans-serif!important;color:#434242}.faqEntry{border:1px solid var(--border-color);width:100%;background-color:var(--card-bg-color);padding:1rem;margin-bottom:1.5rem;transition:border 1s}.faqEntry .q{display:flex;flex-direction:row;padding:1rem;align-items:center;justify-content:center;cursor:pointer}.faqEntry .q .question-title{font-size:1.2em;flex:1 1}.faqEntry .q i.icon-angle-down{transition:transform .8s cubic-bezier(.68,-.55,.27,1.55)}.faqEntry .q i.icon-clone-1{font-size:1em;margin:0 1rem;color:var(--border-color);padding:0 1rem;font-style:unset}.faqEntry .q i.icon-clone-1:before{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.faqEntry .q i.icon-clone-1:hover{background-color:#f7c700;border-radius:1rem;color:var(--first-bg-color)}.faqEntry .q:hover{color:#f7c700}.faqEntry .a{background-color:var(--first-bg-color);border-radius:1rem;max-height:0;opacity:0;transition:all .8s cubic-bezier(.68,-.55,.27,1.55);padding:0 2rem;pointer-events:none}.faqEntry.active{transition:border 1s}.faqEntry.active:not(.single){border:1px solid #f7c700}.faqEntry.active .a{max-height:30rem;opacity:1;margin-top:1rem;padding:2rem;transition:all .8s cubic-bezier(.68,-.55,.27,1.55)}.faqEntry.active .q{color:#f7c700}.faqEntry.active .q i.icon-angle-down{display:inline-block;transform:rotate(180deg);transition:transform .8s cubic-bezier(.68,-.55,.27,1.55)}@media screen and (max-width:300px){i.icon-clone-1{display:none!important}}.reset-password .form-tab .nav.nav-pills{border-bottom:.1rem solid var(--border-color)}.reset-password .form-tab .nav.nav-pills .nav-item{margin-bottom:-.1rem}.reset-password .form-tab .nav.nav-pills .nav-item+.nav-item{margin-left:0}.reset-password .form-tab .nav.nav-pills .nav-item.show .nav-link{color:inherit}.reset-password .form-tab .nav.nav-pills .nav-link{text-transform:capitalize;font-weight:400;font-size:2rem;letter-spacing:-.025em;color:inherit;border-bottom-width:.2rem;border-color:#f7c700;padding:.9rem 1rem;cursor:auto}.reset-password .form-tab .nav-fill .nav-item{flex:1 1}.reset-password .form-tab .tab-content .tab-pane{padding:2rem 0 0}.reset-password .form-tab .form-group{margin-bottom:1.3rem}.reset-password .form-tab .form-footer{padding-top:.6rem;padding-bottom:3rem;border-bottom:.1rem solid var(--border-color);margin-bottom:2.3rem}.reset-password .form-tab .form-footer .btn{margin-left:auto;margin-top:1rem;order:2;width:100%;border-radius:1rem}.reset-password .form-tab .form-footer a:not(.forgot-link){text-decoration:underline}.reset-password .form-tab .form-footer .custom-control{margin:0}.reset-password .form-tab .form-footer .forgot-link{order:-1;width:100%;margin-bottom:.6rem}.reset-password .form-choice{color:#333;font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:-.025em}.reset-password .form-choice p{margin-bottom:2.7rem}.customer-opinion{padding-block:3rem;background-color:var(--light-gray-color-300)}.customer-opinion__header{text-align:center;margin-bottom:3rem}.customer-opinion .review-item{width:100%;min-height:200px;display:flex;flex-direction:column;align-items:center}.customer-opinion .profile-image-container{width:70px;height:70px;border-radius:100px;overflow:hidden;margin-bottom:3rem}.customer-opinion .profile-image{width:100%;height:100%;object-fit:cover}.hero{position:relative}.hero .indicater{background-color:#fff;margin-bottom:10px;width:30px;height:3px;opacity:.5}.hero .indicater.active{opacity:1!important}.hero .owl-stage-outer{border-radius:0}.hero .owl-item{min-height:500px;position:relative}.hero__image{width:100%;object-fit:cover;position:absolute}.hero .text-container{position:absolute;left:20vw;top:50%;transform:translateY(-50%);z-index:9}.hero .text-container *{color:#fff}.hero .text-container h5{font-size:clamp(1.2rem,2vw,2rem)}.hero .text-container h1{font-size:clamp(1.2rem,3vw,3rem)}.hero .buy-link{display:flex;align-items:center;gap:1rem;transition:all .3s ease;padding:1rem 2.5vw;border-radius:50px;font-size:clamp(1rem,2vw,2rem);font-family:Poppins;width:-moz-fit-content;width:fit-content;color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.hero .buy-link.focus,.hero .buy-link:focus,.hero .buy-link:hover,.hero .buy-link:not(:disabled):not(.disabled).active,.hero .buy-link:not(:disabled):not(.disabled):active,.show>.hero .buy-link.dropdown-toggle{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.hero .buy-link.disabled,.hero .buy-link:disabled{color:#fff;background-color:#f7c700;border-color:#f7c700}.hero .buy-link svg path{transition:fill .3s ease}.hero .buy-link:hover svg path{fill:#f7c700}.hero2 .image{width:auto;aspect-ratio:4/2;object-fit:contain;max-height:300px}.hero2 h1{font-weight:600}.hero3{background-image:url(/_next/static/media/3.335c91ea.png);background-size:contain;background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:25px;background-color:#252542;margin-top:175px;margin-bottom:175px;position:relative}@media screen and (max-width:768px){.hero3{margin-top:225px;margin-bottom:75px}}.hero3 .title{color:#f7c700;font-weight:600}.hero3 .sub-title{color:#fff;font-weight:600}.hero3 .btn{background-image:linear-gradient(180deg,#fff219,#faaf40);color:#434242;border-radius:9999px;padding:.5rem 2rem;font-size:24px;min-width:100px;font-weight:400;text-transform:uppercase;border:none;transition:all .3s ease-in-out}.hero3 .btn:hover{color:#000}@media screen and (max-width:991px){.hero3 .btn{font-size:16px;font-weight:500}}.hero3 .image-1{position:absolute;top:-215px;right:30px;width:325px}.hero3 .image-2-container{position:relative}.hero3 .image-2-container img{position:absolute;bottom:-70px;left:-35%;width:100%;height:auto;object-fit:contain}@media screen and (max-width:1400px){.hero3 .image-2-container img{left:0}}@media screen and (max-width:992px){.hero3 .image-2-container img{display:none}}.hero4{background-image:url(/_next/static/media/1.ad9d7544.png);background-size:contain;background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:25px}@media screen and (max-width:768px){.hero4{border-radius:0}}.hero4 h1{font-weight:600}.hero4 .image-2{height:400px;width:auto;margin-bottom:-100px;margin-left:-12%}@media screen and (max-width:441px){.hero .owl-item{height:250px!important}.hero .buy-link svg{width:15px;height:15px}}.categories{display:flex;flex-direction:column;align-items:center}.categories__header{text-align:center;margin-block:1rem;width:100%}.categories__header h1,.categories__header h4{font-weight:600}.categories .owl-nav{display:flex!important}@media screen and (max-width:1200px){.categories .owl-nav{display:none!important}}.categories .owl-nav [class*=owl-]{width:0!important;height:0!important}.categories .custom-next,.categories .custom-prev{background-color:transparent;border:2px solid #434242;color:#434242;font-size:12px;font-weight:700;text-align:center;padding:10px 15px;border-radius:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;gap:8px}.categories .custom-next span,.categories .custom-prev span{font-size:14px}.categories .custom-prev{position:absolute;top:-53px;left:10px}.categories .custom-next{position:absolute;top:-53px;right:10px}.categories__cards{width:100%}.categories .category-card{border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:5px solid #fff;aspect-ratio:1/1;transition:all .3s ease}.categories .category-card:hover{border-color:#f7c700;box-shadow:0 10px 50px rgba(0,0,0,.1)}.categories .category-image{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-fit:contain}@media screen and (max-width:991px){.categories__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:781px){.categories__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:441px){.categories__cards{grid-template-columns:repeat(2,1fr);padding-block:1rem}.categories .category-card{height:200px}}.our-features{width:100%;background:var(--light-gray-color-200)}.our-features .feature-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;height:auto}.our-features .feature-icon{width:auto;max-height:400px;object-fit:contain;display:flex;justify-content:center;align-items:center}.our-features .feature-icon img{height:250px;object-fit:contain}.our-features .feature-title{margin:0;font-weight:700;text-transform:uppercase;font-size:26px}.our-features .feature-desc{text-align:center!important}@media screen and (max-width:991px){.our-features__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:781px){.our-features__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:441px){.our-features__cards{grid-template-columns:repeat(1,1fr)}.our-features .category-card{height:200px}}.week-deal__image{width:100%}.week-deal__header{color:var(--white);font-size:clamp(1.5rem,5vw,5rem)}.week-deal .content-container{position:relative}.week-deal .text-container{position:absolute;left:10%;top:50%;transform:translateY(-50%)}.week-deal .buy-link{display:flex;align-items:center;gap:1rem;transition:all .3s ease;padding:1rem 2.5vw;border-radius:0;font-size:clamp(1rem,2vw,2rem);font-family:Poppins;width:-moz-fit-content;width:fit-content;color:#fff;background-color:#f7c700;border-color:#f7c700;box-shadow:none}.show>.week-deal .buy-link.dropdown-toggle,.week-deal .buy-link.focus,.week-deal .buy-link:focus,.week-deal .buy-link:hover,.week-deal .buy-link:not(:disabled):not(.disabled).active,.week-deal .buy-link:not(:disabled):not(.disabled):active{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.week-deal .buy-link.disabled,.week-deal .buy-link:disabled{color:#fff;background-color:#f7c700;border-color:#f7c700}.week-deal .buy-link svg path{transition:fill .3s ease}.week-deal .buy-link:hover svg path{fill:#f7c700}@media screen and (max-width:991px){.week-deal__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:781px){.week-deal__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:441px){.week-deal>h3{padding-left:1rem}.week-deal__cards{grid-template-columns:repeat(2,1fr)}.week-deal .category-card{height:200px}.week-deal svg{width:15px;height:15px}}.who-we-are{background:var(--light-blue-color);background-image:url(/_next/static/media/1.a9d647a2.png);background-size:cover;background-repeat:no-repeat;padding:2rem 0}.who-we-are__header{margin-bottom:2rem}.who-we-are .text-container{background-color:#fff;padding:40px;border-radius:25px}.who-we-are .text-container .btn{background-image:linear-gradient(180deg,#fff219,#faaf40);color:#434242;border-radius:9999px;padding:.5rem 2rem;font-size:24px;min-width:100px;font-weight:400;text-transform:uppercase;border:none;transition:all .3s ease-in-out}.who-we-are .text-container .btn:hover{color:#000}@media screen and (max-width:991px){.who-we-are .text-container .btn{font-size:16px;font-weight:500}}.who-we-are .text-container p{font-size:1.7rem}.who-we-are .paragraph-1,.who-we-are .paragraph-2{font-size:clamp(1.3rem,1.8vw,1.8rem)}.who-we-are .paragraph-2{color:#08001e}.who-we-are a{position:relative;display:flex;align-items:center;gap:1rem;transition:color .3s ease;padding:1rem 2.5vw;border-radius:0;font-size:clamp(1rem,2vw,2rem);width:-moz-fit-content;width:fit-content;border:1px solid #f7c700;background:transparent}.who-we-are a svg path{fill:#f7c700;transition:fill .3s ease}.who-we-are a *{z-index:2}.who-we-are a:after{z-index:1}@media screen and (max-width:441px){.who-we-are a{top:0}}.need-support{margin-top:55px}.need-support__header{margin-bottom:2rem}@media screen and (max-width:991px){.need-support{margin-top:20px}}.need-support .payment-bg{background:#2b2a29}.need-support .text-container{position:relative;display:flex;flex-direction:column;gap:1rem;padding-block:clamp(1rem,5vw,5rem)}.need-support .paragraph-1,.need-support .paragraph-2{font-size:clamp(1.8rem,1.8vw,2.4rem);font-weight:400;text-align:justify;line-height:1.3}@media screen and (max-width:991px){.need-support .paragraph-1,.need-support .paragraph-2{text-align:center;line-height:1.5}}.need-support .paragraph-2{color:#08001e}.need-support .btns-container{display:flex;align-items:center;gap:1rem}.need-support .btns-container img{width:30px;height:30px}.need-support .img-container-support{position:relative;height:400px;display:flex;justify-content:end;flex-direction:column;align-items:end}@media screen and (max-width:991px){.need-support .img-container-support{height:auto}}.need-support .img-container-support .hidden{visibility:hidden}.need-support .img-container-support img{max-width:100%;max-height:550px;height:auto;width:auto}.need-support .img-container-support img:lang(en){margin-right:-30px}@media screen and (max-width:991px){.need-support .img-container-support img:lang(en){margin-left:auto;margin-right:auto}}.need-support .img-container-support img:lang(ar){margin-left:-30px}@media screen and (max-width:991px){.need-support .img-container-support img:lang(ar){margin-left:auto;margin-right:auto}}.need-support a{padding:5px;border-radius:5px;transition:background .5s ease}.need-support a svg{width:32px;height:32px}.need-support a path{transition:fill .5s ease}.need-support a:after{display:none}.home-brands__header{text-align:center}.home-brands__brands-images{justify-content:center;flex-wrap:wrap;gap:1rem}.home-brands .brand-image,.home-brands .owl-stage,.home-brands__brands-images{display:flex;align-items:center}.home-brands .brand-image{justify-content:center;padding:.75rem!important;width:100px;height:auto;object-fit:contain}.new-arrivals__header{text-align:center;margin-bottom:4rem}.new-arrivals .arrival-item{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;justify-content:center;align-items:center;padding:2rem 1.5rem}@media screen and (max-width:781px){.new-arrivals .arrival-item{grid-template-columns:repeat(2,1fr)}}.about-hero{max-height:500px;position:relative;overflow:hidden;display:grid;place-items:center;padding:0}.about-hero__image{width:100%;object-fit:cover}.who-we-are-about{margin-block:2vw;background:var(--light-blue-color);height:-moz-fit-content;height:fit-content}.who-we-are-about,.who-we-are-about .container{padding-block:2rem}.who-we-are-about .text-container{position:relative;display:flex;flex-direction:column;gap:1rem}.who-we-are-about .paragraph-1{font-size:clamp(1.1rem,1.5vw,1.5rem);color:#110435!important}.who-we-are-about .image-container{position:relative;height:100%;display:grid;place-items:center}.who-we-are-about .image-1{position:relative;z-index:2;padding:max(2vw,2rem);background:var(--light-blue-color);width:70%;margin-top:2rem}.who-we-are-about .image-2{position:absolute;right:0;top:0;z-index:1;width:60%;height:60%;object-fit:cover}.who-we-are-about a{position:relative;display:flex;align-items:center;gap:1rem;transition:all .3s ease;padding:1rem 2.5vw;border-radius:0;font-size:clamp(1rem,1.5vw,1.5rem);font-family:Poppins;width:-moz-fit-content;width:fit-content;color:#f7c700;background-color:transparent;border:1px solid #f7c700;box-shadow:none}.show>.who-we-are-about a.dropdown-toggle,.who-we-are-about a.focus,.who-we-are-about a:focus,.who-we-are-about a:hover,.who-we-are-about a:not(:disabled):not(.disabled).active,.who-we-are-about a:not(:disabled):not(.disabled):active{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.who-we-are-about a.disabled,.who-we-are-about a:disabled{color:#f7c700;background-color:transparent;border-color:#f7c700}.who-we-are-about a svg path{fill:#f7c700;transition:fill .3s ease}.design-brands{margin-block:2vw}.design-brands,.design-brands .text-container{padding-block:2rem}.design-brands .image{width:min(100%,600px);height:auto;object-fit:cover;scale:1.2}.contact-hero{max-height:500px;position:relative;overflow:hidden;display:grid;place-items:center;padding:0}.contact-hero__image{width:100%;object-fit:cover}.contact-hero .text-container{position:absolute;z-index:2;inset:0;width:100%;height:100%;background:rgba(0,0,0,.357);display:flex;align-items:center;justify-content:center;flex-direction:column}.contact-hero .text-container *{color:#fff}.contact-form{padding-block:2rem;padding-inline:2rem;margin-block:2rem}.contact-form .col-12,.contact-form .col-md-6{padding:1rem}.contact-form h3{margin:0}.contact-form svg path{fill:#f7c700}.contact-form .mail path{fill:transparent!important;stroke:#f7c700}.contact-form .contacts-container{display:flex;flex-direction:column;gap:2rem}.contact-form .contact-item,.contact-form button{display:flex;gap:1rem}.contact-form button{align-items:center;transition:all .3s ease;padding:1rem 2rem;border-radius:0;font-size:1.5rem;font-family:Poppins;width:-moz-fit-content;width:fit-content;border:1px solid #f7c700!important;padding-inline:2rem;color:#f7c700;position:relative;overflow:hidden}.contact-form button:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}.contact-form button *{z-index:2}.contact-form button:hover path,.contact-form button:hover rect{fill:#fff}.contact-form button:hover:after{width:100%}.contact-form button:hover{color:#fff}.wish-header{border-bottom:2px solid var(--light-gray-color-400);margin-top:2rem}.wish-header h5{text-transform:uppercase;margin:0;padding-block:10px;color:var(--dark-gray-color-800);font-size:clamp(1.2rem,1.8vw,1.8rem)}@media screen and (max-width:600px){.wish-header{display:none}}.wish-items{display:flex;flex-direction:column;gap:1rem}.wish-items .wish-item{align-items:center;margin-block:1rem;padding-block:1rem;border-bottom:2px solid var(--light-gray-color-400)}.wish-items .image-container{display:flex;align-items:center;height:100%}.wish-items .item-info{display:flex;align-items:center;gap:1rem}.wish-items img{width:clamp(2rem,7vw,7rem);height:clamp(2rem,7vw,7rem);object-fit:cover}.wish-items p{font-size:clamp(1rem,1.5vw,1.5rem)}.wish-items .wish-item-mobile{display:none!important;border-bottom:1px solid var(--dark-gray-color);padding-block:1rem}.wish-items .mobile-image{width:90%!important;height:100%;object-fit:contain!important}.wish-items .text-danger,.wish-items .text-success{text-transform:uppercase;font-family:Poppins;font-size:1.5rem}.wish-items .add-cart-btn{display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;padding:.5rem;border-radius:0;font-size:1.5rem,1.5vw,1.5rem;font-family:Poppins;width:-moz-fit-content;width:fit-content;border:1px solid #f7c700!important;padding-inline:3rem;width:min(100%,240px);color:#f7c700;background-color:transparent;border-color:#f7c700;box-shadow:none}.show>.wish-items .add-cart-btn.dropdown-toggle,.wish-items .add-cart-btn.focus,.wish-items .add-cart-btn:focus,.wish-items .add-cart-btn:hover,.wish-items .add-cart-btn:not(:disabled):not(.disabled).active,.wish-items .add-cart-btn:not(:disabled):not(.disabled):active{color:#f7c700;background-color:#fff;border-color:#fff;box-shadow:none}.wish-items .add-cart-btn.disabled,.wish-items .add-cart-btn:disabled{color:#f7c700;background-color:transparent;border-color:#f7c700}.wish-items .add-cart-btn svg path,.wish-items .add-cart-btn svg rect{fill:#f7c700}.wish-items .cross-btn{width:100%}.wish-items .cross-btn path{fill:var(--dark-gray-color-100)}.wish-items .delete path{fill:var(--danger)}@media screen and (max-width:600px){.wish-items{padding-top:2rem}.wish-items .wish-item{display:none!important}.wish-items .wish-item-mobile{display:flex!important}}.cart-checkout-form{display:flex;flex-direction:column;padding:2rem;border:1px dashed var(--dark-gray-color-100);background:var(--light-gray-color-300);border-radius:5px;height:-moz-fit-content;height:fit-content}.cart-checkout-form a,.cart-checkout-form h4,.cart-checkout-form label,.cart-checkout-form span{font-size:1.9rem}.cart-checkout-form a{text-decoration:underline}.cart-checkout-form__header{margin-bottom:0;padding-bottom:2rem;border-bottom:1px solid var(--dark-gray-color-100)}.cart-checkout-form .subtotal{display:flex;align-items:center;justify-content:space-between;padding-block:2rem;margin:0}.cart-checkout-form .shipping-type{padding-block:2rem;border-top:1px solid var(--dark-gray-color-100);border-bottom:1px solid var(--dark-gray-color-100)}.cart-checkout-form .shipping-option{justify-content:space-between}.cart-checkout-form .shipping-option,.cart-checkout-form .shipping-option-inner{display:flex;align-items:center;gap:1rem}.cart-checkout-form .shipping-option label{margin-bottom:0}.cart-checkout-form .total{display:flex;justify-content:space-between;align-items:center;color:#f7c700;padding-block:2rem;margin:0}.cart-checkout-form .checkout-btn{gap:1rem;transition:all .3s ease;border-radius:0;padding:1rem;font-size:1.5rem,1.5vw,1.5rem;border:1px solid #f7c700!important;text-align:center;text-decoration:none;position:relative;overflow:hidden}.cart-checkout-form .checkout-btn:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}.cart-checkout-form .checkout-btn *{z-index:2}.cart-checkout-form .checkout-btn:hover path,.cart-checkout-form .checkout-btn:hover rect{fill:#fff}.cart-checkout-form .checkout-btn:hover:after{width:100%}.cart-checkout-form .checkout-btn:hover{color:#fff}.cart-checkout-form .checkout-btn:after{z-index:1}.cart-checkout-form .checkout-btn span{color:#f7c700;position:relative;z-index:2;transition:color .5s ease}.cart-checkout-form .checkout-btn:hover span{color:#fff!important}.cart-checkout-form .checkout-btn.active{background:#f7c700;border-color:#f7c700}.cart-checkout-form .checkout-btn.active span{color:#fff}.cart-checkout-form .alert-danger{font-size:16px;border:1px solid #f5c6cb;color:#721c24;background:#f8d7da;text-align:center;border-radius:0}@media screen and (max-width:600px){.checkout-form{width:100%}}.cart-items{padding-block:1rem;margin-block:1rem}.cart-items .cart-items-header *{font-size:1.5rem;padding-bottom:1.5rem}.cart-items .cart-item{align-items:center;padding-block:1rem;margin-block:1rem}.cart-items .cart-item-mobile{display:none!important;border-bottom:1px solid var(--dark-gray-color);padding-block:1rem}.cart-items .product-info{display:flex;align-items:center;gap:1rem}.cart-items .image-container{display:grid;place-items:center}.cart-items img{width:70px;height:70px;object-fit:contain}.cart-items .delete-btn path{fill:var(--dark-gray-color-100)}.cart-items .coupon-code{display:flex;align-items:stretch;justify-content:space-between;margin-block:1rem}.cart-items .coupon-code button{border:2px solid #f7c700;height:100%}.cart-items .coupon-code button path{fill:#f7c700}.cart-items .input-side{display:flex;align-items:center;gap:1rem}.cart-items .form-control{margin:0}.cart-items .update-btn{width:100%;color:#f7c700}.cart-items .delete path{fill:var(--danger)}@media screen and (max-width:600px){.cart-items{display:flex;flex-direction:column;gap:2rem}.cart-items .cart-item,.cart-items .cart-items-header{display:none!important}.cart-items .cart-item-mobile{display:flex!important}.cart-items img{width:100%;height:100%;object-fit:contain}}.checkout-information .checkout-cart-item{display:flex;justify-content:space-between;padding-block:1rem;color:var(--dark-gray-color-100);border-bottom:1px solid var(--dark-gray-color-100)}.checkout-information .cart-item-name{width:60%}.checkout-information .separator{color:var(--dark-gray-color-100);border-bottom:1px solid var(--dark-gray-color-100)}.checkout-information .checkout-form{width:100%}.checkout-information .checkout-form .toggle input{width:15px;height:15px;color:#f7c700;accent-color:#f7c700;border:#fff}.checkout-information .checkout-form .radio{display:flex;flex-direction:column}.checkout-information .checkout-form .radio input{width:15px;height:15px;accent-color:#f7c700;border:#fff;-webkit-appearance:default;-moz-appearance:default;appearance:default}.checkout-information .checkout-form .radio img{height:30px}.checkout-form{display:flex;flex-wrap:wrap;height:-moz-fit-content;height:fit-content}.checkout-form label{font-size:1.9rem}.category-slider{padding:0 1rem}.category-slider .owl-item{max-height:500px;position:relative}.category-slider .image-container{width:100%;height:100%;z-index:0;min-height:500px}.category-slider img{width:100%;height:100%;object-fit:cover;position:absolute}.category-slider .owl-stage-outer{border-radius:0}@media screen and (max-width:600px){.category-slider .image-container{min-height:250px}}.category-product{padding:0}.category-product .sub-category{width:100%;height:-moz-fit-content;height:fit-content;display:grid;place-items:center;border:1px solid #ccc;padding:1rem;min-height:250px}.category-product a{display:block;overflow:hidden;position:relative;transition:all .5s ease}.category-product a:hover{border-color:#f7c700;box-shadow:0 10px 50px rgba(0,0,0,.1);scale:1.1}.category-product h5{width:100%;text-align:center;transition:transform .5s ease;text-transform:capitalize}.category-product img{min-width:160px;min-height:160px;max-height:160px;height:100%;width:100%;padding:1rem;object-fit:contain}@media screen and (max-width:600px){.category-product .sub-category{min-height:-moz-fit-content;min-height:fit-content;padding:0}}.image-side{position:relative;z-index:1;overflow-y:clip;overflow-x:visible}.image-side img{width:100%;height:100svh;object-fit:cover;scale:1.2}.image-side .text-container{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:80%}.image-side .text-container *{color:#fff}.image-side__header{font-size:clamp(2.5rem,3vw,3rem)}.image-side__desc{font-size:clamp(1.5rem,2vw,2rem)}.image-side .back-button{position:absolute;top:2rem;left:4rem;width:60px;height:60px;display:grid;place-items:center;z-index:9;border-radius:50px;border:1px solid #fff;transition:background .5s ease}.image-side .back-button svg{scale:-1}.image-side .back-button path{fill:#fff;transition:fill .5s ease}.image-side .back-button:hover{background:#fff}.image-side .back-button:hover path{fill:#f7c700}.image-side:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;scale:1.1;background-image:url(/public/images/login/login-background.png)}@media screen and (max-width:600px){.image-side img{height:35svh}}.login-form,.reset-password-form{position:relative;z-index:5;background:var(--light-gray-color-500);border-top-left-radius:clamp(1rem,5vw,5rem);border-bottom-left-radius:clamp(1rem,5vw,5rem);height:100svh;padding-block:10svh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.login-form form,.reset-password-form form{display:flex;flex-direction:column;align-items:stretch;gap:1.5rem;width:min(400px,100%);padding-inline:2rem!important}.login-form .signin-btn,.reset-password-form .signin-btn{background:#f7c700;padding:1rem 3rem;border-radius:5px;color:#fff}.login-form .forget-pass,.reset-password-form .forget-pass{color:var(--black-color-100)}.login-form .forget-pass:hover,.reset-password-form .forget-pass:hover{text-decoration:underline}.login-form .or-container,.reset-password-form .or-container{display:flex;align-items:center;gap:1rem}.login-form .line,.reset-password-form .line{flex:1 1;height:2px;background:var(--gray)}.login-form .social-container,.reset-password-form .social-container{display:flex;align-items:center;gap:1rem}.login-form .social-login,.reset-password-form .social-login{flex:1 1;position:relative;background:var(--white);color:var(--black-color-100);border:1px solid var(--light-gray-color-600);border-radius:5px;padding:1rem 2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.login-form .create-account,.reset-password-form .create-account{padding-block:2rem;width:400px;padding-inline:2rem!important}.login-form .reset-pass-btn,.reset-password-form .reset-pass-btn{display:grid;place-items:center;width:100%;height:100%}.login-form .email-input,.reset-password-form .email-input{flex:1 1}@media screen and (max-width:600px){.login-form{border-bottom-left-radius:0;border-top-right-radius:clamp(1rem,5vw,5rem);height:65svh}}.register-form{position:relative;z-index:5;background:var(--light-gray-color-500);border-top-left-radius:clamp(1rem,5vw,5rem);border-bottom-left-radius:clamp(1rem,5vw,5rem);height:100svh;padding-block:10svh;display:grid;place-items:center}.register-form form{display:flex;flex-direction:column;align-items:stretch;gap:2rem;width:min(450px,100%);padding-inline:2rem}.register-form__type{display:flex;align-items:center;border-radius:5px;position:relative;width:100%;outline:2px solid #f7c700;outline-offset:-1px}.register-form__type:before{content:"";position:absolute;left:0;width:50%;height:100%;background:#f7c700;z-index:1;border-radius:3px;transition:transform .3s ease;transform:translateX(var(--position,0))}.register-form__type button{position:relative;z-index:2;padding:1rem;width:50%;background:transparent;transition:color .3s ease;color:#f7c700}.register-form .active-type{color:#fff}.register-form .name-fields{display:flex;align-items:center;gap:1rem}.register-form .submit-btn{border-radius:5px;padding:1rem 2rem;color:#fff;background:#f7c700}@media screen and (max-width:600px){.register-form{border-bottom-left-radius:0;border-top-right-radius:clamp(1rem,5vw,5rem);height:auto}}.app-input{position:relative;width:100%;height:100%;background:var(--white);border:1px solid var(--light-gray-color-600);padding:1rem 2rem;display:flex;align-items:center}.app-input label{position:absolute;inset:.7rem .8rem;font-size:1.5rem;color:var(--dark-gray-color-200);padding:0;margin:0;box-sizing:border-box;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;transition:transform .3s ease;pointer-events:none;padding-inline:7px}.app-input label:before{content:"";z-index:-1;position:absolute;left:0;top:45%;width:100%;height:55%;background:transparent;transition:background .01s ease .25s}.app-input input,.app-input textarea{width:100%;height:100%;background:transparent;color:var(--black-color-100);border:none;border-radius:5px;font-size:1.8rem;outline:none}.app-input input:-webkit-autofill,.app-input textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#777}.app-input textarea{resize:none;height:120px}.app-input label.has-value,.app-input:focus-within label{transform:translateY(-95%)}.app-input label.has-value:before,.app-input:focus-within label:before{background:var(--white)}.app-input .toggle-show{position:relative;width:-moz-fit-content;width:fit-content;display:grid;place-items:center}.app-input .toggle-show:after{content:"";position:absolute;left:0;top:50%;rotate:120deg;width:100%;height:2px;background:#84818a;transform:scaleX(0) translateY(-50%);transition:transform .3s ease}.app-input .toggle-show.active-show:after{transform:scaleX(1)}.FAQ-container{margin-bottom:1vw}.FAQ-container h3{margin-block:2rem;font-weight:300}.FAQ-item{display:flex;flex-direction:column;align-items:stretch;border:1px solid var(--light-gray-color-400);border-bottom:0;background:var(--light-gray-color-50);transition:background .3s ease}.FAQ-item button{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;text-align:unset;color:var(--dark)}.FAQ-item svg{transition:rotate .8s cubic-bezier(.68,-.55,.27,1.55)}.FAQ-item svg path{stroke:var(--dark-gray-color-100);transition:stroke .5s ease}.FAQ-item .FAQ-content{overflow:hidden;padding:0;transition:height .8s cubic-bezier(.68,-.55,.27,1.55);height:0}.FAQ-item .FAQ-inside-content{padding:0 1.5rem 1.5rem}.FAQ-item:last-of-type{border-bottom:1px solid var(--light-gray-color-400)}.FAQ-item[data-expanded=true]{background:var(--white)}.FAQ-item[data-expanded=true] button{color:#f7c700}.FAQ-item[data-expanded=true] svg{rotate:180deg}.FAQ-item[data-expanded=true] svg path{stroke:#f7c700}.FAQ-item[data-expanded=true] .FAQ-content{height:var(--faq-height)}.wallet-header{justify-content:space-between}.wallet-header .col-md-6{margin-bottom:1rem}.wallet-header__left{padding:2rem;height:100%}.wallet-header__left,.wallet-header__right{box-shadow:0 0 2px 0 var(--blue-gray-100);border-radius:6px}.wallet-header__right{padding:1rem;display:grid;place-items:center;height:100%}.wallet-header button h6{transition:color .3s ease-out}.wallet-header button svg{transition:scale .3s ease-out}.wallet-header button:hover h6{color:#f7c700}.wallet-header button:hover svg{scale:1.1}@media screen and (max-width:600px){.wallet-header .col-md-6:first-of-type{margin-bottom:2rem}.wallet-header .col-md-6:nth-of-type(2){margin-bottom:1rem}}.wallet-budget{margin-top:2rem;margin-inline:0}.wallet-budget__inside{flex-wrap:wrap;box-shadow:0 0 2px 0 var(--blue-gray-100);border-radius:6px}.wallet-budget .budget,.wallet-budget__inside{display:flex;align-items:center;justify-content:space-between;padding:2rem}.wallet-budget .budget{gap:1rem;flex:1 1}.wallet-budget h3{margin:0}.wallet-budget .budget:first-of-type{border-left:1px solid var(--light-gray-color-600)}.wallet-budget .budget:first-of-type,.wallet-budget .budget:nth-of-type(2){border-right:1px solid var(--light-gray-color-600)}[lang=ar] .budget:nth-of-type(2){border-right:0!important;border-left:1px solid var(--light-gray-color-600)}@media screen and (max-width:600px){.wallet-budget .budget:nth-of-type(2){border-left:none;border-right:none}}.wallet-activity{box-shadow:0 0 2px 0 var(--blue-gray-100);margin-top:3rem;padding:1rem 2rem;border-radius:6px;margin-inline:0}.wallet-activity__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%;padding:1rem}.wallet-activity .wallet-activity-filter{display:flex;align-items:stretch;justify-content:space-between;gap:3vw;position:relative}@media screen and (max-width:600px){.wallet-activity .wallet-activity-filter{gap:0}}.wallet-activity .wallet-activity-filter:after{content:"";position:absolute;left:0;background:#f7c700;height:100%;width:100px;transition:transform .6s cubic-bezier(.84,-.4,.21,1.35);z-index:1;transform:translateX(var(--after-position));border-radius:50px}.wallet-activity .wallet-activity-filter button{position:relative;height:100%;padding:1rem;background:transparent;z-index:2;color:#000;transition:color .6s cubic-bezier(.84,-.4,.21,1.35);border-radius:50px;width:100px}.wallet-activity .wallet-activity-filter button.active-filter{color:#fff}.wallet-activity .wallet-activity-item{border-bottom:1px solid var(--blue-gray-100)}.wallet-activity .wallet-activity-item:last-of-type{border-bottom:none}.wallet-activity .wallet-activity-item>div{text-align:center;font-size:1.8rem;color:#000}@media screen and (max-width:600px){.wallet-activity__header{justify-content:center;gap:2rem}.wallet-activity h4{text-align:center}}.quantity-controller{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--dark-gray-color-100)}.quantity-controller button{height:-moz-fit-content;height:fit-content;width:45px;height:45px;font-size:3rem;font-family:Poppins;font-weight:300;display:flex;flex-direction:column;justify-content:center}.quantity-controller span{font-size:2rem;width:45px;text-align:center;font-weight:500}.product-info{justify-content:center}.product-info h3{text-transform:capitalize}.product-info .text-primary{color:#faaf40!important}.product-info .title{font-size:36px;color:#000;font-weight:700;margin-bottom:1rem}.product-info .rest-images{position:relative;margin-top:2rem}.product-info .main-image{display:grid;place-items:center;padding:1rem}.product-info .main-image img{height:50svh;object-fit:contain}.product-info .other-image{position:relative;z-index:2;width:calc(100%/var(--image-len));object-fit:contain;height:100px;opacity:.7;transition:opacity .3s ease;padding:10px;cursor:pointer}.product-info .active-item,.product-info .other-image:hover{opacity:1}.product-info .checkout-btn{gap:1rem;transition:all .3s ease;border-radius:0;padding:.6rem;font-size:1.5rem,1.5vw,1.5rem;border:1px solid #f7c700!important;text-align:center;text-decoration:none;width:100%;display:block;cursor:pointer;position:relative;overflow:hidden}.product-info .checkout-btn:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}.product-info .checkout-btn *{z-index:2}.product-info .checkout-btn:hover path,.product-info .checkout-btn:hover rect{fill:#fff}.product-info .checkout-btn:hover:after{width:100%}.product-info .checkout-btn:hover{color:#fff}.product-info .checkout-btn:after{z-index:1}.product-info .checkout-btn span{color:#f7c700;position:relative;z-index:2;transition:color .5s ease;white-space:nowrap}.product-info .checkout-btn:hover span{color:#fff!important}.product-info .checkout-btn.active{background:#f7c700;border-color:#f7c700}.product-info .checkout-btn.active span{color:#fff}.product-info .coupon-input{display:flex;align-items:center}.product-info .coupon-input label,.product-info .quantity-input label{width:30%}.product-info .btn{background:#faaf40;color:#fff;border-radius:9999px;padding:.5rem 2rem;min-width:270px!important;text-transform:uppercase;border:none;transition:all .3s ease-in-out}.product-info .btn:hover{color:#fff}.product-info .btn path,.product-info .btn svg{fill:#fff}@media screen and (max-width:991px){.product-info .btn{min-width:200px!important}}.product-info .btn span{font-weight:400!important;font-size:18px!important;color:#fff}@media screen and (max-width:991px){.product-info .btn span{font-size:16px!important;font-weight:500!important}}.product-info .coupon-input{position:relative}.product-info .coupon-input .arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}.product-info .coupon-input .arrow svg{width:16px;height:16px}.product-info .coupon-input .arrow:lang(ar){right:10px}.product-info .coupon-input .arrow:lang(en){left:10px}.product-info .coupon-input input{width:75px;padding:.8rem;border-radius:999999px;box-shadow:none!important;outline:none!important;border:1px solid var(--dark-gray-color-100);text-align:center}.product-info .options-bnt{min-width:100%!important;width:100%;display:flex;justify-content:center;padding:10px 20px;background:transparent!important}.product-info .options-bnt.active{background:#f7c700!important}.product-info .options-bnt span{color:#faaf40}.product-info .quantity-controller{width:150px}.product-info .product-controllers path,.product-info .product-controllers rect{fill:#f7c700}.product-info .top-button{border-color:transparent}.product-info svg{width:28px;height:28px}.product-info .line{height:100%;border-left:1px dashed var(--border-color)}.product-info .general-product-controller span{font-size:1.2rem;font-weight:700}.product-info .category-type{width:100%;border-top:1px solid var(--border-color);padding-block:2rem}.product-info .bulk-purchase{min-height:250px;display:flex;flex-direction:column;gap:2rem;padding:2rem;border:2px solid var(--light-gray-color-400);border-radius:5px}.product-info .quantity-calculation{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.product-info .quantity-count{border:1px solid var(--dark-gray-color-100);padding:1.5rem 2rem;flex:1 1;border-radius:3px}.product-info .quantity-calc{background:#f7c700;width:20rem;text-align:center;padding:1.5rem 2rem;border-radius:3px}.product-info .discount-price_in_usd,.product-info .price_in_usd{display:flex;align-items:center;gap:2rem;padding-block:5px}.product-info .discount-price_in_usd h3,.product-info .discount-price_in_usd h4,.product-info .price_in_usd h3,.product-info .price_in_usd h4{margin:0;min-width:100px;position:relative}.product-info .discount-price_in_usd>span,.product-info .price_in_usd>span{color:var(--dark-gray-color-100)}.product-info .main-price_in_usd{display:flex;align-items:center;gap:.5rem}.product-info .was-word{color:#ccc}.product-info .overflow-y-auto{overflow-y:auto}.product-info .image-slider-container{border:1px solid #ddd;border-radius:15px}.product-info .image-slider-container .img-2 img{max-width:1000000000000000000px!important}.product-info .aspect-ratio{aspect-ratio:1/1;object-fit:contain;max-width:100px}.product-info .modal-fullscreen{width:100vw;max-width:100vw;height:100vh;margin:0}.product-info .modal-fullscreen .main-img{max-height:80vh;width:auto;object-fit:contain}.product-info .modal-fullscreen .slier-img{max-height:10vh;width:auto;object-fit:contain}.product-info .price_in_usd[data-discount=true] h4{color:var(--dark-gray-color-100)}.product-info .price_in_usd[data-discount=true] h4:after{content:"";position:absolute;width:100%;height:2px;left:0;top:50%;background:var(--danger);transform:rotate(10deg) translateY(-50%);transform-origin:center}.product-info .discount-price_in_usd[data-discount=true] h3{color:#f7c700}.product-info .social-icon{padding:5px;width:30px;height:30px;border-radius:50px;border:1px solid var(--dark-gray-color-100);transition:border-color .3s ease}.product-info .social-icon path{fill:var(--dark-gray-color-100);transition:fill .3s ease}.product-info .social-icon:hover{border-color:#f7c700}.product-info .social-icon:hover path{fill:#f7c700}.product-info [disabled]{pointer-events:none;opacity:.5}.product-description{display:flex;flex-direction:column;margin-top:2rem}.product-description .navigations{width:-moz-fit-content;width:fit-content;position:relative;display:flex;align-items:center;gap:2rem;overflow-x:hidden;overflow-y:hidden;white-space:nowrap}@media screen and (max-width:768px){.product-description .navigations{overflow-x:scroll;overflow-y:hidden;width:100%}}.product-description .navigations:after{content:"";position:absolute;left:0;border-bottom:3px solid #f7c700;height:105%;width:170px;transition:transform .6s cubic-bezier(.84,-.4,.21,1.35);z-index:1;transform:translateX(var(--after-position))}.product-description .nav-btns{text-transform:capitalize}.product-description .navigations button{padding:1rem;width:170px;text-align:center;transition:all .6s cubic-bezier(.84,-.4,.21,1.35);min-width:170px}.product-description .active-item,.product-description .navigations button:hover{color:#f7c700}.product-description .content{display:flex;flex-direction:column;gap:2rem;padding:max(2vw,1.5rem)}.product-description .content h4{margin-bottom:1rem}.product-description .content p{color:var(--black-color-100)}.product-description ul{list-style:disc;margin-left:1.5rem}.general-product-controller{position:relative;width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;border:1px solid #f7c700;transition:background .5s ease;padding:1rem;height:40px;overflow:hidden}.general-product-controller svg{position:relative;z-index:2}.general-product-controller path,.general-product-controller rect{transition:fill .5s ease;fill:#f7c700;animation:show-up .5s ease-in-out forwards;opacity:0}.general-product-controller span{position:relative;transition:color .5s ease;font-size:12px;color:var(--black-color-100);opacity:0;animation:show-up .5s ease-in-out forwards;z-index:2}.general-product-controller:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease-in-out}.general-product-controller[data-hover-effect=true]:hover:after{width:100%}.general-product-controller:hover span{color:#fff}.general-product-controller:hover path,.general-product-controller:hover rect{fill:#fff}@keyframes show-up{to{opacity:1}}.product-card{overflow:hidden;position:relative;transition:all .3s ease;height:330px;margin-bottom:12px}.product-card .link-div{position:absolute;width:100%;height:330px;z-index:2}.product-card p{text-transform:capitalize;font-weight:400;font-size:14px}.product-card a{text-transform:capitalize;color:var(--black-color-100);font-weight:500}.product-card a,.product-card h6{font-size:1.5rem}.product-card h6 span{color:#c7b488;font-weight:500!important}.product-card .product-state{position:absolute;left:1rem;top:1rem;z-index:2;pointer-events:none}.product-card .product-state div{border-radius:50px;width:40px;height:40px;display:none;font-size:12px;color:#fff}.product-card .product-state div:first-of-type{background:#a6c76c;margin-bottom:-1rem}.product-card .product-state div:nth-of-type(2){background:#7cd2e9;margin-bottom:-1rem}.product-card .product-state div:nth-of-type(3){background:#f0837c}.product-card div[data-active=true]{display:grid;place-items:center}.product-card .image-container{width:100%;height:auto;object-fit:contain;position:relative;display:flex;align-items:center;justify-content:center;height:225px;width:225px;max-width:100%;margin:0 auto}.product-card .image-container img{aspect-ratio:1/1;object-fit:cover;width:100%;height:auto;object-fit:contain}.product-card svg{width:20px;height:20px}.product-card .product-controller{position:absolute;width:30px;right:0;top:12.5%;max-height:0;transition:all .5s ease;overflow:hidden;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.product-card .product-controller button{transition:scale .3s ease;border:none;background:#faaf40;width:25px;height:25px;border-radius:50%;box-shadow:0 1px 4px rgba(17,17,26,.1),0 1px 2px rgba(17,17,26,.05);margin-top:5px;margin-bottom:5px;display:flex;align-items:center;justify-content:center}.product-card .product-controller button svg{fill:#fff;width:20px;height:20px}.product-card .product-controller button:hover{scale:1.1}.product-card .product-controller span{display:none}.product-card .product-controller svg path,.product-card .product-controller svg rect{fill:#fff}.product-card .line{height:50%;width:1px;border-left:2px dotted var(--border-color);margin-block:10px}.product-card .price_in_usd{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;gap:.5rem}.product-card .price_in_usd h6{width:-moz-fit-content;width:fit-content;margin:0;font-size:1.5rem;white-space:nowrap}.product-card .main-price_in_usd{color:#f7c700}.product-card .was-word{color:#ccc}.product-card [disabled]{pointer-events:none;opacity:.5!important}.product-card:hover{scale:1.1;background:#fff;box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 32px rgba(17,17,26,.05)}.product-card:hover .product-controller{max-height:70px}.product-card[dir=rtl] a,.product-card[dir=rtl] h6,.product-card[dir=rtl] span{font-weight:700}.product-card[dir=rtl] p{font-weight:500}.product-card-border{border:1px solid var(--border-color)}.rainbow-border{overflow:hidden;position:relative}.rainbow-border:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;border:2px solid transparent;border-radius:1rem;animation:animateRainbowBorder 10s linear infinite}.rainbow-border .content{position:relative;z-index:1;padding:20px}@keyframes animateRainbowBorder{0%{border-color:#ff0}16.666%{border-color:orange}33.333%{border-color:#ff0}50%{border-color:orange}66.666%{border-color:#ff0}83.333%{border-color:orange}to{border-color:#ff0}}.compare .compaier-header .btn{background:#faaf40;color:#fff;border-radius:9999px;padding:2rem;min-width:270px!important;text-transform:uppercase;border:none;min-width:100%!important;transition:all .3s ease-in-out;height:55px!important}.compare .compaier-header .btn:hover{color:#fff}.compare .compaier-header .btn path,.compare .compaier-header .btn svg{fill:#fff}@media screen and (max-width:991px){.compare .compaier-header .btn{min-width:200px!important}}.compare .compaier-header .btn span{font-weight:400!important;font-size:18px!important;margin-right:10px;color:#fff}@media screen and (max-width:991px){.compare .compaier-header .btn span{font-size:16px!important;font-weight:500!important}}.compare .row{padding-block:3rem;align-items:center}.compare .row:nth-of-type(odd){background:#fbfbfb}.compare .title{display:grid;place-items:flex-end;padding-inline:4rem}.compare h5,.compare h6{text-transform:capitalize}.compare .row .col-3:first-of-type h5{margin:0;font-weight:300;color:#ccc;text-transform:uppercase}.compare .owl-carousel{border:1px solid #eee;padding-block:2rem;width:90%}.compare .item-container{position:relative;display:flex;align-items:center;flex-direction:column;gap:10px;padding:1rem}.compare .product-image{height:calc(230px - 1rem);object-fit:contain}.compare .owl-dots{display:none}.compare svg path,.compare svg rect{fill:#f7c700;transition:all .3s ease}.compare button{display:flex;align-items:center;justify-content:center;color:#f7c700;gap:10px;border:1px solid #f7c700;padding:.5rem 1rem;width:90%;transition:all .5s ease;position:relative;overflow:hidden}.compare button:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}.compare button *{z-index:2}.compare button:hover path,.compare button:hover rect{fill:#fff}.compare button:hover:after{width:100%}.compare button:hover{color:#fff}.compare button:after{z-index:1}.compare .wishlist-button{position:absolute;top:7rem;right:3.5rem;width:50px;height:50px;border-radius:50px;z-index:9;background:#fff}.compare .wishlist-button span{display:none}.compare .wishlist-button svg{width:25px}.compare .wishlist-button:after{display:none}.compare .wishlist-button:hover{background:#f7c700}.compare .close-btn{width:40px;height:40px;border-radius:100px}.compare .close-btn:after{display:none}.compare .close-btn:hover{background:#f7c700}.no-compare-items{display:flex;align-items:center;flex-direction:column;justify-content:center;height:min(50rem,100svh);gap:2rem}.no-compare-items .animation-container{width:min(400px,100%)}.no-compare-items .checkout-btn{gap:1rem;transition:all .3s ease;border-radius:0;padding:1rem;font-size:1.5rem,1.5vw,1.5rem;border:1px solid #f7c700!important;text-align:center;text-decoration:none;width:100%;display:flex;cursor:pointer;position:relative;overflow:hidden}.no-compare-items .checkout-btn:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#f7c700;transition:width .5s ease;z-index:-1}.no-compare-items .checkout-btn *{z-index:2}.no-compare-items .checkout-btn:hover path,.no-compare-items .checkout-btn:hover rect{fill:#fff}.no-compare-items .checkout-btn:hover:after{width:100%}.no-compare-items .checkout-btn:hover{color:#fff}.no-compare-items .checkout-btn:after{z-index:1}.no-compare-items .checkout-btn span{color:#f7c700;position:relative;z-index:2;transition:color .5s ease}.no-compare-items .checkout-btn:hover span{color:#fff!important}.reset-password-form .button{background:#f7c700;color:#fff;border-radius:5px;width:100%;height:100%;padding:1rem;border:1px solid transparent;transition:all .5s ease}.reset-password-form .button:hover{color:#f7c700;border-color:#f7c700;background:#fff}.card-skeleton{display:flex;flex-direction:column;flex-basis:300px;flex-shrink:0;flex-grow:0;max-width:100%;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.15);border-radius:5px;overflow:hidden}.card-skeleton-img{padding-bottom:70.25%;position:relative}.card-skeleton-img img{position:absolute;width:100%}.card-skeleton-body{padding:.5rem}.card-skeleton-title{font-size:12px;line-height:1;font-weight:700}.card-skeleton-title.skeleton{min-height:16px;border-radius:4px}.card-skeleton-intro{margin-top:.5rem;line-height:1}.card-skeleton-intro.skeleton{min-height:28px;border-radius:4px}.skeleton{background-color:#e7e7e2;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite}@keyframes shine{to{background-position:right -40px top 0}}.ping-pong{margin:4rem auto;scale:1.25;display:block;width:8em;height:8em}.ping-pong__ball-x,.ping-pong__ball-y,.ping-pong__paddle-x,.ping-pong__paddle-y{animation:ping-pong-ball-x 1.5s linear infinite}.ping-pong__ball-y{animation-name:ping-pong-ball-y}.ping-pong__paddle-x{animation-name:ping-pong-paddle-x;animation-timing-function:cubic-bezier(.33,1,.68,1)}.ping-pong__paddle-y{animation-name:ping-pong-paddle-y}@media(prefers-color-scheme:dark){:root{--bg:#f7c700;--fg:#f7c700}}@keyframes ping-pong-ball-x{0%,to{transform:translate(40px,80px)}50%{transform:translate(88px,80px)}}@keyframes ping-pong-ball-y{0%,50%,to{animation-timing-function:cubic-bezier(.33,1,.68,1);transform:translate(0)}25%,75%{animation-timing-function:cubic-bezier(.32,0,.67,0);transform:translateY(-68px)}}@keyframes ping-pong-paddle-x{0%,to{transform:translate(36px,92px) rotate(6deg)}50%{transform:translate(92px,92px) rotate(-6deg)}}@keyframes ping-pong-paddle-y{0%,50%,to{animation-timing-function:cubic-bezier(.33,1,.68,1);transform:translate(0)}25%,75%{animation-timing-function:cubic-bezier(.32,0,.67,0);transform:translateY(28px)}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:none}html:not(.no-js) [data-aos=fade-up]{transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}html:not(.no-js) [data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}}