:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:persian;font-style:normal;font-weight:400;src:url(/static/media/font-medium.10d80bfa89985b74a634.woff) format("woff"),url(/static/media/font-medium.e2935b6a795dc64e9cb1.ttf) format("truetype")}@font-face{font-family:IRANSans;src:url(/static/media/IRANSans.623768ac2bdc3c1f78df.ttf) format("truetype")}@font-face{font-family:IRANSans_Black;src:url(/static/media/IRANSans_Black.5e38113afb1f7c222516.ttf) format("truetype")}@font-face{font-family:IRANSans_Bold;src:url(/static/media/IRANSans_Bold.393615b5c1fcd4ad23d5.ttf) format("truetype")}@font-face{font-family:IRANSans_Light;src:url(/static/media/IRANSans_Light.618fb10447c5facc14ea.ttf) format("truetype")}@font-face{font-family:IRANSans_Medium;src:url(/static/media/IRANSans_Medium.c03af4462819dc9cffc3.ttf) format("truetype")}@font-face{font-family:IRANSans_UltraLight;src:url(/static/media/IRANSans_UltraLight.eef56d0d917b1348b189.ttf) format("truetype")}.persian{font-family:persian!important}.IRANSans{font-family:IRANSans!important}.IRANSans_Black{font-family:IRANSans_Black!important}.IRANSans_Bold{font-family:IRANSans_Bold!important}.IRANSans_Light{font-family:IRANSans_Light!important}.IRANSans_Medium{font-family:IRANSans_Medium!important}.IRANSans_UltraLight{font-family:IRANSans_UltraLight!important}.Vazir{font-family:Vazir,Vazir FD,Vazir Farsi,sans-serif!important}.VazirCode{font-family:Vazir Code,Vazir Code FD,Vazir Code Farsi,sans-serif!important}.VazirMatn{font-family:Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,sans-serif!important}.Shabnam{font-family:Shabnam,Shabnam FD,Shabnam Farsi,sans-serif!important}.Samim{font-family:Samim,Samim FD,Samim Farsi,sans-serif!important}.Tanha{font-family:Tanha,Tanha FD,Tanha Farsi,sans-serif!important}.Gandom{font-family:Gandom,Gandom FD,Gandom Farsi,sans-serif!important}.Sahel{font-family:Sahel,Sahel FD,Sahel Farsi,sans-serif!important}.BYekan{font-family:BYekan,BYekan FD,BYekan Farsi,sans-serif!important}.Dirooz{font-family:Dirooz,Dirooz FD,Dirooz Farsi,sans-serif!important}.IranYekan{font-family:IranYekan,IranYekan FD,IranYekan Farsi,sans-serif!important}.IranNastaliq{font-family:IranNastaliq,IranNastaliq FD,IranNastaliq Farsi,sans-serif!important}.Lotus{font-family:Lotus,Lotus FD,Lotus Farsi,sans-serif!important}.Titr{font-family:Titr,Titr FD,Titr Farsi,sans-serif!important}.Mitra{font-family:Mitra,Mitra FD,Mitra Farsi,sans-serif!important}.Nazanin{font-family:Nazanin,Nazanin FD,Nazanin Farsi,sans-serif!important}.Kourosh{font-family:Kourosh,Kourosh FD,Kourosh Farsi,sans-serif!important}.Yekan{font-family:Yekan,Yekan FD,Yekan Farsi,sans-serif!important}@font-face{font-family:SFPro;font-style:normal;src:url(/static/media/SF-Pro.2f9118d7e608bf94730c.ttf),url(/static/media/SFPRODISPLAYREGULAR.d1f5e6e16dd4f75c3950.OTF),url(/static/media/SFPRODISPLAYBLACKITALIC.bf4f55c98ce6b6478da6.OTF),url(/static/media/SFPRODISPLAYBOLD.b1f4d2c69fa808ebca12.OTF) url(/static/media/SFPRODISPLAYLIGHTITALIC.8dbfd26d5a831ca710e0.OTF) url(/static/media/SFPRODISPLAYLIGHTITALIC.8dbfd26d5a831ca710e0.OTF) url(/static/media/SFPRODISPLAYMEDIUM.b85d841dacb040b84951.OTF) url(/static/media/SFPRODISPLAYSEMIBOLDITALIC.83c857f3c60b41485937.OTF) url(/static/media/SFPRODISPLAYTHINITALIC.3d2597acea660678af19.OTF) url(/static/media/SFPRODISPLAYULTRALIGHTITALIC.b90d5d0f41170f11b87e.OTF)}@supports(font-variation-settings:normal){body{font:normal 400 1.4rem/1.86 Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,IRANSans,sans-serif!important}}body{background:#0000!important;font:normal 400 1.4rem/1.86 Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,IRANSans,sans-serif!important;font-family:Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,IRANSans,sans-serif!important}html{-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;font-family:Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,IRANSans,sans-serif!important;font-size:62.5%!important;font-size-adjust:100%!important}*,:after,:before{font-family:Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,IRANSans,sans-serif}button,h1,h2,h3,h4,h5,h6,input,select,textarea{font-family:Vazir Matn,Vazir Matn FD,Vazir Matn Farsi,IRANSans,sans-serif!important}.heading{background:#fff;background:linear-gradient(90deg,#fff,#cde0f5 38%,#cde0f5 62%,#fff);height:40px;margin-bottom:4rem;margin-top:7rem}.bg-primary-dark{background-color:#4444f0}.font-gray:hover,.nav-link.text-white:hover{color:#005abd}.header-top{font-size:1.3rem;line-height:1.5;margin-bottom:0}.header-phone{background-color:initial;color:#fff;font-size:1.6rem;font-weight:600;padding-left:3rem;position:relative;text-decoration:none;transition:color .3s ease}.header-phone:hover{color:#27d0ee!important}.hover-blue:hover{border-top:1px solid #4444f0;color:#4444f0!important;transition-delay:.25s}.hover-blue{transition:all .35s ease}.hover-blue-footer:hover{border-bottom:1px solid #4444f0;color:#4444f0!important;transition:all .35s ease}.no-decoration{background-color:initial;text-decoration:none;transition:color .3s ease}.no-outline:focus{outline:10px solid #f000}.icon-flipped{transform:scaleX(-1);-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1)}#paginate>ul{justify-content:center!important}#paginate>ul,#paginate>ul>li.break>a{padding:initial!important}.tech-cart-btn{bottom:0;position:absolute;right:0;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.tech-card-label{position:absolute;right:0;top:0;transform:translate(0);-ms-transform:translate(-50%,-50%)}.tech-remove-btn{bottom:0;left:20%;position:absolute;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.badge{border-radius:9px}.badge-warning[href],.label-warning[href]{background-color:#c67605}#lblCartCount{background:#4444f0;color:#fff;font-size:12px}.photo{border-radius:5px;transition:all .1s cubic-bezier(.645,.045,.355,1)}.photo:hover{background-color:hsla(0,0%,83%,.651);box-shadow:0 0 5px 5px #54a3ee80}.header-notification{align-items:center;background-color:#e056fd;display:flex;font-size:1.3rem;height:40px;justify-content:center;position:relative}#root>div>div.container.min-vh-100.text-center.mx-auto.my-4>div:first-child>form>div>div.col-12.col-sm-12.col-lg-6>div>div>div>span>input{border-radius:var(--bs-border-radius-pill)!important}.breadcrumb{flex-wrap:wrap;height:auto;min-height:40px}.font-x{font-size:75%}.cart-detail{background-color:#d3d3d3;border-color:#a9a9a9;border-style:dotted}.cart-quick-view{z-index:1021}.cart-quick-view-anchor{display:inline-block;position:relative}.text-wrap-cart{max-height:300px;overflow-y:auto;width:100%;word-break:break-word}.cat-block figure{background:#e0e0e0;border-radius:50%;flex-grow:1;height:14rem;justify-content:center;margin:0;position:relative;transition:all .35s ease;width:14rem}.cat-block figure:hover{background:#e0e0e0a1}.cat-block{flex-direction:column;justify-content:flex-end;margin-bottom:2rem;text-align:center}.cat-block,.cat-block figure{align-items:center;display:flex}.cat-block figure img{width:70%}.cat-block-title{color:#000;font-size:1.4rem;font-weight:500;margin-bottom:0;margin-top:1rem;transition:all .35s ease}.about-images{direction:ltr!important;position:relative!important}@media screen and (min-width:992px){.about-images{padding-top:4rem!important}}@media screen and (max-width:991px){.about-images{display:flex!important;justify-content:center!important;margin-bottom:2rem!important}.about-images img{margin:auto!important}}@media screen and (max-width:575px){.about-images{display:block!important}}.about-img-front{position:relative!important;z-index:2}.about-img-back,.about-img-front{box-shadow:0 0 0 .5rem #f9f9f9!important;max-width:20rem!important}@media screen and (min-width:992px){.about-img-back{position:absolute!important;right:0!important;top:0!important;z-index:1!important}}.brands-text{margin-bottom:3rem;margin-top:.5rem}@media screen and (min-width:992px){.brands-text{max-width:43rem}}.brands-text .title{line-height:1.5}.brands-display{margin-top:.5rem}.brands-display .brand{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;max-width:10rem;min-height:0}.brands-display [class*=col-]{display:flex}.brands-display [class*=col-] .brand{width:100%}.member{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:37.6rem}.member p{color:#fff;max-width:240px}.member.text-center p{margin-left:auto;margin-right:auto}.member.text-center .social-icons{justify-content:center}.member-media{margin:0;position:relative}.member-media img{width:100%}.member-content{overflow:hidden;padding:1rem 0}.member-title{font-size:1.6rem;margin:0}.member-title span{color:#666;display:block;font-size:1.4rem;font-weight:300;margin-top:.3rem}.member-overlay{align-items:center;background-color:#666666b3;bottom:0;color:#fff;display:flex;justify-content:center;left:0;opacity:0;overflow:hidden;position:absolute;right:0;top:0;visibility:hidden;z-index:3}.member-overlay .member-title{color:inherit;margin-bottom:1.5rem}.member-overlay .member-title span{color:#ebebeb}.member-overlay .social-icons{margin-top:2.7rem}.member-overlay .social-icon{font-size:1.5rem}.member-overlay .social-icon+.social-icon{margin-right:2.8rem}.member-overlay .social-icon:not(:hover){color:inherit}.member-content,.member-overlay{transition:all .35s ease}.member:hover .member-content{opacity:0}.member:hover .member-overlay{opacity:1;visibility:visible}.member:hover.member-anim .member-overlay .member-title,.member:hover.member-anim .member-overlay .social-icons,.member:hover.member-anim .member-overlay p{animation-duration:.45s;animation-fill-mode:both;animation-name:fadeInUpShort}.member:hover.member-anim .member-overlay p{animation-delay:.1s}.member:hover.member-anim .member-overlay .social-icons{animation-delay:.2s}.member:hover.member-anim .member-content .member-title{animation-duration:.45s;animation-fill-mode:both;animation-name:fadeOutUpShort}@keyframes fadeInUpShort{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutUpShort{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-100px,0)}}.member.member-2{background-color:#fff;margin-left:auto;margin-right:auto;max-width:277px}.member.member-2 .member-content{opacity:1;padding-bottom:2.7rem;padding-top:1.7rem;visibility:visible}.member.member-2 .member-overlay{background-color:#fafafab3;color:#000}.member.member-2 .member-overlay .social-icons{margin-bottom:0;margin-top:0}#map{background-color:#f0f0f0;height:280px;margin-bottom:2rem;overflow:hidden}.read-more{display:inline-block;padding-bottom:.1rem;position:relative;transition:all .3s ease}.read-more:after{content:"←";display:block;font-family:icon;font-size:1.5rem;left:0;line-height:1;margin-top:-.75rem;opacity:0;position:absolute;top:50%;transform:translateX(0);transition:all .25s ease}.read-more:focus,.read-more:hover{padding-left:2.2rem}.read-more:focus:after,.read-more:hover:after{opacity:1;transform:translateX(-.3rem)}a{text-decoration:none!important}.btn-outline-primary-2{background-image:none;border-color:#4444f0;box-shadow:none}.font-gray{color:#595959}.font-dark-gray{color:#444242}.font-40{font-size:1.3rem}.dropdown-toggle:after{display:none}.round-radius{border-radius:13px}.dropdown-menu{max-height:70vh;overflow:auto}.services.icon-boxes-container{background:#1a1a1a}.services.icon-boxes-container .container{max-width:110rem}.services.icon-boxes-container .icon-box{justify-content:center}.services.icon-boxes-container .icon-box-content p{color:#979191;font-size:13px}.services.icon-boxes-container .icon-box-icon,.services.icon-boxes-container .icon-box-title{color:#fff}.icon-box{color:#444;font-size:1.6rem;font-weight:300;line-height:1.5;margin-bottom:2rem}.services .icon-box:hover .icon-box-title,.services .icon-box:hover p{color:var(--color-primary)}.icon-box.icon-box-sm{font-size:1.4rem;line-height:1.86}.icon-box-title{font-size:1.8rem;margin-bottom:.9rem}.icon-box-icon,.icon-box-title{color:#000;transition:all .35s ease}.icon-box-icon{align-items:center;display:inline-flex;font-size:4rem;justify-content:center;line-height:1;margin-bottom:2rem}.icon-box-content p{transition:all .35s ease}.icon-box-content p:last-child{margin-bottom:0}.icon-box-left{padding-left:70px;position:relative}.icon-box-left .icon-box-icon{left:0;position:absolute;top:-1rem}.icon-box-circle .icon-box-icon{border-radius:50%;color:#fff;height:7rem;width:7rem}.icon-box-circle.icon-box-left{padding-left:100px}.icon-box-circle.icon-box-left .icon-box-icon{left:1rem}.icon-payment-failed,.icon-payment-success{align-items:center;background-color:#00a645;border-radius:50%;display:flex;height:5rem;justify-content:center;margin:2rem auto;width:5rem}.icon-payment-failed i,.icon-payment-success i{color:#fff;font-size:3rem}.icon-payment-failed{background-color:#d61920}.icon-box-card{background-color:#fafafa;padding:6.5rem 2rem 6rem}.icon-box-card .icon-box-title{font-weight:600}.icon-box-card .icon-box-icon{margin-bottom:1.3rem}.icon-boxes-container{margin-bottom:0;padding-bottom:2rem;padding-top:2rem}.icon-boxes-container.bg-dark .icon-box-icon{color:#333}.icon-boxes-container.bg-dark .icon-box-title{color:#fff}.icon-box-side{align-items:center;display:flex;padding-bottom:2rem;padding-top:2rem;width:100%}.icon-box-side,.icon-box-side p{margin-bottom:0}.icon-box-side .icon-box-icon{display:inline-block;line-height:0;margin-bottom:0;min-width:7rem;text-align:center}.icon-box-side .icon-box-title{font-size:1.6rem;font-weight:500;margin-bottom:0;margin-top:.2rem}@media screen and (min-width:768px){.icon-box{margin-bottom:4rem}.icon-box-side{margin-bottom:0}}@media screen and (min-width:1360px){.icon-boxes-separator [class*=col-]+[class*=col-]:before{background-color:#e9e9e9;content:"";display:block;height:5.3rem;left:-.3rem;margin-top:-2.55rem;position:absolute;top:50%;width:.1rem}}@media screen and (max-width:1363px){.icon-box-sm br{display:none}}.bg-gray-dark{background-color:#3a3a3a!important}.text-gray{color:#595959!important}.react-search-box-dropdown{position:relative;width:100%}.react-search-box-dropdown>ul{background-color:#fff;box-shadow:0 10px 20px 5px #0000000d;max-height:44vh;overflow-x:hidden;overflow-y:auto;padding:.5rem 2rem 2rem;position:absolute;width:100%;z-index:1026}.react-search-box-dropdown>ul>li{height:auto!important}.bg-off{background-color:#d61920!important}.bg-new{background-color:#1890ff!important}.bg-special{background-color:#0054cf!important}.bg-second-hand{background-color:#6154b8!important}.bg-none{background-color:#0000!important}.rct-title{font-size:13px!important;margin:0!important}.accordion-body,.rct-title,.react-checkbox-tree>ol{padding:0!important}.swiper-button-next,.swiper-button-prev{opacity:.85}.swiper:focus-within .swiper-button-next,.swiper:focus-within .swiper-button-prev,.swiper:hover .swiper-button-next,.swiper:hover .swiper-button-prev{opacity:1}ol{padding-left:0!important;width:100%!important}.rct-collapse{padding:0!important}.dropdown:not(.cart-quick-view):hover>.dropdown-menu{display:block}.rct-node-icon{display:none}.social-container{height:70%!important;width:70%!important}.social-container:hover{height:80%!important;width:80%!important}.disabled{cursor:not-allowed!important;opacity:.6;pointer-events:all!important}.hover-white:hover{color:#fff!important}.product-details-action{align-items:center;display:flex;flex-flow:row wrap;justify-content:center;margin:2rem 0}.product-details-action .btn-cart{font-size:1.6em;max-width:198px;min-width:150px;padding:1.2rem 1.5rem}.product-details-action .btn-cart span{border:0;box-shadow:none;color:inherit;font-size:1.6rem}.product-details-action .btn-cart:before{margin-left:.4rem}.btn-product{align-items:center;color:#666;display:flex;flex-basis:auto;flex-grow:1;font-size:1.8rem;justify-content:center;line-height:1;padding-bottom:1.9rem;padding-top:1.9rem;position:relative;transition:all .35s ease}.btn-product:before{font-family:icon}.btn-product span{color:#666;font-size:1.3rem;transition:all .35s ease}.btn-product:focus,.btn-product:hover{outline:none!important}.btn-product.btn-cart:hover{background-color:#29d16f;border:1px solid #29d16f;box-shadow:#00a645}.btn-product.btn-cart{background-color:#00a645;border:1px solid #00a645;color:#fff}#searchBox>div>div>span>input{padding-right:15px}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:60px!important;width:30px!important}#category_filter .rct-node-leaf .rct-collapse,#category_filter label{display:none}#category_filter .rct-direction-rtl ol ol{padding-right:19px!important}#brand_filter .rct-title{font-size:13px!important}.category_highlight{background-color:#ff0;font-weight:700}.rct-node-clickable:focus,.rct-node-clickable:hover{background:#33c0!important}.cart-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.cart-scroll .row{min-width:700px}.cart-quick-view .dropdown-menu,.cart-quick-view-menu{border:1px solid #e9ecef;border-radius:12px;box-shadow:0 8px 24px #0000001f;margin-top:0!important;max-width:360px;min-width:300px;padding:.5rem 0}.cart-quick-view-anchor:after{content:"";height:10px;left:0;position:absolute;right:0;top:100%}.cart-quick-view-items{max-height:280px;overflow-y:auto;padding:.25rem 0}.cart-quick-view-item{align-items:center;display:flex;gap:.5rem;padding:.5rem .75rem;transition:background-color .15s ease}.cart-quick-view-item:hover{background-color:#f8f9fa}.cart-quick-view-item-link{align-items:center;color:inherit;display:flex;flex:1 1;gap:.75rem;min-width:0;text-decoration:none}.cart-quick-view-item-link:hover{color:inherit}.cart-quick-view-thumb{background:#f8f9fa;border-radius:8px;flex-shrink:0;height:56px;overflow:hidden;width:56px}.cart-quick-view-thumb img{height:100%;object-fit:contain;width:100%}.cart-quick-view-details{flex:1 1;min-width:0}.cart-quick-view-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9rem;line-height:1.4;margin-bottom:.15rem;overflow:hidden}.cart-quick-view-remove{align-items:center;background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;padding:.4rem;transition:color .15s ease,background-color .15s ease}.cart-quick-view-remove:focus-visible,.cart-quick-view-remove:hover{background-color:#fff5f5;color:#dc3545;outline:none}.cart-quick-view-empty{padding:1rem .75rem}.cart-quick-view-footer{border-top:1px solid #eee;padding:.75rem}.cart-quick-view-total{margin-top:.5rem;padding-top:.5rem}.qty-btn{align-items:center;background:#fff;border:1px solid #ccc;border-radius:50%;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;line-height:1;transition:all .2s ease;width:28px}.qty-btn:hover{background:#f7f7f7;border-color:#999}.qty-btn:active{background:#eaeaea;transform:scale(.92)}.delete-icon{transition:transform .2s ease,color .2s ease}.delete-icon:hover{color:red;transform:scale(1.2)}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-hero-slider{aspect-ratio:837/490;max-height:490px;min-height:200px;overflow:hidden;width:100%}.home-hero-slide-img{display:block;object-fit:cover}.carousel-inline-skeleton,.cat-block-skeleton,.home-hero-side-skeleton,.home-hero-slider-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px}.home-hero-slider-skeleton{height:100%;min-height:200px;width:100%}.home-hero-side-banners{min-height:200px}.home-hero-side-banner{min-height:100px}.home-hero-side-img{aspect-ratio:400/235;display:block;min-height:100px;object-fit:cover}.home-hero-side-skeleton{aspect-ratio:400/235;min-height:100px;width:100%}.home-category-row{min-height:160px}.cat-block-skeleton{margin-bottom:1rem;min-height:140px;width:100%}.carousel-inline-shell{min-height:120px}.carousel-inline-skeleton{margin:1rem auto;min-height:120px;width:100%}.product-gallery-shell{aspect-ratio:4/3;max-width:100%;min-height:400px;overflow:hidden;width:100%}.product-gallery-shell .image-gallery-image{height:auto;max-height:500px;max-width:100%;object-fit:contain;width:100%}@media (max-width:767.98px){.product-gallery-shell{aspect-ratio:auto;min-height:auto;overflow:visible}.product-gallery-shell .image-gallery,.product-gallery-shell .image-gallery-content{max-width:100%;width:100%!important}.product-gallery-shell .image-gallery-slide-wrapper{width:100%!important}.product-gallery-shell .image-gallery-thumbnails-wrapper{display:block!important;height:auto!important;margin-top:.5rem;width:100%!important}.product-gallery-shell .image-gallery-thumbnails{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;padding:.25rem 0}.product-gallery-shell .image-gallery-thumbnails-container{white-space:nowrap}.product-gallery-shell .image-gallery-thumbnail{display:inline-block;height:64px;margin:0 4px;width:64px}.product-gallery-shell .image-gallery-thumbnail-image{height:100%;object-fit:cover;width:100%}}.products-page-wrap{margin-left:0;margin-right:0;max-width:100%;overflow-x:hidden}.products-sidebar{padding-left:.75rem;padding-right:.75rem}#paginate ul{flex-wrap:wrap;gap:.35rem;justify-content:center;max-width:100%;padding:0 .5rem}#paginate li a{min-height:40px;min-width:40px;padding:.5rem .65rem}.photo .actions{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center;max-width:100%}.photo .actions .btn{float:none!important;margin:0!important}.home-promo-banner{aspect-ratio:600/350;display:block;object-fit:cover}.home-promo-banner-wide{aspect-ratio:3/1;display:block;object-fit:cover}.home-promo-banner-side{aspect-ratio:5/6;display:block;object-fit:cover}.product-card-image{background-color:#f8f9fa}.auth-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 8px 28px #00000014;padding:1.75rem 1.5rem}.auth-card-header{margin-bottom:1.25rem}.auth-steps{display:flex;gap:.5rem;margin-bottom:1.5rem}.auth-step,.auth-steps{align-items:center;justify-content:center}.auth-step{background:#f1f3f5;border:2px solid #e9ecef;border-radius:50%;color:#6c757d;display:inline-flex;font-size:.9rem;font-weight:600;height:2rem;transition:all .2s ease;width:2rem}.auth-step-active{background:#00a645;border-color:#00a645;color:#fff}.auth-step-done{background:#e8f8ee;border-color:#00a645;color:#00a645}.auth-step-line{background:#dee2e6;height:2px;width:3rem}.auth-input-group .input-group-text{background:#f8f9fa;border-color:#ced4da;color:#495057}.auth-mobile-input,.auth-otp-input{font-size:1.05rem;letter-spacing:.02em}.auth-otp-input{font-size:1.35rem;font-weight:600;letter-spacing:.35em;text-align:center}.auth-submit-btn{font-size:1rem;font-weight:600;min-height:48px}.auth-link-btn{color:#0d6efd;font-weight:500;text-decoration:none}.auth-link-btn:focus-visible:not(:disabled),.auth-link-btn:hover:not(:disabled){color:#0a58ca;text-decoration:underline}.auth-link-btn:disabled{color:#adb5bd;cursor:not-allowed;text-decoration:none}.auth-card-footer{border-top:1px solid #eee;margin-top:1.25rem;padding-top:1.25rem}@media (max-width:575.98px){.auth-card{border-radius:12px;padding:1.25rem 1rem}}