@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;margin:0;max-width:100%;outline-color:#f90;outline-color:var(--sec-color);padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif}dialog{margin:auto}dialog :focus{outline:auto;outline-color:#f90;outline-color:var(--sec-color)}#root{display:grid;grid-template-rows:auto 1fr auto;min-height:100dvh}#root>main{container-type:inline-size;position:relative}.body-header{display:flex}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-screen{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100dvh}.container{margin:0 auto;max-width:75rem;padding:0 1rem}.Toastify{height:0;position:absolute}.containerx{min-height:100%}.containerx .content .table-wrapper .table{position:relative}.containerx .content .table-wrapper .table td.error{text-align:center}.form-wrapper{margin:0 auto;width:100vh}.form-wrapper h2{margin-top:0;padding-bottom:6%;text-align:center}.form-wrapper form{display:flex;flex-direction:column;gap:20px}.form-wrapper form .form-group{display:flex;flex-direction:column;gap:5px}.form-wrapper form .form-group label{font-weight:700}.form-wrapper form .form-group input[type=email],.form-wrapper form .form-group input[type=text],.form-wrapper form .form-group select{border:1px solid #ccc;border-radius:5px;padding:10px}.form-wrapper form .form-group input[type=email]:focus,.form-wrapper form .form-group input[type=text]:focus,.form-wrapper form .form-group select:focus{outline:none}.form-wrapper form .form-actions{display:flex;gap:10px;justify-content:flex-end}.form-wrapper form .form-actions button[type=submit]{background-color:#f90;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;width:20vh}.form-wrapper form .form-actions button[type=submit]:hover{background-color:#d80}.form-wrapper form .form-actions button[type=submit]:focus{outline:none}.form-wrapper form .form-actions button[type=submit] .spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.react-confirm-alert-overlay{align-items:center;background:transparent!important;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.react-confirm-alert{background-color:#f1f1f1;border:1px solid #636060;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.2);max-width:500px;padding:20px;text-align:center}.react-confirm-alert>h1{margin-top:0}.react-confirm-alert-button-group{display:flex;justify-content:center;margin-top:20px}.react-confirm-alert-button-group button{background-color:#f90;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin:0 10px;outline:none;padding:10px 20px}.react-confirm-alert-button-group button:hover{background-color:#d80}.create-user-form{align-items:center;display:flex;flex-direction:column;justify-content:center}.create-user-form h2{padding-bottom:20px}.create-user-form form{border-radius:5px;display:flex;flex-direction:column;width:50%}.create-user-form form div{display:flex;flex-direction:column;margin-bottom:1rem}.create-user-form form div label{font-weight:700;margin-bottom:.5rem}.create-user-form form div input[type=email],.create-user-form form div input[type=password],.create-user-form form div input[type=text],.create-user-form form div select{border:1px solid #ccc;border-radius:5px;padding:.5rem;width:100%}.create-user-form form div .password-input-wrapper{position:relative}.create-user-form form div .password-input-wrapper .eye-icon{cursor:pointer;position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.create-user-form form button{background-color:#f90;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.5rem 1rem;transition:background-color .2s;width:40%}.create-user-form form button:hover{background-color:#d90}@media only screen and (max-width:1200px){.create-user-form form{width:90%}.create-user-form form button{width:70%}}@media only screen and (max-width:768px){.create-user-form form{width:100%}}.custom-ui h3{margin-bottom:10px}.custom-ui p{margin-bottom:20px}.custom-ui form label{font-weight:700}.custom-ui form input[type=text]{border:1px solid #ccc;border-radius:4px;padding:10px;width:100%}.custom-ui form .btn-primary{background:#f90;border:none;margin:10px}.custom-ui form .btn-primary:hover{background-color:#d90}.custom-ui form .btn-secondary{background:#888;border:none}.custom-confirm-button{background-color:#f90!important}.btn_sts{display:flex;padding-top:20px}.card1{background-color:#f1f1f1;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;height:10vh;margin-right:10px;transition:box-shadow .3s ease-in-out;width:25%}.card1:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.card1 .Dashtruck{background-color:#0a0;border:none;border-radius:5px;margin:7px 10px 7px 7px;width:25%}.card1 .DashUser{background-color:#f90;border:none;border-radius:10px;margin:7px 10px 7px 7px;width:25%}.card1 .DashSub{background-color:#888}.card1 .DashSub,.card1 .Dashorder{border:none;border-radius:5px;margin:7px 10px 7px 7px;width:25%}.card1 .Dashorder{background-color:#320}.card1 .info{width:20%}.card1 .info h3{padding-bottom:7px;padding-top:20%}.card1 .dashorder-icon,.card1 .dashsub-icon,.card1 .dashtruck-icon,.card1 .dashuser-icon{color:#fff;font-size:24px;margin-right:5px}@media only screen and (max-width:767px){.btn_sts{display:grid;padding-top:20px}.card1{margin-top:20px;width:100%}}@media(max-width:575px){.btn_sts{display:grid;padding-top:20px}.card1{height:10vh;margin-top:20px;width:100%}}@media(min-width:576px)and (max-width:767px){.btn_sts{display:grid;padding-top:20px}.card1{height:12vh;margin-top:20px;width:100%}}@media(min-width:768px)and (max-width:991px){.card1{height:7vh;margin-top:20px;width:100%}}.chart-container{align-items:center;justify-content:center;margin-top:20px}.chart-container h2{padding-bottom:2%;padding-top:4%}.chart-container .filter-select{margin-right:10px}.chart-container .filter-button,.chart-container .filter-select{border-radius:10px;cursor:pointer;height:5vh;margin-bottom:2%;width:20vh}.chart-container .filter-button{background-color:#f90;border:none;color:#fff}.chart{height:100%;width:90%}.year-month-selection{margin-top:20px}.year-month-selection select{margin-right:10px}@media only screen and (max-width:767px){.chart-container{height:50vh;width:100%}}:root{--back-color-2:#eee;--green-color:#0a0;--dark-sec-color:#d80;--darker-sec-color:#320;--transparent-sec-color:#d802;--re-space:3rem;--sm-re-space:5vw;--md-space:5rem;--xsm-space:10px;--sm-box-padding:0.6rem 1rem}.sec-color{color:#f90;color:var(--sec-color)}.grey{color:#888;color:var(--gray-color)}.green{color:#0a0;color:var(--green-color)}.error{color:#ff003d;color:var(--error-color)}.bg-transparent{background:transparent}.no-border{border:none}.pointer{cursor:pointer}.search-top{box-shadow:0 0 11px -6px #111;box-shadow:0 0 11px -6px var(--main-color);display:flex;justify-content:center;max-width:100vw;padding:10px;padding:var(--xsm-space)}.btn1{background-color:#f90;background-color:var(--sec-color);border:2px solid transparent;border-radius:10px;border-radius:var(--xsm-space);color:#fff;color:var(--back-color);font-size:1rem;font-weight:700;padding:.6rem 1rem;padding:var(--sm-box-padding)}.btn1:hover{background-color:#d80;background-color:var(--dark-sec-color)}.btn1.btn-danger,.btn1.cancel,.btn1:disabled{background-color:#888;background-color:var(--gray-color)}.btn1.clr-dark{color:#111;color:var(--main-color);font-weight:700}.btn1.inverse{background-color:transparent;border:2px solid;color:#f90;color:var(--sec-color)}.btn1.inverse:hover{background-color:#d802;background-color:var(--transparent-sec-color)}.swal-button{margin:10px;margin:var(--xsm-space)}.back-angular{background:conic-gradient(from 65deg,#ddd,#eee);background:conic-gradient(from 65deg,var(--light-gray-color),var(--back-color-2))}header.body-header{background-color:#111;background-color:var(--main-color);color:#fff;color:var(--back-color);display:flex;justify-content:space-between;padding:.25rem 3rem;padding:.25rem var(--re-space);width:100%}header.body-header>*{align-items:center;display:flex}header.body-header .brand{font-size:1.5rem;gap:10px;gap:var(--xsm-space)}header.body-header .brand img{height:2.5rem;width:3rem}header.body-header nav{gap:20px;gap:calc(var(--xsm-space)*2);justify-content:flex-end}header.body-header nav>*{position:relative}header.body-header nav>:hover .drop-down{display:block}header.body-header nav a{color:inherit}header.body-header nav svg{height:2rem;width:auto}header.body-header nav svg *{fill:currentColor;stroke:currentColor;color:#ddd;color:var(--light-gray-color)}header.body-header nav .profile{aspect-ratio:1/1;height:2.5rem}header.body-header nav .profile img{border-radius:100000px;height:100%;object-fit:cover;width:100%}header.body-header nav .drop-down{border-radius:10px;border-radius:var(--xsm-space);box-shadow:0 5px 15px -5px #888;box-shadow:0 5px 15px -5px var(--gray-color);color:#111;color:var(--main-color);contain:content;display:none;max-width:100vw;position:absolute;right:0;top:100%;width:-webkit-max-content;width:max-content;z-index:1}header.body-header nav .user .user-drop{background-color:#fff;background-color:var(--back-color);display:flex;flex-direction:column;max-width:100vw;min-width:200px;width:30vw}header.body-header nav .user .user-drop>*{border-top:1px solid #ddd;border-top:1px solid var(--light-gray-color);display:flex;flex-direction:column;gap:10px;gap:var(--xsm-space);padding:30px 2rem;padding:calc(var(--xsm-space)*3) 2rem}header.body-header nav .user .user-drop section{background-color:#fff;background-color:var(--back-color)}header.body-header nav .user .user-drop .top{align-items:center;background-color:#ddd;background-color:var(--light-gray-color);gap:10px;gap:var(--xsm-space);padding:2rem 0}header.body-header nav .user .user-drop .top .profile{height:3.5rem}@media screen and (max-width:550px){header.body-header{padding:.5rem 5vw;padding:.5rem var(--sm-re-space)}header.body-header nav{display:none}}a{color:#f90;color:var(--sec-color);cursor:pointer;text-decoration:none}.search-box{background-color:#ddd;background-color:var(--light-gray-color);border-radius:10000px;display:flex;gap:.3rem;height:3rem;margin-left:auto;margin-right:auto;margin-top:5px;max-width:100%;padding:.4rem 1rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:41.66667vw;width:calc(var(--fr-vw)*5)}.search-box input{flex:1 1;font-size:1rem;height:100%;min-width:3vw;outline:none}.search-box button,.search-box input{background-color:transparent;border:none;padding:.2rem 0}.search-box button{padding-inline:5px}.search-box button svg{height:100%;width:auto}@media screen and (max-width:55rem){.search-box{max-width:100vw;width:20rem}}.landing-page .landing-content .slider .list{color:#fff;color:var(--back-color);contain:content}.landing-page .landing-content .slider .list>*{background-color:#111;background-color:var(--main-color);display:flex;height:30rem;justify-content:space-between;position:relative}.landing-page .landing-content .slider .list>*>.content{display:flex;flex:1 1;flex-direction:column;gap:3rem;justify-content:center;padding:3rem 8.33333vw;padding:3rem var(--fr-vw)}.landing-page .landing-content .slider .list>*>.content p{font-size:2.6rem;font-weight:200}.landing-page .landing-content .slider .list>*>.content .buttons{display:flex;gap:1rem}.landing-page .landing-content .slider .list>*>.content .buttons button{padding:.8rem 1.5rem}.landing-page .landing-content .slider .list>* img{height:100%;object-fit:cover;width:40%}@media screen and (max-width:40rem){.landing-page .landing-content .slider .list>*>.content{text-align:center}.landing-page .landing-content .slider .list>*>.content .buttons{justify-content:center}.landing-page .landing-content .slider .list>* img{display:none}}@media screen and (max-width:20rem){.landing-page .landing-content .slider .list>*>.content p{font-size:2rem}}.landing-page .products-list{grid-template-columns:1fr;grid-template-rows:1fr}.p-404{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-block:70px;margin-inline:auto;text-align:center;width:41.66667vw;width:calc(var(--fr-vw)*5)}.p-404 h1{font-size:10rem;font-weight:300;margin-bottom:-1rem}.p-404 h2{font-size:2rem;font-weight:600}footer.body-footer{align-items:flex-start;background-color:#ddd;background-color:var(--light-gray-color);color:#111;color:var(--main-color);display:flex;justify-content:space-between;padding:.5rem 3rem;padding:.5rem var(--re-space);width:100%}footer.body-footer>*{align-items:center;display:flex}footer.body-footer .brand{font-size:1.5rem;gap:10px;gap:var(--xsm-space)}footer.body-footer .brand img{height:2.5rem;width:3rem}footer.body-footer article{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;text-align:right}footer.body-footer .subscribe{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}footer.body-footer .subscribe>p{flex-grow:999999}footer.body-footer .subscribe>*{flex-grow:1}@media screen and (max-width:550px){footer.body-footer{align-items:center;flex-direction:column;gap:10px;gap:var(--xsm-space);padding:1rem 5vw 2rem;padding:1rem var(--sm-re-space) 2rem}}.center-xy{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.input .label{display:block;padding:0 .5rem .2rem}.input .input-1{align-items:center;background:#fff;background:var(--back-color);border:none;border-radius:10px;border-radius:var(--xsm-space);box-shadow:0 0 5px -4px #111;box-shadow:0 0 5px -4px var(--main-color);contain:content;display:flex;gap:.6rem 1rem;gap:var(--sm-box-padding);justify-content:space-between;padding:.6rem 1rem;padding:var(--sm-box-padding)}.input .input-1:focus,.input .input-1:focus-within{outline:2px solid transparent}.input .input-1 input,.input .input-1 select,.input .input-1 textarea{background-color:transparent;border:none;flex:1 1;font-family:inherit;font-size:inherit;outline:none;width:100%}.input .input-1 input::-webkit-input-placeholder,.input .input-1 select::-webkit-input-placeholder,.input .input-1 textarea::-webkit-input-placeholder{color:#888;color:var(--gray-color);font-family:inherit;font-size:inherit}.input .input-1 input::placeholder,.input .input-1 select::placeholder,.input .input-1 textarea::placeholder{color:#888;color:var(--gray-color);font-family:inherit;font-size:inherit}.input .input-1 option:checked{background-color:#051a01;color:#f6fa00}.input .input-1 .icon{align-items:center;display:flex;height:1.5rem}.input .input-1 .icon svg{fill:currentColor;color:#111;color:var(--main-color);height:inherit}.input .input-1+.error{padding-inline:10px;padding-inline:var(--xsm-space)}.sign{border-radius:10px;border-radius:var(--xsm-space);margin:2rem auto 3rem;max-width:90vw;padding:3rem 5rem;width:40rem}.sign,.sign form{display:flex;flex-direction:column;gap:16px;gap:calc(var(--xsm-space)*1.6)}.sign form>.error{margin-top:-10px;margin-top:calc(var(--xsm-space)*-1);padding-inline:10px;padding-inline:var(--xsm-space)}@container (max-width: 550px){.sign{margin-inline:5vw;margin-inline:var(--sm-re-space);max-width:100vw;padding:3rem 5vw;padding:3rem var(--sm-re-space)}}.google-button{align-items:center;background:#fff;background:var(--back-color);border:none;border-radius:10px;border-radius:var(--xsm-space);box-shadow:0 0 5px -4px #111;box-shadow:0 0 5px -4px var(--main-color);color:inherit;contain:content;display:flex;gap:.6rem 1rem;gap:var(--sm-box-padding);justify-content:center;padding:.6rem 1rem;padding:var(--sm-box-padding)}.google-button .logo{height:1.5rem;width:auto}.lds-ellipsis{--_back:var(--back-color);align-items:center;display:inline-flex;height:16px;position:relative;width:80px}.lds-ellipsis.dark{--_back:var(--main-color)}.lds-ellipsis.active{--_back:var(--sec-color)}.lds-ellipsis div{-webkit-animation-timing-function:cubic-bezier(0,1,1,0);animation-timing-function:cubic-bezier(0,1,1,0);background:var(--_back);border-radius:50%;height:10px;height:var(--xsm-space);max-height:100%;position:absolute;width:10px;width:var(--xsm-space)}.lds-ellipsis div:first-child{-webkit-animation:lds-ellipsis1 .6s infinite;animation:lds-ellipsis1 .6s infinite;left:8px}.lds-ellipsis div:nth-child(2){left:8px}.lds-ellipsis div:nth-child(2),.lds-ellipsis div:nth-child(3){-webkit-animation:lds-ellipsis2 .6s infinite;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px}.lds-ellipsis div:nth-child(4){-webkit-animation:lds-ellipsis3 .6s infinite;animation:lds-ellipsis3 .6s infinite;left:56px}@-webkit-keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}@keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}.link,.or{align-items:center;display:flex;justify-content:center}.link{flex-direction:column}.link img{height:40vh;width:30vw}.link p{font-size:22px}.link button{height:5vh;width:29vw}form .success{color:#0a0;color:var(--green-color)}.xy-container .search{display:flex;justify-content:center;padding:10px;padding:10px var(--xsm-space)}.xy-container .productsdescription{grid-gap:1rem;display:grid;grid-template-columns:1fr 3fr;padding:4rem 2rem}.xy-container .productsdescription .shopItems div .shop{color:#888;color:var(--gray-color);font-size:1.1rem;line-height:40px}.xy-container .productsdescription .shopItems div .shop b{color:#111;color:var(--main-color);padding-left:30px}.xy-container .productsdescription .product{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:center}.xy-container .productsdescription aside{display:flex;flex-direction:column;gap:1rem}.xy-container .productsdescription aside p{color:#888;color:var(--gray-color);font-size:1.1rem;line-height:40px;padding-left:10px;padding-left:var(--xsm-space)}.xy-container .productsdescription aside p span{color:#111;color:var(--main-color);padding-left:30px}.xy-container .productsdescription aside .manageProducts{position:relative}.xy-container .productsdescription aside .manageProducts:after{background-color:#ddd;background-color:var(--light-gray-color);bottom:-3px;content:"";height:1px;left:0;position:absolute;width:50%}.xy-container .sellerProfile{display:flex}.xy-container .sellerProfile .sellerInfo{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem}.xy-container .sellerProfile .sellerInfo h2{font-size:2rem}.xy-container .container2{display:flex;flex-direction:column;grid-area:profile}.xy-container .container2 .profile{height:16rem;width:100vw}.xy-container .container2 .profile img{height:100%;object-fit:cover;width:100%}.xy-container .container2 .sellerProfile{grid-gap:3rem;grid-gap:var(--re-space);display:grid;grid-template-columns:-webkit-max-content 3fr;grid-template-columns:max-content 3fr;padding-inline:5vw;padding-inline:var(--sm-re-space)}.xy-container .container2 .sellerProfile .sellerPicture{aspect-ratio:1/.5;display:grid;height:6rem}.xy-container .container2 .sellerProfile .sellerPicture img{aspect-ratio:1/1;border:.2rem solid #ddd;border:.2rem solid var(--light-gray-color);border-radius:200px;box-shadow:0 0 10px -5px #111;box-shadow:0 0 10px -5px var(--main-color);translate:0 -50%;width:100%}.xy-container .container2 .sellerProfile .sellerInfo{display:flex;flex-direction:row;justify-content:space-between}.xy-container .container2 .sellerProfile .sellerInfo .email{color:#888;color:var(--gray-color)}.xy-container .container2 .sellerProfile .sellerInfo .edit button{background-color:#f90;background-color:var(--sec-color);border:none;border-radius:10px;border-radius:var(--xsm-space);color:#fff;color:var(--back-color);font-size:1rem;font-weight:700;margin-right:40px;padding:.6rem 1rem;padding:var(--sm-box-padding)}.xy-container .container2 .sellerProfile .sellerInfo .edit button:hover{background-color:#d80;background-color:var(--dark-sec-color)}@media screen and (max-width:1200px){.xy-container .productsdescription aside .sellerStatus p{flex:1 1}.xy-container .productsdescription aside .manageProducts:after{content:"";width:90%}}@media screen and (max-width:1200px)and (max-width:935px){.xy-container .container2 .sellerProfile .sellerPicture{height:5rem}}@media screen and (max-width:1200px)and (max-width:720px){.xy-container .container2 .sellerProfile{display:flex;flex-direction:column}.xy-container .container2 .sellerProfile .sellerPicture{margin-inline:auto}.xy-container .container2 .sellerProfile .sellerInfo{align-items:center;flex-direction:column;flex-wrap:wrap;text-align:center}.xy-container .container2 .sellerProfile .sellerInfo button{margin:0!important}.xy-container .productsdescription{display:flex;flex-direction:column}.xy-container .productsdescription aside .sellerStatus{display:flex;flex-direction:row;justify-content:space-around}.xy-container .productsdescription aside .sellerStatus p{text-align:center}.xy-container .productsdescription aside .sellerStatus p span{line-height:10px;padding-left:0;text-align:center}.xy-container .productsdescription aside .productStatus{display:flex;justify-content:center}.xy-container .productsdescription aside .productStatus .manageProducts{border-left:1px solid #ddd;border-left:1px solid var(--light-gray-color);flex:1 1 50%;padding:0 .5rem;text-align:center}.xy-container .productsdescription aside .productStatus .manageProducts:last-of-type{border-right:1px solid #ddd;border-right:1px solid var(--light-gray-color)}.xy-container .productsdescription aside .manageProducts:after{display:none}}@media screen and (max-width:1200px)and (max-width:600px){.xy-container .container2 .profile{height:13rem}.xy-container .productsdescription aside .sellerStatus p{flex:1 1;font-size:.8rem;padding:0;text-align:center}.xy-container .productsdescription aside .sellerStatus p b{font-size:1.3rem}.xy-container .productsdescription aside .productStatus p{font-size:1rem;height:30px}}.search{align-items:center;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-wrap:wrap;justify-content:center;padding:20px}.productContainer{grid-gap:10px;grid-gap:var(--xsm-space);box-sizing:border-box;display:grid;grid-template-areas:"product imfo" "review imfo";grid-template-columns:1fr 35vw;grid-template-columns:1fr calc(var(--sm-re-space)*7);grid-template-rows:-webkit-max-content -webkit-max-content;grid-template-rows:max-content max-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px;padding:var(--xsm-space)}.productContainer>*{container-type:inline-size}.productContainer .productimages{grid-area:product}.productContainer .productimages .productPictures{display:flex;flex-direction:row-reverse;gap:10px;gap:var(--xsm-space);height:60vh}@container (max-width: 30rem){.productContainer .productimages .productPictures{align-items:center;flex-direction:column;height:auto!important;justify-content:center}.productContainer .productimages .productPictures .rightcont{height:40%!important;overflow-y:hidden;width:100%!important}.productContainer .productimages .productPictures .rightcont .right{flex-direction:row!important;width:100%!important}.productContainer .productimages .productPictures .rightcont .right img{height:150px}.productContainer .productimages .productPictures .left{height:auto!important;max-height:60vh}.productContainer .productimages .productPictures .left img{height:auto!important}}.productContainer .productimages .productPictures .rightcont{border-radius:10px;border-radius:var(--xsm-space);overflow:auto;width:30%}.productContainer .productimages .productPictures .rightcont .right{display:flex;flex-direction:column;gap:10px;gap:var(--xsm-space)}.productContainer .productimages .productPictures .rightcont .right img{border-radius:10px;border-radius:var(--xsm-space);cursor:pointer;object-fit:cover}.productContainer .productimages .productPictures .left{border-radius:10px;border-radius:var(--xsm-space);contain:content;display:flex;height:100%;justify-content:center;width:100%}.productContainer .productimages .productPictures .left img{border-radius:10px;border-radius:var(--xsm-space);height:100%;object-fit:contain;width:100%}.productContainer .reviews{border-radius:10px;border-radius:var(--xsm-space);box-shadow:0 0 5px 0 rgba(0,0,0,.1);grid-area:review;padding:5vw;padding:var(--sm-re-space)}.productContainer .reviews .title{font-size:1.6em;font-weight:700;margin-bottom:5%}.productContainer .reviews .reviews-rate{display:flex;flex-direction:row;justify-content:space-between;width:100%}.productContainer .reviews .reviews-rate .reviewsRate{width:30%}.productContainer .reviews .reviews-rate .reviewsRate .avrate{font-size:2em}.productContainer .reviews .reviews-rate .reviewDistribution{margin-left:100px;width:70%}.productContainer .reviews p{color:#111;color:var(--main-color);text-align:left;word-break:break-word}.productContainer .reviews .star i{color:#f90;color:var(--sec-color)}.productContainer .reviews .likers{color:#888;color:var(--gray-color);font-size:13px;margin-top:10px;margin-top:var(--xsm-space)}.productContainer .reviews .reviewThis .review1{font-size:1.3em;font-weight:700;margin-top:5%}.productContainer .reviews .reviewThis .review2{color:#888;color:var(--gray-color);font-size:1em;font-weight:bolder;margin-bottom:2%;margin-top:2%}.productContainer .reviews .reviewThis .submit-review{display:flex;flex-direction:row;justify-content:right;margin-top:30px}.productContainer .reviews .reviewThis .submit-review button{background-color:#f90;background-color:var(--sec-color);border:none;border-radius:10px;border-radius:var(--xsm-space);color:#fff;color:var(--back-color);font-size:1em;font-weight:700;padding:.6rem 1rem;padding:var(--sm-box-padding)}.productContainer .reviews .reviewThis .submit-review button:hover{background-color:#d80}.productContainer .reviews .reviewer{margin-top:3%}.productContainer .reviews .reviewer .oneReview{margin-top:5%}.productContainer .reviews .reviewer .oneReview .userAvatar{display:flex;flex-direction:row}.productContainer .reviews .reviewer .oneReview .userAvatar .image{height:8%;width:8%}.productContainer .reviews .reviewer .oneReview .userAvatar .image img{border-radius:50px;height:100%;width:100%}.productContainer .reviews .reviewer .oneReview .userAvatar .p{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-left:30px;word-break:break-word}.productContainer .reviews .reviewer .oneReview .userAvatar .p p{font-size:16px;font-weight:700}.productContainer .reviews .reviewer .oneReview .ratediv{display:flex;flex-direction:row;margin-top:5px}.productContainer .reviews .reviewer .oneReview .ratediv .date-div{align-items:center;display:flex;flex-direction:row;margin-left:4%}.productContainer .reviews .reviewer .oneReview .ratediv .date-div .date{color:#888;color:var(--gray-color);font-size:.8em}.productContainer .reviews .reviewer .oneReview .ratediv .rate-div{align-items:center;display:flex;flex-direction:row;margin-left:2%}.productContainer .reviews .reviewer .oneReview .ratediv .rate-div .rate{font-size:1em;font-weight:700}.productContainer .reviews .reviewer .oneReview .ratediv .feedBack p{font-size:12px}.productContainer .reviews .reviewer .next-btn{display:flex;flex-direction:row;justify-content:right}.productContainer .reviews .reviewer .next-btn .next{color:#d80;color:var(--dark-sec-color);cursor:pointer;font-size:20px;text-decoration:underline}.productContainer .productInfo{border-radius:10px;border-radius:var(--xsm-space);box-shadow:0 0 5px rgba(0,0,0,.1);grid-area:imfo;height:100%}.productContainer .productInfo .moremore{padding:2rem 3.5vw;padding:2rem calc(var(--sm-re-space)*.7)}.productContainer .productInfo .moremore .more .title b{color:#111;color:var(--main-color);font-size:2rem;text-align:left}.productContainer .productInfo .moremore .more .seller{margin-top:10px;margin-top:var(--xsm-space)}.productContainer .productInfo .moremore .more .seller span{font-weight:700}.productContainer .productInfo .moremore .more .desc,.productContainer .productInfo .moremore .more .price{margin-top:30px}.productContainer .productInfo .moremore .more .price b{color:#111;color:var(--main-color);font-weight:700}.productContainer .productInfo .moremore .more p{color:#888;color:var(--gray-color);font-size:1rem}.productContainer .productInfo .moremore .buttons{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;margin-top:8rem}@container (max-width: 25rem){.productContainer .productInfo .moremore .buttons{flex-direction:column}}.productContainer .productInfo .moremore .buttons>*{flex:1 1}.productContainer .productInfo .moremore .buttons .area1{align-items:center;border:1px solid #888;border:1px solid var(--gray-color);border-radius:10px;border-radius:var(--xsm-space);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:10px;padding:var(--xsm-space)}.productContainer .productInfo .moremore .buttons .btn{background-color:#f90;background-color:var(--sec-color);border:none;border-radius:10px;border-radius:var(--xsm-space);color:#fff;color:var(--back-color);font-size:1rem;font-weight:700;padding:.6rem 1rem;padding:var(--sm-box-padding)}@media screen and (max-width:1000px){.productContainer .productPictures .rightcont{width:40%}}@media screen and (max-width:810px){.productContainer .productPictures .rightcont{width:50%}.productContainer .productInfo .moremore .buttons{justify-content:space-between}}@media screen and (max-width:730px){.productContainer .productInfo .moremore .buttons{justify-content:space-between}.productContainer .productInfo .moremore .buttons .area1 p,.productContainer .productInfo .moremore .buttons .btn{font-size:1rem}}@media screen and (max-width:40rem){.productContainer{align-items:center;grid-template-areas:"product" "imfo" "review";grid-template-columns:1fr;grid-template-rows:.6fr .5fr .3fr;justify-content:center}.productContainer .productInfo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.productContainer .productInfo .moremore .buttons{justify-content:space-between}.productContainer .productInfo .moremore .buttons .area1 p,.productContainer .productInfo .moremore .buttons .btn{font-size:1rem}.productContainer .reviews{height:auto}}.loader-2{-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;border:5px solid #fff;border:5px solid var(--back-color);border-bottom:5px solid #403b39;border-radius:50%;box-sizing:border-box;display:block;height:3rem;margin:2rem auto;width:3rem}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loaderArea,.pages{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.pages{height:100px}.pages i{color:#111;color:var(--main-color);cursor:pointer;font-size:1rem;height:60px;width:60px}.pages i:hover{color:#f90;color:var(--sec-color)}.pages button{border:none;border-radius:5px;font-size:1rem;height:35px;margin:0 3px;width:50px}.pages .b1,.pages .b2{padding:0 10px;padding:0 var(--xsm-space);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pages .active,.pages button:hover{background-color:#f90;background-color:var(--sec-color);border:none}.statistics{box-shadow:0 5px 15px 0 hsla(0,0%,93%,.133);display:flex;gap:2rem;justify-content:space-between;padding:2rem}.statistics .data{display:flex;flex-direction:column;gap:1rem;max-width:50%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.statistics .data form{display:flex;flex-direction:column;gap:.5rem}.statistics .data form label{display:flex;justify-content:space-between;width:100%}.statistics .data form select{background-color:#f90;background-color:var(--sec-color);border:none;font-size:1rem;margin-left:.5rem;padding:.3rem .5rem}.statistics .data form input{border:none;margin-left:.5rem;padding:.2rem .5rem}.statistics .data form button{background-color:#f90;background-color:var(--sec-color);border:none;padding:.5rem 1rem}.statistics .data .summary b{color:#f90;color:var(--sec-color)}.statistics .data .summary,.statistics .data ul.top{display:flex;flex-direction:column;gap:.5rem}.statistics .data .summary li,.statistics .data ul.top li{display:flex;gap:.5rem}.statistics .data .summary li img,.statistics .data ul.top li img{aspect-ratio:1.5/1;border-radius:5px;object-fit:cover;width:35%}.statistics .data .summary li div,.statistics .data ul.top li div{display:flex;flex-direction:column;justify-content:space-evenly;width:-webkit-max-content;width:max-content}.statistics .data .summary li div *,.statistics .data ul.top li div *{width:-webkit-max-content;width:max-content}.statistics .data .summary li div b,.statistics .data ul.top li div b{color:#f90;color:var(--sec-color)}.statistics .graph{border-left:1px solid hsla(0,0%,93%,.4);flex:1 1;max-width:75%;padding-left:2rem}.products-list{grid-area:list;margin:auto;width:100%}.products-list .head{align-items:center;color:#888;color:var(--gray-color);display:flex;gap:20px;gap:calc(var(--xsm-space)*2);padding:0 0 2rem;text-transform:capitalize}.products-list .head>:not(:last-child):after{content:","}.products-list .allProduct-list{padding:2rem}.products-list .allProduct-list .list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:center}.productItem{align-items:center;background-color:#fff;background-color:var(--back-color);border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);contain:content;display:flex;flex-direction:column;transition:1s ease;width:100%}.productItem:hover{box-shadow:0 2px 10px -5px rgba(0,0,0,.7);scale:1.05;transition:.3s ease}.productItem:hover .image img{transition:5s cubic-bezier(.23,-.01,.26,1.39)}.productItem:hover .image:hover img{scale:1.1}.productItem .image{align-items:center;aspect-ratio:1.2/1;contain:content;display:flex;justify-content:center;width:100%}.productItem .image img{height:100%;object-fit:cover;transition:1s ease;width:100%}.productItem .productDes{display:flex;flex:1 1;flex-direction:column;gap:10px;gap:var(--xsm-space);justify-content:space-between;padding:10px;padding:var(--xsm-space);width:100%}.productItem .productDes .fa-heart{color:#d80;color:var(--dark-sec-color)}.productItem .productDes .name{line-clamp:1;-webkit-line-clamp:1;box-orient:vertical;-webkit-box-orient:vertical;color:#111;color:var(--main-color);display:-webkit-box;font-size:1.2rem;overflow:hidden;text-overflow:ellipsis}.productItem .productDes .seller{color:#888;color:var(--gray-color);flex:1 1;font-size:1rem}.productItem .productDes .price-cart{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;width:100%}.productItem .productDes .price-cart>*{flex-grow:1}.productItem .productDes .price-cart>.buttons{display:flex;gap:inherit}.productItem .productDes .price-cart>p{flex-grow:99999}.productItem .productDes .price-cart b{color:#f90;color:var(--sec-color);font-size:1.2rem}.productItem .productDes .price-cart .buttons>button{align-items:center;background-color:transparent;border:1px solid #ddd;border:1px solid var(--light-gray-color);border-radius:10000px;cursor:pointer;display:flex;flex-direction:column;padding:.3rem}.productItem .productDes .price-cart .buttons>button i{font-size:1.5rem}.productItem .productDes .price-cart .buttons>button:hover{border-style:dashed}.productItem .productDes .price-cart .buttons>button:hover i{color:#f90;color:var(--sec-color)}.products-list{--middle-size:55rem;display:grid;grid-template-areas:"nav search" "nav list";grid-template-columns:auto 1fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;min-height:100%}.products-list .search-top{grid-area:search;justify-content:start;padding-inline:2rem}@media screen and (max-width:55rem){.products-list{grid-template-areas:"search" "nav" "list";grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.products-list .search-top{justify-content:center}}.header-cart{position:relative}.header-cart .number{align-items:center;aspect-ratio:1/1;border-radius:100px;color:#111;color:var(--main-color);display:flex;flex-direction:column;position:absolute;right:0;top:0;width:1em}.header-cart .number,nav.filter-nav{background-color:#fff;background-color:var(--back-color)}nav.filter-nav{box-shadow:0 -2px 15px -10px #111;box-shadow:0 -2px 15px -10px var(--main-color);grid-area:nav;height:100%;max-width:25vw;max-width:calc(var(--fr-vw)*3);padding:3rem;padding:var(--re-space);position:relative;z-index:1}nav.filter-nav>*{padding:10px;padding:var(--xsm-space);position:-webkit-sticky;position:sticky;top:10px;top:var(--xsm-space)}nav.filter-nav .filter h3{border-bottom:1px solid #888;border-bottom:1px solid var(--gray-color);padding:10px;padding:var(--xsm-space)}nav.filter-nav .filter ul{display:flex;flex-direction:column;gap:10px;gap:var(--xsm-space);list-style:none;padding:10px 20px;padding:var(--xsm-space) calc(var(--xsm-space)*2)}nav.filter-nav .filter ul li{cursor:pointer;transition:.3s ease}nav.filter-nav .filter ul li:hover{font-weight:700}nav.filter-nav .filter ul li.active{color:#f90;color:var(--sec-color);font-weight:700}@media screen and (max-width:55rem){nav.filter-nav{background:transparent;box-shadow:0 0;max-width:100%;padding:0 1.5rem}nav.filter-nav>*{display:flex}nav.filter-nav .filter h3{border:2px solid;border-radius:100px;margin-right:.5rem;padding:.5rem 1rem}nav.filter-nav .filter ul{background-color:#fff;background-color:var(--back-color);border:1px solid #ddd;border:1px solid var(--light-gray-color);border-radius:1rem;box-shadow:0 2px 15px -10px #888;box-shadow:0 2px 15px -10px var(--gray-color);display:none;gap:1rem;padding:20px;padding:calc(var(--xsm-space)*2);position:absolute}nav.filter-nav .filter:hover ul{display:flex}}.add-item{margin-block:10px;margin-block:var(--xsm-space);margin-inline:auto;max-width:100%;width:83.33333vw;width:calc(var(--fr-vw)*10)}@container (max-width: 35rem){.add-item{width:100%}}.add-item form{display:flex;gap:10px;gap:var(--xsm-space);padding-inline:10px;padding-inline:var(--xsm-space);position:relative}@container (max-width: 60rem){.add-item form{flex-direction:column}.add-item form>*{width:100%!important}}.add-item form .images{border:1px solid #ddd;border:1px solid var(--light-gray-color);border-radius:15px;border-radius:calc(var(--xsm-space)*1.5);container-type:inline-size;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:30%}.add-item form .images,.add-item form .images label{flex-direction:column;gap:10px;gap:var(--xsm-space);padding:10px;padding:var(--xsm-space)}.add-item form .images label{align-items:center;aspect-ratio:1/.6;border-radius:10px;border-radius:var(--xsm-space);color:#888;color:var(--gray-color);display:block;display:flex;justify-content:center;text-align:center}.add-item form .images label input{height:0;position:absolute;visibility:hidden;width:0}.add-item form .images ul{container-type:inline-size;display:flex;flex-direction:column;gap:10px;gap:var(--xsm-space);list-style:none}@container (min-width: 25rem){.add-item form .images ul{flex-direction:row;flex-wrap:wrap}}.add-item form .images ul li .card{border:1px solid #ddd;border:1px solid var(--light-gray-color);border-radius:11px;border-radius:calc(var(--xsm-space)*1.1);display:flex;gap:10px;gap:var(--xsm-space);justify-content:space-between;padding-right:10px;padding-right:var(--xsm-space);position:relative}@container (min-width: 25rem){.add-item form .images ul li .card{flex-direction:column;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.add-item form .images ul li .card img{height:8rem;margin:0!important;width:auto!important}.add-item form .images ul li .card .info{padding:0 10px 10px;padding:0 var(--xsm-space) var(--xsm-space)}}.add-item form .images ul li .card img{border-radius:10px;border-radius:var(--xsm-space);margin:-1px 0 -1px -1px;width:30%}.add-item form .images ul li .card div.info{align-items:center;color:#888;color:var(--gray-color);display:flex;flex:1 1;justify-content:space-between}.add-item form .images ul li .card svg{height:20px;width:20px}.add-item form .text{background-color:#ddd;background-color:var(--light-gray-color);border-radius:10px;border-radius:var(--xsm-space);display:flex;flex-direction:column;gap:15px;gap:calc(var(--xsm-space)*1.5);padding:3rem 5%;width:70%}.disk-loader{height:200px;-webkit-perspective:200px;perspective:200px;width:200px}.disk-loader .dot{-webkit-animation:dot1 1s cubic-bezier(.49,.06,.43,.85) infinite;animation:dot1 1s cubic-bezier(.49,.06,.43,.85) infinite;background-color:transparent;border:40px outset #1e3f57;border-radius:100px;height:120px;left:50%;margin-left:-60px;margin-top:-60px;position:absolute;top:50%;-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:120px}.disk-loader .dot:nth-child(2){-webkit-animation-delay:75ms;animation-delay:75ms;-webkit-animation-name:dot2;animation-name:dot2;border-color:#447891;border-width:30px;height:140px;margin-left:-70px;margin-top:-70px;width:140px}.disk-loader .dot:nth-child(2),.disk-loader .dot:nth-child(3){box-shadow:inset 0 0 15px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}.disk-loader .dot:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-name:dot3;animation-name:dot3;border-color:#6bb2cd;border-width:20px;height:160px;margin-left:-80px;margin-top:-80px;width:160px}@-webkit-keyframes dot1{0%{border-color:#1e3f57;-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}50%{border-color:#1e574f;-webkit-transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0);transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0)}to{border-color:#1e3f57;-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}}@keyframes dot1{0%{border-color:#1e3f57;-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}50%{border-color:#1e574f;-webkit-transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0);transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0)}to{border-color:#1e3f57;-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}}@-webkit-keyframes dot2{0%{border-color:#447891;box-shadow:inset 0 0 15px 0 hsla(0,0%,100%,.2);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}50%{border-color:#449180;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.8);-webkit-transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0);transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0)}to{border-color:#447891;box-shadow:inset 0 0 15px 0 hsla(0,0%,100%,.2);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}}@keyframes dot2{0%{border-color:#447891;box-shadow:inset 0 0 15px 0 hsla(0,0%,100%,.2);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}50%{border-color:#449180;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.8);-webkit-transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0);transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0)}to{border-color:#447891;box-shadow:inset 0 0 15px 0 hsla(0,0%,100%,.2);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}}@-webkit-keyframes dot3{0%{border-color:#6bb2cd;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}50%{border-color:#6bcdb2;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.8);-webkit-transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0);transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0)}to{border-color:#6bb2cd;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}}@keyframes dot3{0%{border-color:#6bb2cd;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}50%{border-color:#6bcdb2;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.8);-webkit-transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0);transform:rotateX(20deg) rotateY(20deg) rotate(50deg) translateZ(0)}to{border-color:#6bb2cd;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px);transform:rotateX(24deg) rotateY(20deg) rotate(0deg) translateZ(-25px)}}.add-cart-dialog{background-color:#fff;background-color:var(--back-color);border:none;border-radius:10px;border-radius:var(--xsm-space);container-type:inline-size;cursor:default;max-width:95vw;width:28rem}.add-cart-dialog::-webkit-backdrop{background-color:hsla(0,0%,7%,.533)}.add-cart-dialog::backdrop{background-color:hsla(0,0%,7%,.533)}.add-cart-dialog>div>*{padding:1rem 2rem}.add-cart-dialog>div>h3{border-bottom:1px solid #888;border-bottom:1px solid var(--gray-color);text-align:center}.add-cart-dialog>div>form{display:flex;flex-direction:column;gap:1rem}.add-cart-dialog>div>form>*{align-items:center;display:flex;gap:1rem}.add-cart-dialog>div>form input{border:2px solid #888;border:2px solid var(--gray-color);border-radius:.6rem 1rem;border-radius:var(--sm-box-padding);font-size:1rem;padding:.6rem 1rem}.add-cart-dialog>div>form>div{gap:.5rem;padding-block:.5rem 1rem}@container (max-width: 20rem){.add-cart-dialog>div>form>div{flex-direction:column-reverse}.add-cart-dialog>div>form>div>*{width:100%}}.add-cart-dialog>div>form>div>*{cursor:pointer;flex:1 1}.productlist,.productlist .product .wishlist{display:flex;flex-direction:column}.productlist .product .wishlist{margin-top:20px}.productlist .product .wishlist .all-wishlist{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.productlist .product .shopDesc{margin-top:150px}.productlist .product .shopDesc .products{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.k{padding-left:15px}.edwin{padding:1rem}.edwin>h2 button{margin-left:1rem}.edwin>.cart-info{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 0}.edwin>.cart-info>*{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.edwin .cart-list{grid-gap:1rem;display:grid;flex-grow:1;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(min(20rem,100%),1fr));width:50%}.edwin .cart-item{border-radius:10px;border-radius:var(--xsm-space);box-shadow:0 3px 11px -7px #111;box-shadow:0 3px 11px -7px var(--main-color);contain:content;display:flex;flex:1 1;flex-basis:min(20rem,100%);justify-content:space-between}.edwin .cart-item a{line-clamp:1;-webkit-line-clamp:1;box-orient:vertical;-webkit-box-orient:vertical;color:gray;display:-webkit-box;font-size:1.2rem;font-weight:400;overflow:hidden;text-overflow:ellipsis}.edwin .cart-item .card_item_price{color:#fa9c23;font-size:1.2rem}.edwin .cart-item .image{align-items:center;aspect-ratio:1/.7;display:flex;flex-direction:column;width:min(15rem,40%)}.edwin .cart-item .image img{height:100%;object-fit:cover;width:100%}.edwin .cart-item .info{display:flex;flex:1 1;flex-direction:column;flex-wrap:wrap;gap:1rem;padding:1rem}.edwin .cart-item .info .product-link{flex:1 1}.edwin .cart-item .info .actions{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.edwin .cart-item .info .stockCounter{align-items:center;display:flex;flex:99999999 1}.edwin .cart-item .info .stockCounter span{border:none;display:inline-block;text-align:center;width:min(6ch,100%)}.edwin .cart-item .info .delete-item{display:flex;flex:1 1 fit-content;justify-content:flex-end}.edwin .cart-item .minus,.edwin .cart-item .plus{background-color:#f90;background-color:var(--sec-color);border:2px solid transparent;border-radius:.3rem;color:#fff;color:var(--back-color);font-size:1rem;font-weight:700;padding:.1rem .6rem}.edwin .cart-item .minus{background-color:#fff;background-color:var(--back-color);border-color:#f90;border-color:var(--sec-color);color:#f90;color:var(--sec-color)}.edwin .order_summary{border:1px solid #ddd;border:1px solid var(--light-gray-color);border-radius:1rem;flex-grow:1}.edwin .order_summary h3{border-bottom:1px solid #ddd;border-bottom:1px solid var(--light-gray-color);padding:1.5rem 1rem}.edwin .order_summary>div{padding:1.5rem 1rem}.edwin .order_summary>div>p{padding-bottom:1rem}.edwin .order_summary .buttons{display:flex;flex-direction:row-reverse;flex-wrap:wrap;gap:.5rem}.edwin .order_summary .buttons>*{flex:1 1;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.cart-item a{color:gray}.review-btn{background-color:#fa9c23;border-color:#fa9c23;border-radius:20px;height:40px;margin-top:2rem;width:300px}#view_order_details{background-color:#fa9c23;border-color:#fa9c23}.order-summary-values{float:right;font-weight:700}.form-control:disabled,.form-control[readonly]{background-color:#fff}.reviewRender .rate{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.reviewRender .rate .number{align-items:center;display:flex;flex-direction:row;justify-content:left;padding:0 4%;width:3%}.reviewRender .rate .number p{color:#888;color:var(--gray-color);font-size:1em}.reviewRender .rate .progress-bar{align-self:center;background-color:#ddd;background-color:var(--light-gray-color);border-radius:10px;display:flex;height:6px;overflow:hidden;width:55%}.reviewRender .rate .progress-bar .progress-bar-fill{background-color:#e67e22;border-radius:10px;height:100%;width:100%}@media screen and (max-width:768px){.reviewRender .rate .number{padding:0 2%;width:10%}}.fa-regular.fa-star,.fa-solid.fa-star{color:#e67e22;font-size:16px}.reviewCard{background-color:#111;height:400px;height:500px}.errors{color:#ff003d;color:var(--error-color)}.next-button{background-color:#4caf50;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:16px;margin-top:10px;padding:10px 20px;text-align:center;text-decoration:none}.delete-icon{color:#d76767;cursor:pointer;font-size:18px}.delete-disabled{color:#fff}.spinnerDiv{color:#d80;color:var(--dark-sec-color);font-size:16px}.products{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.products .productItem2{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:20px;margin-top:10px;width:400px}.products .productItem2 a{align-items:center;display:flex;height:70%;justify-content:center;width:100%}.products .productItem2 a .image{height:100%;width:100%}.products .productItem2 a .image img{height:100%;object-fit:cover;width:100%}.products .productItem2 a .image img :hover{-webkit-transform:scale(1.4);transform:scale(1.4)}.products .productItem2>.desc{display:flex;flex-direction:column;height:30%;padding:1rem 2rem 0;width:100%}.products .productItem2>.desc .prodName{font-size:16px;margin-bottom:5px;margin-top:5px;text-transform:capitalize}.products .productItem2>.desc .date{color:#888;color:var(--gray-color);font-size:16px;margin-bottom:10px}.products .productItem2>.desc .date span{color:#111;font-weight:700}.products .productItem2>.desc .desc{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.products .productItem2 .manageFontas{display:flex;justify-content:right}.products .productItem2 .manageFontas .btn:hover{background-color:#d90}.products .productItem2 .manageFontas .dropdown{bottom:1.5rem;display:inline-block;justify-self:right;left:180px;position:relative}.products .productItem2 .manageFontas .dropdown .dropbtn{background-color:transparent;border:none;color:#333;cursor:pointer;font-size:16px;left:80px;padding:0}.products .dropdown-content{background-color:#eee;border-radius:10px;border-radius:var(--xsm-space);bottom:1.5rem;box-shadow:-1px -4px 15px -8px #111;box-shadow:-1px -4px 15px -8px var(--main-color);display:none;min-width:160px;padding:8px 0;position:absolute;right:0;z-index:1}.products .dropdown-content .btn{border:none;border-radius:5px;color:#000;cursor:pointer;display:inline-block;font-size:16px;margin-top:5px;padding:7px;text-align:center;text-decoration:none;text-transform:capitalize;width:200px}.products .dropdown-content .btn i{font-size:16px}.products .k{padding-left:15px}.products .show{display:block}.fast-inputs{display:flex;flex-direction:column;gap:1rem}.fast-inputs input{border:none;border-radius:.5rem;box-shadow:inset 0 1px 6px -3px rgba(0,0,0,.5);font-size:1rem;padding:.8rem 1.5rem}.sellerupdateItem{gap:12px}.sellerupdateItem,.sellerupdateItem .image-preview{display:flex;flex-direction:column;margin-left:50px}.sellerupdateItem .image-preview{align-items:flex-start;gap:10px;margin-top:20px}.sellerupdateItem .image-preview img{height:auto;max-width:100%;object-fit:contain;width:50%}.sellerupdateItem .form-fields{align-items:flex-start;display:flex;flex-direction:column;gap:5px;margin-right:200px}.sellerupdateItem .form-fields .sellerupdatelabel{display:flex;margin-top:20px;width:100%}.sellerupdateItem .form-fields .sellerupdatelabel input[type=date],.sellerupdateItem .form-fields .sellerupdatelabel input[type=number],.sellerupdateItem .form-fields .sellerupdatelabel input[type=text],.sellerupdateItem .form-fields .sellerupdatelabel select,.sellerupdateItem .form-fields .sellerupdatelabel textarea{border:1px solid #ccc;border-radius:5px;padding:5px;width:100%}.sellerupdateItem .form-footer{display:flex;justify-content:flex-start}.sellerupdateItem .form-footer .updatebuttonproduct{background-color:#f90;border:none;color:#fff;cursor:pointer;gap:5px;margin-left:0;margin-top:10px;padding:5px 50px;width:100%}@media(min-width:768px){.sellerupdateItem{align-items:flex-start;flex-direction:row}.sellerupdateItem .image-preview{flex-basis:30%}.sellerupdateItem .image-preview img{max-width:150px}.sellerupdateItem .form-fields{flex-basis:70%}.sellerupdateItem .updatebuttonproduct{margin-left:50px;padding:1px 10px}}@media(min-width:1024px){.sellerupdateItem .image-preview img{max-width:200px}}:root{--back-color:#fff;--main-color:#111;--sec-color:#f90;--gray-color:#888;--light-gray-color:#ddd;--error-color:#ff003d;--fr-vw:8.33333vw}.body-header{align-items:center}@media screen and (max-width:550px){.body-header{flex-direction:column;padding:.15rem;padding-left:0!important;padding-right:0!important}}.header{background-color:#111;background-color:var(--main-color);color:#fff;color:var(--back-color)}.header .menu{align-items:center;display:flex;font-size:1.2rem;justify-content:space-between;padding:1rem}.header .menu ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.header .menu ul li{margin-left:1rem}.header .menu ul li a{border-radius:10px;color:#fff;color:var(--back-color);padding:10px;text-decoration:none}.header .menu ul li a:hover{background-color:#f90;text-decoration:underline}@media screen and (max-width:768px){.header .menu{justify-content:center;padding-left:0;padding-right:0}}.footer{align-items:center;background:#000;color:#fff;color:var(--back-color);display:flex;justify-content:space-between;padding:1rem;width:100%}.contact-form{max-width:300px}.contact-form h2{font-size:2rem;margin-bottom:1rem}.contact-form form{display:flex;flex-direction:column}.contact-form form label{font-size:1.2rem;margin-bottom:.5rem}.contact-form form input,.contact-form form textarea{background-color:#fff;background-color:var(--back-color);border-radius:.5rem;color:#111;color:var(--main-color);font-size:1.2rem;margin-bottom:1rem;padding:.5rem}.contact-form form textarea{min-height:90px;resize:vertical}.contact-form form button[type=submit]{background-color:#f90;background-color:var(--sec-color);border:none;border-radius:.5rem;color:#fff;color:var(--back-color);cursor:pointer;font-size:1.2rem;padding:1rem}.contact-form form button[type=submit]:hover{background-color:#cc7a00}.landing-page .products-list{display:block!important}footer{background-color:#ddd;border-bottom:1px solid #fff;color:#111;padding:2rem}footer .footer-container{display:flex;justify-content:space-between;margin-bottom:1rem}footer .footer-container .footer-links ul,footer .footer-container .footer-social ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}footer .footer-container .footer-links ul li,footer .footer-container .footer-social ul li{margin-right:1.5rem}footer .footer-container .footer-links ul li a,footer .footer-container .footer-social ul li a{color:#111;text-decoration:none;transition:color .2s}footer .footer-container .footer-links ul li a:hover,footer .footer-container .footer-social ul li a:hover{color:#f90}footer .footer-container .footer-links{gap:.25rem}footer .footer-container .footer-social a{font-size:1.5rem}footer .footer-bottom{border-top:1px solid #ddd;color:#888;font-size:.8rem;margin-top:2rem;padding-top:1rem;text-align:center}.contact{background-color:#ddd;margin-top:1rem;padding:2rem}.contact .container{max-width:600px}.contact .container h2{color:#111;font-size:1.4rem;margin-bottom:1rem;text-align:center}.contact .container form{display:flex;flex-wrap:wrap;justify-content:center}.contact .container form .form-group{flex-basis:100%;margin-bottom:1rem}.contact .container form .form-group label{color:#111;display:block;font-size:1.2rem;margin-bottom:.5rem}.contact .container form .form-group input[type=email],.contact .container form .form-group input[type=text],.contact .container form .form-group textarea{border:1px solid #f90;border-radius:4px;color:#111;display:block;font-size:1rem;padding:.5rem;width:100%}.contact .container form .form-group input[type=email]:focus,.contact .container form .form-group input[type=text]:focus,.contact .container form .form-group textarea:focus{border-color:#f90;outline:none}.contact .container form .form-group textarea{height:150px;resize:none}.contact .container form .btn{background-color:#f90;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.5rem 1rem}.contact .container form .btn:hover{background-color:#cc7a00}.mission{background-color:#ddd;padding:4rem 2rem}.mission .container{display:flex;flex-wrap:wrap;justify-content:space-between}.mission .container .mission-text{flex-basis:100%;max-width:600px}.mission .container .mission-text h2{color:#111;font-size:2rem;margin-bottom:2rem;text-align:left}.mission .container .mission-text p{color:#111;font-size:1.2rem;margin-bottom:2rem;text-align:left}.mission .container .mission-text .btn{display:inline-block;margin-right:1rem}.mission .container .mission-text .btn-primary{background-color:#f90;background-color:var(--sec-color);border:none;border-radius:.5rem;color:#fff;color:var(--back-color);cursor:pointer;display:inline-block;font-size:1.2rem;padding:1rem 2rem}.mission .container .mission-text .btn-primary:hover{background-color:#cc7a00}.mission .container .mission-image{flex-basis:100%;max-width:400px}.mission .container .mission-image img{height:auto;width:100%}.style_loader__MuAAp{-webkit-animation:style_loading__pcEJi 1.5s infinite;animation:style_loading__pcEJi 1.5s infinite;background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#ddd,#ddd),linear-gradient(#ddd,#ddd),linear-gradient(#ddd,#ddd);background-color:#fff;background-position:-215px 0,0 0,15px 150px,15px 180px;background-repeat:no-repeat;background-size:215px 220px,215px 130px,100px 15px,150px 15px;height:220px;width:215px}@-webkit-keyframes style_loading__pcEJi{to{background-position:215px 0,0 0,15px 150px,15px 180px}}@keyframes style_loading__pcEJi{to{background-position:215px 0,0 0,15px 150px,15px 180px}}.note-icon{background-color:initial!important;border:0;color:#111;position:relative}.note-icon .note-icon-badge{align-items:center;background-color:#fff;border:2px solid #111;border-radius:50%;color:#f90;display:flex;font-size:large;font-weight:500;height:23px;justify-content:center;position:absolute;right:0;top:0;-webkit-transform:translate(15%,-40%);transform:translate(15%,-40%);width:23px}.note-pane{align-items:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:hsla(0,0%,7%,.3);inset:0;bottom:0;height:100vh;justify-content:flex-end;left:0;overflow:hidden;position:fixed!important;right:0;top:0;width:100vw!important;z-index:1000000}.note-pane .note-pane-close{align-items:center;background-color:#ff003d!important;background-color:initial;border:2px solid #f90;border-radius:50%;color:#f90;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:2px;top:2px}.note-pane .note-list{align-self:flex-end;background-color:#fff;display:flex;flex-direction:column;gap:.5rem;height:100%;max-width:400px;min-width:300px;overflow-y:auto;padding:3rem 1rem .5rem}.note-pane .note-list .note-list-head{align-items:center;display:flex;gap:2rem;justify-content:space-between}.note-pane .note-list .note-list-head .note-list-header{color:#111;font-size:x-large;margin-bottom:.5rem}.note-pane .note-list .note-list-head button{background-color:#f90;border:0;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:.5rem 1rem;text-transform:capitalize}.note-pane .note-list .note-list-head button:hover{background-color:#e68a00}.note-pane .note-list .note{border:0;border-radius:5px;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#111;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.note-pane .note-list .note.note-unread{background-color:rgba(255,153,0,.3)}.note-pane .note-list .note .note-header{color:#f90;font-size:large;font-weight:700}.note-pane .note-list .note .note-btns{display:flex;gap:.4rem}.note-pane .note-list .note .note-btns button{background-color:#f90;border:0;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:.5rem 1rem;text-transform:capitalize}.note-pane .note-list .note .note-btns button:hover{background-color:#e68a00}.note-pane .note-list .note-paginate{border-bottom:1px solid #111;border-top:1px solid #111;display:flex;gap:.5rem;justify-content:center;padding:.25rem}.note-pane .note-list .note-paginate button{background-color:#f90;border:0;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:.5rem 1rem;text-transform:capitalize}.note-pane .note-list .note-paginate button:hover{background-color:#e68a00}.settings-page{background-color:#fff;margin-left:auto;margin-right:auto;max-width:500px;padding:20px}.settings-page .section{border-bottom:1px solid #d5d5d5;margin-bottom:20px;margin-top:10px;padding-bottom:10px}.settings-page .section .title{color:#111;font-size:22px;font-weight:900;margin-bottom:20px}.settings-page .section .option{align-items:center;background-color:#f3f3f3;display:flex;margin-bottom:10px;padding:10px}.settings-page .section .option .label{border-left:3px solid #111;color:#111;display:flex;font-size:16px;padding-left:10px;width:100%}.settings-page .section .option .toggle-switch{display:inline-block;height:20px;margin-right:10px;position:relative;width:40px}.settings-page .section .option .toggle-switch input{height:0;opacity:0;width:0}.settings-page .section .option .toggle-switch input:checked+.slider:before{background-color:#f90;-webkit-transform:translateX(100%);transform:translateX(100%)}.settings-page .section .option .toggle-switch input:focus+.slider{box-shadow:0 0 1px #f90}.settings-page .section .option .toggle-switch .slider{background-color:#ddd;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.settings-page .section .option .toggle-switch .slider:before{background-color:#888;bottom:2px;content:"";height:16px;left:2px;position:absolute;transition:.4s;width:16px}.PaymentSuccess_payment_success_container__zmDPQ{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:80vh;justify-content:center}.PaymentSuccess_payment_success_icon__PE8cC{color:#f90;font-size:80px}.PaymentSuccess_payment_success_text__2njdu{color:#111;font-size:24px;margin-top:20px}.PaymentSuccess_confirmation_box__MdJAv{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#111;margin-top:1rem;padding:20px}.PaymentSuccess_confirmation_box__MdJAv h3{color:#f90;margin-bottom:10px}.PaymentSuccess_confirmation_box__MdJAv ul{list-style-type:none;padding:0}.PaymentSuccess_confirmation_box__MdJAv ul li{margin-bottom:10px}.PaymentSuccess_confirmation_box__MdJAv ul li span{color:#888;font-weight:700}.payment-failure-container{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:80vh;justify-content:center}.payment-failure-icon{color:#ff003d;font-size:80px}.payment-failure-text{color:#111;font-size:24px;margin-top:20px}.empty-cart{align-items:center;border-radius:5px;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center}.empty-cart .empty-cart-icon{color:#888;font-size:100px;margin-bottom:30px;margin-top:70px}.empty-cart .border-button{background-color:#f90;border:2px solid transparent;border-radius:25px;color:#fff;display:inline-block;font-size:16px;padding:10px 18px;text-decoration:none;transition:background-color .3s ease}.empty-cart .border-button:hover{background-color:#f90}.empty-cart h2{font-size:30px;font-weight:700;margin-bottom:10px}.empty-cart p{color:#888;font-size:18px}.style_ordercard__hYcMw{border:1px solid #ddd;border-radius:.5rem;box-shadow:0 .5px 10px -7px #111;display:flex;flex-direction:column;gap:.5rem;padding:1rem 2rem}.style_ordercard__hYcMw>*{align-items:center;display:flex;flex-wrap:wrap;gap:inherit;justify-content:space-between;padding:.5rem 0}.style_ordercard__hYcMw>:not(:last-child){border-bottom:1px solid #ddd}.style_ordercard__hYcMw>*>*{align-items:center;display:flex;flex:9999999 1;flex-basis:max-content;gap:1rem}.style_ordercard__hYcMw>*>* p{margin:1rem 0}.style_ordercard__hYcMw>* h2 a{color:inherit}.style_ordercard__hYcMw>* button,.style_ordercard__hYcMw>*>a{flex:1 1;flex-basis:max-content;justify-content:center}.style_ordercard__hYcMw>* img{aspect-ratio:1/1;border-radius:.5rem;object-fit:cover;width:7rem}.style_productCard__8Rikq{border-radius:.5rem;box-shadow:0 .5px 10px -7px #111;contain:content;display:flex;gap:1rem}.style_productCard__8Rikq img{aspect-ratio:1/1;object-fit:cover;width:7rem}.style_productCard__8Rikq a{color:inherit}.style_productCard__8Rikq>div{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1rem 1rem 1rem 0}.style_productCard__8Rikq>div>div{display:flex;flex:1 1;gap:1rem;justify-content:space-between}.style_productCard__8Rikq>div>div>div{display:flex;flex-direction:column;gap:1rem;justify-content:space-around}.style_productCard__8Rikq>div>div>div:last-child{text-align:right}.style_edit_form__IcJ37{border:none;border-radius:.7rem;max-width:90vw;min-width:min(30rem,90vw);padding:1rem 2rem}.style_edit_form__IcJ37 form{display:flex;flex-direction:column;gap:1rem}.style_edit_form__IcJ37 .style_buttons__cr6Fb{display:flex;flex-wrap:wrap;gap:.5rem}.style_edit_form__IcJ37 .style_buttons__cr6Fb>*{flex-basis:content;flex-grow:1}.edit-profile-page{margin-left:auto;margin-right:auto;max-width:800px;padding:1rem}.edit-profile-page h1{margin-bottom:20px}.edit-profile-page .profile-form{grid-column-gap:1rem;grid-row-gap:.25rem;-webkit-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:1fr 1fr;row-gap:.25rem}.edit-profile-page .profile-form .form-group{margin-bottom:15px}.edit-profile-page .profile-form .form-group label{display:block;font-weight:700;margin-bottom:5px}.edit-profile-page .profile-form .form-group input[type=email],.edit-profile-page .profile-form .form-group input[type=text],.edit-profile-page .profile-form .form-group select{border:1px solid #ddd;border-radius:4px;padding:10px;width:100%}.edit-profile-page button{background-color:#f90;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}.edit-profile-page button:hover{background-color:#cc7a00}.edit-profile-page .image-upload{margin-top:20px}.edit-profile-page .image-upload .upload-label{align-items:center;background-color:hsla(0,0%,53%,.1);border-radius:5px;color:#888;cursor:pointer;display:flex;gap:1rem;margin-top:10px;padding:.25rem}.edit-profile-page .image-upload .upload-label .profile-small-img{border-radius:50%;height:40px;width:40px}.edit-profile-page .image-upload .upload-label .upload-icon{margin-right:5px}.edit-profile-page .image-upload input[type=file]{display:none}.edit-profile-page .links{margin-top:20px}.edit-profile-page .links a{color:#888;display:block;margin-bottom:5px;text-decoration:none}.edit-profile-page .links a:hover{color:#111}.profile-component .profile{align-items:center;background-color:#fff;display:flex;flex-direction:column;padding:20px}.profile-component .profile .cover-image{background-color:#888;background-position:50%;background-repeat:no-repeat;background-size:cover;height:200px;width:100%}.profile-component .profile .avatar{border:3px solid #fff;border-radius:50%;height:150px;margin-top:-75px;overflow:hidden;width:150px}.profile-component .profile .avatar img{height:100%;object-fit:cover;width:100%}.profile-component .profile .username{color:#111;font-size:24px;margin-top:20px}.style_container__s4GPY{padding-block:1rem}.style_sum__bglaQ{display:flex;flex-wrap:wrap;gap:2rem}.style_sum__bglaQ .style_summary__fuO\+J{background:var(--back-color);flex-basis:45%;flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:min(30rem,100%);position:-webkit-sticky;position:sticky;top:1rem;z-index:1}.style_sum__bglaQ .style_items__6mQkp{flex-basis:1fr;flex-grow:999999999}.style_sum__bglaQ .style_title__zKKEJ{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.style_sum__bglaQ .style_title__zKKEJ button{flex-basis:fit-content;flex-grow:1}.style_head__-d4DE{margin-bottom:1rem}.style_head__-d4DE .style_dates__tgCH7{display:flex;flex-wrap:wrap;gap:10%}.style_head__-d4DE h1{font-size:2.5rem;font-weight:400}.style_summary__fuO\+J{border-radius:.5rem;box-shadow:0 0 10px -7px #111;display:flex;flex-direction:column;gap:1rem;max-width:100%;padding:1.5rem 2rem 2rem}.style_summary__fuO\+J h2{font-size:2em;font-weight:400}.style_summary__fuO\+J h2,.style_summary__fuO\+J h3{flex-basis:fit-content;flex-grow:9999999}.style_summary__fuO\+J>div{display:flex;flex-direction:column;gap:.5rem}.style_summary__fuO\+J>div h3{font-size:1.5em}.style_items__6mQkp{display:flex;flex-direction:column;gap:.5rem}.style_items__6mQkp .style_list__iR53b{display:flex;flex-direction:column;gap:1rem}.style_emptyList__T9hZf{border-radius:1rem;margin:1rem auto;padding:2.5rem 0;text-align:center;width:min(70ch,95%)}.style_emptyList__T9hZf h1{margin-bottom:1.25rem}.style_emptyList__T9hZf svg{fill:#555;height:5rem;margin-bottom:1.25rem;width:5rem}.style_emptyList__T9hZf .style_message__kiEXO{color:#555;color:var(--gray-color,#555);line-height:1.5;margin-bottom:1.875rem}.style_emptyList__T9hZf .style_message__kiEXO a{color:#fa0;color:var(--active-color,#fa0);text-decoration:none}.style_emptyList__T9hZf .style_message__kiEXO a:hover{text-decoration:underline}.empty-wishlist{align-items:center;border-radius:5px;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center}.empty-wishlist .empty-wishlist-icon{color:#888;font-size:100px;margin-bottom:30px;margin-top:70px}.empty-wishlist .border-button{background-color:#f90;border:2px solid transparent;border-radius:10px;color:#fff;display:inline-block;font-size:17px;margin-top:25px;padding:10px 18px;text-decoration:none;transition:background-color .3s ease}.empty-wishlist .border-button:hover{background-color:#f90}.empty-wishlist h2{font-size:30px;font-weight:700;margin-bottom:20px}.empty-wishlist p{color:#494848;font-size:18px}.wishlist{display:flex;flex-direction:column;margin-top:20px}.wishlist .all-wishlist{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.wishlist .all-wishlist .container3{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);height:330px;margin:8px;padding:16px;position:relative;width:300px}.wishlist .all-wishlist .container3 .name{line-clamp:1;-webkit-line-clamp:1;box-orient:vertical;-webkit-box-orient:vertical;color:var(--main-color);display:-webkit-box;font-size:1.2em;margin-top:5px;overflow:hidden;text-overflow:ellipsis}.wishlist .all-wishlist .container3 .image{align-items:center;aspect-ratio:1.2/1;contain:content;display:flex;justify-content:center;width:100%}.wishlist .all-wishlist .container3 .image img{height:100%;object-fit:cover;transition:1s ease;width:100%}.wishlist .all-wishlist .container3 .price-cart{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.wishlist .all-wishlist .container3 .price-cart p{font-weight:700}.wishlist .all-wishlist .container3 .price-cart p b{color:var(--sec-color);font-size:1.2em}.wishlist .all-wishlist .container3 button[type=button]{align-items:center;background-color:transparent;border:1px solid var(--light-gray-color);border-radius:10000px;cursor:pointer;display:flex;justify-content:center;padding:.3rem}.wishlist .all-wishlist .container3 button[type=button] i{font-size:1.5em}.wishlist .all-wishlist .container3 button[type=button]:hover{border-style:dashed}.wishlist .all-wishlist .container3 button[type=button]:hover i{color:var(--sec-color)}.wishlist .fa-trash{color:#f96262}.wishlist .hed{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 20px 10px 100px}.wishlist .hed button[type=submit]{background-color:var(--sec-color);border:none;border-radius:var(--xsm-space);color:var(--back-color);font-size:1em;font-weight:700;padding:var(--sm-box-padding)}.wishlist .hed button[type=submit]:hover{background-color:var(--dark-sec-color)}.containerx{display:flex;height:100vh}.containerx .sidebar{background-color:#f1f1f1;display:flex;flex-direction:column;width:200px}.containerx .sidebar .active{background-color:#f1f1f1;color:#0eb751}.containerx .sidebar h2{font-size:18px;font-size:20px;font-weight:700;margin:20% 0 30%;text-align:center}.containerx .sidebar .menu-btn{background-color:transparent;border:none;color:#000;cursor:pointer;display:none;font-size:24px;margin-left:10px;margin-top:10px;outline:none}.containerx .sidebar ul{display:flex;flex-direction:column;font-size:17px;font-weight:600;justify-content:center;list-style:none;margin:0;padding-left:20px}.containerx .sidebar ul li{margin-bottom:20%}.containerx .sidebar ul li a{text-decoration:none}.containerx .content{background-color:#fff;display:flex;flex:1 1;flex-direction:column;overflow-y:scroll;padding:20px}.containerx .content .upper{display:flex;justify-content:space-around;margin-bottom:3%}.containerx .content .upper button{background-color:#f90;border:none;border-radius:10px;color:#f5f5f5;cursor:pointer;height:4vh;width:20vh}.containerx .content .upper button:hover{background-color:#d90}.containerx .content .upper h2{font-size:24px;font-weight:700;margin:0;text-align:center}.containerx .content .table-wrapper .table{border-collapse:collapse;margin-bottom:20px;width:100%}.containerx .content .table-wrapper .table th{padding:10px 30px 10px 10px}.containerx .content .table-wrapper .table td{font-size:14px;padding:10px}.containerx .content .table-wrapper .table th{background-color:#121111;color:#f5f5f5;font-size:18px;font-weight:700;justify-content:space-around}.containerx .content .table-wrapper .table tbody tr:nth-child(2n){background-color:#f2f2f2}.containerx .content .table-wrapper .table td.action{justify-content:center}.containerx .content .table-wrapper .table td.action button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;margin-left:20px;padding:5px 10px}.containerx .content .table-wrapper .table td.action button:hover{background-color:#3e8e41}.containerx .content .table-wrapper .table td.action button.delete{background-color:red}.containerx .content .table-wrapper .table td.action button.delete:hover{background-color:#490b0b}.containerx .content .table-wrapper .table td.action button.Disable{background-color:rgba(11,11,185,.876)}.containerx .content .table-wrapper .table td.action button.Disable:hover{background-color:#1b1be9}.containerx .content .pagination{align-items:center;display:flex;justify-content:center}.containerx .content .pagination button{background-color:#fff;border:1px solid #ccc;border-radius:3px;color:#333;cursor:pointer;font-size:14px;font-weight:700;padding:5px 10px}.containerx .content .pagination button.active{background-color:#f90;color:#fff}.containerx .content .pagination span{color:#999;font-size:14px;font-weight:700;padding:5px 10px}.containerx .content .action{display:flex}@media(max-width:768px){.containerx{flex-direction:column;height:auto}.containerx .sidebar{margin-bottom:20px;width:100%}.containerx .sidebar .menu-btn{display:block;padding-bottom:20px}.containerx .sidebar ul.menu-list{display:none;width:100%}.containerx .sidebar ul.menu-list.show{display:block}.containerx .sidebar h2{font-size:20px;margin-bottom:5%;margin-top:10%}.containerx .sidebar ul li{margin-bottom:6%}.containerx .content{flex:1 1}.containerx .table thead tr{display:none}.containerx .table,.containerx .table tbody,.containerx .table td,.containerx .table tr{display:block;width:100%}.containerx .table tr td{border:1.2px solid #444}.containerx .table tr{margin-bottom:40px}.containerx .table td{padding-left:50%;position:relative;text-align:right}.containerx .table tbody tr :before{color:#000;content:attr(data-label);font-size:15px;font-weight:700;left:0;padding-left:4px;position:absolute;text-align:left}.containerx .upper{align-items:center;flex-direction:column;margin-bottom:5%}.containerx .upper h2{font-size:20px;margin-bottom:3%}.containerx .upper button{height:40px;margin-bottom:5%;width:60%}}@media only screen and (min-width:768px)and (max-width:1024px){.containerx{flex-direction:column}.containerx .sidebar{margin-bottom:20px;width:100%}.containerx .sidebar h2{font-size:30px;margin-bottom:50px;margin-top:5%}.containerx .sidebar ul{flex-direction:row;justify-content:space-around;margin-bottom:30px}.containerx .sidebar ul li{margin-bottom:0}.containerx .sidebar .upper{align-items:center;flex-direction:row;justify-content:space-evenly;margin-bottom:3%}.containerx .sidebar .upper button{height:4vh;width:15vh}.containerx .content{overflow-x:scroll;padding:0 10px}.containerx .content .table{display:inline-table;width:auto}.containerx .content .table td,.containerx .content .table th{min-width:120px}.containerx .content .table td.action button{margin-right:10px}}.subscribe_container__RXbm\+{background-color:#f2f2f2;border-radius:5px;max-width:min(70ch,90%);padding:20px;text-align:center}.subscribe_container__RXbm\+ h1{color:#333;margin-bottom:1rem}.subscribe_container__RXbm\+ p{color:#666;margin-bottom:10px}.subscribe_all__VXOkY{display:grid;height:100%;place-items:center;width:100%}.chatbot{bottom:20px;position:fixed;right:20px;z-index:99999}.chatbot .chat-icon{align-items:center;background-color:var(--sec-color);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;width:50px}.chatbot .chat-icon svg{height:30px;object-fit:contain;pointer-events:none;width:30px}.chatbot .chat-modal{align-items:flex-end;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:9999}.chatbot .chat-modal .back{height:100%;position:absolute;width:100%}.chatbot .modal-content{background-color:#fff;border:1px solid #ddd;border-radius:4px;margin:5rem 1.5rem;padding:20px;width:min(450px,95%);z-index:10}.chatbot .modal-header{border-bottom:1px solid #ddd;padding-bottom:10px}.chatbot .modal-header h2{color:#333;font-size:16px;margin:0}.chatbot .btn{background:var(--light-color);border:0;color:var(--dark-color-a);cursor:pointer;font-size:17px;padding:5px 15px}.chatbot .modal-body{display:flex;flex-direction:column-reverse;margin-top:10px;max-height:60dvh;overflow-y:auto}.chatbot .modal-body>article{max-width:90%}.chatbot .modal-body>article.mine{margin-left:auto}.chatbot .modal-body>article.mine>.chat-message{background:#f0dfc9}.chatbot .chat-message{background-color:var(--back-color-2);border-radius:5px;margin-bottom:15px;padding:10px}.chatbot .meta{color:var(--sec-color);font-size:15px;font-weight:700;margin-bottom:7px;opacity:.7}.chatbot span{color:#777;font-size:80%}.chatbot .modal-footer{align-items:flex-end;display:flex;margin-top:20px}.chatbot .modal-footer input,.chatbot textarea{border:1px solid #ddd;border-radius:4px;min-height:100%;outline:none;padding:5px 10px;width:100%}
/*# sourceMappingURL=main.71ff780f.css.map*/