@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#fffbea}.account-container{max-width:600px;margin:50px auto;padding:20px;background-color:#fff;border:1px solid #f4f4f4;border-radius:10px;box-shadow:0 4px 6px #0000001a}h1{font-size:24px;text-align:center;margin-bottom:20px}.section{margin-bottom:30px}h2{font-size:20px;color:#333;margin-bottom:10px}.info-box{display:flex;align-items:center;background-color:#ffd54f;padding:10px 15px;border-radius:5px;font-size:16px}.info-icon{margin-right:10px;font-weight:700}.address-btn{display:flex;align-items:center;margin-top:15px;padding:10px 20px;background-color:#000;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer}.address-btn:hover{background-color:#333}.address-count{background-color:#ffd54f;color:#000;margin-left:10px;padding:5px 10px;border-radius:50%}.otp-section{margin-top:20px;padding:20px;background-color:#f9f9f9;border-radius:5px;border:1px solid #ddd}.otp-section h2{margin-bottom:15px}.whatsapp-icon{position:fixed;bottom:20px;right:20px;font-size:30px;background-color:#25d366;color:#fff;border-radius:50%;padding:10px;cursor:pointer}.whatsapp-icon:hover{background-color:#1ebe57}.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.custom-modal{background-color:#fff;padding:30px 20px;border-radius:10px;box-shadow:0 10px 25px #0003;width:90%;max-width:400px;text-align:center;z-index:10000}.custom-modal h3{margin-bottom:10px;font-size:22px}.custom-modal p{font-size:16px;margin-bottom:20px}.modal-buttons{display:flex;flex-direction:row;gap:10px;justify-content:center}.modal-buttons button{padding:10px;font-size:16px;border:none;cursor:pointer;border-radius:6px;flex:1}.confirm-button{background-color:#28a745;color:#fff}.confirm-button:hover{background-color:#218838}.go-to-cart-button{background-color:#007bff;color:#fff}.go-to-cart-button:hover{background-color:#0069d9}.cancel-button{background-color:#dc3545;color:#fff}.cancel-button:hover{background-color:#c82333}.navbar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background-color:#fff;position:relative;height:150px;box-shadow:0 2px 4px #0000001a;flex-wrap:wrap;overflow:visible}.logo{height:130px;cursor:pointer;max-width:150px}.hamburger{display:none!important}.basket-icon{width:100px;height:auto}.navbar-center{display:flex;align-items:center;gap:30px}.navbar-menu{list-style:none;display:flex;gap:30px;margin:0;padding:0;font-size:20px}.navbar-menu li{cursor:pointer;font-weight:600;color:#222;padding:8px 16px;border-radius:6px;transition:background-color .3s ease,color .3s ease}.navbar-menu li:hover{color:tomato}.navbar-menu .active{color:tomato;background-color:#e0e0e0;border-radius:6px}.navbar-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.select-location{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative;max-width:200px;overflow:hidden}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.location-text-wrapper{overflow:hidden;white-space:nowrap;flex:1;position:relative}.location-text-wrapper span{display:inline-block;padding-left:100%;animation:scroll-left 10s linear infinite;white-space:nowrap}.location-arrow{font-size:14px;color:#666;transition:transform .2s ease;cursor:pointer;padding:6px;border-radius:4px;font-weight:700}.location-arrow:hover{background-color:#f5f5f5;transform:translateY(2px)}.location-icon{width:30px;height:30px}.navbar-searchicon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;border-radius:6px;transition:background-color .2s ease}.navbar-searchicon:hover{background-color:#f5f5f5}.navbar-searchicon img{width:45px;cursor:default;pointer-events:none}.dot{position:absolute;top:-4px;right:-4px;width:10px;height:10px;background-color:red;border-radius:50%}.login-text{display:flex;align-items:center;gap:6px;cursor:pointer}.login-icon{width:20px}.navbar-profile{position:relative;cursor:pointer}.navbar-profile img{width:32px}.nav-profile-dropdown{position:absolute;top:40px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;list-style:none;padding:10px;width:180px;display:none;flex-direction:column;z-index:1001}.nav-profile-dropdown li{display:flex;align-items:center;gap:10px;padding:8px;cursor:pointer;transition:background-color .2s ease}.nav-profile-dropdown li:hover{background-color:#f5f5f5}.nav-profile-dropdown img{width:20px}.navbar-search-container{position:relative;display:flex;align-items:center;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:visible;width:320px}.navbar-search-container input{padding:10px 14px;border:none;outline:none;font-size:15px;flex:1;border-radius:8px 0 0 8px}.navbar-search-container .clear-icon{position:absolute;right:40px;top:50%;transform:translateY(-50%);font-size:20px;color:#666;cursor:pointer;font-weight:700;-webkit-user-select:none;user-select:none;z-index:2}.navbar-search-container button{padding:10px 14px;border:none;background:none;cursor:default;border-radius:0 8px 8px 0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.navbar-search-container button i{font-size:18px;color:inherit;filter:none}.search-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 8px 20px #00000026;z-index:1000;padding:12px 0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.search-tabs{display:flex;justify-content:space-around;border-bottom:2px solid #eee;padding:10px 0 14px;-webkit-user-select:none;user-select:none}.search-tab{font-weight:600;font-size:16px;padding:8px 20px;cursor:pointer;color:#555;border-bottom:3px solid transparent;transition:color .25s ease,border-color .25s ease}.search-tab:hover{color:#ff4d4f}.search-tab.active{color:#ff4d4f;border-bottom:3px solid #ff4d4f;font-weight:700}.search-results{max-height:280px;overflow-y:auto;padding:10px 24px;scroll-behavior:smooth}.search-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f2f2f2;cursor:pointer;transition:background-color .2s ease;border-radius:6px}.search-item:hover{background-color:#fff0f0}.search-item img{width:54px;height:54px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.search-name{font-weight:600;margin:0;font-size:16px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-tag{font-size:14px;color:#888;margin:4px 0 0;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-results{text-align:center;padding:30px 0;color:#bbb;font-size:15px;font-style:italic;-webkit-user-select:none;user-select:none}.search-results::-webkit-scrollbar{width:6px}.search-results::-webkit-scrollbar-track{background:#f9f9f9;border-radius:3px}.search-results::-webkit-scrollbar-thumb{background:#ff4d4f;border-radius:3px}@media screen and (max-width: 768px){.navbar{gap:10px;padding:10px 15px;height:auto;flex-wrap:wrap;overflow:visible}.logo{height:40px;max-width:120px;z-index:11}.navbar-right{gap:12px}.basket-icon{width:28px}.navbar-profile img{width:24px}.navbar-searchicon{width:36px;height:36px}.location-icon{width:20px;height:20px}.login-text{font-size:13px}.navbar-search-container{width:100%;margin-top:10px}.search-dropdown{position:fixed;top:100%;left:0;width:100vw;max-width:100vw;margin-top:6px;z-index:10000}.search-tabs{padding:8px 0 12px}.search-tab{font-size:14px;padding:6px 14px}.search-results{max-height:220px;padding:8px 16px}.search-item img{width:45px;height:45px}.search-name{font-size:14px}.search-tag{font-size:12px}.no-results{font-size:13px;padding:20px 0}.navbar-center{position:static;width:auto;flex-direction:row;gap:15px;padding:0;box-shadow:none;background:transparent;display:flex!important}.navbar-menu{flex-direction:row;gap:16px;font-size:14px}.nav-profile-dropdown{display:none;flex-direction:column;position:absolute;top:100%;right:0;background-color:#fff;z-index:9999;width:160px;font-size:13px;padding:8px}.nav-profile-dropdown li{padding:6px;gap:8px}.nav-profile-dropdown img{width:16px;height:16px}.nav-profile-dropdown p{margin:0;font-size:13px}.select-location{gap:5px}.navbar-profile:hover .nav-profile-dropdown{display:flex!important;flex-direction:column}.navbar-profile:focus-within .nav-profile-dropdown{display:flex!important;flex-direction:column}}@media screen and (max-width: 420px){.navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:6px;padding:8px 10px;height:auto;overflow:visible}.logo{height:36px;max-width:80px}.navbar-menu li:nth-child(1){display:none!important}.navbar-menu li{font-size:0;padding:0}.navbar-menu li i{font-size:20px;display:inline-block}.navbar-menu li span{display:none}.navbar-menu{gap:10px}.navbar-center{flex:1;flex-grow:1;flex-shrink:1;overflow-x:hidden;gap:10px;align-items:center;justify-content:flex-start}.navbar-search-container{width:100px;max-width:300px;min-width:0;margin:0;flex-grow:1;flex-shrink:0;height:30px;display:flex;align-items:center}.navbar-search-container input{padding:4px 8px;margin-left:0;font-size:10px;height:18px;line-height:1;width:100%;border-radius:6px;border:1px solid #ccc;outline:none}.navbar-search-container .clear-icon{right:28px;font-size:16px}.navbar-search-container button i{font-size:16px}.select-location{display:flex;align-items:center;gap:2px;max-width:24px;overflow:hidden;white-space:nowrap}.location-icon{width:16px;height:16px;margin-right:10px;margin-left:5px}.location-text,.location-arrow{display:none!important}.basket-icon{width:24px;height:24px;display:block;margin:auto 0}.dot{width:7px;height:7px;top:-1px;right:-1px}.navbar-profile img{width:17px;height:20px;display:block;margin:auto 0}.navbar-searchicon{width:26px;height:26px;display:flex;align-items:center;justify-content:center}.navbar-searchicon img{width:20px;height:20px}.navbar-right{gap:6px;display:flex;align-items:center}.navbar-center{flex-direction:row;flex-wrap:nowrap;overflow-x:hidden;gap:10px;align-items:center}.navbar-profile{cursor:pointer;-webkit-tap-highlight-color:transparent}.navbar-profile:active .nav-profile-dropdown,.navbar-profile:focus-within .nav-profile-dropdown{display:flex!important}.navbar-profile:hover .nav-profile-dropdown{display:flex!important;flex-direction:column}.navbar-search-container{width:100px;max-width:200px;position:relative}.search-dropdown{position:fixed;top:35px;left:40px;width:80%;max-width:200px;height:auto;z-index:10000;border-radius:0 0 10px 10px;box-shadow:0 8px 20px #00000026;overflow-y:auto;background-color:#fff}.search-tab{font-size:10px}.search-tabs{padding:0}.search-item{padding:5px}.search-name{font-size:10px}}@media screen and (min-width: 769px){.navbar-profile:hover .nav-profile-dropdown{display:flex!important;flex-direction:column}}.location-selector-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000004d;display:flex;justify-content:flex-end;align-items:flex-start;z-index:1000;padding-top:100px;padding-right:200px;max-height:100vh;overflow:hidden}.location-selector-dropdown{background:#fff;border-radius:12px;padding:12px;width:90%;max-width:440px;box-shadow:0 8px 25px #00000026;animation:slideDown .3s ease-out;position:relative;max-height:none;overflow:visible;display:flex;flex-direction:column}.dropdown-arrow{position:absolute;top:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white}.dropdown-header{margin-bottom:20px;padding-right:40px}.dropdown-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.close-button{position:absolute;top:16px;right:16px;background:#f0f0f0;border:none;font-size:18px;color:#333;cursor:pointer;padding:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a;transition:all .2s ease;margin:20px}.close-button:hover{background-color:#e0e0e0;color:#c21943}.detect-location-btn{width:50%;padding:10px;background:linear-gradient(135deg,#d32b3f,#b31426);color:#fff;border:none;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;box-shadow:0 4px 12px #b30f2b4d;margin-bottom:24px;margin-left:100px}.detect-location-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c01f3d66}.detect-location-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.detect-location-btn i{font-size:18px}.divider{display:flex;align-items:center;margin:20px 0;color:#666;font-size:14px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.divider span{padding:0 16px;background:#fff}.saved-addresses-section{margin-top:15px;overflow-y:auto;max-height:250px;padding-right:4px}.saved-addresses-section h3{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:0}.more-toggle{cursor:pointer;font-size:14px;font-weight:600;color:#c21943;-webkit-user-select:none;user-select:none;text-transform:lowercase;margin-left:220px}.more-toggle:hover{color:#a81035}.saved-addresses-section::-webkit-scrollbar{width:6px}.saved-addresses-section::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:8px}.no-addresses{text-align:center;color:#666;font-style:italic;padding:20px;background:#f9f9f9;border-radius:8px}.loc-add-address-btn{margin-top:12px;padding:10px 16px;background:#c21943;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.loc-add-address-btn:hover{background:#a81035;transform:translateY(-1px)}.addresses-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.addresses-list.collapsed{max-height:none;overflow:hidden}.addresses-list.expanded{max-height:300px;overflow-y:auto;padding-right:4px}.address-item{padding:18px;border:2px solid #f0f0f0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff;position:relative}.address-item:hover{border-color:#c21943;background:#f8f9ff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea1a}.address-item.active{border-color:#c21943;background:linear-gradient(135deg,#f8f9ff,#e8f0ff)}.address-label{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:500;color:#1a1a1a}.address-label i{width:20px;color:#c21943;font-size:16px}.current-location{margin-top:24px;padding:16px;background:#f8f9ff;border-radius:8px;border-left:4px solid #c21943}.current-location p{margin:0;font-size:14px;color:#1a1a1a}.current-location strong{color:#c21943}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.location-selector-overlay{display:flex;justify-content:center;align-items:center;padding-right:16px;align-items:flex-start}.location-selector-dropdown{width:90%;max-width:400px;padding:16px;box-sizing:border-box}.detect-location-btn{width:100%;padding:12px 16px;margin-top:24px}.saved-addresses-section{margin-top:10px;overflow-y:auto;max-height:220px}.saved-addresses-section h3{font-size:14px}.more-toggle{font-size:12px;margin-left:10px}.address-item{padding:14px;font-size:12px}.loc-add-address-btn{width:100%;padding:10px 16px;font-size:14px}.divider,.address-label{font-size:12px}}@media (max-width: 420px){.location-selector-overlay{padding-right:8px;padding-to:20px}.location-selector-dropdown{width:90%;max-width:350px;padding:14px}.detect-location-btn{width:100%;padding:12px 16px;margin-top:20px;margin-left:0}.saved-addresses-section{margin-top:10px;overflow-y:auto;max-height:180px}.saved-addresses-section h3{font-size:13px;margin-bottom:8px}.more-toggle{font-size:12px;margin-left:8px}.address-item{padding:12px;font-size:11px}.loc-add-address-btn{width:100%;padding:10px 16px;font-size:14px}.divider{font-size:12px}.address-label{font-size:11px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes redGlow{0%{box-shadow:0 0 14px #db060666,0 0 22px #f5151566}50%{box-shadow:0 0 20px #e40c0c66,0 0 28px #c9141466}to{box-shadow:0 0 14px #c006,0 0 22px #c006}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.incoming-alert{text-align:center;font-weight:700;color:#007bff;padding:6px 0}.agent-connected-inline{display:block;text-align:center;color:#28a745;margin:10px 0;font-size:14px;border-top:1px solid #eee;padding-top:10px;width:100%}.agent-disconnected-inline{display:block;text-align:center;color:#dc3545;margin:10px 0;font-size:14px;border-top:1px solid #eee;padding-top:10px;width:100%}.minimize-btn,.chat-close-btn{background-color:#ff4d4d;color:#fff;border:none;padding:5px 10px;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease-in-out}.chat-message.system .timestamp{display:inline-block;margin-left:10px;color:#999;font-size:.85em}.minimize-btn{margin-left:90px;margin-right:10px}.chat-page-wrapper{position:fixed;bottom:20px;right:20px;width:380px;height:550px;background:linear-gradient(135deg,#e0f7ff,#fff);box-shadow:8px 12px 25px #0000004d,inset -4px -4px 12px #0000001a;border-radius:22px;display:flex;flex-direction:column;z-index:9999;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:fadeInUp .4s ease;border:2px solid #0066cc;transition:all .3s ease-in-out}.chat-page-wrapper.fullscreen{top:0;left:0;right:0;bottom:0;width:100vw!important;height:100vh!important;max-height:100vh;z-index:9999;border-radius:0}.chat-container{display:flex;flex-direction:column;height:100%}.chat-header{background:linear-gradient(135deg,#06c,#004080);color:#fff;padding:16px;font-size:18px;font-weight:600;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:22px;border-top-right-radius:22px;box-shadow:inset 0 -3px 6px #0003;flex-shrink:0}.chat-header-icons button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;margin-left:10px;transition:transform .2s ease,color .2s ease}.chat-header-icons button:hover{transform:scale(1.3);color:#cce6ff}.chat-messages{flex:1;padding:14px;overflow-y:auto;background:linear-gradient(135deg,#f0f9ff,#fff);max-height:380px;scrollbar-width:thin;scrollbar-color:#0066cc #f0f9ff;box-shadow:inset 4px 4px 12px #0000001a;display:flex;flex-direction:column;gap:10px}.chat-page-wrapper.fullscreen .chat-messages{max-height:calc(100vh - 132px)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background-color:#06c;border-radius:4px}.chat-message{margin:0;padding:12px 16px;border-radius:20px;max-width:78%;line-height:1.5;font-size:15px;word-wrap:break-word;box-shadow:4px 6px 14px #00000026,inset -2px -2px 6px #fffc;transition:transform .2s ease;white-space:pre-wrap}.chat-meta{font-size:12px;color:#666;margin-bottom:4px}.chat-message.bot{background:linear-gradient(135deg,#e6f0ff,#cce6ff);color:#333;align-self:flex-start;border-bottom-left-radius:8px;margin-right:auto;text-align:left}.chat-message.user{background:linear-gradient(135deg,#cce5ff,#9cf);color:#333;align-self:flex-end;border-bottom-right-radius:8px;margin-left:auto;text-align:right}.chat-message.support{background-color:#d1ecf1;color:#0c5460;align-self:flex-start;border-bottom-left-radius:5px;border:1px solid #bee5eb}.chat-message.system{align-self:center;background-color:#f0f0f0;color:#6c757d;font-size:.9em;text-align:center;padding:8px 12px;border-radius:10px;max-width:90%}.chat-message:hover{transform:scale(1.02)}.options{display:flex;flex-direction:column;gap:14px;margin-top:12px}.options button{background:linear-gradient(135deg,#0059b3,#003d80);color:#fff;border:none;border-radius:16px;padding:12px;width:100%;font-size:15px;font-weight:500;cursor:pointer;text-align:center;transition:background-color .3s ease,transform .2s ease;box-shadow:3px 6px 12px #0003}.options button:hover{background:linear-gradient(135deg,#004080,#00264d);transform:translateY(-4px)}.chat-input-container{display:flex;padding:12px;background-color:#f8faff;border-top:1px solid #dcdcdc;box-shadow:inset 0 4px 6px #0000001a;flex-shrink:0}.chat-input-container input{flex:1;padding:10px 14px;border:1px solid #b3d1ff;border-radius:14px;font-size:15px;box-shadow:inset 2px 2px 6px #0000001a;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.chat-input-container input:focus{border-color:#06c;box-shadow:0 0 8px #06c6}.send-btn{background:none;border:none;padding:6px;cursor:pointer;margin-left:10px;display:flex;align-items:center;justify-content:center}.send-btn img{width:24px;height:24px;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3))}.chat-icon-container{position:fixed;bottom:20px;right:20px;cursor:pointer;z-index:1001}.chat-icon{width:60px;height:60px;border-radius:50%;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out;animation:bounce 2.2s infinite}.chat-icon:hover{transform:scale(1.05)}.unread-badge{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;border-radius:50%;padding:5px 8px;font-size:12px;font-weight:700;min-width:20px;text-align:center;line-height:1;box-shadow:0 2px 4px #0003;animation:redGlow 2.5s infinite alternate}.disconnected-banner{position:absolute;bottom:60px;left:0;right:0;background-color:#ffe0e6;color:#dc3545;text-align:center;padding:8px 15px;font-size:.9em;border-top:1px solid #ffb3c1;z-index:10;transition:opacity .3s ease-in-out}.close-ticket-container{padding:8px 15px;background-color:#fff;border-top:1px solid #e9ecef;display:flex;justify-content:center;align-items:center;flex-shrink:0}.close-ticket-btn{background-color:#6c757d;color:#fff;border:none;padding:8px 15px;border-radius:20px;cursor:pointer;font-size:.9em;transition:background-color .2s ease}.close-ticket-btn:hover{background-color:#5a6268}@media (max-width: 768px){.chat-page-wrapper{width:100vw;height:100vh;top:0;left:0;right:0;bottom:0;border-radius:0;max-height:100vh}.chat-header{font-size:1.1em;padding:12px;border-radius:0}.minimize-btn,.chat-close-btn{font-size:14px;padding:4px 8px;margin:0 8px}.minimize-btn{margin-left:auto;margin-right:10px}.chat-messages{padding:10px;max-height:calc(100vh - 150px)}.chat-message{font-size:14px;padding:10px 12px;max-width:90%}.options button{font-size:14px;padding:10px}.chat-input-container{padding:10px}.chat-input-container input{font-size:14px;padding:10px 12px;margin-right:8px}.send-btn{width:36px;height:36px;padding:0}.send-btn img{width:20px;height:20px}.chat-icon-container{bottom:10px;right:10px}.chat-icon{width:50px;height:50px}.unread-badge{top:-3px;right:-3px;padding:4px 6px;font-size:10px;min-width:16px}}@media (max-width: 400px){.minimize-btn{margin-left:75px;margin-right:10px}}.explore-menu{text-align:center;padding:20px;background-color:#fadbd8;border-radius:15px;margin:20px auto;max-width:100%}.creative-header{text-align:center;background:linear-gradient(135deg,#8b0000,#b22222);color:#fff;padding:30px 20px;border-radius:15px;margin-bottom:30px;box-shadow:0 8px 20px #0003}.creative-header h1{font-size:2.8rem;margin-bottom:15px;font-weight:700;color:#fff;text-shadow:2px 3px rgba(0,0,0,.3)}.creative-subtext{font-size:1.2rem;color:#f5f5f5;line-height:1.8;max-width:700px;margin:0 auto;text-shadow:1px 1px rgba(0,0,0,.3)}.explore-menu-cards{display:flex;flex-direction:column;gap:30px}.menu-row{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.menu-card{background:#fff;border:1px solid #e57373;border-radius:15px;box-shadow:0 6px 12px #0003;width:280px;height:320px;text-align:center;transition:transform .4s,box-shadow .4s;overflow:hidden;cursor:pointer}.menu-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 12px 24px #0000004d}.menu-card-image{width:100%;height:160px;object-fit:cover;transition:transform .4s ease-in-out}.menu-card:hover .menu-card-image{transform:scale(1.1)}.menu-card-title{font-size:1.5rem;margin:10px 0 8px;color:#8b0000;font-weight:700}.add-to-cart-btn{background-color:#8b0000;color:#fff;border:none;border-radius:8px;padding:10px 20px;cursor:pointer;font-size:1.1rem;margin-top:15px;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.add-to-cart-btn:hover{background-color:#b22222;transform:scale(1.05)}.add-to-cart-btn.disabled{background-color:#ccc;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background-color:#fff;padding:20px 30px;border-radius:10px;box-shadow:0 10px 30px #0003;text-align:center;animation:fadeIn .5s ease-in-out}.modal-content h2{color:#d32f2f;font-size:24px;margin-bottom:10px}.modal-content p{font-size:16px;color:#444;margin-bottom:20px}.modal-content button{background-color:#d32f2f;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background .3s}.modal-content button:hover{background-color:#b71c1c}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.menu-card{width:260px;height:300px}.menu-card-image{height:150px}.menu-card-title{font-size:1.4rem}.add-to-cart-btn{font-size:1rem}}@media (max-width: 768px){.creative-header h1{font-size:2.2rem}.creative-subtext{font-size:1rem}.menu-card{width:220px;height:270px}.menu-card-image{height:130px}.menu-card-title{font-size:1.2rem}.add-to-cart-btn{padding:8px 16px;font-size:.95rem}}@media (max-width: 480px){.creative-header h1{font-size:1.8rem}.creative-subtext{font-size:.95rem}.menu-card{width:100%;height:auto}.menu-card-image{height:180px}.menu-card-title{font-size:1.1rem}.add-to-cart-btn{width:90%;font-size:1rem;margin:10px auto 15px}.modal-content{width:90%;padding:15px 20px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px;box-sizing:border-box}.popup-content{background:linear-gradient(to bottom,#fff,#f9f9f9);padding:25px;width:100%;max-width:420px;border-radius:12px;box-shadow:0 8px 20px #0003;position:relative;text-align:center;animation:popupAnimation .3s ease-in-out;box-sizing:border-box}@keyframes popupAnimation{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.close-mark{position:absolute;top:12px;right:15px;font-size:28px;font-weight:700;cursor:pointer;color:#444;transition:color .3s ease}.close-mark:hover{color:red}h2{font-size:22px;color:#333;font-weight:700;margin-bottom:18px;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.pincode-input{width:100%;padding:12px;margin:10px 0;font-size:16px;border:2px solid #ccc;border-radius:8px;text-align:center;outline:none;transition:.3s;box-sizing:border-box}.pincode-input:focus{border-color:#f60;box-shadow:0 0 10px #ff66004d}.otp-button{width:100%;padding:12px;background:linear-gradient(to right,#f60,#e65c00);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 10px #f603}.otp-button:hover{background:linear-gradient(to right,#e65c00,#ff4500);box-shadow:0 6px 15px #ff450066;transform:scale(1.05)}.message{margin-top:12px;font-size:15px;color:#666;font-weight:500;background:#fff3e0;padding:10px;border-radius:6px;box-shadow:0 2px 6px #0000001a}.highlight{font-weight:700;color:#f60}.address-container{margin-top:15px;padding:12px;background:#fafafa;border-radius:6px;font-size:15px;color:#444;box-shadow:0 2px 5px #0000001a}.toggle-address{color:#007bff;cursor:pointer;font-weight:700}.toggle-address:hover{text-decoration:underline}@media (max-width: 768px){.popup-content{padding:22px;max-width:95%}.pincode-input{font-size:15px}.otp-button{font-size:15px;padding:11px}h2{font-size:20px}.close-mark{font-size:26px}}@media (max-width: 480px){.popup-content{padding:18px;border-radius:10px}.pincode-input,.otp-button{font-size:14px;padding:10px}h2{font-size:18px}.message,.address-container{font-size:14px}.close-mark{font-size:24px;top:10px;right:12px}}.food-items-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;padding:20px}.food-item{width:300px;margin:30px 0;border-radius:10px;box-shadow:0 10px 15px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;animation:fadeIn 1s ease-out;display:flex;flex-direction:column;background:#fff;overflow:hidden;position:relative}.food-item:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:linear-gradient(145deg,#ffc1c1,#ffcece);border-radius:12px;z-index:-1;box-shadow:0 10px 15px #0000001a}.food-item-image{width:100%;height:200px;object-fit:cover;border-radius:10px 10px 0 0;transition:transform .3s ease-in-out}.food-item:hover .food-item-image{transform:scale(1.1)}.food-item-info{margin-left:10px;color:#333}.food-item-name-rating{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.food-item-name-rating p{font-size:22px;font-weight:600;color:#222}.food-item-name-rating img{max-width:60px;height:auto}.food-item-desc{color:#777;font-size:14px;margin-bottom:10px}.food-item-weight{font-size:18px;font-weight:500;color:#444;margin:5px 0}.food-item-price{color:gold;font-size:28px;font-weight:600;margin:10px 0}.food-item-img-container .add{width:40px;height:40px;position:absolute;bottom:20px;right:20px;cursor:pointer;border-radius:50%;background-color:#b22222;color:#fff;font-size:24px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease-in-out,transform .3s ease-in-out;box-shadow:0 4px 8px #0003}.food-item-counter{position:absolute;bottom:15px;right:15px;display:flex;align-items:center;gap:10px;padding:6px;border-radius:30px;background-color:#fff;box-shadow:0 3px 6px #0000001a}.food-item-counter img{width:35px}footer{background-color:#8b0000;color:#fff;text-align:center;padding:30px;width:100%;position:relative;margin-top:auto}body{display:flex;flex-direction:column;min-height:100vh;margin:0}.food-item-price-cart{display:flex;align-items:center;justify-content:space-evenly;gap:10px;margin-bottom:8px}.inline-view-cart-button{background-color:tomato;color:#fff;border:none;padding:10px 5px;border-radius:6px;font-size:12px;font-family:Outfit,sans-serif;cursor:pointer;transition:background-color .3s ease;box-shadow:none}@media (max-width: 768px){.food-items-container{justify-content:space-around;padding:10px;gap:20px}.food-item{width:90%;margin:20px auto;overflow:hidden;box-sizing:border-box}.food-item-info{padding:10px;width:100%;box-sizing:border-box;color:#333}.food-item-image{height:180px}.food-item-name-rating{margin-bottom:5px}.food-item-name-rating p{font-size:18px;margin:0}.food-item-desc{font-size:13px;margin:4px 0}.food-item-weight{font-size:16px;margin:4px 0}.food-item-price{font-size:24px;margin:6px 0}.food-item-price-cart{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:0;justify-content:space-evenly}.inline-view-cart-button{background-color:tomato;color:#fff;border:none;padding:6px 5px;border-radius:6px;margin-left:0;font-size:11px;font-family:Outfit,sans-serif;cursor:pointer;transition:background-color .3s ease}.food-item-img-container .add{width:35px;height:35px;font-size:20px}.food-item-counter{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:30px;background-color:#fff;box-shadow:0 3px 6px #0000001a;justify-content:center;margin-top:8px;margin-bottom:8px;width:fit-content}.food-item-counter img{width:28px}}.container{width:80%;margin:0 auto;padding:10px 0}.search-header{text-align:center;font-size:2rem;margin-top:20px}.products-section{padding:20px 10px}.filtered-items{text-align:center}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.products-grid{grid-template-columns:1fr;gap:15px}}.food-item{width:100%;max-width:100%;border-radius:10px;box-shadow:0 4px 10px #00000014;transition:transform .3s ease;animation:fadeIn 1s;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}.food-item:hover{transform:translateY(-5px)}.food-item-img-container{position:relative;width:100%}.food-item-image{width:100%;height:auto;object-fit:cover;border-radius:10px 10px 0 0}.food-item-info{padding:15px;display:flex;flex-direction:column;gap:5px}.food-item-name-rating{display:flex;justify-content:space-between;align-items:center}.food-item-name-rating p{font-size:20px;font-weight:600;margin:0}.food-item-desc{color:#676767;font-size:14px}.food-item-weight{font-size:15px;color:gray}.food-item-price{font-size:20px;font-weight:700;color:tomato;margin-top:5px}.add-to-shop-btn{position:absolute;bottom:12px;right:12px;background-color:#008cba;color:#fff;border:none;padding:8px 14px;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.add-to-shop-btn:hover{background-color:#005f7a}.food-item-counter{display:flex;justify-content:space-between;align-items:center;gap:10px}.food-item-counter img{cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.header-container{position:relative;width:100%;text-align:center;overflow:hidden;margin-top:10px;display:flex;justify-content:center;padding:10px 0;border-radius:10px}.header-image{width:110%;max-width:100%;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 4px 12px #00000026}.header-text{position:absolute;bottom:10%;left:50%;transform:translate(-50%);color:#fff;font-size:clamp(1rem,4vw,3rem);font-weight:600;background:#0009;padding:12px 24px;border-radius:10px;text-shadow:2px 4px 10px rgba(0,0,0,.7);white-space:nowrap;animation:fadeInUp 1s ease-out}.header-subtext{font-size:25px;margin-left:700px;margin-top:5px;opacity:.8}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,20%)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 480px){.header-text{position:absolute;bottom:10%;left:50%;transform:translate(-50%);font-size:14px;text-align:center;white-space:normal;width:80%}.header-subtext{margin:5px auto 0;font-size:18px;text-align:center;opacity:.8}}.food-display-wrapper .food-display{padding:20px 20px 50px;background:#fce4e4;border-radius:10px;box-shadow:0 5px 15px #0000001a;max-width:100%;margin:0 auto;color:#8b0000;display:flex;flex-direction:column;gap:20px;min-height:100vh;box-sizing:border-box;flex-grow:1;width:100%}.food-display-wrapper .food-display-header h2{font-size:1.8rem;margin-left:0;padding:10px 0;background:#8b0000;border-radius:10px;text-transform:uppercase;letter-spacing:1px}.food-display-wrapper .food-display-header p{font-size:.9rem;max-width:100%;margin:10px auto 10px 0;text-align:center}.food-display-wrapper .food-display-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-left:0}.food-category-card{width:100%;max-width:300px;margin-bottom:20px}.food-category-card .food-category h3{font-size:1.5rem;padding:8px 0;margin-bottom:15px;background:#ffebd9}.food-items{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-items:center}.food-item{width:95%;height:350px;margin:5px;border-radius:8px;box-shadow:0 5px 10px #0000001a}.food-item-image{height:150px}.food-item-info{padding:10px}.food-item-name-rating p{font-size:18px}.food-item-desc{font-size:12px}.food-item-weight{font-size:14px}.food-item-price{font-size:22px}.food-item-img-container .add{width:35px;height:35px;font-size:20px}footer{font-size:.9rem}.comingsoon-banner{max-width:100%;height:auto}@media (max-width: 768px){.food-display-wrapper .food-display-header h2{font-size:2rem;padding:15px 0}.food-category-card{width:48%}.food-items{grid-template-columns:repeat(2,1fr)}.food-item{height:350px}.food-item-image{height:180px}.food-item-name-rating p{font-size:20px}.food-item-price{font-size:24px}}@media (max-width: 480px){.food-display-wrapper .food-display{padding:15px;width:100%}.food-display-wrapper .food-display-header h2{font-size:1.6rem}.food-category-card{width:100%;max-width:none}.food-items{grid-template-columns:repeat(1,1fr)}.food-item{height:320px}.food-item-image{height:150px}.food-item-name-rating p{font-size:18px}.food-item-price{font-size:20px}footer{font-size:.85rem}}.app-download{margin:100px auto auto;font-size:max(3vw,20px);text-align:center;font-weight:500;color:orange}.app-download-platforms{display:flex;justify-content:center;gap:max(2vw,20px);margin-top:40px}.app-download-platforms img{width:max(30vw,120px);max-width:180px;transition:.5s;cursor:pointer}.app-download-platforms img:hover{transform:scale(1.05)}.cart-container{max-width:980px;margin:40px auto;padding:20px 30px;background:#fff5f3;border-radius:12px;box-shadow:0 8px 28px #ff63471f;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#4a1f1a}.cart-container h2{font-size:2.2rem;font-weight:700;color:#7a231c;margin-bottom:25px;text-align:center;letter-spacing:1px}.empty-cart{text-align:center;padding:60px 20px;color:#a55a4e}.empty-cart img.add-cart{width:120px;margin-bottom:18px;opacity:.7;transition:transform .3s ease}.empty-cart img.add-cart:hover{transform:scale(1.1)}.empty-cart h2{font-size:1.8rem;margin-bottom:30px;color:#824138}.continue-shopping-button{background-color:tomato;border:none;color:#fff;font-size:1.1rem;padding:12px 28px;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .3s ease;box-shadow:0 4px 12px #ff634766}.continue-shopping-button:hover{background-color:#e5533c;box-shadow:0 6px 18px #e5533c80}.shop-items-section{display:flex;flex-direction:column;gap:18px;max-height:480px;overflow-y:auto;padding-right:8px;margin-bottom:40px}.shop-items-section::-webkit-scrollbar{width:8px}.shop-items-section::-webkit-scrollbar-track{background:#ffe7de;border-radius:8px}.shop-items-section::-webkit-scrollbar-thumb{background-color:tomato;border-radius:8px;border:2px solid #ffe7de}.cart-item{display:flex;align-items:center;justify-content:space-between;border:1px solid #e8b1a8;padding:15px 20px;border-radius:10px;background:#fff0eb;box-shadow:0 2px 6px #ff63471a;transition:background-color .2s ease}.cart-item:hover{background-color:#ffe7de}.cart-item-details{flex:1 1 auto}.cart-item-info-row{display:flex;flex-wrap:wrap;align-items:center;gap:15px;font-size:.9rem;color:#6a2c26}.cart-item-info-row img.cart-item-image{width:72px;height:72px;border-radius:10px;object-fit:cover;box-shadow:0 3px 6px #ff63474d;flex-shrink:0;transition:transform .3s ease}.cart-item-info-row img.cart-item-image:hover{transform:scale(1.05)}.cart-item-info-row p{margin:0;white-space:nowrap;font-weight:500;flex-grow:1;min-width:120px;max-width:220px;overflow:hidden;text-overflow:ellipsis;color:#6a2c26}.cart-item-info-row p strong{color:#7a231c}.shop-name-section{font-style:italic;font-size:.85rem;color:#a04a40;margin-left:10px}.shop-name{font-weight:700;color:tomato}.cart-item-actions{display:flex;flex-direction:column;gap:8px}.remove-button,.add-button{background-color:tomato;border:none;color:#fff;font-size:1.3rem;padding:6px 14px;border-radius:6px;cursor:pointer;transition:background-color .25s ease;-webkit-user-select:none;user-select:none;box-shadow:0 3px 8px #ff634780;width:38px;height:38px;display:flex;justify-content:center;align-items:center}.remove-button:hover{background-color:#e5533c;box-shadow:0 5px 14px #e5533cb3}.add-button:hover{background-color:#ff806b;box-shadow:0 5px 14px #ff806bb3}.promo-code-section{display:flex;justify-content:center;gap:4px;margin-bottom:15px;margin-top:15px}.promo-input{padding:10px 16px;font-size:1rem;border:2px solid #ff6347;border-radius:8px;flex:1 1 250px;transition:border-color .3s ease}.promo-input:focus{outline:none;border-color:#e5533c;box-shadow:0 0 6px #ff806b}.apply-promo-button{background-color:tomato;border:none;color:#fff;padding:10px 22px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 12px #ff634780}.apply-promo-button:hover{background-color:#e5533c;box-shadow:0 6px 18px #e5533c99}.summary-box{background:#ffe7de;border:2px solid #ff6347;border-radius:14px;padding:4px 18px;margin-bottom:15px;box-shadow:0 4px 12px #ff634733;transition:box-shadow .3s ease}.summary-box:hover{box-shadow:0 8px 18px #ff63474d}.summary-box h3{font-weight:800;font-size:1.2rem;margin-bottom:1px;color:#7a231c;border-bottom:3px solid #e5533c;padding-bottom:2px;letter-spacing:.07em;text-transform:uppercase}.summary-box p{font-size:.95rem;margin:10px 0;color:#5a1f18;display:grid;grid-template-columns:1fr auto auto;align-items:center;font-weight:600;gap:8px}.summary-box p span{font-weight:200;color:#a04338;font-family:Segoe UI Semibold,Tahoma,Geneva,Verdana,sans-serif}.summary-box p img.remove-icon{width:3px;height:3px;vertical-align:middle;margin-left:6px;cursor:pointer;opacity:.75;transition:opacity .2s ease,transform .2s ease}.summary-box p img.remove-icon:hover{opacity:1;transform:scale(1.1)}.summary-box h2{font-size:1.5rem;color:#5a1f18;display:flex;justify-content:space-between;align-items:center;letter-spacing:.06em;font-weight:900;margin-top:14px}.credit-summary h3{color:#7a231c;font-weight:800;margin-bottom:12px;font-size:1.1rem;text-transform:uppercase;letter-spacing:.06em}.credit-summary p{font-size:.9rem;color:#702a21;margin-bottom:10px;line-height:1.3}.credit-summary p.credit-info{font-style:normal;color:#b74130;background:#ffd7d2;border:1px solid #ffa69a;padding:8px 12px;border-radius:8px;box-shadow:0 2px 6px #b7413026}.credit-summary img.questionMarkIcon{width:18px!important;height:18px!important;cursor:pointer;filter:grayscale(30%);transition:filter .3s ease,transform .2s ease;vertical-align:middle}.credit-summary img.questionMarkIcon:hover{filter:none;transform:scale(1.1)}.credit-summary>p:last-child div{font-size:.85rem;line-height:1.3;color:#6a2c26;background-color:#fbe6e0;border:1.5px solid #f4b8a9;border-radius:10px;padding:10px 12px;max-width:280px;box-shadow:0 4px 12px #7a231c33;font-weight:500}.cart-actions{display:flex;justify-content:center;gap:30px;margin-top:40px;flex-wrap:wrap}.checkout-button{background-color:#7a231c;border:none;color:#fff;padding:14px 32px;font-size:1.2rem;border-radius:10px;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #7a231cb3;transition:background-color .3s ease}.checkout-button:hover{background-color:#5a1b15;box-shadow:0 8px 26px #5a1b15e6}@media screen and (max-width: 900px){.cart-container{padding:15px 20px}.cart-item-info-row{flex-direction:column;align-items:flex-start}.cart-item-info-row p{max-width:100%}.cart-item-actions{flex-direction:row}}@media screen and (max-width: 550px){.cart-item-info-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}.cart-item-info-row img.cart-item-image{width:64px;height:64px;margin:0}.cart-item-details{flex:1}.cart-item-actions{flex-direction:column;gap:4px;margin-left:0}.add-button,.remove-button{width:28px;height:28px;font-size:1rem;padding:4px;box-shadow:none}.promo-code-section{display:flex!important;flex-direction:row!important;gap:4px!important;align-items:center!important}.promo-input{flex:1 1 auto!important;font-size:10px!important;padding:6px 10px!important;min-height:36px!important;box-sizing:border-box!important;width:auto!important}.apply-promo-button{flex:0 0 auto!important;font-size:10px!important;padding:5px 10px!important;min-height:36px!important;box-sizing:border-box!important;white-space:nowrap}.summary-box h2{font-size:1.1rem!important}.summary-box p img.remove-icon{width:6px!important;height:6px!important}}@media screen and (max-width: 700px){.cart-summary,.credit-summary{flex:1 1 100%}.promo-code-section{display:flex!important;flex-direction:row!important;gap:4px!important;align-items:center!important}.promo-input{flex:1 1 auto!important;font-size:10px!important;padding:6px 10px!important;min-height:36px!important;box-sizing:border-box!important;width:auto!important}.apply-promo-button{flex:0 0 auto!important;font-size:10px!important;padding:5px 10px!important;min-height:36px!important;box-sizing:border-box!important;white-space:nowrap}.summary-box p img.remove-icon{width:6px!important;height:6px!important}}.login-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px;box-sizing:border-box}.login-popup-container{width:100%;max-width:400px;background-color:#f5c4c4;padding:24px;border-radius:10px;box-shadow:0 4px 12px #0003;display:flex;flex-direction:column;gap:20px;animation:fadeIn .3s ease-in-out;box-sizing:border-box}.login-popup-title{display:flex;justify-content:space-between;align-items:center}.login-popup-title h2{margin:0;font-size:24px;font-weight:700}.login-popup-title img{width:24px;height:24px;cursor:pointer}.login-popup-inputs{display:flex;flex-direction:column;gap:20px}.login-popup-inputs div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.login-popup-inputs input[type=text]{flex:1;padding:10px;border:1px solid #f5c4c4;background-color:#fce0e0;border-radius:6px;font-size:16px;box-sizing:border-box;margin-left:15px;margin-right:15px}.login-popup-container button{padding:12px 16px;margin-left:15px;margin-right:15px;font-size:16px;font-weight:700;color:#fff;background-color:#8b0000;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease-in-out}.login-popup-container button:hover{background-color:#a80000}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.login-popup-container{padding:20px;max-width:90%}.login-popup-title h2{font-size:20px}.login-popup-inputs input[type=text]{font-size:15px;padding:10px;margin-left:10px;margin-right:10px}.login-popup-container button{font-size:15px;padding:10px 14px;margin-left:10px;margin-right:10px}}@media (max-width: 480px){.login-popup-container{padding:16px;max-width:95%}.login-popup-title h2{font-size:18px}.login-popup-inputs input[type=text]{font-size:14px;padding:8px;margin-left:0;margin-right:0;width:100%}.login-popup-inputs div{flex-direction:column;align-items:stretch;gap:12px}.login-popup-container button{font-size:14px;padding:10px;width:100%;margin-left:0;margin-right:0}.login-popup-title img{width:20px;height:20px}}.register-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px;box-sizing:border-box}.register-popup-container{background-color:#fff;padding:20px;border-radius:8px;width:100%;max-width:350px;box-shadow:0 4px 10px #0003;text-align:center;box-sizing:border-box}.register-popup-container h2{margin-bottom:20px;font-size:1.5rem}.register-popup-container input{display:block;width:100%;padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:5px;font-size:16px;box-sizing:border-box}.register-popup-actions{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:10px}.register-btn,.close-btn{flex:1;min-width:120px;background-color:#4caf50;color:#fff;border:none;padding:10px;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.close-btn{background-color:#f44336}.register-btn:hover{background-color:#45a049}.close-btn:hover{background-color:#d32f2f}.Toastify__toast--success{background-color:#fff}.Toastify__toast--error{background-color:#fbfbfb}@media (max-width: 768px){.register-popup-container{max-width:90%;padding:16px}.register-popup-container h2{font-size:1.3rem}.register-popup-container input{font-size:15px}.register-btn,.close-btn{font-size:15px;padding:8px}}@media (max-width: 480px){.register-popup-container{padding:14px}.register-popup-container h2{font-size:1.2rem}.register-popup-container input{font-size:14px}.register-popup-actions{flex-direction:column;gap:8px}.register-btn,.close-btn{width:100%;font-size:14px}}.place-order{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding:20px;max-width:1100px;margin:auto;flex-wrap:wrap;min-height:600px;position:relative}.place-order>.order-success{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:500px;padding:80px;box-shadow:0 4px 10px #0000001a;border:2px solid #266c4b;border-radius:10%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.address-section{flex:1;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;border-left:6px solid #dd0202;min-width:300px}.right-section{display:flex;flex-direction:column;gap:20px;width:40%;min-width:300px}.order-summary,.payment-section{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;border-left:6px solid #dd0202}.address-section h3,.order-summary h2,.payment-section h3{font-size:22px;font-weight:700;color:#b22222;margin-bottom:15px;border-bottom:2px solid #ddd;padding-bottom:5px}.address-section label,.payment-section label{display:block;font-size:16px;font-weight:700;color:#333;margin-bottom:8px}.address-section input{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;margin-bottom:12px;font-size:16px}.address-section input:focus{border-color:#ff4500;outline:none}.order-summary p{font-size:18px;font-weight:700;color:#555;margin:10px 0}.payment-section label{display:flex;align-items:center;font-size:18px;font-weight:700;color:#333;margin:10px 0;cursor:pointer}.payment-section input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #ff4500;border-radius:50%;outline:none;margin-right:10px;cursor:pointer;position:relative}.payment-section input[type=radio]:checked{background-color:#ff4500;border:5px solid white;box-shadow:0 0 0 2px #ff4500}.payment-section button{width:100%;background:#ff4500;color:#fff;font-size:18px;font-weight:700;padding:14px;border:none;border-radius:5px;cursor:pointer;margin-top:15px;transition:.3s}.payment-section button:hover{background:#d13a00}.order-success{text-align:center;padding:80px;background:#fff;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;width:600px;height:500px;margin:auto;border:2px solid #266c4b;border-radius:10%}.order-success h2{font-size:24px;font-weight:700;color:#28a745;margin-bottom:10px}.order-success p{font-size:18px;font-weight:700;color:#333;margin-bottom:20px}.order-success button{background:#03963c;color:#fff;font-size:18px;font-weight:700;padding:12px 20px;border:none;border-radius:5px;cursor:pointer;transition:.3s}.order-success button:hover{background:#37af89}.warning-text,.address-error{color:#f44336;font-size:14px;font-weight:500;margin-top:8px}button.disabled{background-color:#ccc;cursor:not-allowed;color:#666}.highlight-warning{border:2px dashed #f44336;background-color:#fff5f5;padding:1rem;border-radius:10px;transition:all .3s ease}@media (max-width: 1024px){.place-order{flex-direction:column;align-items:center;padding:15px;gap:20px}.address-section,.right-section{width:100%;max-width:600px;padding:15px}.order-success{width:100%;max-width:600px;height:auto;padding:50px 40px;border-radius:25px}}@media (max-width: 768px){.place-order{padding:10px;gap:15px}.address-section,.right-section{padding:12px}.order-success{padding:35px 25px;border-radius:20px}.order-success h2{font-size:18px}.order-success p{font-size:15px}.order-success button{font-size:15px;padding:10px 18px}.payment-section button{font-size:16px;padding:12px}}@media (max-width: 480px){.place-order{padding:8px 10px;gap:15px}.address-section,.right-section{padding:10px;min-width:auto}.payment-section button{font-size:14px;padding:10px}.order-success{padding:25px 15px;width:100%;border-radius:15px}.order-success h2{font-size:16px}.order-success p{font-size:14px}.order-success button{font-size:14px;padding:8px 14px}}.delivery-address{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;max-width:1000px;margin:0 auto;padding:20px}.delivery-address h2{color:#333;font-size:24px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee}.address-container{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.address-wrapper{display:flex;align-items:flex-start;position:relative;gap:10px;width:100%}.address-card{background:linear-gradient(145deg,#f9f9f9,#e0e0e0);border-radius:12px;box-shadow:6px 6px 14px #00000026;transition:all .3s ease-in-out;width:100%;border:1px solid #eee;position:relative;padding:20px 20px 20px 35px;transform:scale(1)}.address-card:hover{transform:scale(1.02);box-shadow:8px 8px 20px #00000040}.address-card input[type=radio]{position:absolute;left:12px;top:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:50%;cursor:pointer;flex-shrink:0}.address-card input[type=radio]:checked{border-color:#3a66d3;background-color:#3a66d3}.address-card input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#fff;border-radius:50%}.address-card input[type=radio]:hover{box-shadow:0 0 8px #3a66d380}.address-card h4{font-size:18px;font-weight:700;color:#222;margin-bottom:10px;margin-top:0}.address-card p{font-size:15px;color:#444;margin:8px 0;line-height:1.5}.address-actions{display:flex;gap:12px;margin-top:15px}button{font-size:14px;font-weight:700;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease-in-out;text-transform:uppercase;box-shadow:4px 4px 10px #0003;letter-spacing:.5px;-webkit-user-select:none;user-select:none;margin:10px 0 10px 15px}button:focus,input[type=radio]:focus{outline:2px solid #3A66D3;outline-offset:3px}.address-actions button:first-child{background:linear-gradient(to right,#3a66d3,#1e48a3);color:#fff}.address-actions button:first-child:hover{background:linear-gradient(to right,#1e48a3,#122f73);transform:scale(1.05);box-shadow:0 4px 12px #3a66d380}.delete-btn{background:linear-gradient(to right,#4a4a4a,#2c2c2c)!important;color:#fff!important}.delete-btn:hover{background:linear-gradient(to right,#2c2c2c,#1a1a1a)!important;transform:scale(1.05);box-shadow:0 4px 12px #4a4a4a80!important}.add-new{text-align:center;cursor:pointer;background:linear-gradient(145deg,#fff,#e6e6e6);padding:20px;border-radius:12px;box-shadow:4px 4px 8px #0000001a;transition:all .3s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(1)}.add-new:hover{background:linear-gradient(145deg,#e6e6e6,#ccc);transform:scale(1.03)}.add-new h4{margin-bottom:10px}.add-new button{background:linear-gradient(to right,#3a66d3,#1e48a3);color:#fff;margin-top:10px}.address-form{background:linear-gradient(145deg,#fff,#f0f0f0);padding:24px;border-radius:12px;box-shadow:6px 6px 12px #0000001a;transition:all .3s ease-in-out;width:100%;max-width:500px;margin:20px auto}.address-form h4{font-size:18px;font-weight:700;color:#222;margin-bottom:20px;text-align:center}.address-form input[type=text],.state-dropdown{width:100%;padding:12px;margin:10px 0;border-radius:8px;border:1px solid #ccc;font-size:14px;outline:none;transition:border-color .3s,box-shadow .3s}.address-form input[type=text]:focus{border-color:#3a66d3;box-shadow:0 0 8px #3a66d34d}.radio-group{display:flex;gap:20px;margin:15px 0}.radio-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:16px}.radio-group input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #aaa;border-radius:50%;position:relative;cursor:pointer;transition:all .2s ease}.radio-group input[type=radio]:checked{border-color:#3a66d3;background-color:#3a66d3}.radio-group input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#fff;border-radius:50%}.radio-group input[type=radio]:hover{box-shadow:0 0 5px #3a66d380}.form-buttons{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.form-buttons button:first-child{background:linear-gradient(to right,#3a66d3,#1e48a3);color:#fff;flex:1}.form-buttons button:nth-child(2){background:linear-gradient(to right,#4a4a4a,#2c2c2c);color:#fff;flex:1}.form-buttons button:last-child{background:linear-gradient(to right,#ff7b00,#d36200);color:#fff;width:100%;margin-top:10px}.form-buttons button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.map-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.map-popup-content{background:#fff;padding:24px;border-radius:12px;box-shadow:0 10px 30px #0000004d;width:90%;max-width:600px;max-height:80vh;overflow-y:auto}.map-popup-content h3{font-size:20px;color:#222;margin-bottom:20px;text-align:center}.map-popup-content button{background:linear-gradient(to right,#4a4a4a,#2c2c2c);color:#fff;display:block;margin:20px auto 0}.address-wrapper .address-card add-new{padding-left:10px;width:500px}@media (max-width: 1024px){.delivery-address{padding:15px}.address-actions button,.form-buttons button{width:48%}.map-popup-content{padding:20px;width:80%}}@media (max-width: 768px){.address-actions{flex-direction:column;align-items:center}.address-actions button{width:100%}.form-buttons{flex-direction:column;width:100%}.form-buttons button{width:100%}.address-form{padding:16px}.radio-group{flex-direction:column;gap:15px}}.locationRadio-btn{display:flex;gap:20px;align-items:center}.locationRadio-btn label{display:flex;gap:10px;align-items:center}@media (max-width: 480px){.delivery-address{padding:10px}.address-form{padding:12px}.map-popup-content{width:90%;padding:16px}.address-card{width:200px}.address-card h4{font-size:16px}.address-card p,button{font-size:14px}.locationRadio-btn{gap:10px}.locationRadio-btn label{gap:5px}.address-wrapper{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.address-wrapper input[type=radio].radio-left{order:-1;align-self:flex-start!important;margin-bottom:8px!important;margin-left:0!important;width:10px;height:10px}.address-card{width:100%;padding-left:0!important}}.map-picker-container{display:flex;flex-direction:column;flex:1;height:100%;padding:16px;box-sizing:border-box}.map-search-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;font-size:14px;box-sizing:border-box;transition:border-color .3s ease}.map-search-input:focus{border-color:#c21943;outline:none}.google-map-container{width:100%;flex:1;min-height:300px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.map-error-display{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;text-align:center;padding:16px;box-sizing:border-box;font-size:16px;color:#666;flex-direction:column}.retry-button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;margin-top:12px;transition:background-color .3s ease}.retry-button:hover{background-color:#0056b3}@media (max-width: 600px){.map-picker-container{padding:10px;max-width:250px;max-height:200px}.map-search-input{padding:5px;font-size:7px}.retry-button{width:100%;font-size:16px;padding:12px 0}.google-map-container{min-height:200px}}.address-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.address-modal-container{background:#fff;border-radius:8px;padding:24px;width:90vw;max-width:1200px;height:90vh;box-shadow:0 2px 16px #0003;display:flex;flex-direction:column;box-sizing:border-box;max-height:100vh;overflow:hidden}.address-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative}.close-button{background:none;border:none;font-size:28px;cursor:pointer;padding:4px 8px;position:absolute;top:0;right:0;line-height:1;color:#666;transition:color .3s ease}.close-button:hover{color:#c21943}.address-modal-body{display:flex;flex:1;gap:24px;min-height:0;overflow:hidden}.address-modal-map{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.address-modal-form{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;padding-left:16px;height:100%;box-sizing:border-box}.form-group{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.address-type-group .group-label{font-weight:700;margin-bottom:8px}.radio-group{flex-wrap:nowrap;overflow-x:auto;display:flex;gap:12px}.radio-label{display:flex;align-items:center;gap:8px;font-size:14px}.text-input,.textarea-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.textarea-input{resize:vertical;min-height:80px}.error-message{color:red;margin-bottom:16px;padding:8px;background:#ffe6e6;border-radius:4px}.form-actions{margin-top:auto;display:flex;justify-content:flex-end;gap:8px}.btn{padding:12px 24px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.cancel-btn{background:#6c757d;color:#fff}.submit-btn{background:#2876a7;color:#fff}@media (max-width: 768px){.address-modal-container{width:70vw;padding:16px;max-height:70vh}.address-modal-body{flex-direction:column;overflow-y:auto}.address-modal-header{margin:0}.address-modal-map{flex:0 0 auto;height:auto;min-height:250px;margin-bottom:16px}.address-modal-form{flex:1 1 auto;height:auto;padding-left:0}.close-button{font-size:20px;top:0;right:8px;margin:0}.radio-group{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin-top:8px}.radio-label{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:10px}.text-input,.textarea-input{font-size:16px;padding:14px}.form-actions{flex-direction:row;gap:8px;justify-content:flex-end}.form-actions .btn{font-size:12px;padding:6px 12px;width:auto;min-width:90px}.cancel-btn{background:#6c757d}.submit-btn{background:#2876a7}}@media (max-width: 480px){.address-modal-container{padding:12px}.address-modal-map{min-height:200px}.form-actions{gap:10px}}.vendors-heading{text-align:center;font-size:2.2em;margin:30px 0;color:#333;font-weight:700;letter-spacing:1px}.scrolling-images{overflow:hidden;background-color:#fbf9f9;padding:20px 0}.scrolling-images-content{display:flex;align-items:center;animation:scroll-left 30s linear infinite}.scrolling-images img{height:100px;margin:0 25px;filter:grayscale(50%);transition:filter .3s ease}.scrolling-images img:hover{filter:grayscale(0)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer{background-color:#d1c7b7;color:#333;padding:20px 40px;font-family:Arial,sans-serif;box-shadow:0 -5px 15px #0000001a}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.footer-content-left{flex:1;max-width:30%;display:flex;align-items:flex-start;gap:20px;flex-direction:column}.footer-logo-section{display:flex;flex-direction:row;align-items:center;gap:25px}.footer-logo-section img{height:90px;width:auto;filter:contrast(.9)}.app-download-platforms{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:-30px}.app-download-platforms img{width:170px;height:auto;cursor:pointer;transition:transform .3s ease}.app-download-platforms img:first-child{margin-bottom:-100px}.app-download-platforms img:hover{transform:scale(1.08)}.footer-social-icons{margin-top:10px}.footer-social-icons img{width:35px;margin-right:10px;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.footer-social-icons img:hover{transform:scale(1.15);opacity:.9}.footer-content-center,.footer-content-right{flex:1;max-width:350px;text-align:center}.footer-content-center h2,.footer-content-right h2{margin-bottom:12px;font-size:1.8em;font-weight:700;color:#a10707}.footer-content-center ul,.footer-content-right ul{list-style:none;padding:0;margin:0;font-size:1em}.footer-content-center li,.footer-content-right li{margin-bottom:8px;font-size:1.1em}.footer hr{border:0;height:1px;background:#e2d9b7;margin:20px 0}.footer-copyright{text-align:center;font-size:.9em;color:#333}.footer-link{cursor:pointer;transition:color .3s ease;padding:6px 10px;border-radius:4px;color:#a75004}.footer-link:hover{color:#fff;background-color:#e74c3c;padding:6px 12px}.chat-button{display:inline-block;margin-top:8px;padding:8px 16px;background-color:#b5121b;color:#fff;border-radius:5px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.chat-button:hover{background-color:#8f0f15}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:25px}.footer-content-left,.footer-content-center,.footer-content-right{max-width:100%;width:100%;align-items:center;text-align:center}.footer-logo-section{flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;width:100%}.footer-logo-section img{height:70px;display:block;margin:0 auto}.footer-social-icons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin-top:10px;width:100%}.footer-social-icons img{width:32px;margin:0 8px}.app-download-platforms{align-items:center}.app-download-platforms img{margin:0 auto}}:root{--primary-color: #ff6347;--primary-light: #ff8c7a;--primary-dark: #e63c2e;--primary-bg: rgba(255, 99, 71, .05);--accent-color: #4a90e2;--text-color: #2d3748;--text-light: #718096;--text-bold: #1a202c;--success: #48bb78;--warning: #f6ad55;--border-color: #e2e8f0;--bg-color: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 1px 3px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .05), 0 4px 6px rgba(0, 0, 0, .05);--spacing-base: 15px;--border-radius: 8px;--border-radius-sm: 4px;--transition-speed: .3s;--font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font-main);color:var(--text-color);background-color:#f9fafb}.my-orders{padding:var(--spacing-base);background-color:#f9fafb}.my-orders h2{font-size:1.8rem;font-weight:700;color:var(--text-bold);margin-bottom:var(--spacing-base);position:relative;padding-bottom:5px}.my-orders h2:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:60px;background:linear-gradient(to right,var(--primary-color),var(--primary-light));border-radius:3px}.my-orders .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:18px;margin-top:var(--spacing-base);width:95%}.my-orders-order{display:flex;flex-direction:column;gap:1rem;position:relative;padding:10px;background:var(--bg-color);border-radius:var(--border-radius);color:var(--text-color);box-shadow:var(--shadow-md);transition:transform var(--transition-speed),box-shadow var(--transition-speed);overflow:hidden}.my-orders-order:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.my-orders-order:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--primary-color),var(--primary-light));border-radius:2px 0 0 2px}.my-orders-order img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:2px solid white;box-shadow:var(--shadow-sm);transition:transform .2s}.my-orders-order:hover img{transform:scale(1.05)}.my-orders-order p{margin:0;line-height:1.6}.product-name{font-weight:600;color:var(--text-bold);margin-bottom:5px;word-wrap:break-word}.my-orders-order p span{color:var(--primary-color);background:var(--primary-bg);padding:2px 8px;border-radius:12px;font-weight:600;font-size:.9em}.my-orders-order p b{font-weight:600;color:var(--text-bold)}.order-date{font-size:.85em;color:var(--text-light)}.my-orders button{border:none;padding:10px 18px;border-radius:30px;background:linear-gradient(to right,var(--primary-color),var(--primary-dark));cursor:pointer;color:#fff;font-weight:600;letter-spacing:.3px;transition:var(--transition-speed);box-shadow:0 4px 10px #ff63474d}.my-orders button:hover{transform:translateY(-2px);background:linear-gradient(to right,var(--primary-dark),var(--primary-color));box-shadow:0 6px 12px #ff634766}.my-orders button:focus{outline:none;box-shadow:0 0 0 3px #ff63474d}.my-orders button:active{transform:translateY(1px)}.clickable-order-id{color:#007bff;cursor:pointer;text-decoration:underline}.order-details-modal{position:fixed;top:50%;left:50%;width:90%;max-width:500px;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:30px;z-index:9999;box-shadow:0 4px 12px #00000040;overflow-y:auto;max-height:110vh}.order-details-modal h3{margin-top:0}.order-details-modal h4{margin-top:10px}.order-details-modal .order-details-close-btn{position:absolute;right:15px;top:15px;border:none;background:transparent;font-size:24px;cursor:pointer}.order-details-modal ul{padding-left:20px}.order-details-modal li{margin-bottom:12px}.order-details-modal div,.order-details-modal p{margin-bottom:12px;line-height:1.5}.order-details-modal strong{display:inline-block;margin-bottom:6px;color:var(--text-bold)}.order-details-modal .item{margin-left:12px;padding:10px;background-color:var(--primary-bg);border-radius:var(--border-radius-sm)}.modal-title:after{content:none}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.modal-title{margin:0;font-weight:700;font-size:1.5rem}.modal-header-left{display:flex;flex-direction:column;gap:.4rem}.order-status{padding:4px 10px;border-radius:5px;font-size:.95rem;font-weight:600;display:inline-block;text-transform:capitalize}.status-order-placed{background-color:#e0f7fa;color:#00796b}.status-order-received{background-color:#fff3cd;color:#856404}.status-assigned-delivery-partner{background-color:#e1bee7;color:#6a1b9a}.status-out-for-pick-up{background-color:#dcedc8;color:#33691e}.status-picked-up{background-color:#ffe082;color:#e65100}.status-out-for-delivery{background-color:#b3e5fc;color:#01579b}.status-arrived{background-color:#c8e6c9;color:#2e7d32}.status-delivered{background-color:#d4edda;color:#155724}.status-cancelled{background-color:#f8d7da;color:#721c24}.order-details-close-btn{background:var(--primary-color);color:#fff;border:none;border-radius:50%;font-size:20px;font-weight:700;width:32px;height:32px;line-height:32px;text-align:center;cursor:pointer}.order-details-modal h2:after,.order-details-modal h3:after{content:none!important;display:none!important}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.tracking-drawer{position:fixed;margin-top:310px;top:100%;left:50%;transform:translate(-50%,-50%);background:#fff;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;padding:30px 20px;border-radius:12px;box-shadow:0 10px 30px #0003;z-index:1001}.tracking-drawer h3{margin-top:0;font-size:1.4rem;color:#333;text-align:center}.track-order-close-btn{position:absolute;top:12px;right:16px;background:none;border:none;font-size:22px;cursor:pointer;color:#666;transition:color .2s ease}.track-order-close-btn:hover{color:#000}.order-tracking{margin-top:20px;padding-left:10px;display:flex;flex-direction:column;gap:20px}.stage.active .stage-label{font-weight:700;color:#26884f}.stage-icon-img{width:30px;height:30px}.stage-content p{margin:0}.stage-icon{width:26px;height:26px;border-radius:50%;background-color:#a5a5a5;display:flex;justify-content:center;align-items:center;color:#0e0d0d;font-weight:700;font-size:16px;z-index:1;margin-left:2px;position:relative}.stage-icon:before{content:"✓";color:#000;font-size:16px;font-weight:700}.delivery-map-btn-bottom{display:block;margin:25px auto 0;padding:10px 20px;background-color:#0d6efd;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.delivery-map-btn-bottom:hover{background-color:#084cdf}.my-orders-order p.shopitem{color:#000}.my-orders-order p.shopitem span{color:#000;background:none;padding:0;font-weight:400;font-size:inherit}.my-orders-order p.shopitem b,.my-orders-order p.shopitem span.align{color:#000}.order-main{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 1fr 1fr;gap:var(--spacing-base);align-items:center;width:100%}.order-info p{font-size:14px;margin:0;color:var(--text-color)}.order-status{font-size:13px;font-weight:600}.order-shop-names{font-size:larger}.sub-order-ids{margin-top:6px;font-size:.8rem;color:var(--text-bold);display:flex;flex-direction:column;gap:4px}.sub-order-ids b{font-weight:600;margin-bottom:4px}.sub-order-item{display:inline-block;background-color:#e2e8f0;padding:3px 10px;border-radius:6px;font-size:.75rem;color:#1a202c;font-weight:500;max-width:fit-content}.quantity{display:block;color:#444;background:#f5f5f5;margin:4px 0;border-radius:8px;font-weight:500;font-size:14px;line-height:1.5;position:relative;padding:4px 10px 4px 20px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:999}.tracking-drawer{position:fixed;top:0;right:0;width:350px;height:100%;background-color:#fff;box-shadow:-4px 0 15px #0000001a;z-index:1000;padding:20px;overflow-y:auto;transition:transform .3s ease-in-out}.order-tracking{display:flex;flex-direction:column;position:relative;gap:25px;padding-left:10px}.stage{position:relative;display:flex;align-items:flex-start;gap:6px}.stage:before{content:"";position:absolute;left:10px;top:20px;width:2px;height:calc(100% + 5px);background-color:#ccc;z-index:0}.stage.completed{opacity:1;color:var(--success);font-weight:700}.stage-icon-img{margin-left:30px;width:23px;height:23px}.stage.active .stage-icon{background-color:#5bd878}.stage:before{content:"";position:absolute;left:11px;top:24px;width:2px;height:calc(100% + -0px);background-color:#ccc;z-index:1}.stage:last-child:before{display:none}.stage-label{font-weight:600;font-size:14px;color:#000}.stage p{margin:10px 0 0;font-size:14px;font-weight:500;padding-left:25px;white-space:normal}.stage p .stage-timestamp{display:block;font-size:12px;color:#777;margin-top:4px;white-space:nowrap}.stage .stage-timestamp{display:none}.stage .stage-timestamp-visible{display:inline}.my-orders{color:#000}.my-orders-order p b{color:#000!important}.quantity{color:#000!important;background:none!important;padding:0!important;font-weight:400!important}.order-date{color:#000!important}.my-orders button{color:#fff!important;background:linear-gradient(to right,var(--primary-color),var(--primary-dark))!important}.map-popup{position:relative;width:90%;max-width:800px;height:500px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d;z-index:1101;display:flex;flex-direction:column;padding:0;align-items:stretch}.map-popup-header{width:100%;box-sizing:border-box;display:flex;align-items:center;background-color:#f7f7f7;padding:10px 18px;border-bottom:1px solid #ccc;border-top-left-radius:12px;border-top-right-radius:12px;margin:0}.map-popup-buttons{display:flex;width:100%;align-items:center;margin-left:auto;max-width:120px}.name-estimated-delivery-time{display:flex;flex-direction:row;justify-content:space-between;gap:15px}.name-estimated-delivery-time p{margin:0;font-size:14px;color:#333}.map-popup-header>div:last-child{display:flex;align-items:center;gap:8px}.refresh-btn{background-color:#198754;border:none;color:#fff;padding:5px 10px;border-radius:4px;font-weight:700;cursor:pointer;font-size:13px}.map-popup-close{background-color:#198754;border:none;color:#fff;padding:5px 10px;border-radius:4px;font-weight:700;cursor:pointer;font-size:13px}@media (max-width: 600px){.map-popup-header{padding:8px 12px}.name-estimated-delivery-time{flex-direction:column;gap:10px;align-items:center}.name-estimated-delivery-time p{font-size:13px}}@media (max-width: 1024px){.order-main{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));row-gap:16px}.stage{min-width:150px}}@media (max-width: 768px){.my-orders-order{padding:16px;flex-direction:column;gap:12px}.order-main{grid-template-columns:1fr}.order-tracking{text-align:center;display:inline-block}.tracking-drawer{width:95%;max-width:none;height:50vh;padding:20px 15px;overflow-y:auto;border-radius:10px}.tracking-drawer h3{font-size:5px;text-align:left}.track-order-close-btn{top:8px;right:12px;font-size:10px}.delivery-map-btn-bottom{font-size:13px;padding:10px 16px;margin-top:20px;width:100%}.stage-icon{width:22px;height:22px;font-size:12px;margin-left:2px;margin-right:6px}.stage-icon:before{content:"✓";color:#000;font-size:16px;font-weight:700}.stage-label{font-size:12px}.stage-icon-img{width:20px;height:20px;margin-left:26px}.stage{gap:0px;margin-bottom:5px;align-items:center}.stage p{font-size:12px;padding-left:4px}.stage p .stage-timestamp{display:block;font-size:8px;color:#777;margin-top:4px;white-space:nowrap}}@media (max-width: 480px){body{font-size:14px}.my-orders-order{padding:12px;gap:10px}.my-orders-order p,.order-info p,.order-status{font-size:12px}.order-tracking{padding:10px;gap:10px;flex-direction:row;min-width:max-content}.stage{flex:0 0 auto;min-width:50px;text-align:center;font-size:10px;align-items:center}.tracking-drawer{width:60%;padding:10px}.track-order-close-btn{top:5px;right:10px;font-size:18px}.stage-icon{width:14px;height:14px;font-size:9px;margin-left:5px;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 1px 2px #00000026;z-index:2}.stage-label{font-size:11px}.tracking-drawer h3{margin:5px;font-size:1.25rem}.stage-icon-img{margin-top:-20px;margin-left:25px;width:20px;height:20px}.stage p{font-size:11px;padding-left:2px}.stage p .stage-timestamp{font-size:10px}}.map-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1100;display:flex;justify-content:center;align-items:center}.map-popup{position:relative;width:90%;max-width:800px;height:500px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d;z-index:1101;display:flex;flex-direction:column}.map-popup-header{display:flex;justify-content:space-between;align-items:center;background-color:#f7f7f7;padding:12px 20px;border-bottom:1px solid #ccc}.map-popup-header h3{margin:0;font-size:1.2rem;color:#333}.map-popup-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666;transition:color .2s ease}.map-popup-close:hover{color:#000}.refresh-btn{background-color:#198754;border:none;color:#fff;padding:6px 12px;border-radius:4px;font-weight:700;cursor:pointer;margin-right:10px;font-size:13px}.refresh-btn:hover{background-color:#157347}.map-popup .gm-style{flex-grow:1}.verify{min-height:60vh;display:grid}.verify .spinner{width:100px;height:100px;place-self:center;border:5px solid #bdbdbd;border-top-color:tomato;border-radius:50%;animation:rotate 1s infinite}@keyframes rotate{to{transform:rotate(360deg)}}.wallet-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 6px #0000001a}.wallet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.wallet-header h1{color:#333;font-size:1.8rem}.wallet-balance{text-align:right}.wallet-balance h2{color:#666;font-size:1rem;margin-bottom:.5rem}.balance{font-size:2rem;font-weight:700;color:tomato}.wallet-actions{margin-bottom:2rem}.add-funds{display:flex;gap:1rem}.add-funds input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.add-funds button{padding:.75rem 1.5rem;background-color:tomato;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.add-funds button:disabled{background-color:#a0a0a0;cursor:not-allowed}.add-funds button:hover:not(:disabled){background-color:tomato}.transactions-section{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.transactions-section h2{color:#333;margin-bottom:1rem}.no-transactions{text-align:center;color:#666;padding:1rem}.transactions-table{width:100%;border-collapse:collapse}.transactions-table th{background-color:#f0f0f0;text-align:left;padding:.75rem;border-bottom:1px solid #ddd}.transactions-table td{padding:.75rem;border-bottom:1px solid #eee}.transactions-table .credit{color:tomato}.transactions-table .debit{color:#f44336}@media (max-width: 600px){.wallet-container{padding:1rem}.wallet-header{flex-direction:column;align-items:flex-start}.add-funds{flex-direction:column}.add-funds input,.add-funds button{width:100%}}body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#fff;color:#333;font-size:16px;line-height:1.6}.container{width:90%;margin:1.5rem auto;padding:1rem;background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;text-align:left}.container h3{font-size:1.5rem;text-align:center;margin-bottom:1rem;color:#333}.container p{font-size:1rem;color:#555;margin-bottom:1rem}.container p:last-child{margin-bottom:0}.container p span{color:#d9534f;font-weight:700}@media (min-width: 768px){.container{width:80%;padding:1.5rem}.container h3{font-size:1.75rem}.container p{font-size:1.125rem}}@media (min-width: 1024px){.container{width:60%;padding:2rem}.container h3{font-size:2rem}.container p{font-size:1.25rem}}a{text-decoration:none;color:#333;transition:all .3s ease}a:hover{color:#d9534f;text-decoration:underline}.userinfo-container{display:flex;flex-direction:row;gap:40px;padding:30px;font-family:Arial,sans-serif;max-width:1200px;margin:0 auto}.userinfo-section{flex:1;padding:20px;border-radius:12px;background-color:#fff;box-shadow:0 0 10px #00000014}.address{gap:10px;row-gap:10px}.userinfo-section h1{margin-bottom:20px;color:#333}.userinfo-section p{margin-bottom:12px;font-size:16px}.userinfo-section input{margin-left:10px;padding:6px;border-radius:6px;border:1px solid #ccc}.edit-button,.save-button{padding:10px 20px;background-color:#0059ff;color:#fff;border:none;border-radius:8px;cursor:pointer;margin-top:15px}.edit-button:hover,.save-button:hover{background-color:#0041c2}.success-message{color:green;font-weight:700;margin-bottom:10px}.address-section{flex:1;padding:20px}.section-heading{margin-bottom:15px;font-size:20px;font-weight:700}.address-carousel-wrapper{position:relative;display:flex;align-items:center}.address-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:16px;padding:15px 15px 15px 23px;scrollbar-width:none;align-items:center}.address-carousel::-webkit-scrollbar{display:none}.address-card{min-width:200px;background-color:#f5f5f5;border-radius:12px;padding:15px;box-shadow:0 0 5px #0000001a;flex-shrink:0;transition:transform .3s ease}.address-card:hover{transform:scale(1.02)}.address-card p{margin:4px 30px;font-size:14px}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;border:none;color:#fff;font-size:10px;padding:8px 14px;cursor:pointer;border-radius:50%;z-index:100;transition:background-color .3s ease,transform .2s ease}.arrow-btn:hover{background-color:#000000b3;transform:translateY(-50%) scale(1.1)}.arrow-btn.left{left:-20px}.arrow-btn.right{right:-20px}@media (max-width: 768px){.userinfo-container{flex-direction:column;gap:20px;padding:20px}.userinfo-section,.address-section{padding:15px}.userinfo-section h1{font-size:20px;margin-bottom:15px}.userinfo-section p{font-size:14px}.userinfo-section input{width:100%;margin:8px 0}.edit-button,.save-button{width:100%;font-size:14px;padding:10px}.section-heading{font-size:18px}.address-carousel{padding:10px;gap:12px}.address-card{min-width:160px;padding:12px}.address-card p{font-size:13px;margin:4px 20px}.arrow-btn{padding:6px 10px;font-size:10px}.arrow-btn.left{left:-10px}.arrow-btn.right{right:-10px}}.shops-page{padding:20px;background:linear-gradient(to bottom,#fff,#f9f9f9);font-family:Roboto,sans-serif;margin:0;display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh}.category-heading{font-size:2.5em;font-weight:700;margin-bottom:20px;text-align:center;text-transform:uppercase;position:relative;padding-bottom:10px;display:flex;justify-content:center;align-items:center;gap:10px;color:#b30303}.category-section{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.shops-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:15px;width:100%;max-width:1100px;padding:0 10px}.shop-card{width:240px;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:10px 0}.shop-card:hover{transform:translateY(-8px);box-shadow:0 6px 20px #0003}.shop-image{width:100%;height:180px;object-fit:cover;border-bottom:3px solid #f0f0f0}.shop-name{font-size:1.4em;font-weight:600;color:#333;margin:8px 0}.shop-address,.shop-pincode{font-size:1em;color:#666;margin:5px 0}.shop-pincode{font-style:italic}.shop-buy-button{background:linear-gradient(90deg,#b03030,#d94545);color:#fff;border:none;padding:8px 12px;font-size:.95em;font-weight:700;border-radius:20px;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 3px 8px #0000001a}.shop-buy-button:hover{background:linear-gradient(90deg,#a02626,#c43c3c);transform:scale(1.05);box-shadow:0 4px 12px #00000026}@media (max-width: 992px){.shop-card{width:45%;max-width:300px}.shops-container{gap:15px}}@media (max-width: 768px){.shop-card{width:100%;max-width:90%}.category-heading{font-size:2em;padding-bottom:6px;gap:6px}.shops-container{flex-direction:column;align-items:center}.shop-buy-button{padding:10px 16px;font-size:1em}}@media (max-width: 480px){.shop-card{width:100%;max-width:95%}.category-heading{font-size:1.7em}.shop-name{font-size:1.2em}.shop-address,.shop-pincode{font-size:.95em}}.food-display-wrapper{padding:2rem;background-color:#f8f9fa;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.header{text-align:center;font-size:2rem;font-weight:600;color:#333;margin-bottom:1rem}.food-display{display:flex;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.food-display-list1{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%;max-width:1200px}.loading-text,.no-items-text{text-align:center;font-size:1.2rem;color:#777;margin-top:2rem}.Toastify__toast{font-size:1rem;border-radius:8px}.privacy-container{max-width:800px;margin:50px auto;padding:30px;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;font-family:Arial,sans-serif;color:#333;line-height:1.7}.privacy-container h1{text-align:center;font-size:32px;color:#222;margin-bottom:30px}.privacy-container h2{font-size:24px;margin-top:30px;color:#333}.privacy-container p{font-size:16px;color:#555;margin:15px 0}.privacy-container ul{padding-left:20px;margin-top:10px}.privacy-container ul li{font-size:16px;color:#555;margin-bottom:8px}@media (max-width: 768px){.privacy-container{padding:20px;margin:30px 16px}.privacy-container h1{font-size:26px;margin-bottom:24px}.privacy-container h2{font-size:20px;margin-top:24px}.privacy-container p,.privacy-container ul li{font-size:14px}}@media (max-width: 480px){.privacy-container{padding:18px;margin:20px 12px}.privacy-container h1{font-size:22px}.privacy-container h2{font-size:18px}.privacy-container p,.privacy-container ul li{font-size:13.5px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif;scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}.app{width:95%;margin:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1050px){.app{width:90%}}
