:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{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-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}html{scrollbar-gutter:stable;--site-nav-height:72px;--site-footer-min:280px}@media screen and (min-width:768px){html{--site-nav-height:132px;--site-footer-min:420px}}body,html{margin:0;width:100%}button,input,textarea{font-family:inherit}.address-wrapper ::-webkit-scrollbar{display:none}.bounceIn{animation-name:bounceIn;animation-duration:1s}.Toastify__toast{font-family:__PT_Sans_94ebfd\,__PT_Sans_Fallback_94ebfd}.search_btn_icon{background:#084d8c;color:white;border-radius:5px;padding:4px 10px;cursor:pointer}.closeIcon{display:flex;align-items:center;gap:5px}body,html{height:100%;min-height:100%;min-height:100dvh}body{overflow-x:clip!important;font-family:__PT_Sans_2b1938,__PT_Sans_Fallback_2b1938,PT Sans!important;display:flex;flex-direction:column}.site-page-fallback,.site-shell{min-height:100vh;min-height:100dvh;width:100%}.site-shell{display:flex;flex-direction:column;flex:1 0 auto}.site-nav-spacer{flex-shrink:0;height:var(--site-nav-height,72px);pointer-events:none}.site-chrome{position:fixed;top:0;left:0;right:0;z-index:1300;width:100%}.container_Wrapper_dum{min-height:75vh}.main-container_dum{width:100%;min-height:75vh;padding:0 0 15px;max-width:1100px;margin:0 auto}.container_Wrapper{min-height:100vh}.main-container{flex:1 1 auto;min-height:100vh;min-height:100dvh;width:100%;padding:0 2% 2%;max-width:1600px;margin:0 auto;box-sizing:border-box}.main-container.auth-page{flex-direction:column;padding-bottom:16px}.auth-page-shell,.main-container.auth-page{display:flex;min-height:100vh;min-height:100dvh}.auth-page-shell{flex:1 1 auto;flex-direction:column;justify-content:center;align-items:center;width:100%;box-sizing:border-box}.site-footer{flex-shrink:0;width:100%;margin-top:auto}.site-footer-desktop{display:block}.site-footer-mobile{display:none}@media screen and (max-width:767px){.site-footer-desktop{display:none}.site-footer-mobile{display:block}.main-container.bottomNavPages{padding:0 2% 65px}}.footer{flex-shrink:0!important;width:100%}#map{height:300px!important;width:100%;position:-webkit-sticky!important}.slick-track{margin:0!important;width:-webkit-fit-content!important;width:fit-content!important}.featureText{animation:bounceIn 1.5s ease;animation-iteration-count:infinite;animation-delay:1s}.nav_search_container{position:relative;display:inline-block;width:100%}.searchloader{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px;aspect-ratio:2.5;--_g:no-repeat radial-gradient(circle closest-side,#084d8c 90%,#0000);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 4) 40%;animation:l3 1s linear infinite}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}@keyframes bounceIn{0%,20%,50%,80%,to{transform:scale(1)}40%{transform:scale(.8)}60%{transform:scale(1.2)}}.slick-dots{position:static!important}#mapContainer{position:-webkit-sticky}@keyframes blink{50%{opacity:0}}.blinking{animation:blink 1s infinite}.custom_select{width:100%;border:1px solid gray;border-radius:10px;padding:0 10px}.custom_select:focus-visible{outline:none!important;border:none!important}select:focus-visible{outline:none!important}.ramazan_list_items{padding:0 25px;margin:10px 0}.ramazan_list_number{list-style-type:none;padding:0 10px}.selectOption{border:none;background:none;color:#333333!important}.zoomInBtn{color:#fff;border:none;outline:none;z-index:9999;bottom:50px;right:0;position:fixed;opacity:1}.zoomInBtn svg{padding:10px}.zoomOutBtn{color:#fff;border:none;outline:none;z-index:9999;bottom:10px;right:0;position:fixed;opacity:1}.zoomOutBtn svg{padding:10px}.slider_imag_container{display:flex;text-align:center;padding:0 2px;gap:15px}.centerMarker{position:absolute;left:0;top:0;margin:auto;right:0;bottom:0;width:-webkit-max-content;width:max-content;z-index:999;max-height:43px!important;display:flex;flex-direction:column}.leaflet-bottom.leaflet-left .leaflet-control-attribution.leaflet-control img{height:20px!important;width:55px!important}.MuiBreadcrumbs-separator{margin-left:2px;margin-right:2px}.rightWidgets{right:20px;bottom:224px;z-index:999;position:absolute;max-width:38px!important;max-height:126px!important}.jss122{padding:20px 24px}.jss123{display:flex;align-items:center}.jss124{width:1.2em;height:1.2em;margin-right:20px}.MuiSvgIcon-root{fill:currentColor;width:1em;height:1em;display:inline-block;transition:fill .2s cubic-bezier(.4,0,.2,1) 0s;flex-shrink:0;-webkit-user-select:none;user-select:none}.locateMeBtn{position:absolute;left:0;margin:auto;right:0;bottom:0;width:-webkit-max-content;width:max-content;z-index:1200;max-height:43px!important}.locateMeSvg{color:#e4002b!important;max-width:24px!important;max-height:24px!important;fill:currentColor;width:1em;height:1em;display:inline-block;font-size:1.5rem;transition:fill .2s cubic-bezier(.4,0,.2,1) 0s;flex-shrink:0;-webkit-user-select:none;user-select:none}.zoomBtnsDiv{width:34px;display:table;border-radius:6px;z-index:9999999999;background:#fff;box-shadow:0 1px 4px -1px rgb(0 0 0/30%);text-align:center;border:2px solid rgba(0,0,0,.2);background-clip:padding-box;max-width:38px!important;max-height:76px!important}svg.zoomIn,svg.zoomOut{color:#000000;width:.8em;cursor:pointer;height:.8em;margin:8px auto;display:table-cell!important;font-size:30px;max-width:24px!important;max-height:24px!important}.search-container{display:flex;flex-direction:column;gap:10px;width:100%;position:absolute;z-index:9999999;padding:20px}.search-container .address-wrapper,.search-container .search-bar{background:#fff;border-radius:10px;box-shadow:0 1px 2px rgb(60 64 67/30%),0 1px 3px 1px rgb(60 64 67/15%)}.address-wrapper .address{position:relative;font-size:18px}@media only screen and (min-width:768px){.slick-next,.slick-prev{display:flex;align-items:center;justify-content:center;width:30px!important;height:30px!important;background-color:white;border:none;border-radius:50%;cursor:pointer;box-shadow:0 0 1px rgba(0,0,0,.2);margin:0 10px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.slick-next{right:-50px!important}.slick-prev{left:-50px!important}.slick-prev:before{transform:rotate(-45deg);margin:0 13px}.slick-next:before,.slick-prev:before{content:""!important;display:block;width:5px;height:5px;border-left:2px solid black;border-top:2px solid black}.slick-next:before{transform:rotate(134deg);margin:0 11px}.image-Magnifier>div>div:nth-child(2){width:555px!important;height:450px!important;top:0!important;left:100%!important;border:1px solid #084d8c!important;border-radius:6px!important;background-color:#fff!important}}.image-Magnifier>div>img{height:50vh!important;width:100%!important}@media only screen and (max-width:768px){.slick-next,.slick-prev{display:flex;align-items:center;justify-content:center;width:30px!important;height:30px!important;background-color:white;border:none;border-radius:50%;cursor:pointer;box-shadow:0 0 1px rgba(0,0,0,.2);margin:0 10px;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.slick-next{right:-50px!important}.slick-prev{left:-50px!important}.slick-prev:before{transform:rotate(-45deg);margin:0 13px}.slick-next:before,.slick-prev:before{content:""!important;display:block;width:5px;height:5px;border-left:2px solid black;border-top:2px solid black}.slick-next:before{transform:rotate(134deg);margin:0 11px}}@media only screen and (max-width:520px){.search-container{width:100%}}#sug-list{width:100%!important;position:unset!important}#searchBtn{margin:0!important;float:right}#searchBtn:focus{border:none;outline:none}#cancelBtn{margin:0!important;float:right}#cancelBtn:focus{border:none;outline:none}.icon-container{left:unset!important;right:0}#divSearch table tr td:nth-child(2){width:10px}#divSearch table td,th{padding:0!important}.css-ohwg9z{overflow:visible!important}@media (min-width:1600px){.container{max-width:94%!important}}@media (min-width:1200px) and (max-width:1600px){.container{max-width:996px!important}}@media (min-width:992px) and (max-width:1200px){.container{max-width:850px!important}}@media (min-width:768px) and (max-width:992px){.container{max-width:800px!important}.rightWidgets{bottom:290px}}@media (min-width:576px) and (max-width:768px){.container{max-width:630px!important}}@media (min-width:1280px){.MuiGrid-grid-lg-3{max-width:24%!important}.MuiGrid-grid-lg-4{max-width:32%!important}}@media screen and (max-width:1280px){.ramazan_list_items{padding:0 25px;margin:10px 0}.ramazan_list_number{list-style-type:none;padding:0 10px}}@media (min-width:960px){.MuiGrid-grid-md-3{max-width:23.333333%!important}}@media (min-width:600px){.MuiGrid-grid-sm-6{flex-grow:0;max-width:33.3%;flex-basis:50%}}@media screen and (max-width:575px){.locateMeBtn{max-height:7px!important}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product_detail_carousal{max-width:390px!important}.slick-slide img{width:70%;margin:0 auto;height:90px;object-fit:contain;border:1px solid #e9e9e9}#splash-screen{height:100vh}input[type=number]{-moz-appearance:textfield}:root{--primary-blue:rgba(8,77,140,1);--secondary-yellow:rgba(250,232,12,1);--white:rgba(255,255,255,1);--black:rgba(0,0,0,1);--text-2-:rgba(51,51,51,1);--stroke-color:rgba(233,233,233,1);--grey-color:rgba(196,196,196,1);--text-color:rgba(62,69,89,1);--light-blue:rgba(244,248,255,1);--red:rgba(205,0,0,1);--text:rgba(18,18,18,1);--grey-2:rgba(143,155,179,1);--light-grey-2:rgba(253,253,253,1);--fill---grey:rgba(250,250,250,1);--text-3:rgba(147,147,147,1);--border-:rgba(215,215,215,1)}a{text-decoration:none}.rec-dot_active{box-shadow:0 0 1px 3px #084d8c!important;background-color:#084d8c!important}.bHZBcm,.eZjIHA{display:none}.rec-item-wrapper{width:176px!important}.sc-iveFHk{margin:0 3px!important}.rec-carousel-item{border:1px solid #e9e9e9;border-radius:6px}.rec-swipable{gap:10px!important}.MuiPickersPopper-root{margin-left:26px!important}.css-epd502{width:315px!important}.css-lf7y28-MuiGrid-root>.MuiGrid-item,.css-walw27-MuiGrid-root>.MuiGrid-item{padding-left:12px!important}.slickSLider{width:100%;margin:0 auto}@media (min-width:600px){.css-8v0fa4-MuiGrid-root{width:100%}}.css-14gyqgg-MuiFormControl-root{padding:0!important}div{padding:0;margin:0}.Toastify__toast-container--top-right{z-index:9999999!important}@media screen and (min-width:480px){.Toastify__toast-container--top-right{z-index:9999999!important}}.brandlistUl{width:90%!important;text-align:left}.brandlistUl>li{width:"100%";text-align:left}.custom-dots{display:flex;justify-content:center;margin-top:20px}.custom-dot{width:10px;height:10px;margin:0 5px;border-radius:50%;background-color:blue;border:none;cursor:pointer}.carousel .control-dots .dot.selected{color:black;background:black}.carousel .thumbs-wrapper{margin:10px!important}.carousel .control-dots{position:absolute;bottom:0;margin:-3px 0!important;padding:0;text-align:center;width:100%;z-index:1}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel.carousel-slider .control-arrow{background:black!important;margin:auto!important;height:10%!important}.carousel .control-next.control-arrow:before,.carousel .control-prev.control-arrow:before{display:flex!important}.carousale .carousel .control-dots .dot{margin:0 3px;background:#084d8c!important}.carousel .thumbs,.carousel-status{display:none}.slick-track{display:flex!important}.slick-initialized .slick-slide{height:auto!important}.slick-initialized .slick-slide>div{height:100%!important}.Express_items,.time_slot{font-size:20px!important}.slickSLiderCampain{margin:10px 0 5px;padding:0 10px!important}@media screen and (max-width:320px){.slickSLider{width:100%;margin:0 auto}.slickSLiderCampain{width:100%}}@media screen and (min-width:320px){.Express_items{font-size:11px!important}.time_slot{font-size:9px!important}}@media screen and (min-width:375px){.Express_items{font-size:14px!important}.time_slot{font-size:11px!important}}@media screen and (min-width:425px){.Express_items{font-size:16px!important}.time_slot{font-size:11px!important}}@media screen and (max-width:768px){.slickSLiderCampain{margin:10px 0 7px}}@media screen and (min-width:1440px){.Express_items,.time_slot{font-size:20px!important}.time_slot{line-height:26px!important}}.getApp_mobile_div{padding:6px 10px;display:flex;align-items:center;gap:10px;max-width:1100px;margin:0 auto}.getApp_metro_logo_div{height:40px;display:flex;justify-content:center;align-items:center;border-radius:10px}.getApp_metro_logo{height:30px}.getApp_text_div{align-self:flex-start}.getApp_text_h1{color:#084d8c;font-size:15px;font-weight:700}.getApp_desc_text{color:#084d8c;font-size:12px;max-width:25ch;font-family:700;font-weight:400}.getApp_button{color:#fff;font-size:10px;font-weight:700;background-color:#084d8c;padding:8px 10px;border:none;border-radius:5px}.metro_header{position:-webkit-sticky;position:sticky;top:0;background:white;z-index:1111;border-bottom:1px solid #d7d7d7;transition:top 3s ease-in-out}.locationAndLogin_div{padding:5px 10px;color:#fff;box-sizing:border-box;max-width:1100px;margin:0 auto}.locationAndLogin_div,.profile_options_div,.user_location_div{display:flex;align-items:center;gap:5px}.user_location_div{flex:1 1}.user_location_text{line-height:11px!important}.profile_name,.store_location,.user_location_text{font-size:10px;font-weight:400;line-height:17.84px}.profile_name_container{overflow:hidden;position:relative}.profile_name{animation:slide 5s linear infinite;white-space:nowrap}@keyframes slide{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.profile_icon,.user_location_icon{height:19px}.profile_dropdown{height:6px}.navbar_main{padding:12px 10px;width:100%;max-width:1100px;margin:0 auto}.nav_menuAndLogo_div,.navbar_main{display:flex;align-items:center;gap:10px}.menu_icon{height:19px;object-fit:contain}.metro_logo{height:15px}.nav_searchAndCart_list{list-style-type:none;display:flex;align-items:center;justify-content:space-between;gap:10px}.nav_search{flex:1 1;background-repeat:no-repeat;background-size:20px 20px;background-position:left 5px center;padding:5px 5px 5px 30px;border:1px solid #e9e9e9;border-radius:5px}.nav_search:focus{outline:none}.nav_listItem_cart_icon{position:relative;display:inline-block}.nav_cart_icon,.nav_search{height:33px}.cart_quantity{position:absolute;top:-5px;right:-5px;background-color:#fae80c;color:#084d8c;border-radius:50%;padding:2px 6px;font-size:11px;font-weight:700;line-height:14.23px;text-align:center;width:20px;height:20px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.nav_listItem_notifications,.nav_listItem_wishlist{display:flex;align-items:center;gap:8.75px}.notifications_text,.wishlist_text{font-size:12px;line-height:20.5px;font-weight:400;color:#084d8c;text-transform:capitalize}.nav_wishlist_icon{height:20.63px}.nav_notifications_icon{height:30px}@media only screen and (max-width:374px){.ramazan_list_items{padding:0 25px;margin:10px 0}.ramazan_list_number{list-style-type:none;padding:0 10px}}@media only screen and (max-width:767px){.locationAndLogin_div{justify-content:space-between}.profile_name_container{width:50px}.profile_name{position:absolute}.ramazan_list_items{padding:0 25px;margin:10px 0}.ramazan_list_number{list-style-type:none;padding:0 10px}}@media only screen and (max-width:574px){.metro_logo,.nav_listItem_notifications,.nav_listItem_wishlist,.select_loction_div{display:none}}@media only screen and (min-width:375px) and (max-width:424px){.navbar_main{padding:12px}.locationAndLogin_div{padding:5px 12px}}@media only screen and (min-width:375px) and (max-width:767px){.menu_icon{height:25px}.metro_logo{height:20px}}@media only screen and (min-width:425px) and (max-width:767px){.navbar_main{padding:12px 16px}.locationAndLogin_div{padding:5px 16px}}@media only screen and (min-width:768px){.metro_logo{height:42px}.menu_icon{height:32px;width:32px}.profile_name{font-size:14px}.profile_icon{height:25px}.store_location{display:none}.profile_options_div{float:right}.locationAndLogin_div{justify-content:flex-end}}@media screen and (max-width:574px){#map{height:50vh!important}.address-wrapper .address{position:relative;font-size:12px!important}.main-container{padding:0 2% 2%}.bottomNavPages{padding:0 2% 65px}.zoomBtnsDiv{display:none}}