@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)}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::-webkit-backdrop{background-color:transparent}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1 1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:transparent;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:50%;transition:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{right:0;bottom:0}.fancybox-ghost,.fancybox-protected{position:absolute;top:0;left:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{width:100%;height:100%;min-height:0;object-fit:contain;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease,-webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:transparent;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius,0));-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";height:auto;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--f-thumb-border-radius)}.f-thumbs__slide__img{overflow:hidden;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:f-fadeOut .15s ease-out both}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body,html{height:100%}body{font:normal 500 1.4rem/1.86 Inter,sans-serif;font-optical-sizing:auto;color:#111928;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-x:hidden;overflow-y:auto;-ms-overflow-y:auto}::selection{color:#fff}::-webkit-scrollbar{width:.6rem;height:.6rem;background-color:transparent}::-webkit-scrollbar-thumb{background-color:#cb1b22;border-radius:1rem}::-webkit-scrollbar-thumb:hover{background-color:#555}::-webkit-scrollbar-track{background-color:transparent;border-radius:6px}p{margin-bottom:0;font-size:1.4rem;font-weight:500;letter-spacing:0;color:#678185}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:1px solid #bbb8b8;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%}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-color:#789;background-size:cover;background-position:50%;background-repeat:no-repeat}.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}.input-group-append{-webkit-margin-start:0;margin-inline-start:0}:root{--main-color:#000}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;margin-bottom:1.4rem;color:#000;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:#000!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{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end: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}.rtl .h4,.rtl h4{font-size:2.4rem;text-align:right}}.page-wrapper{position:relative;display:flex;flex-direction:column;min-height:100%;transition:transform .4s ease}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.page-wrapper{display:block}}.main{flex:1 1;width:100%}@media screen and (max-width:991px){.page-content{padding-bottom:1rem}}.header{width:100%;position:relative}.header:before{content:"";position:absolute;top:0;left:0;width:100%;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(9.4px);backdrop-filter:blur(9.4px);min-height:13rem}.header .container,.header .container-fluid{position:relative;display:flex;align-items:center}.header.fixed{position:fixed!important;top:0;left:0;right:0;z-index:998;animation:fixedHeader .4s;background-color:#fff;box-shadow:0 3px 6px rgba(51,51,51,.05)}.header-center,.header-left,.header-right{display:flex;align-items:center;justify-content:space-between}.header-top-bar{width:100%;min-height:32px;background-color:#303238!important;position:relative}.header-top-bar .header-top-bar-content{width:100%;min-height:32px;display:flex;align-items:center;gap:10rem;color:hsla(0,0%,100%,.8);position:relative}.header-top-bar .header-top-bar-content .mkhazin-info{min-height:32px}.header-top-bar .header-top-bar-content .mkhazin-info ul{display:flex;align-items:center;min-height:32px;margin-bottom:0}.header-top-bar .header-top-bar-content .mkhazin-info ul li:first-child{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem;position:relative}.header-top-bar .header-top-bar-content .mkhazin-info ul li:first-child:after{content:"";position:absolute;right:-.7rem;top:1rem;background-color:hsla(0,0%,100%,.2);width:1px;height:20px}.rtl .header-menu{left:-2.5rem!important}.header-right{-webkit-margin-start:auto;margin-inline-start:auto;align-self:stretch}.header-right .header-dropdown:first-child .header-menu,.header-right .header-menu{left:auto;right:0}.header-right .top-menu+.header-dropdown{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}.header-right .location-info{display:flex;align-items:center}.header-right .location-info img{-webkit-margin-end:1rem;margin-inline-end:1rem}.header-right .location-info a{color:#1b3391;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header-center{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}.header-top{font-weight:300;font-size:1.3rem;line-height:3;letter-spacing:0;color:#777;margin-bottom:.1rem;border-bottom:1px solid #f2f2f2}.header-top a{color:#7a7a8d;font-weight:500}.header-top .top-menu li+li{-webkit-margin-start:2.6rem;margin-inline-start:2.6rem}@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}}.header-middle{border-bottom:.1rem solid #f4f4f4}.header-middle .menu.sf-arrows>li>.sf-with-ul{-webkit-padding-end:1.5rem;padding-inline-end:1.5rem}.header-bottom .mobile-menu-toggler{margin-top:.55rem;margin-bottom:.55rem;-webkit-margin-start:-.4rem;margin-inline-start:-.4rem}.menu-toggle img{margin-bottom:.5rem}.logo{display:block;margin-top:2.55rem;margin-bottom:2.95rem;flex-shrink:0;min-height:25px}.logo img{display:block;max-width:100%;height:auto}.cart-dropdown,.compare-dropdown,.profile-dropdown{display:flex;align-self:stretch;align-items:center}.cart-dropdown .dropdown-toggle,.compare-dropdown .dropdown-toggle,.profile-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,.profile-dropdown .dropdown-toggle:after{display:none}.cart-dropdown .dropdown-toggle img,.compare-dropdown .dropdown-toggle img,.profile-dropdown .dropdown-toggle img{margin-bottom:.5rem}.cart-dropdown .dropdown-toggle .profile-user-title,.compare-dropdown .dropdown-toggle .profile-user-title,.profile-dropdown .dropdown-toggle .profile-user-title{white-space:nowrap;font-weight:600;line-clamp:1;overflow:hidden;text-overflow:ellipsis;-webkit-margin-start:.5rem;margin-inline-start:.5rem;max-width:12rem}.cart-dropdown .dropdown-menu,.compare-dropdown .dropdown-menu,.profile-dropdown .dropdown-menu{width:38rem;max-height:44.5rem;overflow-y:auto;display:block;padding:2.5rem;z-index:100;font-size:1.3rem;z-index:1001;margin:1px 0 0;border-radius:0;border:1px solid #e3e3e3;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05);background-color:#fff;visibility:hidden;opacity:0;transition:opacity .2s}.cart-dropdown .dropdown-menu:before,.compare-dropdown .dropdown-menu:before,.profile-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,.profile-dropdown .dropdown-menu.dropdown-menu-right{left:-1px;top:3rem}.cart-dropdown .dropdown-menu.cart-dropdown,.compare-dropdown .dropdown-menu.cart-dropdown,.profile-dropdown .dropdown-menu.cart-dropdown{left:-35rem}.cart-dropdown .btn-remove,.compare-dropdown .btn-remove,.profile-dropdown .btn-remove{position:absolute;top:3rem;left:.5px;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background-color:#000;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,.profile-dropdown .btn-remove:focus,.profile-dropdown .btn-remove:hover{color:#121212}.cart-dropdown .btn,.compare-dropdown .btn,.profile-dropdown .btn{transition:none}.cart-dropdown.show .dropdown-toggle,.cart-dropdown:hover .dropdown-toggle,.compare-dropdown.show .dropdown-toggle,.compare-dropdown:hover .dropdown-toggle,.profile-dropdown.show .dropdown-toggle,.profile-dropdown:hover .dropdown-toggle{color:#e11f26}.cart-dropdown.show .dropdown-menu,.cart-dropdown:hover .dropdown-menu,.compare-dropdown.show .dropdown-menu,.compare-dropdown:hover .dropdown-menu,.profile-dropdown.show .dropdown-menu,.profile-dropdown:hover .dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)}.header-right .icon{min-width:3.3rem;text-align:-webkit-center}.rtl .cart-dropdown .dropdown-menu.dropdown-menu-right,.rtl .compare-dropdown .dropdown-menu.dropdown-menu-right{right:-34rem!important}.compare-dropdown{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.compare-dropdown .dropdown-toggle{font-size:2.6rem;min-width:3rem;height:3rem;margin-top:3rem}.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:#111928;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:#111928}.compare-actions .action-link:focus,.compare-actions .action-link:hover{text-decoration:underline}.compare-actions .btn{font-size:1.3rem;min-width:110px;-webkit-margin-start:auto;margin-inline-start:auto;padding-top:.65rem;padding-bottom:.65rem}.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;border-radius:10px}.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 .dropdown-toggle i{display:inline-block;margin-top:-3px;color:var(--main-color);border-radius:50%;padding:.5rem}.cart-dropdown .cart-count{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:50%;font-weight:700;font-size:1.3rem;line-height:1;-webkit-margin-start:.2rem;margin-inline-start:.2rem;color:#333;z-index:1}.cart-dropdown .dropdown-cart-products{max-height:27.9rem;margin-top:-1rem;overflow-y:auto}.cart-dropdown .dropdown-cart-products .btn-remove .icon-close{color:#fff!important}.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 #ebebeb;box-shadow:none!important}.cart-dropdown .product-image-container{position:relative;max-width:7.5rem;-webkit-margin-start:1.5rem;margin-inline-start:1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.cart-dropdown .product-title{font-weight:400;line-height:1.3;text-align:left;margin-bottom:.4rem}.cart-dropdown .product-title a{color:inherit;font-weight:700}.cart-dropdown .product-cart-details{font-weight:900;font-size:1.6rem;color:#121212;text-align:left}.cart-dropdown .product-cart-details .cart-product-info .cart-product-info-other{display:flex;justify-content:space-between}.cart-dropdown .product-cart-details .cart-product-info .cart-product-info-other-item{font-size:1.4rem;display:flex}.cart-dropdown .product-cart-details .cart-product-info .cart-product-info-other-item span:nth-child(2){font-weight:500;color:#999}.cart-dropdown .product-cart-details .cart-product-info span:nth-child(2){font-size:1.5rem;color:#999;margin:0 .4rem}.cart-dropdown .product-cart-details .cart-product-info span:nth-child(3){font-weight:500}.cart-dropdown .btn-primary{color:#fff;background-color:#e11f26;border-color:#e11f26}.cart-dropdown .btn-outline-primary-2,.cart-dropdown .btn-primary:focus,.cart-dropdown .btn-primary:hover{color:#e11f26;border-color:#e11f26;background-color:#fff}.cart-dropdown .btn-outline-primary-2:hover{color:#fff;background-color:#e11f26}.cart-dropdown:hover .dropdown-toggle,.menu-toggle:hover{opacity:.6}.notifications{position:relative}.notifications .cart-dropdown{padding:0}.notifications .notifications-header{width:100%;vertical-align:middle;font-size:1.9rem;font-weight:600;padding:16px 24px;position:fixed;top:0;background-color:#fff}.notifications .notification-items{padding-top:7rem}.notifications .notification-items a{color:#000}.notifications .notification-items .notification-item{display:flex;justify-content:space-between;border-top:1px solid #e3e3e3;padding:1rem 3rem;align-items:center;position:relative;cursor:pointer}.notifications .notification-items .notification-item:before{content:"";position:absolute;top:1.5rem;left:1rem;width:.8rem;height:.8rem;background:#006838;border-radius:50%}.notifications .notification-items .notification-item:hover{background-color:#f0f0f0}.notifications .notification-items .notification-item .notification-item-content{-webkit-padding-end:2rem;padding-inline-end:2rem}.notifications .notification-items .notification-item .notification-item-icon img{min-width:3.2rem;min-height:3.2rem}.notifications .notification-items .notification-item.unread{background:#f0f0f0}.notifications .notification-footer{width:100%;vertical-align:middle;text-align:center;font-size:1.4rem;font-weight:600;border-top:1px solid #e3e3e3;cursor:pointer;display:flex;justify-content:space-between;padding:1rem 2.5rem}.profile-dropdown{-webkit-margin-end:3rem;margin-inline-end:3rem}.profile-dropdown .dropdown-menu{width:18rem!important}.profile-dropdown .profile-menu{margin-bottom:0}.profile-dropdown .profile-menu a{color:#121212;font-weight:500}.profile-dropdown .profile-menu li{padding:1.2rem 2rem;cursor:pointer}.profile-dropdown .profile-menu li:hover{background-color:#f5f5f5;font-weight:700}.rtl .profile-dropdown .profile-menu li{text-align:right}.dropdown-cart-total{padding:1rem 0 .5rem;display:flex;align-items:flex-end;font-size:1.4rem;font-weight:800;text-transform:uppercase;color:#121212;margin-bottom:1.1rem;gap:10px}.dropdown-cart-total .cart-total-price{font-size:1.5rem;-webkit-margin-start:auto;margin-inline-start:auto}.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:15.5rem;padding-top:.75rem;padding-bottom:.75rem}.wishlist-link{display:flex;align-items:center;justify-content:center;color:#111928;font-size:1.4rem;line-height:1;-webkit-margin-start:2.4rem;margin-inline-start: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:700;font-size:1.3rem;line-height:1;-webkit-margin-start:.7rem;margin-inline-start:.7rem;color:#333;z-index:1}.search-icon{z-index:999}.search-toggle{position:relative;display:block;font-size:2.4rem;line-height:1;min-width:2.5rem;padding:.3rem .2rem;font-weight:400;color:#333;text-align:center;z-index:11}.search-toggle.active,.search-toggle:focus,.search-toggle:hover{outline:none!important}.live-search-list{width:auto;min-width:20rem;z-index:99;display:none;overflow-x:hidden;height:100%}.header-search-wrapper.show .live-search-list{display:flex;flex-wrap:wrap;align-content:flex-start}.live-search-list .product-price{font-size:1.2rem;color:#e11f26;margin:0}.header-search-wrapper{position:relative;width:100%}.header-search-wrapper.fit .live-search-list{display:flex;flex-wrap:wrap;align-content:flex-start;position:absolute;top:5rem;width:100%;height:max-content;background:#fff;box-shadow:4px 6px 8px rgba(0,0,0,.329);overflow-y:scroll;border-radius:1rem;max-height:50rem}.autocomplete-suggestions{box-shadow:0 10px 20px 5px rgba(0,0,0,.05);color:#8d8d8d;background-color:#f4f4f4;border-color:#fff;padding:15px;border-radius:0;max-height:70vh;overflow-x:hidden;overflow-y:auto}.autocomplete-suggestions::-webkit-scrollbar{width:5px}.autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:0;background:hsla(0,0%,80%,.5)}.autocomplete-suggestion{color:#e11f26;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;width:100%;overflow:hidden;display:flex;justify-content:space-between;align-items:center}.autocomplete-suggestion .search-price{color:#e11f26;font-weight:600;padding:0 1rem}.autocomplete-suggestion img{-webkit-margin-end:10px;margin-inline-end:10px;object-fit:cover;transition:all .2s ease-in-out}.autocomplete-suggestion img[lazy=loading]{padding-top:40px!important}.autocomplete-suggestion:hover img{transform:scale(1.05)}.autocomplete-suggestion:hover .search-name{color:#e11f26}.autocomplete-suggestion .search-name{flex:1 1;margin:1rem 0;font-size:1.6rem;transition:all .2s ease-in-out}.autocomplete-suggestion .search-name small{font-size:1.2rem}.autocomplete-suggestion:last-child{border-bottom:none}.main-menu{position:fixed;top:0;left:0;z-index:1059;width:100%;height:100%;background-color:#2e2e2e;padding:3rem}.main-menu .main-menu-title{position:absolute;top:5rem;left:6rem;font-size:2rem;color:#b1d135;letter-spacing:.3rem;text-transform:uppercase}.main-menu .menu-close{position:absolute;right:5rem;top:5rem;width:5rem;height:5rem;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.main-menu .menu-close:hover{background-color:#fff}.main-menu .menu-close:hover img{filter:invert(1)}.main-menu .main-menu-list{padding:0 3rem}.main-menu .main-menu-list li{display:flex;align-items:center;justify-content:space-between;width:max-content;line-height:1.6}.main-menu .main-menu-list li img{opacity:0;-webkit-margin-start:4rem;margin-inline-start:4rem;transition:all .2s ease-in-out}.main-menu .main-menu-list li:hover img{opacity:1}.main-menu .main-menu-list li a{color:#2e2e2e;font-size:10rem;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#fff}.main-menu .main-menu-list li a:hover{color:#fff}.rtl .search-name{text-align:right;-webkit-padding-end:1rem;padding-inline-end:1rem}.top-menu{text-transform:capitalize;letter-spacing:-.01em;margin:0}.top-menu>li{position:relative}.top-menu>li>a{display:none}.top-menu ul{display:flex;align-items:center}.top-menu li+li{-webkit-margin-start:3rem;margin-inline-start:3rem}.top-menu a{display:inline-flex;align-items:center}.top-menu i{font-size:1.5rem;-webkit-margin-end:.8rem;margin-inline-end:.8rem;line-height:1}.top-menu i.icon-heart-o{margin-top:-.2rem}.top-menu span{-webkit-margin-start:.3rem;margin-inline-start:.3rem}.header-dropdown{position:relative;padding-top:.8rem;padding-bottom:.8rem}.header-dropdown+.header-dropdown{-webkit-margin-start:2.9rem;margin-inline-start:2.9rem}.header-dropdown>a,.header-dropdown>span{position:relative;display:inline-flex;padding-top:.2rem;padding-bottom:.2rem;-webkit-padding-end:1.3rem;padding-inline-end:1.3rem;align-items:center;text-transform:uppercase}.header-dropdown a:focus,.header-dropdown a:hover{text-decoration:none}.header-menu{position:absolute;left:-1.5rem;top:60%;z-index:20;min-width:100%;visibility:hidden;opacity:0;background-color:#fff;box-shadow:2px 5px 8px rgba(51,51,51,.05),-2px 5px 8px rgba(51,51,51,.05);transition:all .25s;margin-top:1px}.header-menu:before{content:"";display:block;width:100%;height:.1rem;position:absolute;top:-1px;left:0}.header-dropdown:focus>.header-menu,.header-dropdown:hover>.header-menu{visibility:visible;opacity:1}.header-menu ul{list-style:none;padding:0;margin:0}.header-menu ul li{margin:0;padding:.4rem 0}.header-menu ul li:hover{background-color:hsla(95,45%,58%,.118)}.header-menu ul a{padding:.3rem 1.5rem;display:flex;align-items:center;white-space:nowrap}.header-menu a{color:inherit}.header-menus{background-color:#000}.mobile-menu-toggler{border:none;background:transparent;color:#111928;padding:.2rem .25rem;font-size:2.8rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;min-width:3.3rem;position:relative;z-index:1000}.mobile-menu-wrapper .nav.nav-pills-mobile .nav-link:before{content:none}.mobile-menu-wrapper .nav-item.show .nav-link{color:#e11f26!important}.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;flex-basis:calc((100% + 20px)/4);max-width:calc((100% + 20px)/4);margin:0}.header-intro-clearance .header-bottom .header-center,.header-intro-clearance .header-middle .header-center{flex-grow:0;flex-shrink:0;flex-basis:calc((100% + 20px)/2 - 20px);margin:0}.header-intro-clearance .header-bottom .header-right,.header-intro-clearance .header-middle .header-right{-webkit-margin-start:auto;margin-inline-start:auto}.header-intro-clearance .header-bottom .menu>li>a{font-size:1.4rem;letter-spacing:-.01em;text-transform:none}.header-intro-clearance .header-bottom .menu>li>a:before{top:0}.header-intro-clearance .header-bottom .menu.sf-arrows>li>.sf-with-ul:after{right:1.3rem}.header-intro-clearance .header-bottom .menu>li+li{-webkit-margin-start:.7rem;margin-inline-start:.7rem}.header-intro-clearance .header-bottom .header-left{align-self:stretch}.header-intro-clearance .header-bottom .header-right p{-webkit-padding-end:.5rem;padding-inline-end:.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;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.header-intro-clearance .header-bottom .container:before{position:absolute;content:"";left:28.5rem;height:1.5rem;width:.1rem;top:50%;background-color:#ccc;transform:translateY(-50%)}.header-intro-clearance .header-bottom .container:after{position:absolute;content:"";right:28rem;height:1.5rem;width:.1rem;top:50%;background-color:#ccc;transform:translateY(-50%)}.header-intro-clearance .header-middle .header-right p{font-size:1.1rem}.header-intro-clearance .top-menu{text-transform:none}.header-intro-clearance .header-dropdown>a,.header-intro-clearance .header-dropdown>span{-webkit-padding-end:1.8rem;padding-inline-end: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;-webkit-padding-start:5.5rem;padding-inline-start: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;-webkit-margin-start:0;margin-inline-start:0;left:1.5rem}.header-intro-clearance .header-menu ul{display:block}.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li+li{-webkit-margin-start:0;margin-inline-start:0}.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,.header-intro-clearance .cart-dropdown,.header-intro-clearance .wishlist{-webkit-padding-start:3rem;padding-inline-start:3rem}.header-intro-clearance .account .dropdown-toggle,.header-intro-clearance .cart-dropdown .dropdown-toggle,.header-intro-clearance .wishlist .dropdown-toggle{color:#333}.header-custom{position:relative;left:0;right:0}.header-custom .header-dropdown{padding-top:.8rem;padding-bottom:.9rem}.header-custom .header-dropdown+.header-dropdown{-webkit-margin-start:2.8rem;margin-inline-start:2.8rem}.header-custom .header-middle{border-bottom:none;height:13rem}.header-custom .header-middle:not(.fixed)>.container{height:100%}.header-custom .top-menu i{-webkit-margin-end:5px;margin-inline-end:5px}.header-custom .top-menu ul li{display:flex;align-items:center;color:#121212;font-weight:700}.header-custom .header-top .top-menu li+li{-webkit-margin-start:2.7rem;margin-inline-start:2.7rem}.header-custom .header-top .header-right{margin-bottom:.1rem}.header-custom .menu>li>a{padding:2rem!important;white-space:nowrap;font-weight:700}.header-custom .main-nav{-webkit-margin-start:0;margin-inline-start:0}.header-custom .main-nav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:transparent}.header-custom .main-nav::-webkit-scrollbar{width:10px;background-color:transparent}.header-custom .main-nav::-webkit-scrollbar-thumb{background-color:#e2e2e2;border:2px solid #e2e2e2;border-radius:1rem}.header-custom .menu>li+li{-webkit-margin-start:1rem;margin-inline-start:1rem}.header-custom .menu.sf-arrows>li>.sf-with-ul:after{right:0}.header-custom .cart-txt{font-size:1.4rem;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:8rem}.header-custom .cart-count,.header-custom .wishlist-count{position:absolute;right:-3px;top:-6px;color:#fff;background-color:#ff0001;font-size:1rem;border:2px solid #fff;padding:.2rem}.header-custom .cart-count.notification,.header-custom .wishlist-count.notification{right:-.3rem;top:-.8rem}.header-custom .wishlist-count{top:-2px}.header-custom .wishlist-link{-webkit-margin-start:0;margin-inline-start:0;color:#777;text-align:-webkit-center}.header-custom .wishlist-link img{margin-bottom:.25rem}.header-custom .wishlist-link .wishlist-icon{color:#1b3391}.header-custom .wishlist-link i{font-size:2rem;padding:.5rem}.header-custom .wishlist-link:hover{opacity:.6}.header-custom .login-btn,.header-custom .register-btn{width:110px;min-width:unset;-webkit-margin-start:2rem;margin-inline-start:2rem;text-align:center;border-radius:.8rem}.header-custom .login-btn span,.header-custom .register-btn span{font-weight:600;margin:0}.header-custom .login-btn{border:1px solid #121212}.header-custom .login-btn:hover,.header-custom .register-btn{background-color:#121212;color:#fff}.header-custom .header-search{padding:0;width:100%!important;display:flex;align-items:center;justify-content:center;position:relative}.header-custom .header-search button{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:2.6rem}.header-custom .header-search .form-control{border:0;border-radius:2.5rem}@media screen and (min-width:992px){.mobile-menu-toggler{display:none}}@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{-webkit-margin-end:10rem;margin-inline-end:10rem}.header-search-extended .btn{flex:0 0 50px;max-width:50px}}@media screen and (max-width:991px){.top-menu:not(.top-link-menu){display:none}.top-menu:not(.top-link-menu)>li{display:flex;align-items:center;align-self:stretch;-webkit-padding-end:2.2rem;padding-inline-end:2.2rem}.top-menu:not(.top-link-menu)>li>a{display:block;-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0}.top-menu:not(.top-link-menu)>li:after{font-family:mkhazin;content:"";position:absolute;right:0;top:50%;display:inline-block;font-size:1.2rem;line-height:1;margin-top:-.7rem}.top-menu:not(.top-link-menu) ul{display:flex;position:absolute;right:0;top:100%;z-index:20;min-width:15rem;visibility:hidden;opacity:0;margin-top:1px;background-color:#fff;box-shadow:2px 5px 8px rgba(51,51,51,.05),-2px 5px 8px rgba(51,51,51,.05);text-transform:capitalize;border-radius:8px;padding:.5rem}.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) li+li{-webkit-margin-start:0!important;margin-inline-start:0!important}.top-menu:not(.top-link-menu) a{padding:.3rem 1.5rem}.rtl .top-menu:not(.top-link-menu) ul{right:-127px}.header-left .top-menu ul{right:auto;left:0}.header-search-extended{-webkit-margin-end:0;margin-inline-end: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-search-visible .header-search-wrapper.fit{height:32rem}.header-search-visible .header-search-wrapper.fit .live-search-list{display:flex;flex-wrap:wrap;align-content:flex-start}.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}.header-search .select-custom{display:none}.header-custom .logo{margin:1.5rem 0}.header-custom .my-account-text{display:none}.compare-dropdown .dropdown-menu.dropdown-menu-right{right:-5rem}}@media(max-width:767px){.rtl .header-menu{left:-88px}.header-center{width:auto!important;-webkit-padding-start:0!important;padding-inline-start:0!important}.header-search{display:none}}@media(max-width:500px){.header-search .search-wrapper-wide{width:260px}.account,.compare-dropdown,.wishlist,.wishlist-link{display:none!important}}@media screen and (min-width:992px){.header-custom .fixed .menu>li>a{padding-top:1.85rem!important;padding-bottom:1.85rem!important}.header-custom .fixed .main-nav{-webkit-margin-start:2.9rem;margin-inline-start:2.9rem}.header-custom .sticky-header.fixed .logo{margin-bottom:.1rem}.header-custom .fixed .icon{padding-bottom:.2rem}}.main-nav{-webkit-margin-start:2rem;margin-inline-start:2rem;display:none}.menu,.menu ul{margin:0;padding:0;list-style:none}.menu{display:flex;align-items:center;justify-content:center}.menu li.show>ul,.menu li:hover>ul{display:block}.menu li.show>.megamenu,.menu li:hover>.megamenu{opacity:1;visibility:visible;top:68%}.menu .megamenu-container{position:static}.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:0;right:0;top:-200rem;z-index:1002;opacity:0;visibility:hidden;transition:opacity .2s}.menu .megamenu.megamenu-sm{left:0;right:auto;width:45rem}.menu .megamenu.megamenu-md{right:auto;width:100%;height:45rem}.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 .no-gutters{box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.menu .megamenu:before,.menu ul:before{content:"";display:block;position:absolute;bottom:100%;height:0;top:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:-1}.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:#000;font-weight:400;font-size:1.6rem;letter-spacing:0;padding:.5rem 3rem;width:max-content}.menu li>a span:not(.tip){position:relative}.menu>li>a{color:#333;font-weight:500;font-size:1.4rem;letter-spacing:-.01em;padding:3.95rem 3rem;text-transform:uppercase}.menu>li+li{-webkit-margin-start:0;margin-inline-start:0}.menu.sf-arrows>li>.sf-with-ul{padding-right:2rem}.menu.sf-arrows .sf-with-ul{position:relative}.menu.sf-arrows .sf-with-ul:after{font-family:mkhazin;content:"";position:absolute;right:0;top:50%;display:block;font-size:1rem;line-height:1;margin-top:-.5rem;font-weight:700}.menu.sf-arrows ul .sf-with-ul{padding-right:4rem}.menu.sf-arrows ul .sf-with-ul:after{content:"";right:3rem}.menu .megamenu{border-top:1px solid #d6d6d6}.menu .megamenu ul{border-top:1px solid #f5f5f5}.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;float:right;height:100%;padding:2rem 0}.menu .banner .btn{position:relative;bottom:7rem;border-start-start-radius:0;border-end-start-radius:0}.menu .menu-col{padding-left:3rem;padding-right:3rem;margin-top:2.2rem;padding-bottom:2rem}.menu .menu-title{color:#000;font-weight:600;font-size:2.4rem;text-transform:capitalize;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}.menu li.active>a,.menu li.show>a,.menu li:hover>a{color:#e11f26}.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;-webkit-margin-start:.5rem;margin-inline-start:.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{-webkit-margin-start:0;margin-inline-start:0}.header-bottom .menu .megamenu.megamenu-md{left:0}.header-bottom .menu>li+li{-webkit-margin-start:1rem;margin-inline-start:1rem}.header-bottom .menu>li>a{padding:1.65rem 1rem}.header-bottom .menu>li>.sf-with-ul{padding-right:3rem}.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}}@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:#fff;box-shadow:0 3px 6px rgba(51,51,51,.05)}.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;left:-280px;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);visibility:hidden;font-size:1.2rem;line-height:1.5;transition:all .4s ease}.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{-webkit-margin-start:.8rem;margin-inline-start:.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;right:1rem;padding:0;z-index:9;cursor:pointer;font-size:1.6rem;line-height:1;color:#fff;transition:color .35s}.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:#fff;border-bottom:.1rem solid hsla(0,0%,100%,.08)}.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 hsla(0,0%,100%,.08);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 hsla(0,0%,100%,.08)}.mobile-menu li ul ul li a{padding-left:5rem}.mobile-menu>li>a{text-transform:uppercase}.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:mkhazin;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);border-right-width:0;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.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;max-height:3.6rem;padding:.8rem .2rem;border-top-left-radius:0;border-bottom-left-radius:0}.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 hsla(0,0%,100%,.1);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:#e11f26;border-bottom-color:#e11f26!important}.nav.nav-pills-mobile .nav-link{color:#fff;font-weight:600;font-size:1.3rem;line-height:1.5;text-transform:uppercase;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:#e11f26!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 hsla(0,0%,100%,.08)}.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}.mobile-main-menu{position:fixed;left:0;bottom:0;z-index:2051;width:100%;height:70px;background-color:#fff;border-top:1px solid #e5e5e5}.mobile-main-menu ul{display:flex;align-items:center;justify-content:space-between}.mobile-main-menu ul li{width:20%}.mobile-main-menu ul li a{color:#20366a;height:75px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.mobile-main-menu ul li a.active{color:red}.mobile-main-menu ul li a span{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-main-menu-count{width:15px;height:15px;background-color:red;color:#fff;border-radius:50%;position:absolute;top:7px;left:65%;transform:translateX(-65%);font-size:11px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:991px){.mmenu-active .mobile-menu-overlay{visibility:visible;opacity:1}.mmenu-active .mobile-menu-container{visibility:visible;transform:translateX(280px)}.mmenu-active .page-wrapper{transform:translate(150px)}}.footer{width:100%;font-weight:300;font-size:1.4rem;color:#777;background-color:#fff}.footer a{color:#666;font-weight:500}.footer a:focus,.footer a:hover{color:#006838}.footer .widget{margin:4rem 0}.footer .widget-title{color:#252b42;font-weight:800;font-size:2.2rem;margin-top:0;margin-bottom:1.9rem}.footer .widget-title span{color:var(--main-color)}.footer .widget-list{margin-bottom:0}.footer .widget-list li:not(:last-child){margin-bottom:.4rem}.footer .widget-title{font-size:1.6rem;font-weight:600}.footer .footer-contact-item-img{height:3.5rem;display:flex;align-items:center;-webkit-margin-end:1rem;margin-inline-end:1rem}.footer li{display:flex;align-items:center}.footer .payment-accepted li,.footer li{margin-bottom:1rem}.footer .footer-social{display:flex;align-items:center;margin-top:2rem}.footer .footer-social a,.footer .footer-social li{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.footer .footer-social li{border-radius:50%;transition:all .1s ease-in;-webkit-margin-end:1rem;margin-inline-end:1rem}.footer .footer-social li:hover{background-color:#e11f26}.footer .footer-social li:hover img{filter:brightness(15)}.footer .footer-support{position:fixed;bottom:2rem;left:0;z-index:1200;min-width:6rem;height:4rem;background-color:#e11f26;display:flex;align-items:center;justify-content:center;color:#fff;padding:8px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap;border:2px solid #e11f26;transition:all .3s ease;box-shadow:0 2px 4px rgba(255,107,53,.2);animation:footer-support-glow 1s infinite alternate}@media(max-width:767px){.footer .footer-support{padding:6px 10px;font-size:12px}}.footer .footer-support:focus,.footer .footer-support:hover{background-color:#fff;color:#ff6b35}.footer .footer-support-close{position:absolute;right:-14px;top:-20px;color:#000;z-index:1300}@keyframes footer-support-glow{0%{box-shadow:0 2px 4px rgba(255,107,53,.2),0 0 0 0 rgba(255,107,53,.5)}to{box-shadow:0 2px 16px 8px rgba(255,107,53,.4),0 0 0 16px rgba(255,107,53,0)}}.rtl .footer .widget-title{text-align:right}.rtl .footer .widget-list li{text-align:right;padding-left:0;padding-right:1.8rem}.footer-middle{padding:.7rem 0}.footer-bottom{background:#f6f5f4}.footer-bottom p{color:#737373}.footer-bottom .container,.footer-bottom .container-fluid{position:relative;display:flex;align-items:center;align-content:center;flex-direction:column;padding-top:2.1rem;padding-bottom:2.1rem}.footer-bottom .social-icons{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-bottom:1rem}.footer-bottom .social-icon{font-size:1.3rem}.widget-about p{max-width:200px;font-weight:500}.container-fluid .widget-about p{max-width:540px}.footer-copyright{margin-bottom:1rem;text-align:center;font-weight:700}.footer-payments{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-bottom:0}#scroll-top{width:5rem;height:5rem;position:fixed;right:3.3rem;bottom:12.8rem;z-index:11;color:#999;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;visibility:hidden;opacity:0;border-radius:0;border:none;background-color:#fafafa;font-size:3rem;transition:all .4s ease;transform:translateY(6rem);-ms-transform:translateY(6rem)}.rtl #scroll-top{left:1.9rem;right:auto}#scroll-top:focus,#scroll-top:hover{color:#777;background-color:#eaeaea}#scroll-top.show{visibility:visible;opacity:1;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}.widget-about p{max-width:550px}.rtl .footer p{text-align:right}.footer .menu li a,.footer .widget li,.footer p{font-size:1.4rem;line-height:1.86;letter-spacing:0;text-transform:none;font-style:normal}.footer .widget .widget-list li{margin-bottom:1rem}.footer .widget .widget-list li a{position:relative}.footer .widget .widget-list li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#20366a;transition:all .2s ease-in-out}.footer .widget .widget-list li a:hover:after{width:100%}.footer-bottom .container:before{background-color:#444}.widget-about-title{font-weight:200}.cookie-container{width:100%;position:fixed;left:0;bottom:0;z-index:9999;background-color:#dfdfdf;padding:2rem;animation:opactiyZeroToOne .4s ease-in}.cookie-container-buttons{display:flex;height:max-content}.cookie-container-buttons .btn{-webkit-margin-end:1rem;margin-inline-end:1rem}@keyframes opactiyZeroToOne{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@media screen and (min-width:992px){.social-icons{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:0;margin-inline-end:0;margin-bottom:0}.footer-copyright{margin-bottom:0;text-align:left}.footer-payments{-webkit-margin-end:0;margin-inline-end:0}.footer-menu{margin-bottom:0;-webkit-margin-start:.6rem;margin-inline-start:.6rem;-webkit-margin-end:0;margin-inline-end:0}}@media screen and (min-width:1200px){.footer-bottom .container-fluid:before{left:30px;right:30px}}@media screen and (min-width:1600px){.footer-bottom .container-fluid:before{left:70px;right:70px}}@media screen and (min-width:992px)and (max-width:1200px){.footer .widget-about .social-icon:not(:last-child){-webkit-margin-end:.4rem;margin-inline-end:.4rem}}@media screen and (max-width:575px){.widget-about-info .col-sm-6:not(:last-child){margin-bottom:1rem}}.page-header{width:100%;height:48rem;margin-bottom:6rem;background-color:#ebebeb;background-size:cover;background-position:50%;background-repeat:no-repeat;background-image:url(/images/page-header-bg.webp);display:flex;align-items:center;justify-content:center;position:relative}.page-header.articles{background-image:url(/images/article-bg.webp)!important}.page-header:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.page-header h1{color:#fff;font:normal 900 3.2rem/1.1 Inter,sans-serif;letter-spacing:-.025em;margin-bottom:0;text-transform:uppercase;position:relative;z-index:9}.page-header h1:after{content:attr(data-title);position:absolute;top:-2rem;left:0;width:100%;height:20rem;font-size:8rem;-webkit-text-stroke:2px;-webkit-text-stroke-color:#000;color:#fff;opacity:.1;z-index:-1}.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.2rem}.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:4.2rem}.page-header h1 span{font-size:2rem}.page-header.page-header-big{min-height:450px}}.breadcrumb-nav{border-bottom:.1rem solid hsla(0,0%,92%,.55);background:#f9f9f9;height:7rem;display:flex;align-items:center}.breadcrumb-nav .container,.breadcrumb-nav .container-fluid{padding-top:1.4rem;padding-bottom:1.4rem}.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;padding:0}.breadcrumb-item{font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:0;text-transform:capitalize;display:flex;align-items:center}.breadcrumb-item+.breadcrumb-item:before{content:var(--bs-breadcrumb-divider,"/");font-size:1.4rem;font-family:mkhazin}.breadcrumb-item i{font-size:1.3rem;vertical-align:top;margin-top:-.2rem}.breadcrumb-item i:before{margin:0}.breadcrumb-item a{color:var(--main-color)}.breadcrumb-item.active{color:#bdbdbd}.breadcrumb-item+.breadcrumb-item{-webkit-padding-start:1rem;padding-inline-start:1rem}.breadcrumb-item .go-back-icon{font-size:2rem;font-weight:800;color:var(--main-color);-webkit-margin-end:1rem;margin-inline-end:1rem}.rtl .breadcrumb-item+.breadcrumb-item:before{-webkit-padding-start:.7rem;padding-inline-start:.7rem}.rtl .go-back-icon{transform:rotateY(180deg)}@media screen and (max-width:375px){.sidebar-toggler{margin-bottom:1rem}.breadcrumb-item+.breadcrumb-item{-webkit-padding-start:0;padding-inline-start:0}.breadcrumb-item{font-size:1.2rem}}.title{font-size:2.2rem;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{-webkit-margin-start:.5rem;margin-inline-start:.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;-webkit-margin-start:auto;margin-inline-start: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;font-size:4rem;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:#111928}.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;font-size:1.6rem;letter-spacing:-.01em;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}.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:2.7rem 1.2rem 2.7rem 4rem;position:relative;color:#e11f26;border:none;background-color:transparent;outline:none!important;text-align:right;font-weight:600}.card-title .toggle-button i{min-width:17px;-webkit-margin-end:2.4rem;margin-inline-end:2.4rem}.card-title .toggle-button:before{content:"";display:inline-block;width:1.3rem;height:2.5rem;position:absolute;left:1.2rem;top:38%;transition:all .3s;background-image:url(/images/icons/faq-collapse.svg);background-size:cover;transform:rotate(90deg)}.card-title .toggle-button.collapsing{overflow:unset!important}.card-title .toggle-button.collapsed{color:#333}.card-title .toggle-button.collapsed:focus,.card-title .toggle-button.collapsed:hover{color:#e11f26}.card-title .toggle-button.collapsed:before{content:"";transform:rotate(0)}.card-body{padding:.4rem 1.2rem 1.8rem;border:none;border-radius:0;font-weight:500;color:#666}.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{transition:color .3s}.card.card-box .card-title .toggle-button i{-webkit-margin-end:1.4rem;margin-inline-end:1.4rem}.card.card-sm .card-title{letter-spacing:-.01em}.card.card-sm .card-title .toggle-button{font-size:1.6rem}.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:1.7rem}}.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{-webkit-margin-start:.1rem;margin-inline-start:.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:#e11f26;border-color:#d7d7d7 #d7d7d7 transparent;background-color:#fff}.nav.nav-tabs.justify-content-center{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.rtl .nav-dashboard .nav-link{text-align:right}.rtl .nav-dashboard .nav-link:before{content:""}.rtl .dashboard label{float:right}.tab-content-border{border-radius:.3rem;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{-webkit-margin-start:1rem;margin-inline-start:1rem}.nav.nav-pills .nav-item .nav-link.active,.nav.nav-pills .nav-item.show .nav-link{border-color:#d7d7d7 #d7d7d7 #e11f26}.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;-webkit-margin-end:-1px;margin-inline-end:-1px}.tabs-vertical .nav.nav-tabs .nav-item+.nav-item{-webkit-margin-start:0;margin-inline-start: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:17rem;border-radius:.9rem;white-space:normal;transition:all .3s}.btn.btn-sm{min-width:12rem}.btn span{line-height:1}.btn i:first-child{-webkit-margin-end:1rem;margin-inline-end:1rem}.btn i:last-child{-webkit-margin-start:1rem;margin-inline-start:1rem}.btn .icon-lgon-arrow-left,.btn .icon-long-arrow-right{margin-top:1px}.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}.rtl .btn i:first-child{-webkit-margin-start:1rem;margin-inline-start:1rem;-webkit-margin-end:0;margin-inline-end:0}.rtl .btn i:last-child{-webkit-margin-start:0;margin-inline-start:0}.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{-webkit-margin-end:1.4rem;margin-inline-end:1.4rem}.btn-lg i:last-child{-webkit-margin-start:1.4rem;margin-inline-start: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}.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{-webkit-margin-end:1rem;margin-inline-end:1rem}.btn-link i:last-child{-webkit-margin-start:1rem;margin-inline-start: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-dark,.btn-dark.disabled,.btn-dark:disabled{background-color:#333;border-color:#333}.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}.attribute-buttons .attribute-btn{min-width:auto;padding:.6rem 1.2rem;font-size:1.3rem;border-radius:.5rem;border:1px solid #dee2e6;transition:all .3s ease}.attribute-buttons .attribute-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.attribute-buttons .attribute-btn.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.attribute-buttons .attribute-btn.btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.attribute-buttons .attribute-btn.btn-outline-secondary{background-color:transparent;border-color:#6c757d;color:#6c757d}.attribute-buttons .attribute-btn.btn-outline-secondary:hover{background-color:#6c757d;color:#fff}@media screen and (min-width:992px){.btn-close.btn-product{display:none}}.product{position:relative;margin-bottom:1rem;transition:box-shadow .35s ease;background-color:#fff;z-index:0;border:1px solid #ccc;border-radius:8px}.owl-carousel .product{margin-bottom:0!important}.product .ratings-container{justify-content:center}.product .product-actions{flex-direction:column}.product .product-basket-btn button{background-color:#e11f26;color:#fff;border-radius:10px;margin:10px 0;padding:7px 10px;transition:all .3s ease}.product .product-basket-btn button img{filter:brightness(14.5)}.product .product-basket-btn:hover button{background-color:#881216;color:#fff}.product-body .cart-product-quantity{width:100%!important;margin-bottom:10px!important;padding-top:5px}.product-body .cart-product-quantity .input-spinner .input-group-append,.product-body .cart-product-quantity .input-spinner .input-group-prepend{top:-2px}.product-body .cart-product-quantity .form-control{border-color:#e11f26}.product-media{position:relative;display:block;background-color:#f2f1f2;margin-bottom:0;overflow:hidden}.product-media>a{display:block}.product-media .product-label{z-index:3}.product-media:before{content:"";display:block;width:100%;background-size:cover;background-position:50%;border-radius:10px;overflow:hidden;padding-top:100%}.product-media img{position:absolute;top:0;left:0;z-index:2;mix-blend-mode:multiply}.product-image{display:block;width:100%;height:auto}.product-image-hover{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%!important;transition:opacity .3s ease}.product-image-hover img{mix-blend-mode:multiply}.product:hover .product-image-hover{opacity:1}.product-body{position:relative;padding:1.6rem 0;transition:all .35s ease;background-color:#fff}.product-body.product-action-inner{padding-right:4rem}.product-title{font-weight:400;font-size:1.8rem;line-height:1.25;letter-spacing:-.01em;color:#333;margin-bottom:.2rem;text-transform:capitalize;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rtl .product-title{text-align:right}.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}.rtl .product-cat{text-align:right}.product-cat a{color:inherit}.product-cat a:focus,.product-cat a:hover{color:#e11f26}.product-price{font-weight:900;font-size:2rem;line-height:1.25;color:#006838;margin:1rem 0;text-align:center;position:relative;display:flex;flex-direction:column;align-items:flex-start}.product-price .price-discount{position:absolute;top:-1rem;right:-6rem;color:#439e4a;display:flex;align-items:center;font-size:2rem}.product-price .price-discount img{max-width:1.2rem;max-height:1.2rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.product-price .new-price{display:flex;align-items:center}.old-price{position:relative;text-decoration:line-through;color:#ccc;min-height:20px}.out-price{color:#ccc}.out-text{display:block;width:100%;font-size:1.3rem;margin-top:.2rem}.product-label{position:absolute;z-index:2;top:-4px;right:-4px;font-weight:400;font-size:1.3rem;line-height:1.6rem;letter-spacing:-.01em;padding:1rem 1.1rem .7rem 1.4rem;min-width:45px;text-align:center;color:#fff;background-color:#e11f26;border-radius:5px;width:max-content}.product-label.label-sale{font-weight:700}.product-label.label-discount{top:-4px;left:-2px;right:unset!important;width:max-content;font-weight:500;color:#f7e513;padding:1rem 1.4rem .7rem 1.1rem}.product-label.label-promotion{color:#fff;background-color:#e11f26}.product-label.label-new,.product-label.label-top{color:#fff}.product-label.label-out{color:#000;background-color:#ccc;font-weight:700}.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}.ratings-container{display:flex;align-items:center;font-size:1.4rem;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%;-webkit-margin-start:-6px;margin-inline-start:-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:2rem;letter-spacing:.1em;line-height:1.4;font-family:mkhazin}.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;-webkit-margin-start:.8rem;margin-inline-start:.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%,.95);z-index:10;transition:all .35s ease;opacity:0;visibility:hidden;transform:translateY(100%)}.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}.action-icon-top .btn-product:before{-webkit-margin-end:0;margin-inline-end:0}.action-icon-top .btn-product span{margin-top:.9rem}.action-icon-top:before{-webkit-margin-end:0;margin-inline-end: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}.btn-product+.btn-product{border-left:.1rem dotted #e5e5e5}.btn-product:before{font-family:mkhazin;-webkit-margin-end:.9rem;margin-inline-end:.9rem}.btn-product span{color:#666;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:#e11f26}.product-action-dark:before,.product-action:before{position:absolute;content:"";top:1rem;bottom:1rem;right:50%;width:.1rem;z-index:1}.product-action-vertical{display:flex;flex-direction:column;background-color:transparent;z-index:9;opacity:1}.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;color:#e11f26}.btn-product-icon:before{font-family:mkhazin}.btn-product-icon span{display:none}.btn-product-icon:focus,.btn-product-icon:hover{color:#fff}.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:2.4rem;width:4rem;height:4rem;color:#000!important;border-radius:50%}.btn-wishlist:before{content:""}.btn-wishlist:hover{background-color:#f4f4f4}.btn-wishlist:hover:before{content:""}.btn-wishlist.added-to-wishlist{color:#e11f26!important}.btn-wishlist.added-to-wishlist:before{content:""}.btn-compare{font-size:2.4rem;width:4rem;height:4rem;color:#000!important;border-radius:50%;margin:0 1rem}.btn-compare:hover,.btn-wishlist:hover{color:#e11f26!important;background-color:#f1f1f1!important}.product-body .btn-wishlist{position:absolute;top:3.4rem;right:2rem;color:#ccc;padding:0;margin:0;background:none}.product-body .btn-wishlist:before{-webkit-margin-end:0;margin-inline-end:0}.product-body .btn-wishlist span{display:none}.product-body .btn-wishlist:focus,.product-body .btn-wishlist:hover{background:none}.btn-compare:before{content:""}.btn-list{font-size:2.3rem}.btn-list:before{content:""}.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;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.product-size a:last-child{-webkit-margin-end:0;margin-inline-end: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;-webkit-margin-end:.9rem;margin-inline-end:.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 #121212}.product-nav-dots a:last-child,.product-nav-dots button:last-child,.product-nav-dots span:last-child{-webkit-margin-end:0;margin-inline-end: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-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,.product.text-center .product-size,.product.text-center .ratings-container{justify-content:center}.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{margin-bottom:0}.product.product-3 .product-body{background-color:#fff;z-index:2}.product.product-3 .product-footer{display:block;position:absolute;bottom:0;left:0;right:0;background-color:#fff;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{z-index:2;text-align:center;padding:0 1rem}.product.product-4 .product-body div:last-child{margin-bottom:0}.product.product-4 .product-action{padding:2rem 2rem 1rem;background-color:hsla(0,0%,100%,.85);display:flex;justify-content:center;flex-direction:column}.product.product-4 .product-action .product-sizes{width:100%;text-align:center}.product.product-4 .product-action .product-sizes h6{font-size:1.6rem}.product.product-4 .product-action .product-sizes ul{display:flex;justify-content:space-around;align-items:center}.product.product-4 .product-action .product-sizes ul li{color:#121a20;font-size:1.4rem;cursor:pointer;padding:.5rem 1rem;border:1px solid transparent;min-width:3.2rem;min-height:3.2rem;text-align:center}.product.product-4 .product-action .product-sizes ul li.active{background-color:#000;color:#fff}.product.product-4 .product-action .product-sizes ul li:hover{border:1px solid #000}.product.product-4 .btn-add-cart{padding-top:1.1rem;padding-bottom:1.1rem;color:#fff;background-color:#e11f26;border-radius:0;margin:auto}.product.product-4 .btn-add-cart span{color:inherit;transition-duration:0s}.product.product-4 .btn-add-cart:focus,.product.product-4 .btn-add-cart:hover{color:#000;border-color:#000;background-color:#fff}.product.product-4 .btn-add-cart:focus span,.product.product-4 .btn-add-cart:hover span{border-bottom-color:transparent}.product.product-4 .product-title{margin-bottom:1rem;min-height:4.5rem}.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:#fff;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 #ebebeb;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 #ebebeb}.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;-webkit-margin-end:.6rem;margin-inline-end:.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{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{font-size:1.4rem;font-weight:500;letter-spacing:.01em;color:#333}.product.product-9 .old-price{text-decoration:none}.product.product-9 .label-sale{background-color:#e11f26;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{-webkit-margin-start:.5rem;margin-inline-start:.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:#e11f26;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:#fcb941}.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:500;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{margin-top:.8rem;color:#333}.product.product-10 .new-price,.product.product-10 .product-price{font-size:1.3rem;font-weight:700;letter-spacing:0}.product.product-10 .old-price{font-size:1.3rem;font-weight:400;letter-spacing:0;text-decoration:none}.product.product-10 .product-label{left:3rem;text-transform:uppercase;font-size:1.3rem;font-weight:700;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:#e11f26}.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:#e11f26;border-color:#e11f26}.product.product-11 .product-price{color:#333}.product.product-11 .old-price{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 #ebebeb;-webkit-margin-start:2rem;margin-inline-start:2rem;-webkit-margin-end:2rem;margin-inline-end: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:#e11f26;background-color:#e11f26}.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:4rem;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:#e11f26}.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{-webkit-margin-end:.5rem;margin-inline-end:.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{color:var(--main-color)!important;border:.1rem solid var(--main-color)!important;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!important;border-color:var(--main-color)!important}.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:#ebebeb;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{font-size:1.6rem}.product.product-sm .product-title{margin-bottom:.2rem}.product.product-sm .product-price{margin-bottom:0}.product.product-sm .product-price .old-price{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{-webkit-margin-end:0;margin-inline-end:0}}@media screen and (min-width:768px){.just-action-icons-md .btn-product span{display:none}.just-action-icons-md .btn-product:before{-webkit-margin-end:0;margin-inline-end:0}}@media screen and (min-width:992px){.just-action-icons-lg .btn-product span{display:none}.just-action-icons-lg .btn-product:before{-webkit-margin-end:0;margin-inline-end:0}}@media screen and (min-width:1200px){.just-action-icons-xl .btn-product span{display:none}.just-action-icons-xl .btn-product:before{-webkit-margin-end:0;margin-inline-end: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,.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}}@media screen and (max-width:425px){.products .ratings-container{display:none}.product-price,.product-title{font-size:1.4rem}.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{-webkit-margin-end:.2rem;margin-inline-end:.2rem}.product-body,.product.product-3 .product-footer{padding-right:10px;padding-left:10px}.product-3 .product-body{padding-bottom:1rem}.action-icon-top .btn-product span{display:none}.product .ratings-container{flex-direction:column}.product .ratings-container .ratings-text{-webkit-margin-start:0;margin-inline-start: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;-webkit-margin-start:.8rem;margin-inline-start:.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{-webkit-margin-start:5px;margin-inline-start:5px;-webkit-margin-end:5px;margin-inline-end: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{display:block;position:relative;margin-bottom:2rem;border-radius:10px;overflow:hidden;width:100%}.banner:not(:last-child){-webkit-margin-end:2rem;margin-inline-end:2rem}.banner>a{position:relative;display:block;outline:none!important}.banner img{display:block;max-width:none;height:auto;object-fit:cover}.rtl .banner .first-banner{position:relative;right:440px!important}.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}.rtl .banner-content{text-align:right}.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}.rtl .banner-subtitle{text-align:center!important}.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){.rtl .banner-content{right:3rem}.rtl .banner-big .banner-content{right:6rem}.banner-content{left:3rem}.banner-big .banner-content{left:6rem}.banner-big .banner-title{font-size:4rem}}@media screen and (min-width:992px){.rtl .banner-content{right:4rem}.rtl .banner-big .banner-content{right:10rem}.banner-content{left:4rem}.banner-big .banner-content{left:10rem}.banner-big .banner-title{font-size:5rem}}.banner-display>a: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:hover>a: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{-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;margin-inline-start:0}.btn.banner-link i:first-child{-webkit-margin-end:0;margin-inline-end:0}.btn.banner-link i:last-child{-webkit-margin-start:.9rem;margin-inline-start:.9rem}.banner-overlay>a{position:relative}.banner-overlay>a:after,.banner-overlay>figure: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,.banner-overlay.banner-overlay-light>figure:after{background-color:hsla(0,0%,100%,.3)}.banner-overlay:focus>a:after,.banner-overlay:focus>figure:after,.banner-overlay:hover>a:after,.banner-overlay:hover>figure:after{visibility:visible;opacity:1}.second-banner .banner-content{left:0!important;text-align:center}@media(max-width:480px){.second-banner .banner-content{transform:translate(-50%,-50%);left:50%!important;text-align:center;width:250px}}@media screen and (min-width:768px){.banner-display .banner-title{font-size:2.4rem}}.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)}.testimonial-icon:before{font-family:mkhazin;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:5rem;padding:.85rem 2rem;font-size:1.4rem;line-height:1.5;font-weight:300;color:#777;background-color:#f9f9f9;border:1px solid #ebebeb;border-radius:.9rem;margin-bottom:2rem;transition:all .3s;outline-width:0}.form-control>select{padding:0}select.form-control:not([size]):not([multiple]){height:4.8rem}.form-control-white{border-color:#fff}.form-control:focus{color:#777;background-color:#efefef;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:#111928;font-weight:500;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:mkhazin;content:"";position:absolute;display:inline-block;right:1.9rem;top:50%;font-size:1.5rem;transform:translateY(-51%);color:#121212;z-index:-1}.select-custom .form-control,.select-custom .form-control-sm{-webkit-padding-end:4rem;padding-inline-end: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:0!important;margin-top:1rem;margin-bottom:1rem}.custom-control-label{position:absolute;top:0;margin-bottom:0;margin-top:.1rem;font-size:1.5rem;-webkit-padding-start:.5rem;padding-inline-start:.5rem}.custom-control-label:hover{cursor:pointer}.rtl .sidebar-shop .custom-control{text-align:right}.custom-control-label:before{left:0;top:.6rem;width:2rem;height:2rem;background-color:#f9f9f9;border:1px solid #dadada;box-shadow:none!important}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#dadada}.custom-control-label:after{left:0;top:.6rem;width:2rem;height:2rem}@supports(-ms-ime-align:auto){.custom-control-label:after{top:.5rem}input.form-control{outline:0}}.custom-checkbox .custom-control-label:before{border-radius:.5rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:var(--main-color);background-color:var(--main-color)}.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;-webkit-padding-end:4rem;padding-inline-end: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}}.table{margin-bottom:3rem}.table th{font-weight:400;font-size:1.4rem;line-height:1.5;color:#999}.table th,.table thead th{border:.2rem solid #ebebeb}.table td,.table th{padding:1.4rem 0}.pagination{border-radius:0;align-items:center;margin-bottom:2rem}.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:4rem;font-weight:400;font-size:1.4rem;padding:0 .3rem;line-height:1;color:#706f6c;border-radius:.3rem;background-color:#f9f9f9;border:.1rem solid transparent;min-width:3.8rem;min-height:3.8rem}.page-link i{font-size:1.5rem}.page-link.page-link-prev i{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:1rem;margin-inline-end:1rem}.page-link.page-link-next{-webkit-margin-start:2.8rem;margin-inline-start:2.8rem}.page-link.page-link-next,.page-link.page-link-prev{padding-left:1rem;padding-right:1rem}.page-link:hover{border-color:#ebebeb;text-decoration:none;background-color:transparent}.page-link:focus,.page-link:hover{box-shadow:none;color:inherit;outline:none!important}.page-item-total{color:#ccc;font-size:1.4rem;font-weight:400;margin:0 1.2rem;white-space:nowrap}.page-item+.page-item{-webkit-margin-start:.4rem;margin-inline-start:.4rem}.page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.page-item.active .page-link{color:#fff!important;background-color:var(--main-color);border-color:var(--main-color)}.page-item.disabled .page-link{background-color:#f9f9f9;border-color:#f9f9f9;color:#eaeaea}.page-item-input{display:flex;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:.3rem;padding:.5rem;width:50px;-webkit-margin-end:2rem;margin-inline-end:2rem;text-align:center}@media screen and (max-width:575px){.page-link.page-link-next{-webkit-margin-start:1rem;margin-inline-start:1rem}.page-link.page-link-prev{-webkit-margin-end:1rem;margin-inline-end:1rem}}.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;z-index:10}.modal-content{max-height:100%;overflow-x:hidden;overflow-y:scroll;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:#111928;opacity:1;transition:all .3s}@media screen and (min-width:768px){.modal-dialog{max-width:80rem;width:100%;height:100%}.modal-xl{max-width:800px!important}}.modal-close{position:absolute;font:normal normal 2.6rem/1 mkhazin;color:#666;font-size:1.8rem;top:1.5rem;right:2rem;display:block;width:2rem;height:2rem}.ReactModal__Content{display:flex;align-items:center;outline:0}.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);background-color:#fff}#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)!important;z-index:999;opacity:0;transition:opacity .3s}.ReactModal__Overlay.ReactModal__Overlay--after-open{opacity:1}.video-modal{position:relative;top:50%;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end: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{font-weight:300;font-size:1.4rem;line-height:1.43;letter-spacing:-.01em;border-radius:0;margin: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}body{overflow-y:scroll!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;background:#fff;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;-webkit-margin-start:10px;margin-inline-start:10px;-webkit-margin-end:10px;margin-inline-end: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%;-webkit-margin-start:8px;margin-inline-start:8px;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.price-slider .input-range__track--background{right:13px;left:10px}.price-slider .input-range__slider{height:.5rem;width:2.5rem;background:#b1d135;border:.1rem solid #b1d135;margin-top:-.2rem;border-radius:0}.price-slider .input-range__label--value{position:absolute;transform:translate(-50%);left:50%;-webkit-margin-start:.7rem;margin-inline-start:.7rem;color:#333;font-weight:500;font-size:1.4rem;line-height:1;padding:1rem;text-align:center;border-radius:8px;margin-top:-2rem}.price-slider .input-range__label--max,.price-slider .input-range__label--min{display:none}.price-slider .input-range__track--active{background:#e4e4e4}.price-slider .input-range__label-container{left:0}.price-slider .input-range__slider-container{top:50%}.toast-container{width:30rem!important}.toast-container .Toastify__toast--error,.toast-container .Toastify__toast--success{background-color:#e11f26;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;right:1rem;top:1rem}.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-cat:before,.skeleton-body .skel-grid-post:before,.skeleton-body .skel-list-post:before,.skeleton-body .skel-mask-post:before,.skeleton-body .skel-post-sidebar-category:before,.skeleton-body .skel-post:before,.skeleton-body .skel-pro-single .entry-summary1:before,.skeleton-body .skel-pro-single .entry-summary2:before,.skeleton-body .skel-pro-single .entry-summary3:before,.skeleton-body .skel-pro-single .skel-product-gallery:before,.skeleton-body .skel-pro-tabs:before,.skeleton-body .skel-pro:before,.skeleton-body .skel-sidebar-post:before,.skeleton-body .skel-single-post:before,.skeleton-body .skel-widget:before{content:"";display:block;width:100%;background-repeat:no-repeat;background-image:linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0)}.skeleton-body .skel-cat:after,.skeleton-body .skel-grid-post:after,.skeleton-body .skel-list-post:after,.skeleton-body .skel-mask-post:after,.skeleton-body .skel-post-sidebar-category:after,.skeleton-body .skel-post:after,.skeleton-body .skel-pro-single .entry-summary1:after,.skeleton-body .skel-pro-single .entry-summary2:after,.skeleton-body .skel-pro-single .entry-summary3:after,.skeleton-body .skel-pro-single .skel-product-gallery:after,.skeleton-body .skel-pro-tabs:after,.skeleton-body .skel-pro:after,.skeleton-body .skel-sidebar-post:after,.skeleton-body .skel-single-post:after,.skeleton-body .skel-widget:after{content:"";position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0) 80%);animation:skeletonloading 1.5s infinite}.skeleton-body .skel-widget:first-of-type{padding-top:0;margin-top:0}.skeleton-body .skel-widget:before{height:315px;background-size:100% 30px,70% 20px,50% 20px,80% 20px,40% 20px,30% 20px,50% 20px;background-position:left 10px,left 65px,left 105px,left 145px,left 185px,left 225px,left 265px}.skeleton-body .skel-pro:before{padding-top:161%;background-size:100% 58%,55% 15px,85% 20px,55% 15px,40% 25px;background-position:left 0,left calc(58% + 25px),left calc(58% + 55px),left calc(58% + 85px),left calc(58% + 120px)}.shop-market .skeleton-body .skel-pro:before{padding-top:calc(100% + 150px)}.skeleton-body .skel-product-col.skel-pro:before{padding-top:80px;background-image:linear-gradient(#f4f4f4 250px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 14px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 20px,transparent 0);background-size:80px 100%,150px 12px,250px 16px,150px 12px;background-position:left 0,97px 5px,97px 28px,97px 55px}.skeleton-body .skel-pro-list{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #ebebeb}.skeleton-body .skel-pro-list:before{padding-top:23.5%;background-size:24% 100%,20% 15px,25% 20px,48% 80px,10% 15px,15% 15px,20% 30px,24% 40px;background-position:left 0,32.5% calc(50% - 80px + 12.5px),34.6666666667% calc(50% - 80px + 10px + 30px),50% calc(50% - 80px + 40px + 80px),84.4444444444% calc(50% - 82px + 7.5px),89.4117647059% calc(50% - 82px + 7.5px + 30px),97.5% calc(50% - 82px + 15px + 80px),100% calc(50% - 82px + 20px + 125px)}.skeleton-body .skel-pro-single .skel-product-gallery:before,.skeleton-body.horizontal .skel-pro-single .skel-product-gallery:before{padding-top:125.3%;min-height:480px;background-size:100% 80%,23.5% 18.5%,23.5% 18.5%,23.5% 18.5%,23.5% 18.5%;background-position:left 0,0 100%,33.3333333333% 100%,66.6666666667% 100%,100% 100%}.skeleton-body.product-intro.center-mode .entry-summary1:before{background-position:center 0,center 35px,center 65px,center 105px,66.6666666667% 185px,37.5% 175px,66.6666666667% 245px,37.5% 235px}.skeleton-body.product-intro.center-mode .entry-summary2:before{background-position:37.5% 10px,66.6666666667% 0,24% 60px,80% 70px,left 145px,100% 150px}.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-summary1:before{margin-bottom:2rem;min-height:275px;background-size:50% 25px,24% 20px,34% 30px,100% 50px,10% 20px,22% 40px,10% 20px,22% 40px;background-position:left 0,left 35px,left 65px,left 105px,left 185px,15.3846153846% 175px,left 245px,15.3846153846% 235px}.skeleton-body .skel-pro-single .entry-summary2:before{margin-bottom:2rem;min-height:185px;background-size:10% 20px,22% 40px,34% 40px,20% 20px,40% 40px,34% 30px;background-position:left 10px,15.3846153846% 0,left 60px,52.5% 70px,left 145px,100% 150px}.skeleton-body .skel-pro-single .entry-summary3:before{margin-top:3rem;min-height:390px}.skeleton-body .skel-pro-single.gallery .skel-product-gallery:before{min-height:0;padding-top:33%;background-size:33% 100%,33% 100%,33% 100%;background-position:left 0,50.7462686567% 0,101.4925373134% 0}.skeleton-body .skel-pro-single.gallery .entry-summary1:before{background-size:50% 25px,24% 20px,34% 30px,60% 50px,10% 20px,22% 40px,10% 20px,22% 40px;background-position:center 0,center 35px,center 65px,center 105px,36% 185px,57.6923076923% 175px,36% 245px,57.6923076923% 235px}.skeleton-body .skel-pro-single.gallery .entry-summary2:before,.skeleton-body .skel-pro-single.gallery .entry-summary3:before{background-size:22% 40px,34% 40px,20% 20px,40% 40px,34% 30px;background-position:22% 0,66.6666666667% 0,center 60px,center 100px,center 160px}.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.sticky .skel-product-gallery:before{min-height:550px;padding-top:270%;background-size:100% 32.5%,100% 32.5%,100% 32.5%;background-position:left 0,left 50%,left 100%}.skeleton-body .skel-pro-single.sticky .entry-summary2:before{min-height:185px;background-size:10% 20px,22% 40px,34% 40px,20% 20px,40% 40px,34% 30px;background-position:left 10px,15.3846153846% 0,left 60px,52.5% 70px,left 145px,100% 150px}.skeleton-body .skel-pro-single.masonry_sticky .skel-product-gallery:before{padding-top:200%;background-size:100% 50%,49% 23%,49% 18%,49% 30%,49% 25%;background-position:right 0,0 66.2337662338%,right 62.1951219512%,0 107.1428571429%,right 93.3333333333%}.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 .product-gallery-item{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%;max-height:80rem;filter:brightness(.96)}.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-sidebar-post:before{padding-top:calc(60.5% + 360px);background-size:100% calc(114% - 650px),4.5% 70px,39% 30px,100% 20px,53% 20px,100% 20px}.skeleton-body .skel-list-post:before{padding-top:250px;background-image:linear-gradient(#f4f4f4 250px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 12px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 20px,transparent 0);background-size:375px 100%,150px 12px,250px 16px,150px 12px,100% 16px,100% 16px,100% 16px,200px 20px;background-position:left 0,410px 20px,410px 44px,410px 70px,410px 105px,410px 136px,410px 167px,410px 205px}.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-post-sidebar-category:before{padding-top:160px;background-image:linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0),linear-gradient(#f4f4f4 16px,transparent 0);background-size:100% 16px,100% 16px,100% 16px,100% 16px,100% 16px;background-position:left 0,0 35px,0 70px,0 105px,0 140px,0 175px}.skeleton-body .skel-cat:before{content:"";display:block;padding-top:calc(100% + 60px);background-repeat:no-repeat;background-image:linear-gradient(#f4f4f4 100%,transparent 0),linear-gradient(#f4f4f4 100%,transparent 0);background-size:100% 75%,60% 20px;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 .product-sm{display:flex}.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}.quickView-content.horizontal .skeleton-body .skel-pro-single .skel-product-gallery:before{padding-top:120%;min-height:480px;background-size:100% 78%,18% 16%,18% 16%,18% 16%,18% 16%;background-position:left 0,0 95%,24.3902439024% 95%,48.7804878049% 95%,73.1707317073% 95%}.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%}@media(max-width:767px){.skeleton-body .skel-pro-list:before{padding-top:calc(49% + 140px);background-size:49% calc(100% - 140px),20% 15px,25% 20px,100% 80px,10% 15px,15% 15px,40% 30px,49% 40px;background-position:left 0,left calc(100% - 120px + 15px),left calc(100% - 120px + 50px),left calc(100% - 120px + 160px),56.6666666667% calc(50% - 100px - 82px + 7.5px),60% calc(50% - 100px - 82px + 7.5px + 30px),92.5% calc(50% - 100px - 82px + 15px + 80px),100% calc(50% - 100px - 82px + 20px + 125px)}}@media(min-width:992px){.skeleton-body .skel-pro-single .skel-product-gallery:before{padding-top:80%;min-height:480px;background-size:18% 21%,18% 21%,18% 21%,18% 21%,80% 100%;background-position:left 0,left 29.1139240506%,left 58.2278481013%,left 87.3417721519%,100% 0}}@media(max-width:991px){.quickView-two .skeleton-body .skel-pro-single.loaded .product-sm .product-gallery-item{width:25%}.skeleton-body .skel-pro-single.gallery .skel-product-gallery:before{padding-top:48%;background-size:48% 100%,48% 100%;background-position:left 0,100% 0}}@media(max-width:575px){.skeleton-body .skel-pro-single.gallery .skel-product-gallery:before{padding-top:100%;background-size:100% 100%;background-position:left 0}}@media(min-width:768px){.skeleton-body .skel-post-list{margin-bottom:7rem}.skeleton-body .skel-post-list:before{padding-top:28.125%;min-height:320px;background-size:44% 100%,20% 20px,30% 35px,10% 20px,53% 100px,10% 20px;background-position:left 0,58.75% calc(50% - 130px - 10px + 20px),67.1428571429% calc(50% - 130px - 17.5px + 70px),52.2222222222% calc(50% - 130px - 10px + 105px),100% calc(50% - 130px - 50px + 220px),52.2222222222% calc(50% - 130px - 10px + 245px)}}@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 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%)}}.lazy-load-image-background{position:relative;width:100%;z-index:-1}.lazy-load-image-background img{width:100%;object-fit:contain;height:100%}.lazy-load-image-background .masked{height:auto!important}.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;z-index:2}.lazy-overlay{position:absolute;left:0;right:0;top:0;bottom:0;background:#f4f4f4}.lazy-overlay.bg-2{background:transparent}.lazy-overlay.bg-3{background:#add8e6}.lazy-overlay.bg-4{background:#008b8b}.rtl .lazy-overlay{position:relative!important}.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,.lazy-media>figure{position:absolute;top:0;left:0;right:0;bottom:0}.lazy-media img{width:100%;height:100%;transition:all .3s;object-fit:cover}.category-dropdown{display:flex;align-self:stretch;align-items:center;width:275px;max-width:95%}.category-dropdown .dropdown-toggle{position:relative;display:flex;align-items:center;align-self:stretch;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;transition:background .4s,color .1s}.category-dropdown .dropdown-toggle:after{content:"";border:none}.category-dropdown .dropdown-toggle:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#39f;transition:all .35s}.category-dropdown .dropdown-toggle:focus,.category-dropdown .dropdown-toggle:hover{color:#fff;background-color:#39f;outline:0!important}.category-dropdown:not(.is-on):hover .dropdown-menu{display:block}.category-dropdown:not(.is-on):hover .dropdown-toggle{color:#fff!important;background-color:#39f}.category-dropdown:not(.is-on):hover .dropdown-toggle:after{content:""}.category-dropdown.show .dropdown-toggle{background-color:#39f}.category-dropdown .dropdown-menu{top:100%;left:0;width:260px;margin:0;border-radius:0;padding:0;box-shadow:0 10px 30px rgba(0,0,0,.05);z-index:1000;float:left;min-width:10rem;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:none;border-top:1px solid rgba(0,0,0,.15);border-radius:.25rem}.category-dropdown .dropdown-item{color:#666;font-weight:300;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;border:.1rem solid #ebebeb;border-top:none;padding:.9rem 1.9rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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{color:#39f;background-color:#fff;outline:0!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;max-height:600px}.menu-vertical{display:flex;align-items:center;position:static;line-height:1.5;flex-direction:column}.menu-vertical li{position:relative}.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:0!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);-webkit-padding-start:1rem;padding-inline-start:1rem}.menu-vertical .megamenu:before,.menu-vertical ul:before{display:none}.menu-vertical .megamenu{width:713px;z-index:10000}.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:500px;height:500px;overflow-y:scroll;overflow-x:hidden;-webkit-margin-start:-7px;margin-inline-start:-7px}}.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;height:100%;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{-webkit-padding-end:3rem;padding-inline-end:3rem}.menu-vertical.sf-arrows .sf-with-ul{position:relative}.menu-vertical.sf-arrows .sf-with-ul:after{display:block;font-family:mkhazin;content:"";position:absolute;right:1.8rem;top:50%;line-height:1;font-size:1.5rem;margin-top:-.6rem}.menu-vertical li>a{color:#666;font-weight:300;font-size:1.5rem;letter-spacing:0;padding-top:.6rem;padding-bottom:.6rem;-webkit-padding-start:3rem;padding-inline-start:3rem;-webkit-padding-end:3rem;padding-inline-end:3rem}.menu-vertical li>a span:not(.tip){position:relative}.menu-vertical li>a strong{font-weight:600}.menu-vertical>li{width:100%;margin-top:.5rem}.menu-vertical>li:not(:last-child){border-bottom:1px solid #ebebeb}.menu-vertical>li>a{display:block;color:#666;font-weight:600;font-size:1.6rem;line-height:1.5;letter-spacing:-.01em;border-top:none;padding:.6rem 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>li li a{color:#333!important}.menu-vertical>li li a:hover{color:#e11f26!important}.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}.menu-vertical .menu-title a{color:#333;margin-top:9px}.menu-vertical .menu-title a:hover{color:#e11f26!important}.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{-webkit-padding-start:2rem;padding-inline-start:2rem;-webkit-padding-end:2rem;padding-inline-end:2rem;margin-top:1.5rem;padding-bottom:1.5rem}.menu-vertical .menu-col li>a{-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0}.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{color:#e11f26}.recipe-card{border-radius:16px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(0,0,0,.08)}.recipe-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)!important}.recipe-card:hover .recipe-image{transform:scale(1.05)}.recipe-card:hover .recipe-overlay{background-color:rgba(0,0,0,.1)!important}.recipe-image-container{height:125px;border-radius:16px 16px 0 0;position:relative}.recipe-image{transition:transform .3s ease;object-fit:cover;border-radius:16px 16px 0 0}.recipe-overlay{transition:all .3s ease}.recipe-content{padding:24px}.recipe-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;-webkit-line-clamp:2;line-clamp:2;line-height:1.4}.recipe-description,.recipe-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.recipe-description{font-size:1.2rem;color:#6b7280;line-height:1.5;margin-bottom:20px;-webkit-line-clamp:3;line-clamp:3;height:5.5rem}.recipe-stats{padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.stat-item{min-height:80px;transition:all .2s ease}.stat-item:hover{background-color:rgba(0,0,0,.02);border-radius:8px}.stat-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.8);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1)}.stat-label{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af}.stat-value{font-size:1.3rem;font-weight:600;color:#374151}.stat-divider{width:1px;margin:0 8px}@media(max-width:768px){.recipe-image-container{height:160px}.recipe-content{padding:16px}.recipe-title{font-size:1.1rem}.recipe-stats{flex-direction:column;gap:12px}.stat-divider{display:none}.stat-item{flex-direction:row;text-align:left;min-height:auto;gap:12px}.stat-icon{width:28px;height:28px;flex-shrink:0}}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;line-clamp:3}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .3s ease}.object-cover{object-fit:cover}.promotion-banner{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#3d0003,#e11f26);box-shadow:0 10px 40px rgba(102,126,234,.25);margin:24px 0;animation:slideInUp .8s ease-out}.promotion-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.15),transparent);animation:shimmer 4s infinite}.promotion-banner .promotion-content{position:relative;display:flex;align-items:center;padding:20px 24px;gap:20px;z-index:2}.promotion-banner .promotion-icon{flex-shrink:0;width:52px;height:52px;background:hsla(0,0%,100%,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse 3s infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid hsla(0,0%,100%,.3);transition:all .3s ease}.promotion-banner .promotion-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.promotion-banner .promotion-text{flex:1 1;color:#fff}.promotion-banner .promotion-text .promotion-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;opacity:.95;display:flex;align-items:center;gap:6px}.promotion-banner .promotion-text .promotion-message{font-size:17px;font-weight:600;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.2)}.promotion-banner .promotion-text .promotion-message strong{font-weight:800}.promotion-banner .promotion-action{flex-shrink:0}.promotion-banner .promotion-action .promotion-cta{background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.3);color:#fff;padding:12px 20px;border-radius:25px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.promotion-banner .promotion-action .promotion-cta:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.promotion-banner .promotion-action .promotion-cta:hover svg{transform:translateX(4px)}.promotion-banner .promotion-action .promotion-cta:active{transform:translateY(0)}.promotion-banner .promotion-action .promotion-cta svg{transition:transform .3s ease}.promotion-banner .promotion-decoration{position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,hsla(0,0%,100%,.08) 0,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite}.promotion-banner .shine-effect{position:absolute;top:15px;right:30px;width:24px;height:24px;background:hsla(0,0%,100%,.25);border-radius:50%;animation:sparkle 3s ease-in-out infinite alternate}.promotion-banner .shine-effect:after,.promotion-banner .shine-effect:before{content:"";position:absolute;background:hsla(0,0%,100%,.2);border-radius:50%}.promotion-banner .shine-effect:before{width:10px;height:10px;top:-20px;right:15px;animation:sparkle 3s ease-in-out 1s infinite alternate}.promotion-banner .shine-effect:after{width:8px;height:8px;bottom:-15px;left:20px;animation:sparkle 3s ease-in-out 2s infinite alternate}.promotion-banner:hover{transform:translateY(-3px);box-shadow:0 15px 50px rgba(102,126,234,.35);transition:all .4s ease}.promotion-banner:hover .promotion-icon{transform:scale(1.15) rotate(15deg);background:hsla(0,0%,100%,.25)}.promotion-banner:hover .promotion-icon svg{transform:scale(1.1)}.promotion-banner:hover .promotion-decoration{animation-duration:4s}@media(max-width:768px){.promotion-banner{margin:20px 0;border-radius:12px}.promotion-banner .promotion-content{padding:16px 20px;gap:16px;flex-wrap:wrap}.promotion-banner .promotion-icon{width:44px;height:44px}.promotion-banner .promotion-text .promotion-label{font-size:12px}.promotion-banner .promotion-text .promotion-message{font-size:15px}.promotion-banner .promotion-action{width:100%;margin-top:8px}.promotion-banner .promotion-action .promotion-cta{width:100%;justify-content:center;padding:14px 24px}}@media(max-width:480px){.promotion-banner .promotion-content{padding:14px 16px;gap:12px}.promotion-banner .promotion-text .promotion-message{font-size:14px;line-height:1.3}.promotion-banner .promotion-action .promotion-cta{padding:12px 20px;font-size:13px}}.promotion-banner.promotion-urgent{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 10px 40px hsla(0,100%,71%,.25)}.promotion-banner.promotion-urgent:hover{box-shadow:0 15px 50px hsla(0,100%,71%,.35)}.promotion-banner.promotion-limited{background:linear-gradient(135deg,#feca57,#ff9ff3);box-shadow:0 10px 40px rgba(254,202,87,.25)}.promotion-banner.promotion-limited:hover{box-shadow:0 15px 50px rgba(254,202,87,.35)}.promotion-banner.promotion-exclusive{background:linear-gradient(135deg,#5f27cd,#341f97);box-shadow:0 10px 40px rgba(95,39,205,.25)}.promotion-banner.promotion-exclusive:hover{box-shadow:0 15px 50px rgba(95,39,205,.35)}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.6}50%{transform:translateY(-15px) rotate(180deg);opacity:.8}}@keyframes sparkle{0%{opacity:.2;transform:scale(.6)}to{opacity:.8;transform:scale(1.4)}}@keyframes ctaPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}[dir=rtl] .promotion-banner .promotion-content{direction:rtl}[dir=rtl] .promotion-banner:before{left:auto;right:-100%;animation:shimmerRTL 4s infinite}[dir=rtl] .promotion-banner .promotion-decoration{right:auto;left:-30px}[dir=rtl] .promotion-banner .promotion-action .promotion-cta:hover svg{transform:translateX(-4px)}@keyframes shimmerRTL{0%{right:-100%}to{right:100%}}@media(prefers-color-scheme:dark){.promotion-banner{border-color:hsla(0,0%,100%,.1)}.promotion-banner .promotion-icon{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.promotion-banner .promotion-action .promotion-cta{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.25)}}@media(prefers-contrast:high){.promotion-banner{border:2px solid hsla(0,0%,100%,.6)}.promotion-banner .promotion-text{text-shadow:0 0 2px rgba(0,0,0,.8)}.promotion-banner .promotion-action .promotion-cta{border-width:3px}}@media(prefers-reduced-motion:reduce){.promotion-banner,.promotion-banner .promotion-decoration,.promotion-banner .promotion-icon,.promotion-banner .shine-effect,.promotion-banner .shine-effect:after,.promotion-banner .shine-effect:before,.promotion-banner:before{animation:none}.promotion-banner:hover{transform:none;transition:box-shadow .3s ease}}.top-info-banner{width:100%;min-height:8rem;background-color:#f7f3f3;margin:0 0 3rem;display:flex;justify-content:space-between;flex-wrap:wrap;padding:.5rem;border-radius:1rem}.top-info-banner-title{display:flex;align-items:center}.top-info-banner-title img{-webkit-margin-end:1rem;margin-inline-end:1rem}.top-info-banner-item{width:62rem;min-height:8rem;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;color:#8c1819;-webkit-padding-start:1rem;padding-inline-start:1rem}.top-info-banner-item.active{background-color:#fff!important;padding:0 2rem}.top-info-banner .top-info-banner-features{display:flex;align-items:center;margin:0}.top-info-banner .top-info-banner-features li{line-height:1.6;-webkit-margin-end:2rem;margin-inline-end:2rem;white-space:nowrap}.introduction-banner{margin-bottom:3rem}.introduction-banner-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 3rem;border-radius:.8rem;color:#fff;margin-bottom:1.5rem}.category-lists{display:flex;align-items:center;flex-wrap:wrap;gap:17px;margin:3rem 0}.category-lists-item{width:15rem;height:16.55rem;margin-bottom:6rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.category-lists-item-image{width:15rem;height:15rem;border-radius:.8rem;overflow:hidden;display:flex;align-items:center}.category-lists-item-text{font-size:1.6rem;font-weight:400;text-align:center;padding:1rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#333}.slide-image>img,.slide-image>picture,.slider-container-ratio .intro-slider{position:absolute;left:0;top:0;z-index:2;width:100%}.owl-theme.owl-light .owl-dots .owl-dot.active span{border-color:#e11f26;background:#e11f26}.intro-slide .slide-image,.intro-slider-container{position:relative}.intro-slide .slide-image:before,.intro-slider-container:before{display:block;content:"";width:100%}.intro-content{position:absolute;left:20px;top:50%;z-index:10;transform:translateY(-50%)}.slide-image img{display:block;width:100%;max-width:none;height:auto}button:focus{outline:none}.brand{display:flex;align-items:center;justify-content:center;min-height:8rem}.brand img{width:auto!important;max-width:100%!important}.brand:focus{outline:none!important}.title-lg{letter-spacing:-.025em}.carousel-with-shadow .owl-stage-outer{-webkit-margin-start:-1rem;margin-inline-start:-1rem;-webkit-margin-end:-1rem;margin-inline-end:-1rem;margin-top:-3rem;padding:3rem 1rem 2rem}.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 2rem 3rem 1rem}.quickView-content .btn-wishlist span{text-transform:uppercase}.quickView-content .product-details{margin-bottom:0}.quickView-content .sticky-bar{display:none}.container.quickView-container{width:115rem}.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-size:2.6rem;font-family:mkhazin;line-height:.8;position:absolute;color:#fff;top:1rem;right:1.5rem;display:block;background-color:#000;border-radius:8px;padding-bottom:.4rem}.fullscreen-container{-webkit-margin-start:-.8rem;margin-inline-start:-.8rem;-webkit-margin-end:-.8rem;margin-inline-end:-.8rem}.fullscreen-container .carousel-dots{margin-top:2rem;display:flex;padding-left:6rem;padding-right:6rem}.fullscreen-container .product-gallery-item{padding-left:.5rem;padding-right:.5rem}.fullscreen-container .quickView-content{padding:1rem 0 4rem}.mfp-newsletter.mfp-bg{background:#222;opacity:.6}.quickView-two .product-gallery-item{padding-left:.5rem;padding-right:.5rem}.info-icon-boxes{background-color:#f9f9f9;padding-bottom:1rem;margin-top:6rem}.info-icon-boxes .container:first-child{padding-top:4rem;box-shadow:1px 2px 20px #dbdbdb}.category-slider{margin:5rem 0;padding:0}.category-slider .category-slider-item{position:relative;min-height:45rem}.category-slider .category-slider-item-content{position:absolute;left:2rem;white-space:nowrap}.category-slider .category-slider-item-content.left{top:5rem}.category-slider .category-slider-item-content.top{top:.7rem}.category-slider .category-slider-item-content.right{left:unset!important;right:2rem}.category-slider .category-slider-item-content.center{top:40%;left:50%;transform:translate(-50%,-40%)}.category-slider .category-slider-item-content.outside{bottom:-1rem}.category-slider .category-slider-item-content.text-align-right{text-align:right;left:unset!important;right:2rem}.category-slider .category-slider-item-content.text-align-center{text-align:center;left:50%!important;transform:translateX(-50%)}.category-slider .slick-slide>div{padding:1rem}.category-slider .category-slider-item-title{font-size:2.1rem;font-weight:400;color:#000}.category-slider .category-slider-item-text{font-size:1.2rem;color:#000}.category-slider .category-slider-item-image{overflow:hidden;min-height:40rem;border-radius:1rem}.category-slider .category-slider-item-image img{width:100%}.category-slider .btn-primary{position:absolute;left:50%;bottom:-2rem;transform:translateX(-50%)}.banner-modal{position:relative;border-radius:1rem}.banner-modal-header{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem;padding-top:2rem}.banner-modal-image{width:97%;height:40rem;margin:1rem auto 0;overflow:hidden}.banner-modal-image img{object-fit:cover}.banner-modal-check{-webkit-padding-start:2.1rem;padding-inline-start:2.1rem}.banner-modal .mfp-close{display:flex;align-items:center;justify-content:center;position:absolute;top:1.5rem;right:1.5rem;padding:0;font-family:mkhazin;font-size:2rem;background-color:#fff;border-radius:50%;opacity:.6;width:3rem;height:3rem;z-index:1000;box-shadow:0 0 3px #000}.banner-modal .mfp-close:hover{opacity:1}.banner-modal .mfp-close:before{position:relative;content:"";line-height:1;color:#333}.banner-modal .mfp-close span{display:none}.video-banner p{max-width:500px}.video-banner p:last-child{margin-bottom:0}.video-banner.text-center p{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}.video-banner-bg.video-1{padding-top:32rem;padding-bottom:32rem}.video-banner-bg.video-2{padding-top:16.5rem;padding-bottom:16.5rem}.video-banner-bg.video-3{padding-top:10rem;padding-bottom:10rem}.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;text-transform:capitalize}.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;color:#39f;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{-webkit-margin-end:-.2rem;margin-inline-end:-.2rem}.btn-video:focus,.btn-video:hover{color:#fff;background-color:#278bf0;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}@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{-webkit-margin-start:-.6rem;margin-inline-start:-.6rem;-webkit-margin-end:-.6rem;margin-inline-end:-.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::-webkit-scrollbar{width:5px;height:20px}.quickView-container .quickview-desc::-webkit-scrollbar-thumb{background:#ebebeb;border-radius:10px}.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;border-radius:10px}.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){.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}}.toolbox{display:flex;align-items:center;flex-direction:row;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;color:#000!important;z-index:0;font-weight:bolder}.toolbox .select-custom .form-control{font-size:1.3rem;padding-right:2rem;max-width:140px;min-width:140px;background-color:#f9f9f9;border-color:#f9f9f9}.toolbox label{font-weight:400;color:#121212;font-size:1.2rem;letter-spacing:-.01em;margin:0;width:48px}.toolbox .form-control{color:#000;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 .toolbox-header{font-size:1.6rem;color:#252b42;font-weight:700}.shop .category-name{font-size:2.4rem;font-weight:700}.toolbox-left,.toolbox-right{display:flex;align-items:center;flex-wrap:wrap}@media screen and (max-width:991px){.toolbox-left,.toolbox-right{flex-wrap:unset}}.toolbox-center{margin-top:1rem;flex:0 1 auto}.toolbox-right{margin-top:1rem}.toolbox-view-mode{display:flex;align-items:center;justify-content:space-between;padding:1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;width:13rem;height:5rem;background-color:#f2f2f2;border-radius:8px}.toolbox-view-mode .view-mode-btn{opacity:.4}.toolbox-view-mode .view-mode-btn img{padding-top:.4rem}.toolbox-view-mode .view-mode-btn.active{opacity:1}.toolbox-view-mode .view-mode-btn span{color:var(--main-color);font-weight:500;-webkit-margin-start:.7rem;margin-inline-start:.7rem}@media screen and (min-width:768px){.toolbox-right{-webkit-margin-start:auto;margin-inline-start:auto}}.toolbox-info{color:#ccc}.toolbox-info span{color:#121212}.toolbox-sort{display:flex;align-items:center;justify-content:flex-end;width:250px;position:relative;z-index:10}.toolbox-sort label{-webkit-margin-end:1.6rem;margin-inline-end:1.6rem}.rtl .toolbox-sort label{-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-start:1.6rem;margin-inline-start:1.6rem}.toolbox-layout{margin-top:1rem}.btn-layout{display:inline-flex;padding:.5rem}.btn-layout+.btn-layout{-webkit-margin-start:.5rem;margin-inline-start:.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}.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:#121212;margin:0 0 2rem}.sidebar-shop .widget.widget-collapsible{overflow:hidden}.sidebar-shop .widget-title{color:#252b42;font-weight:700;font-size:1.6rem;line-height:1.15;letter-spacing:.05em}.sidebar-shop .custom-control{margin:0}.sidebar-shop .custom-control-input{position:relative;border:2px solid #e3e3e3;background:none;cursor:pointer;line-height:0;margin:0 .6em 0 0;outline:0;padding:0!important;vertical-align:text-top;height:2.5rem;width:2.5rem;-webkit-appearance:none;opacity:.7}.sidebar-shop .custom-control-input:hover{opacity:1}.sidebar-shop .custom-control-input:checked{background-color:#000;opacity:1}.sidebar-shop .custom-control-input:before{content:"";position:absolute;right:50%;top:50%;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;margin:-1px -1px 0;transform:rotate(45deg) translate(-50%,-50%);z-index:2}.sidebar-shop .custom-control-label{font-weight:400;color:#121212;cursor:pointer;text-transform:capitalize}.sidebar-shop.sidebar-filter .widget{padding-right:0}.sidebar-shop::-webkit-scrollbar{width:7px;height:20px}.sidebar-shop::-webkit-scrollbar-thumb{background:#ebebeb;border-radius:10px}.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:800;font-size:1.8rem;letter-spacing:-.01em;margin:0}.widget-clean a{display:inline-block;font-weight:400;font-size:1.2rem;-webkit-margin-start:auto;margin-inline-start:auto}.filtered{display:flex;flex-wrap:wrap;height:auto;width:33rem}.filtered .filtered-item{display:flex;align-items:center;justify-content:space-between;width:max-content;background-color:#f2f2f2;border-radius:8px;padding:.3rem .6rem;font-weight:500;margin-bottom:1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.filtered .filtered-item button{padding:0;-webkit-margin-start:.6rem;margin-inline-start:.6rem}.filtered .filtered-item .filter-text{color:#121212;text-transform:capitalize}.rtl .widget-clean a{-webkit-margin-start:unset;margin-inline-start:unset;-webkit-margin-end:auto;margin-inline-end:auto;text-align:left}.widget-collapsible .widget-title a{position:relative;display:block;color:inherit;text-decoration:none;padding-right:3rem}.widget-collapsible .widget-title a:after{color:#121212;content:"";display:block;font-family:mkhazin;font-size:1.4rem;font-weight:bolder;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}.rtl .widget-collapsible .widget-title a{text-align:right;padding-right:2rem}.rtl .widget-collapsible .widget-title a:after{color:#121212;left:1.6rem;right:unset}.filter-item{position:relative;margin-bottom:.3rem}.filter-item a{color:#121212}.filter-item a.active{color:#e11f26}.filter-items-count .filter-item{padding-right:4rem;text-transform:capitalize}.filter-items-count .item-count{display:inline-flex;align-items:center;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;line-height:1;border-radius:.6rem;color:#000;background-color:#f8f8f8}.rtl .filter-items-count .filter-item{padding-right:0!important;padding-left:4rem!important;text-align:right}.rtl .filter-items-count .item-count{left:1rem;right:auto}.sidebar-toggler{display:inline-flex;align-items:center;color:#121212;font-weight:400;font-size:1.4rem;line-height:1;letter-spacing:-.01em;text-transform:uppercase;-webkit-margin-end:3rem;margin-inline-end:3rem}.sidebar-toggler i{font-size:1.6rem;-webkit-margin-end:.9rem;margin-inline-end:.9rem}.sidebar-fixed-toggler{display:block;position:fixed;left:0;top:63vh;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 img{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;cursor:pointer}.filter-colors img:after{color:#fff;font-family:mkhazin;content:"";font-size:1rem;line-height:1;position:absolute;left:50%;top:50%;opacity:0;visibility:hidden;transition:opacity .01s;margin-top:-.4rem;-webkit-margin-start:-.5rem;margin-inline-start:-.5rem}.filter-colors img.selected,.filter-colors img:focus,.filter-colors img:hover{box-shadow:0 0 0 .1rem #121212}.filter-colors img.selected:after{visibility:visible;opacity:1}@supports(-ms-ime-align:auto){.filter-colors a:after{margin-top:-.5rem}}.filter-price{padding-top:.2rem;padding-bottom:3rem;-webkit-padding-end:.5rem;padding-inline-end:.5rem}.filter-price-text{margin-bottom:1.5em;letter-spacing:-.01em}@media screen and (min-width:576px){.toolbox-right{flex-direction:row}.toolbox-layout{margin-top:0;-webkit-margin-end:-.5rem;margin-inline-end:-.5rem;-webkit-margin-start:1rem;margin-inline-start:1rem}.rtl .toolbox-layout{margin-top:0;-webkit-margin-start:-.5rem;margin-inline-start:-.5rem;-webkit-margin-end:1rem;margin-inline-end:1rem}}@media screen and (min-width:768px){.toolbox-center{margin-top:0}.toolbox-right{margin-top:0;justify-content:flex-end}}.product-details-top{margin-bottom:1rem}.product-details-top .product-label{top:-3px!important;left:-3px!important}.product-gallery{margin-bottom:2rem}.product-gallery .product-main-image .slick-prev{z-index:99;left:.3rem!important;width:3.2rem!important;height:3.2rem!important;border-radius:50%;background-color:#fff;border:1px solid #dbdbdb}.product-gallery .product-main-image .slick-prev:before{content:url(/images/icons/product-slider-left.svg)!important;line-height:unset!important}.product-gallery .product-main-image .slick-next{right:.3rem!important;width:3.2rem!important;height:3.2rem!important;border-radius:50%;background-color:#fff;border:1px solid #dbdbdb}.product-gallery .product-main-image .slick-next:before{content:url(/images/icons/product-slider-right.svg)!important;line-height:unset!important}.product-gallery .product-slider-thumbnails{overflow:hidden}.product-gallery .product-slider-thumbnails .slick-current img{border:1px solid #c4c4cb}.product-main-image{position:relative;margin-bottom:1rem;overflow:hidden}.product-main-image img{max-width:none;background-color:#f4f4f4;width:100%;object-fit:contain}.product-main-image .slick-slide{max-height:80rem}.product-main-image .zoom-image{border-radius:10px}.product-main-image .zoom-image>div{position:absolute!important;top:0;left:0;right:0;bottom:0;border-radius:10px}.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;-webkit-margin-start:-.5rem;margin-inline-start:-.5rem;-webkit-margin-end:-.5rem;margin-inline-end:-.5rem;width:calc(75% + 10px)}.product-image-gallery>.row{-webkit-margin-start:-5px;margin-inline-start:-5px;-webkit-margin-end:-5px;margin-inline-end:-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%;margin-bottom:1rem;border-radius:10px}.max-col-6 .product-gallery-item{flex:0 0 16.66%;max-width:16.66%}.product-gallery-item>.img-wrapper{background-color:#f4f4f4}.product-gallery-item img{max-width:none;width:100%;height:100%;object-fit:cover;background-color:#f4f4f4;border-radius:10px}.product-gallery-item:after,.product-gallery-item:before{content:"";display:block;position:absolute;left:.5rem;right:.5rem;top:0;bottom:0;transition:all .35s ease;z-index:1;border-radius:10px}.product-gallery-item:before{opacity:0;visibility:hidden;border:1px solid #e11f26}.product-gallery-item:after{background-color:hsla(0,0%,100%,.4)}.product-gallery-item.active:before,.product-gallery-item:after{visibility:visible;opacity:1}.product-gallery-item.active:after,.product-gallery-item:hover:after{opacity:0;visibility:hidden}.product-gallery-vertical .row{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end: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:#e11f26}.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:focus{color:#999}.product-pager-link+.product-pager-link{-webkit-margin-start:3rem;margin-inline-start: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 #e11f26}.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{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.product-pager-prev .product-detail{left:0}.product-pager-prev.prev-only .product-detail{left:unset;right:0}.product-pager-next i{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.product-pager-next .product-detail{right:0}.rtl .product-details{text-align:right}.product-details{margin-bottom:2rem;background-color:#fafafa;padding:2rem 3rem}.product-details .product-brand a{color:#7a7a8d;font-size:1.4rem}.product-details .product-title{font-weight:700;font-size:2rem;letter-spacing:-.025em;padding-right:1rem}.product-details .product-price{font-size:2.4rem;font-weight:700;color:#000;width:max-content}.product-details .new-price{-webkit-margin-end:1rem;margin-inline-end:1rem}.product-details .product-content{margin-bottom:1.6rem}.product-details .product-content h5{font-size:2.4rem;font-weight:700}.product-details .product-content p:last-child{margin-bottom:0}.product-details .product-nav-dots a,.product-details .product-nav-dots span{width:2.5rem;height:2.5rem}.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{-webkit-margin-end:.7rem;margin-inline-end:.7rem}.product-details .product-cat a{color:#666;box-shadow:none;transition:all .35s ease}.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;border-radius:0;-webkit-margin-end:1rem;margin-inline-end: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}.product-details .details-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.product-details .details-item-head{font-size:1.4rem;color:#7a7a8d}.product-details .details-item-text{font-size:1.6rem;color:#20366a;width:23rem}.product-details .detail-point-text{color:#7a7a8d}.product-details .detail-point-text span{color:#b1d135}.product-details .product-tags img{-webkit-margin-end:1rem;margin-inline-end:1rem}.product-details .product-tags h4{font-size:2.1rem}.product-details .product-tags .product-tags-list{display:flex;align-items:center}.product-details .product-tags .product-tags-list li{-webkit-margin-end:1.7rem;margin-inline-end:1.7rem;border:1px solid #e11f26;background-color:#e11f26;border-radius:.8rem;transition:all .25s ease-in}.product-details .product-tags .product-tags-list li a{color:#fff;padding:0 1.4rem}.product-details .product-tags .product-tags-list li:hover{box-shadow:0 -1px 15px -1px rgba(225,31,38,.55)}.rating-form{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.rating-form label{-webkit-margin-end:1rem;margin-inline-end:1rem}.rating-stars{display:flex;position:relative;height:2.5rem;font-size:2.4rem;margin:0 0 1.1rem}.rating-stars a{color:#999;text-indent:-9999px;width:4.9rem;letter-spacing:1.2em}.rating-stars a:before{content:"";position:absolute;left:0;height:2.5rem;line-height:1;font-family:mkhazin;text-indent:0;overflow:hidden;white-space:nowrap}.rating-stars a.active:before,.rating-stars a:hover:before{content:"";color:#e11f26}.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:""}@media screen and (max-width:991px){.product-details-tab .review{width:100%}}.details-filter-row{margin-bottom:1rem}.details-filter-row .form-control{font-weight:400;margin-bottom:0;padding-left:1rem;padding-right:1rem;background-color:transparent;border-color:#d7d7d7;min-width:131px}.details-filter-row .select-custom{margin-bottom:0;-webkit-margin-end:3.9rem;margin-inline-end:3.9rem;z-index:1}.details-filter-row .select-custom .form-control{padding-right:3rem}.details-filter-row .select-custom:after{font-size:1rem;right:.9rem}.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}.details-filter-row .product-sizes ul{width:100%;display:flex;align-items:center}.details-filter-row .product-sizes ul li{width:9rem;height:3.5rem;line-height:3.5rem;text-align:center;border:.1rem solid #e3e3e3;cursor:pointer;-webkit-margin-end:3rem;margin-inline-end:3rem}.details-filter-row .product-sizes ul li.active,.details-filter-row .product-sizes ul li:hover{background-color:#e9e9e9}.slick-slide img{object-fit:contain}.size-guide{color:#000;display:inline-flex;align-items:center;font-size:1.6rem;position:relative}.size-guide img{font-size:1.8rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.size-guide:before{content:"";position:absolute;bottom:0;left:0;background-color:#000;height:1px;width:0;transition:all .3s ease-in-out}.size-guide:focus:before,.size-guide:hover:before{width:100%}.product-details-quantity{width:15rem;flex:0 0 150px}.product-details-quantity .form-control{-moz-appearance:textfield;padding-left:2.6rem;padding-right:2.6rem;margin-bottom:0;text-align:center;border-color:#e11f26!important;border:1px solid #e11f26}.product-details-action{display:flex;align-items:center;justify-content:space-between;min-width:37rem;gap:10px}.product-details-action .btn-cart{min-width:17rem;height:5rem;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#e11f26}.product-details-action .btn-cart span{font-size:1.4rem;color:#fff;border:0;transition:.2s}.product-details-action .btn-cart:before{-webkit-margin-end:.4rem;margin-inline-end:.4rem}.product-details-action .btn-cart:focus img,.product-details-action .btn-cart:hover img{filter:brightness(100)}.product-details-action .btn-compare,.product-details-action .btn-wishlist{border:1px solid #bdbdbd;background-color:#fff;border-radius:50%}.product-details-action .input-spinner{position:relative}.product-details-action .input-spinner .input-group-append,.product-details-action .input-spinner .input-group-prepend{position:absolute}.product-details-action .input-spinner .input-group-prepend{top:-.4rem;left:0;z-index:1}.product-details-action .input-spinner .input-group-append{right:0;top:-.4rem}.social-share{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.social-share .share-item:not(:last-child){-webkit-margin-end:1rem;margin-inline-end:1rem}.social-share label{margin:0;-webkit-margin-start:1.5rem;margin-inline-start:1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem;color:#e11f26;font-weight:700}.product-actions{display:flex;align-items:center;justify-content:center}.product-actions .btn-product-icon{-webkit-margin-end:.7rem;margin-inline-end:.7rem}.product-actions .btn-try{background-color:#fff7e3;border:1px solid rgba(255,184,30,.3);color:#be8200}.product-actions .btn-try:hover{background-color:#e9a001;color:#fff}.product-actions .btn-add-cart:hover{background-color:#00626f!important}.btn-quickview:before{content:""}.rtl .product-details-action .btn-cart:before{-webkit-margin-end:0!important;margin-inline-end:0!important;-webkit-margin-start:.4rem!important;margin-inline-start:.4rem!important}@supports(-ms-ime-align:auto){.product-details-action .btn-cart:before{margin-bottom:1px}}.product-details-footer{color:#777;background-color:#fbfbfb;display:flex;font-weight:400;align-items:center;flex-wrap:wrap;padding:2rem;justify-content:space-between}.product-details-footer-item{width:100%;display:flex}.product-details-footer-item:first-child{border-bottom:1px solid #e3e3e3;padding-bottom:1.5rem}.product-details-footer-item img{-webkit-margin-end:1rem;margin-inline-end:1rem}.product-details-footer-item span{color:#000}.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;-webkit-margin-start:0;margin-inline-start:0}.details-fullwidth .btn-cart{-webkit-margin-end:4rem;margin-inline-end:4rem}}.product-details-tab{margin-bottom:5rem}.product-details-tab .nav.nav-pills .nav-link{color:#333;font-size:1.6rem;padding:.55rem 3rem;border-bottom-width:.2rem;text-transform:capitalize}.product-details-tab .nav.nav-pills .nav-item{-webkit-margin-start:2rem;margin-inline-start:2rem}.product-details-tab .tab-content{border:1px solid #dadada;margin-top:-1px;border-radius:.3rem}.product-details-tab .tab-content .tab-pane{padding:2.7rem 3rem}.product-details-tab .review{padding:3rem 0 1rem;border-bottom:1px solid #ccc}.product-details-tab .ratings .rating-rate{font-weight:700;font-size:1.8rem;color:#000;-webkit-padding-start:.7rem;padding-inline-start:.7rem;font-family:Inter,sans-serif}.rtl .tab-content .tab-pane .product-desc-content{text-align:right}.reviews h3{font-size:1.6rem;letter-spacing:-.01em;margin-bottom:2.3rem}.reviews .select__control{width:16rem}.reviews .reviews-bars h5{font-size:2.4rem}.reviews .reviews-bars-rate{text-align:center;font-size:3.2rem;color:#000;line-height:1;margin-top:2rem}.reviews .reviews-bars-ratings{display:inline-block;position:relative;color:#ccc;font-family:mkhazin;font-size:3rem}.reviews .reviews-bars-ratings:before{content:"" "" "" "" ""}.reviews .reviews-bars .reviews-bars-ratings-val{display:inline-block;position:absolute;left:0;top:0;color:#fcb941;white-space:nowrap;overflow:hidden}.reviews .reviews-bars .reviews-bars-ratings-val:before{content:"" "" "" "" ""}.reviews .reviews-bars-value{font-size:1.6rem;color:#b9bbbb;text-align:center}.reviews .reviews-bars .reviews-bars-item{width:100%;display:flex;align-items:baseline;justify-content:space-between}.reviews .reviews-bars .reviews-bars-item .reviews-bars-item-rate{margin:0 1.2rem}.reviews .reviews-bars .reviews-bars-item .reviews-bars-item-bar{width:100%;height:1.2rem;background:#f2f2f2;position:relative}.reviews .reviews-bars .reviews-bars-item .reviews-bars-item-bar .reviews-bars-item-bar-active{height:1.2rem;background-color:#b1d135}.size-modal h4{font-size:2.4rem;margin-bottom:2.5rem}.size-modal .size-features{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.size-modal .size-features-item{font-size:1.6rem;color:#20366a}.size-modal .size-features-item span{font-size:1.4rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.rtl .reviews{text-align:right}.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{color:#333;font-weight:700;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:#b9bbbb}.review-content{margin-bottom:.8rem}.review-content p{color:#000}.review-action{font-size:1.2rem}.review-action a{color:#777;transition:all .35s ease}.review-action a+a{-webkit-margin-start:1.6rem;margin-inline-start:1.6rem}.review-action i{font-size:1.4rem;-webkit-margin-end:.6rem;margin-inline-end:.6rem}.details-action-col{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.details-action-col .product-details-quantity{-webkit-margin-end:2rem;margin-inline-end: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}.nav-none .owl-nav,.sticky-bar{display:none}.our-features .our-features-item{display:flex;align-items:center;margin-bottom:1rem}.our-features .our-features-item .our-feature-icon{width:6rem}.our-features .our-features-item .our-feature-icon img{margin:auto}.our-features .our-features-item .our-feature-text{color:#9a9a9a;font-weight:500}.units{display:flex;align-items:center;justify-content:center;-webkit-margin-end:2rem;margin-inline-end:2rem}.units label{min-width:8rem;height:3rem;background-color:#fff;text-align:center;line-height:3rem;cursor:pointer;transition:all .2s ease-in-out;font-size:1.4rem;font-weight:500}.units.active label{background-color:#e11f26;color:#fff}.product-description{width:100%;height:12rem;max-height:12rem;margin:2rem 0;padding-bottom:2rem;border-bottom:1px solid #bdbdbd}.product-description ul{list-style:unset!important;padding:unset;margin:unset!important;padding-left:2rem!important}@media screen and (min-width:768px)and (max-width:991px){.product-details-action{flex-direction:column;align-items:flex-start}.details-action-wrapper{-webkit-margin-start:0;margin-inline-start:0;margin-top:1.5rem}.product-details-action .btn-cart{min-width:198px}.product-details-tab .nav.nav-pills .nav-item+.nav-item{-webkit-margin-start:1rem;margin-inline-start: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){.product-pager{-webkit-margin-end:auto;margin-inline-end:auto;margin-top:1rem}.product-details-tab .nav.nav-pills .nav-item+.nav-item{-webkit-margin-start:0;margin-inline-start:0}.product.no-span .product-action span{display:none}}@media screen and (max-width:580px){.product-details-action{flex-direction:column;align-items:flex-start}.details-action-wrapper{-webkit-margin-start:0;margin-inline-start:0;margin-top:1.5rem}.product-details-footer{flex-direction:column;align-items:flex-start}.product-details-footer .social-icons{-webkit-margin-start:0;margin-inline-start:0}.review .row{flex-direction:column}.details-filter-row .select-custom{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.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{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{-webkit-margin-start:0;margin-inline-start: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{-webkit-margin-start:0!important;margin-inline-start:0!important}.product-list.product .product-price{margin-bottom:.3rem}.product-list.product .btn-product.btn-cart{font-size:15px;margin:1rem 0}.product-list.product .btn-product.btn-cart span{font-size:11px}}.react-tabs__tab-list{display:flex;margin-bottom:3rem}.react-tabs__tab-list .react-tabs__tab{padding:1rem 2rem;font-size:1.4rem;font-weight:700;color:#252b42;position:relative;bottom:-1px;cursor:pointer;-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}.react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected{border-bottom:1px solid #9a9a9a;background-color:#fff;outline:none}.questions-container .questions-container-filter .form-control{height:5rem}.questions-container .questions-container-filter .question-search-container{position:relative}.questions-container .questions-container-filter .question-search-container .search-in-questions{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0}.questions-container .questions-container-filter .question-search-container .search-in-questions i{font-size:2.5rem}.questions-container .questions-list .question-item{border-bottom:1px solid #dadada;padding-bottom:3rem;margin-bottom:2rem}.questions-container .questions-list .question-item .question-quest{font-size:1.6rem;font-weight:700;color:#e11f26}.questions-container .questions-list .question-item .question-other-info{display:flex;align-items:center;width:max-content;font-size:1.2rem}.questions-container .questions-list .question-item .question-other-info li{-webkit-margin-end:3rem;margin-inline-end:3rem;position:relative}.questions-container .questions-list .question-item .question-other-info li:not(:last-child):before{content:"";position:absolute;width:.7rem;height:.7rem;background-color:#727272;border-radius:50%;right:-2rem;top:7px}.questions-container .questions-list .question-item .question-isbuyer{color:#0bc15c}.questions-container .questions-list .question-item .answer{width:50%;background-color:#ebf5ff;padding:1rem 1.5rem;display:flex;align-items:center;border-radius:1rem}.questions-container .questions-list .question-item .answer .seller-image{-webkit-margin-end:2rem;margin-inline-end:2rem;min-width:7rem;min-height:7rem;border-radius:50%;background-repeat:no-repeat;background-size:contain;background-position:50%}.questions-container .questions-list .question-item .answer .answer-other-info{display:flex}.questions-container .questions-list .question-item .answer .answer-other-info .seller-name{-webkit-margin-end:2rem;margin-inline-end:2rem;position:relative;font-weight:700;color:#e11f26}.questions-container .questions-list .question-item .answer .answer-other-info .seller-name:before{content:"";position:absolute;width:.5rem;height:.5rem;background-color:#727272;border-radius:50%;right:-1.3rem;top:1rem}.questions-container .questions-list .question-item .answer .answer-text{word-break:break-word}.questions-container .questions-list .question-item .answer .seller-answer-date{-webkit-margin-end:2rem;margin-inline-end:2rem}.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:mkhazin;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}.comment{position:relative;display:flex;align-items:flex-start}.comment-body{position:relative;flex:1 1 auto;padding-left:3rem}.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{-webkit-margin-end:4.8rem;margin-inline-end:4.8rem;margin-bottom:2rem}.editor-content .float-right{-webkit-margin-start:4.8rem;margin-inline-start: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{-webkit-margin-end:0;margin-inline-end:0;margin-bottom:1.1rem}.social-icons.social-icons-vertical .social-icon{margin-bottom:1rem;-webkit-margin-end:0;margin-inline-end:0}.social-icons.social-icons-vertical .social-icon+.social-icon{-webkit-margin-start:0;margin-inline-start: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}}.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:#111928;max-width:850px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;font-style:normal;line-height:1.875;padding:0 5rem}.about-testimonials .testimonial-stars{display:flex;align-items:center;gap:.5rem}.about-testimonials .testimonial-stars .testimonial-star{color:#fcb941;font-size:2.6rem}.member{margin-bottom:2rem}.member p{max-width:240px;color:#fff}.member.text-center p{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end: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{-webkit-margin-start:2.8rem;margin-inline-start: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}#map address{color:#111928;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}.touch-container .title{font-size:1.8rem;font-weight:700;color:#e11f26}.touch-container .sub-title{font-size:4rem;font-weight:700;color:#111928}.touch-container .sub-title-text{font-size:1.6rem;font-weight:400;color:"#637381"}.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}.contact-us-item{display:flex;margin-top:3.5rem}.contact-us-item:last-child{margin-bottom:3rem}.contact-us-item-icon{width:7rem;height:7rem;background-color:rgba(225,31,38,.05);display:flex;align-items:center;justify-content:center;border-radius:.5rem;-webkit-margin-end:2.4rem;margin-inline-end:2.4rem}.contact-us-item .contact-us-item-info-title{font-weight:700;font-size:1.8rem}.contact-us-item .contact-us-item-info-title .contact-us-item-info-title{color:#637381;font-weight:400;font-size:1.6rem}.contact-form{padding:5rem;box-shadow:0 4px 18px rgba(0,0,0,.07);border-radius:.8rem;position:relative;background-color:#fff}.contact-form-bg{position:absolute;right:-5rem;top:-4rem;z-index:-1}.contact-form:before{bottom:-4.5rem;left:-4rem}.contact-form:after,.contact-form:before{content:url(/images/contact-us-form-bg.png);position:absolute;z-index:-5}.contact-form:after{top:7.5rem;right:-4rem}.contact-form .form-control{background-color:#fff}.contact-form .form-control::placeholder{font-weight:500}.contact-form label{margin-bottom:.7rem;font-size:1.6rem;color:#000}.contact-form .send-button{width:100%;margin-top:1rem;background-color:#e11f26;color:#fff;border:1px solid #e11f26}.contact-form .send-button:hover{background-color:#fff;color:#000}.contact-box h3{font-size:2rem!important}@media screen and (min-width:768px){#map{height:380px}}@media screen and (min-width:992px){#map{height:62.3rem}}.form-box{max-width:95%;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;background-color:#fff;border:1px solid #ebebeb;border-radius:8px}.form-box .btn{min-width:115px}.login-page .container{display:flex;align-items:center;padding:3rem 0}.login-page .page-title h5{font-weight:600;color:#fff;text-transform:uppercase}.login-page .page-title p{font-size:1.8rem;color:#fff;font-weight:600}.login-box{width:65rem;padding:3rem 5rem}.login-box .btn{min-width:115px;padding:1.5rem;font-weight:600;background-color:#e11f26;text-transform:uppercase}.login-box .btn.btn-a,.login-box .btn.btn-g{background-color:#fff;border:1px solid #e3e3e3;text-transform:capitalize}.login-box .btn.btn-g i{color:#c33}.login-box p{color:#678185;font-weight:500}.login-box .login-with p{color:#121212;font-weight:400}.login-box .form-group label{color:#000;font-weight:600}.login-box .form-group input::placeholder{color:#678185}.login-box .forgot-link{color:#006838;font-size:1.4rem;font-weight:600}.login-box .forgot-link:hover{border-bottom:1px solid #000}.login-box .sign-up-link-text{color:#000}.login-box .sign-up-link{color:#006838;font-weight:600;border-bottom:1px solid transparent}.login-box .sign-up-link:hover{border-bottom:1px solid #00a19a}.login-box .or-seperator{position:relative;font-size:1.4rem}.login-box .or-seperator:after{content:"";position:absolute;left:0;top:26px;width:100%;height:1px;background-color:#ebebeb;z-index:-2}.login-box .or-seperator:before{content:"";position:absolute;width:4rem;height:2rem;top:1.7rem;left:50%;transform:translateX(-50%);background-color:#fff;z-index:-1}.login-box .select__control{background-color:#fafafa;border:1px solid #ebebeb}.login-box .select__control .select__placeholder{color:#678185;font-weight:600}.login-box .PhoneInputInput{border:0;background-color:transparent;outline:none}.login-box .PhoneInputInput--focus{border:0;outline:none}.login-box .PhoneInputInput--focus input[type=tel]{border:0}.login-box .PhoneInputInput--focus input[type=tel] :focus-visible{border:0;outline:none!important}.login-box .custom-checkbox input{margin-top:.8rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}@media(max-width:1201px)and (min-width:1000px){.login-box{width:55rem;padding:3rem 2rem}}@media(max-width:1201px){.login-bg-container{display:none}}.login-bg-container{position:absolute;right:-6rem;top:0;height:69%;z-index:-1}.form-tab .nav.nav-pills{color:#121212;border-bottom:.1rem solid #ebebeb}.form-tab .nav.nav-pills .nav-item{margin-bottom:-.1rem}.form-tab .nav.nav-pills .nav-item+.nav-item{-webkit-margin-start:0;margin-inline-start: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:2.3rem}.form-tab .form-group .form-control{font-weight:500;color:#678185;background-color:#fff;border:0;border-bottom:1px solid #ccc;border-bottom-left-radius:0;border-bottom-right-radius:0}.form-tab .form-group{position:relative;z-index:0}.form-tab .form-group img{position:absolute;top:1.3rem;right:.6rem;font-size:2rem;color:#678185}.form-tab .form-group.phone-number img:first-child{position:unset!important}.form-tab .form-footer{padding-top:.6rem;padding-bottom:3rem;border-bottom:.1rem solid #ebebeb;margin-bottom:2.3rem}.form-tab .form-footer .btn{-webkit-margin-start:auto;margin-inline-start:auto;margin-top:1rem;order:2;width:100%}.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}.rtl .form-tab{text-align:right}.rtl .form-tab label{float:right}.rtl .form-tab .form-group img{left:0;right:unset}.rtl .form-choice{text-align:right}.form-choice{color:#121212;font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:-.025em}.form-choice p{margin-bottom:2.7rem}.btn.btn-login{color:#121212;font-weight:600;font-size:1.6rem;line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;padding:.85rem 1rem;min-width:0;height:4rem;border-radius:6px}.btn.btn-login i{text-align:left;display:inline-block;-webkit-margin-end:0!important;margin-inline-end:0!important;-webkit-margin-start:0!important;margin-inline-start: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}.digits{direction:ltr!important;display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:3rem}.digits input[type=text]{width:5rem;height:5rem;border-radius:0;border:.1rem solid #ebebeb;background-color:#f9f9f9;color:#000;text-align:center;padding:0;font-weight:500}@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-tab .nav.nav-pills .nav-link{font-size:2.4rem}.form-tab .form-footer .btn{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:1.6rem;margin-inline-end:1.6rem;order:-1}.form-tab .form-footer .forgot-link{order:2;width:auto;margin-bottom:0;-webkit-margin-start:auto;margin-inline-start:auto}}.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:34rem;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{overflow:hidden}.sidebar-filter .widget:last-child{border-bottom:none}.sidebar-filter .widget-clean{color:#121212;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;-webkit-margin-end:1rem;margin-inline-end: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;-webkit-margin-start:auto;margin-inline-start:auto;color:#e11f26;font-size:1.2rem}.sidebar-filter-clear:hover{color:#e11f26}.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 h5{font-size:2.2rem;font-weight:700}.checkout .form-group{position:relative}.checkout .form-group label{font-weight:700;color:#000;font-size:1.6rem}.checkout .form-group img{position:absolute;top:4rem;right:1.2rem;font-size:2rem}.checkout .form-group.phone-number img:first-child{position:unset!important}.checkout .form-group .PhoneInputInput{border:0;background-color:transparent;outline:none}.rtl .checkout{text-align:right}.checkout-title{font-weight:500;font-size:1.6rem;letter-spacing:0;margin-top:2.2rem;margin-bottom:1.8rem}.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{background-color:#fff;margin-top:2rem;margin-bottom:2rem;border:1px solid #ebebeb}.summary-title{font-weight:500;font-size:1.6rem;letter-spacing:0;padding:2.2rem;margin-bottom:2.1rem;border-radius:5px;color:#121212;border:1px solid #f2f2f2}.table.table-summary{line-height:1.86;color:#111928;border:none;margin-bottom:0}.table.table-summary a{color:inherit}.table.table-summary .summary-subtotal td,.table.table-summary thead th{color:#678185;font-weight:500;font-size:1.4rem}.table.table-summary thead th{border-bottom:none;padding:0 2rem}.table.table-summary tbody td{padding:.5rem 2rem;height:5rem;border-bottom:.1rem solid #ebebeb}.table.table-summary tbody td span{color:#121212;font-weight:600}.table.table-summary tbody td,.table.table-summary thead th{vertical-align:middle;border: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:600;font-size:1.6rem;color:#121212!important;border-bottom:none;padding-top:0;padding-bottom:0;border-radius:10px;height:45px}.delivery-dates,.shipping-methods{display:flex;flex-wrap:wrap}.shipping-methods{background-color:#fafafa;padding:2rem 3rem;margin-bottom:2rem;align-items:center}.shipping-methods img:first-child{-webkit-margin-end:2rem;margin-inline-end:2rem}.shipping-methods .shipping-methods-item{-webkit-margin-end:5rem;margin-inline-end:5rem}.shipping-methods .shipping-methods-item h6{margin:0 1rem}.shipping-methods .shipping-methods-item-price{display:flex;align-items:center}.shipping-methods .shipping-methods-item-price input[type=radio]{-webkit-margin-end:2rem;margin-inline-end:2rem}.payment-methods{background-color:#fafafa;padding:2rem 3rem;display:flex}.payment-methods .payment-methods-item{width:19.8rem;display:flex;margin-bottom:1rem;align-items:center;-webkit-margin-end:4rem;margin-inline-end:4rem}.payment-methods .payment-methods-item h6{margin:0}.payment-methods .payment-methods-item label{margin:0 1rem}.payment-methods .payment-methods-item input[type=radio]{-webkit-margin-end:1rem;margin-inline-end:1rem}.payment-methods .payment-methods-item-image,.payment-methods .payment-methods-item-price{display:flex;align-items:center}.payment-method{border:1px dashed #ebebeb;padding:1.7rem;width:387px}.payment-method .payment-item{width:400px;display:flex;justify-content:flex-start;margin-bottom:1rem;align-items:center}.payment-method .payment-item label{margin:0 1rem}@media screen and (min-width:992px){.summary{margin-top:0}}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;position:relative;height:20px;width:20px;outline:none;margin:0;cursor:pointer;border:2px solid #7c96b2;background:transparent;display:grid;justify-self:end;justify-items:center;align-items:center;overflow:hidden;transition:border .5s ease}input[type=radio]:after,input[type=radio]:before{content:"";display:flex;justify-self:center}input[type=radio]:before{position:absolute;width:100%;height:100%;background:#fff;z-index:1;opacity:var(--opacity,1)}input[type=radio]:after{position:relative;width:50%;height:50%;background:var(--main-color);top:var(--y,100%);transition:top .5s cubic-bezier(.48,1.97,.5,.63)}input[type=radio]:checked{--radio:var(--main-color)}input[type=radio]:checked:after{--y:0%;animation:stretch-animate .3s ease-out .17s}input[type=radio]:checked:before{--opacity:0}input[type=radio]:checked~input[type=radio]:after{--y:-100%}input[type=radio]:not(:checked):before{--opacity:1;transition:opacity 0s linear .5s}@keyframes stretch-animate{0%{transform:scale(1)}28%{transform:scale(1.15,.85)}50%{transform:scale(.9,1.1)}to{transform:scale(1)}}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:124px;height:124px;border-radius:50%;display:block;stroke-width:2;stroke:#fff;stroke-miterlimit:10;margin:2% auto;box-shadow:inset 0 0 0 #7ac142;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 66px #7ac142}}.svg-box{position:relative;width:160px}.red-stroke{stroke:#ff6245}.circular circle.path{stroke-dasharray:330;stroke-dashoffset:0;stroke-linecap:round;opacity:.4;animation:draw-circle .7s ease-out}@keyframes draw-circle{0%{stroke-dasharray:0,330;stroke-dashoffset:0;opacity:1}80%{stroke-dasharray:330,330;stroke-dashoffset:0;opacity:1}to{opacity:.4}}.cross{stroke-width:6.25;stroke-linecap:round;position:absolute;top:54px;left:54px;width:80px;height:80px}.cross .first-line{animation:draw-first-line .7s ease-out}.cross .second-line{animation:draw-second-line .7s ease-out}@keyframes draw-first-line{0%{stroke-dasharray:0,56;stroke-dashoffset:0}50%{stroke-dasharray:0,56;stroke-dashoffset:0}to{stroke-dasharray:56,330;stroke-dashoffset:0}}@keyframes draw-second-line{0%{stroke-dasharray:0,55;stroke-dashoffset:1}50%{stroke-dasharray:0,55;stroke-dashoffset:1}to{stroke-dasharray:55,0;stroke-dashoffset:70}}.alert-sign{stroke-width:6.25;stroke-linecap:round;position:absolute;top:40px;left:68px;width:15px;height:70px;animation:alert-sign-bounce .5s cubic-bezier(.175,.885,.32,1.275)}.alert-sign .dot{stroke:none;fill:#ffc107}@keyframes alert-sign-bounce{0%{transform:scale(0);opacity:0}50%{transform:scale(0);opacity:1}to{transform:scale(1)}}.address-update-alert .alert{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #0d6efd;animation:slideInFromTop .5s ease-out}.address-update-alert .alert-icon{animation:pulse 2s infinite}.address-update-alert .badge{font-size:1.4rem;padding:.5rem .75rem;animation:fadeInUp .6s ease-out}.address-update-alert .badge:first-child{animation-delay:.1s}.address-update-alert .badge:nth-child(2){animation-delay:.2s}.address-update-alert .badge:nth-child(3){animation-delay:.3s}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.address-update-alert .d-flex{flex-direction:column;text-align:center}.address-update-alert .me-3{margin-bottom:1rem;margin-right:0!important}}.rtl .checkout .custom-control .custom-control-label{padding-left:0;width:100%}.table td{padding:2rem;color:#000;font-weight:500;font-size:1.6rem;vertical-align:middle}.table .price-col{width:180px;color:#121212;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:4ren;padding-top:.55rem;padding-bottom:.55rem;font-size:1.3rem;text-transform:uppercase}.table .action-col .btn i{font-size:1.8rem;-webkit-margin-end:1rem!important;margin-inline-end:1rem!important;-webkit-margin-start:0!important;margin-inline-start: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{-webkit-padding-end:0;padding-inline-end:0;-webkit-padding-start:0;padding-inline-start:0;width:38px;text-align:right}.table .remove-col .btn-remove{-webkit-margin-end:.7rem;margin-inline-end:.7rem}.product-col .product{display:flex;margin:0;-webkit-padding-end:2rem;padding-inline-end:2rem;box-shadow:none}.product-col .product-media{display:inline-block;margin:0;-webkit-margin-end:2.8rem;margin-inline-end:2.8rem;flex-shrink:0;min-width:12rem;filter:brightness(.9)}.product-col .product-title{display:inline-block;color:#121212;font-weight:600;font-size:1.6rem;line-height:1.25;margin:0}.product-col .product-title a{color:inherit;text-align:center}.product-col .cart-product-price{font-size:1.8rem;font-weight:600;color:#121212}.product-col .cart-product-price span{font-weight:500}.product-col .cart-product-price.old-price{text-decoration:line-through;opacity:.4}.in-stock{color:#e11f26}.out-of-stock{color:#ef837b}.btn-remove{display:inline-flex;align-items:center;justify-content:flex-end;height:4rem;color:#000;background-color:transparent;line-height:1;outline:none;font-size:1.5rem;border-bottom:1px solid #000}.btn-remove:focus,.btn-remove:hover{color:#121212;border-bottom:1px solid #dc3545}.btn-remove .icon-close{color:#000}.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:#e11f26}@media screen and (max-width:991px){.product-col .product-media{display:inline-block;max-width:80px;-webkit-margin-start:auto!important;margin-inline-start:auto!important;-webkit-margin-end:auto;margin-inline-end:auto;margin-bottom:2rem}.product-col .product{display:block}.store-name{justify-content:center}.table-mobile,.table-mobile tbody,.table-mobile td,.table-mobile tr{width:100%!important;display:block!important}.table-mobile thead{display:none!important}.table-mobile tr{position:relative;padding-top:1.2rem;padding-bottom:1rem}.table-mobile .remove-col{position:absolute;right:1.5rem;top:.5rem;padding:.5rem!important;width:auto!important}.table-mobile tr td{text-align:center!important;border-bottom:none;padding:.5rem}.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;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end: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}.product-col .product{-webkit-padding-end:0;padding-inline-end: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{-webkit-margin-start:0!important;margin-inline-start:0!important;margin-top:1rem}}@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 h4{font-size:2.4rem;font-weight:900}.cart .cart-button{padding:1rem 2rem 2rem}.cart .cart-button a{width:100%}.cart .product{border:none;align-items:center}.table .total-col{font-weight:400;font-size:1.6rem}.table.table-cart .price-col{width:12rem}.table.table-cart .total-col{width:8rem}.table.table-cart .quantity-col{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;border:0}.cart-product-quantity{width:9rem}.cart-product-quantity .form-control{padding:.85rem 2.6rem;height:4rem;max-width:100%;border-color:#dadada;background-color:#fff;margin:0}.cart-product-quantity .btn-decrement,.cart-product-quantity .btn-increment{height:unset}.input-spinner{position:relative}.input-spinner .input-group-append,.input-spinner .input-group-prepend{position:absolute}.input-spinner .input-group-prepend{top:0;left:0;z-index:1}.input-spinner .input-group-append{right:0;top:0}.input-spinner .form-control{padding:.85rem 1.3rem;height:auto;border-color:transparent;color:#000;font-weight:700;margin:0;border-radius:.8rem!important}.input-spinner .form-control[disabled]{background-color:#f9f9f9}.btn.btn-spinner{min-width:0;color:#333;padding:.9rem 1rem;font-size:1.7rem;font-weight:700;border:none;background:none}.btn.btn-spinner i{margin:0!important}.cart-bottom{display:flex;align-items:flex-start;margin-bottom:5rem}.cart-bottom .btn{-webkit-margin-start:auto;margin-inline-start:auto;min-width:152px}.cart-discount{flex:0 0 50%}.cart-discount .btn{min-width:4rem;max-height:4rem;padding-left:0;padding-right:0}.cart-discount .input-group-append{position:absolute;right:0;top:.3rem;z-index:10}.summary.summary-cart{margin-bottom:3rem;-webkit-margin-start:2rem;margin-inline-start:2rem}.summary.summary-cart .summary-title{margin-bottom:0;font-weight:600;font-size:1.8rem}.table.table-summary .summary-shipping{color:#121212;font-weight:400;font-size:1.6rem}.table.table-summary .summary-shipping td{padding-top:1rem;padding-bottom:1.3rem;height:auto;border-bottom:none}.table.table-summary .summary-shipping-row{color:#121212}.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:#121212;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}.btn-checkout{background:#000;color:#fff}.btn-checkout:hover{background:#000201;color:#fff;border:1px solid #006838}.summary-cart .table.table-summary tbody td:last-child,.summary-cart .table.table-summary thead th:last-child{min-width:0}.summary-cart .coupon-area{border-top:1px solid #f2f2f2;padding:1rem 2rem 2rem;margin-top:1rem}.summary-cart .coupon-area .form-control{color:#000;font-weight:600}.cart .form-group label{color:#121212;font-weight:600}.cart .form-control{color:#000;font-weight:500;text-align:center}.cart .form-control::placeholder{color:#000;font-weight:500}.rtl .cart{text-align:right}.rtl .table-cart th{padding-left:0;padding-right:2rem;text-align:right}.rtl .order-detail-table td,.rtl .table-cart td{text-align:right}.table-cart{border:1px solid #e8e8e8}.table-cart thead{background-color:#f9f9f9;color:#999;border-radius:7px}.table-cart thead th{padding-left:2rem;font-weight:600;color:#678185}.table-cart .product-col{padding:2rem!important}.table-cart .product-col .cart-info{font-size:1.4rem}.table-cart .product-col .cart-info span:nth-child(2){font-size:1.6rem}.navigation{width:100%;height:150px;margin:auto;display:flex;justify-content:space-between}.navigation .bar{text-align:center}.navigation .bar .bar-value{background:#ffb81e;color:#fff;font-weight:bolder;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700}.navigation .bar .bar-value.deactive{background:#fff;color:#678185;border:1px dashed #678185}.navigation .bar .bar-title{margin-top:1rem}.navigation .bar .bar-title a{font-weight:600;color:#678185}.navigation .bar .bar-title.deactive,.navigation .bar.deactive{color:#678185}.navigation .bar:first-child{position:relative}.navigation .bar:first-child:after{content:"";position:absolute;top:36px;left:71px;width:61rem;height:2px;border:1px dashed #678185;z-index:-1}.navigation .bar:last-child{position:relative}.navigation .bar:last-child:after{content:"";position:absolute;top:36px;right:71px;width:61rem;height:2px;border:1px dashed #678185;z-index:-1}.navigation .bar.active:first-child:after,.navigation .bar.active:last-child:after{border:1px dashed #ffb81e}.rtl .navigation .bar:first-child:after{right:71px;left:auto}.rtl .navigation .bar:last-child:after{left:71px;right:auto}.addresses h4{margin-bottom:0}.addresses .address-item{width:100%;height:auto;padding:2rem;margin-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background-color:#fafafa}.addresses .address-item .address-title{font-weight:700;display:flex;color:#000;font-size:1.6rem;text-transform:capitalize;width:1px}.addresses .address-item .address-title .primary-label{color:#fff;font-weight:600;border-radius:0;padding:.2rem 1rem;background-color:#b1d135;margin:0 1rem;width:auto}.addresses .address-item .address-text{-webkit-margin-start:2rem;margin-inline-start:2rem;max-width:37rem}.addresses .address-item .action-bar button:focus+.actions{display:block}.addresses .address-item .action-bar .actions{display:none;position:absolute;top:2rem;right:2rem;width:87px;height:72px;text-align:center;border-radius:4px;box-shadow:0 4px 8px 0 rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.08);background-color:#fff}.addresses .address-item .action-bar .actions li{margin-top:.5rem}.addresses .address-item .action-bar .actions li:hover{background-color:#ffebe3;color:var(--main-color)}.checkout .addresses{display:flex;flex-wrap:wrap}.checkout .addresses .address-item{width:68.5rem!important}.checkout .addresses .address-item:nth-child(odd){-webkit-margin-end:2rem;margin-inline-end:2rem}@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:300;font-size:1.4rem;line-height:1.5;padding:1.4rem 0;color:#121212;border-bottom:.1rem solid #ebebeb}.nav-dashboard .nav-link:before{font-family:mkhazin;content:"";display:block;font-size:1.5rem;line-height:1;position:absolute;top:50%;left:-15px;margin-top:-7.5px;transition:all .3s;opacity:0}.nav-dashboard .nav-link.active{padding-left:2rem}.nav-dashboard .nav-link.active:before{left:0;opacity:1}.nav-dashboard .nav-item.active .nav-link{padding-left:2rem;color:#e11f26}.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}.order-detail-table{border-radius:7px;overflow:hidden}.order-detail-table td{padding:2rem;color:#121212;font-weight:500}.order-detail-table th{background-color:#f9f9f9;padding:1rem;color:#121212;font-weight:500}.status-success{background-color:#eef8e8;color:#000;font-weight:500}.status-danger,.status-success{border-radius:15px;padding:.3rem 1rem;font-size:1.2rem}.status-danger{background-color:#ffe5e5;color:#ff2424;font-weight:400}.download-btn{padding:1rem 1rem .3rem;border-bottom:1px solid var(--main-color)}.map-info-window{top:-3.5rem;left:-.4rem;padding:2rem 1.2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 7px 1px rgba(0,0,0,.3);transform:translate3d(-50%,-100%,0);min-width:20rem;z-index:10}.map-info-window span{font-size:1.4rem;font-weight:700;margin-top:.5rem}.map-info-window .info-window-close{position:absolute;top:0;right:0;font-size:1.6rem}.map-info-window-polygon{filter:drop-shadow(0 4px 2px rgba(178,178,178,.4));height:12px;position:absolute;left:-.5rem;top:-3.5rem;transform:translateX(-50%);width:25px;z-index:11}.map-info-window-polygon:after{background:#fff;-webkit-clip-path:polygon(0 0,50% 100%,100% 0);clip-path:polygon(0 0,50% 100%,100% 0);content:"";height:12px;left:0;position:absolute;top:-1px;width:25px}.pin{width:30px;height:30px;border-radius:50% 50% 50% 0;background:#00cae9;transform:rotate(-45deg);left:50%;top:50%;margin:-20px 0 0 -20px}.pin,.pin:after{position:absolute}.pin:after{content:"";width:14px;height:14px;margin:8px 0 0 8px;background:#e6e6e6;left:0;border-radius:50%}.map-bounce{animation-name:map-bounce;animation-fill-mode:both;animation-duration:1s}.map-pulse{background:#d6d4d4;height:14px;width:14px;left:50%;top:50%;margin:11px 0 0 -12px;transform:rotateX(55deg);z-index:-2}.map-pulse,.map-pulse:after{border-radius:50%;position:absolute}.map-pulse:after{content:"";height:40px;width:40px;margin:-13px 0 0 -13px;animation:pulsate 1s ease-out;animation-iteration-count:infinite;opacity:0;box-shadow:0 0 1px 2px #00cae9;animation-delay:1.1s;left:0}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}to{transform:scale(1.2);opacity:0}}@keyframes map-bounce{0%{opacity:0;transform:translateY(-2000px) rotate(-45deg)}60%{opacity:1;transform:translateY(30px) rotate(-45deg)}80%{transform:translateY(-10px) rotate(-45deg)}to{transform:translateY(0) rotate(-45deg)}}.error-content{color:#777;font-weight:400;font-size:1.8rem;line-height:1.5;letter-spacing:-.025em;min-height:480px;background-color:#fcffff;display:flex;align-items:center}.error-content p{font-weight:600;margin-bottom:2.5rem;color:#678185}.error-title{letter-spacing:-.025em;margin-bottom:1.4rem}@media screen and (min-width:768px){.error-content{min-height:540px;min-height:620px}}.articles{position:relative}.articles .article-item{margin-bottom:2rem;border-radius:.8rem}.articles .article-item .article-img{overflow:hidden}.articles .article-item .article-img img{width:100%}.articles .article-item .article-content{padding:1rem 0}.articles .article-item .article-content .article-other-info{margin:0}.articles .article-item .article-content .article-other-info,.articles .article-item .article-content .article-other-info div{display:flex;align-items:center;justify-content:space-between}.articles .article-item .article-content .article-other-info div span{font-weight:500;color:#7a7a8d}.articles .article-item .article-content .article-other-info div img{-webkit-margin-end:1rem;margin-inline-end:1rem}.articles .article-item .article-content .article-header{margin-bottom:1rem;font-size:1.6rem;font-weight:700}.articles .article-item .article-content .article-header a{color:#121212;font-size:2rem;font-weight:600}.articles .article-item .article-content .article-text{font-weight:400;color:#425457}.articles .article-item .article-content .see-more-btn{border-radius:8px;color:var(--main-color);font-size:1.4rem;font-weight:500;display:flex;align-items:center;justify-content:space-around}.articles .article-item .article-content .see-more-btn img{-webkit-margin-start:1rem;margin-inline-start:1rem;transition:all .2s ease-in-out}.articles .article-item .article-content .see-more-btn:hover{text-decoration:underline}.articles .article-item .article-content .see-more-btn:hover img{-webkit-margin-start:2rem;margin-inline-start:2rem}.articles .recent-articles{padding:2rem;height:max-content;font-weight:700}.articles .recent-articles h6{padding-bottom:1rem;position:relative;width:max-content}.articles .recent-articles h6:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.4rem;border-radius:2rem;background-color:#ffb81e}.articles .recent-articles .recent-article-item{margin-bottom:2rem;background-color:#fff;padding:1rem 0;border-bottom:1px solid #ccc}.articles .recent-articles .recent-article-item .recent-article-img{border-radius:.8rem;overflow:hidden;float:left;margin-top:1.2rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.articles .recent-articles .recent-article-item .recent-article-img img{width:7rem}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-other-info{margin:1rem 0}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-other-info div{display:flex;align-items:center;margin-bottom:1rem}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-other-info div span{font-weight:400;color:#678185;font-size:1.2rem}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-other-info div img{-webkit-margin-end:1rem;margin-inline-end:1rem;width:2rem}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-header{margin-bottom:1rem}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-header a{color:#121212;font-size:2.3rem;font-weight:500}.articles .recent-articles .recent-article-item .recent-article-content .recent-article-text{font-weight:400;color:#7a7a8d}.articles .recent-articles .recent-article-item .recent-article-content .see-more-btn{display:flex;align-items:center;border-radius:8px;color:var(--main-color);font-size:1.4rem;font-weight:500}.articles .recent-articles .recent-article-item .recent-article-content .see-more-btn img{-webkit-margin-start:1rem;margin-inline-start:1rem}.articles .article-detail-img{width:100%;height:50rem;background-size:cover;background-position:50%}.articles .article-detail-header{font-size:2rem;font-weight:700;color:#121212}.articles .article-detail-content{font-weight:500;color:#7a7a8d}.articles .article-detail .article-detail-other-info{display:flex;margin-top:1rem}.articles .article-detail .article-detail-other-info div{display:flex;align-items:center;-webkit-margin-end:4rem;margin-inline-end:4rem}.articles .article-detail .article-detail-other-info div span{font-weight:500;color:#678185;font-size:1.5rem}.articles .article-detail .article-detail-other-info div img{-webkit-margin-end:1rem;margin-inline-end:1rem;width:2rem}.articles .related-header{position:relative;padding-bottom:.5rem;width:max-content}.articles .related-header:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.4rem;border-radius:2rem;background-color:#ffb81e}.rtl .article-detail{text-align:right}@media screen and (max-width:991px){.articles .article-item{margin-bottom:2rem}}.recipe-detail-page{background-color:#fafafa;min-height:100vh}.recipe-hero-section{height:400px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-overlay{position:relative;z-index:2}.recipe-hero-title{text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2}.stat-badge{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease}.stat-badge:hover{background-color:hsla(0,0%,100%,.3)!important;transform:translateY(-2px)}.content-card{transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.content-card:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(0,0,0,.1)!important}.section-title{font-size:1.75rem;color:#2d3748;position:relative}.title-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.recipe-content h1,.recipe-content h2,.recipe-content h3,.recipe-content h4,.recipe-content h5,.recipe-content h6{color:#2d3748;font-weight:600;margin-top:2rem;margin-bottom:1rem}.recipe-content h3{font-size:1.5rem;padding-bottom:.5rem}.recipe-content ol,.recipe-content ul{padding-left:2rem;margin-bottom:1.5rem}.recipe-content li{margin-bottom:.75rem;line-height:1.7}.recipe-content p{margin-bottom:1.5rem;line-height:1.8;color:#4a5568}.recipe-content b,.recipe-content strong{color:#2d3748;font-weight:600}.info-card{transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.info-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto}.related-recipes-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.related-recipes-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}@media(max-width:992px){.recipe-hero-section{height:300px}.recipe-hero-title{font-size:2.5rem!important}.recipe-hero-stats{justify-content:center}.stat-badge{font-size:.9rem;padding:.5rem 1rem!important}}@media(max-width:768px){.recipe-hero-section{height:250px}.recipe-hero-title{font-size:2rem!important;margin-bottom:1.5rem!important}.recipe-hero-stats{flex-direction:column;align-items:center;gap:.5rem!important}.stat-badge{width:100%;max-width:250px;text-align:center}.content-card,.info-card{padding:1.5rem!important}.recipe-content{font-size:.95rem}}@media(max-width:576px){.hero-content .container{padding-left:1rem;padding-right:1rem}.recipe-hero-title{font-size:1.75rem!important}.section-title{font-size:1.5rem;text-align:center}.title-icon{width:40px;height:40px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-card,.info-card{animation:fadeInUp .6s ease-out}.content-card:nth-child(2){animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}@media print{.breadcrumb-nav,.recipe-hero-section,.related-recipes-section{display:none}.content-card{box-shadow:none;border:1px solid #ddd}.recipe-detail-page{background:#fff}}.loyalty-dashboard{padding:2rem 0}.loyalty-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}.loyalty-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.loyalty-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.loyalty-card:hover:before{opacity:1}.loyalty-card .card-body{padding:1.75rem;position:relative}.points-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.points-card:before{display:none}.points-card:after{content:"";position:absolute;top:-50%;right:-30%;width:100px;height:100px;background:hsla(0,0%,100%,.1);border-radius:50%;transform:scale(2)}.points-card .card-body{position:relative;z-index:2}.points-card .points-display{margin:15px 0;position:relative}.points-card .points-number{font-size:3rem;font-weight:800;color:#fff;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:countUp .8s cubic-bezier(.4,0,.2,1)}.points-card .points-label{font-size:1.1rem;color:hsla(0,0%,100%,.9);margin-left:8px;font-weight:500}.points-card .points-icon{position:absolute;top:1rem;right:1rem;opacity:1;font-size:3rem}.points-card .expiring-points{padding:10px 14px;background:hsla(0,0%,100%,.15);border-radius:8px;border-left:4px solid #ffc107;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.points-card .expiring-points small{color:#fff3cd}.tier-card{position:relative;overflow:hidden}.tier-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(40,167,69,.05),rgba(255,193,7,.05));opacity:0;transition:opacity .3s ease}.tier-card:hover:before{opacity:1}.tier-card .card-body{position:relative;z-index:2}.tier-card .tier-badge{display:inline-flex;align-items:center;padding:8px 20px;border-radius:25px;color:#fff;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 15px rgba(0,0,0,.2);position:relative;margin-bottom:1rem}.tier-card .tier-badge:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(45deg,hsla(0,0%,100%,.3),transparent);border-radius:25px;z-index:-1}.tier-card .tier-multiplier{color:#28a745;font-weight:600;font-size:.9rem;margin:8px 0}.tier-card .tier-multiplier small{background:rgba(40,167,69,.1);padding:4px 8px;border-radius:12px;font-size:1.2rem}.tier-card .tier-progress{margin-top:20px}.tier-card .tier-progress .progress{height:8px;border-radius:10px;background:linear-gradient(90deg,#e9ecef,#f8f9fa);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.tier-card .tier-progress .progress-bar{border-radius:10px;background:linear-gradient(90deg,#28a745,#20c997);box-shadow:0 2px 4px rgba(40,167,69,.3);transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}.tier-card .tier-progress .progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,.3),transparent);border-radius:10px}.action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;border:2px solid #e9ecef;border-radius:16px;background:#fff;color:#495057;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:140px;position:relative;overflow:hidden;cursor:pointer}.action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6),transparent);transition:left .5s ease}.action-button:hover{border-color:#667eea;background:linear-gradient(135deg,#f8f9ff,#fff);color:#667eea;text-decoration:none;transform:translateY(-4px) scale(1.02);box-shadow:0 8px 25px rgba(102,126,234,.15)}.action-button:hover:before{left:100%}.action-button:active{transform:translateY(-2px) scale(1.01)}.action-button .action-icon{font-size:2.5rem;margin-bottom:12px;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.action-button span{font-weight:600;text-align:center;font-size:1.3rem;position:relative;z-index:2;line-height:1.3}.reward-preview-card{color:#fff;padding:24px;border-radius:16px;text-align:center;height:100%;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid #e9ecef}.reward-preview-card:before{content:"";position:absolute;top:-50%;right:-50%;width:120%;height:120%;border-radius:50%;transform:rotate(45deg);transition:transform .6s ease}.reward-preview-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 40px rgba(102,126,234,.3)}.reward-preview-card:hover:before{transform:rotate(45deg) scale(1.1)}.reward-preview-card:hover .reward-value{transform:scale(1.05)}.reward-preview-card .reward-points{font-size:1.4rem;opacity:.9;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#212529;background-color:rgba(255,193,7,.5);padding:6px 12px;width:-moz-fit-content;width:fit-content;border-radius:12px;margin:0 auto 12px}.reward-preview-card .reward-name{font-size:1.2rem;font-weight:700;margin-bottom:10px;line-height:1.3}.reward-preview-card .reward-description{font-size:1rem;opacity:.9;margin-bottom:15px;line-height:1.4}.reward-preview-card .reward-value{font-size:1.2rem;font-weight:800;background:hsla(0,0%,100%,.25);padding:10px 16px;border-radius:8px;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);transition:transform .3s ease}.badges-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.badge-item{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;border:1px solid #e9ecef;border-left:4px solid #28a745;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.badge-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#28a745,#20c997);transition:width .3s ease}.badge-item:hover{transform:translateX(4px);box-shadow:0 8px 25px rgba(40,167,69,.15);border-left-color:#20c997}.badge-item:hover:before{width:100%;opacity:.05}.badge-item:hover .badge-icon{transform:scale(1.1) rotate(5deg)}.badge-icon{width:60px;height:60px;margin-right:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#28a745,#20c997);border-radius:50%;box-shadow:0 4px 15px rgba(40,167,69,.3);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.badge-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,hsla(0,0%,100%,.3),transparent);border-radius:50%;z-index:0}.badge-icon img{width:32px;height:32px;filter:brightness(0) invert(1);position:relative;z-index:1}.badge-info{flex:1 1}.badge-info .badge-name{font-size:1.1rem;font-weight:700;margin-bottom:6px;color:#495057;line-height:1.3}.badge-info .badge-description{font-size:.9rem;color:#6c757d;margin-bottom:8px;line-height:1.4}.badge-info .badge-date{color:#6c757d;font-size:.8rem;font-weight:500}.badge-info .badge-points{color:#28a745;font-weight:700;font-size:.85rem;margin-left:12px;background:rgba(40,167,69,.1);padding:4px 8px;border-radius:12px}.activity-list{max-height:450px;overflow-y:auto;padding-right:8px}.activity-list::-webkit-scrollbar{width:8px}.activity-list::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px;margin:4px 0}.activity-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c1c1c1,#a8a8a8);border-radius:4px;border:1px solid #f8f9fa}.activity-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a8a8a8,#909090)}.activity-item{display:flex;align-items:center;padding:18px;border-bottom:1px solid #f0f0f0;transition:all .3s ease;position:relative}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:linear-gradient(90deg,rgba(102,126,234,.02),transparent);padding-left:8px;margin-left:5px;border-radius:8px}.activity-item:hover .activity-icon{box-shadow:0 4px 15px rgba(25,118,210,.3)}.activity-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#f3e5f5);display:flex;align-items:center;justify-content:center;margin-right:18px;color:#1976d2;font-size:2.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.activity-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,rgba(25,118,210,.1),transparent);border-radius:50%;z-index:0}.activity-icon i{position:relative;z-index:1}.activity-info{flex:1 1}.activity-description{font-weight:600;color:#495057;margin-bottom:4px;line-height:1.4;font-size:1.3rem}.activity-date{color:#6c757d;font-size:1.1rem;font-weight:500}.activity-points{color:#28a745;font-weight:700;font-size:1.3rem;background:rgba(40,167,69,.1);padding:6px 12px;border-radius:20px;white-space:nowrap}.rewards-header .points-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 28px;border-radius:30px;font-weight:700;font-size:1.2rem;box-shadow:0 6px 20px rgba(102,126,234,.4);position:relative;overflow:hidden}.rewards-header .points-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .6s ease}.rewards-header .points-badge:hover:before{left:100%}.category-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.category-buttons .btn{padding:10px 20px;border-radius:25px;border:2px solid #e9ecef;background:#fff;color:#6c757d;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.category-buttons .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .4s ease}.category-buttons .btn:hover{border-color:#667eea;color:#667eea}.category-buttons .btn:hover:before{left:100%}.category-buttons .btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}.reward-card{background:#fff;border-radius:18px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f0f0f0;transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;padding:2rem;position:relative;overflow:hidden}.reward-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.reward-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 40px rgba(102,126,234,.15)}.reward-card:hover:before{transform:scaleX(1)}.reward-card:hover .reward-icon{transform:scale(1.1) rotate(10deg)}.reward-card:hover .reward-points-badge{transform:scale(1.05)}.reward-card.disabled{opacity:.6;background:linear-gradient(135deg,#f8f9fa,#e9ecef);cursor:not-allowed}.reward-card.disabled:hover{transform:none;box-shadow:0 4px 20px rgba(0,0,0,.08)}.reward-card.disabled:hover:before{transform:scaleX(0)}.reward-card.disabled:hover .reward-icon,.reward-card.disabled:hover .reward-points-badge{transform:none}.reward-card.featured{border:2px solid #667eea;background:linear-gradient(135deg,rgba(102,126,234,.02),#fff)}.reward-card.featured:after{content:"FEATURED";position:absolute;top:15px;right:-25px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 30px;font-size:.7rem;font-weight:700;letter-spacing:.5px;transform:rotate(45deg);box-shadow:0 2px 8px rgba(102,126,234,.3)}.reward-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.reward-icon{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;box-shadow:0 6px 20px rgba(102,126,234,.3);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.reward-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,hsla(0,0%,100%,.3),transparent);border-radius:16px;z-index:0}.reward-icon i{position:relative;z-index:1}.reward-points-badge{background:linear-gradient(135deg,#ffc107,#ff9800);color:#212529;padding:8px 16px;border-radius:20px;font-weight:700;font-size:1.4rem;box-shadow:0 4px 15px rgba(255,193,7,.3);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.reward-points-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transition:left .5s ease}.reward-points-badge:hover:before{left:100%}.reward-points-badge .points-text{position:relative;z-index:1}.reward-content{flex:1 1}.reward-name{color:#2c3e50;font-weight:700;line-height:1.3;margin-bottom:12px;font-size:1.1rem}.reward-description{font-size:1.4rem;line-height:1.5;color:#6c757d;margin-bottom:16px}.reward-value{font-size:1.6rem;color:#28a745;font-weight:700;display:flex;align-items:center;gap:8px}.reward-value .value-icon{font-size:1rem;color:#20c997}.reward-condition,.reward-usage{background:linear-gradient(135deg,rgba(33,150,243,.08),rgba(33,150,243,.02));padding:12px 16px;border-radius:10px;border-left:4px solid #2196f3;margin-top:12px;position:relative;font-size:1.6rem;line-height:1.4;color:#495057}.reward-condition:before,.reward-usage:before{content:"";position:absolute;top:8px;left:8px;width:4px;height:4px;background:#2196f3;border-radius:50%}.reward-condition .condition-icon,.reward-condition .usage-icon,.reward-usage .condition-icon,.reward-usage .usage-icon{margin-right:8px;color:#2196f3;font-size:.9rem}.reward-actions{display:flex;gap:12px;margin-top:20px}.reward-actions .btn-redeem{flex:1 1;background:linear-gradient(135deg,#28a745,#20c997);border:none;color:#fff;padding:12px 20px;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.reward-actions .btn-redeem:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transition:left .5s ease}.reward-actions .btn-redeem:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(40,167,69,.4)}.reward-actions .btn-redeem:hover:before{left:100%}.reward-actions .btn-redeem:disabled{background:#6c757d;cursor:not-allowed}.reward-actions .btn-redeem:disabled:hover{transform:none;box-shadow:none}.reward-actions .btn-details{background:transparent;border:2px solid #667eea;color:#667eea;padding:10px 16px;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease}.reward-actions .btn-details:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.no-rewards{color:#6c757d;text-align:center;padding:60px 20px}.no-rewards .no-rewards-icon{font-size:4rem;opacity:.3;margin-bottom:20px;color:#dee2e6}.no-rewards .no-rewards-title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#495057}.no-rewards .no-rewards-text{font-size:1rem;line-height:1.5;max-width:400px;margin:0 auto}.no-rewards .explore-btn{margin-top:24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:12px 24px;border-radius:25px;font-weight:600;transition:all .3s ease}.no-rewards .explore-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.loyalty-title{color:#2c3e50;font-weight:800;margin-bottom:12px;font-size:2.2rem;background:linear-gradient(135deg,#2c3e50,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.loyalty-subtitle,.rewards-subtitle{color:#7f8c8d;font-size:1.15rem;margin-bottom:0;font-weight:500;line-height:1.4}.rewards-title{color:#2c3e50;font-weight:800;margin-bottom:12px;font-size:2rem;background:linear-gradient(135deg,#2c3e50,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}@keyframes countUp{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05);opacity:.8}70%{transform:scale(.9);opacity:.9}to{transform:scale(1);opacity:1}}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.loyalty-card{animation:slideIn .6s cubic-bezier(.4,0,.2,1) forwards}.loyalty-card:first-child{animation-delay:.1s}.loyalty-card:nth-child(2){animation-delay:.2s}.loyalty-card:nth-child(3){animation-delay:.3s}.loyalty-card:nth-child(4){animation-delay:.4s}.badge-item{animation:slideIn .6s cubic-bezier(.4,0,.2,1) forwards}.badge-item:first-child{animation-delay:.1s}.badge-item:nth-child(2){animation-delay:.2s}.badge-item:nth-child(3){animation-delay:.3s}.activity-item{animation:slideIn .4s cubic-bezier(.4,0,.2,1) forwards}.activity-item:first-child{animation-delay:.1s}.activity-item:nth-child(2){animation-delay:.15s}.activity-item:nth-child(3){animation-delay:.2s}.activity-item:nth-child(4){animation-delay:.25s}.activity-item:nth-child(5){animation-delay:.3s}@media(max-width:1200px){.badges-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.loyalty-title{font-size:1.8rem}.points-card .points-number{font-size:2.2rem}.points-card .points-icon{top:.5rem;right:.5rem;font-size:2.5rem}.action-button{min-height:120px;padding:20px 15px}.action-button .action-icon{font-size:2rem}.action-button span{font-size:.85rem}.badges-container{grid-template-columns:1fr;gap:16px}.badge-item{padding:16px}.badge-icon{width:50px;height:50px}.badge-icon img{width:28px;height:28px}.category-buttons{justify-content:center}.category-buttons .btn{flex:1 1;min-width:calc(50% - 6px);margin-bottom:8px;padding:8px 16px;font-size:.9rem}.activity-icon{width:42px;height:42px;margin-right:15px;font-size:1.1rem}.activity-description{font-size:.9rem}.activity-points{font-size:.85rem;padding:4px 10px}}@media(max-width:576px){.loyalty-title{font-size:1.6rem}.loyalty-card,.reward-card{border-radius:12px}.loyalty-card .card-body,.reward-card .card-body{padding:1.25rem}.points-card .points-number{font-size:2rem}.points-card .points-label{font-size:1rem}.tier-badge{padding:6px 16px;font-size:.85rem}.reward-preview-card{margin-bottom:15px;padding:20px}.reward-preview-card .reward-name{font-size:1rem}.reward-preview-card .reward-value{font-size:1.1rem;padding:8px 14px}.activity-item{padding:15px 0}.activity-item:hover{padding-left:4px;margin-left:-4px}.activity-icon{width:38px;height:38px;margin-right:12px;font-size:1rem}.badge-item{padding:14px;flex-direction:column;text-align:center}.badge-item .badge-icon{margin-right:0;margin-bottom:12px}.action-button{min-height:100px;padding:16px 12px}.action-button .action-icon{font-size:1.8rem;margin-bottom:8px}.action-button span{font-size:.8rem}.category-buttons .btn{min-width:calc(100% - 0px);margin-bottom:8px}}.loading-pulse{animation:pulse 2s ease-in-out infinite}.points-number{cursor:pointer}.points-number:hover{animation:bounceIn .6s ease}.tier-badge{cursor:pointer}.tier-badge:hover{animation:pulse 1s ease infinite}.floating-rewards-btn{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 8px 25px rgba(102,126,234,.4);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;cursor:pointer;border:none}.floating-rewards-btn:hover{transform:scale(1.1) rotate(10deg);box-shadow:0 12px 35px rgba(102,126,234,.6)}.floating-rewards-btn:active{transform:scale(.95)}@media(max-width:768px){.floating-rewards-btn{bottom:20px;right:20px;width:50px;height:50px;font-size:1.3rem}}.success-highlight{border-left:4px solid #28a745!important;background:linear-gradient(90deg,rgba(40,167,69,.08),rgba(40,167,69,.02));position:relative}.success-highlight:before{content:"✓";position:absolute;top:10px;right:15px;color:#28a745;font-weight:700;font-size:1.2rem}.warning-highlight{border-left:4px solid #ffc107!important;background:linear-gradient(90deg,rgba(255,193,7,.08),rgba(255,193,7,.02));position:relative}.warning-highlight:before{content:"⚠";position:absolute;top:10px;right:15px;color:#ffc107;font-weight:700;font-size:1.2rem}.error-highlight{border-left:4px solid #dc3545!important;background:linear-gradient(90deg,rgba(220,53,69,.08),rgba(220,53,69,.02));position:relative}.error-highlight:before{content:"✕";position:absolute;top:10px;right:15px;color:#dc3545;font-weight:700;font-size:1.2rem}.expandable-section{overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.expandable-section.collapsed{max-height:0}.expandable-section.expanded{max-height:500px}.expand-toggle{cursor:pointer;color:#667eea;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:8px;margin-top:12px;transition:all .3s ease}.expand-toggle:hover{color:#5a67d8;transform:translateX(4px)}.expand-toggle .toggle-icon{transition:transform .3s ease}.expand-toggle .toggle-icon.rotated{transform:rotate(180deg)}.notification-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ff4757,#ff3742);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px rgba(255,71,87,.4);animation:bounceIn .6s ease}.notification-badge.pulse{animation:pulse 2s infinite}.tooltip-enhanced{position:relative;cursor:help}.tooltip-enhanced:after,.tooltip-enhanced:before{opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;z-index:1001}.tooltip-enhanced:before{content:attr(data-tooltip);background:#2c3e50;color:#fff;padding:8px 12px;border-radius:8px;font-size:.8rem;white-space:nowrap;bottom:100%;left:50%;transform:translateX(-50%) translateY(-8px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.tooltip-enhanced:after{content:"";border:6px solid transparent;border-top-color:#2c3e50;bottom:100%;left:50%;transform:translateX(-50%) translateY(-2px)}.tooltip-enhanced:hover:after,.tooltip-enhanced:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.glass-card{background:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 8px 32px 0 rgba(31,38,135,.37)}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.loyalty-modal .modal-content{border-radius:20px;border:none;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden}.loyalty-modal .modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:none;padding:24px 30px}.loyalty-modal .modal-header .modal-title{font-weight:700;font-size:1.3rem}.loyalty-modal .modal-header .btn-close{background:hsla(0,0%,100%,.2);border-radius:50%;width:32px;height:32px;opacity:1}.loyalty-modal .modal-header .btn-close:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.loyalty-modal .modal-body{padding:30px}.loyalty-modal .modal-body .referral-code-section,.loyalty-modal .modal-body .referral-link-section{margin-bottom:20px}.loyalty-modal .modal-body .referral-code-section .form-label,.loyalty-modal .modal-body .referral-link-section .form-label{font-weight:600;color:#495057;margin-bottom:8px}.loyalty-modal .modal-body .referral-code-section .input-group .form-control,.loyalty-modal .modal-body .referral-link-section .input-group .form-control{border:2px solid #e9ecef;border-radius:12px;padding:12px 16px;font-weight:500;background:#f8f9fa}.loyalty-modal .modal-body .referral-code-section .input-group .form-control:focus,.loyalty-modal .modal-body .referral-link-section .input-group .form-control:focus{border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.loyalty-modal .modal-body .referral-code-section .input-group .btn,.loyalty-modal .modal-body .referral-link-section .input-group .btn{border:2px solid #667eea;background:#667eea;color:#fff;border-radius:12px;padding:12px 20px;font-weight:600;margin-left:8px}.loyalty-modal .modal-body .referral-code-section .input-group .btn:hover,.loyalty-modal .modal-body .referral-link-section .input-group .btn:hover{background:#5a67d8;border-color:#5a67d8;transform:translateY(-1px)}.loyalty-modal .modal-footer{border-top:1px solid #f0f0f0;padding:20px 30px}.loyalty-modal .modal-footer .btn{border-radius:25px;padding:10px 24px;font-weight:600}.progress-ring{width:60px;height:60px;position:relative}.progress-ring .progress-ring-circle{fill:none;stroke:#e9ecef;stroke-width:4;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dasharray .8s ease}.progress-ring .progress-ring-circle.progress{stroke:url(#gradient);stroke-linecap:round}.progress-ring .progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;font-size:.8rem;color:#667eea}.skeleton-card{background:#f8f9fa;border-radius:16px;padding:24px;height:200px}.skeleton-card .skeleton-line{background:linear-gradient(90deg,#e9ecef 25%,#dee2e6 50%,#e9ecef 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:12px}.skeleton-card .skeleton-line.title{height:20px;width:70%}.skeleton-card .skeleton-line.text{height:14px;width:90%}.skeleton-card .skeleton-line.short{width:40%}.skeleton-card .skeleton-avatar{width:50px;height:50px;border-radius:12px;background:linear-gradient(90deg,#e9ecef 25%,#dee2e6 50%,#e9ecef 75%);background-size:200% 100%;animation:loading 1.5s infinite;margin-bottom:16px}.achievement-toast{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:16px;box-shadow:0 8px 25px rgba(40,167,69,.3)}.achievement-toast .toast-header{background:transparent;border-bottom:1px solid hsla(0,0%,100%,.2);color:#fff}.achievement-toast .toast-header .toast-title{font-weight:700}.achievement-toast .toast-header .btn-close{filter:invert(1)}.achievement-toast .toast-body{color:#fff;font-weight:500}@keyframes confetti-fall{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(2turn);opacity:0}}.confetti{position:fixed;width:10px;height:10px;background:#667eea;animation:confetti-fall 3s linear infinite;z-index:9999}.confetti:nth-child(odd){background:#764ba2;animation-delay:.5s}.confetti:nth-child(3n){background:#28a745;animation-delay:1s}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{-webkit-margin-start:0!important;margin-inline-start:0!important;-webkit-margin-end:0!important;margin-inline-end:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{-webkit-padding-start:0!important;padding-inline-start:0!important;-webkit-padding-end:0!important;padding-inline-end:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.mt-1{margin-top:1rem!important}.mb-1{margin-bottom:1rem!important}.mx-1{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important;-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.my-1{margin-top:1rem!important;margin-bottom:1rem!important}.pt-1{padding-top:1rem!important}.pb-1{padding-bottom:1rem!important}.px-1{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important;-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.py-1{padding-top:1rem!important;padding-bottom:1rem!important}.mt-2{margin-top:2rem!important}.mb-2{margin-bottom:2rem!important}.mx-2{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important;-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.my-2{margin-top:2rem!important;margin-bottom:2rem!important}.pt-2{padding-top:2rem!important}.pb-2{padding-bottom:2rem!important}.px-2{-webkit-padding-start:2rem!important;padding-inline-start:2rem!important;-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.py-2{padding-top:2rem!important;padding-bottom:2rem!important}.mt-3{margin-top:3rem!important}.mb-3{margin-bottom:3rem!important}.mx-3{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important;-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.my-3{margin-top:3rem!important;margin-bottom:3rem!important}.pt-3{padding-top:3rem!important}.pb-3{padding-bottom:3rem!important}.px-3{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important;-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.py-3{padding-top:3rem!important;padding-bottom:3rem!important}.mt-4{margin-top:4rem!important}.mb-4{margin-bottom:4rem!important}.mx-4{-webkit-margin-start:4rem!important;margin-inline-start:4rem!important;-webkit-margin-end:4rem!important;margin-inline-end:4rem!important}.my-4{margin-top:4rem!important;margin-bottom:4rem!important}.pt-4{padding-top:4rem!important}.pb-4{padding-bottom:4rem!important}.px-4{-webkit-padding-start:4rem!important;padding-inline-start:4rem!important;-webkit-padding-end:4rem!important;padding-inline-end:4rem!important}.py-4{padding-top:4rem!important;padding-bottom:4rem!important}.mt-5{margin-top:5rem!important}.mb-5{margin-bottom:5rem!important}.mx-5{-webkit-margin-start:5rem!important;margin-inline-start:5rem!important;-webkit-margin-end:5rem!important;margin-inline-end:5rem!important}.my-5{margin-top:5rem!important;margin-bottom:5rem!important}.pt-5{padding-top:5rem!important}.pb-5{padding-bottom:5rem!important}.px-5{-webkit-padding-start:5rem!important;padding-inline-start:5rem!important;-webkit-padding-end:5rem!important;padding-inline-end:5rem!important}.py-5{padding-top:5rem!important;padding-bottom:5rem!important}.mt-6{margin-top:6rem!important}.mb-6{margin-bottom:6rem!important}.mx-6{-webkit-margin-start:6rem!important;margin-inline-start:6rem!important;-webkit-margin-end:6rem!important;margin-inline-end:6rem!important}.my-6{margin-top:6rem!important;margin-bottom:6rem!important}.pt-6{padding-top:6rem!important}.pb-6{padding-bottom:6rem!important}.px-6{-webkit-padding-start:6rem!important;padding-inline-start:6rem!important;-webkit-padding-end:6rem!important;padding-inline-end:6rem!important}.py-6{padding-top:6rem!important;padding-bottom:6rem!important}.mt-7{margin-top:7rem!important}.mb-7{margin-bottom:7rem!important}.mx-7{-webkit-margin-start:7rem!important;margin-inline-start:7rem!important;-webkit-margin-end:7rem!important;margin-inline-end:7rem!important}.my-7{margin-top:7rem!important;margin-bottom:7rem!important}.pt-7{padding-top:7rem!important}.pb-7{padding-bottom:7rem!important}.px-7{-webkit-padding-start:7rem!important;padding-inline-start:7rem!important;-webkit-padding-end:7rem!important;padding-inline-end:7rem!important}.py-7{padding-top:7rem!important;padding-bottom:7rem!important}.mt-8{margin-top:8rem!important}.mb-8{margin-bottom:8rem!important}.mx-8{-webkit-margin-start:8rem!important;margin-inline-start:8rem!important;-webkit-margin-end:8rem!important;margin-inline-end:8rem!important}.my-8{margin-top:8rem!important;margin-bottom:8rem!important}.pt-8{padding-top:8rem!important}.pb-8{padding-bottom:8rem!important}.px-8{-webkit-padding-start:8rem!important;padding-inline-start:8rem!important;-webkit-padding-end:8rem!important;padding-inline-end:8rem!important}.py-8{padding-top:8rem!important;padding-bottom:8rem!important}.mt-9{margin-top:9rem!important}.mb-9{margin-bottom:9rem!important}.mx-9{-webkit-margin-start:9rem!important;margin-inline-start:9rem!important;-webkit-margin-end:9rem!important;margin-inline-end:9rem!important}.my-9{margin-top:9rem!important;margin-bottom:9rem!important}.pt-9{padding-top:9rem!important}.pb-9{padding-bottom:9rem!important}.px-9{-webkit-padding-start:9rem!important;padding-inline-start:9rem!important;-webkit-padding-end:9rem!important;padding-inline-end:9rem!important}.py-9{padding-top:9rem!important;padding-bottom:9rem!important}.mt-10{margin-top:10rem!important}.mb-10{margin-bottom:10rem!important}.mx-10{-webkit-margin-start:10rem!important;margin-inline-start:10rem!important;-webkit-margin-end:10rem!important;margin-inline-end:10rem!important}.my-10{margin-top:10rem!important;margin-bottom:10rem!important}.pt-10{padding-top:10rem!important}.pb-10{padding-bottom:10rem!important}.px-10{-webkit-padding-start:10rem!important;padding-inline-start:10rem!important;-webkit-padding-end:10rem!important;padding-inline-end:10rem!important}.py-10{padding-top:10rem!important;padding-bottom:10rem!important}.mt-11{margin-top:11rem!important}.mb-11{margin-bottom:11rem!important}.mx-11{-webkit-margin-start:11rem!important;margin-inline-start:11rem!important;-webkit-margin-end:11rem!important;margin-inline-end:11rem!important}.my-11{margin-top:11rem!important;margin-bottom:11rem!important}.pt-11{padding-top:11rem!important}.pb-11{padding-bottom:11rem!important}.px-11{-webkit-padding-start:11rem!important;padding-inline-start:11rem!important;-webkit-padding-end:11rem!important;padding-inline-end:11rem!important}.py-11{padding-top:11rem!important;padding-bottom:11rem!important}.mt-12{margin-top:12rem!important}.mb-12{margin-bottom:12rem!important}.mx-12{-webkit-margin-start:12rem!important;margin-inline-start:12rem!important;-webkit-margin-end:12rem!important;margin-inline-end:12rem!important}.my-12{margin-top:12rem!important;margin-bottom:12rem!important}.pt-12{padding-top:12rem!important}.pb-12{padding-bottom:12rem!important}.px-12{-webkit-padding-start:12rem!important;padding-inline-start:12rem!important;-webkit-padding-end:12rem!important;padding-inline-end:12rem!important}.py-12{padding-top:12rem!important;padding-bottom:12rem!important}.mt-13{margin-top:13rem!important}.mb-13{margin-bottom:13rem!important}.mx-13{-webkit-margin-start:13rem!important;margin-inline-start:13rem!important;-webkit-margin-end:13rem!important;margin-inline-end:13rem!important}.my-13{margin-top:13rem!important;margin-bottom:13rem!important}.pt-13{padding-top:13rem!important}.pb-13{padding-bottom:13rem!important}.px-13{-webkit-padding-start:13rem!important;padding-inline-start:13rem!important;-webkit-padding-end:13rem!important;padding-inline-end:13rem!important}.py-13{padding-top:13rem!important;padding-bottom:13rem!important}.mt-14{margin-top:14rem!important}.mb-14{margin-bottom:14rem!important}.mx-14{-webkit-margin-start:14rem!important;margin-inline-start:14rem!important;-webkit-margin-end:14rem!important;margin-inline-end:14rem!important}.my-14{margin-top:14rem!important;margin-bottom:14rem!important}.pt-14{padding-top:14rem!important}.pb-14{padding-bottom:14rem!important}.px-14{-webkit-padding-start:14rem!important;padding-inline-start:14rem!important;-webkit-padding-end:14rem!important;padding-inline-end:14rem!important}.py-14{padding-top:14rem!important;padding-bottom:14rem!important}.mt-15{margin-top:15rem!important}.mb-15{margin-bottom:15rem!important}.mx-15{-webkit-margin-start:15rem!important;margin-inline-start:15rem!important;-webkit-margin-end:15rem!important;margin-inline-end:15rem!important}.my-15{margin-top:15rem!important;margin-bottom:15rem!important}.pt-15{padding-top:15rem!important}.pb-15{padding-bottom:15rem!important}.px-15{-webkit-padding-start:15rem!important;padding-inline-start:15rem!important;-webkit-padding-end:15rem!important;padding-inline-end:15rem!important}.py-15{padding-top:15rem!important;padding-bottom:15rem!important}.mt-16{margin-top:16rem!important}.mb-16{margin-bottom:16rem!important}.mx-16{-webkit-margin-start:16rem!important;margin-inline-start:16rem!important;-webkit-margin-end:16rem!important;margin-inline-end:16rem!important}.my-16{margin-top:16rem!important;margin-bottom:16rem!important}.pt-16{padding-top:16rem!important}.pb-16{padding-bottom:16rem!important}.px-16{-webkit-padding-start:16rem!important;padding-inline-start:16rem!important;-webkit-padding-end:16rem!important;padding-inline-end:16rem!important}.py-16{padding-top:16rem!important;padding-bottom:16rem!important}.mt-17{margin-top:17rem!important}.mb-17{margin-bottom:17rem!important}.mx-17{-webkit-margin-start:17rem!important;margin-inline-start:17rem!important;-webkit-margin-end:17rem!important;margin-inline-end:17rem!important}.my-17{margin-top:17rem!important;margin-bottom:17rem!important}.pt-17{padding-top:17rem!important}.pb-17{padding-bottom:17rem!important}.px-17{-webkit-padding-start:17rem!important;padding-inline-start:17rem!important;-webkit-padding-end:17rem!important;padding-inline-end:17rem!important}.py-17{padding-top:17rem!important;padding-bottom:17rem!important}.mt-18{margin-top:18rem!important}.mb-18{margin-bottom:18rem!important}.mx-18{-webkit-margin-start:18rem!important;margin-inline-start:18rem!important;-webkit-margin-end:18rem!important;margin-inline-end:18rem!important}.my-18{margin-top:18rem!important;margin-bottom:18rem!important}.pt-18{padding-top:18rem!important}.pb-18{padding-bottom:18rem!important}.px-18{-webkit-padding-start:18rem!important;padding-inline-start:18rem!important;-webkit-padding-end:18rem!important;padding-inline-end:18rem!important}.py-18{padding-top:18rem!important;padding-bottom:18rem!important}.mt-19{margin-top:19rem!important}.mb-19{margin-bottom:19rem!important}.mx-19{-webkit-margin-start:19rem!important;margin-inline-start:19rem!important;-webkit-margin-end:19rem!important;margin-inline-end:19rem!important}.my-19{margin-top:19rem!important;margin-bottom:19rem!important}.pt-19{padding-top:19rem!important}.pb-19{padding-bottom:19rem!important}.px-19{-webkit-padding-start:19rem!important;padding-inline-start:19rem!important;-webkit-padding-end:19rem!important;padding-inline-end:19rem!important}.py-19{padding-top:19rem!important;padding-bottom:19rem!important}.mt-20{margin-top:20rem!important}.mb-20{margin-bottom:20rem!important}.mx-20{-webkit-margin-start:20rem!important;margin-inline-start:20rem!important;-webkit-margin-end:20rem!important;margin-inline-end:20rem!important}.my-20{margin-top:20rem!important;margin-bottom:20rem!important}.pt-20{padding-top:20rem!important}.pb-20{padding-bottom:20rem!important}.px-20{-webkit-padding-start:20rem!important;padding-inline-start:20rem!important;-webkit-padding-end:20rem!important;padding-inline-end:20rem!important}.py-20{padding-top:20rem!important;padding-bottom:20rem!important}.mt-21{margin-top:21rem!important}.mb-21{margin-bottom:21rem!important}.mx-21{-webkit-margin-start:21rem!important;margin-inline-start:21rem!important;-webkit-margin-end:21rem!important;margin-inline-end:21rem!important}.my-21{margin-top:21rem!important;margin-bottom:21rem!important}.pt-21{padding-top:21rem!important}.pb-21{padding-bottom:21rem!important}.px-21{-webkit-padding-start:21rem!important;padding-inline-start:21rem!important;-webkit-padding-end:21rem!important;padding-inline-end:21rem!important}.py-21{padding-top:21rem!important;padding-bottom:21rem!important}.mt-22{margin-top:22rem!important}.mb-22{margin-bottom:22rem!important}.mx-22{-webkit-margin-start:22rem!important;margin-inline-start:22rem!important;-webkit-margin-end:22rem!important;margin-inline-end:22rem!important}.my-22{margin-top:22rem!important;margin-bottom:22rem!important}.pt-22{padding-top:22rem!important}.pb-22{padding-bottom:22rem!important}.px-22{-webkit-padding-start:22rem!important;padding-inline-start:22rem!important;-webkit-padding-end:22rem!important;padding-inline-end:22rem!important}.py-22{padding-top:22rem!important;padding-bottom:22rem!important}.mt-23{margin-top:23rem!important}.mb-23{margin-bottom:23rem!important}.mx-23{-webkit-margin-start:23rem!important;margin-inline-start:23rem!important;-webkit-margin-end:23rem!important;margin-inline-end:23rem!important}.my-23{margin-top:23rem!important;margin-bottom:23rem!important}.pt-23{padding-top:23rem!important}.pb-23{padding-bottom:23rem!important}.px-23{-webkit-padding-start:23rem!important;padding-inline-start:23rem!important;-webkit-padding-end:23rem!important;padding-inline-end:23rem!important}.py-23{padding-top:23rem!important;padding-bottom:23rem!important}.mt-24{margin-top:24rem!important}.mb-24{margin-bottom:24rem!important}.mx-24{-webkit-margin-start:24rem!important;margin-inline-start:24rem!important;-webkit-margin-end:24rem!important;margin-inline-end:24rem!important}.my-24{margin-top:24rem!important;margin-bottom:24rem!important}.pt-24{padding-top:24rem!important}.pb-24{padding-bottom:24rem!important}.px-24{-webkit-padding-start:24rem!important;padding-inline-start:24rem!important;-webkit-padding-end:24rem!important;padding-inline-end:24rem!important}.py-24{padding-top:24rem!important;padding-bottom:24rem!important}.mt-25{margin-top:25rem!important}.mb-25{margin-bottom:25rem!important}.mx-25{-webkit-margin-start:25rem!important;margin-inline-start:25rem!important;-webkit-margin-end:25rem!important;margin-inline-end:25rem!important}.my-25{margin-top:25rem!important;margin-bottom:25rem!important}.pt-25{padding-top:25rem!important}.pb-25{padding-bottom:25rem!important}.px-25{-webkit-padding-start:25rem!important;padding-inline-start:25rem!important;-webkit-padding-end:25rem!important;padding-inline-end:25rem!important}.py-25{padding-top:25rem!important;padding-bottom:25rem!important}.mt-26{margin-top:26rem!important}.mb-26{margin-bottom:26rem!important}.mx-26{-webkit-margin-start:26rem!important;margin-inline-start:26rem!important;-webkit-margin-end:26rem!important;margin-inline-end:26rem!important}.my-26{margin-top:26rem!important;margin-bottom:26rem!important}.pt-26{padding-top:26rem!important}.pb-26{padding-bottom:26rem!important}.px-26{-webkit-padding-start:26rem!important;padding-inline-start:26rem!important;-webkit-padding-end:26rem!important;padding-inline-end:26rem!important}.py-26{padding-top:26rem!important;padding-bottom:26rem!important}.mt-27{margin-top:27rem!important}.mb-27{margin-bottom:27rem!important}.mx-27{-webkit-margin-start:27rem!important;margin-inline-start:27rem!important;-webkit-margin-end:27rem!important;margin-inline-end:27rem!important}.my-27{margin-top:27rem!important;margin-bottom:27rem!important}.pt-27{padding-top:27rem!important}.pb-27{padding-bottom:27rem!important}.px-27{-webkit-padding-start:27rem!important;padding-inline-start:27rem!important;-webkit-padding-end:27rem!important;padding-inline-end:27rem!important}.py-27{padding-top:27rem!important;padding-bottom:27rem!important}.mt-28{margin-top:28rem!important}.mb-28{margin-bottom:28rem!important}.mx-28{-webkit-margin-start:28rem!important;margin-inline-start:28rem!important;-webkit-margin-end:28rem!important;margin-inline-end:28rem!important}.my-28{margin-top:28rem!important;margin-bottom:28rem!important}.pt-28{padding-top:28rem!important}.pb-28{padding-bottom:28rem!important}.px-28{-webkit-padding-start:28rem!important;padding-inline-start:28rem!important;-webkit-padding-end:28rem!important;padding-inline-end:28rem!important}.py-28{padding-top:28rem!important;padding-bottom:28rem!important}.mt-29{margin-top:29rem!important}.mb-29{margin-bottom:29rem!important}.mx-29{-webkit-margin-start:29rem!important;margin-inline-start:29rem!important;-webkit-margin-end:29rem!important;margin-inline-end:29rem!important}.my-29{margin-top:29rem!important;margin-bottom:29rem!important}.pt-29{padding-top:29rem!important}.pb-29{padding-bottom:29rem!important}.px-29{-webkit-padding-start:29rem!important;padding-inline-start:29rem!important;-webkit-padding-end:29rem!important;padding-inline-end:29rem!important}.py-29{padding-top:29rem!important;padding-bottom:29rem!important}.mt-30{margin-top:30rem!important}.mb-30{margin-bottom:30rem!important}.mx-30{-webkit-margin-start:30rem!important;margin-inline-start:30rem!important;-webkit-margin-end:30rem!important;margin-inline-end:30rem!important}.my-30{margin-top:30rem!important;margin-bottom:30rem!important}.pt-30{padding-top:30rem!important}.pb-30{padding-bottom:30rem!important}.px-30{-webkit-padding-start:30rem!important;padding-inline-start:30rem!important;-webkit-padding-end:30rem!important;padding-inline-end:30rem!important}.py-30{padding-top:30rem!important;padding-bottom:30rem!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}}:root{--primary-color:#e11f26}::selection{background-color:#e11f26}.bg-primary{background-color:#e11f26!important}.bg-secondary{background-color:#006838!important}a{color:#e11f26}a:focus,a:hover{color:#b5181e}.link-underline{box-shadow:0 1px 0 0 #e11f26}.text-primary{color:#e11f26!important}.text-secondary{color:#006838!important}.alert-primary,.banner-badge .banner-link:focus .banner-link-text,.banner-badge .banner-link:hover .banner-link-text{background-color:#e11f26}.btn-video{color:#e11f26}.btn-video:focus,.btn-video:hover{background-color:#006838}.breadcrumb-item a:focus,.breadcrumb-item a:hover,.btn-link{color:#e11f26}.btn-link .btn-link-dark:focus,.btn-link .btn-link-dark:hover,.btn-link:focus,.btn-link:hover{color:#e11f26;border-color:#e11f26}.btn-primary{color:#fff;background-color:#e11f26;border-color:#e11f26;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:#20366a;border-color:#20366a;box-shadow:none}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#e11f26;border-color:#e11f26}.btn-secondary{color:#fff;background-color:#006838;border-color:#006838;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:#e11f26;border-color:#e11f26;box-shadow:none}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#006838;border-color:#006838}.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:#e11f26;border-color:#e11f26;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:#006838;border-color:#006838;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:#e11f26;border-color:#e11f26;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:#e11f26;background-color:#fff;border-color:#fff;box-shadow:none}.btn-primary-white.disabled,.btn-primary-white:disabled{color:#fff;background-color:#e11f26;border-color:#e11f26}.btn-white-primary{color:#e11f26;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:#e11f26;border-color:#e11f26;box-shadow:none}.btn-white-primary.disabled,.btn-white-primary:disabled{color:#e11f26;background-color:#fff;border-color:#fff}.btn-dark{color:#fff;background-color:#20366a;border-color:#20366a;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:#e11f26;border-color:#e11f26;box-shadow:none}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#20366a;border-color:#20366a}.btn-outline{color:#e11f26;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:#e11f26;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:#e11f26;background-color:transparent}.btn-outline-primary{background-image:none;border-color:#e11f26;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:#e11f26;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:#e11f26;background-color:transparent}.btn-outline-primary-2{background-image:none;border-color:#e11f26;box-shadow:none}.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:#e11f26;border-color:#e11f26;box-shadow:none}.btn-outline-primary-2.disabled,.btn-outline-primary-2:disabled{color:#e11f26;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:#e11f26;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:#e11f26;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:#e11f26;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:#e11f26;background-color:transparent;border-color:#e11f26;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:#e11f26;border-color:#e11f26;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:#e11f26;border-color:#e11f26;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:#e11f26;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:#e11f26;border-color:#e11f26;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:#006838;border-color:#006838;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:#e11f26;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:#e11f26}.bg-image .btn-link-dark:focus,.bg-image .btn-link-dark:hover{color:#e11f26;border-color:#e11f26}.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:#e11f26;border-color:#e11f26}.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:#e11f26}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:before,.form-control:focus{border-color:#e11f26}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:after{background-color:#e11f26}.icon-box-icon{color:#e11f26}.icon-box-circle .icon-box-icon{background-color:#e11f26}.close:focus,.close:hover,.page-header h1 span,.page-item.active .page-link,.page-link:focus,.page-link:hover{color:#e11f26}.social-icon:focus,.social-icon:hover{color:#e11f26;border-color:#e11f26}.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:#e11f26}.nav.nav-pills .nav-item .nav-link.active,.nav.nav-pills .nav-item.show .nav-link{color:#e11f26;border-bottom-color:#e11f26}.nav.nav-dark .nav-item .nav-link.active{color:#333}.nav.nav-border-anim .nav-link:before{background-color:#e11f26}.title-link:focus,.title-link:hover{box-shadow:0 1px 0 0 #e11f26}.product-price,.product-title a:focus,.product-title a:hover{color:#e11f26}.product-label.label-primary{background-color:#e11f26}.product-label.label-secondary{background-color:#006838}.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:#e11f26}.product-details-action .btn-product.btn-cart:focus span,.product-details-action .btn-product.btn-cart:hover span{color:#fff}.btn-product-icon{color:#000}.product-body .btn-wishlist:focus,.product-body .btn-wishlist:hover{color:#e11f26}.btn-expandable span{background-color:#e11f26}.product.product-4 .btn-product:focus,.product.product-4 .btn-product:hover{background-color:#006838}.product.product-5 .btn-product{color:#e11f26}.product.product-5 .btn-product:focus,.product.product-5 .btn-product:hover{background-color:#e11f26}.product.product-7 .btn-product,.product.product-7 .btn-product span{color:#e11f26}.product.product-7 .btn-product:focus,.product.product-7 .btn-product:hover{background-color:#e11f26;border-bottom-color:#e11f26}.product.product-8 .btn-product:before,.product.product-8 .new-price{color:#e11f26}.product.product-8 .btn-product:focus,.product.product-8 .btn-product:hover{background-color:#e11f26}.product.product-list .btn-product:focus,.product.product-list .btn-product:hover{color:#e11f26}.product.product-list .btn-product.btn-cart{color:#e11f26;border-color:#e11f26}.product.product-list .btn-product.btn-cart:focus,.product.product-list .btn-product.btn-cart:hover{background-color:#e11f26}.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,.wishlist a:focus,.wishlist a:hover{color:#e11f26}.wishlist a .wishlist-count{background-color:#e11f26}.cart-dropdown .product-title a:focus,.cart-dropdown .product-title a:hover,.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,.demo-item a:focus,.demo-item a:hover,.main-nav li.active a.link-active,.search-toggle.active,.search-toggle:focus,.search-toggle:hover,.wishlist-link:focus,.wishlist-link:hover{color:#e11f26}.category-dropdown .dropdown-toggle:before,.header-bottom .menu>li>a:before,.tip{background-color:#e11f26}.category-dropdown .dropdown-toggle:hover{color:#fff;background-color:#f08f93}.category-dropdown .dropdown-toggle:hover img{filter:brightness(0) invert(1)}.category-dropdown:not(.is-on):hover .dropdown-toggle{background-color:#e11f26}.category-dropdown.show .dropdown-toggle{color:#fff;background-color:#e11f26}.category-dropdown .dropdown-item:focus,.category-dropdown .dropdown-item:hover{color:#f08f93}.category-dropdown .dropdown-item:focus img,.category-dropdown .dropdown-item:hover img{filter:brightness(0) invert(1)}.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:#e11f26}.mobile-search .form-control:focus{border-color:#e11f26}.nav.nav-pills-mobile .nav-link.active,.nav.nav-pills-mobile .nav-link:focus,.nav.nav-pills-mobile .nav-link:hover{color:#e11f26;border-bottom-color:#e11f26}.mobile-cats-menu li a:focus,.mobile-cats-menu li a:hover,.mobile-menu-light .mobile-menu li.active>a,.mobile-menu-light .mobile-menu li.open>a{color:#e11f26}.mobile-menu-light .mobile-search .form-control:focus{border-color:#e11f26}.entry-video a:focus:after,.entry-video a:hover:after{color:#e11f26}.entry-meta a:focus,.entry-meta a:hover{color:#e11f26;box-shadow:0 1px 0 #e11f26}.entry-title a:focus,.entry-title a:hover{color:#e11f26}.entry-cats a:focus,.entry-cats a:hover{color:#e11f26;box-shadow:0 1px 0 #e11f26}.read-more:focus,.read-more:hover{box-shadow:0 1px 0 0 #e11f26}.menu-cat a:focus,.menu-cat a:hover{color:#e11f26}.menu-cat li.active a{color:#e11f26;box-shadow:0 1px 0 #e11f26}.widget-search form{position:relative}.widget-search .form-control{height:40px;padding:.95rem 5rem .95rem 1.4rem;font-weight:300;font-size:1.3rem;background-color:transparent;margin-bottom:0}.widget-search .btn{position:absolute;right:.8rem;top:50%;min-width:0;font-weight:400;font-size:1.8rem;color:#666;padding:0;width:3rem;height:3rem;margin-top:-1.4rem}.widget-search .btn i{margin:0!important}.widget-search .btn:focus,.widget-search .btn:hover{color:#e11f26}.widget-search .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.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{color:#e11f26}.table.table-summary .summary-shipping-estimate a:focus,.table.table-summary .summary-shipping-estimate a:hover{color:#e11f26;border-bottom-color:#e11f26}#filter-price-range,.checkout-discount label span,.sidebar-toggler:focus,.sidebar-toggler:hover{color:#e11f26}.checkout-discount .form-control:focus{border-color:#e11f26}.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,.table.table-summary .summary-total td,.table.table-summary a:focus,.table.table-summary a:hover{color:#e11f26}.nav-filter .active a{color:#e11f26;border-bottom-color:#e11f26}.portfolio-tags a,.portfolio-title a:focus,.portfolio-title a:hover{color:#e11f26}.portfolio-tags a:focus,.portfolio-tags a:hover{color:#e11f26;box-shadow:0 1px 0 #e11f26}.btn-product-gallery:focus,.btn-product-gallery:hover{background-color:#e11f26}.product-gallery-item:before{border-color:#e11f26}.product-pager-link:hover{color:#e11f26}.product-pager-link:hover span{box-shadow:0 1px 0 #e11f26}.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:#e11f26;box-shadow:0 1px 0 #e11f26}.product-details .product-size a.active,.product-details .product-size a:focus,.product-details .product-size a:hover{color:#e11f26;border-color:#e11f26}.size-guide:focus,.size-guide:hover{color:#e11f26}.product-details-action .btn-cart{color:#e11f26;margin:1rem 0;font-weight:600;border-radius:.8rem;padding:1rem 1.5rem}.product-details-action .btn-cart:focus,.product-details-action .btn-cart:hover{color:#e11f26;border-color:#e11f26}.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:#e11f26;border-bottom-color:#e11f26}.review h4 a:focus,.review h4 a:hover{color:#e11f26}.review-action a:focus,.review-action a:hover{color:#e11f26;box-shadow:0 1px 0 #e11f26}.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:#e11f26}.pager-link,.pager-link:focus,.pager-link:focus:after,.pager-link:hover,.pager-link:hover:after,.product-col .product-title a:focus,.product-col .product-title a:hover{color:#e11f26}.text-light{color:#999!important}.font-weight-light{font-weight:200!important}.letter-spacing-normal{letter-spacing:0!important}.btn{height:4.8rem}.btn-danger,.btn-warning{border:0}.btn-primary:hover{color:#fff}.img-parallax{position:absolute}.intro-section,.page-wraper{position:relative}.intro-section{width:100%;max-height:82rem}.intro-section h3{text-indent:-2px}.intro-section .owl-dots{position:absolute;left:50%;bottom:2.5rem;transform:translateX(-50%)}.intro-section .scroll-down{position:absolute;left:2rem;bottom:2rem;max-width:8rem;cursor:pointer}.intro-section .scroll-down-text{animation:moveAround 5s ease-in-out infinite}.intro-section .scroll-down-img{width:5rem;height:5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center}@keyframes moveAround{0%{transform:rotate(-45deg)}25%{transform:rotate(45deg)}50%{transform:rotate(-45deg)}75%{transform:rotate(45deg)}to{transform:rotate(-45deg)}}.swal2-popup{font-size:1.05em!important}.intro-slide{min-height:700px;text-shadow:1px 1px 1px #000;max-height:78rem;overflow:hidden}.intro-title{font-size:5rem;line-height:1.25em;letter-spacing:-.025em;max-width:60rem;color:#fff}.intro-desc{font-size:3.2rem;max-width:45rem;line-height:1.1;letter-spacing:-.01em;margin-top:3rem}.intro-content .btn{padding:11.5px 41.5px;white-space:nowrap;font-weight:500;min-width:150px;border-radius:10px}.intro-content-center{text-align:center;top:50%;left:50%;transform:translate(-50%,-50%)}.intro-content-left{left:16%}.intro-content-right{right:22%;left:auto}.intro-content-right .intro-title{line-height:1.22em}.discount-container{background-image:url(/images/discount-bg.png);background-size:cover;width:392px;height:112px;margin-bottom:5rem;display:flex;justify-content:space-evenly;align-items:center}.discount-container h3{font-size:3rem;font-weight:500;color:#d89400}.discount-container .discount-rate{font-size:6rem;font-weight:700;color:#121212}@media(max-width:480px){.discount-container{background-image:url(/images/discount-bg.png);background-size:cover;width:25rem;height:4rem;margin-bottom:5rem;display:flex;justify-content:space-evenly;align-items:center}.discount-container h3{font-size:2.5rem}.discount-container .discount-rate{font-size:3rem}.intro-content .btn{padding:6.5px 21.5px}}.home-page .banner-subtitle{margin-top:.1rem;font-size:3rem;letter-spacing:.01em;line-height:1.1}.home-page .banner-title{margin-bottom:.9rem;font-size:2.5rem;line-height:1.25em;letter-spacing:-.01em}.home-page .banner-link{display:flex;align-items:center;white-space:nowrap;min-width:5rem;padding:0;border-width:0;font-weight:600;line-height:1.5;background-color:transparent;text-transform:none}.home-page .banner-link i:before{width:15px;border-radius:3rem;margin-top:-3px;vertical-align:middle;font-weight:900;line-height:1.5rem}.home-page .banner-link i{-webkit-margin-start:1rem;margin-inline-start:1rem}.home-page .banner-link:hover i{animation:animateLeftToRight .2s ease-in 0s infinite alternate}.home-page .icon-box{-webkit-box-align:flex-start;margin-bottom:3.6rem}.home-page .icon-box figure{flex:0 0 40px}.home-page .icon-box i{font-size:3.4rem}.home-page .icon-box-content{font-size:1.4rem}.home-page .icon-box-content .icon-title{margin-bottom:4px;font-size:1.6rem;font-weight:600;line-height:1.1}.home-page .icon-box-content p{line-height:1.1em}.home-page .cat{border-radius:.4rem;transition:box-shadow .35s ease;min-height:160px}.home-page .cat:hover{box-shadow:0 1rem 15px 1.5px rgba(0,0,0,.1)}.home-page .cat-content{padding-top:1.4rem}.home-page .cat-title{color:#333;font-weight:500;letter-spacing:-.01em;transition:color .3s,box-shadow .3s}.home-page .cat-title:hover{box-shadow:0 1px #e11f26}.home-page .cat-count{padding-bottom:3.6rem;font-size:1.4rem;line-height:.9em;color:#ccc}.section-heading .title{font-size:3rem;font-weight:400;color:#e11f26;position:relative}.section-heading{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-heading .view-all-link{position:absolute;right:0;top:1rem;text-decoration:underline;font-weight:700}.otherPages p{color:#222;font-family:Inter,sans-serif!important}.rtl .otherPages p{color:#222;font-family:IBM Plex Sans Arabic,sans-serif!important}.rtl .heading .title,.rtl .heading span{text-align:right}.rtl .toolbox{justify-content:flex-end}.rtl .otherPages,.rtl .seller-item-name{text-align:right}.rtl .breadcrumb-item+.breadcrumb-item:before{padding-right:0;padding-left:1rem}.brand-img{display:flex!important;align-items:center;max-width:225px;height:90px;padding:2rem}.brand-img.active{filter:brightness(.3)}.slick-slide button{padding:0}.slick-next,.slick-prev{width:40px!important;height:40px!important}.slick-disabled{display:none!important}.slick-prev{left:-50px!important}.slick-next{right:-50px}.home-slider-left{display:flex;align-items:center;position:relative;border-radius:2rem;overflow:hidden}.home-slider-left.overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.17)}.home-slider .btn-primary{background-color:#b1d135;color:#000;border-radius:0}.home-slider .btn-primary:hover{border:1px solid #b1d135;background-color:#000;color:#b1d135}.home-slider .slick-next,.home-slider .slick-prev{height:40px!important;font-size:1.4rem;z-index:1058;color:#000;display:flex!important;justify-content:space-between;align-items:center;opacity:.8}.home-slider .slick-next img,.home-slider .slick-prev img{transition:all .2s ease-in-out}.home-slider .slick-next:focus,.home-slider .slick-prev:focus{color:#000!important}.home-slider .slick-next:hover,.home-slider .slick-prev:hover{color:#000!important;opacity:1}.home-slider .slick-disabled{display:flex!important;opacity:.3}.home-slider .slick-prev{width:10rem!important;left:-9.9rem!important}.home-slider .slick-prev:before{content:""!important}.home-slider .slick-next{width:7rem!important;right:-4rem!important;left:unset}.home-slider .slick-next:before{content:""!important}.slick-dots li{width:1rem;height:1rem}.slick-dots li.slick-active{width:3.2rem;border-radius:2rem}.slick-dots li.slick-active button{width:3.2rem;border-radius:2rem;transition:all .25s ease-in-out;border:none}.slick-dots li.slick-active button:before{color:transparent!important;background-color:#ccc!important;border-radius:2rem;width:3.2rem}.slick-dots li button{border:1px solid #ccc;border-radius:50%;color:transparent!important}.slick-dots li button,.slick-dots li button:before{width:1.2rem;height:1.2rem;transition:all .25s ease-in-out}.slick-dots li button:before{line-height:1.2rem;color:transparent}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:#000!important}.special-prices{padding:4rem 0}.special-prices-slider .new-price,.special-prices-slider .product-price{text-align:center;font-size:3rem!important}.special-prices-slider .new-price .price-type,.special-prices-slider .product-price .price-type{font-size:3rem!important}.special-prices-slider .old-price{color:#000!important;-webkit-margin-end:.8rem;margin-inline-end:.8rem;font-size:1.6rem!important}.special-prices-slider .old-price .price-type{font-size:1.4rem!important}.special-prices .slick-list{margin:0 -15px}.special-prices .slick-slide>div{padding:0 15px}.special-prices .slick-slide{transition:all .4s ease-in-out}.special-prices .slick-center .product-footer{transform:none}.special-prices .slick-next,.special-prices .slick-prev{width:6rem!important;height:6rem!important;z-index:9999;color:#000;display:flex!important;justify-content:center;align-items:center;opacity:.6}.special-prices .slick-next:focus,.special-prices .slick-next:hover,.special-prices .slick-prev:focus,.special-prices .slick-prev:hover{opacity:1}.special-prices .slick-disabled{display:flex!important;opacity:.3}.slick-prev{left:-6.4rem!important}.slick-prev:before{content:""!important}.slick-next{right:-6.4rem!important}.slick-next:before{content:""!important}.product-slider{background-color:#f2f1f2}.product-slider img{filter:brightness(.94)}.rtl .heading:after,.rtl .heading:before{right:0}.rtl .intro-slide{text-align:right}.home-page .countdown-section{display:flex;align-items:center}.countdown-title{-webkit-margin-start:3.5rem;margin-inline-start:3.5rem;line-height:.8em}.cat-section .lazy-media{max-width:137px;margin:auto}.product-actions .product-details-quantity{flex:0 0 91px}.product-actions .product-details-quantity .input-spinner .form-control{border-radius:10px!important;padding:.35rem 2.6rem}.product-actions .product-details-quantity .input-spinner i{color:var(--main-color);font-weight:600;font-size:1.6rem}.product-actions .product-details-quantity .input-spinner .btn-spinner{padding:.4rem}.product-actions .btn-add-cart{border-color:var(--main-color);background-color:var(--main-color);color:#fff}.product-actions .btn-add-cart:active{border-color:var(--main-color);background-color:#fff!important;color:var(--main-color)!important}.product-actions .btn{padding:.55rem 1rem;border-radius:7px}.product-actions .btn:before{content:none}.product-actions .btn i:last-child{-webkit-margin-start:0;margin-inline-start:0}.product-actions .btn i:first-child{-webkit-margin-end:0;margin-inline-end:0}.flash-content .product-body{padding:1.3rem 0 0 2rem;border-top:1px solid #f5f5f5}.flash-content .sold-text{bottom:2rem}.flash-content .ratings-container{max-width:100%;color:#ccc}.flash-content .product-sold{bottom:5.1rem;width:calc(100% - 4rem);height:1rem;background:#f3f3f3}.flash-content .product-sold .product-sold-val{height:100%;background-color:#ffd04d}.product .wishlist-link-product{font-size:1.4rem;line-height:1.86;color:#999;white-space:nowrap}.product .wishlist-link-product i{-webkit-margin-end:.9rem;margin-inline-end:.9rem}.product .wishlist-link-product.added-to-wishlist,.product .wishlist-link-product:hover{color:#e11f26}.product .wishlist-link-product.added-to-wishlist i:before{content:""}.product .btn{min-width:100%;white-space:nowrap}.product .btn span{text-overflow:ellipsis;overflow:hidden;line-height:1.86}.product .btn-product:focus span,.product .btn-product:hover span{color:#fff;box-shadow:none}.product .btn-compare,.product .btn-quickview{z-index:8;display:flex;align-items:center;justify-content:center;color:#121212;border-radius:50%;transition:all .4s ease;font-size:2rem;padding:1.8rem}.product .btn-compare:hover,.product .btn-quickview:hover{background:#efefef;color:#e11f26}.product .btn-compare{font-size:1.8rem!important;margin:0!important}.product .btn-compare.added{background-color:#e11f26;color:#fff!important}.btn-product-zoom{position:absolute;top:50%;left:calc(50% - 1px);width:8em;height:8em;border-radius:50%;font-size:1rem;color:#222;background-color:hsla(0,0%,98%,.9);transform:translate(-50%,-50%) scale(.75);text-indent:-999rem;transition:opacity .3s,background-color .3s,color .3s;z-index:2}.btn-product-zoom:before{content:"";position:absolute;left:2.6em;bottom:3.2em;width:1.3em;border-top:2px solid;transform:rotate(-445deg)}.btn-product-zoom span{display:block;position:absolute;top:2.7em;right:2.7em;width:2em;height:2em;border:2px solid;border-radius:50%;text-indent:-999rem}.btn-product-zoom span:before{content:"";position:absolute;width:.8em;top:.7em;left:.4em;border-top:2px solid}.btn-product-zoom span:after{content:"";position:absolute;width:2px;top:.4em;left:.7em;border-top:.8em solid}.btn-product-zoom:hover{background-color:#e11f26;color:#fff}.product:not(:hover) .btn-product-zoom{opacity:0;visibility:hidden}.newsletter-section{min-height:360px;border:.1rem solid #ebebeb}.newsletter-section .banner-content{transform:none;left:0}.newsletter-section p{font-size:1.6rem;line-height:1.625em;letter-spacing:-.01em;width:100%;max-width:620px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}.newsletter-section .form-control{height:46px;flex:1 1;max-width:62.4%;box-shadow:0 8px 10px rgba(51,51,51,.05);border:.1rem solid #e1e1e1;letter-spacing:.01em;background:#fafafa}.newsletter-section .btn{padding:11.5px 26.2px;border-top-right-radius:2px;border-bottom-right-radius:2px;font-weight:500;min-width:auto}.newsletter-title{font-size:2rem}.newsletter-text,.newsletter-title{color:#222;letter-spacing:-.01em;line-height:1.1}.newsletter-text{padding-bottom:1px;font-size:4.4rem}.row.row-sm{-webkit-margin-start:-5px;margin-inline-start:-5px;-webkit-margin-end:-5px;margin-inline-end:-5px}.row.row-sm [class*=col-]{padding-right:5px;padding-left:5px}.banner-group-1 .lazy-media:before{padding-top:210px}.banner-group-2 .banner{min-height:278px;border:.1rem solid #ebebeb}.banner-group-2 .banner-content{padding-top:.2rem;left:55%}.banner-group-2 .banner-link i{margin-top:2px}.banner-group-2 .banner-title{color:#222;line-height:1.2em}.btn-orange{background-color:var(--main-color);border-color:var(--main-color);text-decoration:none;color:#fff;padding:1.3rem;border-radius:15px;font-size:1.6rem;font-weight:700;letter-spacing:1px}.Toastify__toast-theme--light,.btn-orange:hover{color:#fff}.home-page .owl-simple .owl-nav .owl-next,.home-page .owl-simple .owl-nav .owl-prev{top:46%;bottom:0;color:#333;font-size:2rem;width:3.5rem;height:3.5rem;background-color:#fff;border-radius:50%;border:.1rem solid #ebebeb;transition:.3s;opacity:1;box-shadow:0 0 7px #c9c9c9}.home-page .owl-simple .owl-nav .owl-prev{left:-5.5%!important}.home-page .owl-simple .owl-nav .owl-next{right:-5.5%!important}.home-page .recommend-section .owl-simple .owl-nav .owl-next,.home-page .recommend-section .owl-simple .owl-nav .owl-prev{top:37%}.main-slider{border-radius:26px;overflow:hidden}.flash-content .product,.recommend-section .product{padding:3rem 2rem 0;transition:box-shadow .3s,border-color .3s}.flash-content .product:hover,.recommend-section .product:hover{z-index:9}.flash-content .product:hover .product-media:after,.recommend-section .product:hover .product-media:after{content:none}.flash-content .product:hover .product-footer,.recommend-section .product:hover .product-footer{border-color:#ccc;transform:none}.flash-content .product-footer,.recommend-section .product-footer{z-index:999;top:auto;left:-1px;right:-1px;bottom:-1px;transform:translateY(105%);padding:1.3rem 2rem 1rem;border-top:0;transition:transform .35s,border-color .35s,box-shadow .35s;overflow:hidden;text-overflow:ellipsis;background-color:transparent!important}.flash-content .product-footer:before,.recommend-section .product-footer:before{content:"";width:100%;height:100%;background-color:hsla(0,0%,100%,.8);position:absolute;top:0;left:0;z-index:-1}.flash-content .product-cat,.flash-content .product-title,.recommend-section .product-cat,.recommend-section .product-title{display:-webkit-box;-webkit-box-orient:vertical}.flash-content .product-cat,.recommend-section .product-cat{color:#678185;font-size:1.4rem;font-weight:500;margin-bottom:1rem;letter-spacing:.01em;-webkit-line-clamp:1}.flash-content .product-title,.recommend-section .product-title{color:#121212;font-size:1.6rem;font-weight:500;line-height:2.43;-webkit-line-clamp:2;min-height:4.5rem}.flash-content .product-price,.recommend-section .product-price{flex-flow:wrap;line-height:1.25;font-size:1.8rem;font-weight:700;letter-spacing:-.025em}.flash-content .product-price .price-type,.recommend-section .product-price .price-type{font-size:1.3rem;-webkit-margin-start:.5rem;margin-inline-start:.5rem;font-weight:500}.flash-content .btn-product.btn-cart,.recommend-section .btn-product.btn-cart{padding:1rem;flex:1 1 auto;font-size:1.3rem;letter-spacing:-.01em}.flash-content .btn-product.btn-cart:before,.recommend-section .btn-product.btn-cart:before{font-size:1.8rem;margin-top:-.2rem;-webkit-margin-end:.7rem;margin-inline-end:.7rem}.flash-content .owl-item:first-child{border-left:0}.flash-content .owl-item:last-child{border-right:0}.flash-content .owl-item:hover{border:1px solid #ebebeb}.recommend-section .products{margin-bottom:-4.8rem}.recommend-section .product-media:after{display:none}.recommend-section .owl-stage-outer{padding-bottom:4.8rem;-webkit-margin-end:5px;margin-inline-end:5px}.recommend-section .owl-carousel .owl-stage,.recommend-section .owl-stage-outer{-webkit-margin-start:-1px;margin-inline-start:-1px}.recommend-section .owl-item:first-child{border-left-color:transparent}.recommend-section .owl-item:last-child{border-right-color:transparent}.recommend-section .owl-dots{bottom:3rem!important;left:50%!important;transform:translateX(-50%);top:auto}.recommend-section .owl-5 .owl-next,.recommend-section .owl-5 .owl-prev{top:40%}.recommend-section .product{overflow:visible;padding:3rem 2rem 1.2rem;box-shadow:1px 3px 5px rgba(0,0,0,.01);height:100%}.recommend-section .product-footer{bottom:-4.8rem}.recommend-section .product-body{padding:1.3rem 0 1.8rem}.deal-container.inline-type{max-width:187px;padding:.55rem 1rem;background-color:hsla(0,0%,100%,.95);opacity:1;visibility:visible;transition:opacity .4s,visibility .4s}.brand-section{padding:2.4rem 0 4px}.product:hover .deal-container.inline-type{opacity:0;visibility:hidden}.service-section .icon-box-content p{line-height:1.7em}.blog-section .heading,.recommend-section .heading{margin-bottom:2.5rem}.entry-body{padding:1.7rem 0 2.5rem}.entry-meta{font-size:1.4rem;line-height:1.5;color:#ccc;text-transform:none;margin:-5px 0 5px}.entry-title{font-size:2rem;line-height:1.25;letter-spacing:-.025em;text-transform:none;margin:0 0 1.2rem}.entry-content p{font-weight:300;line-height:1.7;text-transform:none;margin:0 0 1.5rem}.read-more{font-weight:600;line-height:1.86}.read-more:after{display:none}.entry-media a:after{position:absolute;content:"";display:block;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.3);opacity:0;visibility:hidden;transition:.3s ease-in-out;z-index:1}.entry-media:hover a:after{visibility:visible;opacity:1}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff!important;background-color:#000!important;border-color:#000!important}.btn-success:not(:disabled):not(.disabled).active i,.btn-success:not(:disabled):not(.disabled):active i,.show>.btn-success.dropdown-toggle i{color:#fff!important}.select__control{height:5rem!important;border-radius:.9rem!important}.select__indicator{color:#000!important}.seller-item{border:1px solid #f2f2f2;margin-bottom:3rem}.seller-item,.seller-item-image{border-top-left-radius:.8rem;border-top-right-radius:.8rem}.seller-item-image{display:flex;align-items:center;justify-content:center;overflow:hidden;height:22rem;padding:0 2rem;background-color:#fcfcfc}.seller-item-image img{filter:brightness(.99);overflow:hidden}.seller-item-name{padding:1rem 2rem}.seller-item-name a{color:#121212;font-weight:700;font-size:1.6rem}.seller-item-rewiew{margin:1rem 0;padding:0 2rem}.seller-item-location{display:flex;padding:0 2rem}.seller-item-location img{-webkit-margin-end:1rem;margin-inline-end:1rem}.seller-item-location span{font-weight:600}.seller-item-send-message{padding:1rem 2rem}.react-select__control{min-height:4.8rem!important;border-color:#ebebeb!important}.product-slider-button{width:42px;height:42px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;border:1px solid #dadce3;transition:transform .1s ease-in-out}.product-slider-button:hover{transform:scale(1.1)}.compare-add-to-cart-btn img{filter:brightness(100)}.rtl .store-info-name{text-align:right}.slick-list{z-index:0}.swal2-popup{border-radius:2rem!important}.swal2-popup .swal2-cancel,.swal2-popup .swal2-confirm,.swal2-popup .swal2-deny{border-radius:1.2rem!important}.swal2-popup .swal2-confirm{background-color:var(--main-color)!important}.swal2-popup .swal2-confirm:focus{box-shadow:0 0 0 3px rgba(var(--main-color),1)!important}.mobile-links{display:flex}.mobile-links .cart-txt{color:#fff;font-size:1.8rem}.mobile-links .wishlist-link{-webkit-margin-start:0!important;margin-inline-start:0!important;-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}.mobile-links img{width:5rem;filter:invert(1)}.animated.infinite{animation-iteration-count:infinite}.zoomIn{animation-name:zoomIn}.animated{animation-duration:1s;animation-fill-mode:both}.tada{animation-name:tada}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.wtsp-contact-circle{width:90px!important;height:90px!important;top:12px;right:12px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;opacity:.5}.wtsp-contact-circle-fill{width:60px;height:60px;top:28px;right:28px;position:absolute;transition:all .2s ease-in-out;border-radius:100%;border:2px solid transparent;transition:all .5s;opacity:.4!important}.wtsp-contact-img-circle{width:38px!important;height:38px!important;top:39px;right:39px;position:absolute;background:rgba(30,30,30,.1) url(/_next/static/media/wtsp.cea5108a.png) no-repeat 50%;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;opacity:1;transition:all .2s ease-in-out;transform-origin:50% 50%;background-size:100%}.wtsp-contact{position:fixed;bottom:120px;right:0;z-index:1000}.wtsp-contact-circle{border-color:#43b91e}.wtsp-contact-circle-fill,.wtsp-contact-img-circle{background-color:#43b91e}.wtsp-contactone:hover .wtsp-contact-circle{border-color:#43b91e}.wtsp-contactone:hover .wtsp-contact-circle-fill,.wtsp-contactone:hover .wtsp-contact-img-circle{background-color:#43b91e}.point-alert-text span{color:#b1d135}.other-page-header{margin:5rem auto;width:40%}.other-page-header h1{font-size:4rem;font-weight:700}@media screen and (max-width:1599px){.owl-nav{display:none}}@media screen and (max-width:991px){.intro-slide{background-position:54%;min-height:30rem}.banner-group-2 .banner-content{padding-right:1rem}.newsletter-section p{max-width:500px}}@media screen and (max-width:767px){.newsletter-section .form-control{max-width:80%}.newsletter-text{max-width:500px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}.countdown-title{-webkit-margin-start:0;margin-inline-start:0}.flash-section .title{width:100%;max-width:100%}.home-page .icon-box-content{-webkit-margin-start:0;margin-inline-start:0}.home-page .icon-box figure{margin-bottom:2rem}.heading:before{width:0}}@media(max-width:480px){.last-banner{left:40%!important}.newsletter-text{font-size:3.7rem}.intro-content-right{right:auto;left:2rem}}@media(max-width:449px){.ratings-text{display:none}}@media screen and (min-width:576px){.newsletter-section .form-control{border-right:0}}@media screen and (min-width:992px){.col-lg-5cols{flex:0 0 20%;max-width:20%}.col-lg-2-5cols,.col-lg-5cols{padding-left:1rem;padding-right:1rem}.col-lg-2-5cols{flex:0 0 40%;max-width:40%}}@media screen and (min-width:1200px){.col-xl-8col{flex:0 0 12.5%;max-width:12.5%}.container{width:1420px;max-width:100%}}.currency-menu>a:first-child:after{font-family:mkhazin;content:"";position:absolute;right:0;top:50%;display:inline-block;font-size:1.2rem;line-height:1;margin-top:-.7rem}.currency-menu li{padding-top:0;padding-bottom:0;line-height:2}.rtl .currency-menu>a:first-child:after{right:unset;left:0}.cat-blocks-container{padding-top:.5rem}.cat-blocks-container [class*=col-]{display:flex;align-items:stretch;justify-content:center}.cat-block{width:100%;flex-direction:column;justify-content: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;box-shadow:1px 5px 10px rgba(0,0,0,.08)}.cat-block,.cat-block figure{display:flex;align-items:center}.cat-block figure{position:relative;min-height:124px;margin:0}.cat-block figure span{position:relative}.cat-block img{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;transition:transform .35s ease;border-radius:7px}.cat-block:hover{box-shadow:1px 5px 10px rgba(0,0,0,.4)}.cat-block-title{color:#000;font-weight:600;font-size:1.4rem;letter-spacing:0;margin-top:0;margin-bottom:0;transition:color .35s ease;text-transform:capitalize}.toast-container>:not(:last-child){margin-bottom:20px!important}.my-profile h5{font-size:2.4rem;font-weight:700;margin-bottom:1.5rem}.my-profile .form-group{position:relative}.my-profile .form-group label{font-size:1.6rem;font-weight:700;color:#000}.my-profile .form-group .form-control{background-color:#fff;color:#121212;font-weight:500}.my-profile .form-group img{position:absolute;top:5rem;right:1.2rem;font-size:2rem}.my-profile .form-group.phone-number img:first-child{position:unset!important}.my-profile .form-group .PhoneInputInput{border:0;background-color:transparent;outline:none}.my-profile .select__control .select__placeholder,.my-profile .select__control .select__single-value{color:#678185;font-weight:600;text-transform:capitalize}.my-profile .my-favorites .react-tabs .react-tabs__tab-list{justify-content:flex-start}.my-profile .my-favorites .react-tabs .react-tabs__tab-list li{font-size:1.7rem;height:4.5rem;-webkit-margin-end:2rem;margin-inline-end:2rem}.my-profile .my-favorites .my-favorites-no-item{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5rem 0}.my-profile .my-favorites .my-favorites-no-item p{color:#121212;font-weight:600}.my-profile .btn-add-address{border-bottom:1px solid #b1d135;color:#b1d135;border-radius:0;min-width:10rem!important;margin-top:1rem}.my-profile .btn-add-address i{font-size:2.5rem;line-height:.5}.my-profile .order-history{background-color:#fafafa;padding:2.5rem}.my-profile .order-history h4{font-size:2.4rem;font-weight:700}.my-profile .order-history .order-history-item{position:relative;cursor:pointer}.my-profile .order-history .order-history-item td{padding:2rem}.my-profile .order-history .order-history-item:not(:last-child){margin-bottom:2rem}.my-profile .order-history .order-history-item .order-history-item-info span{color:#2f80ed;font-size:1.6rem;font-weight:700;text-decoration:underline}.my-profile .order-history .order-history-item .order-history-item-info-price{font-size:1.6rem;color:#000}.my-profile .order-history .order-history-item .order-history-item-info-price span{font-size:1.4rem;font-weight:500}.my-profile .order-history .order-history-item .order-history-item-info-qty{color:#7a7a8d}.my-profile .order-history .order-history-item .order-history-item-info-qty span{font-weight:500;color:#000}.my-profile .order-detail{border:1px solid #ccc;padding:2.5rem}.my-profile .order-detail h6{font-weight:700;font-size:2.4rem}.my-profile .order-detail .order-detail-status-bar{display:flex;justify-content:space-between;overflow:hidden}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item{display:flex;flex-direction:column;align-items:center;position:relative}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item:not(:last-child):before{content:"";position:absolute;top:25%;left:2rem;width:34rem;height:.2rem;background-color:#e3e3e3;z-index:-1}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item .order-detail-status-bar-item-icon{width:3.2rem;height:3.2rem;border-radius:50%;background-color:#e3e3e3;display:flex;justify-content:center;align-items:center}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item.current .order-detail-status-bar-item-icon{background-color:#b1d135}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item.current .order-detail-status-bar-item-icon img{filter:invert(1)}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item.current .order-detail-status-bar-item-text{color:#b1d135}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item.active .order-detail-status-bar-item-icon,.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item.active:before{background-color:#000}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item.active .order-detail-status-bar-item-icon img{filter:invert(1)}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item .order-detail-status-bar-item-text{color:#000;margin-top:.6rem}.my-profile .order-detail .order-detail-product{width:100%;min-height:12rem;display:flex;align-items:center;justify-content:space-between}.my-profile .order-detail .order-detail-product:not(:last-child){border-bottom:1px solid #e3e3e3}.my-profile .order-detail .order-detail-product .order-detail-product-info{width:100%;padding:2rem}.my-profile .order-detail .order-detail-product .order-detail-product-info .order-detail-product-info-name{font-size:1.6rem;color:#000}.my-profile .order-detail .order-detail-product .order-detail-product-info .order-detail-product-info-others{display:flex;align-items:center;justify-content:space-between}.my-profile .order-detail .order-detail-product .order-detail-product-info .order-detail-product-info-others div span:nth-child(2){color:#000}.my-profile .order-detail .order-detail-product .order-detail-product-price{font-size:1.6rem;color:#000;width:15rem;text-align:right;white-space:nowrap}.my-profile .order-detail .order-detail-product .order-detail-product-price span{font-size:1.4rem;font-weight:500}.my-profile .order-total{margin-top:1rem;border:1px solid #ccc;padding:2.5rem}.my-profile .order-total h5{margin-bottom:3.5rem}.my-profile .order-total .order-total-item{display:flex;justify-content:space-between}.my-profile .order-total .order-total-item span:nth-child(2){font-size:1.6rem;color:#000}.my-profile .order-reviews{margin-top:1rem;border:1px solid #ccc;padding:2.5rem}.my-profile .point-cards{display:flex;align-items:center;justify-content:space-between;margin-top:2rem}.my-profile .point-cards .point-card{width:49%;height:20rem;background-color:#fbfbfb;display:flex;align-items:center;justify-content:center;text-align:center}.my-profile .point-cards .point-card .point-card-count{font-size:3.2rem;color:#b1d135}.my-profile .point-cards .point-card .point-card-text{font-size:1.6rem;color:#000}.my-profile .point-history-tab{width:100%;border:1px solid #e3e3e3;padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.my-profile .point-history-tab .point-history-tab-item{font-size:1.6rem;color:#20366a;cursor:pointer}.my-profile .point-history-tab .point-history-tab-item.active{color:#b1d135;position:relative}.my-profile .point-history-tab .point-history-tab-item.active:before{content:"";position:absolute;bottom:-1.6rem;left:50%;transform:translateX(-50%);width:100%;height:.4rem;background-color:#20366a}.my-profile .history-item{border:1px solid #e3e3e3;padding:2rem;display:flex;margin-bottom:2rem}.my-profile .history-item .history-item-icon{margin-top:.5rem;-webkit-margin-end:2rem;margin-inline-end:2rem}.my-profile .history-item .history-item-text p{font-size:1.6rem;color:#20366a}.my-profile .history-item .history-item-text span{color:#b9bbbb}.my-profile .point-info-area{background-color:#fbfbfb;padding:2.5rem;max-height:37rem}.my-profile .point-info-area img{margin:auto}.my-profile .point-info-area .point-info-area-item{margin-top:1rem;color:#20366a}.my-profile .support-chat{padding:2rem 0}.my-profile .support-chat-messages{width:100%;min-height:55rem;background-color:#f5f5f5;border-radius:.8rem;position:relative}.my-profile .support-chat .support-chat-messages{padding-top:1rem}.my-profile .support-chat .support-messages-list{width:98.6%;height:45.5rem;margin:.6rem auto auto;overflow-y:scroll;-webkit-padding-end:1rem;padding-inline-end:1rem}.my-profile .support-chat .support-messages-list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.my-profile .support-chat .support-messages-list::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.my-profile .support-chat .support-messages-list::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#e11f26}.my-profile .support-chat .support-messages-list li{max-width:100%;min-height:5rem;margin-bottom:1rem;display:flex}.my-profile .support-chat .support-messages-list li.odd{justify-content:flex-end}.my-profile .support-chat .support-messages-list li .support-message{border-radius:.8rem;background-color:#e11f26;color:#fff;padding:1rem .8rem .3rem 1rem;border-top-left-radius:0;max-width:45%;width:max-content;overflow:hidden;word-break:break-all;display:flex;flex-direction:column}.my-profile .support-chat .support-messages-list li .support-message.odd{background-color:#b1d135;align-items:flex-end;border-top-left-radius:.8rem;border-bottom-right-radius:0;text-align:right}.my-profile .support-chat .support-messages-list li .support-message i{font-size:.9rem}.my-profile .support-chat .support-messages-list li .support-message a{color:#fff;text-decoration:underline}.my-profile .support-chat .support-chat-send-message{position:absolute;bottom:1rem;left:1rem;width:98.6%;height:5.5rem;border-radius:.8rem}.my-profile .support-chat .support-chat-send-message .support-send-input{width:100%;height:5.5rem;border:0;border-radius:.8rem;outline:none;-webkit-padding-end:6rem;padding-inline-end:6rem;-webkit-padding-start:2rem;padding-inline-start:2rem}.my-profile .support-chat .support-chat-send-message .chat-actions{position:absolute;right:1rem;top:.8rem;display:flex;align-items:center}.my-profile .support-chat .support-chat-send-message .chat-actions label{cursor:pointer;margin-bottom:0;-webkit-margin-end:1rem;margin-inline-end:1rem}.my-profile .support-chat .support-chat-send-message .chat-actions .support-send-button{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;-webkit-margin-start:1.4rem;margin-inline-start:1.4rem;background-color:#e11f26;border-radius:1rem}.my-profile .support-chat .support-chat-send-message .chat-actions .support-send-button i{color:#fff;font-size:1.7rem}.my-profile .account-top-menu{padding-top:3rem}.my-profile .account-top-menu .account-top-menu-list{display:flex;align-items:center;flex-wrap:wrap}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item{width:29.5rem;max-width:29.5rem;height:20rem;background-color:#fafafa;display:flex;align-items:center;justify-content:center}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item:not(:last-child){-webkit-margin-end:1rem;margin-inline-end:1rem}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item.top-header{width:13rem;font-weight:700;font-size:1.4rem;color:#252b42}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item img{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.my-profile .account-side-menu{padding:2rem}.my-profile .account-side-menu-item{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:4rem}.my-profile .account-side-menu-item div{display:flex;align-items:center}.my-profile .account-side-menu-item div img{margin:0 2rem}.my-profile .account-side-menu-item a{font-weight:700;color:#252b42}.my-profile .account-side-menu-item.active a{color:#e11f26}.my-profile .account-side-menu-item.active:after{content:"";width:.2rem;height:180%;background-color:#e11f26;position:absolute;left:0;top:50%;transform:translateY(-50%)}.my-profile .account-side-menu-item .account-side-menu-item-count{background-color:#e11f26;color:#fff;padding:.2rem 1rem;border-radius:.8rem}.my-profile .coupons .coupon-item{border:1px solid #ccc;padding:1rem 2rem;border-radius:.8rem;box-shadow:0 1px 25px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.my-profile .coupons .coupon-item .coupon-info{width:11rem;height:10rem;text-align:center;font-size:2.2rem;line-height:1.5;display:flex;justify-content:center;flex-direction:column}.my-profile .coupons .coupon-item .coupon-info small,.my-profile .coupons .coupon-item .coupon-info span{font-size:1.4rem}.rtl .my-profile,.rtl .my-profile h5{text-align:right}@media screen and (max-width:575px){.header-search{align-items:baseline}.header-search .header-search-wrapper{margin-top:1rem}.header-search .live-search-list{top:22%}.cart-dropdown .dropdown-menu.dropdown-menu-right,.compare-dropdown .dropdown-menu.dropdown-menu-right,.profile-dropdown .dropdown-menu.dropdown-menu-right{right:-3rem!important;z-index:10000}.mobile-profile-menu.dropdown-menu{top:6rem;right:-14rem!important}.rtl .mobile-profile-menu.dropdown-menu{top:6rem;right:2rem!important}.intro-title{font-size:4.5rem!important;color:#fff}.intro-desc{font-size:1.5rem;max-width:30rem;margin:0}.login-page .login-box{max-width:100%;width:100%;height:100%;padding-top:10rem}.main-menu .main-menu-list li{width:100%}.main-menu .main-menu-list li img{display:none}.main-menu .main-menu-list li a{font-size:3.3rem!important;color:#fff;-webkit-text-stroke-width:0}.header-left{width:100%}.header-left .header-dropdown{width:100%;justify-content:space-between}.header-left .menu-toggle{position:absolute;top:50%;transform:translateY(-50%)}.header-middle .cart-dropdown .cart-txt,.header-middle .menu-toggle span,.header-middle .wishlist-link span{display:none}.header-right{justify-content:flex-end}.profile-dropdown .dropdown-menu{overflow:hidden}.profile-menu ul li{border-bottom:1px solid #ccc}.intro-section .scroll-down{display:none}.home-slider{max-height:43rem}.home-slider .intro-content-left{left:16%}.home-slider .intro-content{top:50%}.toolbox{flex-direction:column}.special-prices{padding:3rem 0}.special-prices .slick-next,.special-prices .slick-prev{width:4rem!important;height:4rem!important}.special-prices .slick-prev{left:-1rem!important}.special-prices .slick-next{right:-1rem!important}.special-prices .product-title{font-size:1.4rem}.special-prices .new-price,.special-prices .new-price .price-type,.special-prices .product-price,.special-prices .product-price .price-type{font-size:1.8rem!important}.section-heading{padding-bottom:0}.section-heading .title{font-size:2.4rem}.section-heading p{font-size:4rem;top:-3.5rem}.section-heading .view-all-link{right:-1.6rem;top:0}.lets-be-trend{padding:10rem 0}.lets-be-trend img{display:none}.lets-be-trend .lets-be-trend-content-title{font-size:4rem}.lets-be-trend .lets-be-trend-content-text{font-size:2.5rem}.summary.summary-cart{-webkit-margin-start:0;margin-inline-start:0}.cart-product-quantity{margin:auto;width:14rem}.table-cart .product-col{padding:1rem!important}.my-profile .order-detail .order-detail-product{justify-content:center;padding:2rem 0;flex-wrap:wrap}.my-profile .order-detail .order-detail-product .order-detail-product-price{text-align:center}.my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item:not(:last-child):before{width:11rem!important}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item{width:100%!important;max-width:100%!important;margin-bottom:1rem}.banners-group{flex-wrap:wrap}.banner:not(:last-child){-webkit-margin-end:0!important;margin-inline-end:0!important}.top-info-banner-item{width:100%;margin-bottom:2rem}.home-page .banner-subtitle,.home-page .banner-title{font-size:1.4rem!important}.header-custom .header-middle{min-height:16rem!important}.filter-price{padding:0 2.5rem 0 1rem}.product-slider-thumbnails{height:12rem!important}.product-details{padding:2rem!important}.checkout .addresses .address-item{width:100%!important;-webkit-margin-end:0!important;margin-inline-end:0!important}.checkout .btn-checkout{margin-top:1rem}.addresses .address-item{width:100%!important}.addresses .address-item .address-text{width:calc(100% - 14rem)}.addresses .address-title .primary-label{position:relative;left:-5rem;top:-4rem;font-size:1rem;line-height:2.5rem}.product-galllery .slick-track{display:flex!important}.category-slider .category-slider-item-content{position:unset!important}.category-slider .category-slider-item-image img{width:100%;height:100%}.header-top-bar .header-top-bar-content{flex-wrap:nowrap}.header-top-bar .header-top-bar-content div,.header-top-bar .header-top-bar-content li{min-width:max-content}.header-top-bar .header-top-bar-content .dermacol-info ul li:first-child:after{position:relative}.product .product-basket-btn button{width:max-content!important}.category-lists{gap:0;justify-content:space-between;-webkit-padding-end:10px;padding-inline-end:10px;-webkit-padding-start:21px;padding-inline-start:21px}.wtsp-contact{bottom:180px}.footer .footer-support{bottom:9rem!important}.hide-in-mobile{display:none}.my-profile .account-top-menu .account-top-menu-list{flex-wrap:nowrap!important}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item{flex-direction:column!important;justify-content:center!important;height:11rem}.my-profile .account-top-menu .account-top-menu-list .account-top-menu-list-item img{height:22px!important}.category-slider .category-slider-item,.category-slider .category-slider-item-image{min-height:auto!important}.footer-bottom .container,.footer-bottom .container-fluid{height:160px}#scroll-top{bottom:19.8rem}}@media screen and (max-width:991px){.mobile-profile-menu.dropdown-menu{top:6rem;right:-9rem}.rtl .mobile-profile-menu.dropdown-menu{top:6rem;right:2rem!important}.login-page .login-box{max-width:100%;width:100%;height:100%;padding-top:0}.main-menu .main-menu-list li{width:100%}.main-menu .main-menu-list li img{display:none}.main-menu .main-menu-list li a{font-size:7rem;color:#fff;-webkit-text-stroke-width:0}.header-middle .cart-dropdown .cart-txt,.header-middle .menu-toggle span,.header-middle .wishlist-link span{display:none}.product .product-basket-btn button{width:max-content!important}.lets-be-trend{padding:10rem 0;justify-content:center}.lets-be-trend img{display:none}.lets-be-trend .lets-be-trend-content-title{font-size:4rem}.lets-be-trend .lets-be-trend-content-text{font-size:2.5rem}.lets-be-trend:after,.lets-be-trend:before{position:unset}.section-heading{padding-bottom:0}.section-heading .title{font-size:2.4rem}.section-heading p{font-size:4rem;top:-3.5rem}.intro-title{font-size:4.5rem!important;color:#fff}.my-profile .order-detail .order-detail-product{justify-content:center;padding:2rem 0;flex-wrap:wrap}.my-profile .order-detail .order-detail-product .order-detail-product-price{text-align:center}.login-bg-container{display:none}.lazy-load-image-background img{width:100%!important;height:100%!important}.hide-in-mobile{display:none}.category-slider .category-slider-item{min-height:auto!important}.category-slider .category-slider-item-title{font-size:1.7rem}.banner-modal-image{height:auto}}@media screen and (max-width:1199px){.mobile-profile-menu.dropdown-menu{top:6rem;right:-9rem}.rtl .mobile-profile-menu.dropdown-menu{top:6rem;right:2rem!important}.lets-be-trend{padding:10rem 0;justify-content:center}.lets-be-trend img{display:none}.lets-be-trend .lets-be-trend-content-title{font-size:4rem}.lets-be-trend .lets-be-trend-content-text{font-size:2.5rem}.section-heading{padding-bottom:0}.section-heading .title{font-size:2.4rem}.section-heading p{font-size:1rem;top:-3.5rem}.intro-title{font-size:1.5rem!important;color:#fff}}.rtl{font-family:IBM Plex Sans Arabic,sans-serif!important;direction:rtl}.rtl .header-custom .header-search i{right:unset;left:1.5rem}.rtl .section-heading .title{text-align:right}.rtl .section-heading p{top:-8rem}.rtl .cart-dropdown .product-cart-details{text-align:right}.rtl .home-page .home-slider .slick-slider{direction:ltr}.rtl .slick-slide{float:left!important}.rtl .slick-next{left:unset!important}.rtl .articles .see-more-btn img,.rtl .breadcrumb-item img{transform:rotateY(180deg)}.rtl .product-main-image .slick-next{left:unset!important}.rtl .modal-body .close{right:unset;left:1.5rem}.rtl .cart-dropdown .btn-remove,.rtl .compare-dropdown .btn-remove,.rtl .profile-dropdown .btn-remove{left:unset;right:.5rem}.rtl .intro-section .scroll-down{right:2rem;left:unset}.rtl .product-details .product-action-vertical{right:unset;left:1rem}.rtl .input-group .form-control{text-align:left}.rtl .my-profile .order-detail .order-detail-status-bar .order-detail-status-bar-item:not(:last-child):before{left:unset;right:1rem}.rtl .my-profile .order-detail .order-detail-product .order-detail-product-price{width:unset}.rtl .my-profile .account-side-menu-item.active:after{left:unset;right:0!important}.rtl .reviews .reviews-bars .reviews-bars-ratings-val{left:unset;right:0}.rtl .ratings-val{right:0}.rtl .reviews-bars-item-rate .ratings-val{left:unset;right:2.15rem}.rtl .subscribe .subscribe-list li:before{left:unset;right:0}.rtl .subscribe .subscribe-input .btn-primary{-webkit-margin-start:4px!important;margin-inline-start:4px!important}.rtl .my-profile .support-chat .support-chat-send-message .chat-actions{right:unset;left:1rem}.rtl .my-profile .support-chat .support-messages-list li{justify-content:flex-end}.rtl .my-profile .support-chat .support-messages-list li.odd{justify-content:flex-start}.rtl .banner-modal .mfp-close{right:unset!important;left:1.5rem}.rtl .login-bg-container{right:unset;left:-6rem}.rtl .category-slider{text-align:left}.rtl .mobile-search .form-control{border-top-right-radius:.8rem!important;border-bottom-right-radius:.8rem!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rtl .mobile-search .btn{border-top-left-radius:.8rem;border-bottom-left-radius:.8rem;border-top-right-radius:0;border-bottom-right-radius:0}.rtl .questions-container .questions-list .question-item .question-other-info li:not(:last-child):before{left:-2rem;right:unset!important}.rtl .questions-container .questions-list .question-item .answer .answer-other-info .seller-name:before{left:-1.3rem;right:unset!important}.rtl .questions-container .questions-container-filter .question-search-container .search-in-questions{left:0;right:unset!important}.rtl .product-price .price-discount{right:unset;left:-8rem}.rtl .PhoneInputCountrySelectArrow{position:relative!important;right:.5rem!important}.rtl .header-top-bar .header-top-bar-content .dermacol-info ul li:first-child:after{right:unset;left:-.7rem}.rtl .header-search button{right:unset;left:1.5rem}.rtl .product{direction:rtl}.rtl .header-custom .cart-count{right:-8px!important}.rtl .header-custom .wishlist-count{right:-9px!important}.rtl .product-details-top .product-label{top:-3px!important;left:-6px!important;right:-3px}.rtl .menu-vertical.sf-arrows .sf-with-ul:after{content:"";right:unset;left:1.8rem}.rtl .menu-vertical>li{text-align:right}.rtl .menu-vertical .megamenu,.rtl .menu-vertical ul{left:unset;right:100%}.rtl .category-dropdown .dropdown-menu{left:unset!important}.rtl .see-more-btn img{transform:rotateY(180deg)}.rtl .product-price{align-items:flex-end}.rtl .product-price .new-price{flex-direction:row-reverse}[dir=rtl] .slick-slide{float:inline-start!important}