@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border-color:rgba(0,0,0,.1) transparent transparent rgba(0,0,0,.1);border-style:solid;border-width:1px;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{0%{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}@import"https://fonts.googleapis.com/css2?family=Cairo:wght@500;600;700;800;900&display=swap";@font-face{font-family:Din;src:url(/_next/static/media/din.9df53146.otf);font-style:normal;font-weight:400}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%;--first-bg-color:#fff;--card-bg-color:#f7f7f7;--second-bg-color:#5d5e60;--first-text-color:#666;--second-text-color:#a5a5a5;--border-color:#ddd}html[theme=dark]{color-scheme:dark;--first-bg-color:#1a1a1a;--second-bg-color:#0c0c0c;--card-bg-color:#0c0c0c;--first-text-color:#e4e4e4;--second-text-color:#8f8f8f;--border-color:#4d4d4d}body,html{height:100%;max-width:100vw}body{color:var(--first-text-color);background-color:var(--first-bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-x:hidden;overflow-y:auto;-ms-overflow-y:auto;font-family:Din,sans-serif!important}body:not(:lang(ar)){direction:ltr!important}body:lang(ar){direction:rtl!important}::selection{color:#fff}p{margin-bottom:0;font-size:1.4rem;font-weight:300;letter-spacing:0;color:var(--first-text-color);text-align:initial!important}a,div,h1,h2,h3,h4,h5,h6,li{text-align:initial;font-size:14px}ol,ul{list-style:none;padding:0;margin:0 0 1.5rem}b,strong{font-weight:700}em,i{font-style:italic}hr{border:none;border-top:2px solid #b2b2b4;margin:3rem auto 2.5rem}sub,sup{position:relative;font-size:70%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{display:block;max-width:100%;height:auto}button{-webkit-appearance:none;border:none;background-color:transparent}.bg-light{background-color:#f8f8f8!important}.bg-light-2{background-color:#f9f9f9!important}.bg-lighter{background-color:#fafafa!important}.bg-gray{background-color:#f4f5f8!important}.bg-image{background-size:cover;background-position:50%;background-repeat:no-repeat}.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}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;margin-bottom:1.4rem;color:var(--first-text-color);letter-spacing:-.03em}.h1,h1{font-size:4rem}.h2,h2{font-size:3.6rem}.h3,h3{font-size:2.6rem}.h4,h4{font-size:2.2rem}.h5,h5{font-size:2rem;letter-spacing:-.025em}.h6,h6{font-size:1.6rem;letter-spacing:-.01em}a{transition:color .3s ease}a,a:focus,a:hover{text-decoration:none}.text-dark{color:#333!important}.text-light{color:#ccc!important}.lead{font-size:1.6rem;font-weight:400;line-height:1.875;margin-bottom:1.2rem}blockquote{position:relative;margin:0 0 4.2rem;padding:0;color:#777;font-style:italic;font-size:1.6rem;line-height:1.625}blockquote p{max-width:1120px}blockquote.text-center p{margin-left:auto;margin-right:auto}blockquote cite{font-style:normal;font-weight:500;color:#333;letter-spacing:-.01em;line-height:1}blockquote cite span{display:block;font-weight:300;font-size:1.4rem}blockquote.text-white cite{color:#ccc}blockquote.text-white cite span{color:#777}@media screen and (min-width:768px){.h1,h1{font-size:5rem}.h2,h2{font-size:4rem}.h3,h3{font-size:3rem}.h4,h4{font-size:2.4rem}}.row{margin-left:-10px;margin-right:-10px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-right:10px;padding-left:10px}#__next{overflow:hidden;max-width:100vw}.container{width:1188px;max-width:100%}.container,.container-fluid{padding-left:10px;padding-right:10px}.page-wrapper{position:relative;display:flex;flex-direction:column;min-height:100%;transition:transform .4s ease}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.page-wrapper{display:block}}.main{flex:1 1;width:100%;min-height:300px}.page-content{padding-bottom:5rem}@media screen and (min-width:992px){.col-5col{flex:0 0 20%;max-width:20%}}.col-xl-2-5col,.col-xl-3-5col,.col-xl-4-5col,.col-xl-5col{width:100%;padding-left:10px;padding-right:10px}@media screen and (min-width:1200px){.container-fluid{padding-left:30px;padding-right:30px}.col-xl-5col{flex:0 0 20%;max-width:20%}.col-xl-4-5col{flex:0 0 80%;max-width:80%}.col-xl-2-5col{flex:0 0 40%;max-width:40%}.col-xl-3-5col{flex:0 0 60%;max-width:60%}}@media screen and (min-width:1600px){.container-fluid{padding-left:70px;padding-right:70px}.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{flex:0 0 16.666667%;max-width:16.666667%}.offset-xxl-2{margin-left:16.666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.col-xxl-5col{flex:0 0 20%;max-width:20%}.col-xxl-4-5col{flex:0 0 80%;max-width:80%}.d-xxl-block{display:block!important}.d-xxl-flex{display:flex!important}}@media screen and (min-width:1920px){.container-fluid{max-width:1920px;margin-left:auto;margin-right:auto}}@media screen and (max-width:991px){.page-content{padding-bottom:1rem}}.bg-loading-gray{background-color:#e9e9e9;border-radius:1rem;width:100%;height:32px;color:transparent!important}[theme=dark] .bg-loading-gray{background-color:#111}.max-width-200{max-width:200px!important}.h-150{height:150px!important}@media screen and (max-width:767px){.h-150{height:90px!important}}.header{width:100%;background-color:#fff}.header .container,.header .container-fluid{position:relative;display:flex;align-items:center}.header .la-hotjar{animation:blink 1s infinite;border:none}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.nav-item.dash .m-icon{margin:5px;font-size:1.5em;background-color:var(--first-text-color);color:var(--card-bg-color);border-radius:50%;padding:3px;transition:color 1s}.header .szh-menu-button{margin:1rem .5rem;font-size:1.3rem}.header .szh-menu-button .m-icon{position:relative;margin:5px;font-size:1.2em;background-color:hsla(0,0%,100%,.176);border-radius:50%;padding:3px;transition:color 1s}.header .szh-menu-button:hover>.m-icon{color:#fff;background-color:rgba(247,148,29,.3);transition:color 1s}.header .szh-menu-button.szh-menu-button--open:before{color:#f7941d}.header .szh-menu-button.arrow-down:before{font-family:molla;content:"";top:50%;display:inline-block;margin:0 .5rem;line-height:1;opacity:.75}a .m-icon{font-size:1.5em;background-color:hsla(0,0%,100%,.176);border-radius:50%;padding:3px;transition:color 1s}a:hover .m-icon{color:#fff;background-color:rgba(247,148,29,.3);transition:color 1s}.m-header-menu li:not(:first-child):not(.szh-menu__arrow)+li,.m-header-menu>.szh-menu__item+.szh-menu__item{margin-top:.5rem}.m-header-menu{font-size:1.7rem;color:var(--first-text-color);padding:5px;border-radius:1rem}.m-header-menu,.m-header-menu .szh-menu__arrow{background-color:var(--first-bg-color)}.m-header-menu .szh-menu__item{font-size:1.7rem;justify-content:center;padding:.1rem 1.2rem .5rem;border-radius:.6rem;color:var(--first-text-color)}.m-header-menu .szh-menu__item a,.m-header-menu .szh-menu__item:hover a{all:unset}.m-header-menu .szh-menu__item:hover{color:var(--first-text-color);background-color:hsla(0,0%,71%,.255)}.m-header-menu .szh-menu__item.szh-menu__item--checked{background-color:#f7941d;color:#fff}.m-header-menu .szh-menu__item.szh-menu__item--checked:before{content:""}.m-header-menu .szh-menu__submenu>.szh-menu__item:not(:lang(ar)){padding-right:2.5rem}.m-header-menu .szh-menu__submenu>.szh-menu__item:not(:lang(ar)):after{color:#f7941d;font-size:1rem}.m-header-menu .szh-menu__submenu>.szh-menu__item:lang(ar){padding-left:2.5rem}.m-header-menu .szh-menu__submenu>.szh-menu__item:lang(ar):after{color:#f7941d;right:unset;left:1rem;font-size:1rem}.m-header-menu .szh-menu__submenu>.szh-menu__item.szh-menu__item--open,.m-header-menu .szh-menu__submenu>.szh-menu__item:hover{background-color:hsla(0,0%,71%,.255)}.m-header-menu .szh-menu__submenu>.szh-menu__item:checked{background-color:rgba(247,148,29,.2)}.header-center,.header-left,.header-right{display:flex;align-items:center}.header-right{align-self:stretch;-webkit-margin-end:5px;margin-inline-end:5px}@media screen and (max-width:991px){.header-right{-webkit-margin-end:2rem;margin-inline-end:2rem}}.header-center{align-self:center;justify-self:center}.logo{flex-shrink:0;min-height:25px;display:flex;justify-items:center;align-items:center;padding:0}.logo img{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover;shape-margin:0;margin:0;padding:0}.logo h5{margin:auto;font-size:16px;font-weight:500;display:flex;align-items:center;color:#fff}.header-top{font-weight:300;font-size:1.3rem;line-height:1.5;letter-spacing:0;color:#dededf;margin-bottom:.1rem}.header-top a{color:#fff}.header-top .container,.header-top .container-fluid{position:relative;height:50px}.header-top .container-fluid:after,.header-top .container:after{content:"";display:block;height:1px;position:absolute;bottom:-1px;left:10px;right:10px;opacity:.5;background-color:var(--border-color)}.header-top .top-menu li+li{margin-left:2.6rem}.header-top .header-left a{padding-top:.75rem;padding-bottom:.75rem}@media screen and (min-width:1200px){.header-top .container-fluid:after{left:30px;right:30px}}@media screen and (min-width:1600px){.header-top .container-fluid:after{left:70px;right:70px}}.top-menu{text-transform:uppercase;letter-spacing:-.01em;margin:0}.top-menu>li{position:relative}.top-menu ul{display:flex;align-items:center}.top-menu li+li{margin-left:3rem}.top-menu a{display:inline-flex;align-items:center}.top-menu i{font-size:1.5rem;margin-right:.8rem;line-height:1}.top-menu i.icon-heart-o{margin-top:-.2rem}.top-menu span{margin-left:.3rem}.header-dropdown{position:relative;padding-top:.8rem;padding-bottom:.8rem;margin-right:.75rem;margin-left:.75rem}.header-dropdown+.header-dropdown{margin:auto 2.9rem}.header-dropdown>a,.header-dropdown>span{position:relative;display:inline-flex;padding-top:.2rem;padding-bottom:.2rem;padding-right:2.2rem;align-items:center;text-transform:uppercase}.header-dropdown>a:after,.header-dropdown>span:after{font-family:molla;content:"";position:absolute;right:0;top:50%;display:inline-block;font-size:1.2rem;line-height:1;margin-top:-.7rem}.header-dropdown a:focus,.header-dropdown a:hover{text-decoration:none}.top-menu,.top-menu .header-menu{display:block!important}.top-menu .header-menu{position:absolute}.top-menu ul{position:unset!important;display:block!important}.header-dropdown .header-menu{visibility:hidden;opacity:0}.header-dropdown.open .header-menu{visibility:visible;opacity:1}.header-menu{position:absolute;top:80%;z-index:20;padding-top:.6rem;padding-bottom:.6rem;min-width:140px;background-color:var(--first-bg-color);box-shadow:2px 5px 8px rgba(0,0,0,.05),-2px 5px 8px rgba(51,51,51,.05);transition:all .25s;margin-top:1px;border-radius:.5rem}.header-menu ul{left:0;top:0}.header-menu li{padding:0}.header-menu li:hover:not(.active-lang){background-color:rgba(247,148,29,.2)}.header-menu li button{color:var(--first-text-color);padding:.7rem 1.2rem;margin:auto;width:100%}.header-menu .active-lang{background-color:#f7941d}.header-menu:before{content:"";display:block;width:100%;height:.1rem;position:absolute;top:-1px;left:0}.header-menu ul{list-style:none;padding:0;margin:0}.header-menu ul li{margin:0;border:1px solid var(--border-color);border-radius:.5rem;margin:.5rem 1rem!important}.header-menu ul a{padding:.3rem 1.5rem;display:flex;align-items:center;white-space:nowrap}.header-menu a{color:inherit}.header-middle{border-bottom:.1rem solid var(--border-color)!important;display:flex;align-items:center;height:120px;overflow:hidden}.header-middle .menu>li>a{letter-spacing:.01em}.header-middle .menu.sf-arrows>li>.sf-with-ul{padding-right:1.5rem}.header-middle p{color:#fff}.search-icon{z-index:999}.dropdown-cart-products::-webkit-scrollbar,.dropdown-menu.dropdown-menu-right::-webkit-scrollbar{width:7px;height:20px}.dropdown-cart-products::-webkit-scrollbar-thumb,.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb{background:#ebebeb;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,.compare-dropdown{display:flex;align-self:stretch;align-items:center}.cart-dropdown .dropdown-toggle,.compare-dropdown .dropdown-toggle{position:relative;display:flex;align-items:center;text-decoration:none!important;line-height:1;color:#333}.cart-dropdown .dropdown-toggle:after,.compare-dropdown .dropdown-toggle:after{display:none}.cart-dropdown .dropdown-menu,.compare-dropdown .dropdown-menu{max-height:425px;overflow-y:auto;display:block;width:300px;padding:2.2rem 3rem 2rem;z-index:100;font-size:1.3rem;z-index:1001;margin:1px 0 0;border-radius:0;border:none;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05);background-color:#fff;transition:opacity .2s}.cart-dropdown .dropdown-menu:before,.compare-dropdown .dropdown-menu:before{content:"";display:block;position:absolute;bottom:100%;left:0;right:0;height:1px}.cart-dropdown .dropdown-menu.dropdown-menu-right,.compare-dropdown .dropdown-menu.dropdown-menu-right{right:-1px}.cart-dropdown .btn-remove,.compare-dropdown .btn-remove{position:absolute;top:50%;right:0;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:#ccc;font-size:1.3rem;line-height:1;text-align:center;margin-top:-1.2rem}.cart-dropdown .btn-remove:focus,.cart-dropdown .btn-remove:hover,.compare-dropdown .btn-remove:focus,.compare-dropdown .btn-remove:hover{color:#333}.cart-dropdown.show .dropdown-menu,.cart-dropdown:hover .dropdown-menu,.compare-dropdown.show .dropdown-menu,.compare-dropdown:hover .dropdown-menu{visibility:visible;opacity:1;transform:translateY(-50px)}.compare-dropdown{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.compare-dropdown .dropdown-toggle{font-size:2.6rem}.compare-products{list-style:none;padding:0;margin:0}.compare-product{position:relative;padding:.5rem 0;margin:0;box-shadow:none!important}.compare-product:hover{box-shadow:none}.compare-product-title{color:var(--first-text-color);font-weight:300;font-size:1.3rem;line-height:1.35;margin:0 1.5rem 0 0;letter-spacing:-.01em}.compare-product-title a{color:inherit}.compare-actions{display:flex;align-items:center;margin-top:2rem}.compare-actions .action-link{font-size:1.3rem;color:var(--first-text-color)}.compare-actions .action-link:focus,.compare-actions .action-link:hover{text-decoration:underline}.compare-actions .btn{font-size:1.3rem;min-width:110px;padding-top:.65rem;padding-bottom:.65rem}.icon-search{z-index:5}.cart-dropdown{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.cart-dropdown .dropdown-toggle{font-size:3.2rem}.cart-dropdown .dropdown-toggle i{position:relative;top:-3px;display:inline-block;font-size:38px!important}.cart-dropdown .cart-count{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:50%;font-weight:400;font-size:1rem;line-height:1;margin-left:.2rem;margin-top:.1rem;color:#fff;z-index:1}.cart-dropdown .dropdown-cart-products{max-height:27.9rem;margin-top:-1rem;overflow-y:auto}.cart-dropdown .product{position:relative;display:flex;align-items:center;padding:1.6rem 2.4rem 1.6rem 0;box-shadow:none;margin:0!important;border:none;border-bottom:1px solid var(--border-color);box-shadow:none!important}.cart-dropdown .product-image-container{position:relative;max-width:60px;margin:0}.cart-dropdown .product-title{font-weight:400;font-size:1.3rem;line-height:1.3;color:#666;text-align:left;margin-bottom:.4rem}.cart-dropdown .product-title a{color:inherit}.cart-dropdown .product-title-2{font-weight:400;font-size:.9rem;line-height:1.3;color:rgba(247,148,29,.75);text-align:left;margin-bottom:.4rem;padding:.25rem;border-radius:5px;background:rgba(247,148,29,.05)}.cart-dropdown .product-title-2 a{color:inherit}.cart-dropdown .product-title-2 a:focus,.cart-dropdown .product-title-2 a:hover{color:#f7941d}.cart-dropdown .product-cart-details{font-weight:400;max-width:150px;font-size:1.3rem;color:#999;text-align:left}.cart-dropdown .btn-primary{color:#fff;background-color:#f7941d;border-color:#f7941d}.cart-dropdown .btn-primary:focus,.cart-dropdown .btn-primary:hover{color:#f7941d;border-color:#f7941d;background-color:#fff}.dropdown-cart-total{padding:1rem 0 .5rem;display:flex;align-items:flex-end;font-size:1.4rem;font-weight:400;text-transform:uppercase;color:var(--first-text-color);margin-bottom:1.1rem}.dropdown-cart-total .cart-total-price{font-size:1.5rem}.dropdown-cart-action{display:flex;align-items:center;justify-content:space-between;padding:0 0 .5rem}.dropdown-cart-action .btn{font-size:1.3rem;min-width:110px;padding-top:.75rem;padding-bottom:.75rem}.wishlist-link{display:flex;align-items:center;justify-content:center;color:var(--first-text-color);font-size:2.6rem;line-height:1;margin-left:2.4rem}.wishlist-link i{display:inline-block;margin-top:-2px}.wishlist-link .wishlist-count{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:50%;font-weight:400;font-size:1rem;line-height:1;margin-left:.7rem;margin-top:.1rem;color:#fff;z-index:1}.search-toggle{position:relative;display:block;font-size:2.4rem;line-height:1;min-width:2.5rem;padding:.3rem .2rem;font-weight:400;color:#333;text-align:center;z-index:11}.search-toggle.active,.search-toggle:focus,.search-toggle:hover{outline:none!important}.header-search{position:relative;margin:0;line-height:1;padding:0;border:none}.header-search .header-search-wrapper{position:absolute;right:-1.4rem;top:50%;margin-top:-20px;display:none;align-items:stretch;overflow:visible;width:100%;padding-inline:5px;min-width:150px;background-color:#fff;border:.1rem solid #ebebeb;border-radius:20px;z-index:10}.header-search .header-search-wrapper:not(.search-wrapper-wide){animation-duration:.3s}.header-search .header-search-wrapper:not(.search-wrapper-wide):not(.show){animation-name:fadeOut}.header-search .header-search-wrapper:not(.search-wrapper-wide).show{animation-name:fadeIn}.header-search .header-search-wrapper.show{display:flex}.header-search form{margin:0}.header-search .select-custom{flex:0 0 200px;max-width:200px;padding-right:0;margin:0;align-self:center}.header-search .select-custom:before{content:"";display:block;position:absolute;left:0;top:50%;width:.1rem;height:2.6rem;margin-top:-1.3rem;background-color:#ebebeb}.header-search .select-custom:after{right:2rem;color:#999;font-size:1.2rem}.header-search .form-control,.header-search select{line-height:1;font-weight:400;font-size:1.4rem;letter-spacing:0;background-color:#fff;margin:0}.header-search .form-control{flex:1 1 auto;padding:.9rem 5rem .9rem 2.3rem;width:100%;margin:0;height:38px;line-height:20px;border:none;border-radius:20px;box-shadow:none}.header-search select{width:100%;border:none;line-height:38px;height:38px;color:#777;padding:.1rem 4rem .1rem 2rem;border-radius:0;-moz-appearance:none;-webkit-appearance:none}.header-search select:focus{outline:none!important}.header-search option{font-size:1.3rem;padding:.1rem .3rem}.header-search .btn{flex:0 0 40px;max-width:40px;height:40px;font-weight:400;font-size:1.8rem;line-height:1;border:0;padding:0;margin:0 5px 0 10px!important;min-width:0;cursor:pointer;margin-top:-1px;margin-right:-1px;margin-bottom:-1rem;border-radius:0 20px 20px 0}.header-search .btn i{margin:0!important}.header-search-extended{margin-right:19rem;width:100%;max-width:570px;margin-top:2.2rem;margin-bottom:2.2rem}.header-search-extended .header-search-wrapper{border-radius:30px}.header-search-extended .form-control,.header-search-extended select{font-weight:300}.header-search-extended .form-control{height:44px;padding-top:1.2rem;padding-bottom:1.2rem;padding-right:2.4rem;border-radius:30px 0 0 30px}.header-search-extended select{line-height:44px;height:44px}.header-search-extended .btn{flex:0 0 70px;max-width:70px;height:46px;font-size:2rem;border-radius:0 30px 30px 0}.header-search-visible .search-toggle{display:none}.header-search-visible .header-search-wrapper{position:static;left:auto;right:auto;top:auto;margin-top:0;display:flex;z-index:999}.header-search-visible .header-search-wrapper:not(:lang(ar)){padding:0 1.5rem}.header-search-no-radius .btn,.header-search-no-radius .form-control,.header-search-no-radius .header-search-wrapper{border-radius:0}.header-search-no-round .header-search-wrapper{border-radius:.3rem}.header-search-no-round .form-control{border-radius:.3rem 0 0 .3rem}.header-search-no-round .btn{border-radius:0 .3rem .3rem 0}.mobile-menu-toggler{border:none;background:transparent;font-size:2.8rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-bottom .mobile-menu-toggler{margin-top:.55rem;margin-bottom:.55rem;margin-left:-.4rem}.menu .megamenu.demo{width:70vw;height:65vh;min-width:95rem;left:1rem;overflow-x:hidden;overflow-y:scroll}.menu .megamenu.demo::-webkit-scrollbar{height:10px;width:7px}.menu .megamenu.demo::-webkit-scrollbar-thumb{background:#ebebeb;border-radius:10px}.menu .megamenu.demo::-webkit-scrollbar-track{background:#fff;border-radius:10px;margin:8px;width:100%}.menu .megamenu.demo .demo-item.hidden{opacity:0;max-height:0;padding-bottom:0;overflow:hidden;transform:translateY(50px);transition:all .5s}.menu .megamenu.demo .demo-item.show{opacity:1;max-height:100%;padding-bottom:3rem;transform:translateY(0)}.disabled-hidden{opacity:0;width:0;height:0;padding:0!important;overflow:hidden}.header-intro-clearance .header-bottom .header-left,.header-intro-clearance .header-middle .header-left{flex-grow:0;flex-shrink:0;margin:0}.header-intro-clearance .header-bottom .header-center,.header-intro-clearance .header-middle .header-center{flex:.5 1;margin:0}.header-intro-clearance .header-bottom .menu>li>a{font-size:1.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{margin-left:.7rem}.header-intro-clearance .header-bottom .header-left{align-self:stretch}.header-intro-clearance .header-bottom .header-right p{padding-right:.5rem;font-size:1.4rem;font-weight:500;letter-spacing:-.01em}.header-intro-clearance .header-bottom .header-right .highlight{color:#333}.header-intro-clearance .header-bottom .header-right i{color:#333;font-size:1.6rem;letter-spacing:-.01em;margin-right:1.5rem}.header-intro-clearance .top-menu{text-transform:none}.header-intro-clearance .header-dropdown>a,.header-intro-clearance .header-dropdown>span{padding-right:1.8rem;text-transform:none}.header-intro-clearance .header-dropdown>a:after,.header-intro-clearance .header-dropdown>span:after{font-size:1rem;margin-top:-.6rem}.header-intro-clearance .dropdown.category-dropdown{width:275px;max-width:95%}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle{color:#333;text-transform:none;padding-left:5.5rem;min-width:100%}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i{font-size:1rem;position:absolute;right:1.5rem}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle:before{height:0}.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle:after{font-weight:400;position:absolute;margin-left:0;left:1.5rem}.header-intro-clearance .account,.header-intro-clearance .cart-dropdown,.header-intro-clearance .compare-dropdown,.header-intro-clearance .wishlist{display:flex;align-self:stretch;align-items:normal}.header-intro-clearance .account>a,.header-intro-clearance .cart-dropdown>a,.header-intro-clearance .compare-dropdown>a,.header-intro-clearance .wishlist>a{display:flex;flex-direction:column;align-items:center;justify-content:center}.header-intro-clearance div.icon{position:relative;height:3.2rem}.header-intro-clearance .account a{font-size:3rem;color:#333;line-height:1}.header-intro-clearance .wishlist a{font-size:2.8rem;color:#333;line-height:1}.header-intro-clearance .cart-dropdown .cart-count,.header-intro-clearance .wishlist .wishlist-count{min-width:1.6rem;height:1.6rem}.header-intro-clearance .wishlist .wishlist-count{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:400;font-size:1rem;line-height:1;color:#fff;position:absolute;top:0;right:-.5rem}.header-intro-clearance .cart-dropdown .cart-count{position:absolute;top:0;right:-.3rem}.header-intro-clearance .account,.header-intro-clearance .cart-dropdown,.header-intro-clearance .wishlist{-webkit-padding-start:1rem;padding-inline-start:1rem}.header-intro-clearance .account .dropdown-toggle,.header-intro-clearance .cart-dropdown .dropdown-toggle,.header-intro-clearance .wishlist .dropdown-toggle{color:#333}.live-search-list{left:0;right:0;width:auto;position:absolute;top:100%;min-width:550px;z-index:99;display:none}.header-search.show .live-search-list{display:block}.live-search-list .product-price{font-size:12px}.autocomplete-suggestions{color:#8d8d8d;background-color:#f4f4f4;border:1px solid #fff;padding:15px;border-radius:0;max-height:70vh;overflow-x:hidden;overflow-y:auto}.autocomplete-suggestions::-webkit-scrollbar{width:5px}.autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:0;background:hsla(0,0%,80%,.5)}.autocomplete-suggestion{display:flex;align-items:center;color:#8d8d8d;background-color:#f4f4f4;padding:10px .5em;line-height:1.5em;min-height:0;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);white-space:normal}.autocomplete-suggestion .search-price{color:#222529;font-weight:600}.autocomplete-suggestion img{width:40px;height:40px;border-radius:20px;margin-right:10px;object-fit:cover}.autocomplete-suggestion img[lazy=loading]{padding-top:40px!important}.autocomplete-suggestion img+.search-name{padding-left:.5em}.autocomplete-suggestion .search-name{flex:1 1}.autocomplete-suggestion:hover{background-color:#ededed}.autocomplete-suggestion:last-child{border-bottom:none}@media screen and (min-width:992px){.mobile-menu-toggler{display:none}}@media screen and (min-width:1200px){.menu .megamenu.demo{width:1168px}}@media screen and (min-width:1600px){.header .container-fluid .megamenu-container{position:relative}.header .container-fluid .megamenu-container .megamenu{right:auto;width:1170px}}@media screen and (max-width:991px){.top-menu:not(.top-link-menu),.top-menu:not(.top-link-menu)>li{display:flex;align-items:center;align-self:stretch}.top-menu:not(.top-link-menu)>li{white-space:nowrap}.top-menu:not(.top-link-menu)>li>a{display:block;padding-left:0;padding-right:0}.top-menu:not(.top-link-menu) ul{display:block;position:absolute;right:0;top:100%;z-index:20;padding-top:.6rem;padding-bottom:.6rem;min-width:142px;margin-top:1px;background-color:var(--first-bg-color);border-radius:1rem;box-shadow:2px 5px 8px rgba(51,51,51,.05),-2px 5px 8px rgba(51,51,51,.05);text-transform:capitalize}.top-menu:not(.top-link-menu) ul:before{content:"";display:block;width:100%;height:.1rem;position:absolute;top:-1px;left:0}.top-menu:not(.top-link-menu):focus ul,.top-menu:not(.top-link-menu):hover ul{visibility:visible;opacity:1}.top-menu:not(.top-link-menu) a{padding:.3rem 1.5rem}.top-menu.top-link-menu ul{min-width:180px}.top-menu>li{padding-top:.75rem;padding-bottom:.75rem}.top-menu .header-dropdown{padding:0}.top-menu .header-dropdown ul:lang(ar){left:-100%;right:100%}.top-menu .header-dropdown ul:not(:lang(ar)){left:-50%;right:100%}.header-search-extended{margin-right:0}.header-search-extended .btn{height:40px}.header-search-extended .form-control{height:38px;padding-top:.9rem;padding-bottom:.9rem}.header-search-extended select{height:38px;line-height:38px}.header-search-visible .search-toggle{display:block}.header-bottom{display:none}}@media screen and (max-width:575px){.header-search .search-wrapper-wide{width:300px}.compare-dropdown,.header-search .select-custom,.wishlist-link{display:none}.cart-dropdown{-webkit-padding-start:1.4rem;padding-inline-start:1.4rem}.compare-dropdown .dropdown-menu.dropdown-menu-right{right:-5rem}}@media screen and (max-width:479px){.header-intro-clearance .account,.header-intro-clearance .cart-dropdown,.header-intro-clearance .wishlist{-webkit-padding-start:2rem;padding-inline-start:2rem}}@media(max-width:340px){.header-search .search-wrapper-wide{width:260px}.account,.compare-dropdown,.wishlist,.wishlist-link{display:none!important}}.header-3{color:#fff}.header-3,.header-3 .header-top{background-color:var(--second-bg-color)}.header-3 .header-top .container-fluid:after,.header-3 .header-top .container:after{height:.1rem;background-color:var(--border-color)}.header-3 .header-top .header-left i{font-size:1.6rem}.header-3 .header-middle{border-bottom:none}.header-3 .header-bottom{background-color:var(--card-bg-color)}.header-3 .header-bottom .menu>li>a:before{bottom:0;top:unset}.header-3 .account a,.header-3 .wishlist a{color:#fff}.header-3 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,.header-3 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,.header-3 .mobile-menu-toggler,.header-3 .search-toggle:not(:hover):not(:focus),.header-3 .wishlist-link:not(:hover):not(:focus){color:#dededf}.header-3 .cart-count,.header-3 .wishlist .wishlist-count{color:#333}.header-3 .header-bottom{border-bottom:.1rem solid var(--border-color)}.header-3 .header-bottom .header-right p{padding-right:0}.header-3 .header-search-extended .btn{max-width:20px;margin-left:1rem;height:46px;font-size:2.2rem;background-color:transparent;color:#333}.header-3 .header-search-extended .form-control{border-top-right-radius:3rem;border-bottom-right-radius:3rem;height:44px;padding:1rem 2.4rem 1rem .5rem}.header-3 .btn-primary.focus,.header-3 .btn-primary:focus,.header-3 .btn-primary:hover,.header-3 .btn-primary:not(:disabled):not(.disabled).active,.header-3 .btn-primary:not(:disabled):not(.disabled):active,.header-3 .show>.btn-primary.dropdown-toggle{color:#f7941d;background-color:transparent}@media screen and (max-width:991px){.header-3 .header-search-visible .header-search-wrapper{border-color:#dadada}.header-3 .header-search-visible .header-search-wrapper:before{border-bottom-color:#dadada}}@media screen and (max-width:575px){.header-3 .cart-dropdown,.header-3 .compare-dropdown,.header-3 .wishlist{padding-left:1.4rem}}@media screen and (max-width:1119px){.header-intro-clearance .header-bottom .container:after,.header-intro-clearance .header-bottom .container:before{visibility:hidden}}@media screen and (max-width:1100px){.header-intro-clearance .header-bottom .header-right i{visibility:hidden}}@media screen and (max-width:399px){.header-intro-clearance .account,.wishlist{display:none}}.check-top-menu ul{display:flex;justify-content:center;align-items:center}.check-top-menu .megamenu-container{margin:1.5rem 1rem 0}.check-top-menu .labil-toggle{color:#fff!important;white-space:nowrap!important}.szh-menu-button{padding:0}.iconButton{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-wrap:nowrap;display:flex;font-size:15px;background-color:var(--card-bg-color);border-radius:.5em;padding:.7em;cursor:pointer;color:var(--first-text-color);justify-content:center}.iconButton.with-text{padding:.7em 1.4em}.iconButton div.button-badge{text-wrap:nowrap;background-color:var(--card-bg-color);color:var(--first-text-color);padding:.2em .5em 0;border-radius:50px;-webkit-margin-start:.5em;margin-inline-start:.5em;min-width:2.5em;text-align:center;opacity:.9;overflow:hidden;font-size:.8em}.iconButton:hover:not(.checked){background-color:rgba(247,148,29,.3)}.iconButton i{font-size:1.5em;aspect-ratio:1;align-self:center}.iconButton .molla-icon{all:unset;font-size:1.3em;position:relative;align-self:center;line-height:1}.iconButton.with-text span{-webkit-margin-start:5px;margin-inline-start:5px}.iconButton.small{font-size:12px}.iconButton.in-header{padding:.2em .7em .4em;background-color:var(--first-bg-color);font-size:14px}.iconButton.in-header:hover{color:#fff}.iconButton.in-header.checked{background-color:#f7941d;color:#fff}.iconButton.red-bg{background-color:rgba(255,0,0,.13);color:red}.iconButton.red-bg:hover{background-color:rgba(255,0,0,.705);color:#fff}.iconButton.outline{font-size:17px;max-width:400px;margin-inline:auto;box-shadow:inset 0 0 20px rgba(247,148,29,.2);border:1px solid #f7941d;background-color:transparent;color:var(--first-text-color)}.iconButton.outline div.button-badge,.iconButton.outline:hover{background-color:#f7941d;color:#fff}.iconButton.outline:hover div.button-badge{background-color:#fff;color:#f7941d}.iconButton.select-box span{font-size:1.2em}.iconButton.select-box{border:1px solid var(--border-color);min-width:150px;position:relative;-webkit-padding-end:3em;padding-inline-end:3em}.iconButton.select-box i{font-size:1em;display:block;position:absolute}.iconButton.select-box i:lang(ar){left:1em}.iconButton.select-box i:not(:lang(ar)){right:1em}.iconButton.select-box.on-dark{background-color:var(--first-bg-color)}div.icon-container.flex-wrap{flex-wrap:wrap!important}div.icon-container{display:flex;flex-flow:row;padding:10px;align-items:center;gap:5px}div.icon-container div.spacer{flex-grow:1;align-self:center}div.icon-container div.spacer ol{padding:0;flex-wrap:nowrap}div.icon-container div.spacer ol li{text-wrap:pretty}.m-body-menu{box-shadow:0 0 10px rgba(0,0,0,.144)}[theme=dark] .m-body-menu{box-shadow:0 0 20px rgba(0,0,0,.548)}.m-body-menu{font-size:1.2rem;color:var(--first-text-color);padding:5px;border-radius:1rem}.m-body-menu .b-menu-item+.b-menu-item{margin-top:5px}.m-body-menu .szh-menu__item{justify-content:center;padding:.1rem 1.2rem .5rem!important;border-radius:.6rem;color:var(--first-text-color)}.m-body-menu .szh-menu__item:hover{background-color:hsla(0,0%,71%,.255)}.m-body-menu .b-menu-item{justify-content:start}.m-body-menu .b-menu-item:hover{color:var(--first-text-color);background-color:hsla(0,0%,71%,.255)}.m-body-menu .b-menu-item.active{color:#fff;background-color:#f7941d}.m-body-menu .b-menu-item i{-webkit-margin-end:1rem;margin-inline-end:1rem;font-size:2em}.m-body-menu .b-menu-item a{align-self:self-start;display:flex;flex-direction:row;color:var(--first-text-color)!important;flex-wrap:nowrap;justify-content:center;align-items:center;padding:0!important;margin:0!important}.m-body-menu .b-menu-item a i{margin:.2em;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#f7941d;font-size:2rem;background-color:transparent}.m-body-menu input{background-color:var(--first-bg-color);border:1px solid var(--border-color);margin:10px;text-align:center;font-size:15px;padding:5px;border-radius:5px;width:90px}.m-body-menu{min-width:150px;font-size:1.5rem;filter:drop-shadow(4px 4px 4px rgba(0,0,0,.1450980392));background-color:var(--card-bg-color)}.m-body-menu .szh-menu__arrow{background-color:var(--card-bg-color);border:none}i.icon-bars{background-color:hsla(0,0%,50%,.31);padding:7px;border-radius:5px;-webkit-margin-end:5px;margin-inline-end:5px;line-height:1em;aspect-ratio:1}i.icon-bars:hover{background-color:rgba(247,148,29,.3)}.main-nav{margin-left:2rem;display:none}.menu,.menu ul{margin:0;padding:0;list-style:none}.menu{display:flex;align-items:center}.menu li{position:relative}.menu li.show>ul,.menu li:hover>ul{display:block}.menu li.show>.megamenu,.menu li:hover>.megamenu{opacity:1;visibility:visible;top:100%}.menu .megamenu-container{position:static;margin:auto 2.5rem!important;white-space:nowrap!important}.menu ul{position:absolute;display:none;top:100%;left:0;z-index:1002}.menu ul ul{top:-1.6rem;left:100%}.menu .megamenu{position:absolute;left:1.5rem;right:1.5rem;top:-200rem;z-index:1002;opacity:0;visibility:hidden;transition:opacity .2s}.menu .megamenu.megamenu-sm{left:0;right:auto;width:456px}.menu .megamenu.megamenu-md{left:-10rem;right:auto;width:694px}.menu .megamenu div>ul,.menu .megamenu>ul{display:block;position:static;left:auto;right:auto;top:auto;bottom:auto;box-shadow:none;margin-top:0;padding:0;min-width:0}.menu .megamenu:not(:hover) .btn{transition:none}.menu .megamenu:before,.menu ul:before{content:"";display:block;position:absolute;bottom:100%;height:1px;left:0;right:0}.menu .megamenu ul,.menu ul ul{margin-top:0}.menu a:not(.btn){display:block;position:relative;text-decoration:none}.menu a:not(.btn):focus{outline:none!important}.menu{line-height:1.5}.menu li>a{color:#999;font-weight:300;font-size:1.3rem;letter-spacing:0;padding:.5rem 3rem}.menu li>a span:not(.tip){position:relative}.menu>li>a{color:var(--first-text-color);font-weight:500;font-size:1.4rem;letter-spacing:-.01em;padding:3.95rem 3rem;text-transform:uppercase}.menu>li+li{margin-left:0}.menu .megamenu,.menu ul{background-color:#fff;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.menu ul{min-width:218px;padding:1.6rem 0 2rem}.menu .megamenu .banner>a{display:block;padding:0;margin:0}.menu .megamenu li a{padding-right:0;padding-left:0}.menu .megamenu .btn{min-width:210px;text-transform:uppercase}.menu .banner{margin:0;max-width:218px;float:right;height:100%}.menu .menu-col{padding-left:3rem;padding-right:3rem;margin-top:2.2rem;padding-bottom:2rem}.menu .menu-title{color:#333;font-weight:400;font-size:1.4rem;text-transform:uppercase;margin-bottom:.6rem}.menu .megamenu-action{padding-bottom:2rem}.menu ul+.menu-title{margin-top:1.5rem}.menu .banner-content{padding-top:0}.menu .banner-content.banner-content-bottom{left:2.4rem;bottom:2.4rem}.menu .banner-content.banner-content-top{left:2rem;top:2.4rem;transform:translateY(0);-ms-transform:translateY(0)}.menu .banner-title{margin:0;font-weight:400;font-size:1.8rem;line-height:1.25;text-transform:uppercase;letter-spacing:0}.menu .banner-title span{font-size:2.4rem}.menu .banner-content-top .banner-title span{line-height:1.05;font-size:3.1rem}.demo-list{display:flex;align-items:center;flex-flow:wrap;margin:1.8rem -10px .4rem}.demo-item{color:#999;flex:0 0 20%;max-width:20%;text-align:center;padding:0 10px 3rem;margin-bottom:auto}.demo-item a{color:inherit}.demo-item a:focus .demo-bg,.demo-item a:hover .demo-bg{box-shadow:3px 10px 16px rgba(51,51,51,.05),-3px 10px 16px rgba(51,51,51,.05);background-position:bottom;transition:background-position 2s linear,box-shadow .3s}.demo-bg{min-height:16rem;background-repeat:no-repeat;background-size:cover;display:block;background-color:#f4f4f4;border:.1rem solid #ebebeb;margin-bottom:1.2rem;padding-top:80.95%;background-position:top;transition:background-position .6s linear,box-shadow .3s}.demo-title{font-weight:300;font-size:1.3rem;letter-spacing:.01em}.tip{color:#fff;display:block;position:absolute;left:100%;bottom:1.1rem;text-align:center;font-weight:400;font-size:.8rem;line-height:1;letter-spacing:0;padding:3px 1px 1px;min-width:23px;z-index:1;border-radius:0;margin-left:.5rem;text-transform:uppercase}.tip.tip-new{background-color:#a6c76c}.tip.tip-hot{background-color:#ef837b}@supports(-ms-ime-align:auto){.tip{padding:2px 1px}}.header-bottom .main-nav{margin-left:0}.header-bottom .menu .megamenu.megamenu-md{left:0}.header-bottom .menu>li+li{margin-left:1rem}.header-bottom .menu>li>a{padding:1.65rem 1rem}.header-bottom .menu>li>a:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease}.header-bottom .menu li.active>a:before,.header-bottom .menu li.show>a:before,.header-bottom .menu li:hover>a:before{transform-origin:left center;transform:scale(1)}.header-bottom .menu.sf-arrows>li>.sf-with-ul:after{right:1rem}@media screen and (min-width:992px){.main-nav{display:block}}@media screen and (max-width:1200px){.menu .megamenu.megamenu-md{width:654px}.main-nav .menu>li>ul{left:-7.3rem}.header-bottom .menu .megamenu.megamenu-md{left:-2rem}}.side-nav{position:relative;margin:0;border-radius:1rem;overflow:hidden;border:.1rem solid var(--border-color);box-shadow:1px 4px 10px rgba(0,0,0,.1)}.side-nav-title{background-color:#f7941d;color:#fff;font-weight:700}.side-nav-title h6{font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.01em;padding:.75rem 1.9rem 0;width:100%;color:#fff!important}.sort-options-container{padding:.7em .5em}.category-dropdown,.category-dropdown .dropdown-toggle{display:flex;align-self:stretch;align-items:center}.category-dropdown .dropdown-toggle{position:relative;color:#333;font-weight:500;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;text-transform:uppercase;padding:1rem 1.9rem 1rem 2rem;min-width:270px;transition:background .4s,color .1s}.category-dropdown .dropdown-toggle:after{content:"";font-family:molla;border:none;font-size:2.3rem;line-height:1;margin-left:6.7rem}.category-dropdown .dropdown-toggle:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;transition:all .35s}.category-dropdown .dropdown-toggle:hover{color:#fff;background-color:#f7941d;outline:none!important}.category-dropdown:not(.is-on):hover .dropdown-menu{display:block}.category-dropdown:not(.is-on):hover .dropdown-toggle{color:#fff!important}.category-dropdown.show .dropdown-toggle:after{content:""}.category-dropdown .dropdown-menu{left:0;width:100%;margin:0;border-radius:0;border:none;padding:0;box-shadow:0 10px 30px rgba(0,0,0,.05)}.category-dropdown .dropdown-item{color:#666;font-weight:300;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;border:.1rem solid #ebebeb;padding:.9rem 1.9rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:1rem}.category-dropdown .dropdown-item.dropdown-item-lead{color:#333;font-weight:500;background-color:#f9f9f9}.category-dropdown .dropdown-item:focus,.category-dropdown .dropdown-item:hover{background-color:#fff;outline:none!important}.category-dropdown .dropdown-item:focus.dropdown-item-lead,.category-dropdown .dropdown-item:hover.dropdown-item-lead{background-color:#f9f9f9}.menu-vertical,.menu-vertical ul{margin:0;padding:0;list-style:none}.menu-vertical{display:flex;align-items:center;position:static;line-height:1.5;flex-direction:column}.menu-vertical li{position:relative}.menu-vertical li a{transition:border .4s}.menu-vertical li.activeSubCat a{-webkit-border-start:4px solid #f7941d;border-inline-start:4px solid #f7941d;color:#f7941d;transition:background-color .5s;background-color:var(--card-bg-color)}.menu-vertical li.show>.megamenu,.menu-vertical li.show>ul,.menu-vertical li:hover>.megamenu,.menu-vertical li:hover>ul{display:block}.menu-vertical a:not(.btn){display:block;position:relative;text-decoration:none}.menu-vertical a:not(.btn):focus{outline:none!important}.menu-vertical .megamenu-container{position:static}.menu-vertical ul{min-width:218px;padding:1.6rem 0 2rem}.menu-vertical .megamenu,.menu-vertical ul{display:none;position:absolute;top:0;left:100%;z-index:1002;margin-top:0;background-color:#fff;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.menu-vertical .megamenu:before,.menu-vertical ul:before{display:none}.menu-vertical .megamenu{width:713px}.menu-vertical .megamenu.megamenu-sm{width:456px}.menu-vertical .megamenu.megamenu-md{width:694px}@media screen and (min-width:1200px){.menu-vertical .megamenu:not(.megamenu-sm):not(.megamenu-md){width:893px;min-height:100%}}.menu-vertical .megamenu div>ul,.menu-vertical .megamenu>ul{display:block;position:static;left:auto;right:auto;top:auto;bottom:auto;box-shadow:none;margin-top:0;padding:0;min-width:0}.menu-vertical .banner{margin:0;max-width:280px;float:right;border-radius:0}.menu-vertical .banner img{border-radius:0}.menu-vertical .menu-banners{margin-top:2.4rem}.menu-vertical .menu-banners .banner{float:none;max-width:100%}.menu-vertical.sf-arrows>li>.sf-with-ul{padding-right:3rem}.menu-vertical.sf-arrows .sf-with-ul{position:relative}.menu-vertical.sf-arrows .sf-with-ul:after{display:block;font-family:molla;content:"";position:absolute;right:1.8rem;top:50%;line-height:1;font-size:1.2rem;margin-top:-.6rem}.menu-vertical li>a{color:var(--first-text-color);font-weight:500;font-size:16px;letter-spacing:0;padding:.6rem 3rem}.menu-vertical li>a span:not(.tip){position:relative}.menu-vertical li>a strong{font-weight:600}.menu-vertical>li{width:100%}.menu-vertical>li>a{display:block;color:var(--first-text-color);font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.01em;border:1px solid var(--border-color);padding:.9rem 1.9rem;width:100%}.menu-vertical>li.item-lead>a{color:#333;font-weight:500;background-color:#f9f9f9}.menu-vertical>li+li{margin-left:0}.menu-vertical .menu-title{color:#333;font-weight:600;font-size:1.4rem;letter-spacing:-.01em;text-transform:capitalize;padding-bottom:1rem;border-bottom:.1rem solid #eee;margin-bottom:.7rem}.menu-vertical ul+.menu-title{margin-top:1.2rem}.menu-vertical i{display:inline-block;color:#ccc;min-width:3.4rem}.menu-vertical .menu-col{padding-left:2rem;padding-right:2rem;margin-top:1.5rem;padding-bottom:1.5rem}.menu-vertical .menu-col li>a{padding-left:0;padding-right:0}.menu-brands.menu-col{padding-top:2rem;margin-top:0!important;border-top:.1rem solid var(--border-color)}.menu-brands .brand{display:flex!important}.menu-brands .col,.menu-brands [class*=col-]{display:flex;align-items:center;justify-content:center}@keyframes fixedHeader{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:992px){.sticky-header.fixed{position:fixed;left:0;right:0;top:0;z-index:1000;animation-name:fixedHeader;animation-duration:.4s;background-color:var(--card-bg-color);box-shadow:0 3px 10px rgba(0,0,0,.4)}.sticky-header.fixed .logo{margin-top:0;margin-bottom:0}.sticky-header.fixed.header-middle .menu>li>a{padding-top:2rem;padding-bottom:2rem}}.mobile-menu-container:not(:lang(ar)){left:-280px}.mobile-menu-container:lang(ar){right:-280px}.mobile-menu-container{position:fixed;top:0;bottom:0;z-index:1001;background-color:#333;width:100%;max-width:280px;overflow-y:auto;box-shadow:.1rem 0 .6rem 0 rgba(51,51,51,.5);will-change:transform;visibility:hidden;font-size:1.2rem;line-height:1.5;transition:all .4s ease}.mobile-menu-container .social-icons{justify-content:center;margin-bottom:0}.mobile-menu-container .social-icon{width:3rem;height:3rem;font-size:1.2rem;background-color:transparent;margin-bottom:0;color:hsla(0,0%,100%,.45);border-color:hsla(0,0%,100%,.45)}.mobile-menu-container .social-icon+.social-icon{margin-left:.8rem}.mobile-menu-container .social-icon:focus,.mobile-menu-container .social-icon:hover{background-color:transparent}.mobile-menu-container .bg-white{background-color:transparent!important}.mobile-menu-wrapper{position:relative;padding:4.2rem 0}.mobile-menu-close:not(:lang(ar)){right:1rem}.mobile-menu-close:lang(ar){left:1rem}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;position:absolute;top:.7rem;padding:0;z-index:9;cursor:pointer;font-size:1.6rem;line-height:1;color:var(--first-text-color);transition:color .35s}.mobile-menu-overlay{display:block;position:fixed;left:0;top:0;bottom:0;right:0;background-color:rgba(25,25,25,.25);z-index:1000;transition:all .4s;visibility:hidden;opacity:0}.mobile-nav{padding:0;margin:0 0 2.5rem}.mobile-menu{margin:0;padding:0;list-style:none}.mobile-menu li,.mobile-menu li a{display:block;position:relative}.mobile-menu li a{padding:1rem 4.5rem 1rem 2rem;color:var(--first-text-color);border-bottom:.1rem solid var(--border-color)}.mobile-menu li a:focus,.mobile-menu li a:hover{text-decoration:none;outline:none!important}.mobile-menu li ul{margin:0;border-bottom:.1rem solid var(--border-color);overflow:hidden}.mobile-menu li ul li a{padding-top:.6rem;padding-bottom:.6rem;padding-left:3.5rem;border-bottom:none}.mobile-menu li ul li a:not(:hover):not(:focus){color:hsla(0,0%,100%,.8)}.mobile-menu li ul li:last-child ul{border-bottom:none;padding-bottom:0}.mobile-menu li ul ul{border-top:.1rem solid var(--border-color)}.mobile-menu li ul ul li a{padding-left:5rem}.mobile-menu span:not(.mmenu-btn):not(.tip){position:relative}.mobile-menu:not(.mobile-menu-light) li ul li a{padding-top:1rem;padding-bottom:1rem}.mmenu-btn{display:flex;align-items:center;justify-content:center;position:absolute;right:1rem;top:50%;z-index:10;width:3rem;height:3rem;font-size:1.2rem;color:#fff;margin-top:-1.5rem;border-radius:0;background-color:transparent;cursor:pointer;outline:none;transition:color .35s}.mmenu-btn:after{font-family:molla;content:"";display:inline-block}.open>a>.mmenu-btn:after{content:""}.mobile-search{margin:1rem 0 1.5rem;padding:0 2rem;display:flex;align-items:center}.mobile-search .form-control{height:36px;margin-bottom:0;-webkit-appearance:none;font-size:1.2rem;line-height:1.5;padding:.8rem 1.5rem;max-width:calc(100% - 36px);background-color:#333;border-color:hsla(0,0%,100%,.1)}.mobile-search .form-control::placeholder{color:hsla(0,0%,100%,.45)}.mobile-search .form-control:focus{color:#fff;background-color:#333}.mobile-search .btn{font-size:1.2rem;min-width:3.6rem;padding:.8rem .2rem;height:36px;border-radius:10px}.mobile-menu-container .tab-content{padding:0;margin:0 0 2.5rem;border:none}.mobile-menu-container .tab-content .mobile-cats-nav,.mobile-menu-container .tab-content .mobile-nav{margin-bottom:0}.mobile-menu-container .tab-pane{padding:0}.nav.nav-pills-mobile{display:flex;align-items:center;border-bottom:.1rem solid var(--border-color);margin:0 0 .2rem}.nav.nav-pills-mobile .nav-item{flex-grow:1;flex-basis:0;margin:0 0 -.1rem}.nav.nav-pills-mobile .nav-item.show .nav-link{color:#f7941d;border-bottom-color:#f7941d!important}.nav.nav-pills-mobile .nav-link{color:#fff;font-weight:600;font-size:1.3rem;line-height:1.5;border-bottom:.2rem solid transparent!important;background:none;padding:.8rem 2rem;transition:all .35s ease}.nav.nav-pills-mobile .nav-link.active,.nav.nav-pills-mobile .nav-link:focus,.nav.nav-pills-mobile .nav-link:hover{border-bottom-color:#f7941d!important}.mobile-cats-nav .mobile-menu>li>a{text-transform:capitalize}.mobile-cats-menu li a{position:relative;display:block;padding:1rem 4.5rem 1rem 2rem;color:hsla(0,0%,100%,.8);border-bottom:.1rem solid var(--border-color)}.mobile-cats-menu li a.mobile-cats-lead{font-weight:500;color:#fff}.mobile-cats-menu li a:focus,.mobile-cats-menu li a:hover{text-decoration:none;outline:none!important}@media screen and (max-width:991px){.mmenu-active .mobile-menu-overlay{visibility:visible;opacity:1}.mmenu-active:not(:lang(ar)) .mobile-menu-container{visibility:visible;transform:translateX(280px)}.mmenu-active:not(:lang(ar)) .page-wrapper{transform:translate(200px);filter:blur(5px)}.mmenu-active:lang(ar) .mobile-menu-container{visibility:visible;transform:translateX(-280px)}.mmenu-active:lang(ar) .page-wrapper{transform:translate(-200px);filter:blur(5px)}}.mobile-menu-light{background-color:var(--first-bg-color)}.mobile-menu-light .social-icon{color:#999;border-color:#999}.mobile-menu-light .mobile-menu li a,.mobile-menu-light .mobile-menu li ul{border-bottom-color:var(--border-color)}.mobile-menu-light .mobile-search .form-control{color:#666;background-color:#fff;border-color:#e5e5e5}.mobile-menu-light .mobile-search .form-control::placeholder{color:#666}.mobile-menu-light .mobile-search .form-control:focus{color:#666;background-color:#fff}.mobile-menu-light .nav.nav-pills-mobile{border-bottom-color:var(--border-color)}.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active){color:#333}.mobile-menu-light .mobile-cats-menu li a{border-bottom-color:#efefef}.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus){color:#666}.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead{color:#333}.footer{width:100%;height:auto;font-weight:300;font-size:1.6rem;color:#ededf1;background-color:var(--second-bg-color);margin-top:6rem;margin-left:auto;margin-right:auto;justify-content:center!important;display:block}.footer a{color:inherit}.footer-content{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.footer-logo{margin:20px 0 5px;justify-content:center;display:block}.center-footer{align-items:center!important;display:block;margin-left:auto;margin-right:auto}ul.list-pages{display:flex;align-items:center;font-weight:500;flex-direction:column}ul.list-pages li{display:block;padding:.5rem 0 1rem}ul.list-pages li:not(:last-child){border:none;border-bottom:1px solid var(--border-color)}.appButtons{margin-bottom:10px;text-align:center}.appButtons .appButton{display:inline-block;height:40px;margin:5px;transition:transform .5s ease}.appButtons .appButton:hover{transition:transform .5s ease;transform:scale(1.1);background-color:rgba(247,148,29,.1);border-radius:5px}.social-icons-footer{flex-flow:row wrap}.social-icon-footer,.social-icons-footer{display:flex;align-items:center;margin:auto .75rem!important}.social-icon-footer{justify-content:center;font-size:1.2rem;width:3rem;height:3rem;color:#777;background-color:transparent;border:.1rem solid #e1e2e6;border-radius:50%;text-decoration:none;opacity:1;transition:all .35s ease}.social-icon-footer:not(:last-child){margin:auto .75rem!important}.social-icon-footer:focus,.social-icon-footer:hover{color:#f7941d;border-color:#f7941d;background-color:transparent}.footer-copyright{color:#f7941d}.footer-mobile{display:flex;justify-content:space-around;align-items:center;background-color:#fff;height:70px;width:100%;position:fixed;bottom:0;left:0;right:0;box-shadow:1px 4px 10px rgba(0,0,0,.75)}.footer-mobile a{color:#f7941d}.footer-mobile a span{width:100%!important;height:100%!important}.footer-mobile a span,.footer-mobile a span span{display:flex!important;justify-content:center!important;margin:auto!important}.footer-mobile a span span{align-items:center!important;width:25px!important;height:25px!important}.footer-mobile a span img{display:flex;justify-content:center;align-items:center;width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;margin:auto}.footer-mobile a p{color:#000;font-size:12px;text-align:center;margin-top:5px}.footer-mobile-active{padding:.25rem!important;text-align:center!important;border-bottom:5px solid #f7941d!important;transition:all .35s ease}@media screen and (max-width:767px){.breadcrumb-nav .breadcrumb{justify-content:center!important;margin:0!important}.breadcrumb-nav .container{justify-content:center!important;align-items:center;flex-direction:column!important}}.breadcrumb-nav{margin-bottom:4rem;border-bottom:.1rem solid var(--border-color)}.breadcrumb-nav .container,.breadcrumb-nav .container-fluid{padding-top:1.4rem;padding-bottom:1.4rem;display:flex;justify-content:space-between;flex-wrap:wrap}.breadcrumb-nav .container .filter-num,.breadcrumb-nav .container-fluid .filter-num{display:flex;align-items:center;padding:.5rem 0 0;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.breadcrumb-nav .container .filter-num label,.breadcrumb-nav .container-fluid .filter-num label{font-size:14px;font-weight:300;align-items:center;margin:0 .25rem!important}.breadcrumb-nav .container .filter-num span,.breadcrumb-nav .container-fluid .filter-num span{align-items:center;font-size:14px;font-weight:300;color:#f7941d}.breadcrumb-nav .container .filter-num button,.breadcrumb-nav .container-fluid .filter-num button{margin:0;padding:0 2rem 4px;border:1px solid;border-radius:2rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.breadcrumb-nav .container .filter-num button:hover,.breadcrumb-nav .container-fluid .filter-num button:hover{color:#f7941d}.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:.5rem 0 0;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.breadcrumb-item{font-weight:300;font-size:1.4rem;line-height:1.5;letter-spacing:0}.breadcrumb-item i{font-size:1.3rem;vertical-align:top;margin-top:-.2rem}.breadcrumb-item i:before{margin:0}.breadcrumb-item a{color:var(--second-text-color)}.breadcrumb-item.active{color:var(--first-text-color)}.breadcrumb-item+.breadcrumb-item:lang(ar):before{transform:rotate(180deg)}.breadcrumb-item+.breadcrumb-item:lang(ar):before,.breadcrumb-item+.breadcrumb-item:not(:lang(ar)):before{color:#999;content:"";font-family:molla;font-size:1.1rem;vertical-align:middle;margin-top:-.1rem}.nav-link{cursor:pointer}.nav-link:focus{outline:none!important}.nav-item,.nav-item:focus,.nav-link{outline:none}.tab-pane{padding:1.4rem 2.2rem}.tab-pane p:last-child{margin-bottom:0}.nav.nav-pills .nav-link{color:#777;font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;padding:.45rem 1rem;border-radius:0;text-align:center;text-transform:uppercase;border:none;border-bottom:.1rem solid transparent;background-color:transparent;transition:all .35s ease}.nav.nav-pills .nav-link:focus{outline:none!important}.nav.nav-pills .nav-item+.nav-item{margin-left:1rem}.nav.nav-pills .nav-item .nav-link.active,.nav.nav-pills .nav-item.show .nav-link{border-color:#d7d7d7 #d7d7d7 #f7941d}.nav-pills+.tab-content .tab-pane{padding:1.4rem 0}.nav-pills+.tab-content .tab-pane p:last-child{margin-bottom:0}.tabs-vertical{display:flex;align-items:flex-start;align-items:stretch}.tabs-vertical .tab-content-border{border-top-width:.1rem;border-left-width:0;border-bottom-left-radius:0}.tabs-vertical .nav{flex-shrink:0}.tabs-vertical .nav .nav-link{min-width:100px}.tabs-vertical .nav.nav-tabs{border-bottom-width:0;border-right-width:.1rem}.tabs-vertical .nav.nav-tabs .nav-link{border-top-left-radius:.3rem;border-top-right-radius:0;border-bottom-left-radius:.3rem}.tabs-vertical .nav.nav-tabs .nav-item{margin-bottom:0;margin-right:-1px}.tabs-vertical .nav.nav-tabs .nav-item+.nav-item{margin-left:0;margin-top:1px}.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active,.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link{border-color:#d7d7d7;border-right:none}.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-link{border-color:#ebebeb #d7d7d7 #ebebeb #ebebeb;background-color:#fafafa}.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-item.show .nav-link{border-color:#d7d7d7;border-right:none;background-color:#fff}.tab-content.tab-content-carousel>.tab-pane{display:block;visibility:hidden;height:0!important}.tab-content.tab-content-carousel>.tab-pane:not(.active){overflow:hidden!important}.tab-content.tab-content-carousel>.active{height:auto!important;visibility:visible}.react-tabs__tab-panel{visibility:hidden;opacity:0}.react-tabs__tab-panel.active,.react-tabs__tab-panel.react-tabs__tab-panel--selected,.react-tabs__tab-panel.show{visibility:visible;opacity:1;transition:all .35s}.nav.nav-border-anim .nav-link{position:relative;border-bottom:none}.nav.nav-border-anim .nav-link:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease}.form-tab .nav.nav-border-anim .nav-link:before{height:.2rem}.nav.nav-border-anim .nav-item.show .nav-link:before,.nav.nav-border-anim .nav-link.active:before{transform-origin:left center;transform:scale(1)}.nav.nav-border-anim.nav-pills-mobile .nav-link:before{height:.2rem}@media screen and (min-width:992px){.nav-pills+.tab-content.tab-pane{padding-left:1rem;padding-right:1rem}}.btn-wrap{display:inline-block;margin-bottom:2rem}.btn-wrap>span{display:block;color:#ccc;margin-bottom:.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.85rem 1.5rem;font-weight:400;font-size:1.4rem;line-height:1.5;letter-spacing:-.01em;min-width:170px;border-radius:0;white-space:normal;transition:all .3s}.btn span{line-height:1}.btn i:first-child{margin-right:1rem}.btn i:last-child{margin-left:1rem}.btn:focus{box-shadow:none}.btn:active,.btn:focus{outline:none!important}.btn:active:focus{box-shadow:none!important}.btn.btn-minwidth-sm{min-width:112px}.btn.btn-minwidth{min-width:170px}.btn.btn-minwidth-lg{min-width:218px}.btn:active{outline:none}.btn-rounded{border-radius:.2rem}.btn-round{border-radius:3rem}.btn-lg{font-weight:500;font-size:1.5rem;min-width:170px;padding:1.1rem 2rem}.btn-lg i:first-child{margin-right:1.4rem}.btn-lg i:last-child{margin-left:1.4rem}.btn-more{padding-top:1.15rem;padding-bottom:1.15rem;min-width:230px;text-transform:uppercase}.btn-link{padding:.4rem 1rem;text-decoration:none;border:none;border-bottom:.1rem solid transparent;letter-spacing:0;font-size:1.4rem;min-width:0;font-family:Poppins,sans-serif}.btn-link.btn-link-dark{color:#333}.btn-link .btn-link-dark:focus,.btn-link .btn-link-dark:hover,.btn-link:focus,.btn-link:hover{text-decoration:none}.btn-link i:first-child{margin-right:1rem}.btn-link i:last-child{margin-left:1rem}.btn-hover-text,.btn:focus .btn-text,.btn:hover .btn-text{display:none}.btn:focus .btn-hover-text,.btn:hover .btn-hover-text{display:inline-block}.btn-shadow{box-shadow:0 5px 10px rgba(0,0,0,.05)!important}.btn-shadow:active,.btn-shadow:focus,.btn-shadow:hover{box-shadow:0 5px 10px rgba(0,0,0,.15)!important}.btn-outline-white-3{color:#fff;background-color:transparent;background-image:none;border-color:#fff;box-shadow:none}.btn-outline-white-3.focus,.btn-outline-white-3:focus,.btn-outline-white-3:hover,.btn-outline-white-3:not(:disabled):not(.disabled).active,.btn-outline-white-3:not(:disabled):not(.disabled):active,.show>.btn-outline-white-3.dropdown-toggle{color:#333;background-color:#fff;border-color:#fff;box-shadow:none}.btn-outline-white-3.disabled,.btn-outline-white-3:disabled{color:#fff;background-color:transparent}.bg-image .btn-wrap>span{color:#777}.bg-image .btn-link-dark,.bg-image .btn-outline-primary.focus,.bg-image .btn-outline-primary:focus,.bg-image .btn-outline-primary:hover,.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.bg-image .btn-outline-primary.dropdown-toggle{color:#fff}.bg-image .btn-outline-dark{color:#fff;border-color:#fff}.bg-image .btn-outline-dark.focus,.bg-image .btn-outline-dark:focus,.bg-image .btn-outline-dark:hover,.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.bg-image .btn-outline-dark.dropdown-toggle{background-color:#fff;border-color:#fff}@media screen and (min-width:992px){.btn-close.btn-product{display:none}}.icon-long-arrow-right:lang(ar){transform:rotate(180deg)!important;margin-right:.5rem!important;margin-left:0!important}.product{position:relative;margin-bottom:2rem;transition:box-shadow .35s ease;background-color:var(--card-bg-color);border:.1rem solid var(--border-color);border-radius:1.5rem;text-align:left}.product .btn-cart:before{color:#f7941d;font-size:2.5rem}.product .price-item{max-width:-moz-fit-content;max-width:fit-content;height:40px}.product:hover{box-shadow:0 5px 15px rgba(0,0,0,.05)}.product-media{position:relative;display:block;background-color:transparent;margin-bottom:0;overflow:hidden}.product-media img{width:100%;height:auto;border-radius:.9rem}.product-old-price{color:var(--second-text-color);font-weight:400;position:relative;text-align:center}.product-old-price:before{opacity:.8;content:"";display:inline-block;position:absolute;top:57%;left:0;right:0;width:100%;transform:rotate(0);height:1px;background-color:#f7941d}.product-body{position:relative;padding:1.6rem 2rem;transition:all .35s ease;background-color:var(--card-bg-color);text-align:left!important;direction:ltr!important}.h-40px{height:40px!important}.sku-code{display:ltr!important;height:18px!important;width:-moz-fit-content;width:fit-content;font-size:13px!important;margin:0 0 .5rem!important;font-weight:400;color:#a5a5a5!important}.product-title{overflow:hidden;font-weight:400;font-size:1.6rem;line-height:1.25;letter-spacing:-.01em;color:var(--first-text-color);margin-bottom:.2rem;text-align:left!important}.product.product-list .order-last{display:flex;align-items:center}.product.product-list .product-content p{-webkit-line-clamp:3}.product-title a,.product.product-list .product-content p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-title a{-webkit-line-clamp:2;color:inherit}.product-cat{color:#777;font-weight:300;font-size:1.3rem;line-height:1.2;letter-spacing:-.01em;margin-bottom:.3rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-cat a{color:inherit}.product-cat a:focus,.product-cat a:hover{color:#f7941d}.product-price{display:flex;align-items:center;flex-flow:wrap;font-weight:400;font-size:1.6rem;line-height:1.25;margin-bottom:1.3rem}.new-price{color:#ef837b;margin-right:.8rem}.old-price{color:#ccc;text-decoration:line-through}.out-price{color:#f7941d}.out-text{display:block;width:100%;font-size:1.3rem;margin-top:.2rem}.product-label{position:absolute;z-index:2;top:2rem;left:2rem;font-weight:500;font-size:10px!important;line-height:1.6rem;letter-spacing:-.01em;padding:.5rem .9rem;min-width:45px;text-align:center;color:#333;background-color:#fff}.product-label+.product-label{top:5rem}.product-label.label-sale{color:#fff;background-color:#ef837b}.product-label.label-new{background-color:#e73636}.product-label.label-new,.product-label.label-top{color:#fff;width:4.6rem;height:4.6rem;min-width:0;border-radius:50%;justify-content:center;align-items:center;display:flex}.product-label.label-top{background-color:#7dd2ea}.product-label.label-out{color:#fff;background-color:#ccc}.product-label.label-primary,.product-label.label-secondary{color:#fff}.product-label-text{font-weight:400;font-size:1.3rem;line-height:1;letter-spacing:-.01em;margin-top:-.1rem}.label-circle{display:flex;align-items:center;justify-content:center;width:4.6rem;height:4.6rem;min-width:0;border-radius:50%;line-height:1}.label-circle+.label-circle{top:5.6rem}.label-circle.label-out{font-size:1.1rem}.ratings-container{display:flex;align-items:center;font-size:1.3rem;margin-bottom:1.7rem;line-height:1;white-space:nowrap}.ratings{position:relative;color:#ccc}.ratings .tooltip-text{position:absolute;left:50%;top:auto;bottom:150%;font-size:1.4rem;background-color:#333;color:#fff;padding:.7rem;text-indent:0;overflow:initial;letter-spacing:0;transform:translateX(-50%);transition:opacity .3s;opacity:0;visibility:hidden}.ratings .tooltip-text:after{content:"";position:absolute;left:inherit;top:96%;margin-left:-6px;border:6px solid transparent;border-top-color:#333}.ratings:hover .tooltip-text{opacity:1;visibility:visible}.ratings,.ratings-val{display:inline-block;font-size:1.4rem;letter-spacing:.1em;line-height:1;font-family:molla}.ratings-val:before,.ratings:before{content:"" "" "" "" ""}.ratings-val{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;color:#fcb941}.ratings-text{color:#ccc;letter-spacing:-.01em;margin-left:.8rem}.ratings-text a{color:inherit}.product-action{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;background-color:hsla(0,0%,100%,.85);z-index:10;transition:all .35s ease;opacity:0;visibility:hidden;transform:translateY(100%);border-radius:1rem 1rem 0 0}[theme=dark] .product-action{background-color:rgba(26,26,26,.85)}.product:focus .product-action,.product:hover .product-action{visibility:visible;opacity:1;transform:translateY(0)}.action-icon-top{padding-top:.8rem;padding-bottom:.8rem}.action-icon-top .btn-product{padding-top:1rem;padding-bottom:1rem;flex-direction:column;margin:auto}.action-icon-top .btn-product:before{margin-right:0}.action-icon-top .btn-product span{margin-top:.9rem;background-color:var(--first-bg-color);padding:.5rem 2rem 1rem;border-radius:2rem}.action-icon-top:before{margin-right:0}.btn-product{position:relative;display:flex;align-items:center;justify-content:center;font-size:1.8rem;min-width:auto;line-height:1;transition:all .35s ease;padding:1.9rem 0;flex-grow:1;flex-basis:auto;max-width:180px!important}.btn-product+.btn-product{border-left:.1rem dotted #e5e5e5}.btn-product:before{font-family:molla;margin-right:.9rem}.btn-product span{color:var(--first-text-color);font-weight:400;font-size:1.3rem;letter-spacing:-.01em;transition:all .35s ease;border-bottom:1px solid transparent;border-top:1px solid transparent}.btn-product:focus,.btn-product:hover{outline:none!important}.btn-product:focus span,.btn-product:hover span{border-bottom-color:#f7941d}@supports(-ms-ime-align:auto){.btn-product:before{margin-bottom:1px}}.product-action-dark{background-color:#333}.product-action-dark .btn-product:not(:hover):not(:focus) span{color:#fff}.product-action-dark .btn-product+.btn-product{border-left-color:#333}.product.product-2 .product-action-dark:before,.product.product-2 .product-action:before{position:absolute;content:"";top:1rem;bottom:1rem;right:50%;width:.1rem;background:#d1d1d3;z-index:1}.product-action-vertical{display:flex;flex-direction:column;position:absolute;right:2rem;top:2rem;background-color:transparent;z-index:10;visibility:hidden;opacity:0;transition:all .35s ease;transform:translateX(-15px)}.product:hover .product-action-vertical{visibility:visible;opacity:1;transform:translateX(0)}.btn-product-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-size:1.4rem;line-height:1;transition:all .35s ease;padding:0;border-radius:50%;background-color:#fff}.btn-product-icon:before{font-family:molla}.btn-product-icon span{display:none}.btn-product-icon:focus,.btn-product-icon:hover{color:#fff}.btn-product-icon+.btn-product-icon{margin-top:1rem}.btn-cart:before{content:""}.btn-cart.btn-select:before{content:""}.btn-wishlist{font-size:1.6rem}.btn-wishlist:before{content:""}.btn-wishlist.added-to-wishlist:before{content:""}.product-body .btn-wishlist{position:absolute;top:3.4rem;right:2rem;color:#ccc;padding:0;margin:0;background:none}.product-body .btn-wishlist:before{margin-right:0}.product-body .btn-wishlist span{display:none}.product-body .btn-wishlist:focus,.product-body .btn-wishlist:hover{background:none}.btn-quickview:before{content:""}.btn-compare:before{content:""}.btn-expandable{position:relative}.btn-expandable span{position:absolute;right:100%;top:0;bottom:0;line-height:3rem;align-items:center;display:flex;font-weight:300;font-size:1.1rem;white-space:nowrap;letter-spacing:0;min-width:100px;padding-left:1.8rem;padding-right:.4rem;color:#fff;transition:all .35s ease;opacity:0;visibility:hidden;border-top-left-radius:30px;border-bottom-left-radius:30px;transform:translateX(15px);z-index:-1}.btn-expandable:focus,.btn-expandable:hover{border-top-left-radius:0;border-bottom-left-radius:0}.btn-expandable:focus span,.btn-expandable:hover span{visibility:visible;opacity:1;transform:translateX(2px)}.product-size{padding-top:.2rem;margin-bottom:1.6rem}.product-size,.product-size a{display:flex;align-items:center}.product-size a{justify-content:center;text-align:center;width:2.1rem;height:2.1rem;font-weight:400;font-size:1.2rem;padding-top:.1rem;line-height:1;color:#666;background-color:#f7f8fa;border-radius:.2rem;transition:all .35s ease;margin-right:.5rem}.product-size a:last-child{margin-right:0}.product-size a.active,.product-size a:focus,.product-size a:hover{color:#fff;background-color:#333}.product-size a.disabled{color:#ccc;pointer-events:none}.product-nav{display:flex;align-items:center}.product-nav-dots{margin-bottom:.5rem}.product-nav-dots a,.product-nav-dots button,.product-nav-dots span{display:block;width:2rem;height:2rem;border-radius:50%;border:.2rem solid #fff;margin-right:.9rem;transition:box-shadow .35s ease;background-repeat:no-repeat;background-position:50%}.product-nav-dots a.active,.product-nav-dots a:hover,.product-nav-dots button.active,.product-nav-dots button:hover,.product-nav-dots span.active,.product-nav-dots span:hover{box-shadow:0 0 0 .1rem #ccc}.product-nav-dots a:last-child,.product-nav-dots button:last-child,.product-nav-dots span:last-child{margin-right:0}.product .product-nav-dots a,.product .product-nav-dots button,.product .product-nav-dots span{width:1.6rem;height:1.6rem;border:none}.product .product-nav-dots a.active,.product .product-nav-dots a:hover,.product .product-nav-dots button.active,.product .product-nav-dots button:hover,.product .product-nav-dots span.active,.product .product-nav-dots span:hover{box-shadow:none}.product-nav-thumbs{padding-top:.2rem;margin-bottom:1.6rem}.product-nav-thumbs a,.product-nav-thumbs span{display:flex;align-items:center;width:4.4rem;height:4.4rem;border-radius:.2rem;border:.2rem solid #fff;margin-right:.4rem;transition:box-shadow .35s ease}.product-nav-thumbs a.active,.product-nav-thumbs a:focus,.product-nav-thumbs a:hover,.product-nav-thumbs span.active,.product-nav-thumbs span:focus,.product-nav-thumbs span:hover{box-shadow:0 0 0 .1rem #ccc}.product-nav-thumbs a:last-child,.product-nav-thumbs span:last-child{margin-right:0}.product-nav-thumbs img{width:100%;border-radius:.2rem}.product-disabled{pointer-events:none}.product-disabled .btn-product,.product-disabled .btn-product-icon{pointer-events:none;color:#fff;background-color:#ccc!important}.product.text-center .product-nav,.product.text-center .product-price,.product.text-center .product-size,.product.text-center .ratings-container{justify-content:left}.product.product-2 .product-body{padding-bottom:.4rem}.product.product-2 .product-action{padding-top:1rem;padding-bottom:1rem}.product.product-2 .btn-product{padding-top:.1rem;padding-bottom:.1rem}.product.product-2 .btn-product+.btn-product{border-left-style:solid}.product.product-2 .ratings-container:last-child{margin-bottom:1.6rem}.product.product-2 .product-action-vertical{top:2rem}.product.product-2 .product-nav-dots{margin-bottom:2rem}.product-footer{display:none;padding-top:1.3rem}.product.product-3{position:relative;overflow:hidden;background-color:#fff}.product.product-3 .product-action{position:absolute;bottom:100%;border-bottom:.1rem solid #ebebeb;background-color:#fff;transform:translateY(0);transition-duration:.25s}.product.product-3 .btn-product{padding-top:1.05rem;padding-bottom:1.05rem}.product.product-3 .btn-product:not(:hover):not(:focus) span{color:#333}.product.product-3 .product-nav,.product.product-3 .product-price{margin-bottom:0}.product.product-3 .product-body{background-color:var(--first-bg-color);z-index:2}.product.product-3 .product-footer{display:block;position:absolute;bottom:0;left:0;right:0;background-color:var(--first-bg-color);transform:translateY(100%);visibility:hidden;transition:all .35s ease;padding:0 2rem 1rem}.product.product-3:hover{box-shadow:none}.product.product-4 .product-body{padding-bottom:2rem;z-index:2}.product.product-4 .product-body div:last-child{margin-bottom:0}.product.product-4 .product-action{background-color:transparent}.product.product-4 .btn-product{padding-top:1.1rem;padding-bottom:1.1rem;color:#fff;background-color:#f7941d;text-transform:uppercase}.product.product-4 .btn-product span{color:inherit;transition-duration:0s}.product.product-4 .btn-product:focus,.product.product-4 .btn-product:hover{color:#fff}.product.product-4 .btn-product:focus span,.product.product-4 .btn-product:hover span{border-bottom-color:transparent}.product.product-4 .product-title{margin-bottom:1rem}.product.product-4 .product-nav{margin-bottom:0}.product.product-4 .product-footer{opacity:0;position:absolute;left:0;right:0;display:block;padding-top:.3rem;padding-bottom:2.5rem;transition:all .35s ease;background-color:#fff;z-index:1}.product.product-4 .ratings-container{margin-bottom:0}.product.product-4:hover .product-action-vertical{transform:translate(0)}.product.product-4:hover .product-footer{opacity:1;box-shadow:0 5px 20px rgba(0,0,0,.05)}.product.product-5 .product-body{padding-bottom:1.6rem;background-color:var(--first-bg-color);transition-duration:0s;z-index:2}.product.product-5 .product-body div:last-child{margin-bottom:0}.product.product-5 .product-action{background-color:transparent}.product.product-5 .btn-product{padding-top:1.1rem;padding-bottom:1.1rem;background-color:#333}.product.product-5 .btn-product span{color:#fff;transition-duration:0s}.product.product-5 .btn-product:focus,.product.product-5 .btn-product:hover{color:#fff}.product.product-5 .btn-product:focus span,.product.product-5 .btn-product:hover span{border-bottom-color:transparent}.product.product-5 .product-title{margin-bottom:1rem}.product.product-5 .product-footer{opacity:0;position:absolute;left:0;right:0;display:block;padding-top:0;padding-bottom:2rem;transition:all .35s ease;background-color:#fff;z-index:1}.product.product-5 .ratings-container{margin-bottom:0}.product.product-5 .ratings-container+.product-nav{margin-top:1.7rem}.product.product-5 .product-nav{margin-bottom:0}.product.product-5:hover .product-footer{opacity:1;box-shadow:0 5px 20px rgba(0,0,0,.05)}.product.product-6{overflow:hidden}.product.product-6 .product-body{position:absolute;left:0;right:0;bottom:0;padding-right:2rem;padding-bottom:0;z-index:3;transform:translateY(100%)}.product.product-6 .product-action{position:static;left:auto;right:auto;bottom:auto;visibility:visible;opacity:1;transform:translateY(0);background-color:transparent;padding-top:1rem;padding-bottom:1rem;border-top:.1rem solid var(--border-color);margin-top:2.4rem}.product.product-6 .btn-product{padding-top:.1rem;padding-bottom:.1rem}.product.product-6 .btn-product+.btn-product{border-left-style:solid}.product.product-6 .product-cat{margin-bottom:.5rem}.product.product-6 .product-title{margin-bottom:1rem}.product.product-6:hover{box-shadow:none}.product.product-6:hover .product-body{transform:translateY(0)}.product.product-7 .btn-product{padding-top:1.1rem;padding-bottom:1.1rem;background-color:#fff;text-transform:uppercase;border-bottom:.1rem solid #ebebeb}.product.product-7 .btn-product:before{display:inline-block;margin-top:-.1rem}.product.product-7 .btn-product:focus,.product.product-7 .btn-product:hover{color:#fff}.product.product-7 .btn-product:focus span,.product.product-7 .btn-product:hover span{color:#fff;border-bottom-color:transparent}.product.product-7 .product-nav-thumbs{margin-bottom:1rem}.product.product-8{margin-bottom:2rem}.product.product-8 .product-media{border:.1rem solid var(--border-color)}.product.product-8 .product-body{padding:1.9rem .5rem 4rem}.product.product-8 .product-cat{color:#ccc;margin-bottom:.5rem}.product.product-8 .product-action{background-color:transparent}.product.product-8 .product-action-vertical{transform:translateY(10px)}.product.product-8 .btn-product{padding-top:1.2rem;padding-bottom:1.2rem;color:#fff;background-color:#333;text-transform:uppercase}.product.product-8 .btn-product:before{margin-top:-2px;margin-right:.6rem}.product.product-8 .btn-product span{font-size:1.4rem;color:inherit;transition-duration:0s}.product.product-8 .btn-product:focus,.product.product-8 .btn-product:focus:before,.product.product-8 .btn-product:hover,.product.product-8 .btn-product:hover:before{color:#fff}.product.product-8 .btn-product:focus span,.product.product-8 .btn-product:hover span{border-bottom-color:transparent}.product.product-8 .product-title{margin-bottom:1rem}.product.product-8 .product-price{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:#f7941d;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}.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:hover{box-shadow:none}.product.product-9 .product-nav-dots a,.product.product-9 .product-nav-dots span{width:4rem;height:5rem;border-radius:.5rem}.product.product-10:focus .product-body,.product.product-10:hover .product-body{transform:translateY(-56px)}.product.product-10:focus .product-action,.product.product-10:hover .product-action{transform:translateY(22%)}.product.product-10 .btn-expandable span{background-color:#fcb941}.product.product-10 .product-media{background-color:#fff;padding:2rem}.product.product-10 .product-image-hover{padding:2rem}.product.product-10 .product-body .btn-wishlist{width:100%;left:50%;right:0;top:4.5rem;transform:translateX(-50%)}.product.product-10 .product-body .btn-wishlist span{margin-left:.5rem;display:flex}.product.product-10 .product-body .btn-wishlist:focus,.product.product-10 .product-body .btn-wishlist:hover{color:#666}.product.product-10 .product-body .btn-wishlist:focus:before,.product.product-10 .product-body .btn-wishlist:hover:before{content:""}.product.product-10 .btn-product:focus span,.product.product-10 .btn-product:hover span{color:#f7941d;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:#f7941d}.product.product-10 .btn-cart span{text-transform:uppercase}.product.product-10 .btn-cart:before{content:""}.product.product-10 .btn-cart:focus,.product.product-10 .btn-cart:hover{color:#222;background-color:#fcb941}.product.product-10 .btn-quickview{color:#fcb941}.product.product-10 .btn-quickview:focus,.product.product-10 .btn-quickview:hover{color:#fff;background-color:#fcb941}.product.product-10 .product-title a{font-size:1.3rem;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:0;color:#333}.product.product-10 .product-title a:focus,.product.product-10 .product-title a:hover{color:#fcb941}.product.product-10 .product-price{margin-top:.8rem;color:#333}.product.product-10 .new-price,.product.product-10 .product-price{font-size:1.3rem;font-weight:700;font-family:Poppins,sans-serif;letter-spacing:0}.product.product-10 .old-price{font-size:1.3rem;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:0;text-decoration:none}.product.product-10 .product-label{left:3rem;text-transform:uppercase;font-size:1.3rem;font-weight:700;font-family:Poppins,sans-serif;letter-spacing:-.01em}.product.product-10 .product-label.label-deal{color:#fff;background-color:#ef837b;padding:.5rem 2rem;left:0;box-shadow:0 5px 10px rgba(34,34,34,.2)}.product.product-11 a:focus,.product.product-11 a:hover{color:#f7941d}.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:#f7941d;border-color:#f7941d}.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 var(--border-color);margin-left:2rem;margin-right:2rem;padding-top:.8rem;padding-bottom:.8rem}.product.product-11 .btn-product span{font-size:1.4rem}.product.product-11 .btn-product:focus,.product.product-11 .btn-product:hover{color:#fff;border-color:#f7941d;background-color:#f7941d}.product.product-11 .btn-product:focus span,.product.product-11 .btn-product:hover span{color:#fff;border-bottom-color:transparent}.product.product-11:focus,.product.product-11:hover{z-index:10}.product.product-list{box-shadow:none;padding-bottom:2rem;border-bottom:.1rem solid #ebebeb;margin-bottom:2rem}.product.product-list:last-child{border-bottom:0}.product.product-list .btn-wishlist.added-to-wishlist:before{color:#f7941d}.product.product-list .product-media,.product.product-list .product-media>a{height:100%}.product.product-list .product-media img{width:100%;height:100%;object-fit:cover}.product.product-list .product-body{padding:0}.product.product-list .product-body .btn-wishlist{top:3.1rem}.product.product-list .product-list-action{position:absolute;top:50%;width:92%;transform:translateY(-50%)}.product.product-list .product-content{color:#777;font-weight:300;font-size:1.4rem;line-height:1.43;padding-top:1rem;margin-bottom:0}.product.product-list .product-content p{margin-bottom:0}.product.product-list .product-action{position:static;left:auto;right:auto;bottom:auto;transform:translateY(0);opacity:1;visibility:visible;margin-bottom:1.2rem}.product.product-list .ratings-container{margin-bottom:1.2rem}.product.product-list .btn-product{color:#777;padding-top:0;padding-bottom:0;line-height:1.4;flex:1 1 50%;max-width:50%}.product.product-list .btn-product:before{margin-right:.5rem;padding-bottom:1px}.product.product-list .btn-product span{color:inherit;font-size:1.2rem;transition:box-shadow .35s ease,color 0s ease}.product.product-list .btn-product.disabled{pointer-events:none}.product.product-list .btn-product:focus span,.product.product-list .btn-product:hover span{color:inherit}.product.product-list .btn-product.btn-cart{border:.1rem solid #f7941d;flex:1 1 100%;max-width:100%;width:100%;text-transform:uppercase;line-height:1;padding-top:1rem;padding-bottom:1rem;transition:all .35s ease}.product.product-list .btn-product.btn-cart span{font-size:1.3rem}.product.product-list .btn-product.btn-cart:focus,.product.product-list .btn-product.btn-cart:hover{color:#fff}.product.product-list .btn-product.btn-cart:focus span,.product.product-list .btn-product.btn-cart:hover span{border-bottom-color:transparent}.product.product-list .btn-product.btn-cart.disabled{color:#ccc;border-color:var(--border-color);background-color:#fafafa}.product.product-list .btn-product.btn-cart.disabled:before{display:none}.product.product-list .btn-product.btn-quickview{padding-left:0;justify-content:center}.product.product-list .btn-product.btn-compare{padding-right:0}.product.product-list .product-nav{margin-top:2.4rem;margin-bottom:0;padding-left:.5rem}.product.product-sm{display:flex;align-items:center;margin-bottom:1rem!important}.product.product-sm:hover{box-shadow:none}.product.product-sm .product-media{flex:0 0 80px;max-width:80px}.product.product-sm .product-body{flex:1 1 auto;padding:.5rem 0 .5rem 2rem}.product.product-sm .product-cat{color:#ccc;font-weight:400;font-size:1.3rem;text-transform:uppercase;margin-bottom:.2rem}.product.product-sm .product-title{font-size:1.4rem}.product.product-sm .product-price{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}@media screen and (min-width:480px){.just-action-icons-sm .btn-product span{display:none}.just-action-icons-sm .btn-product:before{margin-right:0}}@media screen and (min-width:768px){.just-action-icons-md .btn-product span{display:none}.just-action-icons-md .btn-product:before{margin-right:0}}@media screen and (min-width:992px){.just-action-icons-lg .btn-product span{display:none}.just-action-icons-lg .btn-product:before{margin-right:0}}@media screen and (min-width:1200px){.just-action-icons-xl .btn-product span{display:none}.just-action-icons-xl .btn-product:before{margin-right:0}}@media screen and (max-width:1199px){.product.product-list .btn-product span{font-size:11px}}@media screen and (max-width:991px){:not(.product-action.action-icon-top) .btn-product.btn-quickview{padding:0;font-size:15px}.btn-product.btn-compare{padding-left:4px;padding-right:0;font-size:15px}}@media screen and (max-width:767px){.product.product-list .product-list-action{width:80%}.product.product-list .product-cat{padding-top:1rem}.product.product-list .btn-product.btn-cart{width:100%}.product.product-list .btn-product.btn-compare{justify-content:flex-end}.product.product-list .btn-product span{font-size:12px}}@media screen and (max-width:575px){.product-body.product-action-inner{padding-right:3rem}.product-body .btn-wishlist{right:.5rem}.product-3 .btn-compare,.product-3 .product-nav{display:none}.product.product-4 .product-price,.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){button.btn-cart:before{padding:5px}button.btn-cart.added:before{background-color:#f7941d;color:var(--first-bg-color);border-radius:100%}.products .ratings-container{display:none}.product-cat{font-size:1.2rem}.product-nav-dots a,.product-nav-dots button,.product-nav-dots span{width:1.8rem;height:1.8rem}.btn-product:before{margin-right:.2rem}.product-body,.product.product-3 .product-footer{padding-right:10px;padding-left:10px}.product-3 .product-body{padding-bottom:1rem}.action-icon-top .btn-product span{display:none}.product .ratings-container{flex-direction:column}.product .ratings-container .ratings-text{margin-left:0;margin-top:10px}.product.product-list .ratings-container{align-items:flex-start}}@media screen and (max-width:414px){.product-body{padding:1.6rem 1rem}}@media screen and (max-width:375px){.product-details .ratings-text{margin-top:0;margin-left:.8rem}.product.product-9:hover .product-intro{padding-bottom:10rem}.btn-expandable:focus,.btn-expandable:hover{border-radius:50%}.btn-expandable span,.product-action-dark .btn-product span{display:none}.product-body{padding-left:1rem;padding-right:1rem}.product-action-vertical{top:1rem;right:1rem}.product-label{left:1rem;top:1rem}.product-label+.product-label{top:4rem}.btn-product-icon+.btn-product-icon{margin-top:.2rem}.product.product-3 .btn-compare,.product.product-5 .btn-compare{display:none}.product:not(.product-list) .product-action .btn-product{padding-top:.8rem;padding-bottom:.8rem}.product.product-2 .product-action{padding-top:0;padding-bottom:0}.label-circle+.label-circle{top:4.6rem}.product>.product-action .btn-product{margin-left:5px;margin-right:5px}}@media screen and (max-width:1200px){.product.product-9:hover .product-action,.product.product-9:hover .product-body{transform:translateY(-60%)}}@media screen and (max-width:991px){.sticky-wrapper{z-index:1}}.social-icons{flex-flow:row wrap;margin:auto .75rem!important}.social-icon,.social-icons{display:flex;align-items:center}.social-icon{justify-content:center;font-size:1.6rem;width:4rem;height:4rem;color:var(--second-text-color);margin:auto .2rem!important;background-color:transparent;border:.1rem solid var(--second-text-color);border-radius:50%;text-decoration:none;opacity:1;transition:all .35s ease}.social-icon:not(:last-child){margin:auto .75rem!important}.social-icon:focus,.social-icon:hover{background-color:transparent}.social-icon.social-facebook{color:#8f79ed}.social-icon.social-twitter{color:#79c8ed}.social-icon.social-instagram{color:#dd6d9a}.social-icon.social-pinterest,.social-icon.social-youtube{color:#e66262}.social-icon.social-whatsapp{color:#39c}.social-icons-color,.social-icons-simple{line-height:1}.social-icons-color .social-icon,.social-icons-simple .social-icon{width:auto;height:auto;border:none}.social-icons-color .social-icon:not(:last-child),.social-icons-simple .social-icon:not(:last-child),.social-label{margin-right:2rem}.social-label{margin-bottom:0}.social-icons-sm .social-icon{font-size:1.2rem;width:3rem;height:3rem}.social-icons-sm .social-icon:not(:last-child){margin-right:.5rem}.social-icons-sm .social-label{margin-right:1rem}.social-icons-colored .social-icon.social-facebook{color:#fff;border-color:#8f79ed;background-color:#8f79ed}.social-icons-colored .social-icon.social-twitter{color:#fff;border-color:#79c8ed;background-color:#79c8ed}.social-icons-colored .social-icon.social-instagram{color:#fff;border-color:#dd6d9a;background-color:#dd6d9a}.social-icons-colored .social-icon.social-pinterest,.social-icons-colored .social-icon.social-youtube{color:#fff;border-color:#e66262;background-color:#e66262}.social-icons-colored .social-icon.social-whatsapp{color:#fff;border-color:#39c;background-color:#39c}.social-icons-colored .social-icon:focus,.social-icons-colored .social-icon:hover{background-color:#fff!important;border-color:#d7d7d7!important}.social-icons-colored .social-icon:focus.social-facebook,.social-icons-colored .social-icon:hover.social-facebook{color:#8f79ed}.social-icons-colored .social-icon:focus.social-twitter,.social-icons-colored .social-icon:hover.social-twitter{color:#79c8ed}.social-icons-colored .social-icon:focus.social-instagram,.social-icons-colored .social-icon:hover.social-instagram{color:#dd6d9a}.social-icons-colored .social-icon:focus.social-pinterest,.social-icons-colored .social-icon:focus.social-youtube,.social-icons-colored .social-icon:hover.social-pinterest,.social-icons-colored .social-icon:hover.social-youtube{color:#e66262}.social-icons-colored .social-icon:focus.social-whatsapp,.social-icons-colored .social-icon:hover.social-whatsapp{color:#39c}.sticky-content .social-icon i{line-height:0}.form-group{margin-bottom:2rem}.form-group .form-control,.form-group .select-custom{margin-bottom:0}.form-control{pointer-events:auto;height:41px;padding:.15rem 2rem;font-size:1.4rem;line-height:1.5;font-weight:300;color:#777;background-color:#fff;border:2px solid var(--border-color);border-radius:1rem;margin-bottom:2rem;transition:all .3s;outline-width:0}.form-control.read-only{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background-color:transparent!important;color:var(--first-text-color)}.form-control:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#777}.form-control:autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#777}select.form-control:not([size]):not([multiple]){height:40px}.form-control-white{border-color:#fff}.form-control:focus{color:#777;background-color:#fff;box-shadow:none;outline:none!important}.form-control::placeholder{color:#777}textarea.form-control{min-height:130px;padding-top:1.1rem;padding-bottom:1.1rem}.form-control-rounded{border-radius:.2rem}.input-group-round .form-control{border-top-left-radius:30px;border-bottom-left-radius:30px}.input-group-round>.input-group-append>.btn{border-top-right-radius:30px;border-bottom-right-radius:30px}label{color:var(--first-text-color);font-weight:300;font-size:1.4rem;margin:0 0 1.1rem}.form-text{color:#999;line-height:1.5;margin-top:0}.form-control+.form-text{margin-top:-.5rem;margin-bottom:.6rem}small.form-text{font-size:85%}.required-field>label:after{content:"*";margin:0 0 0 .45rem}.required,.required-field>label:after{color:#e02b27;font-size:1.2rem}.required+.form-footer{margin-top:.8rem}.form-footer{display:flex;align-items:center;flex-wrap:wrap;padding-top:.6rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.select-custom{position:relative;margin-bottom:1rem}.select-custom select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-custom:after{font-family:molla;content:"";position:absolute;display:inline-block;right:1.9rem;top:50%;font-size:1.5rem;transform:translateY(-51%);color:#333;z-index:-1}.select-custom .form-control,.select-custom .form-control-sm{padding-right:4rem}.form-group-custom-control{margin-top:2rem}.form-group-custom-control .custom-control{margin-top:0;margin-bottom:2rem}.form-group-custom-control+.form-group-custom-control{margin-top:-.5rem}.form-group-custom-control .custom-control-label{text-transform:none;letter-spacing:0;font-weight:400}.custom-control{position:relative;padding-left:2.6rem;margin-top:1rem;margin-bottom:1rem}.custom-control-label{position:static;margin-bottom:0;margin-top:.1rem;font-size:1.4rem;padding-left:2.6rem;margin-left:-2.6rem}.custom-control-label:hover{cursor:pointer}.custom-control-label:before{box-shadow:none!important;display:none}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#dadada}.custom-control-label:after{left:0;top:.6rem;width:1.6rem;height:1.6rem;display:none}@supports(-ms-ime-align:auto){.custom-control-label:after{top:.5rem}input.form-control{outline:0}}.custom-checkbox .custom-control-label:before{border-radius:0}.custom-checkbox .custom-control-label:after{display:flex;align-items:center;justify-content:center;color:#fff;background-image:none;font-size:1rem;font-family:molla;content:"";line-height:1;text-align:center;opacity:0;margin-top:.1rem;visibility:hidden;transition:opacity .01s}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#333;background-color:#333}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#333}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(51,51,51,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(51,51,51,.5)}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:none;opacity:1;visibility:visible}.custom-control.custom-radio .custom-control-label:before{background-color:#f9f9f9;border-color:#dadada;border-radius:50%}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#fff}.custom-control.custom-radio .custom-control-label:after{border-radius:50%;width:.6rem;height:.6rem;top:1.1rem;left:.5rem}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:none!important;z-index:2}.form-control-tooltip{position:relative;padding-right:4rem}.form-control-tooltip .input-tooltip{display:inline-block;position:absolute;right:0;top:50%;font-size:2.4rem;color:#777;transform:translateY(-50%);transition:all .3s}.form-control-tooltip .input-tooltip:focus,.form-control-tooltip .input-tooltip:hover{color:#000}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:currentColor}}.brands-card{width:100%;height:100%;background-color:var(--card-bg-color);border-radius:1rem;display:block;box-shadow:0 0 8px rgba(0,0,0,.3);transition:all .3s ease;overflow:hidden}.brands-card:hover{box-shadow:0 0 10px rgba(0,0,0,.5);scale:1.03}[theme=dark] .brands-card{box-shadow:none;border:1px solid transparent}[theme=dark] .brands-card:hover{box-shadow:0 0 10px rgba(247,148,29,.8);border:1px solid rgba(247,148,29,.8)}.brands-card img{border-radius:1rem}.brands-card .brands-body{padding:1.5rem}.brands-card .brands-body .brands-title{font-size:20px;text-align:center;font-weight:600;color:var(--first-text-color);margin-bottom:1rem}input.brand-filter{width:300px;margin:0 auto 2rem;border-radius:3rem}input.brand-filter::placeholder{color:#cfcfcf}.table{margin-bottom:3rem;border-color:var(--border-color)}.table th{font-weight:400;font-size:1.4rem;line-height:1.5;color:var(--first-text-color);text-align:center}.table td,.table th,.table thead th{border-top:none;border-bottom:.1rem solid var(--border-color);text-align:center;margin:auto}.table td,.table th{padding:1.4rem 0;white-space:nowrap}.table td{vertical-align:middle;max-width:380px}.page-controls{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;width:100%}.page-controls .page-text{text-align:center;font-size:17px}.page-controls select.form-control{text-align:center;max-width:100px;background-color:var(--card-bg-color);color:var(--first-text-color);padding:0;border-width:1px}.page-controls .page-buttons{display:flex;flex-direction:row;gap:.3rem}.page-controls .page-buttons .page-button{font-size:17px;display:inline-block;padding:.2rem 1.2rem .9rem;color:var(--first-text-color);border-radius:.4rem;background-color:var(--card-bg-color)}.page-controls .page-buttons .page-button:hover{background-color:rgba(247,148,29,.3)}.page-controls .page-buttons .page-button.active{background-color:#f7941d;color:#fff}.page-controls .page-buttons .page-button:first-child{border-start-start-radius:2rem;border-end-start-radius:2rem;-webkit-padding-start:1.8rem;padding-inline-start:1.8rem}.page-controls .page-buttons .page-button:last-child{border-start-end-radius:2rem;border-end-end-radius:2rem;-webkit-padding-end:1.8rem;padding-inline-end:1.8rem}.page-controls .page-buttons .page-button.disabled{pointer-events:none;opacity:.7}.alert{border-radius:1rem;font-weight:300;font-size:1.4rem;line-height:1.43;letter-spacing:-.01em;margin:1rem 0;padding:1rem 1.5rem;border:none}.alert .container{position:relative}.alert a{color:hsla(0,0%,100%,.7)}.alert a:focus,.alert a:hover{color:hsla(0,0%,100%,.9)}.alert .close{color:hsla(0,0%,100%,.5);font-weight:300;font-size:1.6rem;line-height:1;top:50%;transform:translateY(-50%)}.alert .close span{display:inline-block;line-height:1;padding-bottom:.2rem}.alert-primary{color:#fff}.alert-dark{color:#fff;background-color:#333}.alert-danger{color:#fff;background-color:#da2828}.alert-info{color:#fff;background-color:#32b1d6}.alert-success{color:#fff;background-color:#20cb55}.alert-warning{color:#fff;background-color:#ea8745}body{overflow-y:scroll!important}.loading-overlay{position:fixed;display:block;top:0;right:0;bottom:0;left:0;transition:all .5s ease-in-out;opacity:1;visibility:visible;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}.skeleton-body .skel-cat,.skeleton-body .skel-grid-post,.skeleton-body .skel-list-post,.skeleton-body .skel-mask-post,.skeleton-body .skel-post,.skeleton-body .skel-post-sidebar-category,.skeleton-body .skel-pro,.skeleton-body .skel-pro-single .entry-summary1,.skeleton-body .skel-pro-single .entry-summary2,.skeleton-body .skel-pro-single .entry-summary3,.skeleton-body .skel-pro-single .skel-product-gallery,.skeleton-body .skel-pro-tabs,.skeleton-body .skel-sidebar-post,.skeleton-body .skel-single-post,.skeleton-body .skel-widget{position:relative;overflow:hidden;width:100%}.skeleton-body .skel-widget:first-of-type{padding-top:0;margin-top:0}.skeleton-body .skel-pro-list{margin-bottom:2rem;padding-bottom:2rem}.skeleton-body .skel-pro-single{margin-bottom:2rem}.skeleton-body .skel-pro-single .entry-summary{margin-bottom:0}.skeleton-body .skel-pro-single .entry-summary .col-md-12+.col-md-12:before{content:none}.skeleton-body .skel-pro-single .entry-summary3:before{margin-top:3rem;min-height:390px}.skeleton-body .skel-pro-single.sticky{padding-bottom:3rem;border-bottom:1px solid #ebebeb;margin-bottom:5rem}.skeleton-body .skel-pro-single.sticky .accordion{width:100%;text-align:left}.skeleton-body .skel-pro-single .product-details,.skeleton-body .skel-pro-single .product-details-tab,.skeleton-body .skel-pro-single .product-gallery,.skeleton-body .skel-pro-single .product-lg,.skeleton-body .skel-pro-single .product-real-detail,.skeleton-body .skel-pro-single .product-sm,.skeleton-body .skel-pro-single .sidebar-product{display:none}.skeleton-body .product-main-image{width:100%}.skeleton-body .skel-pro-tabs:before{min-height:250px;background-size:100px 25px,100px 25px,150px 25px,100px 25px,100% 1px,100% 15px,100% 15px,100% 15px,100% 15px,100% 15px,80% 15px;background-position:0 0,110px 0,220px 0,380px 0,0 35px,0 55px,0 85px,0 115px,0 145px,0 175px,0 205px}.skeleton-body .skel-post{margin-bottom:5rem}.skeleton-body .skel-post:before{padding-top:calc(56.25% + 360px);background-size:100% calc(100% - 360px),40% 20px,60% 35px,20% 20px,100% 140px,20% 20px;background-position:left 0,left calc(100% - 340px + 20px),left calc(100% - 340px + 70px),left calc(100% - 340px + 105px),left calc(100% - 340px + 260px),left calc(100% - 340px + 295px)}.skeleton-body .skel-single-post:before{padding-top:calc(46.5% + 283px);background-size:100% calc(114% - 371px),4.5% 0,45% 30px,100% 25px,53% 0,100% 25px;background-position:left 0,left 0,0 calc(110.5% - 342px + 76px),0 calc(109% - 277px + 72px),12.5% calc(94% - 342px + 260px),59% calc(98% - 339px + 262px)}.skeleton-body .skel-grid-post:before{padding-top:calc(46.5% + 283px);background-size:100% calc(133% - 380px),4.5% 0,45% 20px,100% 20px,53% 0,100% 20px;background-position:left 0,left 0,50% calc(110.5% - 300px + 76px),0 calc(109% - 250px + 72px),12.5% calc(94% - 342px + 260px),59% calc(98% - 357px + 262px)}.skeleton-body .skel-mask-post{margin-bottom:2rem}.skeleton-body .skel-mask-post:before{padding-top:60%;background-size:100% 100%;background-position:left 0}.skeleton-body .skel-cat:before{content:"";display:block;padding-top:calc(100% + 60px);background-position:left 0,center calc(75% + 30px)}.skeleton-body.post-mask:before{content:none}.skeleton-body .sidebar-shop{display:none}.img-pt-100 .entry-media:before{padding-top:100%}.img-pt-30 .entry-media:before{padding-top:30%}.img-pt-47 .entry-media:before{padding-top:47%}@keyframes skeletonloading{0%{transform:skewX(-45deg) translateX(-80%)}to{transform:skewX(-45deg) translateX(80%)}}.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)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform-origin:50% 50%}to{opacity:1;transform-origin:50% 50%}}@keyframes zoomOut{0%{opacity:1;transform-origin:50% 50%}to{opacity:0;transform-origin:50% 50%}}@keyframes showMsg{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes btnFilter{0%{opacity:0;transform:translateX(-300px)}to{opacity:1;transform:translateX(0)}}@keyframes btnFilterTop{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.slide-image>img,.slide-image>picture,.slider-container-ratio .intro-slider{position:absolute;left:0;top:0;z-index:2;width:100%}.intro-slide .slide-image,.intro-slider-container{position:relative;border-radius:1rem}.intro-slide .slide-image:before,.intro-slider-container:before{display:block;content:"";width:100%}.slide-image img{display:block;width:100%;max-width:none;height:auto}button:focus{outline:none}.brand{display:flex;align-items:center;justify-content:center;min-height:8rem}.brand img{width:auto!important;max-width:55%!important;filter:grayscale(100%)}.brand:focus{outline:none!important}.title-lg{letter-spacing:-.025em}.mfp-newsletter.mfp-bg{background:#222;opacity:.6}.newsletter-popup-container{position:relative}.newsletter-popup-container .newsletter-img{position:absolute;width:calc(100% + 1px);max-width:none;height:100%;object-fit:cover}.newsletter-popup-container .banner-content-wrap{display:flex;justify-content:center;align-items:center}.newsletter-popup-container .banner-content{position:static;transform:translateY(0);padding:4.7rem 1rem;flex-grow:0;flex-shrink:0;flex-basis:calc((100% + 20px)/5*4);max-width:calc((100% + 20px)/5*4)}.newsletter-popup-container .input-group{width:85%;margin:0 auto}.newsletter-popup-container .banner-title{font-size:4.6rem;font-weight:700;letter-spacing:-.025em;color:#222;margin-bottom:1rem;text-transform:uppercase;line-height:1.4em}.newsletter-popup-container .banner-title span{color:#f7941d;font-weight:700}.newsletter-popup-container .banner-title light{font-weight:400}.newsletter-popup-container p{font-weight:400;letter-spacing:.01em;margin-bottom:3.3rem;line-height:1.73em}.newsletter-popup-container .logo{margin:2.5rem auto 1.5rem;min-height:1.5rem}.newsletter-popup-container .form-control{background-color:#f5f5f5;border-color:#f5f5f5;border-radius:0;height:4.6rem;background-clip:border-box;color:#666}.newsletter-popup-container .form-control::placeholder{color:#666}.newsletter-popup-container .form-control:focus{border-color:#f5f5f5}.newsletter-popup-container .input-group{border:none}.newsletter-popup-container .input-group .btn{min-width:7rem;background-color:#222;color:#fff;border-radius:0;text-transform:uppercase}.newsletter-popup-container .input-group .btn:focus,.newsletter-popup-container .input-group .btn:hover{background-color:#f7941d}.newsletter-popup-container .custom-control{margin-top:3rem;margin-left:auto;margin-right:auto;padding-left:0;flex-grow:0;flex-shrink:0;flex-basis:calc((100% + 20px)*.5 + 20px)}.newsletter-popup-container .custom-control-label{font-size:1.3rem;font-weight:400;letter-spacing:.01em;padding-left:2rem;position:relative}.newsletter-popup-container .custom-control-label:after,.newsletter-popup-container .custom-control-label:before{left:-.5rem;width:1.4rem;height:1.4rem;border-radius:.2rem;top:.5rem}.newsletter-popup-container .newsletter-popup-content{box-shadow:0 10px 20px rgba(34,34,34,.3)}.newsletter-popup-container .mfp-close{display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1.5rem;padding:0;font-family:molla;font-size:2rem;background-color:#fff;border-radius:50%;opacity:.6;width:3rem;height:3rem;z-index:1000}.newsletter-popup-container .mfp-close:hover{opacity:1}.newsletter-popup-container .mfp-close:before{position:relative;content:"";line-height:1;color:#333}.newsletter-popup-container .mfp-close span{display:none}.quickView-two .product-gallery-item{padding-left:.5rem;padding-right:.5rem}@supports(-ms-ime-align:auto){.newsletter-popup-container .custom-control-label:after{top:.4rem}}@media(-ms-high-contrast:active),(-ms-high-contrast:none){body{overflow-y:scroll!important}}.mfp-wrap .mfp-content{transition:all .35s;opacity:0}.mfp-wrap.mfp-ready .mfp-content{opacity:1}@media screen and (max-width:591px){.newsletter-popup-container .banner-content{flex:0 0 90%;max-width:90%}}@media screen and (min-width:992px){.quickView-two .product-gallery-item{flex:auto}.quickView-two .product-gallery-item:after,.quickView-two .product-gallery-item:before{left:0;right:0}.quickView-container.quickView-two .product-gallery-item{max-width:100%}.quickView-container button.mfp-close{right:1.9rem}.quickView-container .product-details{position:absolute;top:0;left:auto}.quickView-container .quickview-desc{overflow-y:auto}.quickView-container .quickview-desc::-webkit-scrollbar{width:5px;height:20px}.quickView-container .quickview-desc::-webkit-scrollbar-thumb{background:#ebebeb;border-radius:10px}.quickView-container .quickview-desc::-webkit-scrollbar-track{background:#fff;border-image:10px;margin:8px;width:100%}}@media screen and (max-width:575px){.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}}.btn-go-item{display:flex;justify-content:center;align-items:center;margin:1rem auto 0}.btn-go-item a{padding:.75rem 2rem;border:1px solid rgba(47,57,70,.75);background-color:rgba(47,57,70,.025);border-radius:5rem;margin:1rem auto 0;font-size:16px;color:#000}.btn-go-item a:hover{background-color:#fff}.all-catogeres{margin-top:2rem;margin-bottom:5rem}.all-catogeres h3{font-size:22px;font-weight:700;color:#000;text-align:center;margin:4rem auto;align-items:center;width:100%}.all-catogeres .category-item{width:100%;height:80px;border-radius:1rem;background-color:rgba(247,148,29,.75);display:flex;justify-content:space-around;align-items:center;transition:all .5s ease-in-out;cursor:pointer;box-shadow:1px 4px 20px rgba(0,0,0,.25)}.all-catogeres .category-item h4{font-size:16px;color:#000}.all-catogeres .category-item:hover{background-color:#f7941d}.toolbox{display:flex;align-items:center;flex-direction:column;flex-wrap:wrap;font-weight:400;font-size:1.4rem;line-height:1.5;margin-top:0;margin-bottom:2rem}.toolbox:after{display:block;clear:both;content:""}.toolbox .select-custom{margin-bottom:0}.toolbox .select-custom:after{right:.9rem;font-size:1rem}.toolbox .select-custom .form-control{font-size:1.3rem;padding-right:2rem;max-width:140px;min-width:140px;background-color:transparent;border-color:#e4e4e4}.toolbox label{font-weight:400;color:var(--first-text-color);font-size:1.2rem;letter-spacing:-.01em;margin:0}.toolbox .form-control{color:#999;font-weight:300;font-size:1.2rem;padding:.45rem 1rem;height:30px;margin-bottom:0}.toolbox .form-control:not(:focus){border-color:#d7d7d7}.toolbox select.form-control:not([size]):not([multiple]){height:30px}.toolbox-left,.toolbox-right{display:flex;align-items:center;flex-wrap:wrap}.toolbox-center{margin-top:1rem;flex:0 1 auto}.toolbox-right{margin-top:1rem;flex-direction:column}@media screen and (min-width:768px){.toolbox-right{margin-left:auto}}.toolbox-info{color:#ccc}.toolbox-info span{color:var(--first-text-color)}.toolbox-sort{display:flex;align-items:center}.toolbox-sort label{margin-right:1.6rem}.toolbox-layout{margin-top:1rem}.btn-layout{display:inline-flex;padding:.5rem}.btn-layout+.btn-layout{margin-left:.5rem}.btn-layout svg{fill:#dadada;transition:fill .35s}.btn-layout.active svg,.btn-layout:focus svg,.btn-layout:hover svg{fill:#333}.products>.row>[class*=col-]{align-items:stretch;align-content:stretch}.products .product{width:100%}.product{overflow:hidden}.shop .product-media img{filter:brightness(.94)}.btn.btn-load-more{text-transform:uppercase;min-width:190px;justify-content:space-between;padding-left:2rem;padding-right:2rem}.btn.btn-load-more i{margin:0!important}.sidebar-shop .widget{color:var(--first-text-color);margin:0 0 2rem;border-bottom:.1rem solid #ebebeb}.sidebar-shop .widget:last-child{border-bottom:none}.sidebar-shop .widget.widget-collapsible{overflow:hidden}.sidebar-shop .widget-title{color:var(--first-text-color);font-weight:400;font-size:1.8rem;line-height:1.15;letter-spacing:-.01em;margin-bottom:.7rem}.sidebar-shop .custom-control{padding-left:2.7rem;margin:0}.sidebar-shop .custom-control-label{font-weight:400;color:var(--first-text-color);cursor:pointer}.sidebar-shop .custom-control-label:before{border-radius:.2rem}.sidebar-shop.sidebar-filter .widget{padding-right:0}.sidebar-shop::-webkit-scrollbar{width:7px;height:20px}.sidebar-shop::-webkit-scrollbar-thumb{background:#ebebeb;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:400;font-size:1.4rem;letter-spacing:-.01em;margin:0}.widget-clean a{display:inline-block;font-weight:400;font-size:1.2rem;margin-left:auto}.widget-collapsible .widget-title a{position:relative;display:block;color:inherit;text-decoration:none;padding-right:3rem}.widget-collapsible .widget-title a:after{color:var(--first-text-color);content:"";display:block;font-family:molla;font-size:1.4rem;line-height:1;position:absolute;top:50%;right:1.6rem;margin-top:-.7rem}.widget-collapsible .widget-title a.collapsed:after{content:""}.widget-collapsible .widget-title a:focus{outline:none!important}.widget-collapsible .widget-title a:hover{cursor:pointer}.widget-collapsible .widget-body{padding-top:1rem;padding-bottom:2rem}.filter-item{position:relative;margin-bottom:.3rem}.filter-item a{color:var(--first-text-color)}.filter-item a.active{color:#f7941d}.filter-items-count .filter-item{padding-right:4rem}.filter-items-count .item-count{justify-content:center;position:absolute;right:1rem;top:50%;min-width:2.5rem;height:2rem;margin-top:-1rem;font-weight:300;font-size:1.3rem;border-radius:.6rem;color:#777;background-color:#f8f8f8}.filter-items-count .item-count,.sidebar-toggler{display:inline-flex;align-items:center;line-height:1}.sidebar-toggler{color:var(--first-text-color);font-weight:400;font-size:1.4rem;letter-spacing:-.01em;text-transform:uppercase;margin-right:3rem}.sidebar-toggler i{font-size:1.6rem;margin-right:.9rem}.sidebar-fixed-toggler{display:block;position:fixed;left:0;top:49vh;width:30px;height:30px;z-index:1000;color:#fff;border-top-right-radius:3px;border-bottom-right-radius:3px;background-color:rgba(0,0,0,.2);transform:translateX(0);transition:transform .35s}.sidebar-fixed-toggler i{font-size:1.8rem;line-height:1.6}.sidebar-fixed-toggler.right{left:unset;right:0;border-radius:3px 0 0 3px}.sidebar-filter-active .sidebar-fixed-toggler{transform:translateX(270px)}.sidebar-filter-active .sidebar-fixed-toggler.right{transform:translateX(-270px)}.sub-filter-items{padding-left:2.7rem}.filter-colors{display:flex;align-items:center;flex-wrap:wrap;padding-top:.7rem;padding-bottom:.5rem}.filter-colors a{position:relative;display:block;width:2.4rem;height:2.4rem;border-radius:50%;border:.2rem solid #fff;margin:0 .2rem .3rem;transition:box-shadow .35s ease}.filter-colors a:after{color:#fff;font-family:molla;content:"";font-size:1rem;line-height:1;position:absolute;left:50%;top:50%;opacity:0;visibility:hidden;transition:opacity .01s;margin-top:-.4rem;margin-left:-.5rem}.filter-colors a.selected,.filter-colors a:focus,.filter-colors a:hover{box-shadow:0 0 0 .1rem #ccc}.filter-colors a.selected:after{visibility:visible;opacity:1}@supports(-ms-ime-align:auto){.filter-colors a:after{margin-top:-.5rem}}.filter-price{padding-top:.2rem;padding-bottom:3rem}.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;margin-right:-.5rem;margin-left:1rem}}@media screen and (min-width:768px){.toolbox{flex-direction:row}.toolbox-center{margin-top:0}.toolbox-right{margin-top:0;justify-content:flex-end}}.category{padding-top:2rem;padding-bottom:2rem}.category li{transition:all .35s ease}.category li a:hover{color:#f7941d!important;cursor:pointer}.category .nav-link{color:var(--first-text-color)!important;font-weight:700!important;font-size:26px!important;line-height:1;letter-spacing:-.01em;text-transform:none!important}.nav-filter{display:block!important;position:relative;margin-top:-1.75rem!important;border-bottom:1px solid #cecece;padding-bottom:.5rem;transition:all .5s ease-in-out!important;color:var(--first-text-color)}.nav-filter i{margin:.3rem 1rem 0;font-size:18px}.nav-filter .btn{font-size:18px;border-radius:1rem;background-color:transparent!important;border:none!important;color:var(--first-text-color)!important;font-weight:500}.nav-filter .btn:hover{color:#f7941d!important}.menu-filter{position:fixed;top:0;left:0;width:300px;height:100vh;background-color:#fff;z-index:9999;transition:all .5s ease-in-out;overflow-y:auto;overflow-x:hidden;box-shadow:1px 4px 20px rgba(0,0,0,.5)}.menu-filter .menu-wrapper{width:100%;padding:1rem 0}.menu-filter .menu-wrapper .menu-close{border-radius:50%;font-size:20px;margin-right:1rem;transition:all .3s ease-in-out}.menu-filter .menu-wrapper .menu-close:hover{cursor:pointer;color:#f7941d}.menu-filter .menu-wrapper .nav{margin-top:1rem}.menu-filter .menu-wrapper .nav .nav-item{font-size:22px!important;font-weight:700;transition:all .3s ease-in-out}.menu-filter .menu-wrapper .nav .nav-item:hover{color:#f7941d}.menu-filter .menu-wrapper .nav .nav-item .nav-link{font-size:16px;font-weight:700}.menu-filter .menu-wrapper .mobile-menu{font-size:15px}.menu-filter .menu-wrapper .mobile-menu li{border-bottom:1px solid #cecece;padding-top:1rem;text-align:center;padding-bottom:1rem;transition:all .3s;cursor:pointer}.menu-filter .menu-wrapper .mobile-menu li:hover{color:#f7941d}.active-nav{animation:btnFilter .5s ease-in-out}.remove-nav{animation:btnFilterTop .5s ease-in-out;display:none}.product-details-top{margin-bottom:1rem}.product-gallery{margin-bottom:2rem}.product-main-image{position:relative;margin-bottom:1rem}.product-main-image img{max-width:none;border-radius:1rem;background-color:var(--card-bg-color);width:100%}.product-main-image .zoom-image{background-color:var(--first-bg-color)}.product-main-image .zoom-image>div{position:absolute!important;top:0;left:0;right:0;bottom:0}.product-main-image .zoom-image>div img{object-fit:cover}.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:background-color .35s ease}.btn-product-gallery:focus,.btn-product-gallery:hover{color:#fff}.product-image-gallery{display:flex;flex-flow:row wrap;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 10px)}.product-image-gallery>.row{margin-left:-5px;margin-right:-5px}.product-image-gallery>.row>*{padding-left:5px;padding-right:5px}.product-gallery-item{position:relative;display:block;flex:0 0 25%;max-width:25%;padding:0;margin:.5rem;border-radius:1rem;background-color:var(--card-bg-color);overflow:hidden}.product-gallery-item.noImage{background-color:transparent;pointer-events:none}.max-col-6 .product-gallery-item{flex:0 0 16.66%;max-width:16.66%}.product-gallery-item .img-wrapper{overflow:hidden;border-radius:0}.product-gallery-item .img-wrapper span{position:static!important}.product-gallery-item .img-wrapper span img{min-width:90%!important;min-height:90%!important}.product-gallery-item img{max-width:none;width:100%;height:100%}.product-gallery-item img.noImage{pointer-events:none}.product-gallery-item:after,.product-gallery-item:before{content:"";display:block;position:absolute;left:0;top:0;bottom:0;z-index:1}.product-gallery-item:before{opacity:0;visibility:hidden;border:1px solid #f7941d}.product-gallery-item:after{visibility:visible;opacity:.5;width:100%;background-color:var(--first-bg-color)}.product-gallery-item.active:before{visibility:visible;opacity:1}.product-gallery-item.active:after,.product-gallery-item:hover:after{opacity:0;visibility:hidden}.product-separated-item{position:relative;display:block;margin-bottom:1rem}.product-separated-item img{max-width:none;width:100%}.product-pager,.product-pager-link{display:flex;align-items:center}.product-pager-link{color:#999;position:relative;font-weight:400;font-size:1.4rem;line-height:1.3;letter-spacing:0}.product-pager-link i{color:#666;font-size:2rem;line-height:1;transition:color .1s}.product-pager-link span{display:inline-block;transition:box-shadow .3s ease}.product-pager-link:before{position:absolute;display:block;content:"";top:100%;left:0;right:0;height:10px}.product-pager-link:hover i{color:inherit}.product-pager-link:hover span{box-shadow:none}.product-pager-link:hover .product-detail{visibility:visible;opacity:1}.product-pager-link+.product-pager-link{margin-left:3rem}.product-pager-link .product-detail{position:absolute;top:calc(100% + 5px);width:12rem;padding:1rem;z-index:500;visibility:hidden;opacity:0;transition:opacity .4s;background-color:#fff;box-shadow:0 1px 4px 4px rgba(51,51,51,.05);border-top:2px solid #f7941d}.product-pager-link .product-detail img{width:120px;height:auto}.product-pager-link .product-detail .product-name{max-width:120px;text-align:center;font-size:1.2rem;font-weight:500}.product-pager-prev i{margin-right:.5rem}.product-pager-prev .product-detail{left:0}.product-pager-prev.prev-only .product-detail{left:unset;right:0}.product-pager-next i{margin-left:.5rem}.product-pager-next .product-detail{right:0}.product-details{margin-bottom:2rem}.product-details .product-title{font-weight:400;font-size:2.4rem;letter-spacing:-.025em;margin-bottom:1.2rem;margin-top:-.5rem;direction:ltr!important}.product-details .ratings-container{margin-bottom:1.3rem}.product-details .product-price{font-size:2.4rem}.product-details .new-price{margin-right:1rem}.product-details .product-content{margin-bottom:.5rem}.product-details .product-content p:last-child{margin-bottom:0}.product-details .product-nav-dots a,.product-details .product-nav-dots span{width:2rem;height:2rem}.product-details .product-nav-dots a.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.product-details .product-nav-dots a.disabled:hover{box-shadow:none}.product-details .product-cat{font-weight:400;font-size:1.4rem}.product-details .product-cat span{margin-right:.7rem;color:#666;box-shadow:none;transition:all .35s ease}.product-details .product-cat span:focus,.product-details .product-cat span:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.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;margin-right:1rem}.product-details .product-size a.active,.product-details .product-size a:focus,.product-details .product-size a:hover{background-color:transparent}.product-details .product-size a.disabled{color:#dadada;border-color:#ebebeb;background-color:transparent}.product-details .btn-product:focus span,.product-details .btn-product:hover span{box-shadow:none}.details-filter-row{display:flex;align-items:center;flex-flow:row wrap;margin:2rem 0}.details-filter-row .form-control{font-weight:400;margin-bottom:0;padding-left:1rem;padding-right:1rem;background-color:var(--card-bg-color);border-color:var(--border-color);min-width:131px;color:var(--first-text-color)}.details-filter-row .select-custom{margin-bottom:0;z-index:1}.details-filter-row .select-custom .form-control{padding-right:3rem}.details-filter-row .select-custom:after{font-size:1rem;right:.9rem;z-index:1;color:var(--first-text-color);pointer-events:none}.details-filter-row label{display:inline-block;width:67px;font-weight:400;font-size:1.4rem;margin-bottom:0}.details-filter-row .product-nav{margin-bottom:0}.details-filter-row .product-nav-thumbs{padding-top:0}.size-guide{color:#777;display:inline-flex;align-items:center}.size-guide i{font-size:1.8rem;margin-right:.7rem}.product-details-quantity{max-width:131px;flex:0 0 131px}.product-details-quantity .form-control{-moz-appearance:textfield;padding-left:2.6rem;padding-right:2.6rem;text-align:center;margin-bottom:0}.details-action-wrapper{display:flex;align-items:center;margin:1rem 0 1rem 4rem}.details-action-wrapper .btn-product{padding-top:0;padding-bottom:0;white-space:nowrap;align-self:stretch;line-height:1.4}.details-action-wrapper .btn-product:before{margin-right:1rem}.details-action-wrapper .btn-product.btn-wishlist:before{margin-top:-.2rem}.details-action-wrapper .btn-product span{font-size:1.4rem}.details-action-wrapper .btn-product+.btn-product{padding-left:1.3rem;margin-left:1.6rem}.product-details-footer{color:#777;display:flex;font-weight:400;align-items:center;flex-wrap:wrap;padding-top:.7rem;border-top:1px solid var(--border-color);padding-bottom:.7rem;justify-content:space-between}.product-details-footer .social-icon{margin-bottom:0}.product-details-footer>*{padding-top:1rem;padding-bottom:1rem}@media screen and (min-width:992px){.container-fluid .product-details-top .col-lg-7{flex:0 0 56.5%;max-width:56.5%}.container-fluid .product-details-top .col-lg-5{flex:0 0 43.5%;max-width:43.5%}}@media screen and (min-width:1700px){.container-fluid .details-filter-row .form-control{min-width:171px}.container-fluid .product-details-quantity{max-width:171px;flex:0 0 171px}}@media screen and (min-width:1700px)and (max-width:1775px){.details-fullwidth .details-action-wrapper{margin-top:1.5rem;margin-left:0}.details-fullwidth .btn-cart{margin-right:4rem}}.product-details-tab{margin-bottom:5rem}.product-details-tab .nav.nav-pills .nav-link{color:var(--first-text-color);font-size:1.6rem;padding:.55rem 3rem;border-bottom-width:.2rem;text-transform:capitalize}.product-details-tab .nav.nav-pills .nav-item+.nav-item{margin-left:2rem}.product-details-tab .tab-content{border:1px solid var(--border-color);margin-top:-1px;border-radius:.3rem}.product-details-tab .tab-content .tab-pane{padding:2.7rem 3rem}.product-details-tab .reviews .review:last-child{border-bottom:none}.product-desc-content .desc-wrapper{display:grid;width:100%}.product-desc-content table{all:unset;justify-self:center;border-collapse:separate;border-spacing:5px}.product-desc-content table tr{background-color:var(--card-bg-color)}.product-desc-content table tr td{padding:8px;border-radius:5px}.product-desc-content h2{font-weight:400;font-size:2.4rem;margin:1.8rem 0 0;color:#f7941d}.product-desc-content h3{font-weight:400;font-size:1.6rem}.product-desc-content h3,.product-desc-content h4,.product-desc-content h5{margin:1.8rem 0 0;color:#f7941d}.product-desc-content ul{list-style:none!important}.product-desc-content ul li{position:relative;font-size:14px}.product-desc-content ul li:before{content:"•";color:#f7941d;font-weight:700;display:inline-block;width:1em}.product-desc-content p a{display:block;background-color:rgba(247,148,29,.1);border:1px solid rgba(247,148,29,.6);padding:5px 25px 7px;border-radius:20px;transition:background-color .5s ease;margin:20px auto;text-align:center;min-width:-moz-fit-content;min-width:fit-content;width:100%;max-width:400px}.product-desc-content p a:focus,.product-desc-content p a:hover{color:#fff!important;background-color:#f7941d;transition:background-color .5s ease}.product-desc-content p a:before{content:"";font-family:Line Awesome Free;font-weight:900;-webkit-margin-end:5px;margin-inline-end:5px;font-size:20px}.product-desc-content blockquote{font-style:normal;font-weight:400;font-size:2.4rem;line-height:1.25;letter-spacing:-.01em;margin-bottom:1.6rem}.product-desc-content blockquote p{margin-bottom:0}.product-desc-content blockquote cite{font-weight:300;font-size:1.4rem;letter-spacing:0}.reviews h3{font-size:1.6rem;letter-spacing:-.01em;margin-bottom:2.3rem}.review{padding-bottom:1.3rem;margin-bottom:2rem;border-bottom:1px solid #ebebeb}.review:last-child{margin-bottom:0}.review .col-auto{width:120px;padding-right:2rem}.review h4{font-weight:400;font-size:1.6rem;line-height:1.25;letter-spacing:-.01em;margin-bottom:.8rem}.review h4 a{color:inherit}.review .ratings-container{padding-top:.7rem;margin-bottom:.5rem}.review .review-date{color:#ccc}.review-content{margin-bottom:.8rem}.review-action{font-size:1.2rem}.review-action a{color:#777;transition:all .35s ease}.review-action a+a{margin-left:1.6rem}.review-action i{font-size:1.4rem;margin-right:.6rem}.product-details-centered{text-align:center}.product-details-centered .details-filter-row,.product-details-centered .product-price,.product-details-centered .ratings-container{justify-content:center}.product-details-centered .product-content{max-width:470px;margin-left:auto;margin-right:auto}.product-details-centered .details-filter-row label{width:auto;margin-right:1rem}.product-details-centered .details-filter-row .form-control{min-width:104px}.product-details-centered .details-action-wrapper{margin-left:0}.product-details-centered .details-action-wrapper .btn-product+.btn-product{border-left-width:0}.product-details-centered .product-details-quantity{max-width:100px}.details-action-col{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.details-action-col .product-details-quantity{margin-right:2rem}.details-action-col label{display:inline-block;width:67px;font-weight:400;font-size:1.4rem;margin-bottom:0}.details-action-col>.btn-cart,.details-action-col>.product-details-quantity,.details-action-col>label{margin-bottom:2.2rem}.product-details-extended .nav.nav-pills{border-top:1px solid #ebebeb}.product-details-extended .nav.nav-pills .nav-item.show .nav-link{border-color:#f7941d}.product-details-extended .nav.nav-pills .nav-link{padding-top:1.2rem;padding-bottom:1.2rem;border-top:.2rem solid transparent;border-bottom:none;margin-top:-1px}.product-details-extended .tab-content{border:none}.product-details-extended .tab-content .tab-pane{padding:0}.sidebar-product{margin-left:auto;margin-right:auto}.sidebar-product .widget{margin-bottom:4.5rem}.sidebar-product .widget-title{font-size:2rem;letter-spacing:-.025em;margin-bottom:2.4rem}.sidebar-product .products{margin-bottom:3rem}.sidebar-product .btn{display:block;width:80%;margin:0 auto;text-align:center;text-transform:uppercase;white-space:nowrap}.sticky-bar{display:none}@media screen and (min-width:992px){.product-gallery-vertical .row{margin-left:-.5rem;margin-right:-.5rem;flex-direction:row-reverse}.product-gallery-vertical .btn-product-gallery{right:3rem}.product-gallery-vertical .product-image-gallery,.product-gallery-vertical .product-main-image{padding-left:0;padding-right:1rem}.product-gallery-vertical .product-main-image{flex:0 0 80%;max-width:80%}.product-gallery-vertical .product-image-gallery{display:inline-block;width:auto;flex:1 1;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:1rem;margin-inline-end:1rem}.product-gallery-vertical .product-gallery-item{flex:0 0 100%;min-width:100%;padding:0;margin-bottom:1rem}.product-gallery-vertical .product-gallery-item:after,.product-gallery-vertical .product-gallery-item:before,.sticky-bar{left:0;right:0}.sticky-bar{display:block;width:100%;position:fixed;bottom:0;z-index:500;animation-name:fixedFooter;animation-duration:.4s;background-color:#fff;box-shadow:-15px 0 43px rgba(51,51,51,.15)}.sticky-bar,.sticky-bar .row{padding-top:1rem;padding-bottom:1rem}.sticky-bar .col-6{display:flex;align-items:center}.sticky-bar .product-media{width:60px;margin-right:2rem;margin-bottom:0;flex-shrink:0}.sticky-bar .product-title{font-size:1.6rem;margin-bottom:0;letter-spacing:-.025em}.sticky-bar .product-price{font-size:1.6rem;margin-bottom:0;margin-right:2rem}.sticky-bar .product-details-quantity{margin-right:2rem;max-width:100px}.sticky-bar .btn-cart{min-width:200px;margin-right:2rem}.sticky-bar .btn-product+.btn-product{border:none}.sticky-bar .btn-wishlist{font-size:1.8rem;margin-right:2rem}.sticky-bar .btn-wishlist span{display:none}.sticky-bar .btn-wishlist:before{margin-right:0}}@media screen and (min-width:992px)and (max-width:1199px){.details-action-wrapper{margin-left:1rem}.product-details-sidebar .product-details-quantity{max-width:91px}}@media screen and (min-width:768px)and (max-width:1180px){.IE-details-action-wrapper{margin-left:0;margin-top:1.5rem}}@media screen and (min-width:992px)and (max-width:1113px){.details-fullwidth .details-action-wrapper{margin-top:1.5rem;margin-left:0}.details-fullwidth .btn-cart{margin-right:4rem}}@media screen and (min-width:1200px)and (max-width:1447px){.details-fullwidth .details-action-wrapper{margin-top:1.5rem;margin-left:0}.details-fullwidth .btn-cart{margin-right:4rem}}@media screen and (min-width:768px)and (max-width:991px){.details-action-wrapper{margin-left:0;margin-top:1.5rem}.product-details-tab .nav.nav-pills .nav-item+.nav-item{margin-left:1rem}.product-details-tab .nav.nav-pills .nav-item .nav-link{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:991px){.col-lg-3>.sticky-content{position:static!important}}@media screen and (max-width:575px){.breadcrumb-nav .d-flex{flex-direction:column;align-items:flex-start!important}.product-pager{margin-right:auto;margin-top:1rem}.product-details-tab .nav.nav-pills .nav-item+.nav-item{margin-left:0}.product.no-span .product-action span{display:none}}@media screen and (max-width:580px){.details-action-wrapper{margin-left:0;margin-top:1.5rem}.product-details-footer{flex-direction:column;align-items:flex-start}.product-details-footer .social-icons{margin-left:0}.review .row{flex-direction:column}.details-filter-row .select-custom{margin-right:1.5rem}.product-details-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%}}@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{margin-left:0}.product.product-list .btn-wishlist{justify-content:flex-start}.product.product-list .btn-product.btn-compare,.product.product-list .btn-product.btn-quickview{flex:1 1 100%;max-width:100%;padding-left:0}.product-details-centered .btn-compare,.product-details-centered .size-guide{display:none}.product-pager-link{font-size:1.3rem}}@media screen and (max-width:375px){.product-list.product .btn-product{margin-left:0!important}.product-list.product .product-price{margin-bottom:.3rem}.product-list.product .btn-product.btn-cart{font-size:15px}.product-list.product .btn-product.btn-cart span{font-size:11px}}.active-image{border:3px solid #f7941d!important;border-radius:1rem;overflow:hidden}.no-item{margin:2rem auto}.no-item span{width:300px;height:300px;justify-content:center;display:flex;margin:1rem auto}.no-item h4{text-align:center}.product-card{transition:scale .2s ease-out}.product-card:hover{scale:1.02;transition:scale .2s ease-in;box-shadow:0 0 10px rgba(0,0,0,.2)}[theme=dark] .product-card:hover{transition:scale .2s ease-in;box-shadow:0 0 10px rgba(247,148,29,.8)}.product-card{padding:1em;display:flex;overflow:hidden;flex-direction:row;gap:1em;font-size:15px;border-radius:1em;background-color:var(--card-bg-color);justify-content:flex-start;align-items:center;width:100%;margin-bottom:1em}.product-card .img-container{aspect-ratio:1;-webkit-margin-end:.7em;margin-inline-end:.7em}.product-card .img-container img{max-width:200px;border-radius:.7em;background-color:var(--first-bg-color)}.product-card .product-card-body{flex-basis:auto;padding:.5em 0;flex-grow:1}.product-card .product-card-body .product-title{font-size:1.5em}.product-card .product-card-body .product-price{color:#f7941d;font-size:2em}.product-card .product-card-body .in-stock{opacity:.7;margin:10px 0}.product-card .product-card-body .break{flex-basis:100%;height:1}.product-card .product-card-body .product-card-sku{margin:0 0 2px;width:-moz-fit-content;width:fit-content;border-radius:1em;font-size:1em;opacity:.8;text-wrap:nowrap;min-height:3em;color:var(--first-text-color)}.product-card .product-card-body .cat-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em}.product-card .product-card-body .cat-links a{display:inline-block;text-wrap:nowrap;color:var(--first-text-color);background-color:rgba(247,148,29,.05);padding:0 1em .2em;border-radius:1em}.product-card .product-card-body .cat-links a:hover{background-color:rgba(247,148,29,.25)}.product-card>.in-stock{display:none;color:var(--first-text-color)}.product-card .product-card-cart{display:flex;flex-direction:column;align-items:center}.product-card .product-card-cart div{text-align:center}.product-card .product-card-cart select.form-control{width:80px!important;text-align:center;border-radius:7.5px;border-width:2px}.product-card .product-card-cart select.form-control.disabled{pointer-events:none;opacity:.5}.product-card .product-card-cart select.form-control{margin:.5em 0 0;padding:0}.product-card .product-card-cart .product-card-button span{display:none;overflow:hidden}.product-card .product-card-cart .product-card-button:hover{background-color:#f7941d}.product-card .product-card-cart .product-card-button.disabled{pointer-events:none;background-color:#7a7a7a;opacity:.5}.product-card .product-card-cart .product-card-button{margin-top:.5rem;background-color:rgba(247,148,29,.8);color:#fff;width:80px}@media screen and (max-width:575px){.product-card{flex-direction:column}.product-card .img-container img{max-width:300px;width:100%}.product-card .product-card-body{width:100%}.product-card .product-card-body div,.product-card .product-card-body h1{width:100%!important;text-align:center!important;justify-content:center;padding:0!important}.product-card .product-card-body .cat-links{justify-content:center}.product-card .in-stock{display:block}.product-card .product-card-cart{width:100%;flex-direction:row;justify-content:center}.product-card .product-card-cart select{width:100px!important;height:44px!important;margin:0 .7em 0 0!important}.product-card .product-card-cart .product-card-button span{display:inline}.product-card .product-card-cart .product-card-button{margin:0!important;flex-grow:1}.product-card .product-card-cart .in-stock{display:none}}#map{height:280px;background-color:#ccc;margin-top:6rem}.gm-style .gm-style-iw-c{border-radius:0!important}#map address{color:var(--first-text-color);font-style:normal;font-weight:400;font-size:1.4rem;padding:.5rem .75rem .2rem;line-height:1.5;margin:0}.direction-link{display:inline-block;margin-top:1rem;line-height:1}.contact-info{margin-bottom:3rem}.contact-info h3{margin-top:.5rem;font-weight:400;font-size:1.8rem;letter-spacing:-.025em;margin-bottom:1.5rem}.contact-list{max-width:270px;list-style:none;padding-left:0}.contact-list li{position:relative;padding-left:3rem;margin-bottom:1.4rem}.contact-list a{color:inherit}.contact-list i{display:inline-block;position:absolute;left:0;top:.3rem;font-size:2rem;line-height:1}.store{margin-bottom:3rem;color:#777}.store address,.store div{font-weight:300;font-style:normal;margin-bottom:0}.store a:not(.btn){color:inherit}.store .btn.btn-link{padding-left:0;padding-right:0;margin-top:2.1rem}.store-media{margin-bottom:0}.store-title{font-size:1.6rem;margin-bottom:.8rem;margin-top:-.2rem}.store-subtitle,.store-title{font-weight:400;letter-spacing:0}.store-subtitle{font-size:1.4rem;margin-bottom:.4rem;margin-top:3.2rem}@media screen and (max-width:767px){.contact-row *{font-size:1.8rem!important}.contact-row a{font-size:1.3rem!important}#map{height:380px}}@media screen and (min-width:992px){#map{height:492px}}.contact-image{margin:auto;max-height:300px}.contact-image,.contact-row{display:flex;justify-content:center}.contact-row{width:100%;flex-direction:row;text-align:center;align-items:center;align-content:center;flex-wrap:wrap;margin:.5rem .5rem 2rem}.contact-row .break{flex-basis:100%;height:.5rem}.contact-row div{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.contact-row *{font-size:2.3rem}.contact-row span{white-space:pre-wrap;-webkit-margin-end:3px;margin-inline-end:3px;font-weight:700;text-align:center;-webkit-margin-end:1rem;margin-inline-end:1rem}.contact-row span.t{white-space:nowrap;color:#f7941d}.contact-row a{all:unset;white-space:nowrap;color:var(--first-text-color);margin:5px 3px 3px;border-radius:1rem;background-color:var(--card-bg-color);padding:0 1.5rem .5rem;font-size:1.5rem;cursor:pointer}.contact-row a:hover{background-color:#f7941d}.contact-row a:hover,.contact-row a:visited{color:var(--first-text-color)}.form-box{max-width:575px;margin-left:auto;margin-right:auto;background-color:var(--card-bg-color);border-radius:2.5rem;padding:2.2rem 2rem 4.4rem;box-shadow:0 3px 16px rgba(0,0,0,.2)}.form-box .btn{min-width:115px}.error-title{color:#9b0000;font-size:14px;font-weight:400;padding:1rem 1.5rem 1.4rem;text-align:center;margin:1rem auto;border-radius:10px;background-color:#ffc8c8;display:flex;align-items:center;justify-content:center}.form-tab .nav.nav-pills{border-bottom:.1rem solid var(--border-color)}.form-tab .nav.nav-pills .nav-item{margin-bottom:-.1rem}.form-tab .nav.nav-pills .nav-item+.nav-item{margin-left:0}.form-tab .nav.nav-pills .nav-item.show .nav-link{color:inherit}.form-tab .nav.nav-pills .nav-link{text-transform:capitalize;font-weight:400;font-size:2rem;letter-spacing:-.025em;color:inherit;border-bottom-width:.2rem;padding:.9rem 1rem}.form-tab .nav.nav-pills .nav-link.active{color:inherit}.form-tab .nav-fill .nav-item{flex:1 1}.form-tab .tab-content .tab-pane{padding:2rem 0 0}.form-tab .form-group{margin-bottom:1.3rem}.form-tab .form-footer{padding-top:.6rem;padding-bottom:3rem;border-bottom:.1rem solid var(--border-color);margin-bottom:2.3rem}.form-tab .form-footer .btn{-webkit-margin-start:auto;margin-inline-start:auto;margin-top:1rem;order:2;width:100%;border-radius:1rem}.form-tab .form-footer a{color:inherit}.form-tab .form-footer a:not(.forgot-link){text-decoration:underline}.form-tab .form-footer .custom-control{margin:0}.form-tab .form-footer .forgot-link{order:-1;width:100%;margin-bottom:.6rem}.form-choice{color:#333;font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:-.025em}.form-choice p{margin-bottom:2.7rem}.bg-login{background-color:#f5f6fa}.btn.btn-login{color:#333;font-weight:300;font-size:1.4rem;line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;padding:.85rem 1rem;border:.1rem solid #ebebeb;border-radius:1rem;min-width:0}.btn.btn-login i{text-align:left;display:inline-block;margin-right:0!important;margin-left:0!important;min-width:2rem}.btn.btn-login.btn-g i{color:#c33;min-width:2.6rem}.btn.btn-login.btn-f i{color:#36c}.btn.btn-login:focus,.btn.btn-login:hover{background-color:#f5f6f9}.form-choice .col-sm-6:not(:last-child){margin-bottom:.6rem}@media screen and (min-width:576px){.form-choice .col-sm-6:not(:last-child){margin-bottom:0}}@media screen and (min-width:768px){.form-box{padding:3.7rem 6rem 6.4rem}.form-tab .nav.nav-pills .nav-link{font-size:2.4rem}.form-tab .form-footer .btn{margin-left:0;order:-1}.form-tab .form-footer .forgot-link{order:2;width:auto;margin-bottom:0}}@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 textarea.form-control.area{min-height:unset}.checkout .custom-control{margin-top:2.5rem}.checkout .custom-control+.custom-control{margin-top:1.8rem}.checkout .custom-control+label{margin-top:1rem}.checkout .custom-control .custom-control-label{font-weight:400;color:#333}.checkout-title{color:#f7941d;font-weight:500;font-size:2rem;text-align:center;letter-spacing:0;margin-top:2.2rem;margin-bottom:2.5rem}.checkout-discount{position:relative;max-width:350px;margin-bottom:.5rem}.checkout-discount label{position:absolute;left:0;top:50%;width:100%;padding-left:1.1rem;padding-right:1.1rem;font-weight:400;transform:translateY(-50%);-ms-transform:translateY(-50%);opacity:1;transition:all .3s}.checkout-discount .form-control{background-color:transparent!important;border-radius:.3rem;border:.1rem dashed #d7d7d7;padding-left:1.1rem;padding-right:1.1rem}.checkout-discount .form-control:focus{outline:none!important}.summary{padding:2.5rem 3rem 3rem;border:.1rem dashed var(--border-color);background-color:var(--card-bg-color);border-radius:1rem;margin-top:2rem;margin-bottom:2rem}.summary-title{font-weight:500;font-size:1.6rem;letter-spacing:0;padding-bottom:1.7rem;border-bottom:.1rem solid var(--border-color);margin-bottom:2.1rem;text-align:center}a.btn.btn-outline-primary-2.btn-order.btn-block{margin-top:20px!important}.table.table-summary{line-height:1.86;color:var(--first-text-color);border:none;margin-bottom:0}.table.table-summary a{color:inherit}.table.table-summary .summary-subtotal td,.table.table-summary thead th td{font-weight:400;font-size:1.6rem}.table.table-summary .summary-subtotal td:first-child,.table.table-summary thead th td:first-child{text-align:start}.table.table-summary .summary-subtotal td:last-child,.table.table-summary thead th td:last-child{direction:ltr;text-align:left}.table.table-summary .summary-subtotal td:last-child:not(:lang(ar)),.table.table-summary thead th td:last-child:not(:lang(ar)){text-align:right}.table.table-summary thead th{border-bottom:none;padding:0 0 .3rem}.table.table-summary tbody td{padding:0;height:50px;border:none}.table.table-summary tbody td,.table.table-summary thead th{vertical-align:middle;border-top:none}.table.table-summary tbody td:last-child,.table.table-summary thead th:last-child{text-align:right;min-width:100px}.table.table-summary .summary-total td{font-weight:400;font-size:1.6rem;border-bottom:none}.table.table-summary .summary-total td:first-child{text-align:start}.table.table-summary .summary-total td:last-child{direction:ltr;text-align:left}.table.table-summary .summary-total td:last-child:not(:lang(ar)){text-align:right}.accordion-summary{margin-bottom:3.2rem}.accordion-summary .card{overflow:hidden;color:#999;font-weight:300;font-size:1.2rem;line-height:1.67;border:none;background-color:transparent}.accordion-summary .card-title{font-weight:300;font-size:1.4rem;color:#333;letter-spacing:0}.accordion-summary .card-title .toggle-button{color:inherit;padding:.7rem 0 .7rem 3rem}.accordion-summary .card-title .toggle-button img{margin-top:1rem}.accordion-summary .card-title .toggle-button:focus,.accordion-summary .card-title .toggle-button:hover{color:inherit}.accordion-summary .card-title .toggle-button small{font-size:1.1rem;color:#999}.accordion-summary .card-title .toggle-button:before{content:"";width:1.6rem;height:1.6rem;border-radius:50%;border:.1rem solid #dadada;right:auto;left:0;top:.7rem;transform:translateY(0);-ms-transform:translateY(0)}.accordion-summary .card-title .toggle-button:after{content:"";display:block;width:.6rem;height:.6rem;position:absolute;left:.5rem;top:1.2rem;border-radius:50%;background-color:transparent;transition:all .3s;visibility:visible;opacity:1}.accordion-summary .card-title .toggle-button.expanded:before,.accordion-summary .card-title .toggle-button.expanding:before{border-color:#f7941d}.accordion-summary .card-title .toggle-button.expanded:after,.accordion-summary .card-title .toggle-button.expanding:after{background-color:#f7941d}.accordion-summary .card-body{padding:.4rem 0 .8rem 3rem}.paypal-link{cursor:pointer;margin-top:.2rem}@media screen and (min-width:992px){.summary{margin-top:0}}.msg_error_checkout{padding:.75rem 1.25rem;background-color:#ff9a9a;color:#000;border-radius:1rem;margin-top:2.5rem;border:1px solid var(--border-color);width:100%;text-align:center}.msg_error_checkout span{font-size:14px;font-weight:500;text-align:center}.cart .input-group{border:1px solid var(--border-color);background-color:var(--first-bg-color);border-radius:5px;position:relative}.cart .input-group .input-group-prepend{position:absolute;top:0;left:10px}.cart .input-group input{padding:1rem 2rem;border:1px solid var(--border-color);border-radius:5px;width:100%;text-align:center}.cart .input-group input:focus{outline:none;box-shadow:1px 2px 5px rgba(0,0,0,.15)}.cart .input-group .input-group-append{position:absolute;top:0;right:10px}.cart .cart-empty-page p{display:flex;justify-content:center}@media screen and (min-width:992px){.cart .col-lg-3{flex:0 0 30%;max-width:30%}.cart .col-lg-9{flex:0 0 70%;max-width:70%}}.cart .table{border-collapse:separate;border-spacing:0 1rem;color:var(--first-text-color)}.cart .table .product-list{position:relative;margin-bottom:1rem!important;transition:box-shadow .35s ease;background-color:var(--card-bg-color);width:100%!important}.cart .table .product-list .product{background-color:unset;border-radius:0;padding:0;margin:0;transition:all .35s ease!important;border:none!important;-webkit-border-end:2px solid var(--border-color)!important;border-inline-end:2px solid var(--border-color)!important}.cart .table .product-list .product .product-title a{direction:ltr;text-align:center!important}.cart .table .product-list .product .product-title-2{font-weight:400;font-size:1.1rem;line-height:1.3;margin:auto;padding:.25rem .25rem .55rem;border-radius:5px;background:rgba(247,148,29,.25);max-width:130px;text-align:center}.cart .table .product-list .product .product-title-2 a{color:inherit}.cart .table .product-list .product .product-title-2 a:focus,.cart .table .product-list .product .product-title-2 a:hover{color:#f7941d}.cart .table .product-list .product .product-media{padding:0;margin:0;border-radius:1rem}.cart .table .product-list td{border:none;padding:2rem;border-bottom:3px solid var(--border-color)}.cart .table .product-list td:first-child{border-start-start-radius:1rem;border-end-start-radius:1rem}.cart .table .product-list td:last-child{border-start-end-radius:1rem;border-end-end-radius:1rem}.table .total-col{font-weight:400;font-size:1.6rem}.table.table-cart .price-col{width:120px;direction:ltr}.table.table-cart .total-col{width:80px;direction:ltr}.table.table-cart .quantity-col{width:220px}.product-details-quantity{max-width:180px!important;display:flex;align-items:center;height:100%;box-shadow:1px 4px 10px rgba(0,0,0,.05)}.product-details-quantity button{font-size:10px!important;width:26px!important;height:26px!important;border-radius:.5rem!important;display:flex;justify-content:center;align-items:center;background-color:var(--card-bg-color)!important;color:var(--first-text-color)!important;margin:9px 2px 0!important;border:1.5px solid var(--border-color)!important;font-weight:500!important;box-shadow:1px 4px 10px rgba(0,0,0,.1);transition:all .3s ease-in-out}.product-details-quantity button i{font-size:10px!important}.product-details-quantity button:hover{background-color:var(--card-bg-color)!important;border:1.5px solid #f7941d!important}.num-item-cart{height:46px;width:100%;display:flex;justify-content:center;align-items:center;text-align:center}.cart-product-quantity{width:180px!important}.cart-product-quantity .form-control{padding:.85rem 2.6rem;height:40px;max-width:100%;border-color:#dadada;background-color:#fff;margin:0}.input-spinner{position:relative}.input-spinner .input-group-append,.input-spinner .input-group-prepend{position:absolute;top:0}.input-spinner .input-group-prepend{left:0}.input-spinner .input-group-append{right:0}.input-spinner .form-control{padding:.85rem 2.6rem;height:auto;border-color:#dadada;background-color:#fff;margin:0}.input-spinner .form-control[disabled]{background-color:#f9f9f9}.btn.btn-spinner{min-width:0;color:#333;padding:1.25rem .4rem;font-size:1rem}.btn.btn-spinner i{margin:0!important}.cart-bottom{display:flex;align-items:flex-start;margin-bottom:5rem}.cart-bottom .btn{margin-left:auto;min-width:152px}.cart-discount{flex:0 0 50%;max-width:326px}.cart-discount .form-control{margin-right:1.1rem}.cart-discount .btn{min-width:40px;padding-left:0;padding-right:0}.summary.summary-cart{margin-bottom:3rem}.summary.summary-cart .summary-title{margin-bottom:0;text-align:center}.table.table-summary .summary-shipping{color:#333;font-weight:400;font-size:1.6rem}.table.table-summary .summary-shipping td{padding-top:2rem;padding-bottom:1.3rem;height:auto;border-bottom:none}.table.table-summary .summary-shipping-row{color:#333}.table.table-summary .summary-shipping-row label{color:inherit}.table.table-summary .summary-shipping-row td{height:auto;padding-top:.5rem;padding-bottom:.5rem;border-bottom:none}.table.table-summary .custom-control{margin:0}.table.table-summary .summary-shipping-estimate{color:#333;font-weight:400;font-size:1.6rem}.table.table-summary .summary-shipping-estimate td{height:auto;padding-top:1.4rem;padding-bottom:2.3rem}.table.table-summary .summary-shipping-estimate a{margin-top:.6rem;display:inline-block;font-weight:300;color:#999;font-size:1.4rem;border-bottom:.1rem solid #999}.summary-cart .table.table-summary tbody td:last-child,.summary-cart .table.table-summary thead th:last-child{min-width:0}.table .price-col{width:180px;font-weight:400;font-size:1.6rem}.table .stock-col{width:160px;font-weight:400;font-size:1.6rem}.table .action-col{width:202px}.table .action-col .btn{height:40px;padding-top:.55rem;padding-bottom:.55rem;font-size:1.3rem;text-transform:uppercase}.table .action-col .btn i{font-size:1.8rem;margin-right:1rem!important;margin-left:0!important}.table .action-col .btn.disabled{opacity:1!important;color:#ccc!important;cursor:default;pointer-events:none;background-color:#fafafa!important;border-color:#ebebeb!important}.table .remove-col{padding:.5rem;width:38px;height:38px}.table .remove-col .btn-remove{border-radius:.5rem;border:1px solid var(--border-color)}.product-col .product{display:flex;align-items:center;margin:0;padding-right:2rem;box-shadow:none}.product-col .product-media{display:inline-block;margin:0 2.8rem 0 0;flex-shrink:0;min-width:60px}.product-col .product-media span{border:none!important;border-radius:1rem;margin:0 1rem!important;width:120px!important;height:120px!important;overflow:hidden}.product-col .product-title{display:inline-block;font-weight:400;font-size:1.6rem;line-height:1.25;margin:0;text-align:center!important;width:100%}.in-stock{color:#f7941d}.out-of-stock{color:#ef837b}.btn-remove{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:var(--second-text-color);background-color:transparent;font-size:1.7rem;line-height:1;border:none;outline:none;transition:all .35s}.btn-remove:focus,.btn-remove:hover{color:#f7941d}.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:#f7941d}@media screen and (max-width:991px){table.table-mobile .product-list{padding:1rem!important;display:block;border-bottom:3px solid var(--border-color)!important;border-radius:2rem!important}table.table-mobile .product-list td{margin:.7rem auto!important}table.table-mobile .product-list .product-col .product-media{display:flex;margin-left:auto;margin-right:auto;justify-content:center}table.table-mobile .product-list .product-col .product-media img{border-radius:1rem!important;margin-bottom:1rem}table.table-mobile .product-list .product-col .product{display:block;border:none!important}table.table-mobile .product-list .product-col .product .product-title{text-align:center;margin:.5rem 0 0}.table-mobile,.table-mobile tbody,.table-mobile td,.table-mobile tr{width:100%!important;display:block!important;padding:0!important;border:none!important}.table-mobile thead{display:none!important}.table-mobile tr{position:relative;padding-top:4.2rem;padding-bottom:4rem}.table-mobile .remove-col{position:absolute;right:1.5rem;top:.5rem;padding:.5rem!important;width:auto!important}.table-mobile tr td{text-align:center;padding:.1rem 3rem;border-bottom:none}.table-mobile tr .product-col{padding-bottom:.6rem}.table-mobile tr .action-col{padding-top:1.5rem}.table-mobile tr .action-col .btn,.table-mobile tr .action-col .dropdown{max-width:220px;margin-left:auto;margin-right:auto}.table-mobile .product-col .product{justify-content:center}.table-mobile .product-col .product-title{text-align:left}.table-mobile{border:.1rem solid #ebebeb}.table-mobile tr:not(:last-child){border-bottom:.1rem solid #ebebeb}.table-mobile .cart-product-quantity{margin:.5rem auto}.product-col .product{padding-right:0}}@media screen and (max-width:575px){.cart-bottom{flex-direction:column;margin-bottom:4rem}.cart-bottom .cart-discount .btn{margin-top:0}.cart-bottom .btn{margin-left:0!important;margin-top:1rem}}@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:var(--first-text-color);border-bottom:.1rem solid var(--border-color)}.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{color:#f7941d}.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}.delete-account h3,.delete-account h4,.delete-account p{text-align:center!important}.delete-account .btn-delete{margin:auto}.delete-account h3{color:#f7941d}.error-content{font-weight:400;font-size:1.8rem;line-height:1.5;letter-spacing:-.025em;padding:2rem 1rem 1rem;background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:480px;text-align:center}.error-content h3,.error-content p{margin-bottom:2.5rem;text-align:center!important}.error-title{letter-spacing:-.025em;margin-bottom:1.4rem}@media screen and (min-width:768px){.error-content{padding-top:3rem;min-height:540px;min-height:620px}}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.mt-1{margin-top:1rem!important}.pt-1{padding-top:1rem!important}.pb-1{padding-bottom:1rem!important}.mt-2{margin-top:2rem!important}.pt-2{padding-top:2rem!important}.pb-2{padding-bottom:2rem!important}.mt-3{margin-top:3rem!important}.pt-3{padding-top:3rem!important}.pb-3{padding-bottom:3rem!important}.mt-4{margin-top:4rem!important}.pt-4{padding-top:4rem!important}.pb-4{padding-bottom:4rem!important}.mt-5{margin-top:5rem!important}.pt-5{padding-top:5rem!important}.pb-5{padding-bottom:5rem!important}.mt-6{margin-top:6rem!important}.pt-6{padding-top:6rem!important}.pb-6{padding-bottom:6rem!important}.mt-7{margin-top:7rem!important}.pt-7{padding-top:7rem!important}.pb-7{padding-bottom:7rem!important}.mt-8{margin-top:8rem!important}.pt-8{padding-top:8rem!important}.pb-8{padding-bottom:8rem!important}.mt-9{margin-top:9rem!important}.pt-9{padding-top:9rem!important}.pb-9{padding-bottom:9rem!important}.mt-10{margin-top:10rem!important}.pt-10{padding-top:10rem!important}.pb-10{padding-bottom:10rem!important}.mt-11{margin-top:11rem!important}.pt-11{padding-top:11rem!important}.pb-11{padding-bottom:11rem!important}.mt-12{margin-top:12rem!important}.pt-12{padding-top:12rem!important}.pb-12{padding-bottom:12rem!important}.mt-13{margin-top:13rem!important}.pt-13{padding-top:13rem!important}.pb-13{padding-bottom:13rem!important}.mt-14{margin-top:14rem!important}.pt-14{padding-top:14rem!important}.pb-14{padding-bottom:14rem!important}.mt-15{margin-top:15rem!important}.pt-15{padding-top:15rem!important}.pb-15{padding-bottom:15rem!important}@media screen and (min-width:768px){.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:1rem!important}.mt-md-2{margin-top:2rem!important}.mt-md-3{margin-top:3rem!important}.mt-md-4{margin-top:4rem!important}.mt-md-5{margin-top:5rem!important}.mt-md-6{margin-top:6rem!important}.mt-md-7{margin-top:7rem!important}.mt-md-8{margin-top:8rem!important}.mt-md-9{margin-top:9rem!important}.mt-md-10{margin-top:10rem!important}.mt-md-11{margin-top:11rem!important}.mt-md-12{margin-top:12rem!important}.mt-md-13{margin-top:13rem!important}.mt-md-14{margin-top:14rem!important}.mt-md-15{margin-top:15rem!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:1rem!important}.mb-md-2{margin-bottom:2rem!important}.mb-md-3{margin-bottom:3rem!important}.mb-md-4{margin-bottom:4rem!important}.mb-md-5{margin-bottom:5rem!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-7{margin-bottom:7rem!important}.mb-md-8{margin-bottom:8rem!important}.mb-md-9{margin-bottom:9rem!important}.mb-md-10{margin-bottom:10rem!important}.mb-md-11{margin-bottom:11rem!important}.mb-md-12{margin-bottom:12rem!important}.mb-md-13{margin-bottom:13rem!important}.mb-md-14{margin-bottom:14rem!important}.mb-md-15{margin-bottom:15rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:1rem!important}.pt-md-2{padding-top:2rem!important}.pt-md-3{padding-top:3rem!important}.pt-md-4{padding-top:4rem!important}.pt-md-5{padding-top:5rem!important}.pt-md-6{padding-top:6rem!important}.pt-md-7{padding-top:7rem!important}.pt-md-8{padding-top:8rem!important}.pt-md-9{padding-top:9rem!important}.pt-md-10{padding-top:10rem!important}.pt-md-11{padding-top:11rem!important}.pt-md-12{padding-top:12rem!important}.pt-md-13{padding-top:13rem!important}.pt-md-14{padding-top:14rem!important}.pt-md-15{padding-top:15rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:1rem!important}.pb-md-2{padding-bottom:2rem!important}.pb-md-3{padding-bottom:3rem!important}.pb-md-4{padding-bottom:4rem!important}.pb-md-5{padding-bottom:5rem!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-7{padding-bottom:7rem!important}.pb-md-8{padding-bottom:8rem!important}.pb-md-9{padding-bottom:9rem!important}.pb-md-10{padding-bottom:10rem!important}.pb-md-11{padding-bottom:11rem!important}.pb-md-12{padding-bottom:12rem!important}.pb-md-13{padding-bottom:13rem!important}.pb-md-14{padding-bottom:14rem!important}.pb-md-15{padding-bottom:15rem!important}}@media screen and (min-width:992px){.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:1rem!important}.mt-lg-2{margin-top:2rem!important}.mt-lg-3{margin-top:3rem!important}.mt-lg-4{margin-top:4rem!important}.mt-lg-5{margin-top:5rem!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-7{margin-top:7rem!important}.mt-lg-8{margin-top:8rem!important}.mt-lg-9{margin-top:9rem!important}.mt-lg-10{margin-top:10rem!important}.mt-lg-11{margin-top:11rem!important}.mt-lg-12{margin-top:12rem!important}.mt-lg-13{margin-top:13rem!important}.mt-lg-14{margin-top:14rem!important}.mt-lg-15{margin-top:15rem!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:1rem!important}.mb-lg-2{margin-bottom:2rem!important}.mb-lg-3{margin-bottom:3rem!important}.mb-lg-4{margin-bottom:4rem!important}.mb-lg-5{margin-bottom:5rem!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-7{margin-bottom:7rem!important}.mb-lg-8{margin-bottom:8rem!important}.mb-lg-9{margin-bottom:9rem!important}.mb-lg-10{margin-bottom:10rem!important}.mb-lg-11{margin-bottom:11rem!important}.mb-lg-12{margin-bottom:12rem!important}.mb-lg-13{margin-bottom:13rem!important}.mb-lg-14{margin-bottom:14rem!important}.mb-lg-15{margin-bottom:15rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:1rem!important}.pt-lg-2{padding-top:2rem!important}.pt-lg-3{padding-top:3rem!important}.pt-lg-4{padding-top:4rem!important}.pt-lg-5{padding-top:5rem!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-7{padding-top:7rem!important}.pt-lg-8{padding-top:8rem!important}.pt-lg-9{padding-top:9rem!important}.pt-lg-10{padding-top:10rem!important}.pt-lg-11{padding-top:11rem!important}.pt-lg-12{padding-top:12rem!important}.pt-lg-13{padding-top:13rem!important}.pt-lg-14{padding-top:14rem!important}.pt-lg-15{padding-top:15rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:1rem!important}.pb-lg-2{padding-bottom:2rem!important}.pb-lg-3{padding-bottom:3rem!important}.pb-lg-4{padding-bottom:4rem!important}.pb-lg-5{padding-bottom:5rem!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-7{padding-bottom:7rem!important}.pb-lg-8{padding-bottom:8rem!important}.pb-lg-9{padding-bottom:9rem!important}.pb-lg-10{padding-bottom:10rem!important}.pb-lg-11{padding-bottom:11rem!important}.pb-lg-12{padding-bottom:12rem!important}.pb-lg-13{padding-bottom:13rem!important}.pb-lg-14{padding-bottom:14rem!important}.pb-lg-15{padding-bottom:15rem!important}}@media screen and (min-width:1200px){.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:1rem!important}.mt-xl-2{margin-top:2rem!important}.mt-xl-3{margin-top:3rem!important}.mt-xl-4{margin-top:4rem!important}.mt-xl-5{margin-top:5rem!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-7{margin-top:7rem!important}.mt-xl-8{margin-top:8rem!important}.mt-xl-9{margin-top:9rem!important}.mt-xl-10{margin-top:10rem!important}.mt-xl-11{margin-top:11rem!important}.mt-xl-12{margin-top:12rem!important}.mt-xl-13{margin-top:13rem!important}.mt-xl-14{margin-top:14rem!important}.mt-xl-15{margin-top:15rem!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:1rem!important}.mb-xl-2{margin-bottom:2rem!important}.mb-xl-3{margin-bottom:3rem!important}.mb-xl-4{margin-bottom:4rem!important}.mb-xl-5{margin-bottom:5rem!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-7{margin-bottom:7rem!important}.mb-xl-8{margin-bottom:8rem!important}.mb-xl-9{margin-bottom:9rem!important}.mb-xl-10{margin-bottom:10rem!important}.mb-xl-11{margin-bottom:11rem!important}.mb-xl-12{margin-bottom:12rem!important}.mb-xl-13{margin-bottom:13rem!important}.mb-xl-14{margin-bottom:14rem!important}.mb-xl-15{margin-bottom:15rem!important}}@media screen and (min-width:1600px){.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:1rem!important}.mt-xxl-2{margin-top:2rem!important}.mt-xxl-3{margin-top:3rem!important}.mt-xxl-4{margin-top:4rem!important}.mt-xxl-5{margin-top:5rem!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-7{margin-top:7rem!important}.mt-xxl-8{margin-top:8rem!important}.mt-xxl-9{margin-top:9rem!important}.mt-xxl-10{margin-top:10rem!important}.mt-xxl-11{margin-top:11rem!important}.mt-xxl-12{margin-top:12rem!important}.mt-xxl-13{margin-top:13rem!important}.mt-xxl-14{margin-top:14rem!important}.mt-xxl-15{margin-top:15rem!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:1rem!important}.mb-xxl-2{margin-bottom:2rem!important}.mb-xxl-3{margin-bottom:3rem!important}.mb-xxl-4{margin-bottom:4rem!important}.mb-xxl-5{margin-bottom:5rem!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-7{margin-bottom:7rem!important}.mb-xxl-8{margin-bottom:8rem!important}.mb-xxl-9{margin-bottom:9rem!important}.mb-xxl-10{margin-bottom:10rem!important}.mb-xxl-11{margin-bottom:11rem!important}.mb-xxl-12{margin-bottom:12rem!important}.mb-xxl-13{margin-bottom:13rem!important}.mb-xxl-14{margin-bottom:14rem!important}.mb-xxl-15{margin-bottom:15rem!important}}::selection{background-color:#f7941d}.bg-primary{background-color:#f7941d!important}.bg-secondary{background-color:#cf7200!important}a{color:#f7941d}a:focus,a:hover{color:#d97a08}.link-underline{box-shadow:0 1px 0 0 #f7941d}.text-primary{color:#f7941d!important}.text-secondary{color:#cf7200!important}.alert-primary,.banner-badge .banner-link:focus .banner-link-text,.banner-badge .banner-link:hover .banner-link-text{background-color:#f7941d}.main-nav li.active a.link-active{color:#f7941d}.header-3 .header-search-extended .btn,.header-4 .header-search-extended .btn{background-color:transparent;color:#333}.btn-video,.header-3 .header-search-extended .btn:focus,.header-3 .header-search-extended .btn:hover,.header-4 .header-search-extended .btn:focus,.header-4 .header-search-extended .btn:hover{color:#f7941d}.btn-video:focus,.btn-video:hover{background-color:#cf7200}.breadcrumb-item a:focus,.breadcrumb-item a:hover,.btn-link{color:#f7941d}.btn-link .btn-link-dark:focus,.btn-link .btn-link-dark:hover,.btn-link:focus,.btn-link:hover{color:#f7941d;border-color:#f7941d}.btn-primary{color:#fff;background-color:#f7941d;border-color:#f7941d;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:#cf7200;border-color:#cf7200;box-shadow:none}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#f7941d;border-color:#f7941d}.btn-bg-dark{background-color:#5d5e60;color:#f2b442}.btn-secondary{color:#fff;background-color:#cf7200;border-color:#cf7200;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:#f7941d;border-color:#f7941d;box-shadow:none}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#cf7200;border-color:#cf7200}.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:#f7941d;border-color:#f7941d;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:#cf7200;border-color:#cf7200;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:#f7941d;border-color:#f7941d;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:#f7941d;background-color:#fff;border-color:#fff;box-shadow:none}.btn-primary-white.disabled,.btn-primary-white:disabled{color:#fff;background-color:#f7941d;border-color:#f7941d}.btn-white-primary{color:#f7941d;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:#f7941d;border-color:#f7941d;box-shadow:none}.btn-white-primary.disabled,.btn-white-primary:disabled{color:#f7941d;background-color:#fff;border-color:#fff}.btn-dark{color:#fff;background-color:#333;border-color:#333;box-shadow:none}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover,.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#f7941d;border-color:#f7941d;box-shadow:none}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#333;border-color:#333}.btn-outline{color:#f7941d;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:#f7941d;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:#f7941d;background-color:transparent}.btn-outline-primary{background-image:none;border-color:#f7941d;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:#f7941d;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:#f7941d;background-color:transparent}.btn-outline-primary-2{background-image:none;border-color:#f7941d;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:#f7941d;border-color:#f7941d;box-shadow:none}.btn-outline-primary-2.disabled,.btn-outline-primary-2:disabled{color:#f7941d;background-color:transparent}.btn-outline-primary-2{border-radius:1rem;cursor:pointer!important}.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:#f7941d;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:#f7941d;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:#f7941d;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:#f7941d;background-color:transparent;border-color:#f7941d;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:#f7941d;border-color:#f7941d;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:#f7941d;border-color:#f7941d;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:#f7941d;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:#f7941d;border-color:#f7941d;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:#cf7200;border-color:#cf7200;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:#f7941d;background-color:#fff;border-color:#fff;box-shadow:none}.btn-outline-white-4.disabled,.btn-outline-white-4:disabled{color:#fff;background-color:transparent}.bg-image .btn-link-dark:focus,.bg-image .btn-link-dark:hover{color:#f7941d;border-color:#f7941d}.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:#f7941d;border-color:#f7941d}.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:#f7941d}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:before,.form-control:focus{border-color:#f7941d}.custom-control.custom-radio .custom-control-input:checked~.custom-control-label:after{background-color:#f7941d}.icon-box-icon{color:#f7941d}.icon-box-circle .icon-box-icon{background-color:#f7941d}.close:focus,.close:hover,.instagram-feed-content a:focus,.instagram-feed-content a:hover,.page-header h1 span,.page-item.active .page-link,.page-link:focus,.page-link:hover{color:#f7941d}.social-icon:focus,.social-icon:hover{color:#f7941d;border-color:#f7941d}.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:#f7941d}.nav.nav-pills .nav-item .nav-link.active,.nav.nav-pills .nav-item.show .nav-link{color:#f7941d;border-bottom-color:#f7941d}.nav.nav-border-anim .nav-link:before{background-color:#f7941d}.title-link:focus,.title-link:hover{box-shadow:0 1px 0 0 #f7941d}.product-price,.product-title a:focus,.product-title a:hover{color:#f7941d}.product-label.label-primary{background-color:#f7941d}.product-label.label-secondary{background-color:#cf7200}.btn-product,.btn-product-icon,.btn-product:focus span,.btn-product:hover span,.product-label-text,.ratings-primary .ratings-val,.ratings-text a:focus,.ratings-text a:hover{color:#f7941d}.btn-product-icon:focus,.btn-product-icon:hover{background-color:#f7941d}.product-body .btn-wishlist:focus,.product-body .btn-wishlist:hover{color:#f7941d}.btn-expandable span{background-color:#f7941d}.product.product-4 .btn-product:focus,.product.product-4 .btn-product:hover{background-color:#cf7200}.product.product-5 .btn-product{color:#f7941d}.product.product-5 .btn-product:focus,.product.product-5 .btn-product:hover{background-color:#f7941d}.product.product-7 .btn-product,.product.product-7 .btn-product span{color:#f7941d}.product.product-7 .btn-product:focus,.product.product-7 .btn-product:hover{background-color:#f7941d;border-bottom-color:#f7941d}.product.product-8 .btn-product:before,.product.product-8 .new-price{color:#f7941d}.product.product-8 .btn-product:focus,.product.product-8 .btn-product:hover{background-color:#f7941d}.product.product-list .btn-product:focus,.product.product-list .btn-product:hover{color:#f7941d}.product.product-list .btn-product.btn-cart{color:#f7941d;border-color:#f7941d}.product.product-list .btn-product.btn-cart:focus,.product.product-list .btn-product.btn-cart:hover{background-color:#f7941d}.account a:focus,.account a:hover,.footer a:focus,.footer a:hover,.footer-dark.footer-2 .widget-about-title,.header-menu a:focus,.header-menu a:hover,.header-top a:focus,.header-top a:hover,.top-menu span,.wishlist a:focus,.wishlist a:hover{color:#f7941d}.wishlist a .wishlist-count{background-color:#f7941d}.cart-dropdown.show .dropdown-toggle,.cart-dropdown:hover .dropdown-toggle,.compare-actions .action-link:focus,.compare-actions .action-link:hover,.compare-dropdown.show .dropdown-toggle,.compare-dropdown:hover .dropdown-toggle,.compare-product-title a:focus,.compare-product-title a:hover{color:#f7941d}.cart-dropdown .cart-count{background-color:#f7941d}.cart-dropdown .product-title a:focus,.cart-dropdown .product-title a:hover{color:#f7941d}.wishlist-link .wishlist-count{background-color:#f7941d}.demo-item a:focus,.demo-item a:hover,.menu li.active>a,.menu li.show>a,.menu li:hover>a,.search-toggle.active,.search-toggle:focus,.search-toggle:hover,.wishlist-link:focus,.wishlist-link:hover{color:#f7941d}.category-dropdown .dropdown-toggle:before,.header-bottom .menu>li>a:before,.tip{background-color:#f7941d}.category-dropdown .dropdown-toggle:focus,.category-dropdown .dropdown-toggle:hover{color:#fff;background-color:#f7941d}.category-dropdown:not(.is-on):hover .dropdown-toggle{background-color:#f7941d}.category-dropdown.show .dropdown-toggle{color:#fff;background-color:#f7941d}.category-dropdown .dropdown-item:focus,.category-dropdown .dropdown-item:hover,.menu-vertical li.active>a,.menu-vertical li.show>a,.menu-vertical li:hover>a,.menu-vertical>li.active>a,.menu-vertical>li.show>a,.menu-vertical>li:hover>a,.mmenu-btn:focus,.mmenu-btn:hover,.mobile-menu li a:focus,.mobile-menu li a:hover,.mobile-menu li.active>a,.mobile-menu li.open>a,.mobile-menu-close:focus,.mobile-menu-close:hover{color:#f7941d}.mobile-search .form-control:focus{border-color:#f7941d}.nav.nav-pills-mobile .nav-link.active,.nav.nav-pills-mobile .nav-link:focus,.nav.nav-pills-mobile .nav-link:hover{color:#f7941d;border-bottom-color:#f7941d}.mobile-cats-menu li a:focus,.mobile-cats-menu li a:hover{color:#f7941d}.mobile-menu-light .mobile-menu li.active,.mobile-menu-light .mobile-menu li.open{background:var(--card-bg-color)}.mobile-menu-light .mobile-menu li.active>a,.mobile-menu-light .mobile-menu li.open>a{color:#f7941d}.header-4 .header-search .header-search-wrapper,.mobile-menu-light .mobile-search .form-control:focus{border-color:#f7941d}.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus){color:#f7941d}@media screen and (max-width:991px){.header-4 .header-search-visible .header-search-wrapper:before{border-bottom-color:#f7941d}}.header-6 .header-middle a:focus,.header-6 .header-middle a:hover{color:#f7941d}.header-8 .header-top{color:#fcdcb6;background-color:#f7941d}.header-10 .header-search .header-search-wrapper{border-color:#f7941d}.header-10 .category-dropdown .dropdown-toggle{background-color:#f7941d}.header-10 .menu-vertical .menu-title{color:#f7941d}.header-12 .dropdown.category-dropdown .dropdown-toggle,.header-13 .dropdown.category-dropdown .dropdown-toggle{background-color:#f7941d}.header-14 .header-search .header-search-wrapper{border-color:#f7941d}.header-14 .dropdown.category-dropdown .dropdown-toggle{background-color:#f7941d}.entry-video a:focus:after,.entry-video a:hover:after{color:#f7941d}.entry-meta a:focus,.entry-meta a:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.entry-title a:focus,.entry-title a:hover{color:#f7941d}.entry-cats a:focus,.entry-cats a:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.read-more:focus,.read-more:hover{box-shadow:0 1px 0 0 #f7941d}.menu-cat a:focus,.menu-cat a:hover{color:#f7941d}.menu-cat li.active a{color:#f7941d;box-shadow:0 1px 0 #f7941d}.btn.btn-spinner:focus,.btn.btn-spinner:hover,.posts-list a:focus,.posts-list a:hover,.table .total-col,.tagcloud a:focus,.tagcloud a:hover,.widget-cats a:focus,.widget-cats a:hover,.widget-search .btn:focus,.widget-search .btn:hover{color:#f7941d}.table.table-summary .summary-shipping-estimate a:focus,.table.table-summary .summary-shipping-estimate a:hover{color:#f7941d;border-bottom-color:#f7941d}#filter-price-range,.checkout-discount label span,.sidebar-toggler:focus,.sidebar-toggler:hover{color:#f7941d}.checkout-discount .form-control:focus{border-color:#f7941d}.table.table-summary .summary-total td,.table.table-summary a:focus,.table.table-summary a:hover{color:#f7941d}.accordion-summary .card-title a:before{border-color:#f7941d}.accordion-summary .card-title a:after{background-color:#f7941d}.paypal-link:focus,.paypal-link:hover{color:#f7941d!important}.contact-box a:focus,.contact-box a:hover,.contact-list a:focus,.contact-list a:hover,.contact-list i,.form-tab .form-footer a:focus,.form-tab .form-footer a:hover,.nav-dashboard .nav-link.active,.nav-dashboard .nav-link:focus,.nav-dashboard .nav-link:hover,.nav-filter a:focus,.nav-filter a:hover,.store a:not(.btn):focus,.store a:not(.btn):hover{color:#f7941d}.nav-filter .active a{color:#f7941d;border-bottom-color:#f7941d}.portfolio-tags a,.portfolio-title a:focus,.portfolio-title a:hover{color:#f7941d}.portfolio-tags a:focus,.portfolio-tags a:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.btn-product-gallery:focus,.btn-product-gallery:hover{background-color:#f7941d}.product-gallery-item:before{border-color:#f7941d}.product-pager-link:hover{color:#f7941d}.product-pager-link:hover span{box-shadow:0 1px 0 #f7941d}.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:#f7941d;box-shadow:0 1px 0 #f7941d}.product-details .product-size a.active,.product-details .product-size a:focus,.product-details .product-size a:hover{color:#f7941d;border-color:#f7941d}.size-guide:focus,.size-guide:hover{color:#f7941d}.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:#f7941d;border-bottom-color:#f7941d}.review h4 a:focus,.review h4 a:hover{color:#f7941d}.review-action a:focus,.review-action a:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.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:#f7941d}.editor-content a:focus,.editor-content a:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.editor-content blockquote{border-left-color:#f7941d}.entry-author-details h4 a:focus,.entry-author-details h4 a:hover,.entry-tags a:focus,.entry-tags a:hover{color:#f7941d}.author-link:focus,.author-link:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.pager-link,.pager-link:focus,.pager-link:focus:after,.pager-link:hover,.pager-link:hover:after{color:#f7941d}.comment-reply:focus,.comment-reply:hover{color:#f7941d;box-shadow:0 1px 0 #f7941d}.comment-user h4 a:focus,.comment-user h4 a:hover,.product-col .product-title a:focus,.product-col .product-title a:hover{color:#f7941d}.mobile-menu-wrapper .nav.nav-pills-mobile .nav-link:before{content:none}.mobile-menu-wrapper .nav-item.show .nav-link{color:#f7941d!important}.cart-dropdown .btn-outline-primary-2{color:#f7941d;background-color:#fff;border-color:#f7941d}.cart-dropdown .btn-outline-primary-2:hover{color:#fff;background-color:#f7941d}.home-page .title{font-weight:600;font-size:2.4rem;letter-spacing:-.03em}.home-page .title-desc{font-size:1.6rem;font-weight:300;letter-spacing:-.01em}.featured .nav.nav-border-anim .nav-link:before{background-color:var(--first-text-color)}.home-page .nav-side .swiper-next:before,.home-page .nav-side .swiper-prev:before{height:auto;top:4%;bottom:11%}.home-page .nav-pills.nav-big .nav-item+.nav-item{margin-left:1.5rem}.home-page .nav-pills.nav-big .nav-link{padding-top:.8rem;padding-bottom:.8rem;color:#ccc;font-weight:600;font-size:2.4rem;text-transform:capitalize}.home-page .nav-pills.nav-big .nav-link.active,.home-page .nav-pills.nav-big .nav-link:focus,.home-page .nav-pills.nav-big .nav-link:hover{color:#f7941d}.home-page .nav-pills.nav-big .nav-item .nav-link.active,.home-page .nav-pills.nav-big .nav-item.show .nav-link{color:#333}.home-page .product.product-2{background-color:#fff;border:.1rem solid #ebebeb;overflow:hidden;border-radius:1rem}.home-page .product.product-2 .product-nav-dots{margin-bottom:1.5rem}.home-page .product-media:before{padding-top:100%}.home-page .product-cat{color:#ccc}.home-page .btn-product+.btn-product{border-left-style:solid}.home-page .product-action:not(.product-action-dark) .btn-product+.btn-product{border-left-color:#d1d1d3}.home-page .product-action:not(.product-action-dark) .btn-product:not(:hover):not(:focus){color:#333}.home-page .product-action-dark .btn-product:not(:hover):not(:focus){color:#fff}.home-page .product-price{margin-bottom:1.2rem}.home-page .ratings-container{margin-bottom:1.5rem}.home-page .old-price{text-decoration:none}.home-page .widget-list a{position:relative}.home-page .widget-list a:before{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:.1rem;background-color:#f7941d;transform-origin:right center;transform:scaleX(0);transition:transform .3s ease}.home-page .widget-list a:focus:before,.home-page .widget-list a:hover:before{transform-origin:left center;transform:scale(1)}.top .nav.nav-pills .nav-link,.trending .nav.nav-pills .nav-link{font-size:1.4rem;font-weight:400;letter-spacing:-.01em}.top .nav.nav-pills .nav-item+.nav-item,.trending .nav.nav-pills .nav-item+.nav-item{margin-left:.6rem}.trending .banner{height:calc(100% - 5rem)}.trending .banner .lazy-media:before{padding-top:360px}.trending .banner img{object-fit:unset}@supports(-ms-ime-align:auto){.trending .banner img{height:auto}}.icon-box-side .icon-box-title{font-weight:600;font-size:1.6rem;letter-spacing:-.01em;margin-bottom:.5rem}.icon-box-side p{font-size:1.6rem;font-weight:300;letter-spacing:-.01em}.icon-box-icon{font-size:4rem}.brands-slider .swiper-slide>.brand{height:100%}.deal-container .heading{padding-bottom:.5rem}.deal-container .heading .title{margin-bottom:1rem}.deal-container .product{border:none;margin-bottom:2rem}.deal-container .btn-more{text-transform:capitalize}.deal-col{display:flex;align-items:stretch}.deal{display:flex;flex-flow:row wrap;padding:3.6rem 4rem 4.8rem;background-color:#fff;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:2rem;min-height:380px}.deal,.deal>div{width:100%}.deal .btn{padding:0 0 .2rem}.deal h4{color:#777;font-weight:300;font-size:1.4rem;line-height:1.25;letter-spacing:0;margin-bottom:.5rem;max-width:240px}.deal h2{color:#ef837b;font-weight:500;font-size:2rem;line-height:1.1;letter-spacing:-.01em;margin-bottom:.2rem;max-width:240px}.deal .product-title{max-width:240px;margin-bottom:.7rem}.deal .product-price{font-weight:300;font-size:2rem;margin-bottom:.4rem}.deal-content{align-self:center}.deal-bottom{align-self:flex-end}.btn.btn-outline-dark-2{border-color:#d7d7d7}.btn.btn-outline-dark-2:focus,.btn.btn-outline-dark-2:hover{background-color:#fff}.widget-about p:last-of-type{margin-bottom:1.2rem}.widget-call{position:relative;font-size:1.3rem;padding:2.1rem 1rem 1.6rem 6rem;border:.1rem solid #ebebeb;border-radius:.3rem;line-height:1.25;max-width:270px}.widget-call i{display:inline-block;color:#f7941d;font-size:3rem;line-height:1;position:absolute;left:2rem;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%)}.widget-call a{display:block;font-weight:400;font-size:2rem;color:#333}.widget-call a:focus,.widget-call a:hover{color:#f7941d;box-shadow:none}@media screen and (max-width:991px){.home-page .heading{text-align:center}.home-page .heading .title{margin-bottom:1rem}}.wmax-200{max-width:180px}.spinner-border{margin:4rem auto 2rem;display:flex;justify-content:center;align-items:center;width:120px;height:120px;color:#f7941d}.spinner-border.small{margin-top:0;width:40px;height:40px}.lable-filter{font-size:16px;font-weight:600;color:var(--first-text-color);margin:1rem;padding:.8rem!important;display:flex;align-items:center;height:30px}.btn-price{width:100%;border-radius:1rem;margin-top:.5rem;padding:unset;padding-bottom:1.2rem;padding-top:.2rem;-webkit-padding-end:1rem;padding-inline-end:1rem;display:flex;justify-content:flex-start}.btn-price .circle{width:18px;height:18px;border-radius:50%;background-color:var(--first-bg-color);border:2px solid #f7941d;margin:0 1rem;transition:all .3s ease-in-out}.btn-price .text{text-align:start;font-size:1.5rem;font-weight:500;color:var(--first-text-color)}.btn-price .text a{color:var(--first-text-color)!important}.btn-price:hover .circle{width:18px;height:18px;border-radius:50%;background-color:rgba(247,148,29,.25);border:2px solid rgba(247,148,29,.9);margin:0 1rem}.btn-price-active{position:relative}.btn-price-active:before{content:"";position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;width:8px;height:8px;border-radius:50%;background-color:rgba(247,148,29,.8)!important}.dir-ltr{direction:ltr!important}@media screen and (min-width:991px){.white-space-auto{white-space:normal!important}.white-space-auto a{text-align:justify!important}}@media screen and (max-width:991px){.white-space-auto{white-space:normal!important}.white-space-auto a{text-align:center!important}}[aria-current=page]{pointer-events:none;cursor:default;text-decoration:none;color:#000}.label-not-available{background:linear-gradient(107.2deg,#f70000 10.6%,#740505 91.1%);color:#fff}.label-not-available:lang(ar){padding:0 0 .8rem}.label-not-available:not(:lang(ar)){padding:.2rem 0 .6rem}.label-not-available{border-radius:0;font-size:13px!important;font-weight:600;position:absolute;top:13%;left:-20%;min-height:30px;z-index:1;width:80%;transform:rotate(-45deg);text-align:center;display:flex;justify-content:center;align-items:center}.label-descount{background:linear-gradient(120deg,#0dacfc,#0357c4);color:#fff}.label-descount:lang(ar){padding:0 0 .8rem}.label-descount:not(:lang(ar)){padding:.2rem 0 .6rem}.label-descount{border-radius:0;font-size:13px!important;font-weight:600;position:absolute;top:10%;height:30px;left:-25%;z-index:1;width:80%;transform:rotate(-45deg);text-align:center;display:flex;justify-content:center;align-items:center}.toggle-input{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;opacity:0;cursor:pointer}.labil-toggle{font-size:14px;margin-top:.8rem!important;display:flex;align-items:center;height:30px}.toggle-label{width:34px;height:20px;background:#838383;position:relative;display:inline-block;border-radius:46px;transition:.4s;box-sizing:border-box}.toggle-label:after{content:"";position:absolute;width:20px;height:20px;border-radius:100%;left:0;top:0;z-index:2;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);transition:.4s}.toggle-input:checked+.toggle-label{background-color:#f7941d}.toggle-input:checked+.toggle-label:after{left:14px}.toggle-switch{position:relative;width:32px;height:20px;margin:1.5rem .75rem}.color-white{color:#fff!important}.page-title{text-align:center;line-height:1.5}.no-events{pointer-events:none;opacity:.5}:not(td)>div.product{transition:all .3s ease}:not(td)>div.product:hover{box-shadow:0 0 10px rgba(0,0,0,.2);scale:1.05;z-index:1}[theme=dark] :not(td)>div.product:hover{box-shadow:0 0 10px rgba(247,148,29,.8);border:1px solid rgba(247,148,29,.8)}table.maherTable{text-align:center;background-color:var(--border-color);border-radius:6px;border-spacing:3px;border-collapse:separate;margin:auto}table.maherTable td{background-color:var(--card-bg-color)}table.maherTable th{background-color:#f7941d;color:#fff}table.maherTable td,table.maherTable th{padding:.4rem 1rem;border-radius:0;line-height:1.3}table.maherTable td:first-child,table.maherTable th:first-child{border-start-start-radius:.5rem;border-end-start-radius:.5rem}table.maherTable td:last-child,table.maherTable th:last-child{border-start-end-radius:.5rem;border-end-end-radius:.5rem}table.maherTable.ordersTable tr:hover{cursor:pointer}table.maherTable.ordersTable tr:hover td{background-color:var(--first-bg-color);color:#f7941d}table.maherTable.ordersTable tr:hover td a,table.maherTable.ordersTable tr:hover td button{color:#f7941d}table.maherTable.ordersTable a{color:var(--first-text-color)}li.dis.megamenu-container a:lang(ar):before{right:0}li.dis.megamenu-container a:before{width:106%}.btn.btn-primary.mbig{font-size:1.3rem;border-radius:10px}.main{min-height:50vh}.invoiceBtn{padding:0 1rem .3rem;margin:2rem .5rem;border:2px solid var(--border-color);border-radius:4rem}.invoiceBtn,.invoiceBtn:hover{transition:background-color .5s}.invoiceBtn:hover{color:#f7941d;background-color:var(--card-bg-color)}.Toastify__toast-body>div:last-child{text-align:center}.btn-delete{margin-top:10px;color:#f11;border:2px solid #f11;border-radius:5px;display:flex;justify-content:center;align-items:center}.btn-delete:hover{color:#fff!important;background-color:#ff5353}.alert.alert-warning.my-alert{display:flex!important;align-items:center;justify-content:center;font-size:1.2em}.alert.alert-warning.my-alert i{-webkit-margin-end:5px;margin-inline-end:5px;font-size:2em!important}.swiper{width:100%;height:100%;border-radius:15px;direction:ltr!important}.swiper-slide{border-radius:15px;overflow:hidden;text-align:center;position:relative}.swiper-slide img{filter:grayscale(.8);background-color:var(--card-bg-color);transition:filter .5s,scale 1s ease-in-out;scale:.95;display:block;width:100%;height:100%;min-width:20px;object-fit:cover;border-radius:15px;cursor:default}.swiper-slide.swiper-slide-active img{filter:grayscale(0);scale:1;transition:filter .5s,scale 1s ease-in-out}.swiper-slide.swiper-slide-active a.btn{top:0;transition:top .5s ease-in-out .3s,opacity 1s;opacity:1;scale:1}.swiper-slide a.btn{position:relative;top:30px;transition:top .5s ease-in-out,opacity 1s;transition-delay:0;opacity:0;margin-top:7px;width:100%;background-color:var(--card-bg-color);color:var(--first-text-color);border:none;padding:2px 0 10px}.swiper-slide a.btn:hover{background-color:rgba(247,148,29,.25)}.swiper-pagination{margin-top:7px;display:flex;flex-direction:row;justify-content:center;gap:10px}.swiper-pagination .swiper-pagination-bullet{border-radius:5px;display:block;background-color:var(--card-bg-color);width:10px;height:10px;transition:width .5s,background-color .5s;cursor:pointer}.swiper-pagination .swiper-pagination-bullet-active{cursor:default;background-color:#f7941d;transition:width .5s,background-color .5s 1s;width:20px}.faqEntry{border:1px solid var(--border-color);width:100%;background-color:var(--card-bg-color);border-radius:1rem;padding:1rem;margin-bottom:1.5rem;transition:border 1s}.faqEntry .q{display:flex;flex-direction:row;padding:1rem;align-items:center;justify-content:center;cursor:pointer}.faqEntry .q .question-title{font-size:1.3em;flex:1 1}.faqEntry .q i.icon-angle-down{transition:transform .8s cubic-bezier(.68,-.55,.27,1.55)}.faqEntry .q i.icon-clone-1{font-size:1em;margin:0 1rem;color:var(--border-color);padding:0 1rem;font-style:unset}.faqEntry .q i.icon-clone-1:before{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.faqEntry .q i.icon-clone-1:hover{background-color:#f7941d;border-radius:1rem;color:var(--first-bg-color)}.faqEntry .q:hover{color:#f7941d}.faqEntry .a{background-color:var(--first-bg-color);border-radius:1rem;max-height:0;opacity:0;transition:all .8s cubic-bezier(.68,-.55,.27,1.55);padding:0 2rem;pointer-events:none;font-size:1.3em}.faqEntry.active:not(.single){border:1px solid #f7941d}.faqEntry.active{transition:border 1s}.faqEntry.active .a{max-height:30rem;opacity:1;margin-top:1rem;padding:2rem;transition:all .8s cubic-bezier(.68,-.55,.27,1.55)}.faqEntry.active .q{color:#f7941d}.faqEntry.active .q i.icon-angle-down{display:inline-block;transform:rotate(180deg);transition:transform .8s cubic-bezier(.68,-.55,.27,1.55)}@media screen and (max-width:300px){i.icon-clone-1{display:none!important}}.reset-password .form-tab .nav.nav-pills{border-bottom:.1rem solid var(--border-color)}.reset-password .form-tab .nav.nav-pills .nav-item{margin-bottom:-.1rem}.reset-password .form-tab .nav.nav-pills .nav-item+.nav-item{margin-left:0}.reset-password .form-tab .nav.nav-pills .nav-item.show .nav-link{color:inherit}.reset-password .form-tab .nav.nav-pills .nav-link{text-transform:capitalize;font-weight:400;font-size:2rem;letter-spacing:-.025em;color:inherit;border-bottom-width:.2rem;border-color:#f7941d;padding:.9rem 1rem;cursor:auto}.reset-password .form-tab .nav-fill .nav-item{flex:1 1}.reset-password .form-tab .tab-content .tab-pane{padding:2rem 0 0}.reset-password .form-tab .form-group{margin-bottom:1.3rem}.reset-password .form-tab .form-footer{padding-top:.6rem;padding-bottom:3rem;border-bottom:.1rem solid var(--border-color);margin-bottom:2.3rem}.reset-password .form-tab .form-footer .btn{margin-left:auto;margin-top:1rem;order:2;width:100%;border-radius:1rem}.reset-password .form-tab .form-footer a:not(.forgot-link){text-decoration:underline}.reset-password .form-tab .form-footer .custom-control{margin:0}.reset-password .form-tab .form-footer .forgot-link{order:-1;width:100%;margin-bottom:.6rem}.reset-password .form-choice{color:#333;font-weight:400;font-size:1.6rem;line-height:1.5;letter-spacing:-.025em}.reset-password .form-choice p{margin-bottom:2.7rem}